@font-face {
    /*            Qanelas-SemiBold              */
    font-family: 'Qanelas';
    src: url('./fonts/Qanelas-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    /*            Qanelas-ExtraBold             */
    font-family: 'Qanelas';
    src: url('./fonts/Qanelas-ExtraBold.otf');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    /*              Qanelas-Bold                */
    font-family: 'Qanelas';
    src: url('./fonts/Qanelas-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    /*             Qanelas-Heavy                */
    font-family: 'Qanelas';
    src: url('./fonts/Qanelas-Heavy.otf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    /*             Qanelas-Medium               */
    font-family: 'Qanelas';
    src: url('./fonts/Qanelas-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
*::-webkit-input-placeholder {color: #9b9b9b;}
*::-moz-placeholder          {color:#9b9b9b;}/* Firefox 19+ */
*:-moz-placeholder           {color:#9b9b9b;}/* Firefox 18- */
*:-ms-input-placeholder      {color:#9b9b9b;}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
body{
    font-family: Qanelas;
}
.container{
    width: 1170px;
    margin: 0 auto;
	overflow: hidden;
}
.screen_1{
    width: 100%;
    background: url(../img/screen1_1_bg.png),
                url(../img/screen1_2_bg.png);
    background-color: #1f2637;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: center center;
    position: relative;
}
.header{
    position: relative;
}
.logo{
    font-family: Qanelas;
    font-weight: 600;
    font-size: 32px;
    margin: 15px 0;
    color: #f6f2ec;
    float: left;
}
.logo span {
    color: #5bccd5;
}

.dark {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(31, 38, 55, 0.6);
}

.wrap_1 {
    position: relative;
    z-index: 3;
}

.smallBox {
    display: inline-block;
    font-family: Qanelas;
    font-weight: 900;
    font-size: 14px;
    color: #fff;
    background: #5bccd5;
    padding: 1px 5px;
    text-transform: uppercase;
    vertical-align: middle;
}

.nav_ul {
    font-family: Qanelas;
    font-weight: 700;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    color: #f6f2ec;
}

.nav {
    float: right;
}

.nav_ul li {
    float: left;
    margin-right: 40px;
    cursor: pointer;
    font-size: 14px;
}
.nav_ul li a{
    display: block;
    padding: 26px 0;
}
.nav_ul li:hover a{
    border-bottom:5px solid #5bccd5;
    padding: 26px 0 21px;
}
.nav_ul li:last-child{
    margin-right: 0;
}
.border_line {
    position: absolute;
    background: rgba(255,255,255,0.15);
    width: 100%;
    height: 1px;
    bottom: 4px;
}

.border_line2 {
    position: absolute;
    background: rgba(255,255,255,0.15);
    width: 100%;
    height: 1px;
    bottom: 0;
}

.screen_1 .title {
    position: relative;
}

.ring {
    margin: 0 auto;
    margin-top: 70px;
    display: block;
}

.screen_1 h2 {
    color: #f6f2ec;
    font-family: Qanelas;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 90px;
    text-align: center;
    margin: 30px 0 0;
    line-height: 1.25em;
    position: relative;
    z-index: 3;
}



.title_p {
    font-family: Qanelas;
    font-weight: 500;
    color: #f6f2ec;
    text-align: center;
    font-size: 40px;
    margin: 0;
}

.call_auto_btn, .car_order_mob {
    font-family:Qanelas;
    padding: 27px 55px;
    margin: 0;
    box-shadow: 0 4px 0 #3d9aa1;
    border-radius: 40px;
    border: 1px solid #6de0e8;
    background-image: linear-gradient(to top, #50c1c9 0%, #6de0e8 100%);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.call_auto_btn:active, .car_order_mob:active {
    transform: translateY(3px);
    box-shadow: 0 1px 0 #3d9aa1;
}

.wrap_call {
    text-align: center;
    padding: 50px 0 6px;
    position: relative;
    z-index: 3;
    margin-bottom: 195px
}

.border_title {
    width: 570px;
    width: 49%;
    height: 430px;
    height: 85%;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 0.1;    
    position: absolute;
    top: 32px;
    left: 25%;
    border-top: none;
}

.border_title_top1 {
    position: absolute;
    height: 1px;
    width: calc(50% - 55px);
    background: #fff;
}

.border_title_top2 {
    position: absolute;
    height: 1px;
    right: 0;
    width: calc(50% - 65px);
    background: #fff;
}

.border_t2 {
    margin-top: 10px;
    margin-left: 10px;
}

.border_t2 .border_title_top1 {
    width: calc(50% - 65px);
}

.border_t2 .border_title_top2 {
    width: calc(50% - 55px);
}

.mob_menu {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 25px 10px;
    float: right;
    position: relative;
    display: none;
    cursor: pointer;
}
.mob_nav.active{
    visibility: visible;
    opacity: 1;
    transition: all .5s;
}
.mob_nav.active>.mob_nav_ul{
    right: 0;
    transition: right .5s;
}
.mob_nav_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    color: #000;
    background: #f6f2ec;
    width: 50%;
    min-width: 240px;
    height: 100%;
    position: absolute;
    right: -50%;
    text-align: right;
    cursor: default;
    transition: right .5s;
}

.mob_nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.55);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}
.mob_nav_ul li a{
    display: block;
    padding: 20px 10px;
    cursor: pointer;
}
.mob_nav_ul li:hover{
    background: #ebe2d5;
}
.container_auto {
    width: 1170px;
    margin: 0 auto;
    /*overflow: hidden;*/
    /*background-color: #fff;*/
    padding: 90px 0 0;
    margin-top: -90px;
    position: relative;
    background: url(../img/car_round_in.png) no-repeat center 1px;/*,
        url(../img/car_round_in_180deg.png) no-repeat center bottom+1px;*/
    background-size: contain;
}

.title_car {
    font-family: Qanelas;
    font-size: 45px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.inner_wrap {
    /*padding: 90px 0;*/
    margin: 0 6px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.container_auto.box-shadow{
	box-shadow:-14px 0px 60px -21px rgba(0, 0, 0, 0.1), 
				  14px 0 60px -21px rgba(0, 0, 0, 0.1);
}

.separ_car {
	margin: 5px auto;
    display: block;
}

.car_class {
    margin: 0;
    padding: 0;
    list-style: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}

.car_class li {
	display: inline-block;
	margin-right: 70px;
}
.car_class li a{
	padding: 15px 0;
    display: block;
}
.car_class li:last-child{
	margin-right: 0;
}
.car_class li:hover{
	color: #54c3cb;
	text-decoration: underline;
}

.filter {
	border: 1px solid #d9d9d9;
	border-left: none;
    border-right: none;
	background-color: #f2f2f2;
    position: relative;
    z-index: 8;
}

.filt_title {
	font-size: 26px;
	font-weight: 800;
	margin: 20px 25px;
}

.brand, .model {
	padding: 15px;
	color: #9b9b9b;
	border: 1px solid #d9d9d9;
	width: 175px;
	float: left;
	background-image: url(../img/select_arrow.svg);
    background-position: right+12px center;
    background-repeat: no-repeat;
	background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
	font-size: 16px;
	font-weight: 400;
}

.brand option, .model option{
	font-size: 16px;
	font-weight: 400;
}
.brand{
	margin: 0 0 25px 25px;
}
.model{
	border-left: none;
}


.place_text {
	color: #232323;
	font-size: 18px;
	font-weight: 700;
    margin: 13px 30px 13px 50px;
	float: left;
}

.place_from, .place_to {
	color: #9b9b9b;
	font-size: 16px;
	font-weight: 400;
	width: 80px;
	padding: 15px;
	border: 1px solid #d9d9d9;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.place_to {
	border-left: none;
}

.price_car_text {
	font-size: 18px;
	font-weight: 700;
	margin:  13px 25px 13px 30px;
	float: left;
}

.price_slider {
	height: 3px;
	float: left;
	width: 268px;
	border: 1px solid #d9d9d9;
	background-color: #d9d9d9;
}
.noUi-connect{
	background-color: #d9d9d9;
}
.noUi-horizontal .noUi-handle{
	width: 16px;
	height: 16px;
	background-color: #54c3cb;
	border-radius: 50%;
}

.wrap_noUiSld {
	position: relative;
	padding: 24px 0;
	float: left;
}
.price_car_from, .price_car_to{
	position: absolute;
	top: 0;
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
}
.price_car_from {
	left: 0;
	transform: translateX(-50%);
}
.price_car_to {
	right: 0;
	transform: translateX(50%);
}

.price_btn {
	width: 50px;
	height: 49px;
	float: left;
	box-shadow: 0 4px 0 #3d9aa1;
	border-radius: 50%;
	border: 1px solid #6de0e8;
	background-image: linear-gradient(to top, #50c1c9 0%, #6de0e8 100%);
	margin: 0 0 0 45px;
	padding: 13px 16px;
}
.price_btn:active {
    transform: translateY(4px);
    box-shadow: 0 1px 0 #3d9aa1;
}

.car_sld{
	width: auto!important;
	height: auto;
	max-width: 540px;
	float: left;
	margin: 0 auto;
}
.car_sld .owl-nav div.owl-prev,.car_sld .owl-nav div.owl-next{
	position: absolute;
    top: 0;
    height: 100%;
    width: 80px;
    margin: 0;
    border-radius: 0;
    max-height: 340px;
    padding: 0;
}
.car_sld .owl-nav div.owl-prev{
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.car_sld .owl-nav div.owl-next{
    right: 0;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.car_sld .owl-nav div.owl-prev:hover{
	background: linear-gradient(to right, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
}
.car_sld .owl-nav div.owl-next:hover{
	background: linear-gradient(to left, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 100%);
}
.car_sld .owl-prev img, .car_sld .owl-next img{
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -6px;
}
.car_sld .owl-next img{
	transform: rotate(180deg);
	left: initial;
	right: 15px;
}
.car_sld.owl-theme .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.car_sld.owl-theme .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	margin-right: 10px;
	background: transparent;
}
.car_sld.owl-theme .owl-dots .owl-dot.active{
	background: #fff;
}
.car_sld.owl-theme .owl-dots .owl-dot:hover{
	background: #fff;
}
.car_sld.owl-theme .owl-dots .owl-dot:last-child{
	margin-right: 0;
}
.car_sld.owl-theme .owl-dots .owl-dot span{
	display: none;
}
.owl-theme .owl-nav{
	margin-top: 0;
}
.car {
	max-width: 980px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin: 30px 90px;
	position: relative;
}
.car_img{
	max-width: 540px;
	max-height: 350px;
	height: auto;
}

.car_name {
	font-size: 26px;
	font-weight: 800;
	margin: 35px 0 17px 0;
}

.car_line {
	width: 95px;
	height: 1px;
	background-color: #232323;
	opacity: 0.15;
	margin-top: 3px;
}

.car_right {
	float: right;
	width: 38%;
	box-sizing: border-box;
}
.car_left{
	float: right;
	width: 35%;
	margin-left: 30px;
}



.car_par {
	font-size: 16px;
	font-weight: 400;
	margin: 20px 0;
}

.car_par tr td:first-child{
	padding-right: 40px;
	color: #9b9b9b;
}

.car_price {
	color: #50c1c9;
	font-size: 26px;
	font-weight: 800;
	margin: 25px 0;
}

.car_order, .cur_car_order_mob {
	box-shadow: 0 2px 0 #3d9aa1;
	border-radius: 25px;
	border: 1px solid #6de0e8;
	background-image: linear-gradient(to top, #50c1c9 0%, #6de0e8 100%);
	padding: 15px 38px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.car_order_mob, .cur_car_order_mob {
    display: none;
}

.car_order:active, .cur_car_order_mob:active {
    transform: translateY(2px);
    box-shadow: none;
}

.car_more {
	box-shadow: 0 2px 0 #d9d9d9;
	border-radius: 25px;
	border: 1px solid #f7f7f7;
	background-image: linear-gradient(to top, #e3e8e8 0%, #f7f7f7 100%);
	padding: 15px 38px;
	color: #afafaf;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 30px;
}
.car_more:active {
    transform: translateY(2px);
    box-shadow: none;
}

.car_sld_wrap {
	width: auto!important;
	height: auto;
	max-height: 340px;
	float: left;
	margin: 30px;
	position: relative;
}
.car_wrap_right .car_sld_wrap{
	float: right;
}

.car_sld_round_in_top {
	border: 30px solid transparent;
	border-right-color: #fff;
	transform: rotate(45deg);
	border-radius: 50%;
	position: absolute;
	top: -31px;
	left: -31px;
	z-index: 5;
}
.car_wrap_right .car_sld_round_in_top{
	border-right-color: transparent;
	border-bottom-color: #fff;
	left: initial;
	right: -31px;
}

.car_sld_round_in_bottom {
	border: 30px solid transparent;
	border-right-color: #fff;
	transform: rotate(-45deg);
	border-radius: 50%;
	position: absolute;
	bottom: -32px;
	left: -31px;
	z-index: 5;
}
.car_wrap_right .car_sld_round_in_bottom{
	border-right-color: transparent;
	border-top-color: #fff;
	left: initial;
	right: -31px;
}

.car_round_in {
	width: 59px;
	height: 59px;
	background: #fff;
	border: 1px solid transparent;/* rgba(0, 0, 0, 0.15) */
	border-radius: 50%;
	position: absolute;
	z-index: 7;
}
.car_round_in.top{
	top: -31px;
}
.car_round_in.top.left{
	border-right-color: rgba(0, 0, 0, 0.15);
	transform: rotate(45deg);
}
.car_round_in.top.right{
	transform: rotate(-45deg);
	border-left-color: rgba(0, 0, 0, 0.15);
}
.car_round_in.bottom{
	bottom: -31px;
}
.car_round_in.bottom.left{
	transform: rotate(45deg);
	border-top-color: rgba(0, 0, 0, 0.15);
}
.car_round_in.bottom.right{
	transform: rotate(-45deg);
	border-top-color: rgba(0, 0, 0, 0.15);
}
.car_round_in.left{
	left: -31px;
}
.car_round_in.right{
	right: -31px;
}
.wrap_all_car_line{
	text-align: center;
}
.wrap_all_car_line .wrap_car_line {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	margin-top: -40px;
	margin-bottom: 80px;
}
.wrap_all_car_line .wrap_car_line2{
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
	margin-top: -40px;
	margin-bottom: 120px;
}

.all_car_prem{
	color: #afafaf;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 28px 35px;
	box-shadow: 0 4px 0 #d9d9d9;
	border-radius: 40px;
	border: 1px solid #d9d9d9;
	background-image: linear-gradient(to top, #e4e4e4 0%, #f2f2f2 100%);
}

.all_car_bisn {
	color: #afafaf;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 28px 45px;
	box-shadow: 0 4px 0 #d9d9d9;
	border-radius: 40px;
	border: 1px solid #d9d9d9;
	background-image: linear-gradient(to top, #e4e4e4 0%, #f2f2f2 100%);
}

.screen_3 {
	background: #51c3ca url(../img/screen_3_bg.png);
	width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
	background-position: center center;
}

.scr2_back {
    width: 100%;
    bottom: -90px;
    left: 0;
    position: absolute;
}

.gumb {
	width: 20px;
	height: 1px;
	background-color: #50c2ca;
	position: relative;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}
.gumb:before, .gumb:after{
	content: " ";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #50c2ca;
	position: absolute;
	left: 0;
}
.gumb:before{
	top: -3px;
}
.gumb:after{
	bottom: -3px;
}
.mob_car_class{
    display: none;
	margin-bottom: 15px;
    padding: 10px 0;
    cursor: pointer;
}
.mob_car_menu {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.mob_car_class_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f6f2ec;
}

.mob_car_class_ul li {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}
.mob_car_class_ul li:hover{
    background: #ebe2d5;
}
.mob_car_class_ul li a{
    display: block;
    padding: 8px 0;
    padding-left: 40px;
}

.mob_car_class_wrap {
    display: none;
}





.inner_wrap_3 {
    text-align: center;
    position: relative;
    margin-top: 200px;
}

.border_screen_3 {
    width: 720px;
    width: 62%;
    height: 327px;
    height: 80%;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 0.4;    
    position: absolute;
    top: 32px;
    left: 19%;
    border-top: none;
    border-bottom: none;
}
.border_screen_3 .border_title_bottom1{
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(50% - 285px);
    background: #fff;
}
.border_t2 .border_title_bottom1 {
    width: calc(50% - 295px);
}
.border_screen_3 .border_title_bottom2{
    position: absolute;
    height: 1px;
    bottom: 0;
    right: 0;
    width: calc(50% - 285px);
    background: #fff;
}
.border_t2 .border_title_bottom2 {
    width: calc(50% - 275px);
}

.screen_3_h2 {
    color: #f6f2ec;
    font-size: 45px;
    margin: 50px auto 23px auto;
    max-width: 580px;
    font-weight: 800;
    text-transform: uppercase;
}

.screen_3_p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 40px;
}

.number_btn {
    border-radius: 40px;
    background-color: #ffffff;
    color: #51c2ca;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    padding: 11px 55px;
    word-spacing: 12px;
}

.wrap_number_btn {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 45px;
    display: inline-block;
}

.screen_3_title {
    position: relative;
    z-index: 5;
    margin-bottom: 80px;
}

.screen_4 {
    width: 100%;
    position: relative;
}

.title_screen_4 {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 95px 0 16px 0;
}

.scr4_separ_car {
    margin: 0 auto;
    display: block;
}

.guarantee_block {
    border: 1px solid rgba(0,0,0,0.15);
    padding: 116px 45px 36px;
    font-size: 26px;
    font-weight: 800;
    max-width: 350px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin: 140px 15px 100px;
}
.guarantee_block.block3{
    padding: 116px 40px 36px;
}
.guarantee_block.block2{
    padding: 116px 70px 36px;
}
.guarantee_block:first-child{
    margin-left: 30px;
}
.guarantee_block:last-child{
    margin-right: 30px;
}

.guarantee_round_img {
    width: 160px;
    height: 160px;
    box-shadow: 11px 11px 35px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -80px;
    background:#fff url(../img/guarantee_round_bg.svg) center center no-repeat;
}

.guarantee_round_img_car {
    position: absolute;
    top: 50%;
    margin-top: -29px;
    left: 50%;
    margin-left: -38px;
}
.guarantee_round_img_diamond{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
}
.guarantee_round_img_man{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -33px;
}

.title_screen_7 {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 95px 0 10px 0;
}

.offers_block {
    max-width: 350px;
    border: 1px solid rgba(0,0,0,0.15);
    position: relative;
    margin: 60px 15px 100px;
}
.offers_block>.car_round_in{
    z-index: 10;
}

.offers_wrap_img {
    margin: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 11px 11px 35px rgba(0, 0, 0, 0.12);
}
.offers_wrap_img img{
    width: 100%;
    height: auto;
}


.offers_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    padding: 40px 90px 44px;
    margin: 0;
    height: 114px;
    box-sizing: border-box;
}
.offers_block.block2 .offers_text{
    padding: 29px 80px;
}
.offers_block.block3 .offers_text{
    padding: 15px 40px 0;
}

.wrap_offers {
    padding: 0 10px;
}
.wrap_guarantee, .wrap_offers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.offers_text .numb_off {
    color: #51c1ca;
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    text-decoration: none;
    margin: 5px 0 15px;
    display: inline-block;
}

.screen_8 {
    background-color: #1f2637;
}

.title_screen_9 {
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 95px 0 15px 0;
}

.screen_9 {
    width: 100%;
    min-height: 820px;
}

.contact_block {
    float: left;
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 0 30px;
}
.contact_block:first-child{
    padding: 0;
}
.contact_block:last-child{
    border-right: none;
    padding-right: 0;
}

.contact_text {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}

.contact_info {
    color: #50c2ca;
    font-size: 18px;
    font-weight: 400;
}

.wrap_contacts {
    margin: 60px auto 35px;
    padding: 0 30px;
}

.map {
    height: 500px;
    width: 100%;
}

.wrap_map {
    padding: 0 30px;
    margin-bottom: 60px;
}

footer {
    min-height: 229px;
    width: 100%;
    background-color: #202530;
}

.wrap_footer {
    padding: 40px 30px 20px;
    position: relative;
}

.question {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.call_quest {
    max-width: 335px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #bcbdbe;
    margin: 15px 0 35px;
}
.call_quest a{
    color: #5bccd5;
}

.insta_text {
    color: #f6f2ec;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.wrap_insta {
    float: right;
    margin: 13px 0 0;
}

.wrap_question {
    float: left;
    margin: 0 0 35px;
}

.insta_img {
    width: 46px;
    height: 46px;
    background: url(../img/insta_border.svg) center center no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.insta_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.footer_nav {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}
.footer_nav .nav_ul li:hover{
    border-bottom: none;
    border-top: 5px solid #5bccd5;
}
.footer_nav .nav_ul li:hover a{
    border-bottom: none;
    padding:21px 0 26px;
}
.footer_nav .border_line{
    bottom: initial;
    top: 4px;
}
.footer_nav .border_line2{
    bottom: initial;
    top: 0;
}
li a{
    text-decoration: none;
    color: inherit;
}

.wrap_modal_order {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.55);
    display: none;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 35px;
    background-color: #fff;
}

.modal_input {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
    width: 320px;
    line-height: 18px;
}
textarea.modal_input{
    resize: vertical;
}

.modal_title {
    text-align: center;
    padding: 10px;
    font-size: 21px;
    font-weight: 600;
}

.modal_button {
    border: 1px solid #e7e7e7;
    background-color: #f5f5f5;
    width: 100%;
    cursor: pointer;
    padding: 10px;
}
.modal_button:hover{
    background-color: #e7e7e7;
}

.wrap_required_inp {
    position: relative;
}

.req_star {
    color: red;
    position: absolute;
    padding: 10px 0;
    text-align: center;
    top: 0;
    right: -10px;
}


.wrap_more_info {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-left: none;
    border-right: none;
    position: relative;
    width: 100%;
    clear: both;
}
.more_info_img {
    text-align: center;
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.92) 100%); */
    width: 100%;
    min-height: 505px;
    display: table;
    padding: 0 2px;
    box-sizing: border-box;
}
.wrap_more_img {
    /* display: inline-block; */
    text-align: center;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wrap_more_smallsld {
    padding: 15px 25px 20px;
}
.also {
    margin: 0;
    padding: 5px 22px;
    font-size: 20px;
    text-transform: uppercase;
}
.more_info_text {
    padding: 25px;
    text-align: center;
}
.info_text_block {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding: 5px 0;
}
.info_text_block img {
    max-height: 45px;
    width: 100%;
    height: auto;
}
.info_text {
    font-size: 17px;
    color: #000;
    margin: 5px auto;
}
.more_small_owl .owl-nav .owl-prev, .more_small_owl .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    padding: 9px 1px 6px;
    margin: 0;
    width: 18px;
    background: #fff;
    border-radius: 0;
}
.more_small_owl .owl-nav .owl-prev {
    transform: translateY(-50%);
    left: -23px;
}
.more_small_owl .owl-nav .owl-next {
    transform: translateY(-50%) rotate(180deg);
    right: -23px;
}
.more_small_owl .owl-nav .owl-prev:hover, .more_small_owl .owl-nav .owl-next:hover {
    background: rgba(0, 0, 0, 0.12);
}
.more_small_owl .item:hover:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
    cursor: pointer;
}
.small_img_item .small_img {
    max-height: 173px;
}