*, ::after, ::before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    border: none;
    transition: all 0.3s;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color: #454545;
	overflow-x: hidden;
}
@media (max-width: 319px) {
	body {
		width: 320px
	}
}
img {
    max-width: 100%;
}
a {
    text-decoration: inherit;
	color: inherit;
}
input, textarea {
	border: 1px solid rgb(69, 69, 69);
	width: 491px;
	padding: 16px 10px 16.5px;
	font-size: 14px;
	opacity: 0.3;
}
input:focus, textarea:focus {
	opacity: 1;
}
textarea {
	height: 131px;
}
.uForm__extended {
  	display: none;
 } 
.uForm__error-msg {
	  display: none;
	  color: red;
}
.uForm__preload {
	display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/Loading.gif) no-repeat;
    background-size: 120px;
    background-position: center;
    margin: 0 auto;
    background-color: #fff;
}
.full {
	width: 100%;
}
.form-control {
	margin-bottom: 25px;
}
.white {
	color: white;
}
.gray {
	color: #888888;
}
.semi-bold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.relative {
	position: relative;
	z-index: 1;
}
.flex-row {
	display: flex;
}
.title {
	font-size: 28px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.title-wrap .title {
    margin-bottom: 18px;
}
.title-wrap.text-center .title:after {
    content: '';
    background-color: rgb(203, 48, 52);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    width: 110px;
    height: 5px;
    margin: auto;
}
.text-large {
	font-size: 18px;
}
.text-medium {
	font-size: 14px;
}
.text-small {
	font-size: 14px;
}
.btn-order {
	background-color: #454545;
	border: 1px solid #454545;
	width: 255px;
	height: 49px;
	font-size: 16px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn-order:before {
    content: '';
    background-color: #fff;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
.btn-order:hover {
	color: #454545;
}
.btn-order:hover:before {
	width: 100%;
}
.row {
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center;
}
@media (min-width: 767px) {
	.title-wrap .title {
		line-height: 0.8;
	}
}
@media (min-width: 1440px) {
	.title {
		font-size: 36px;
	}
	.text-large {
		font-size: 24px;
	}
	.text-medium {
		font-size: 16px;
	}
}

.header-wrap {
	justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 15.5px 50px;
    font-size: 14px;
    font-weight: 600;
	z-index: 2;
	box-shadow: 0 2px 8px #1f1f1f2e;
}
.onepage-menu {
    text-transform: uppercase;
}
.onepage-menu ul {
    position: relative;
    display: table-cell;
    list-style: none;
}
.onepage-menu ul li {
	position: relative;
    float: left;
}
.onepage-menu ul li a {
	display: block;
    color: #454545;
	padding: 10px 15px;
}
.onepage-menu ul li a:hover {
	opacity: 0.6;
}
.email {
	align-items: center;
}
.email img {
	margin: 0 17px 0 20px;
}
.email .relative {
	top: -1.5px;
    z-index: 1;
}
.email .white {
	margin-left: 5px;
}
@media (min-width: 1025px) {
	.header-wrap:before {
		content: '';
		display: block;
		background-color: #cb3034;
		position: absolute;
		right: 0;
		top: -1px;
		width: 105px;
		height: 961px;
		z-index: 1;
	}
}
@media (min-width: 1200px) {
	.email {
		margin-right: 28px;
	}
	.email:before {
		content: '';
		background-color: rgb(224, 30, 37);
		width: 63px;
		height: 1px;
	}
}
@media (min-width: 1440px) {
	.header-wrap {
		padding: 15.5px 90px;
	}
	.header-wrap:before {
		width: 144px;
	}
	.onepage-menu ul li a {
		padding: 10px 32px;
	}
}
@media (max-width: 1024px) {
	.header-wrap {
    	padding: 10px 30px 7px;
		position: fixed;
	    width: 100%;
	    top: 0;
	}
	.onepage-menu {
		position: fixed;
		top: 0;
		width: 100%;
		left: -100%;
		background: rgb(255, 255, 255);
		height: 100%;
		text-align: center;
		font-size: 28px;
		display: flex;
		align-items: center;
	}
	.onepage-menu.in {
		left: 0;
	}
	.onepage-menu ul {
		display: inline-block;
		width: 100%;
	}
	.onepage-menu ul li {
		width: 100%;
		margin: 10px 0;
	}
	.email .white {
		color: inherit;
	}
	.email span {
		font-size: 0;
	}
	.nav-icon {
		min-width: 40px;
		min-height: 40px;
		width: 40px;
		height: 40px;
		position: relative;
		z-index: 600;
		cursor: pointer
	}
	.nav-icon span {
		width: 100%;
		height: 2px;
		position: absolute;
		display: block;
		-webkit-transform: scaleX(0.55);
		-ms-transform: scaleX(0.55);
		transform: scaleX(0.55);
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		background-color: #0e0f10;
		cursor: pointer;
	}
	.nav-icon span:nth-child(1) {
		top: 13px;
	}
	.nav-icon span:nth-child(2), .nav-icon span:nth-child(4) {
		top: 19px;
	}
	.nav-icon span:nth-child(3) {
		top: 25px;
	}
	
	.nav-icon.is-active span:nth-child(1) {
		-webkit-transform: translate3d(0, -12px, 0) scale(0.55);
		transform: translate3d(0, -12px, 0) scale(0.55);
		opacity: 0
	}

	.nav-icon.is-active span:nth-child(2) {
		-webkit-transform: rotate(-45deg) scale(0.55);
		-ms-transform: rotate(-45deg) scale(0.55);
		transform: rotate(-45deg) scale(0.55)
	}

	.nav-icon.is-active span:nth-child(3) {
		-webkit-transform: translate3d(0, 12px, 0) scale(0.55);
		transform: translate3d(0, 12px, 0) scale(0.55);
		opacity: 0
	}

	.nav-icon.is-active span:nth-child(4) {
		-webkit-transform: rotate(45deg) scale(0.55);
		-ms-transform: rotate(45deg) scale(0.55);
		transform: rotate(45deg) scale(0.55)
	}
}
/*******/
#descrip {
	height: 855px;
	background: #35419a;
	overflow: hidden;
}
#descrip hr {
	background-color: #4650a0;
	width: 100%;
	height: 1px;
	margin: 15px 0;
}
#descrip #rectangle {
	background-color: rgb(186, 186, 186);
	opacity: 0.4;
	right: 0;
	bottom: 0;
	width: 296px;
	height: 204px;
}
#descrip #number {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    bottom: 23px;
    right: 25px;
    z-index: 2;
    line-height: 0.8;
}
#descrip .text-large {
	font-weight: 600;
	letter-spacing: 0.3px;
}
#descrip .text-medium {
	letter-spacing: 0.3px;
}
#descrip .box-left {
	width: 750px;
	height: 855px;
	padding: 95px 95px 95px 70px;
	background: url(../img/bkg1s.png) right no-repeat;
}
#descrip .descrip-text {
    margin-top: 37px;
	margin-bottom: 65px;
	z-index: 2;
}
#descrip .buttons {
	z-index: 2;
}
#descrip .box-right {
	background: #fff;
	height: 855px;
	width: 1067px;
}
#descrip .box-1 {
	width: 342px;
	height: 513px;
	background: url('../img/box-1.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 0;
}
#descrip .box-2 {
	width: 342px;
	height: 330px;
	background: url('../img/box-2.png');
	background-size: cover;
	background-position: center;
	left: 0;
	bottom: 0;
}
#descrip .box-3 {
	width: 704px;
	height: 855px;
	background: url('../img/box-3.png');
	background-size: cover;
	background-position: center;
    left: 355px;
	top: 0;
}
#descrip .btn-order {
	background-color: #fff;
	color: #454545;
	border: 0.66px solid rgb(255, 255, 255);
}
#descrip .btn-order:hover {
	color: #fff;
	background-color: transparent;
	border: 0.66px solid rgb(255, 255, 255);
}
#descrip .btn-order:before {
	background-color: #35419a;
}
#descrip .btn-order:first-child {
	margin-right: 10px;
}
#descrip .kinds {
	background: transparent;
	width: 204px;
	color: #fff
}
#descrip .kinds:hover {
	color: #454545
}
#descrip .kinds:hover:before {
	background: #fff;
}
@media (min-width: 1440px) {
	#descrip hr {
		width: 581px;
	}
	#descrip .box-left {
		width: 851px;
		padding: 95px;
	}
}
@media (min-width: 2120px) {
	#descrip .content {
	    margin: auto;
	    width: 1920px;
	}
}
@media (max-width: 1439px) {
	#descrip br {
		display: none;
	}
}
@media (max-width: 1024px) {
	#descrip {
	    margin-top: 90px;
	}
}
@media (max-width: 767px) {
	#descrip .box-left {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	#descrip .box-right {
		display: none;
	}
}
@media (max-width: 479px) {
	#descrip .box-left {
		padding-top: 40px;
		padding-left: 35px;
		padding-right: 35px;
	}
	#descrip .buttons {
		flex-wrap: wrap;
	}
	#descrip .buttons .btn-order {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}
