body{
    margin: 0;
    padding: 0;
    font-family: 'Arial',Arial,sans-serif;
    background-size:cover;
    background-position: top; 
    background-color: #f4f4f4;
    width: 100%;
    position: relative;
}
::-webkit-scrollbar {
  width: 0;
}
/*
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat'),		
		url('/fonts/Montserrat-Medium.ttf') format('ttf');
}
*/
.wrap{
    max-width: 1860px;
    margin: 0 auto;
    position: relative;
}
@media (max-width:1940px){
    .wrap{
        max-width: calc(100% - 20rem);
    }    
}
@media (max-width:1450px){
    .wrap{
        max-width: 1216px;
        width: calc(100% - 10rem);
    }    
}
@media (max-width:1200px){
    .wrap{
        width: calc(100% - 4rem);
    }    
}
@media (max-width:768px){
    .wrap{
        width: calc(100% - 2rem);
    }    
}
.wrap_s{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.fon_header {
    width: 100%;
    background: #141313f5;
    height: 400px;
    position: absolute;

}

.logo {
	display: flex;
    justify-content: center;
    align-items: center;    
}
.dop_text_logo{
	padding-left: 1rem;
    color: #fff;
    font-size: 1rem;
}
.block {
    width: 100%;
    height: 150px;
    background: #fff;
}

.fon_block {
    width: 100%;
    background: #f4f4f4;    
}

.block_header {
    display: flex;
    flex-wrap: wrap;

    
}

.header_baner {
    width: 100%;
    height: 550px;
    background: #000;
    border-radius: 50px;
    background-image: url(/img/baner2.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}

.cont {
    color: #fff;
    font-weight: 500;
    position: relative; 
    
}
.icon1{margin-right: 70px;}
.icon1::after{
    background-image: url(/img/icon2.png);
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    left: -35px;
    top: -1.5px;
}
.icon2::before{
    background-image: url(/img/icon1.png);
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    left: -35px;
    top: 0px;
}

.heander_contact {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
}
.heander_contact .icon1 a, .footer_contakt .icon1 a{
	color: #fff;
    text-decoration: none;
}
.dopblock {
    width: 100%;
}

.logo_block {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-content: center;
    
}

.header_baner_black {
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 75%);
    height: 550px;
    border-radius: 50px;
    z-index: 133;
    position: relative;
    display: block;
    justify-content: center;
    align-content: center;
   
    
}

.title_header {
    font-weight: 700;
    font-size: 55px;
    width: 100%;   
    
}

.header_description {
    max-width: 600px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    margin-left: 10%;    
}

.desc_header {
    font-weight: 400;
    font-size: 21px;
    width: 100%;
    margin-bottom: 2rem;
}

.button_header {
    
    
}
.button_header a{
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: #FFCD43;
    border-radius: 5px;
    color: #000;
    margin-bottom: 1rem;   
    
}
.button_header .bh{
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: #FFCD43;
    border-radius: 5px;
    color: #000;
    margin-bottom: 1rem;
	cursor: pointer;
}
.button_header a:hover{
    color: #fff;
    background-color: #dec396;
}

.header_icon {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    width: calc(100% - 2rem);   
    
}

.item_heder_icon {
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    justify-content: center;    
    text-align: center;    
}

.header_prem_block {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 3rem 0 2rem 0
}

.item_heder_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; 
    height: 100px;
}
.item_heder_img{
    height: 150px;
}

.about_block {
    width: 100%;
    background-color: #141313f5;
    color:#fff;
    height: 650px;
}

.about_v_block{
    display: flex;
}
.car_block, .text_block_about {
    width: 50%;
}
.car_block{
    position: relative;
    height: 500px;
    display: flex;
}
.text_block_about{
    padding-top: 2rem;
}
.text_block_about h1{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
    margin-top: 0;
}
.slider_up, .slider_down{
    margin-right: 2rem;
    width: calc(50% - 2rem);
    height: 650px;
    position: relative;
    overflow: hidden;
   /* transition: all 5s ease-out 0s;*/
}
.slider_block{
    width: 100%;   
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
   /* transition: all 4s ease-out 0s;*/
}
.img_item{
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
    position: relative;
}
.slider_up .slider_block{
    top:-50px;
	animation: listPlayUp 14s infinite;
}
.slider_down .slider_block{
    bottom:-50px;
	animation: listPlayDown 14s infinite;
}
/*
.car_block:hover .slider_up .slider_block{
     top:-750px;
}
.car_block:hover .slider_down .slider_block{
    bottom:-800px;
}
*/
/*Анимация*/
@keyframes listPlayUp {
  0% {
    top:0px;
  }
  50% {
    top:-650px;
  }
  100% {
    top:0px;
  }
}

