@font-face {
  font-family: "Inter";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/Inter_18pt-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url(/fonts/Inter_18pt-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  src: url(/fonts/Inter_18pt-Black.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url(/fonts/Inter_18pt-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  font-weight: 300;
  font-style: normal;
  src: url(/fonts/Inter_18pt-Light.ttf);
  font-display: swap;
}

html{height:100%}
body {
    padding: 0;
    margin: 0;
    height: 100%;
    color: #283747;
    font-family: Inter, sans-serif;
    background: #f5f5f5;
    font-size: 16px;
	overflow-x: hidden;
}
:invalid{box-shadow:none;}
:-moz-submit-invalid{box-shadow:none;}
:-moz-ui-invalid{box-shadow:none;}
img{border:none;font:normal 10px Tahoma,Verdana,Helvetica,sans-serif}
a {
    outline: none;
    color: #FD4C5C;
    text-decoration: none;
}
a:hover{color:#FD4C5C}
audio{width:100%}
header,nav,section,article,aside,footer{display:block;margin:0}
table{border-collapse:collapse}
.normal{font-size:0;clear:both;line-height:0}
ul, ol {
    padding: 0;
    margin: 0 0 0 18px;
}
.belo-belo ul{
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.block_how_rent {
    padding: 20px;
    background: #2837471A;
}
.front_block {
    margin: 36px 0;
}
h2+p{
	padding-top:0
}
.ol_list {
    margin: 0;
}
.ol_list>li {
    list-style: none;
}
.ol_list ul {
    list-style-position: inside;
}
.prod_img{
	float: left; width: 50%; max-width: 100%; margin: 10px 16px 6px 0px;
}
p{padding:10px 0;margin:0}
h1 {
    font-size: 30px;
    padding: 0 0 30px;
    margin: 0;
    font-weight: 500;
}

h2 {
    font-size: 20px;
    color: #283747;
    padding: 0 0 30px 0;
    margin: 0;
    font-weight: 500;
}
.belo-belo h2 {
    padding: 30px 0 10px;
	    color: #4C5864;
}
.front_block h2 {
    padding-top: 0;
}
p+h2 {
	padding-top: 20px;
}
h3, .car-item .h_title {
    font-size: 18px;
    color: #283747;
    padding: 8px 0 1px;
    margin: 0;
}
.belo-belo h3 {
    padding: 20px 0 8px 0;
}
.belo-belo h3+p{
	padding-top:0
}
.car-item .h_title{display: block;}
h4{font-size:14px;color:#FD4C5C;padding:10px 0 4px;margin:0}
a{-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.fixed_wrap .fixed_wrap2 .fm_wrap a,.main_wrap header .menu a,.main_wrap header .zakazat,.main_wrap header .check_zakaz{-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}
.car-inside-wrap .car-inside-image-small,.car-inside-wrap .car-inside-image-big,.mc_wrap .car-items-wrap .car-item h3,.mc_wrap .car-items-wrap .car-item .h_title,.mc_wrap .car-items-wrap .car-item p,.mc_wrap .car-items-wrap .car-item .p_price,.mc_wrap .car-items-wrap .car-item .car-item-overflow,.mc_wrap .car-items-wrap .car-item{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.car-inside-wrap .car-inside-image-small .aja-zoomer,.car-inside-wrap .car-inside-image-big .aja-zoomer,.mc_wrap .car-items-wrap .car-item .car-item-overflow-text,.mc_wrap .car-items-wrap .car-item .car-item-overflow-btn{-webkit-transition:opacity 1.1s ease;-moz-transition:opacity 1.1s ease;-o-transition:opacity 1.1s ease;transition:opacity 1.1s ease}
.main_wrap {
    width: 1170px;
    margin: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
	align-items: self-start;
}
.inside_wrap header{height:160px;margin:0}
header .menu{position:absolute;top:110px;z-index:102;text-align:center;height:35px;width:1180px;left:-5px;background:#cc3338;margin:0;padding:0; border-top: 3px #fce0e1 solid;border-bottom: 3px #fce0e1 solid;}
header .menu::after {content: '';position: absolute;top: -4px;left: 0;border-bottom: 4px solid #ff4249; border-left: 5px solid #f5f5f5}
header .menu::before {content: '';position: absolute;top: 100%;left: 0;border-top: 4px solid #ff4249; border-left: 5px solid #f5f5f5}
header .menu > ul::after {content: '';position: absolute;top: -4px;right: 0;border-bottom: 4px solid #ff4249; border-right: 5px solid #f5f5f5}
header .menu > ul::before {content: '';position: absolute;top: 100%;right: 0;border-top: 4px solid #ff4249; border-right: 5px solid #f5f5f5}
header .menu a, header .menu span{display:inline-block;padding:0 10px;font-size:14px;line-height:35px;font-weight:700;color:#fff;text-decoration:none}
header .menu a:hover,header .menu span,header .menu a.active,.fixed_wrap .fixed_wrap2 .fm_wrap .menu a.active{background:#FD4C5C!important;color:#fff}
header .logo{display:inline-block;text-decoration:none;margin:12px 0 0 -5px;width:230px;height:82px;background:url(../i/logo_3.png) 0 0 no-repeat;}
header .phone-container{display: inline-block;margin-left:0%;margin-top:5px;vertical-align: top;text-align: right;}
header .phone-container a{text-decoration: none;color:inherit;}
header .phone-container a:hover{text-decoration: underline;}
.sertificat_button img{max-width: 100%;}
header .slogan{display: inline-block;
font-size: 12px;
width: 220px;
vertical-align: top;
margin-top: 28px;
color: #385c7f;
text-transform: uppercase;
font-weight: 600;
margin-left: 5px;}

header .slogan .slogan-first_line{margin-bottom:5px;display: inline-block;}
header .right-block{float: right;width: 250px;margin-right: 10px}
header .phone{display:block;width:185px;min-height:25px;padding:0 0 0 32px;color:#333132;font-size:19px;}
header .social{display: inline-block;margin-left: 100px;width: 145px;margin-top: 0;color: #333132;font-size: 13px;position: relative;top: -85px;}
header .viber{display:block;position:relative;float:left;width:145px;margin-top:4px;margin-left:1%;height:14px;padding:13px 0 0 35px;color:#333132;
	font-size:13px;background:url(../i/Viber.svg) 3px 0px no-repeat}
/* header .whatsapp-icon{display:block;position:relative;float:left;width:0;top: -7px;margin-left:1%;height:35px;padding:0 0 0 35px;color:#333132;
	font-size:13px;background:url(../i/whatsapp.png) 2px 2px no-repeat} */
header .whatsapp .viber{width:0;margin-left:-5px;margin-top:-7px}
header .whatsapp .watsap-icon{width: 0;margin-left: -5px;margin-top:-7px;}
header .whatsapp{display:inline-block;position:relative;width:200px;margin-top:22px;margin-left:1%;height:9px;padding:7px 0 12px 39px;color:#333132;
	font-size:13px;background:url(../i/whatsapp.svg) 2px 0px no-repeat;vertical-align:top}
header .whatsapp span{display:block;}
header .social a{text-decoration: none;color: #333132;}
header .order-block{float: left;vertical-align: top;margin:5px 0;}
header .viber span{font-size:18px}
header .whatsapp-icon span{font-size:18px}
header .grafik{display:block;color:#adadad;font-size:14px;margin-left:32px;width:165px;float:right; text-align:right;}
header .nedozvon{display:block;color:#7e7e7e;font-size:11px;float:left;margin-top:-10px;margin-left:5px;}
header .perezvon{display:block;font-size:11px;cursor:pointer;}
header .zakazat:hover{background:#ff7b55;}
header .zakazat span{display:block;float: left;width:36px;height:32px;background:url(../i/info3.png) 11px 8px no-repeat;margin:-1px 10px 0 0;border-right:1px solid #919191}
header .check_zakaz{display:block;position:absolute;left:790px;top:56px;width:190px;font-size:14px;line-height:35px;font-weight:700;color:#fff;text-decoration:none;padding:0;margin:0;background:#b1b1b1;border-bottom:3px solid #919191;cursor:pointer}
header .check_zakaz:hover{margin:1px 0 0;background:#c1c1c1;border-bottom:2px solid #7e7e7e}
header .check_zakaz span{display:block;float:left;width:36px;height:30px;background:url(../i/info2.png) 11px 8px no-repeat;margin:0 10px 0 0;border-right:1px solid #919191}
header .flag-uk{position:absolute;top:0;right:0;display:inline-block;text-decoration:none;width:22px;height:16px;background:url(../i/flag-uk.png) 0 0 no-repeat;margin-right: 5px;margin-top: 5px;vertical-align: top;}
header .flag-uk:hover{background-position:0 -17px}
header .flag-rus{display: inline-block;
    text-decoration: none;
    height: 16px;
    width: 22px;
    background: url(../i/flag-rus2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: 1px solid gainsboro;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 5px;
    margin-top: 5px;
    vertical-align: top;}
header .flag-rus:hover{opacity:0.8}
header .slider-wrapper{position:absolute;z-index:5;left:0;top:138px}
.whatsapp-icon {
    padding: 13px 0 0 35px;
    position: relative;
    background: url(../i/whatsapp.svg) 3px 0px no-repeat;
    float: left;
    height: 14px;
    top: -7px;
}
header .whatsapp {
      background: inherit;
    padding-left: 0;
}
.mrg-bottom{
  margin-bottom:7px !important;
}
.mrg-bottom--2{
  margin-bottom: 2px !important;
}
.thumbs-wrapper {
    position: relative;
}
.prem{text-align: center;display: flex;}
.p-item {width: 30%;}
.p-item span{display: block;}
.akcia {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/static/site/i/akcia4.png);
}
#remodal-call, #remodal-call1, #remodal-call2, #remodal-call3, .remodal_without_req_id {
    width: 340px;
    border-radius: 5px;
    text-align: left;
}
.remodal_title-center {
    text-align: center;
    padding-left: 0px;
    font-size: 18px;
}
.remodal_title {
    font-weight: 700;
    font-size: 18px;
    color: #3a4450;
    text-transform: uppercase;
    padding-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.remodal_form-text {
    width: 94%;
    padding-left: 2%;
    padding-right: 2%;
    height: 37px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
}
 .car-item-overflow-text {
  padding-top:15px;
 }

 .car-item-overflow-btn {
  top:183px !important;
         display: none;
 }

 .menu a.active
 {
  background:#fdfdfd !important;
  color:#cc3338 !important;
 }
 .fb_application {
  width:350px;
  height:470px;
  overflow:hidden;
  padding:5px;
   }

.fb_application.success { height: 140px; }

   .fb_application .fb_form {
  position:relative;
  overflow:hidden;
  width: 400px;
  height:380px;
   }

   .fb_application .fb_form label {
  display:block;
  font-weight:bold;
  font-size:12px;
  padding:0 0 7px 0;
   }

   .fb_application .fb_form input[type=text] {
  border:1px solid #DDD;
  outline:none;
  padding:5px 6px 7px 6px;
  color:#666;
  font-size:13px;
  line-height:16px;
  width:100%;
   }

   .fb_application .fb_form input[type=button] {
  position:absolute;
  top:200px;
   }

   .pretty_submit {
  margin:10px auto 0 auto !important;
  display: block;
  cursor:pointer !important;
  border:none !important;
  text-decoration: none !important;
  text-align: center !important;
  width:190px !important;
  font-size:14px !important;
  line-height:35px !important;
  font-weight:bold !important;
  color:#ffffff !important;
  text-decoration:none !important;
  padding:0 0 0 0 !important;
  background: #3ebc6b !important;
  /*border-bottom:3px solid #af4122 !important;*/
   }
   .pretty_submit:hover {
  /*margin: 11px auto  0 auto !important;*/
  background: none repeat scroll 0% 0% #1fa04d !important;
  /*border-bottom: 2px solid #61272D !important;*/
   }

   .fb_application .fb_form textarea {
  border:1px solid #DDD;
  outline:none;
  padding:5px 6px 7px 6px;
  color:#666;
  min-width:350px;
  max-width:350px;
  min-height:60px;
  max-height:60px;
  font-size:13px;
  line-height:16px;
   }

   #inform {
  height:380px;
  position:absolute;
   }

   .wayback {
  cursor:pointer;
  display:block;
  margin:0 auto;
  width: 190px;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding: 0px;
  background: none repeat scroll 0% 0% #FD4C5C;
  border-bottom: 3px solid #61272D;
   }

   .wayback:hover {
  color: #FFF;
  margin:1px auto;
  background: none repeat scroll 0% 0% #FD4C5C;
  border-bottom: 2px solid #61272D;
   }

   .fixinp input {
  width:110px !important;
  margin-right:10px !important;
  display:inline !important;
   }

   .send_success {
  height:128px;
  width:100%;
   margin:10px 0;
   }

   .send_success div {
  padding-top:30px;
  font-size:13px;
  text-align:center;
  line-height:20px;
  width:100%;
   }

   .send_success div span {
  font-size:14px;
  display:block;
  font-weight:bold;
  color:#289332;
  margin:0 0 10px 0;
   }
   textarea {font-family:arial !important;}

   #hds {
  position:absolute;
  z-index:100;
  left:127px;
  top:644px;
  width:9px;
  height:6px;
  background:#FFF;
   }

   @-moz-document url-prefix() {
  #hds {
   top:648px;
  }


  .belo-belo table{
   width:100%!important; margin:10px 0 10px 0;}
   }
   .belo-belo table th{
   padding:10px 16px 10px 16px; background:#FD4C5C; color:#ffffff; font-size:14px; font-weight:bold; border-right:1px solid #af4122}
.belo-belo .price_table th {
	background: transparent;
	color: #000;
	padding: 6px 8px;
	border: 1px solid #ccc;
	font-size: 13px;
	text-align: left;
}
.price_table tr>*:first-child{
	width:70px
}
.belo-belo .price_table td {
    background: transparent;
    border: 1px solid #ccc;
    padding: 6px 8px;
    font-size: 13px;
}
.price_table {
    margin: 10px 0;
	box-shadow: 0 0 10px -4px #ababab;
}
   .belo-belo table th:last-child {
   border-right:none;}
   .belo-belo table td{
   padding:5px 16px 5px 16px; background: #f5f5f5; border-right:1px solid #d1d1d1; border-bottom:1px solid #e0e0e0}
   .belo-belo table td:last-child {
   border-right:none;}
   .belo-belo table tr:last-child td{
   border-bottom:none;}
.belo-belo .price_table th:last-child,
.belo-belo .price_table td:last-child,
.belo-belo .price_table tr:last-child td{
    border: 1px solid #ccc;
}
   .mc_wrap .car-items-wrap .car-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
   }
.mcya{position:absolute; left:-9999px;}
#form_feedback2{display: none; z-index:1000;}
#pay_form{display: none; z-index:1000;}
#inform{width:100%;}
.feed_h{height:380px;}
.wayback{display:none;}
.center{text-align:center;}
#remodal-call .remodal_500, #remodal-call1 .remodal_500,
#remodal-call2 .remodal_500, #remodal-call3 .remodal_500,
.remodal_without_req_id .remodal_500{font-weight: 500;}
.ml_40{margin-left: 40px !important;}
#callback_form{z-index: 1000; display: none;}
#sertificat{z-index: 1000; display: none;max-width: 700px;}
.sertificat_button {
    align-items: center;
    display: flex;
    background: none;
    color: #FD4C5C;
    text-decoration: underline;
    outline: none;
    border: none;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    padding: 15px;
}
.sertificat{
      bottom: -75px;
    position: absolute!important;
    padding: 0 !important;
    width: 100%;
    right: 0;
}
.sertificat a:before{
    content: "";
    background: url(/images/401907.png) no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin-right: 26px;

}
#sertificat .remodal_form-text{
  box-sizing: border-box;
}
#sertificat .flex{
  flex-wrap:wrap;
  justify-content: space-between;
}
#sertificat .flex_input{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#sertificat input[type="radio"]{
  width:20px;
}
#sertificat input[type="submit"]{
  width:50%;
  color:white;
}
#sertificat .flex_input input{
  width: 49%;
}
#sertificat label{display: block;
    font-size: 15px;}
#sertificat input{width: 100%;margin:5px 0;color:#AEAEAE;font-size: 13px;}
#sertificat input::-webkit-input-placeholder,#sertificat textarea::-webkit-input-placeholder {color:#AEAEAE;}
#sertificat input::-moz-placeholder,#sertificat textarea::-moz-placeholder       {color:#AEAEAE;}/* Firefox 19+ */
#sertificat input:-moz-placeholder,#sertificat textarea:-moz-placeholder           {color:#AEAEAE;}/* Firefox 18- */
#sertificat input:-ms-input-placeholder,#sertificat textarea:-ms-input-placeholder      {color:#AEAEAE;}
#sertificat textarea{width: 100%;color:#AEAEAE;font-size: 13px;}
#sertificat .konf label{font-size: 11px;}
#sertificat .konf input{width: 45px;margin-right: 5px;}
#sertificat img{width: 100%;}
#sertificat .title-center {
    font-size: 19px;
    color: #FE0203;
    text-align: center;
}
.flex {display: flex;flex-direction: row;}
.flex_half{width: 50%;}
.flex_64{width: 61%;}
.flex_34{width: 37%;}
.table_w{width:300px;}
.disp_n{display: none;}
.like_h2.pd{padding: 15px 0 0 0;}
.like_h2.pl{padding-left: 0px;}
.taleft{text-align:left;}
.clear{clear:both;}
.dblock{display: block;}
.p_0{padding: 0;}
#callback_form{z-index: 1000; display: none;}
#callback_form form > table{width:350px;}
#callback_form form > table > tr > td{text-align:left;}
#callback_form form > table > tr > td > table > tr > td{vertical-align: top;}
#callback_form form > table > tr > td > table > tr > td input{width: 70px!important;}
.cuttheprice {align-items: center;display: flex;background: none;color: #FD4C5C;text-decoration: underline;outline: none;border: none;font-size: 18px;position: relative;cursor: pointer;padding: 15px;}
.cuttheprice:before {content: "";background: url(/images/cuttheprice.png) no-repeat;background-size: contain;width: 35px;height: 35px;display: inline-block;position: relative;margin-right: 26px;}
.remodal_title-center {text-align: center;padding-left: 0px !important;font-size: 18px;}
.remodal_form{margin-top:15px;}
#cuttheprice{display: none;z-index:999999;}
#cutthepriceSuccess, #cutthepriceSuccess1{display: none;z-index:999999;}
#cutthepriceForm textarea {height: 60px;width: 100%;box-sizing: border-box;resize: none;}
#cutthepriceForm input{display: block;margin:5px auto !important;height: 34px;width:95%;font-size: 14px;line-height: 1.42857143;background-image: none;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;border-radius:3px;line-height:35px}
#cutthepriceForm>label{font-weight: 300;font-size: 14px;margin-bottom: 0!important;display: inline-block;max-width: 100%;}

#remodal-call, #remodal-call1, #remodal-call2, #remodal-call3, .remodal_without_req_id{width:340px;border-radius:5px;text-align:left}
.remodal-close{right:0;left:auto;color:#c3cbd4;font-size:30px}
.remodal-close:before{font-size:38px}
.remodal_title{padding-left:50px;font-weight:700;font-size:23px;color:#3a4450;text-transform:uppercase;background-repeat:no-repeat;background-position:0 0}
.remodal_title-message{background-image:;padding-left:65px;padding-right:30px;background-position:0 6px}
.remodal_title-order{ padding-left:70px;padding-right:30px;background-position:0 0}
.remodal_form-text{width:94%;padding-left:2%;padding-right:2%;height:37px;font-size:15px;border:1px solid #ddd;border-top:1px solid #aaa;font-family:'Open Sans',sans-serif;margin-bottom:10px}
.remodal_form-phone{font-size:20px}
.remodal_form-textarea{width:94%;padding-left:2%;padding-right:2%;height:100px;padding-top:10px;font-size:15px;border:1px solid #ddd;border-top:1px solid #aaa;margin-bottom:10px;font-family:'Open Sans',sans-serif}
.remodal_form-submit{margin:auto!important;margin-left:auto!important;font-family:'Open Sans',sans-serif}
input[type="submit"].remodal_form-submit{margin:auto!important;margin-left:auto!important;margin-top:20px!important;text-transform:uppercase}
.remodal-call_result{margin-top:20px;display:none;padding:10px;background-color:#3a4450;color:#fff;text-align:center}
.remodal-call_result.bad{border-color:red;color:red}
.remodal-message_result{margin-top:20px;display:none;padding:10px;background-color:#3a4450;color:#fff;text-align:center}
.remodal-message_result.bad{border-color:red;color:red}
.remodal-order_result{margin-top:20px;display:none;padding:10px;background-color:#3a4450;color:#fff;text-align:center}
.remodal-order_result.bad{border-color:red;color:red}
.bg{display: none;position: fixed;top:0;left:0;width:100%;height: 100%;background:black;opacity:0.6;z-index:9999;}
#cutthepriceForm .konf{display: flex;aling-items:center;width: 350px;max-width:100%;}
#cutthepriceForm .konf label{font-size:11px;}
#cutthepriceForm .konf input{width:30px; height: 30px;margin-right: 10px !important;}
.konf {
    display: flex;
    align-items: center;
	width: 100%;
	font-weight: 300;
}
#cuttheprice .konf{margin-bottom: 10px;}
#cuttheprice .konf input{width: 40px !important;height: 30px !important;margin-right: 10px !important;}
.footer2>div{width:1000px;margin:0 auto;display: flex;align-items: center;justify-content: space-between;    max-width: 100%;}
.footer2 .left{float: left;text-align: left;}
.footer2 .right{float: right;}
p.pl{padding-left:20px;}
.nott{padding: 10px 0 10px 20px;background: #e8e8e8;border-radius: 5px;text-align: left;margin: 10px 0;}
.bold{font-weight: bold;}
.footer-wrap ul{margin: 0px;}
.remodal-close {
  right: 0px;
  left: auto;
  color: #c3cbd4;
  font-size: 37px;
  background: none;
  border: none !important;
}
.remodal-close::before {
  font-size: 38px;
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  content: "\00d7" !important;
  line-height: 35px !important;
  background: none !important;
}
.border-skidka{
  padding:5px;
  border:1px solid #FD4C5C;
}
span.data {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.belo-belo p a:visited {
    color: #FD4C5C;
}
.banner:hover{
	color:inherit
}
.mobile-phone{display: none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 .tmb-wrap {margin-left: 5px;}
}
.tmb-wrap div {
    display: table-cell;
    height: 100%;
    border-bottom: transparent 3px solid;
}
.tmb-wrap:hover div {
  border-color: rgba(255, 255, 255, 0.60);
}
.tmb-wrap:hover div.active {
  border-color: #ea2c2c;
}

#vk_groups{margin-top: 20px;}
.sidebar .menu{background: #fff;}
.mc_wrap {
    width: calc(100% - 260px - 24px);
    margin-left: 24px;
    padding-top: 10px;
	border-radius: 10px;
}
.sidebar {
    background: #fff;
    width: 260px;
    margin-bottom: 0px;
    position: relative;
    box-shadow: 0 0 64px -5px rgb(0 0 0 / 10%);
    padding: 10px 20px;
	border-radius: 10px;
    box-sizing: border-box;
}
.sidebar .title {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    font-size: 18px;
    padding: 18px 0 8px 0;
    font-weight: 600;
    display: flex;
    gap: 10px;
    border-top: 1px solid #D9D9D9;
    margin-top: 18px;
}
.sidebar>.title:first-child{
	margin-top:0;
	padding-top:8px;
	border:none;
}
.sidebar .title>span {
    width: calc(100% - 24px - 10px);
}
.sidebar .title::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #283747;
    border-radius: 50%;
}
.sidebar a {
    color: #4C5864;
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 12px;
    line-height: 16px;
}
.sidebar .menu a.active {background: #E8E8E8!important;color: #4C5864!important;}
.sidebar .menu > span {
    background: #F2F4F3 !important;
    color: #4C5864 !important;
	padding: 16px 20px;
    display: block;
    font-size: 16px;
	line-height: 16px;
    text-decoration: none;
}
.sidebar a:hover {background: #F2F4F3;}
.sidebar .banner a{border-bottom: none;    font-size: 15px;}
.sidebar .banner a:hover {background: none;opacity:0.8;}
.sidebar .banner.perevozchik {margin-top: 235px;}
.sidebar .banner img{    max-width: 40px;
    float: left;
    margin-right: 10px;}
.footer-wrap .banner a{display: flex;align-items: center;}
.footer-wrap .banner img{margin-right: 5px;}
.footer-wrap .banner{margin-top: 5px; }
.sidebar .banner{background: #F3F7F9}
.banners {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
    align-items: unset;
	margin-top: 30px;
}
.banner-item {
    width: calc(100% / 3 - 19px * 2 / 3);
    min-height: 88px;
}
.banner {
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    gap: 14px;
    text-decoration: none;
    font-weight: 700;
    height: 100%;
    color: #4C5864;
    line-height: 16px;
}
.banners .b-img {
    width: 102px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
	background-size: cover;
    background-position: center;
}
.banners .b-img.bm1 {
    background: url(../i/r189.jpg) 0 0 no-repeat;
}
.banners .b-img.bm2{background:url(../i/r191.jpg) 0 0 no-repeat;}
.banners .b-img.bm3{background:url(../i/r193.jpg) 0 0 no-repeat;}
.mc_wrap .car-items-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}
.b-title {
    padding: 12px 15px 12px 0;
}
.mc_wrap .triangle{height:0;width:0;border-right:25px solid #FD6837;border-top:59px solid transparent;border-bottom:0 solid transparent;position:absolute;left:-25px;top:-1px}
.mc_wrap .car-items-wrap a .car-item:hover .triangle{border-right:25px solid #fff}
.mc_wrap .car-items-wrap a .car-item:hover .widget_mest{color:#FD4C5C;background:#fff}
.mc_wrap .belo-belo {
	display: block;
    position: relative;
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    margin: 0 0 30px 0;
    border-radius: 10px;
	box-shadow: 0 0 64px -5px rgb(0 0 0 / 10%);
}
.mc_wrap .belo-belo>*:first-child {
	margin-top:0;
	padding-top:0
}
.mc_wrap .belo-belo>*:last-child {
	margin-bottom:0;
	padding-bottom:0
}
.mc_wrap .gray-gray{display:block;position:relative;z-index:2;padding:20px 35px 25px;margin:0 0 20px;background:#e9e9e9;border-bottom:2px solid #d0d0d0}
.beautifultable{width:100%;margin:10px 0}
.beautifultable th{padding:10px 16px;background:#fd6837;color:#fff;font-size:14px;font-weight:700;border-right:1px solid #61272D}
.beautifultable th:last-child{border-right:none}
.beautifultable td{padding:5px 16px;background:#f5f5f5;border-right:1px solid #d1d1d1;border-bottom:1px solid #e0e0e0}
.beautifultable td:last-child{border-right:none}
.beautifultable tr:last-child td{border-bottom:none}
.aja-price table{width:100%!important;margin:10px 0}
.discount::before {
  content: '';
	display:block;
	position:absolute;
	border-top: 80px solid #FD4C5C;
	border-left: 80px solid transparent;
	top:0;
	right:0;
  z-index: 1;
}
.green_discount::before {
    border-top-color: #18c139;
}
 .discount::after {
  content: '% АКЦИЯ';
  transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
  position: absolute;
  display: block;
  color:white;
  top: 2px;
  line-height: 20px;
  font-size: 20px;
  right: -8px;
  width: 63px;
  text-align: center;
  z-index: 1;
  font-family: monospace;
}
.aja-price table th{padding:10px 16px;background:#fd6837;color:#fff;font-size:14px;font-weight:700;border-right:1px solid #61272D}
.aja-price table th:last-child{border-right:none}
.aja-price table td{padding:5px 0;background:#f5f5f5;border-bottom:1px solid #e0e0e0}
.aja-price table td:last-child{border-right:none}
.aja-price table tr:last-child td{border-bottom:none}
.car-inside-wrap .car-inside-image-big {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.car-inside-wrap .car-inside-image-big .aja-zoomer{
	display:block;
	position:absolute;top:0;left:0;
	width: 100%;
    height: 100%;
	background:url(../i/zoomer3.png) center center repeat;opacity:0
}
.car-inside-wrap .car-inside-image-big:hover .aja-zoomer{opacity:1}
.car-inside-wrap .car-inside-image-small {
    position: relative;
    width: 100px;
    height: 75px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
	overflow: hidden;
}
.car-inside-wrap .car-inside-image-small .aja-zoomer{
	display:block;position:absolute;top:0;left:0;
	width: 100%;
    height: 100%;
	background:url(../i/zoomer3.png) center center no-repeat;opacity:0;
	background-size: 170%;
}
.foto[data-nav=thumbs] {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
    gap: 15px;
}
.car-inside-wrap .car-inside-image-small:hover .aja-zoomer{opacity:1}
.car-inside-wrap .album_col4 .car-inside-image-small{box-sizing:border-box;margin:7.5px!important;width:23%;height:150px;}
.car-inside-wrap .album_col4 .car-inside-image-small .aja-zoomer{width:100%;height:100%;}

.footer1 {
    color: #fff;
    margin: 44px 0 0;
    background: #283747;
    padding: 0;
}
.footer1 .footer-wrap {
    width: 1170px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0 60px 0;
    flex-wrap: wrap;
    gap: 20px;
}
.footer1 .footer-wrap .cont_block{padding:15px 0 20px;}
.footer1 .footer-wrap .menu_block{padding:15px 0 20px;}
.footer1 .footer-wrap .menu_block a{color:#9ca3ae;text-decoration:none}
.footer1 .footer-wrap .menu_block a:hover{color:#FD4C5C}
.footer2 {
    background: #283747;
    padding: 30px 20px 40px 20px;
    font-weight: 300;
}
.fixed_wrap{display:none;position:fixed;width:100%;top:0;margin:0;padding:0;z-index:500}
.fixed_wrap .fixed_wrap2{position:relative;width:1170px;height:32px;margin:auto;padding:0}
.fixed_wrap .fixed_wrap2 .fm_wrap-fon{position:absolute;width:1170px;top:0;height:32px;z-index:20;background:#FD4C5C;margin:auto;padding:0;opacity:.9}
.fixed_wrap .fixed_wrap2 .fm_wrap-shadow{position:absolute;width:1170px;top:32px;height:4px;z-index:90;background:#000;margin:auto;padding:0;opacity:.2}
.fixed_wrap .fixed_wrap2 .fm_wrap{position:absolute;width:1170px;height:32px;z-index:102;text-align:center;margin:auto;padding:0}
.fixed_wrap .fixed_wrap2 .fm_wrap a,.fixed_wrap .fixed_wrap2 .fm_wrap span{display:inline-block;margin:0 3px;padding:0 10px 2px;font-size:14px;line-height:30px;font-weight:700;color:#fff;text-decoration:none}
.fixed_wrap .fixed_wrap2 .fm_wrap a:hover, .fixed_wrap .fixed_wrap2 .fm_wrap span{background:#9E3C4E!important}
.fixed_wrap .fixed_wrap2 .fm_wrap li ul a:hover,.fixed_wrap .fixed_wrap2 .fm_wrap li ul span{background:#FD4C5C;color:#fff}
.fixed_wrap .fixed_wrap2 .fp_wrap{position:absolute;width:200px;top:32px;right: 0;height:32px;z-index:50;background:#000;margin:auto;padding:0;opacity:.6}
.fixed_wrap .fixed_wrap2 .fp_wrap-text{position:absolute;width:190px;top:32px;right:0;height:32px;z-index:50;text-align:center;color:#fff;margin:auto;padding:0 0 0 16px;font-weight:700;font-size:18px;line-height:30px;background:url(../i/phone-fixed-head.png) 10px -5px no-repeat}
.fixed_wrap .fixed_wrap2 .fp_wrap-text span{font-weight:700;font-size:14px}
.jcarousel{position:relative;overflow:hidden}
.jcarousel ul{width:20000em;position:relative;list-style:none;margin:0;padding:0}
.jcarousel li{display:inline-block;width:190px}
.jcarousel-prev,.jcarousel-next{display:block;width:20px;height:57px;background:url(../i/arrows.png) no-repeat;text-indent:-9999px;border:0;position:absolute;top:30px;opacity:.3;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}
.jcarousel-next{background-position:-42px 0;right:-30px}
.jcarousel-prev{left:-30px}
.jcarousel-next:hover{opacity:1}
.jcarousel-prev:hover{opacity:1}
.commentstitle{font-size:18px;color:#FD4C5C;line-height:12px;margin-top:20px}
.commentstitle1{font-size:15px;font-weight:700;line-height:12px}
.footmenu{float:left;padding:38px 10px 25px 65px}
.footmenu a{text-decoration:none;font-size:14px}
.price-buy{display:block;float:left;margin:7px 0 0;margin-left:67px!important;text-decoration:none;text-align:center;width:190px;font-size:14px;line-height:30px;font-weight:700;color:#fff;text-decoration:none;padding:0;background:#FD4C5C;border-bottom:3px solid #61272D}
.price-buy:hover{color:#fff;margin-top:8px;background:#FD4C5C;border-bottom:2px solid #61272D}
.belo_forma_zakaza h2 {
    padding: 0;
    margin-bottom: 30px;
}
#order_status p{text-align:center;font-weight:700}
#order_status #order_id{text-align:center;display:block;font:normal 14px/18px Arial;color:#666;padding:7px 10px;border:1px solid #ddd;border-top:1px solid #aaa;margin:7px auto 5px}
#order_status #order_botton2{display:block;cursor:pointer;margin:7px 0 0;margin-left:56px!important;border:none;text-decoration:none;text-align:center;width:190px;font-size:14px;line-height:30px;font-weight:700;color:#fff;text-decoration:none;padding:0;background:#FD4C5C;border-bottom:3px solid #61272D}
#order_status #order_botton2:hover{color:#fff;margin-top:8px;background:#ff7b55;border-bottom:2px solid #9c3011}
#form_feedback2 input,select,textarea{font:normal 14px/18px Arial;color:#666;padding:7px 10px;border:1px solid #ddd;border-top:1px solid #aaa;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#form_feedback2 textarea{width:307px}
#form_feedback2 #fio2{width:307px}
#send{display:block;cursor:pointer;margin:7px 0 0;margin-left:67px!important;border:none;text-decoration:none;text-align:center;width:190px;font-size:14px;line-height:30px;font-weight:700;color:#fff;text-decoration:none;padding:0;background:#FD4C5C;border-bottom:3px solid #61272D}
input[type="submit"]{display:block;cursor:pointer;margin:7px 0 0;border:none;text-decoration:none;text-align:center;width:190px;font-size:14px;line-height:30px;font-weight:700;color:#fff;text-decoration:none;padding:0;background:#FD4C5C;/*border-bottom:3px solid #61272D*/box-shadow: 0 1px 1px 0px #919191;}
input[type="submit"]:hover{background:#e14c51;}
#form_feedback2 #feedback_botton2:hover{color:#fff;margin-top:8px;background:#FD4C5C;border-bottom:2px solid #9c3011}
.clear{clear:both}
.yandex_position{position:absolute;left:-9999px}
.car_cost{display:inline-block;width:125px}
.article_img{float:left!important;margin-right:10px;padding:4px;border-radius:3px;border:1px solid #d0d0d0;border-radius:6px;box-shadow:0 0 10px #8FB1D0;z-index:100;position:relative;margin-left:35px;margin-top:35px!important;border-color:#BBB!important}
.article_img_list{float:left;width: 150px;margin-right:10px;margin-top:10px;padding:4px;border-radius:3px;border:1px solid #d0d0d0;border-radius:6px;box-shadow:0 0 10px #8FB1D0;border-color:#BBB!important}
.news_title{text-align:left}
.single__price_block .car_title{padding-top:0; color: #4C5864;}
.single__price_block strong {
    font-weight: 500;
}
.price-belo span{display: none !important;}
.price-belo ol li span{display: inline !important;}
.price-belo ul li span{display: inline !important;}
.div_zakaz{width:345px;margin-left:auto;margin-right:auto;position:relative;left:8px}
.belo-recommend{width:240px!important;float:left;height:175px!important;font-family:Arial;margin-left:5px!important;cursor:pointer}
.form_feedback{padding-top:10px}
.class-108-15{width:123px;margin-left:15px}
.class-158{width:158px}
.class-138{width:138px}
.class-128-15{width:143px;margin-left:15px}
.width-160{width:160px;font:normal 14px/18px Arial;color:#666;padding:7px 10px;border:1px solid #ddd;border-top:1px solid #aaa;margin:2px 0}
.width-300{width:300px;font:normal 14px/18px Arial;color:#666;padding:7px 10px;border:1px solid #ddd;border-top:1px solid #aaa;margin:2px 0}
.width-300-2{width:315px;font:normal 14px/18px Arial;color:#666;padding:7px 10px;border:1px solid #ddd;border-top:1px solid #aaa;margin:2px 0}
.w300h100{width:100%;height:100px;font:normal 14px/18px Arial;color:#666;padding:7px 10px;border:1px solid #ddd;border-top:1px solid #aaa;margin:2px 0}
.float_right{float:right}
.contact{border-collapse:collapse;margin-top:30px;}
.thankyou{text-align:center;}
#twitter-widget-0{width:120px!important}
.like_h2{color:#FD4C5C;font-size:24px}
.no_mr{margin-left:5px!important;margin-right:5px!important}
.too_small{min-height:150px}
.lowercase{text-transform:none!important;border-radius:3px}
.mc_wrap .car-items-wrap .car-item .car-item-overflow-btn{display:block;position:absolute;left:88px;top:147px;width:136px;font-size:14px;line-height:30px;font-weight:700;color:#fff;text-decoration:none;padding:0 10px 0 0;margin:0;background:#FD4C5C;border-bottom:3px solid #61272D;opacity:0}
.mc_wrap .car-items-wrap .car-item h3, .mc_wrap .car-items-wrap .car-item .h_title {
    font-size: 20px;
    font-weight: 700;
    color: #283747;
    margin-bottom: 12px;
    margin-top: 20px;
    text-align: left;
    padding: 0 15px;
}
header .zakazat, .belo-belo .zakazat, #order_pay {
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 220px;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 1px 0;
    margin: 0;
    background: #FD4C5C;
    cursor: pointer;
}
.mc_wrap .belo-belo{z-index:1}
.belo-belo .top_menu{display:none!important}
.belo-belo:empty{display:none !important;}
span.red{color:#FD4C5C;}
header .menu a:hover,header .menu span,header .menu a.active,.fixed_wrap .fixed_wrap2 .fm_wrap .menu a.active{color:#fff!important;background:#9E3C4E!important}
.top_menu ul{padding-top:0!important}
.top_menu ul li{display:inline-block;position:relative}
.top_menu ul li ul li{display:block}
.top_menu ul li ul a,.top_menu ul li ul span  {
    width: 88.5%;
    color: #FD4C5C;
    display: block;
    padding-left: 5%;
}
.low_price.top_low_price{top:-210px;}
.low_price{bottom: -80px;position: absolute!important;padding: 0 !important;width: 100%;right: 0;}
.remodal1{background: #fff;padding: 20px;box-sizing: border-box;display: block;width: 340px !important;position: fixed !important;top: 5%;z-index: 9999;left: 50%;margin-left: -170px;}
.remodal1 .remodal_title{padding-bottom:0px;padding-top: 10px;}
.top_menu ul li ul{display:none;position:absolute;top:35px;left:-50px;background:#fff;color:#cc3338;width:250px;text-align:left;border:1px solid #CC5155;border-top:0}
.fixed_wrap .fixed_wrap2 .fm_wrap li ul li a{color:#FD4C5C}
.fixed_wrap .fixed_wrap2 .fm_wrap li ul{top:32px}
.car-item ul,.car-item ol{
	list-style: none;
}
.car-inside-image-big{background-size:cover}
.footer-wrap .menu ul a.active{background:#9E3C4E!important;color:#fff!important}
.menu_block h2{text-transform:none;color:#FD4C5C;padding-left:36px!important;padding-top:0!important}
.zakazat:hover{background:#e7525f!important}
.car-item-overflow-btn:hover{background:#9E3C4E!important;border-bottom:1.5px solid #62232A!important}
.btn:hover{background:#9E3C4E!important}
.btn.pretty_submit:hover{background:#1fa04d!important}
.fb_application{padding:0 !important;}
.fb_application .fb_form{width:auto !important;max-width:350px;}
.fancybox-skin .btn.pretty_submit{box-shadow: 0 1px 1px 0px #919191 !important;/*border-bottom:3px solid #61272D!important*/}
.fancybox-skin .btn.pretty_submit:hover{/*border-bottom:2px solid #61272D!important*/}
.item_form.margin_b{margin-bottom: 100px !important;}
.item_form .div_zakaz{width:100%!important;left:0!important}
.item_form .div_zakaz textarea{width:100%!important;border:1px solid #ccc;padding:7px 2%;margin-bottom:7px!important}
.left{float:left}
.right{float:right}
.item_form .div_zakaz .left{width:45%!important}
.item_form .div_zakaz .right{width:45%!important}
.item_form #form_feedback input[type="submit"].btn.pretty_submit:disabled{background-color: #4d5865!important;}
input::-webkit-input-placeholder{color:#666}
input:-moz-placeholder{color:#666}
textarea::-webkit-input-placeholder{color:#666}
textarea:-moz-placeholder{color:#666}
p.small{font-size:small}
.main-color{color:#FD4C5C}
.pay_icons li{display:inline-block;vertical-align:middle;margin-right:23px}
.pay_icons li.first_icon{margin-top:-10px}
.footer-wrap{position:relative}
.pays{position:absolute;right:-30px;bottom:2px}
.pays li{display:inline-block;margin-right:10px}
.pays li img{width:60px;border-radius:3px}
.mobile-menu{display:none}
.cslider-container{float:left;width:340px;}
.cprice-block{float:right;width:210px;}
.cdescr{margin:0 0 0 360px;display:flex;align-items:center;flex-direction:row-reverse;justify-content:space-between;}
.cgray-block{position:relative;padding:20px 15px;margin-bottom:25px;background:#f5f5f5;box-shadow:-1px 1px 10px #ababab;}
.white-bg{background:#fff;padding:40px;}
.clearfix:after{content:'';width:100%;display:block;height:0px;clear:both;}
.cslider-for{width:255px;float:left;margin-right:10px;box-shadow:-1px 1px 4px gray;}
.image-small{width:68px;height:68px;border:4px solid #fff;display:block;cursor:pointer;outline:none;box-sizing:border-box;margin-bottom:10px;background-size:100%;box-shadow:-1px 1px 4px gray;background-size:cover;}
.image-small:hover{border:4px solid rgb(255, 233, 233);}
.image-big{width:100%;height:228px;border:4px solid #fff;display:block;box-sizing:border-box;background-size:cover;position:relative;}
.image-big:before{content:'';width:100%;height:100%;display:block;top:0;left:0;bottom:0;right:0;background:url(../i/bloop.png) 50% 50% no-repeat;opacity:0;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;}
.image-big:hover:before{opacity:1;}
.cslider-nav{position:relative;margin-left:265px;}
.cslider-nav .slick-arrow{position:absolute;outline:none;left:50%;margin-left:-5px;z-index:100;background:transparent;font-size:0px;width:12px;height:12px;border:0px;cursor:pointer;padding:0px;border-right:1px solid #000;border-bottom:1px solid #000;}
.cslider-nav .slick-prev{top:-10px;-moz-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);}
.cslider-nav .slick-next{bottom:-7px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
.cslider-nav .slick-slide{padding-left:5px;outline:none;}
.order-methods .product-wa{
	    height: 40px;
}
.cs-title{margin-left:360px;font-size:24px;padding:0 0 18px;}
.cdescr ul{margin:0;padding:0;list-style:none;max-width:300px;}
.cdescr ul li{position:relative;padding-left:35px;font-size:13px;margin-bottom:6px;color:#545454;}
.cdescr ul li:before{content:'';background:url(../i/cmarker.png) 0 0 no-repeat;display:block;width:16px;height:16px;position:absolute;left:0;top:0;}
.csprice{margin-bottom:12px;color:#545454;font-size:24px;text-align:center;}
.btn-red{height:34px;width:100%;max-width:210px;color:#fff;font-weight:bold;text-align:center;display:block;margin-bottom:12px;text-decoration:none;border-bottom:3px solid #db797c;background:#cc3338;line-height:34px;}
.btn-dark{height:34px;width:100%;max-width:210px;color:#fff;font-weight:bold;text-align:center;display:block;margin-bottom:12px;text-decoration:none;border-bottom:3px solid #8a9199;background:#4d5865;line-height:34px;}
.btn-dark:hover, .btn-red:hover{border-top:3px solid transparent;border-bottom:0px;color:#fff;}
.item_descr h2{color:#545454;font-size:18px;text-transform:inherit;padding:20px 0 10px;}
.item_descr ul{list-style:disc;}
.item_descr .car_title{font-size:24px;color:#FD4C5C;text-align:center;}
.see-more a .car-item{width:32%;margin:1% 1% 2%;}
.see-more a:nth-child(3n) .car-item{margin:1% 0% 2% 1%;}
#form_sert{width:900px;display:flex;}
#form_sert #sert-body{width:56%;float:left;overflow:hidden;position:relative;}
#sert-body img{width:100%;height:auto;position:relative;z-index:0;}
.sert-txt{width:100%;height:54%;display:block;position:absolute;background:url(../i/bant.png) bottom center no-repeat;background-size:contain;bottom:0;left:0;padding:20% 0 0 35%;box-sizing:border-box;}
#form_sert .order-form{width:44%;float:left;box-sizing:border-box;padding:20px;}
#form_sert .left, #form_sert .right{width:48%;}
#form_fast_order{padding:10px 40px;box-sizing:border-box;max-width:400px;}
.order-form h2{text-align:center;font-size:24px;text-transform:inherit;padding:0 0 15px;}
.order-form input[type="text"], .order-form input[type="tel"], .order-form input[type="email"]{height:38px;text-indent:20px;width:100%;box-sizing:border-box;border:1px solid #969696;color:#969696;font-size:16px;margin-bottom:15px;}
.order-form textarea{width:100%;height:80px;box-sizing:border-box;border:1px solid #969696;padding:10px;margin-bottom:15px;}
button.btn-red{border:0px;height:38px;border-bottom:3px solid #de7d80;margin:0 auto;display:block;cursor:pointer;}
button.btn-red:hover{border-bottom:0px;margin:3px auto 0;height:35px;line-height:35px;}
.radio{vertical-align:top;width:17px;height:17px;margin:0 3px 0 0;}
.radio + label{cursor:pointer;}
.radio:not(checked){position:absolute;opacity:0;}
.radio:not(checked) + label{position:relative;padding:0 0 0 25px;font-size:14px;}
.radio:not(checked) + label:before{content:'';position:absolute;top:0px;left:0;width:14px;height:14px;border:1px solid #545454;border-radius:50%;background:#FFF;}
.radio:not(checked) + label:after{content:'';position:absolute;top:4px;left:4px;width:8px;height:8px;border-radius:50%;background:#cc3338;opacity:0;transition:all .2s;}
.radio:checked + label:after{opacity:1;}
.radio:focus + label:before{}
.custom-radio-group{padding-bottom:30px;}
.custom-radio-group .custom-radio{padding-bottom:10px;}
.markers{list-style:none;}
.markers li{list-style:none;position:relative;}
.description_wrap{margin-bottom:40px;}
.price-belo {
    margin-top: 10px;
    width: 100%;
}
.price-belo>*:first-child {
	margin-top:0;
	padding-top:0
}
.price-belo>*:last-child {
	margin-bottom:0;
	padding-bottom:0
}
.mc_wrap .belo-belo.flexbox-cat{display:flex;flex-direction:column;width: 58%;}
.price-belo iframe{width:100% !important;}
#animatedModal{display: none;}
.rec_slider_text{
	display: block;
    height: 100%;
    padding: 25px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #52525252;
    color: #fff;
    font-size: 30px;
    text-align: center;
}
.rec_slider_text span{display:block;}
.rec_slider_text:hover{
	background-color: #525252d4;
}
.b-top {
    z-index: 2600;
    position: fixed;
    right: 50px;
    bottom: 40px;
    width: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
}
.b-top-but {z-index: 2600;
    position: absolute;
    display: block;
    left: 0px;
    bottom: 15px;
    padding: 35px 12px 4px;
    color: white;
    background: url(/images/naverh.png) no-repeat center center;
    border-radius: 7px;
    width: 20px;
    background-size: 100%;
}
.b-top:hover{
  cursor:pointer;
  opacity:1;
}
.errInput{border-color:#cc3338!important}
.konf.errInput{border:1px solid #cc3338;padding:6px;margin-bottom:5px;}
.errInput:focus{outline-color:#cc3338!important}
.input_hint{color:#cc3338;font-size:11px;text-align:center;}
.owl-prev i, .owl-next i {
    color: white;
}
.owl-prev, .owl-next {
	position: absolute;
    top: 25%;
    margin-top: -10px;
    font-size: 70px !important;
    color: #d0474b !important;
}
.owl-prev {
    left: -35px;
}
.owl-next {
	right: -35px;
}
.cat_item h2 {
	    padding: 5px 0 0;
    margin: 0;
}
#callback_form form > table, #callback_form {
  max-width: 280px;
}
#callback_form .width-300 {
  display: block;
  width: 255px;
}
#callback_form .konf {
  box-sizing:border-box;
  width: 100%;
}
#callback_form form > table {
    width: 255px;
}

#callback_form .callback_form__title,
#callback_form h2{
    font-size: 21px;
    color: #FD4C5C;
    padding:0 0 10px;
    margin: 0;
    text-align: center;
    font-weight: 700;
}
#callback_form #send.pretty_submit {
      margin-left: auto!important;
	  border-radius: 3px;
}
.faqSuccess__title,
.sertificatSuccess__title,
.thanks-modal__title {
    font-size: 14px;
    color: #FD4C5C;
    padding: 10px 0 4px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
#pay_form {
  max-width: 300px;

}
.w90p {
 width: calc(100% - 15px);
  height: 25px;
}
#order_pay {
    margin:auto;
    display: block;
}
#order_pay:hover {
    background: #1fa04d!important;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
#order_pay {
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    padding: 5px 0px;
}
.single-image .car-item-image {
   background-size: cover!important;
}
.tips {font-weight: bold;}
.tips strong {color:#FD4C5C;}
.pretty_submit.anchor_mobile{display:none;}
.msngrs_block{
	max-width: 100%;
    margin: 20px 0;
    display: none;
    flex-wrap: wrap;
}
.msngrs_block--whatsapp{
	padding: 5px 10px;
    font-size: 14px;
    background-color: #40c151;
    text-decoration: none!important;
    font-weight: normal;
    border-radius: 3px;
    margin-bottom: 5px!important;
    margin-right: 5px;
    height: 40px;
    box-sizing: border-box;
    box-shadow: 0 1px 1px 0px #919191;
    color: #fff!important;
}
.msngrs_block--whatsapp img{
	width: 20px;
    position: relative;
    margin-right: 3px;
    top: 4px;
}
.square-msngr{
	height: 40px;
    width: 40px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
	box-shadow: 0 1px 1px 0px #919191;
}
.msngrs_block--viber{		
	background-image: url(/static/site/i/ico-viber_white128.png);		
	background-color: #7c519b;	
	margin-right: 5px;		
}
.msngrs_block--vk{
	background-image: url(/static/site/i/ico-vk_white128.png);		
	background-color: #4a76a8;
	margin-right: 5px;	
}
.msngrs_block--telega{		
	background-image: url(/static/site/i/social-media.svg);		
	background-color: #2ba1db;		
}
.msngrs_block--whatsapp:hover{
	color:#fff!important;
	background-color:#44b152;
}
.msngrs_block--viber:hover{
	background-color:#694384;
}
.msngrs_block--vk:hover{
	background-color:#365d8a;
}
.msngrs-icons-contacts{
	display: inline-block;
    position: relative;
    top: 5px;
}
.top-whatsapp{display:none}
.map-contacts-flex{
	display: flex;
    flex-wrap: wrap;
}
.contact-half-flex{
	width: 50%;
    padding-right: 25px;
    box-sizing: border-box;
}
#ymaps{
	width:50%;
	padding-left: 25px;
	box-sizing: border-box;
}
.grecaptcha-badge{
	display:none!important
}
.fixed_socials{
	position: fixed;
    right: 0;
    background: #fff;
    bottom: 120px;
    box-shadow: 2px 0px 20px -8px #000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	z-index: 55555;
}
.fixed_socials>a {
    width: 35px;
    height: 35px;
    display: block;
    background-size: contain;
    margin: 15px;
    opacity: 0.8;
    transition: 0.3s;
	background-repeat: no-repeat;
}
.fixed_socials>a:hover {
	opacity:1;
}
.fixed_socials-wa{
	background-image: url(../i/whatsapp.svg);
}
.fixed_socials-viber{
	background-image: url(../i/Viber.svg);
}
.fixed_socials-vk{
	background-image: url(../i/ic-vk.svg);
}
.fixed_socials-telega{
	background-image: url(../i/ic-telegram.svg);
}
.transport_gal>* {
    padding: 0 35px;
}
.transport_gal h3 {
    margin: 0 0 15px 0;
}
.transport_gal__item_wrapper {
    margin-bottom: 25px;
}
.transport_gal__item {
    display: flex;
    gap: 10px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.transport_gal__item>* {
    width: calc(25% - 8px);
    height: 200px;
    background-position: center;
    background-size: cover;
}
.transport_gal>*:last-child .transport_gal__item {
    padding-bottom: 0;
}
header .menu ul ul a {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}
.car-items-wrap-services .p_price.p_0 {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0px 15px;
}

/*resp*/
@media screen and (min-width:1200px){

  header .phone{
    position: relative;
    right: 400px;
    top: 30px;
  }
  header .whatsapp{margin-top: 55px;}
  header .phone-container{margin-top:-5px;}
}
header .phone>a{
	font-size: 17px
}
header .phone>a::before{
    display: block;
    background: url(/static/site/i/phone.png);
    width: 22px;
    height: 22px;
    background-size: cover;
    position: absolute;
    right: 141px;
    top: -1px;
    content: '';
}
@media screen and (max-width:1200px){
  header .social{margin-left: 0;}
  header .slogan{display: none;}
  .car-inside-wrap>.car_title{text-align: center;}
  .main_wrap{width:100%;overflow:hidden}
  #animatedModal .modal-content{position: absolute;top: 1px;background: #FD4C5C;right: 0px;width: 200px;font-size: 11px;z-index: 99;}
  header .order-block {margin: 15px 0 0 0}
  header .phone-container {margin-left: 0px;}
  header .right-block{    position: relative;
    right: 30px;}
  header .phone {width: 168px;}
  header .whatsapp {margin-left: 5px; width: 155px}
  header .flag-uk, header .flag-rus {margin-right: 8px}
  header .zakazat {width: 260px;}
  header .menu{width:100%!important;position:relative!important;clear:both;top:-50px;}
  header .menu ul{margin:0!important}
  header .menu a{padding:0 7px!important}
  header .nedozvon{clear:both;float:none;width:120px;margin-left:32px;}
  .sidebar {display: none;}
    .mc_wrap {
        width: 100% !important;
        margin-left: 0;
        padding: 0 20px;
	}
  .fixed_wrap{display:none!important}
  .mc_wrap .car-items-wrap a{width:31%}
  .mc_wrap .car-items-wrap .car-item .car-item-overflow{width:100%}
  .mc_wrap .car-items-wrap .car-item .car-item-overflow-text{width:100%}
  .mc_wrap .car-items-wrap .car-item .car-item-overflow-btn{left:0;right:0;margin:auto}
  .mc_wrap .car-items-wrap .car-item:hover .car-item-overflow-btn:hover{left:0;right:0;margin:auto}
  .car-item ul,.car-item ol{margin-right:0!important;margin-left:10px!important}
    .footer1 .footer-wrap {
        width: 100%;
        padding: 50px 20px;
        box-sizing: border-box;
    }
  .footer1 .footer-wrap .cont_block, .footer1 .footer-wrap .menu_block {display: inline-block;width: calc(33%-30px);vertical-align: top;padding-left: 15px;padding-right: 15px;}
  .pays{position:relative;left:auto;bottom:auto;top:auto;right:auto;margin:auto;text-align:center}
  .cdescr{display:block;}
  .cprice-block{float:none;width:210px;}
  .breadcrumbs {padding-left: 15px;}
}

@media screen and (max-width:1199px){
	header .phone>a::before {
		right: 186px;
		top: 6px;
	}
}
@media screen and (max-width:900px){
  .b-top{bottom:90px;}
  header .phone-container {margin-left: 5px;}
  header .phone {width: 200px;}
  header .whatsapp {margin-left: 5px; width: 180px}
  header .order-block{float:none;margin:15px 10px 0 0;text-align: center;}
  header .viber{margin-top:15px;width: 160px;}
  header .watsap-icon{margin-top:15px;width: 160px;}
  header .flag-uk, header .flag-rus{right:10px;}
  div {box-sizing:border-box;}
  #form_sert{width:400px;display:block;}
  #form_sert img{width:100%;float:none;}
  #form_sert .order-form{width:100%;}
  #form_sert #sert-body{width:100%;}
  .sert-txt{width:100%;height:205px;display:block;position:relative;background:url(../i/bant.png) bottom center no-repeat;background-size:100%;bottom:0;left:0;padding:15% 0 0 35%;box-sizing:border-box;}
  .item_form .div_zakaz .left, .item_form .div_zakaz .right {width: 95.5% !important}

/*  
}

@media screen and (max-width:830px){
*/
  header .menu{display:none}
  .mobile-menu{display:block;width:40px;height:40px;position:absolute;cursor:pointer;right:10px;top:10px;}
  .mobile-menu img{width:100%;height:auto;}
  header .order-block{margin: 0px 0 10px 0px;display: inline-block;}
  header .zakazat {width: 215px;}
  header .viber, header .nedozvon, header .whatsapp, header .watsap-icon{display:none;}

  header .phone-container{margin-left:5px;}
  header .flag-uk, header .flag-rus{right:-15px;top:65px;}
  header .zakazat span, header .grafik {display: none}
  .modal-content a{color:#fff;text-transform:uppercase;line-height: 18px;}
  .modal-content span{font-size:15px;}
  .modal-content li{padding-bottom:10px;color:#fff;list-style: none;padding-left: 20px;}
  .msngrs_block{display:flex}
  .fixed_socials {  bottom: 160px;}
  .fixed_socials{display:none;}
	.transport_gal__item>* {
		width: calc(33.3333% - 7px);
	}
}
	body.has_sticker .lb-container::before{
		content:'В наличии';
		position: absolute;
		right: 0;
		top: 0;
		z-index: 132;
		background: #3ebc6b;
		color: #fff;
		padding: 16px 20px;
		border-bottom-left-radius: 12px;
		display:block;
	}
@media screen and (max-width:760px){
	.mob-last-order{
		order:12
	}
    .mc_wrap .car-items-wrap {justify-content: center;}
  .close-animatedModal{color: #ffffff;text-align: center;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;float: right;background: #cc3338;margin-top: 5px;border: 1px solid #cc3338;cursor: pointer;font-size: 25px;margin-right: 20px;padding-top: 0;top: 0;right: 185px;z-index: 99999;position: absolute;}
  .mc_wrap .car-items-wrap a{width:43%;}
  .menu_block{margin:auto;text-align:center;float:none;display:block;width:100%}
  .footer1 .footer-wrap .menu_block{padding-left:0; padding-right: 0;display: block;}
  .footer1 .like_h2{padding-left:0!important}
  .footer1 .menu ul{margin:0!important; list-style: none;}
  .footer1 .footer-wrap .cont_block {width: 100%;text-align: center;}
  .footer1 .footer-wrap .menu_block {width: 50%}
  .item_description {width: 100%;padding: 15px!important;}
  .low_price {bottom: 0; position: inherit!important;background: whitesmoke!important;box-shadow: none!important}
  .modal-content ul{margin:0;}
  .footer2>div {width: 100% !important;align-items: baseline !important;flex-direction: column !important;padding: 10px !important;}
  .description_wrap.cat_item{display: flex;flex-direction: column-reverse;}
  .aja-zoomer{display:none!important}
  .prod--image{width:100%;height:200px;background-size:cover;background-position:center center;margin:15px 0px;        position: relative;}

  
  .item_form .div_zakaz .left, .item_form .div_zakaz .right{width:100%!important}
  .pretty_submit.anchor_mobile{display:block;width:230px!important;height:40px;line-height:40px!important;box-shadow:0 1px 1px 0px #919191;
	border-radius:3px;}
	.item_form #form_feedback input[type="submit"].btn.pretty_submit{font-size: 12px!important;height:40px!important;}
	input#feedback_botton.btn-text16 {
    font-size: 16px!important;
}
	.contact-half-flex,#ymaps{
		width: 100%;
		padding: 0;
	}
  .footer-wrap .banner {
    margin: 20px auto 0;
    position: static;
    display: inline-block;
    margin-left: 0;
  }
  .fixed_socials {  display: none;}
}
@media screen and (max-width:650px){
  #sertificat .flex_64{display: none;}
  #sertificat .flex_34{width: 100%;}
  #sertificat input[type="radio"]{-webkit-appearance: radio;}
  #sertificat input[type="checkbox"]{-webkit-appearance: checkbox;}
}
@media screen and (max-width:550px){
  .mobile-phone{
	display: block;
    position: absolute;
    top: 8px;
    right: 17px;
    color: white;
    text-decoration: none;
  }
  header .right-block{right: unset;top: 5px;margin:0 auto;float: none;}
  header .flag-uk, header .flag-rus{top:-10px;right: -50px;}
  .mobile-menu{
	right: unset;
	top: 77px;
    left: 15px;
	width: 33px;height: 33px;
  }

  #animatedModal .modal-content{
    right: unset;
    left: 0px;
  }
  .close-animatedModal{
    left: 205px;
    right: unset;
  }
  header .zakazat{
    position: relative;
    top:-15px;
  }

 #ymaps iframe{width: 100% !important;}
  .footer1 .footer-wrap .cont_block, .footer1 .footer-wrap .menu_block {width: 100%;display: block;margin: 10px;margin-left: 0;padding-left: 0;padding-right: 0;}
  ul, ol {margin: 0 0 0 17px; margin-right: 0;}
    .mc_wrap .belo-belo {
        padding: 30px 20px;
    }
    .mc_wrap .form_belo_add {
        padding: 40px 30px;
    }
  .prem{flex-wrap:wrap;}.p-item{width: 50%;}
  .mc_wrap .car-items-wrap a{width:320px;margin:auto!important}
  .mc_wrap .car-items-wrap a:nth-child(3n) .car-item{margin-right:auto!important}
	header .logo{margin: -4px 0 0 -5px;width: 100%;padding-right: 5px;background-color: #4d5865;
	    background-size: auto 50px;
		background-position: left center;
		height: 70px;
	}
  header .phone-container {position: absolute;right: 7px;top: 15px;width: auto;margin: 0;display: none;}
  header .phone {color: white;font-size: 17px; background: none;width: auto;}
  header .phone span {font-size: 17px;}
  #reviews_form td{display:block!important}
  #faq_form td{display:block!important}
  #form_sert{width:300px;}
  .sert-txt{height:150px;padding:12% 0 0 32%;background-size:100%;}
  .sert-txt h4{font-size:12px;}
  .sert-txt p{font-size:12px;}
  .low_price{float: none !important;top:unset;width:100% !important;}
  header .order-block {display: block; width: 250px; margin: 0 auto}
  .mc_wrap .nott {width: 100%;box-sizing: border-box;padding-right: 5px}
  .mc_wrap p.pl {padding-left: 0}
  .menu_block{text-align: left;}
  .footer1 .footer-wrap .cont_block {text-align: left;}
  .description_wrap>div{width: 100% !important;}
  .width-300{width: 100%;box-sizing: border-box;}
  #callback_form form>table{width: 100% !important;}
  #send{margin: 5px auto !important;}
  .konf input{ -webkit-appearance: checkbox;}
  .konf{width: 100%;}
  .whatsapp-icon-mobile{
	display:block;
	background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDIyIDIyIj4NCiAgICA8cGF0aCBmaWxsPSIjNDBDMTUxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAxMC43MTdjMCA1LjkxOC00LjgzNSAxMC43MTYtMTAuOCAxMC43MTYtMS44OTQgMC0zLjY3My0uNDgzLTUuMjItMS4zMzNMMCAyMmwxLjk0OS01Ljc1YTEwLjYwMiAxMC42MDIgMCAwIDEtMS41NS01LjUzM0MuNCA0Ljc5OCA1LjIzNiAwIDExLjIgMFMyMiA0Ljc5OCAyMiAxMC43MTdtLTUuMzQ2IDIuNDY5Yy0uMDY3LS4xMS0uMjQ0LS4xNzYtLjUwNy0uMzA3LS4yNjUtLjEzMi0xLjU2Ny0uNzY4LTEuODEtLjg1NS0uMjQyLS4wODctLjQyLS4xMy0uNTk1LjEzMi0uMTc3LjI2Mi0uNjg0Ljg1NC0uODQgMS4wMy0uMTUzLjE3NS0uMzA3LjE5Ny0uNTcyLjA2NS0uMjY2LS4xMzEtMS4xMTktLjQxLTIuMTMtMS4zMDMtLjc4Ni0uNjk3LTEuMzE4LTEuNTU3LTEuNDczLTEuODItLjE1NC0uMjYyLS4wMTUtLjQwNC4xMTYtLjUzNS4xMi0uMTE4LjI2NS0uMzA3LjM5OC0uNDYuMTMyLS4xNTQuMTc2LS4yNjMuMjY0LS40MzkuMDg5LS4xNzUuMDQ1LS4zMjgtLjAyMi0uNDYtLjA2Ni0uMTMtLjU5Ni0xLjQyMy0uODE3LTEuOTUtLjIxOS0uNTI1LS40NC0uNDM4LS41OTUtLjQzOC0uMTU0IDAtLjMzLS4wMjEtLjUwNy0uMDIxYS45NzUuOTc1IDAgMCAwLS43MDYuMzI4Yy0uMjQyLjI2My0uOTI2Ljg5OS0uOTI2IDIuMTkgMCAxLjI5My45NDggMi41NDMgMS4wOCAyLjcxNy4xMzMuMTc1IDEuODMxIDIuOTE1IDQuNTIzIDMuOTY2IDIuNjkxIDEuMDUyIDIuNjkxLjcgMy4xNzcuNjU3LjQ4NC0uMDQzIDEuNTY2LS42MzUgMS43ODctMS4yNDkuMjItLjYxMy4yMi0xLjE0LjE1NS0xLjI0OCIvPg0KPC9zdmc+DQo=);
	width: 25px;
    height: 25px;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
	}
	.phone-icon-mobile{
		display: block;
		background: url(/static/site/i/phone.png);
		width: 25px;
		height: 25px;
		background-size: cover;
		position: absolute;
		right: 157px;
		top: 4px;
	}
	.top-whatsapp{
		display:block;
		position: absolute;
		right: 10px;
		top: 25px;
	}
	.top-whatsapp .whatsapp-icon-mobile{
		display: inline-block;
		position: relative;
		top: 7px;
		right: 0px;
	}
	.top-whatsapp a{
		color: #fff;
		font-size: 14px;
	}
	.transport_gal>* {
		padding: 0;
	}
}

@media screen and (max-width:700px){
	.cdescr{margin:0;padding:10px 0;}
	.cslider-container{float:none;width:100%;}
	.cdescr ul{max-width:100%;}
	.cs-title{margin-left:0;font-size:24px;padding:20px 0 18px;}
	.cslider-nav{position:relative;width:100%;margin-left:0;margin-top:20px;}
	.white-bg{background:#fff;padding:20px 10px;}
	.cslider-for{width:100%;float:none;margin-right:0;box-shadow:-1px 1px 4px gray;}
	.cslider-nav{padding:0 20px;}
	.cslider-nav .slick-prev{top:50%;right:6px;left:auto;margin-top:-5px;-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
	.cslider-nav .slick-next{bottom:auto;top:50%;left:10px;margin-top:-6px;-moz-transform:rotate(-225deg);-webkit-transform:rotate(-225deg);-o-transform:rotate(-225deg);-ms-transform:rotate(-225deg);transform:rotate(-225deg);}
	.cslider-nav .slick-slide{padding-left:0;outline:none;}
	.cs-title{font-size:18px;}
	.cprice-block{margin:0 auto;}
	.remodal1{overflow:scroll;height: 100%;top:0;}
	.transport_gal__item>* {
		width: calc(50% - 5px);
	}
}
@media screen and (max-width:390px){
	header .flag-uk, header .flag-rus{
		top: -10px;
		right: -16%;
	}
  .article_img_list{width: 100%;margin-bottom:10px;}
  .car-inside-wrap .car-inside-image-small .aja-zoomer{width:100%;height:100%}
  .remodal1{width:100% !important;left:unset;margin-left: 0;padding: 0 20px;}
	#cutthepriceForm input{
		margin:0px !important;
	}
	.p-item img{
		width: 50px;
	}
	.p-item {
		width: 100%;
		margin: 10px 0;
		display: flex;
		align-items: center;
		text-align: left;
		gap: 15px;
	}
	.prem {
		margin-bottom: -15px;
	}
}
@media screen and (max-width:340px){
  .banner-item{width: 100%;}
  .banners a.banner, .banners span.banner{width: 100%;}
  .banners .b-img{width: 100px;}
  .banners .b-title{font-size: 11px;width: 140px;}
  .banners a.banner:before, .banners span.banner:before{width: 100px;left: 22px;}
header .order-block {
    display: block;
    width: 250px;
    margin: 0 0 0 10px;
}
header .zakazat {
    width: 180px;
    font-size: 11px;
}
header .order-block{
  width: 215px;
}
header .phone,header .phone span{font-size: 14px;}
.mc_wrap .car-items-wrap a{width: 100%;}
	header .logo {
		background-size: auto 40px;
	}
}
@media screen and (max-device-width:1024px){input{-webkit-border-radius:0;border-radius:0;-webkit-appearance:none;}
}
/*happy new year*/
.happy_new_year_background_snow {
	opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background-image: url(/images/happy_new_year_snow_background.jpg);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: bottom;
}
/*END.happy new year*/


/* Fix */

@media screen and (max-width: 1200px) {
  #animatedModal .modal-content {
    width: 290px;
    background-color: #505b68;
  }
}

@media screen and (max-device-width: 1024px) {
  input {
    -webkit-appearance: auto;
  }
}

@media screen and (max-width: 991px) {
  .mc_wrap .owl-carousel.car-items-wrap a .car-item {
    width: 100%!important;
  }

  .mc_wrap .owl-carousel.car-items-wrap a {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .item_form .div_zakaz .left, .item_form .div_zakaz .right {
    width: 100%!important;
    box-sizing: border-box;
  }

  .item_form .div_zakaz #form_feedback .konf input {
    min-width: 30px;
    max-width: 30px;
  }
}

@media screen and (max-width: 830px) {
  .modal-content {
    padding-right: 20px;
  }
  
  .modal-content ul {
    margin: 0;
    padding-top: 15px;
  }

  .modal-content > ul {
    padding-top: 38px;
  }

  .msngrs_block--whatsapp {
    margin-left: auto;
    margin-right: auto;
  }

  .msngrs_block--viber,
  .msngrs_block--vk {
    display: none;
  }
}

@media screen and (max-width: 760px) {
	.car-inside-image-big .sticker{
		display:none;
	}
  .mc_wrap .owl-carousel.car-items-wrap a .car-item {
    margin: 0;
  }

  .mc_wrap .owl-carousel.car-items-wrap .owl-item {
    padding-bottom: 10px;
  }

  .close-animatedModal {
    right: 290px;
    margin-top: 23px;
  }
}

@media screen and (max-width: 550px) {
  .close-animatedModal {
    left: 240px;
    background-color: #505b68;
    border-color: #505b68;
  }
}
.transport_gal1__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.transport_gal1__item_wrapper {
    width: calc(20% - 8px);
}
.transport_gal1__item_wrapper>a {
    height: 200px;
    display: block;
    background-size: cover;
    background-position: center;
}
.ach {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.ach__item {
    width: calc(25% - 12px);
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 14px;
    border-radius: 6px;
}
.ol_list>li {
    margin: 0 0 14px 0;
}

.ol_list h4 {
    color: #545454;
}
.svz {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.svz__title {
    font-weight: bold;
    margin-bottom: 6px;
}

.top__btn-soc {
    padding: 0;
    width: 32px;
    background: #00E676;
    justify-content: center;
    display: flex;
    height: 32px;
    align-items: center;
}

.svz__item {
    border: 1px solid #ccc;
    padding: 14px;
    border-radius: 4px;
}
.ol_list #header_order {
    margin-top: 10px;
}
.ach__title {
    font-weight: bold;
    margin-bottom: 8px;
}

.ach__text {
    font-size: 14px;
}
.transport_gal1__item_wrapper>h3 {
    text-align: center;
}

@media screen and (max-width: 767px) {
	.transport_gal1__item_wrapper {
		width: calc(100% / 3 - 7px);
	}
	.ach__item {
		width: calc(50% - 8px);
	}
}
@media screen and (max-width: 480px) {
	.transport_gal1__item_wrapper {
		width: calc(100% / 2 - 5px);
	}
	.ach__item {
		width: 100%;
	}
}
@media screen and (max-width: 375px) {
	.transport_gal1__item_wrapper {
		width: 100%;
	}
}
.rehab__content {
    width: calc(65% - 10px);
}

.rehab__side {
    width: calc(35% - 10px);
	font-size: 13px;
    color: #000;
}

.car-inside-wrap .rehab__gal>a {
    float: none;
    width: calc(100% / 3 - 12px);
    margin: 0;
    height: 150px;
}

.rehab__gal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
	margin-bottom: 20px;
}

.car-inside-wrap .rehab .aja-zoomer {
    width: 100%;
    height: 100%;
}
.rehab {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
	align-items: flex-start;
}
.mc_wrap .rehab .belo-belo {
    padding: 24px;
}
.mc_wrap .rehab .rehab__side {
    margin: 0;
}

.rehab ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rehab li {
    margin: 8px 0;
	position: relative;
	    padding-left: 16px;
}
.banners.rehab {
	display:none
}
.rehab .belo-belo>*:first-child {
    margin-top: 0;
    padding-top: 0;
}

.rehab .belo-belo>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.rehab li::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #cc3338;
    border-radius: 50%;
}
.product-wa {
    background: #03d854;
    border-radius: 2px;
    font-size: 12px;
    display: flex;
    width: fit-content;
    gap: 6px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    height: 34px;
    padding: 0 14px;
}
.rehab-vibro .rehab__side {
    width: calc(45% - 10px);
}
.rehab-vibro .rehab__content {
    width: calc(55% - 10px);
}
.rehab__side table td {
    padding: 6px 8px;
}

.rehab__side table {
    margin: 10px 0;
}
ul.order-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    flex-direction: row;
}
ul.order-methods>li {
    padding-right: 14px;
    border-right: 1px solid #ccc;
}

ul.order-methods .field {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
}
.rehub__price {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
}
.prod_gal4 {
    display: flex;
    gap: 14px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.prod_gal4>* {
    height: 200px;
    width: calc(25% - 11px);
    background-position: center;
	    background-size: cover;
}
.faq {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq__text {
    display: none;
}
.active>.faq__text {
    display: block;
}
.faq__title {
    font-size: 18px;
    cursor: pointer;
    position: relative;
	margin-bottom: 10px;
	padding-right: 30px;
}
.faq__title::after {
    content: '';
    background: url(/images/arr.svg) no-repeat;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: contain;
    transition: .3s;
    top: calc(50% - 10px);
}
.active>.faq__title::after {
    transform: rotate(180deg);
}
.faq__item {
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}
.whatsapp_link {
    min-width: 200px;
    width: fit-content;
    margin: 8px 0 0 0;
    line-height: normal;
    font-weight: 700;
    background: #07AF46;
    letter-spacing: .4px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 16px;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
}
.whatsapp_link::before {
	content:'';
	width:20px;
	height:20px;
	background: url(/static/site/i/wa.svg) no-repeat;
}

@media screen and (max-width: 878px) {
	.rehab-vibro .rehab__side, .rehab-vibro .rehab__content {
		width: 100%;
	}
}
.show767{
	display:none;
}
@media screen and (max-width: 767px) {
	.rehab__side, .rehab__content {
		width: 100%;
	}
	.table_wrapper {
    overflow-x: scroll;
	}
	.svz__item {
		width: calc(50% - 10px);
	}
	.hide767{
		display:none;
	}
	.show767{
		display:block;
	}
}
@media screen and (max-width: 520px) {
	.prod_img{
		float:none;
		width:100%
	}
	.prod_gal4>* {
		width: calc(50% - 7px);
	}
	.ol_list #header_order{
		width:100%
	}
}
@media screen and (max-width: 420px) {
	.car-inside-wrap .rehab__gal>a {
		height: 100px;
	}
	.svz__item {
		width: 100%;
	}
}
.double_img {display: flex;gap: 10px;flex-wrap: wrap;}

.double_img>a,
.double_img>img {
    width: calc(50% - 5px);
}
.double_img>a>img {
    width:100%;
}
a[data-lightbox="pony-photos"] > img:not(.pony-page__img-float) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p>img {
    max-width: 100%;
}
.sticker {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 132;
    background: #3ebc6b;
    color: #fff;
    padding: 7px 20px;
    border-bottom-left-radius: 12px;
}
body .mc_wrap .car-items-wrap a,
.slider_car_item_parent {
    position: relative;
	width: calc(100% / 3 - 2 * 20px / 3);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: #283747;
    text-align: center;
    padding-bottom: 20px;
	box-shadow: 0 0 64px -5px rgb(0 0 0 / 10%);
}
.p_price {
    color: #4C5864;
    font-size: 15px;
    font-weight: 700;
}
.p_price_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding: 0 15px;
    align-items: center;
}

.p_price {
    color: #4C5864;
    font-size: 14px;
    font-weight: 700;
}

.p_price_btn {
    background: #FD4C5C;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 5px;
}
body .slider_car_item_parent {
    display: block;
    width: 100%!important;
}
.belo-belo > ol li {
    margin-bottom:15px;
}
.pony-page__img-float {
    float: left;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width:auto;
}
@media (max-width: 600px) and (min-width: 451px){
    .pony-page__img-float {
        width: 45%;
    }
}
@media (max-width: 450px) {
    .pony-page__img-float {
        width: 100%;
        float: none;
        padding-right: 0;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-bottom: 0px;
    }
}
.clear-both {
    clear:both;
}

@media (max-width: 900px) and (min-width: 551px){
    header > .social{display:none;}
}
@media (max-width: 760px) {
    .prod--image__wrap {
        position: relative;
        max-height: 0;
        overflow: hidden;
        padding-top: 75%;
        margin-top: 15px;
    }
    .prod--image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        margin: 0;
    }
}

.container{
	width:1180px;
	max-width: 100%;
	margin:auto
}
.head_top__logo img {
    width: 160px;
}
.head_top__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #283747;
}
.head_top__container {
    display: flex;
    justify-content: space-between;
}
.head_top__info {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}
.head_top__phone::before{
	content:'';
	width:15px;
	height:15px;
	display:inline-block;
	background:url(/images/phone.svg) no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 5px;
    position: relative;
    top: 2px;
}
.burger_menu .head_top__phone::before{
	background:url(/images/phone-stroke.svg) no-repeat;
}
.head_top a{
	color: #283747;
	transition:.3s;
	text-decoration: none;
}
.head_top a:hover{
	color: #FF535C
}
.head_top__wa {
    display: flex;
    gap: 5px;
    align-items: center;
	text-decoration: none;
}
.head_top__lang_list {
    position: absolute;
    box-shadow: 0px 0px 8px -1px #747474;
	display:none;
	background: #fff;
}
.head_top__lang_list a {
    padding: 5px 10px;
    display: block;
}
.head_top__lang:hover .head_top__lang_list {
	display:block
}
.burger_menu .head_top__lang_list.mobile-active {
	display:block
}
.head_top .head_top__logo:hover{
	color: #283747;
}
.head_top__lang_current {
    display: flex;
    align-items: center;
    gap: 5px;
}
.head_top {
    padding: 12px;
	background: #fff;
}
.head_menu {
    background: #fff;
    padding: 0 15px;
    border-top: 1px solid #CFCFCF;
}
.head_menu__ul {
    margin: 0;
    padding: 0;
}
.head_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.head_menu__ul a {
    color: #283747;
    text-decoration: none;
    font-size: 18px;
    padding: 30px 0;
    display: block;
}
.head_menu__has_child path {
    fill: #283747;
}
.head_menu__ul li path{
	transition:.2s
}
.head_menu__ul>li:hover>a,
.head_menu__ul li:hover>svg {
	opacity:0.8
}
.head_menu__ul>li:hover>a{
	position:relative
}
.head_menu__ul>li:hover>a::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #000;
    left: 0;
	width:100%
}
.head_menu__ul>.head_menu__has_child:hover>a::after {
	width: calc(100% + 14px);
}
.head_menu__ul {
    display: flex;
    justify-content: space-between;
}
.head_menu .head_menu__child {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 132;
    background: #fff;
    padding: 10px;
    left: 0;
    width: max-content;
    border-top: 1px solid #CFCFCF;
	justify-content: center;
	    gap: 24px;
}
header {
    margin-bottom: 30px;
}
.head_menu__has_child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
}
.head_menu__child a, .head_menu__child b {
    color: #283747;
    padding: 8px 0;
    font-weight: 400;
    font-size: 16px;
	display: block;
}
.head_menu__child b {
	padding-bottom:12px
}
.head_menu__child::after, .head_menu__child::before {
    content: '';
    display: block;
    width: 50vw;
    position: absolute;
    right: 100%;
    background: #fff;
    height: calc(100% + 1px);
    top: -1px;
    border-top: 1px solid #CFCFCF;
    box-sizing: border-box;
}
.head_menu__child::after{
  right: unset;
  left: 100%;
}
.head_menu__has_child:hover .head_menu__child{
    display: flex;
}
.head_menu__has_child-dop:hover .head_menu__child{
	display: flex
}
.head_menu__ul li:hover .head_menu__child a{
	color: #283747;
}
.head_menu__ul li:hover .head_menu__child a:hover{
opacity:0.8
}
.head_menu__container {
    position: relative;
}
.head_menu__has_child-dop {
    position: unset;
}

.head_menu .head_menu__child-dop {
    left: 0;
    width: 100%;
    flex-wrap: wrap;
}

.head_menu__child b {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.burger_menu,
.head_mobile{
	display:none
}
.burger_opened .burger_menu{
	display:block
}
.burger_close_ico,
.burger_opened .burger_ico{
	display: none;
}
.burger_opened .burger_close_ico{
	display:block;
	    width: 30px;
}
.burger_menu {
    position: fixed;
    top: 60px;
    left: 0;
    padding: 15px 0;
    background: #fff;
    z-index: 999;
    height: calc(100vh - 60px);
    overflow: auto;
	width: 100%;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.burger_opened {
    background: #4c5864;
}
.burger_menu .head_top__lang {
    padding: 0 20px 15px 20px;
    border-bottom: 1px solid #E8E8E8;
}
.burger_menu .head_menu__ul {
    flex-direction: column;
}
.burger_menu .head_menu__ul>li:hover>a::after,.head_menu__child::after, .head_menu__child::before {
	display:none;
}

@media (max-width: 1080px) {
	.head_top__info {
		gap: 20px;
	}
}

@media (max-width: 1024px) {
	.head_top__logo span {
		display: none;
	}
	.head_menu__ul a {
		font-size: 16px;
	}
	.head_menu .head_menu__child-dop {
		row-gap: 30px;
	}
}

@media (max-width: 767px) {
    .head_mobile {
        display: flex;
        align-items: center;
        padding: 11px 10px;
        width: 100%;
        background: #4C5864;
		justify-content: space-between;
    }
	.head_top,
	.head_menu{
		display:none
	}
	.head_mobile__logo {
		width: 110px;
	}
	.head_mobile__content {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.head_mobile__wa {
		display: flex;
		align-items: center;
		gap: 4px;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
	}
	.head_mobile__tel {
		display: flex;
		align-items: center;
	}
	.head_mobile__burger {
		display: flex;
		align-items: center;
		margin-left: 10px;
	}
}
.burger_menu .head_menu__ul a {
    color: #000;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}
.burger_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.burger_menu .head_menu__has_child {
    flex-wrap: wrap;
	gap: 0;
}
.burger_menu .head_menu__ul>li{
	border-bottom: 1px solid #E8E8E8;
}
.burger_menu .head_menu__child {
    width: 100%;
}
.burger_menu .head_menu__ul .head_menu__has_child>a {
    width: calc(100% - 40px);
}
.burger_menu .head_menu__has_child>svg>path{
	fill:#000
}
.burger_menu .head_menu__has_child>svg {
    padding: 16px;
}
.burger_menu .head_menu__child{
	display:none;
}
.burger_opened{
	position:fixed;
	max-width: 100%;
}
.burger_menu .head_menu__has_child:hover .head_menu__child {
    display: none;
}
.head_menu__has_child.active>.head_menu__child{
	display: block!important;
	padding-bottom: 10px;
}
.head_menu__has_child.active>.head_menu__child a{
	color: #283747;
}
.burger_menu .head_menu__child a {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 20px;
}
.burger_menu .head_menu__child>li:first-child>a{
	padding-top:0
}
.burger_menu .head_menu__dop_block {
    width: 100%;
}
.burger_menu .head_menu__child b::after {
    content: '';
    background: url(/images/arr_menu.svg?1);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    right: -5px;
}
.burger_menu .head_menu__child b{
	font-size:16px;
	padding: 15px 20px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.burger_menu .head_menu__dop_block a{
	display:none;
}
.burger_menu .head_menu__dop_block.active a{
	display:block;
}
.burger_menu .head_top__shedule {
    padding: 15px 20px;
}
.burger_menu .head_top__shedule {
    padding: 15px 20px;
    color: #000;
    border-top: 1px solid #E8E8E8;
}
.burger_menu .head_top__phone {
    color: #000;
    padding: 15px 20px;
    text-decoration: none;
    display: block;
}
.burger_menu .head_top__wa {
    padding: 15px 20px;
    color: #283747;
}
.burger_menu .head_top__wa br{
	display: none
}
.thumbs-wrapper {
    height: 208px;
    display: flex;
}
.thumbs-wrapper+.h_title{
	margin-top:20px
}
.thumbs-wrapper>span.active {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.car_item__nav>li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    background: rgb(242 244 243 / 60%);
}
.car_item__nav>li.active {
	background:#FF535C;
	border-color:#FF535C
}
a:hover .car_item__nav>li:not(.active) {
	border-color:#fff
}
.car_item__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 10px 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 180px;
}
.car_item__navs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
	z-index: 999;
}
.footer__title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer__col a {
    text-decoration: none;
    color: #fff;
}
.footer__menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer__col-info{
	width:232px
}
.footer__content p {
    padding: 0;
    margin-bottom: 20px;
    line-height: 18px;
}
.footer__socs {
    display: flex;
    gap: 10px;
}
.footer__card {
    display: block;
    left: -3px;
    position: relative;
    margin-top: 20px;
	width: 70px;
}
.footer__col {
    max-width: 264px;
}
.footer2>p {
    padding: 0;
    text-align: center;
}
.footer2 a{
	color:#fff;
	text-decoration:none;
}
.mc_wrap>.belo-belo:last-child{
	margin-bottom:0
}
.breadcrumbs a {
    color: #283747;
    text-decoration: none;
}
.breadcrumbs {
    color: #FD4C5C;
    font-size: 16px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.single__main_info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	align-items: self-start;
}
.single__price_block h3 {
    font-size: 20px;
    padding: 0;
    font-weight: 500;
}
.single__price_block {
    width: calc(100% - 500px - 20px);
	color:#4C5864
}
.single__price_block-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 300;
}
.single__price_block-text h2 {
    padding: 0;
}
.single__price_block>p, .single__price_block_in {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 10px 0;
}
.single__price_block b {
    color: #FD4C5C;
    font-weight: 500;
    font-size: 20px;
}
.single__btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px;
}
.price-belo ul {
    margin: 0px 0px 20px 18px;
}
.single__btns>a {
    text-decoration: none;
    color: #fff;
    background: #FD4C5C;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 14px;
    box-sizing: border-box;
    border-radius: 5px;
    transition: .3s;
}
.single__btns>.single__wa {
	background: #00CA45;
}
.single__btns>a:hover{
	color:#fff;
	filter: brightness(0.8);
}
#form_feedback h2 {
    width: 100%;
    margin: 30px 0 10px 0;
}

.form__input_double_title {
    font-weight: 300;
    width: 100%;
}

.form__input_double {
    width: 28%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form__input_double .form__input {
    width: calc(50% - 12px)!important
}
#form_feedback form,.new_form {
    display: flex;
    flex-wrap: wrap;
    gap: 8%;
	align-items: flex-end;
}
.form__input, .form__input:focus-visible, .form__input:focus {
    width: 28%;
    box-sizing: border-box;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #DCDCDC;
	outline: none;
	font-size: 16px;
}
#answer {
    padding: 0;
    margin: 40px 0 30px 0;
    font-weight: 300;
	width: 560px;
}
.konf-new i {
    width: 20px;
    height: 20px;
    border: 1px solid #283747;
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.konf-new {
    display: flex;
    align-items: center;
    gap: 10px;
}

.konf-new input {
    display: none;
}

.konf-new input:checked+i svg {
    display: block;
}

.konf-new svg {
    display: none;
}
input.form__submit {
    box-shadow: none;
    margin: 40px 0 0 0;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    width: 260px;
    transition: .3s;
    font-family: 'Inter';
	font-weight: 500;
}
.new_form {
    row-gap: 30px;
}
.form__textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #DCDCDC;
    outline: none;
    font-size: 16px;
	 resize: none;
}
.new_form .form__submit{
	margin:0
}
.sld>h2, .car_title_recs {
    padding-bottom: 20px;
    padding-top: 10px;
}
.after-cat-on-mob>*:first-child{
	margin-top:0;
	padding-top:0
}
.after-cat-on-mob>*:last-child{
	margin-bottom:0;
	padding-bottom:0
}
.owl-dots{
	display:none
}
.belo-revs {
    height: 240px;
    overflow-y: scroll;
    direction: rtl;
    padding-left: 16px;
    background: transparent;
	margin-bottom: 30px;
}
.belo-revs .belo-belo{
	direction: ltr;
    border-radius: 0;
    box-shadow: none;
}
.belo-revs::-webkit-scrollbar{width:4px}
.belo-revs::-webkit-scrollbar-track{background:#C5C5C5}
.belo-revs::-webkit-scrollbar-thumb{background:#FD4C5C}
.blog_menu li {
    list-style: none;
}
.one_news>div {
    display: flex;
    align-items: center;
}
.single__main_mini_gal {
    display: flex;
    gap: 10px;
    max-width: unset;
    width: 1200px;
}
.single__main_mini_gal_wrap {
    width: 100%;
    overflow: auto;
}
.p_price ul{
	margin:0
}
.konf-new>span {
    width: calc(100% - 30px);
}
/*cookie-block*/
.cookie-block {
	display: flex;
	position: fixed;
	max-width: calc(100% - 48px);
	left: 50%;
	transform: translateX(-50%);
	bottom: 24px;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	border: 1px solid #D3D3D3;
	border-radius: 0px;
	padding: 12px 12px;
	width: 532px;
	box-shadow: 0 1px 11px 0 rgba(218, 218, 218, 0.25);
	background: #fff;
	z-index: 1001;
	box-shadow: 0 14px 54px rgba(18, 10, 4, .2);
}
.cookie-block.is-disable {
	display: none!important;
}
.cookie-block__text {
	font-weight: 400;
	font-size: 13px;
	line-height: 115%;
	color: #000;
}
.cookie-block__text a {
	color: #0192d9;
	text-decoration: underline;
}
.cookie-block__btns-group {
	min-width: 105px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}
.cookie-block .btn {
	width: 100%;
	flex-shrink: 0;
	min-height: 32px;
	font-weight: 400;
	font-size: 13px;
	cursor: pointer;
	border-radius: 40px;
	border: none;
	border-radius: 5px;
}
.cookie-block__btn-accept {
	background-color: #FD4C5C;
	color: #fff;
	transition: 0.3s;
}
.cookie-block__btn-accept:hover {
	background-color: #999;
	transition: 0.3s;
}
.cookie-block__btn-reject {
	background: #f2f2f2;
}
.cookie-block__btn-reject:hover {
	background: #d5d5d5;
}
@media (max-width: 620px) {
	.cookie-block {
		flex-direction: column;
		width: 415px;
		padding: 14px 14px 12px;
		bottom: 20px;
	}
	.cookie-block__btns-group {
		min-width: 100%;
	}
}
@media (max-width: 479px) {
	.cookie-block {
		max-width: calc(100% - 32px);
		bottom: 16px;
	}
}

@media (max-width: 950px) {
	.footer1 .footer-wrap {
		row-gap: 40px;
	}
	.footer__col, .footer__col-info {
		width: calc(50% - 10px);
		max-width: 100%;
	}
	.foto[data-nav=thumbs] {
		width: 50%;
	}
	.single__price_block {
		width: calc(50% - 20px);
	}
}

@media (max-width: 767px) {
	.banner-item {
		width: 100%;
	}
	.car_item__navs{
		display:none;
	}
	body .mc_wrap .car-items-wrap a {
		width: calc(50% - 10px);
	}
	.mc_wrap .car-items-wrap {
		gap: 20px;
	}
	.footer__col {
		display: none;
	}
	.footer__col-info {
		display: block;
		width: 100%;
	}
	.thumbs-wrapper {
		margin-bottom: 20px;
	}
	h1{font-size:22px;}
	.foto[data-nav=thumbs] {
        width: 100%;
    }
	.single__price_block {
        width: 100%;
    }
	#answer {
		margin: 0;
	}
	.form__input, .form__input:focus-visible, .form__input:focus {
		width: 100%;
	}
	.form__input_double {
		width: 100%;
	}
	.form__input_double .form__input, .form__input_double .form__input:focus-visible, .form__input_double .form__input:focus {
		    width: calc(50% - 12px);
	}
	#form_feedback form,.new_form {
		gap: 30px;
	}
	input.form__submit {
		margin: 0;
	}
}

@media (max-width: 430px) {
	.foto[data-nav=thumbs] {
		gap: 10px;
	}
    body .mc_wrap .car-items-wrap a {
        width: 100%;
    }
	.single__btns>a {
		width: 100%;
	}
	input.form__submit {
		width: 100%;
	}
	.owl-prev {
		left: 18px;
	}
	.owl-next {
		right: 18px;
	}
	.thumbs-wrapper {
        height: 75vw;
    }
	.car_item__nav {
        top: calc(75vw - 32px);
        z-index: 9999;
    }
	.car-inside-wrap .car-inside-image-big {
		height: 60vw;
	}
}