/*******/
#benefits {
    margin: 120px 0;
}
#benefits .title-wrap {
	margin-bottom: 60px; 
}
#benefits .item-wrap .item {
	font-size: 14px;
    width: 100%;
	margin-bottom: 50px;
	padding: 0 15px;
	float: left;
}
#benefits .item-wrap .item .name {
	text-transform: uppercase;
	margin-bottom: 10px;
	align-items: center;
}
#benefits .item-wrap .item .name:before {
	content: '';
	background-color: #cb3034;
	width: 60px;
	height: 5px;
	margin-right: 20px;
	display: inline-block;
} 
#benefits .item-wrap .item .images {
	margin-bottom: -6px;
}
#benefits .item-wrap .item .text {
    border: 1px solid rgb(69, 69, 69);
    width: 100%;
    padding: 18px 20px 21px;
    text-align: center;
	font-weight: 600;
}
#benefits .buttons a {
    margin: auto;
}
@media (min-width: 2120px) {
	#benefits {
	    margin: 120px auto;
	    width: 1920px;
	}
}
@media (min-width: 768px) {
	#benefits .title-wrap:before {
		content: '';
		background-color: #cb3034;
		position: relative;
		top: 0;
		width: 10.3%;
		height: 88px;
		display: block;
		float: left;
		margin-right: 40px;
	}
    #benefits .content {
        width: 750px
    }
	#benefits .item-wrap .item {
		width: 50%;
	}
}
@media (min-width: 992px) {
    #benefits .content {
        width: 970px
    }
	#benefits .item-wrap .item {
		width: 33.3%;
	}
}
@media (min-width: 1200px) {
    #benefits .content {
        width: 1170px
    }
}
@media (min-width: 1460px) {
	#benefits .item-wrap .item .name:before {
		width: 110px;
	} 
	#benefits .item-wrap .item {
		font-size: 18px;
	}
	#benefits .content {
		width: 1452px;
	}
}
@media (max-width: 767px) {
	#benefits .title-wrap {
		padding: 0 15px;
	}
	#benefits .item-wrap .item .images img {
		width: 100%;
	}
}
/******/
#kvart .content {
    width: 100%;
	justify-content: space-between;
}
#kvart .box-left {
    width: 54%;
	margin-right: 25px;
}
#kvart .title-wrap {
	margin-bottom: 80px;
}
#kvart .sale-block {
	font-size: 18px;
	color: #454545;
	font-weight: 600;
}
#kvart .sale-block .title-sale {
	font-size: 24px;
	color: rgb(203, 48, 52);
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
}
.eTimer .etUnit {
	width: 80px;
	text-align: center;
	position: relative;
}
.eTimer .etUnit>div {
	z-index: 1;
	position: relative;
}
.eTimer .etUnit:before {
	content: '';
	background: #f1f1f1;
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
}
#kvart .eTimer {
	margin-bottom: 70px;
}
#kvart .eTimer .etUnit .etNumber {
    width: 13px;
    height: 80px;
    display: inline-flex;
    align-items: center;
	font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