@keyframes listPlayDown {
  0% {
    bottom:0px;
  }
  50% {
    bottom:-650px;
  }
  100% {
    bottom:0px;
  }
}
.text_about{
    max-width: 700px;
}
.text_about p{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

.pdoduct_block {
    width: 100%;
    background-color: 
    margin: 2rem 0;
}
.pdoduct_block h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.product_all {
    display: grid;        
    grid-auto-rows: auto auto; 
    grid-template-columns: repeat(4, 1fr);
    gap:2rem;
}
.product_item{
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    cursor: pointer;
	border: 3px solid #fff;
}
.product_item:after{
    content: "";
    padding-top: 100%;
    display: block;
}
.product_item_title{
    position: absolute;
    background: #F0F0F0DE;
    width: calc(100% - 2rem);
    padding: 1rem;
    font-weight: 600;
    font-size: 16px;
   /* bottom: -40%;  */
	 bottom: 0;  
    overflow: hidden;
    transition: all .5s ease-out 0s;
}
.product_item:hover .product_item_title{
    bottom: 0;
    
}
.product_item:hover{
	border: 3px solid #ea7d3c;
}


.zaivka_block {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2rem auto;
    
}

.zaivka_form {
    margin: 0 auto;
    max-width: 1400px;
    text-align: center;
    padding: 2rem
}
.zaivka_form  h2{
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
}
.zaivka_form_description{    
    font-weight: 400;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.zaivka_block_fon {
    width: 100%;    
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(39,39,39,.9) 0%, rgba(39,39,39,.9) 100%);
    color: #fff;
}

.form_top_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
}
.form_input{
    border-radius: 8px;
    height: 24px;
    padding: 1rem;
    font-size: 16px;
    font-weight: 400px;
    border: 1px solid #D9D9D9; 
    width: 400px
}
.form_bt_block{
   width: 100%;
    display: flex;
} 
.form_area{
    width: 100%;
    border-radius: 8px;
    padding: 1rem;
    font-size: 16px;
    font-weight: 400px;
    border: 1px solid #D9D9D9;  
}
.form_bt{
    padding: 12px 20px 12px 20px;
    font-size: 16px;
    background-color: #FFCD43;
    border-radius: 5px;
    border: 0px;
    cursor: pointer;
    margin-bottom: 2rem
}
.form_bt:hover{
    color: #fff;
    background-color: #dec396;
}

.videoblock h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
}


.thumbnails {
  display: grid;
  grid-template-columns: 200px 200px;
  grid-template-rows: 150px 150px;
 /* flex-direction: column;*/
grid-gap: 1rem;
  line-height: 0;
  
  li {
    flex: auto; 
  }

  a {
    display: block;
      text-decoration: none;
  }
  
  img {
    width: 30vmin;
    height: 20vmin;
    object-fit: cover;
    object-position: top;
  }
}

.slides {
  overflow: hidden;
  width: 100%;
  min-height: 400px;
        padding: 0;
   /* align-content: center;*/
    position: relative;
  li {
   /* width: 75vmin;*/
    min-height: 400px;    
    position: absolute;
    z-index: 1;
          width: 100%;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
  }
  
  img {
    height: 100vmin;
    object-fit: cover;
    object-position: top;
  }
}
.slides li, .thumbnails li{
    list-style: none;     
}
.slides li:target {
  z-index: 3;
  -webkit-animation: slide 1s 1;
}

.slides li:not(:target) {
  -webkit-animation: hidden 1s 1;
}

@keyframes slide {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes hidden {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 2;
  }
}

.video_content {
    display: flex;
  justify-content: center;
    margin-bottom: 2rem;
}

.video_slider {    
    min-height: 150px;     
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    cursor: pointer;
    
}
.video_slider:hover .fon_video_slider{
    background-color: rgb(157 85 24 / 70%);
}

.video_slider_block {
   /* height: 100vmin;*/
    width: 100%;
}

