body {
	font-family: 'PT Sans', sans-serif;
}

.banner-block {
	min-height: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 4;
}

.banner-block__inner {
	margin: 150px 230px;
	width: 100%;
	border: 6px solid #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 10px;
}

.banner-block__inner-mark {
	position: absolute;
	width: 100%;
	top: -70px;
	left: 0;
	text-align: center;
}

.banner-block__inner-mark img {
	display: inline;
	height: 120px;
	width: 225px;
}

.banner-block__inner-header {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}

.banner-block__inner-description {
	font-size: 18px;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.banner-block__inner {
		margin: 60px 10px;
	}
	.banner-block__inner-mark {
		top: -60px;
	}
	.banner-block__inner-mark img {
		height: 84px;
		width: 157px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.banner-block__inner {
		margin: 60px !important;
	}
}

.quote {
	padding: 30px 0;
	background: #4596d1;
}

.quote__image-block {
	text-align: center;
	vertical-align: middle;
}

.quote__image-block img {
	padding-top: 20px;
	display: inline;
	max-width: 182px;
	height: auto;
}

.quote__text-block {
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.quote__text-block .quote-img {
	padding: 30px;
}

.quote__text-block .quote-text {
	font-size: 18px;
}

.quote__text-block .quote-author {
	margin-top: 50px;
	font-size: 15px;
}

.block-topline {
	background: #f8f6f5;
}

.block-topline__inner {
	padding: 55px 0;
	font-size: 16px;
}

.block-topline__inner:before {
	content: '';
	width: 250px;
	height: 8px;
	background: #4596d1;
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.block-topline__telephone {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
}

.row-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.centered {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px;
}

.background-cover {
	display: block;
	min-width: 100%;
	min-height: 100%;
}

.banner {
	height: 555px;
	position: relative;
}

.banner__attachment {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*-webkit-filter: brightness(45%);*/
	/*filter: brightness(45%); */
}

.banner-top {
	background-image: url("../images/1_interior.jpg");
}
@supports (background-image: url(../images/1_interior.webp)) {
    .banner-top {
        background-image: url(../images/1_interior.webp)
    }
}
.banner-history {
	background-image: url("../images/2_istoriya.jpg");
}
@supports (background-image: url(../images/2_istoriya.webp)) {
    .banner-history {
        background-image: url(../images/2_istoriya.webp)
    }
}

.banner-command {
	background-image: url("../images/3_komanda.jpg");
}
@supports (background-image: url(../images/3_komanda.webp)) {
    .banner-command {
        background-image: url(../images/3_komanda.webp)
    }
}

.banner-manufaturer {
	background-image: url("../images/4_fabrika.jpg");
}
@supports (background-image: url(../images/4_fabrika.webp)) {
    .banner-manufaturer {
        background-image: url(../images/4_fabrika.webp)
    }
}

.banner-service {
	background-image: url("../images/6_service.jpg");
}
@supports (background-image: url(../images/6_service.webp)) {
    .banner-service {
        background-image: url(../images/6_service.webp)
    }
}

.story {
	background: #fff;
	padding: 15px 0;
}

.story p {
	padding: 5px 0;
	font-size: 16px;
}

.story p.square {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.story p.square:before {
	content: '';
	margin-right: 30px;
	width: 35px;
	height: 35px;
	background: #d3e5f6;
	position: relative;
	display: inline-block;
}

.story .logo {
	text-align: center;
}

.story .logo img {
	margin-top: 70px;
	text-align: center;
}

.story .quotes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.story .quotes p {
	margin-top: 80px;
	font-size: 15px;
	font-weight: bold;
}

.story .divan {
	text-align: center;
}

.story .divan img {
	max-width: 100%;
	height: auto;
}

.timeline-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.timeline-row__image {
	overflow: hidden;
	min-width: 50%;
	min-height: 250px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}

.timeline-row__image>.background-cover:hover {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
}

.timeline-row__image>.background-cover {
	-webkit-transition: all ease-in-out .25s;
	transition: all ease-in-out .25s;
	height: 250px;
}

.timeline-row__image-1995 {
	background-image: url("../images/1995.png");
}
@supports (background-image: url(../images/1995.webp)) {
    .timeline-row__image-1995 {
        background-image: url(../images/1995.webp)
    }
}

.timeline-row__image-2009 {
	background-image: url("../images/2009.png");
}
@supports (background-image: url(../images/2009.webp)) {
    .timeline-row__image-2009 {
        background-image: url(../images/2009.webp)
    }
}

.timeline-row__image-2010 {
	background-image: url("../images/2010.png");
}
@supports (background-image: url(../images/2010.webp)) {
    .timeline-row__image-2010 {
        background-image: url(../images/2010.webp)
    }
}

.timeline-row__image-2012 {
	background-image: url("../images/2012.png");
}
@supports (background-image: url(../images/2012.webp)) {
    .timeline-row__image-2012 {
        background-image: url(../images/2012.webp)
    }
}

.timeline-row__image-2013 {
	background-image: url("../images/2013.png");
}
@supports (background-image: url(../images/2013.webp)) {
    .timeline-row__image-2013 {
        background-image: url(../images/2013.webp)
    }
}

.timeline-row__image-2017 {
	background-image: url("../images/2017.png");
}
@supports (background-image: url(../images/2017.webp)) {
    .timeline-row__image-2017 {
        background-image: url(../images/2017.webp)
    }
}

.timeline-row__image img {
	width: 100%;
	height: auto;
}

.timeline-row__text {
	width: 100%;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 25px;
	text-align: left;
}

.timeline-row__text p {
	width: 100%;
}

.timeline-row__text-heading {
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}

.timeline-row__text span {
	font-weight: bold;
}

.command {
	text-align: center;
	color: #fff;
	height: auto;
}

.command .banner__attachment {
	height: 100%;
}

.command .banner-block {
	display: block;
}

.command .command__heading {
	font-size: 32px;
	font-weight: bold;
	padding: 6px 0;
}

.command .command-item {
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.command .command-item__image {
	max-width: 160px;
	width: 100%;
}

.command .command-item__name {
	font-size: 18px;
	font-weight: bold;
}

.command .command-item__contacts {
	font-size: 14px;
}

.structure {
	color: #2e2e2e;
	font-size: 16px;
}

.structure-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.structure-head__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.structure__heading {
	font-weight: bold;
	font-size: 24px;
	padding: 7px 0;
}

.structure__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.structure-body {
	text-align: center;
	padding: 15px 0;
}

.structure-body img {
	display: inline;
	max-width: 100%;
}

.company-description {
	padding: 15px 0;
}

.company-description__item {
	padding-top: 40px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.company-description__item-image {
	margin-bottom: 10px;
}

.company-description__item-heading {
	font-size: 24px;
	margin-bottom: 20px;
}

.features__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 10px;
}

.features__inner__header {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
}

.features__inner__text {
	margin-top: 20px;
	font-size: 14px;
}

.features__inner__name {
	margin-top: 15px;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	#mission {
		height: 400px;
	}
	.top-banner {
		height: 333px;
	}
	.story .logo img {
		margin-top: 10px;
	}
	.story .quotes {
		text-align: center;
	}
	.story .quotes p {
		margin-top: 10px;
	}
	.timeline-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.timeline-row:nth-child(2n) {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.timeline-row__image {
		min-width: 100%;
	}
	.features .row-flex {
		display: block;
	}
	.features__inner {
		padding: 50px;
	}
	.quote .row-flex {
		display: block;
	}
	.structure {
		text-align: center;
	}
	.structure-head {
		display: block;
	}
	.timeline-row__image>.background-cover {
		display: none;
	}
	.timeline-row__image {
		min-height: 44.44vw;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.top-banner {
		height: 333px;
	}
}