#kvart .eTimer .etUnit .etSign {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
	color: #454545;
}
#kvart .eTimer .etSep {
    vertical-align: top;
    font-size: 26px;
    padding: 0px 5px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    font-weight: bold;
    color: #cb3034;
}
#kvart .eTimer .etSeconds + .etSep {
	display: none;
}
#kvart .sale-carusel .name {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
#kvart .sale-carusel .info {
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 10px;
}
#kvart .sale-carusel .info p {
	margin-bottom: 5px;
}
#kvart .color {
	color: rgb(203, 48, 52);
}
#kvart table {
    border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
    max-width: 100%;
}
#kvart tbody>tr>td, #kvart tbody>tr>th, #kvart tfoot>tr>td, #kvart tfoot>tr>th, #kvart thead>tr>td, #kvart thead>tr>th {
    border: 1px solid #454545;
	line-height: 1.42857143;
    vertical-align: top;
	padding: 20px 15px;
	text-align: center;
}
#kvart tbody>tr>td:first-child {
    text-align: left;
}
#kvart td, th {
	padding: 0;
}
#kvart tbody tr td.name {
	padding: 20px 50px;
}
@media (min-width: 768px) {
	#kvart {
		padding-bottom: 120px;
	}
}
@media (min-width: 1440px) {
	#kvart:before {
		content: '';
		position: absolute;
		right: 0;
		top: 95px;
		background: url('../img/sale-box.png') center no-repeat;
		width: 439px;
		height: 625px;
	}
	#kvart .content {
		width: 1352px;
	}
}
@media (min-width: 1480px) {
	.sale-carusel .owl-nav button {
		position: absolute;
		top: 43%;
	}
	.sale-carusel .owl-nav .owl-prev {
		left: -50px;
	}
	.sale-carusel .owl-nav .owl-next {
		right: -50px;
	}
}
@media (max-width: 1479px) {
	.sale-carusel .owl-nav {
		display: flex;
		justify-content: center;
	}
	.sale-carusel .owl-nav button {
		margin: 15px;
	}
}
@media (max-width: 1439px) {
	#kvart .content {
		padding: 0 15px;
	}
}
@media (max-width: 1199px) {
	#kvart .sale-carusel .name {
		font-size: 14px;
	}
	#kvart tbody tr td.name {
		padding: 20px;
	}
}
@media (max-width: 991px) {
	#kvart .content {
		flex-wrap: wrap;
	}
	#kvart .content>div {
		width: 100%;
		margin-right: 0;
	}
	#kvart .eTimer {
		margin-bottom: 40px;
		margin-top: 10px;
		width: 100%;
		display: inline-flex;
		justify-content: center;
	}
	#kvart .sale-block {
		text-align: center;
	}
}
@media (max-width: 679px) {
	#kvart .sale-carusel table .name {
		font-size: 10px;
		padding: 20px 7px;
		text-align: center;
	}
	#kvart tbody>tr>td, #kvart tbody>tr>th, #kvart tfoot>tr>td, #kvart tfoot>tr>th, #kvart thead>tr>td, #kvart thead>tr>th {
		padding: 20px 5px;
		font-size: 10px;
	}
}
@media (max-width: 479px) {
	.eTimer .etUnit {
		width: 100%;
	}
}
/******/
#kinds {
    margin: 0 0 120px;
}
#kinds .content {
    width: 100%;
    padding: 0 15px;
}
#kinds .box-left {
	width: 100%;
	padding: 20px;
	background-color: #cb3034;
}
#kinds .box-left .item-wrap {
	flex-wrap: wrap;
	justify-content: flex-end;
}
#kinds .box-left .item {
	background: #fff;
	width: 310px;
	height: 340px;
	align-items: center;
	justify-content: center;
    margin-bottom: 15px;
    margin-right: 15px;
}
#kinds .box-left .number {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	top: 0;
	left: 18px;
    background: #cb3034;
    padding: 26px 6px 10px 20px;
    line-height: 0.8;
}
#kinds .box-right {
	width: 100%;
	z-index: 2;
}	
#kinds .text-wrap {
    z-index: 2;
    padding-top: 20px;
}
#kinds .box-right .title-wrap {
    margin-bottom: 50px;
}
#kinds .box-right .item {
    padding-bottom: 30px;
	margin-bottom: 20px;
    border-bottom: 1px solid #cb3034;
}
#kinds .box-right .item:last-child {
    padding-bottom: 0px;
	margin-bottom: 0px;
    border-bottom: 0px solid #cb3034;
}
#kinds .box-right .item .name {
	font-size: 18px;
	text-transform: uppercase;
	align-items: center;
	margin-bottom: 15px;
}
#kinds .box-right .item .number {
	font-size: 30px;
	margin-right: 18px;
}	
#kinds .box-right .item .text {
	font-size: 14px;
}
@media (min-width: 768px) {
	#kinds {
		padding: 0 0 150px;
	}
	#kinds .box-left .item:nth-child(2n) {
		margin-right: 0px;
	}
}
@media (min-width: 1025px) {
	#kinds .text-wrap {
		background: #fff;
		top: -20px;
		margin-right: -15px;
	}
	#kinds .box-left {
		width: 650px;
		padding: 0 10px 0 0;
		margin-right: 40px;
	}
	#kinds .box-left:before {
		content: '';
		background-color: #cb3034;
		position: absolute;
		right: -5px;
		top: -45px;
		width: 942px;
		height: 861px;
	}
	#kinds .box-right {
		width: 430px;
	}	
	#kinds .box-right:after {
		content: '';
		background-color: #cb3034;
		position: absolute;
		right: 0;
		top: -5px;
		width: 296px;
		height: 88px;
	}
	#kinds .box-right .item .images {
		display: none
	}
}
@media (min-width: 1500px) {
	#kinds .content {
		width: 1452px;
		padding: 0;
	}
	#kinds .box-left {
		width: 711px;
		margin-right: 80px
	}
	#kinds .box-left .item {
		width: 340px;
		padding: 40px;
	}
	#kinds .box-right {
		width: 507px;
	}
	#kinds .box-right .title-wrap {
		margin-bottom: 75px;
	}
}
@media (max-width: 1199px) and (min-width: 1025px) {
	#kinds .box-left {
		width: 525px;
	}
	#kinds .box-left .item {
		width: 245px;
		height: 335px;
	}
}
@media (max-width: 1024px) {
	#kinds .content {
		flex-wrap: wrap;
	}
	#kinds .box-left {
		display: none;
	}
	#kinds .box-right {
		margin-top: 40px;
	}
	#kinds .box-right .item-wrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#kinds .box-right .item {
		text-align: center;
		width: 45%;
		margin: 0 15px 90px;
	}
	#kinds .box-right .item .name {
		justify-content: center;
	}
}
@media (max-width: 767px) {
	#kinds .box-right .item {
		width: 100%;
	}
}
/*****/
#gallery {
	margin: 0 0 120px;
}
#gallery:before, #gallery:after {
	content: '';
	background-color: #cb3034;
	position: absolute;
	top: 125px;
	width: 100px;
	height: 689px;
}
#gallery:before {
	left: 0;
}
#gallery:after {
	right: 0;
}
#gallery .title-wrap {
	margin-bottom: 80px;
}
#gallery .content {
    width: 100%;
    padding: 0px 15px;
}
#gallery .button-nav {
    background: transparent;
    position: absolute;
	top: 325px;
	cursor: pointer;
	opacity: 0.5;
}
#gallery .button-nav:hover {
	opacity: 1;
}
#gallery #left-button.button-nav {
	left: -50px;
}
#gallery #right-button.button-nav {
	right: -50px;
}
#gallery .gallery-wrap {
	overflow: hidden;
}
#gallery .gallery-wrap .item-wrap {
	width: 3800px;
}
#gallery .item-gallery {
	margin-right: 15px;
	height: 700px;
    overflow: hidden;
}
#gallery .item-gallery:last-child {
	margin-right: 0px
}
#gallery .item-gallery .mb {
	margin-bottom: 10px
}
#gallery .item-gallery .mr {
	margin-right: 12px
}
#gallery .flex-row {
	align-items: flex-start;
}
@media (min-width: 2120px) {
	#gallery {
	    margin: 0px auto 120px;
	    width: 1920px;
	}
}
@media (min-width: 768px) {
	#gallery .content {
		padding: 0px 80px;
	}
}
@media (min-width: 992px) {
	#gallery:before, #gallery:after {
		width: 230px;
	}
}
@media (min-width: 1200px) {
	#gallery:before, #gallery:after {
		width: 330px;
	}
}
@media (min-width: 1500px) {
	#gallery:before, #gallery:after {
		width: 439px;
	}
}
@media (min-width: 1800px) {
	#gallery .content {
		width: 1740px;
	}
}
@media (max-width: 767px) {
	#gallery:before, #gallery:after {
		display: none;
	}
	#gallery .button-nav {
		background: rgb(203, 48, 52);
		padding: 10px 15px;
		z-index: 2;
	}
	#gallery #left-button.button-nav {
		left: 0;
	}
	#gallery #right-button.button-nav {
		right: 0;
	}
}
/******/
#call-from {
	padding-bottom: 120px;
}
#call-from .content {
	width: 100%;
	padding: 0 15px;
	justify-content: space-between;
}
#call-from .title-wrap {
    margin-bottom: 90px;
}
#call-from .btn-order {
	margin-top: 22px;
}
#call-from .calendar-back {
	top: -10px;
    right: 0;
}
#call-from .calendar-front {
    bottom: -25px;
    right: 0;
}
.title-form {
	margin-bottom: 5px;
}
.title-form .icon {
	margin-right: 25px;
}
@media (min-width: 1200px) {
	#call-from:before {
		content: '';
		background-color: rgb(53, 65, 154);
		background-image: url(../img/contact-bkg.png);
	    background-position: bottom right;
	    background-repeat: no-repeat;
		position: absolute;
		right: 0;
		bottom: 140px;
		width: 700px;
		height: 413px;
	}
	#call-from .content {
		width: 1170px;
	}
}
@media (min-width: 1500px) {
	#call-from:before {
		width: 933px;
	}
	#call-from .calendar-back {
		right: -52px;
	}
	#call-from .calendar-front {
		right: -160px;
	}
}
@media (min-width: 2120px) {
	#call-from {
	    margin: 0px auto 120px;
	    width: 1920px;
	}
}
@media (max-width: 1199px) {
	#call-from #names {
		display: none;
	}
}
@media (max-width: 991px) {
	#call-from .content {
		flex-wrap: wrap;
		justify-content: center;
	}
}
@media (max-width: 639px) {
	#call-from .title-wrap {
		padding: 0 15px;
	}
	#call-from .box-left {
		width: 100%;
	} 
	#call-from input, #call-from textarea {
		width: 100%;
	}
}
/******/
#clients .title-wrap {
	margin-bottom: 60px;
}
#clients .content {
    width: 100%;
}
#clients .item {
	width: 16%;
    float: left;
    padding: 0 35px;
	margin: 25px 0;
    height: 120px;
}
#clients .item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
	opacity: 0.5;
	width: auto;
	margin: auto;
}
#clients .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
	opacity: 1;
}
.employee-slider .owl-dots {
	text-align: center;
	margin-top: 25px;
}
.employee-slider .owl-dots .owl-dot span {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    outline: 0;
    border: 1px solid #35419a;
}
.employee-slider .owl-dots .owl-dot.active span {
    background: #35419a;
    width: 9px;
    height: 9px;
    margin: 0 4px;
    border: 1px solid #35419a;
}
@media (min-width: 768px) {
	#clients {
		padding-bottom: 120px;
	}
	#clients .title-wrap {
		margin-bottom: 100px;
	}
	#clients .title-wrap:before {
		content: '';
		background-color: #35419a;
		position: relative;
		top: 0;
		width: 10.3%;
		height: 88px;
		display: block;
		float: left;
		margin-right: 40px;
	}
	#clients .item {
		width: 20%;
	}
}
@media (min-width: 1200px) {
	#clients .content {
		width: 1170px;
	}
	#clients .item {
		width: 16%;
	}
}
@media (min-width: 1500px) {
	#clients .content {
		width: 1452px;
	}
}
@media (min-width: 2120px) {
	#clients{
	    margin: 0px auto 120px;
	    width: 1920px;
	}
}
@media (max-width: 1199px) {
	#clients .item {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	#clients .items-client {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#clients .item {
		width: 50%;
	}
	#clients .title-wrap {
		padding: 0 15px;
	}
}
/******/
#questions {
	margin-bottom: -5px;
}
#questions .title-wrap {
	margin-bottom: 140px;
}
#questions .title-wrap.text-center .title:after {
	background-color: #35419a;
}
#questions .content {
	width: 100%;
}
#questions .box-left {
	margin-right: 50px;
}
#questions .items-cont {
	top: 40px;
}
#questions .items-cont:before {
    content: '';
    left: 45px;
    top: 0;
    background-color: #e0e0e0;
    position: absolute;
    width: 1px;
    height: 105%;
}
#questions .item-cont {
    align-items: center;
	margin-bottom: 20px;
}
#questions .item-cont span {
    color: #cb3034;
	font-size: 18px;
}
#questions .item-cont .icon {
    width: 24px;
    margin-right: 45px;
    text-align: center;
    padding-top: 5px;
}
#questions #liner {
	background-color: rgb(182, 67, 71);
    left: 120px;
    bottom: 60px;
    width: 300px;
    height: 1px;
    z-index: 2;
}
#questions #cvetok {
	left: 0px;
    top: 85px;
	z-index: 1;
}
#questions #cvetok2 {
	right: 0px;
    bottom: -65px;
}
#questions .box-left:before {
	content: '';
	background-color: rgb(53, 65, 154);
    background-image: url(../img/bkg-map.png);
	position: absolute;
    right: -15px;
    bottom: -100px;
	width: 941px;
	height: 574px;
}
#questions .box-left iframe {
	width: 100%;
	height: 443px;
}
@media (min-width: 768px) {
	#questions .box-left iframe {
		width: 639px;
	}
}
@media (min-width: 1500px) {
	#questions .content {
		width: 1452px;
	}
	#questions .box-left {
		margin-right: 100px;
	}
	#questions #cvetok {
		z-index: 2;
	}
}
@media (max-width: 1439px) {
	#questions #liner {
		display: none;
	}
}
@media (max-width: 1199px) {
	#questions #cvetok2 {
		display: none;
	}
}
@media (max-width: 1024px) {
	#questions .box-left:before {
		bottom: -15px;
	}
	#questions .box-left:before {
		bottom: -15px;
		height: 109%;
	}
}
@media (max-width: 991px) {
	#questions .content {
		flex-wrap: wrap;
	}
	#questions .box-right {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	#questions .box-left {
		width: 100%;
		margin-right: 0
	}
	#questions .box-left:before {
		right: 0px;
	}
}
/******/
#footer-wrap {
	background-color: #2f2f2f;
	padding: 12px 0 12px;
}
#footer-wrap .content {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: rgb(89, 89, 89);
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 1500px) {
	#footer-wrap .content {
		width: 1452px;
		padding-left: 15px;
		padding-right: 5px;
	}
}
@media (max-width: 639px) {
	#footer-wrap .content {
		justify-content: center;
	}
	#footer-wrap .content span {
		padding: 10px 15px;
	}
}
@media (max-width: 479px) {
	#footer-wrap .content {
		flex-wrap: wrap;
	}
}