.video_slider_title {
    color:#fff;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
	    line-height: 1.2;
    padding: .5rem;
    text-align: center;
}

.fon_video_slider {
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*map*/
.map_block {
    width: 100%;
    background-color: #141313f5;
    color: #fff;
    
}

.map_content {
    display: flex;
    
}

.map_description {
    width: 40%;
    
}

.map_frame {
    width: 60%;
    position: relative;
}

.map_title {
    margin-top: 50px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
    width: 480px;
}

.map_text{
    max-width: 560px;
    margin-bottom: 2rem;
}
.map_text p{
    font-size: 1.25rem;
    line-height: 1.5
}

.map_button {
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: #FFCD43;
    border-radius: 5px;
    color: #000;
    margin-bottom: 1rem; 
    cursor: pointer;
}
.map_button:hover{
    color: #fff;
    background-color: #dec396;
}

.map_button_block {
    display: flex;
}

.map_yandex_description {
    position: absolute;
    bottom: 0;    
    background-color: rgb(255 205 67 / 70%);
    width: 100%;   
    
    color:#000;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.map_yandex_description_text{
    padding: 1rem;
}

/*footer*/
.footer_block {
    background-color: #141313f5;
    display: flex;    
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}
.footer_logo, .footer_contakt, .footer_text{
    width: 100%;
}
.footer_logo{
    margin: 2rem 0;
}
.footer_contakt{
    display: flex;
    justify-content: center;
    position: relative;
}
.footer_text{
    margin: 2rem 0;
}

.footer_phone, .footer_email {
    color: #fff;
    font-weight: 500;
    position: relative; 
}

.modal_block {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0, 0.6);
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center; 
    align-items:center; 

}
.open_block_product{
    width: 70%;  
    padding: 1rem;
    background: #fff;
    height: max-content;
    border-radius: 12px;
    position: relative;
    max-height: 1000px;
	max-width: 1200px;
}
.open_content{
    width: 100%;
    position: relative;
    display: grid;
    gap:2rem;
    grid-template-columns: repeat(2, 1fr);
        
}

.prev_product_modal {
   /* display: flex;
    justify-content: center;
    align-items: center; */
    padding-right: 2rem;
	position:relative;
	width: 600px;
   /* height: 600px;*/
}
.prev_product_modal img{
    border-radius: 12px;
	height: 600px;
}
.slider_img_big{
	width: 600px;
	height: 600px;
	background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	border-radius: 12px
}
.slider_img{
	max-width: 600px;
}
.prev_product_modal_block{
	height: 600px;
    overflow: hidden;
}
.desc_product_modal {
      
}
.product_modal_title{
    color:#0F0F0F;
    font-size: 32px;
    font-weight: 600;
    width: 100%;
    padding-bottom: .7rem;
    border-bottom: 1px solid #cbb269;
    margin-bottom: 2rem;
	max-width: 450px;

}
.product_modal_slider{   
    display: inline-block;  
    margin-bottom: 1rem;
}
.modal_slider_item{
    float: left;
    margin-right: .5rem;
    margin-bottom: .5rem;
    cursor: pointer;    
}
.modal_slider_item img{
    width: 70px;
    border: 2px solid #fff;
}
.modal_slider_item img:hover{
    border: 2px solid #cbb269;
}
.modal_slider_item_img{
	width: 70px;
	height: 70px;
    border: 2px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
}
.modal_slider_item_img:hover{
	 border: 2px solid #cbb269;
}
.product_modal_text{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product_modal_mini-title{
    width: 100%;
    font-size: 20px;
    font-weight: 700px; 
    margin-bottom: .5rem;
}
.product_modal_description{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}
.product_modal_buttton{
    width: 100%;
    display: flex;
}
.close_modal{
	position: absolute;
    right: 0;
    top: 0;
}
.cl-btn-2 {
    margin: 20px;
    display: flex;
    justify-content: center;
}
.cl-btn-2 div {
    cursor: pointer;
    position: relative;  
    height: 68px;
    width: 50px;
}
.cl-btn-2 .leftright {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #cbb269;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.cl-btn-2 .rightleft {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #cbb269;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.cl-btn-2 .close-btn {
    margin: 54px 0 0 -5px;
    position: absolute;
    color: #cbb269;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in;
    opacity: 0; 
}
.cl-btn-2 div:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.cl-btn-2 div:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}
.cl-btn-2 div:hover .close-btn {
    opacity: 1;
}
.slides li{
	cursor: pointer;
}
video{background-color: black;}

/*modal_otpravka*/
.otpravka_modal{
	position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0, 0.6);
    z-index: 99999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-content: center;
	align-items: center;
}
.close_otpravka_modal{
	position: absolute;
    right: -2.5rem;
    top: -2.5rem;
}
.otpravka_modal_block .form_top_block input{
	width: 350px;
}
.otpravka_modal_block form{
	text-align: center;
}

.disp_no{
	display: none;
}
@media screen and (max-width: 1440px) {
	.form_input{
		width: 300px;
	}
}
@media screen and (max-width: 768px){
	.header_baner, .header_baner_black{
		height: 450px;
	}
	.text_block_about h1{
		margin-bottom: 1rem;
	}
	.video_content{
		 flex-wrap: wrap;	
	}
	.thumbnails{
		  grid-template-columns: repeat(auto-fill, 150px);
		  width: 100%;
		  justify-content: center;
		  align-items: center;
		  padding: 0;
		  }
	.map_title{
		  width: 100%;
		  }	
	.video_slider_title{
		text-align: center;
	}
	.about_block{
		height: auto;
	}
	.slider_img_big{height: 450px; width: 100%;}
}
@media screen and (max-width: 500px){
	.dop_text_logo{display:none;}
	.slides li{
	  min-height: 250px;
	  height: 250px;
	}
	.slides{
		min-height: 250px;
    	margin-top: 0;
	}
	.title_header{
		font-size: 32px;
	}
	.heander_contact{
		font-size: 1rem;
	}
	.form_top_block{
		  flex-wrap: wrap;	
	}
	.icon1 {
    margin-right: 45px;
	}
	.header_baner, .header_baner_black{
		height: 350px;
	}
	.header_baner{
		background-size: cover;
		background-position: 100px;
	}
	.header_description{
		height: 230px;
		max-width: 300px;
	}
	.item_heder_icon{
		width: auto;
	}
	.header_icon{
		display: grid;
    	grid-template-columns: repeat(3, 100px);
	}
	.item_heder_img img{
		width: 100px;
	}
	.item_heder_img{    height: 100px;}
	.about_v_block{
		flex-wrap: wrap;
    	width: 100%;
	}
	.car_block{
		height: 200px;	
	}
	.slider_up, .slider_down{
		height: 200px;
		margin: 0 1rem;
	}
	.car_block, .text_block_about{width: 100%;}
	.img_item{height: 100px;}
	.text_block_about{ padding: 1rem;padding-top: 2rem;}
	.car_block {display: none;}
	.product_all{
		    grid-template-columns: repeat(2, 1fr);
	}
	.product_item_title{
		width: calc(100% - 0.8rem);
    	padding: 0.4rem;
    	font-size: 12px;
		bottom: 0;
	}
	.form_input{margin-bottom: 1rem;}
	.form_top_block{ margin: 0;}
	.pdoduct_block h2, .text_block_about h1, .zaivka_form h2, .videoblock h2{font-size: 28px;}
	.map_content{
		flex-wrap: wrap;
    	width: 100%;
	}
	.map_description, .map_frame{width: 100%;}
	.map_title{
		margin-top: 2rem;
    	font-size: 28px;
	}
	.map_button_block{
		margin-bottom: 1rem;
	}
	.item_heder_text{font-size: 12px;}
	.prev_product_modal{width: 100%; line-height: 1.1;}
	.open_content{
		display: flex;
    	flex-wrap: wrap;
		    gap: 1rem;
	}
	.prev_product_modal img{height: 200px;}
	.slider_img_big{height: 200px; width: 100%;}
	.product_modal_title{font-size: 16px;    margin-bottom: 1rem;}
	.product_modal_description, .product_modal_mini-title{ margin-bottom: 0;}
	.product_modal_description p{font-size: 14px;}
	.product_modal_slider {display: none;}
	.thumbnails{
		grid-template-columns: repeat(auto-fill, 170px);
	}
	.zaivka_form{padding:2rem 1rem;}
	.close_modal, close_otpravka_modal{
		right: -2.8rem;
    	top: -2.7rem;
	}
	.open_block_product{
    	width: 80%;
        position: absolute;
        top: 1.5rem;
		}
	.owl-dots{
		display: none;
	}
}