/* .global__form-desc.confirm input[type='checkbox']{
    display: none;
} */
.main_offer.pereezd_page .desc ul {
    max-width: 550px;
}
.offer_img.avtopark.man_2 {
    bottom: 0 !important;
}
@media screen and (max-width:480px) and (min-width:320px) {
    .main_offer .left .h1 {
        margin: auto;
        width: fit-content;
    }
    .main_offer .left .advs .item .ttl, .main_offer .left .advs .item .val {
        font-size: 14px;
    }
    .calc_block .ttl_wrp .txt,
    .reviews_block .ttl{
        max-width: 310px;
    }
    .nam_doverili .ttl,
    .reviews_block .ttl{
        text-align: center;
        margin: auto;
    }
    .price_block .left .top .desc {
        max-width: 310px;
        margin: 20px auto 0;
    }
    .faq_item .faq_ans {
        align-items: center;
        padding: 20px 0 15px;
    }
}
@media screen and (max-width:1000px) {
 .tipovaya .content ul li::before {
     position: absolute;
     left: 0px;
 }
 .tipovaya .content  ul li:not([itemprop="itemListElement"]) {
     margin-left: 20px;
 }
}
@media (min-width:1170px) {
    .main_offer.pereezd_page .desc ul li {
    align-items: flex-start;
    }
    .main_offer.pereezd_page .desc ul li::before {
        margin-top: 25px;
    }
}
@media screen and (max-width:480px) {
    .item_usluga {
        margin-left: 10px;
        margin-right: 10px;
    }
    .calc_block {
        padding-bottom: 10px;
    }
    .zakaz_usl.zakaz_avtopark .box.rubber__layout{
        min-height: 280px;
    }
}
.main_offer.main_page .advs .item:nth-child(3) {
    max-width: 230px;
}
input[type="submit"]:disabled{
    opacity: 0.5;
}
.main_offer.vacancy .vac_man {
    width: 640px;
}
.district_block {
    margin-top: 40px;
    display: flex;
    column-gap:30px;
    flex-wrap: wrap;
}
.kak_prohodit .items .item:nth-child(3) .img img {
    bottom: -41px !important;
}
.kak_prohodit.kak_avtopark .items .item:nth-child(3) .img img {
    bottom: 0px !important;
}
@media (max-width:1170px) {
    .district_block {
    align-items: center;
    justify-content: center;
    }
    .gruzchiki_na_raene .items a {
    width: 300px;
    }
}
@media (max-width:480px)  {
    .district_block {
        gap:0 !important;
    }
}
.gruzchiki_na_raene .items {
    flex-direction: column;
    align-self: baseline;
}
.panel {
    max-height: 0 ;
    overflow: hidden;
    transition: .5s ease overflow, .5s max-height;
}
.gruzchiki_na_raene .items  a.accordion:after {
    transition: background .5s  ease, outline .5s  ease;
}
.gruzchiki_na_raene .items  a.accordion.active_ac:after{
    background: url(../images/i-plus.svg) #fff;
    outline: 2px solid #ffd930;
}
.panel ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.panel ul li{
width: 100%;
background: #f8f8f8;
padding: 10px 15px;
border-radius:5px;
}
.main_map {
-webkit-box-shadow: 0 10px 10px 5px rgba(232, 230, 230, .24);
    box-shadow: 0 10px 10px 5px rgba(232, 230, 230, .24);
    -webkit-border-radius: 20px;
border-radius: 20px;
    margin-top: 30px;
    padding: 30px; }
#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(247 247 247);
    border-image: initial;
    border-radius:0;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
input[type="submit"]:disabled:hover{
    opacity: 0.5;
    background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%) !important;
}
.popup-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}
.active_block {
    display: block !important;
}
.no-scroll-html {
    overflow: hidden !important;
}
@media screen and (max-width:740px) and (min-width:320px) {
    .modal-success {
    width: 94% !important;
    padding: 30px 0 !important;
    }
    .modal-success .close {
    top: -30px !important;
    }
    .modal-success .ok_btn {
    max-width: unset !important;
    margin: 0 auto;
    width: fit-content !important;
    padding: 0 35px !important;
    }
    
    .modal-success .ttl {
    padding: 10px 20px !important;
    }
    
    .modal-success .desc {
        padding: 0px 20px !important; 
    }
}
.modal-success {
    display: none;
    width: auto;
    height: fit-content;
    background: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    padding: 30px 85px;
}
.modal-success .ttl {
  margin-bottom: 18px;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .82px;
  color: #2e2e2c
}
.modal-success .desc {
  max-width: 430px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  text-align: center
}
.modal-success .success_icon {
  margin: 54px 0 60px
}
.modal-success .success_icon svg {
  fill: #ffd930;
}
.modal-success .ok_btn {
  max-width: 380px;
  margin: 0 auto
}
.modal-success button.f-button.is-close-btn {
  display: none
}
.modal-success .close {
  width: 52px;
  height: 52px;
  position: absolute;
  background: #ffd930;
  border-radius: 50%;
  right: 30px;
  top: 30px;
  transition: all .4s ease-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.modal-success .close svg {
  fill: #807fa1
}
.invalid,
.inp.just-validate-error-field,
.inp.just-validate-error-field:focus{
    border: 2px solid red !important;
}
.none {
    display: none !important
}
.main_offer .offer_img {
    bottom: 15px;
}
.main_offer .offer_img.avtopark {
    width: 100% !important;
    left: 500px;
}
.faq_item .faq_ans {
    position: relative;
}
.faq_item .faq_ans .plus {
    position: absolute;
    right: 0;
}
#pagebigcontent,
#breadcrumbs{
        padding: 0 20px;
}
.header-phone span {
color: #fff;
}
.main_offer .desc ul li::before {
    content: '';
    min-width: 9px;
    min-height: 9px;
    background: #444442;
    border-radius: 50%;
}

.desc ul li::before {
    content: '';
    min-width: 9px;
    min-height: 9px;
    background: #ffd930;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.85em;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
}
.desc ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 18px;
    font-size: 18px;
}
.price_table .row .col.col_name a{
    text-decoration: underline;
    font-weight: 800;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance:none;
    -webkit-appearance: none;
    margin: 0; 
}
.price_table a {
text-decoration: none;
}
.calc_block .types label input[type=radio] {
display: none; 
}
.hide-element {
display: none;
}
.fancybox__container  {
background: rgba(0, 0, 0, 0.8);
}
.select_city_wrp {
position: relative;
}
.fancybox__backdrop {
background: transparent !important;
}
.reviews_text_slider.owl-carousel .owl-stage {
display: flex;
}
.reviews_text_slider.owl-carousel.owl-drag .owl-item {
display: flex;
}
.hidden_desc .desc {
   font-family: Mulish, sans-serif; 
}
.hidden_desc {
display: none;
}
.reviews_audio_item .controls {
gap: 0px !important;
}
/* Стилизация аудио */
audio::-webkit-media-controls-panel {
    background: #fff;
}
audio::-webkit-media-controls-play-button {
    background-color: #fff;
    color: #fff;
}
.no_scroll {
    overflow: hidden !important;
}
input:focus,
input[type="tel"]:focus{
    border: 1px solid #ffd930 !important;
    border-radius: 10px !important;
}
input[type="number"]:focus,
input[type="tel"]:focus{
	outline: none !important;
}
.time-picker-parent {
    position: relative;
}
.time-picker {
    position: absolute;
    height: 307px;
    padding: 16px 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e3e3e3;
    width: 100%;
    left: 0;
    top: 75px;
    display: flex;
    flex-direction:column;
    z-index: 3;
}
a.btn.time-picker__btn {
   width: 109px;
    align-self: end;
}
.mobile_breadcrumb {
    display: none !important;
}
.time-picker__select {
    background: #f6f7f8;
    align-self: flex-start;
    position: relative;
    opacity: 1;
    padding: 17px 0;
    width: 109px;
    text-align: center;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    outline: none;
    font-family: Mulish,sans-serif;
    cursor:pointer;
}
.time-picker__select-option-hours {
    background: #f6f7f8;
    position: absolute;
    top: 75px;
    opacity: 1;
    width: 109px;
    text-align: center;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    outline: none;
    font-family: Mulish,sans-serif;
    max-height: 216px;
    height: 100%;
    overflow-y: scroll;
}
.time-picker__select-option-minutes {
    background: #f6f7f8;
    right: 18px;
    position: absolute;
    top: 75px;
    opacity: 1;
    width: 109px;
    text-align: center;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    outline: none;
    font-family: Mulish,sans-serif;
    max-height: 154px;
    height: 100%;
    overflow-y: scroll;
}
.time-picker__select-option-hours li,
.time-picker__select-option-minutes li{
   padding: 9px 0 9px; 
   transition:background .3s linear;
   cursor:pointer;
}
.time-picker__select-option-hours li:hover, 
.time-picker__select-option-minutes li:hover
{
   background: #ffd930; 
}
.time-picker-wrapper span {
    align-self: flex-start;
    padding: 17px 0;
}
.time-picker__select::after {
    position: absolute;
    content:'';
    width: 11px;
    height: 7px;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.25 1.74984L1.48812 0.511719L5.5 4.52359L9.51187 0.511719L10.75 1.74984L5.5 6.99984L0.25 1.74984Z' fill='%23494E50' /%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size:contain;
    top:50%;
    right: 13px;
    transform: translateY(-50%);
}
.time-picker-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow:1;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top:13px !important;
}
html {
    overflow-x: hidden;
}
@media screen and (min-width:768px) and (max-width:1170px) {
.zakaz_usl_mp.home_page {
    background: none;
}
.zakaz_usl_mp.home_page {
    height: 420px;
}
.reviews_block .tabs_block .tabs_content .scrollbar {
    width: 96%;
}
.perezv_block {
  background: none;
  background-size: cover;
}
.map_block .ttl {
    max-width: unset;
}
.gruzchiki_na_raene .ttl_wrp {
    flex-direction: row;
    justify-content: center;
}
.perezv_block .box {
        padding: 0 16px;
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }
.perezv_block .ttl {
    max-width: unset ;
}
.items_takge.dflex.fww {
        justify-content: center;
    }
    .zakaz_usl .ttl {
        max-width: 100%;
    }
    .desc ul li {
        font-size: 13px;
    }
    .faq_qwe p {
        max-width: 300px !important;
        padding-left: 50px;
    }
    .calc_block .row {
      flex-direction: row;
     }
    .zakaz_usl_mp.home_page {
    max-width: 100%;
    }
    .news_block .ttl_wrp {
    flex-direction: row;
    }
   header .top .phone {
        display: block;
    }
    .reviews_block .ttl {
        max-width:unset;
    }
    .reviews_block .tabs_block .tabs_caption {
        padding: 0 16px;
    }
    .reviews_block .tabs_block .tabs_content .scrollbar {
        width: 96%;
    }
    .advatnages .ttl_wrp {
    align-items: center;
    }
    .advatnages .items .item_mid {
        flex-wrap:nowrap;
    }
    .price_block .right .bottom {
        display: none;
        margin-top: 30px;
    }
    .price_block .left .bottom {
        display: flex;
        flex-direction: column;
    }
    .price_block .left {
        width: 35%;
        justify-content: space-between;
        padding-left: 16px;
    }
    .price_table .row .col_name {
        min-width: 160px;
        width: 100%;
        max-width: 260px;
        margin-right: 20px;
    }
    .price_block .right {
        margin-top: 0;
        width: 65%;
    }
    .price_table .row .col_spec {
        width: fit-content;
        max-width: 110px;
        min-width: 86px;
    }
    .price_block .left .bottom .zab::after {
    right: unset;
    left: 229px;
    }
    .price_block .left .top .ttl,
    .price_block .left .top .desc{
        text-align: left;
    }
    .price_table {
        padding: 0 !important;
        display: flex;
        justify-content: end;
    }
    .rubber__layout {
       max-width: 100% !important ;
       flex-direction:row !important;
       justify-content: space-between !important;
   }
    .main_offer .right {
     min-width: 400px;
     max-width: 400px;
     width: 100%;
    }
    .main_offer .man, .main_offer .man2 {
        display: block;
    }
    .main_offer .man {
    bottom: 0;
    right: 357px;
    width: 284px;
    height: 417px;
    }
}
@media screen and (min-width:480px) and (max-width:767px) {
    .news_page .news_items .item,
    .news_page .news_items .first_news{
        width: 45%;
    }
    .zakaz_usl_mp.home_page {
        height: 440px;
    }
    .news_page .news_items .first_news img {
        height: auto;
    }
    .faq_item .faq_ans .name {
        width: 100%;
        padding-right: 60px;
    }
    .reviews_block .tabs_block .tabs_content .scrollbar {
        width: 96%;
    }
    .gruzchiki_na_raene .ttl_wrp {
        align-items: center;
    }
    .faq_mp .left .ttl {
        max-width: unset;
    }
    .perezv_block .ttl {
        margin: auto;
    }
    .takge_block .items_takge {
        justify-content: center;
    }
    .zakaz_usl .ttl {
        margin: auto;
    }
    .main_offer .left .desc {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .main_offer .desc ul {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .main_offer .desc ul li::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #ffd930;
    border-radius: 50%;
    position: absolute;
    left: 0;
    }
    .main_offer .desc ul li {
        position: relative;
        padding-left: 20px;
    }
    .calc_block form.ajax_form_calc.ajax_form .btn {
        max-width: 360px;
        margin: auto;
    }
    form#reviews-form-body {
    padding: 0 16px;
    }
    .reviews_textsub .modal__reviews-body--btndesc {
        margin: auto;
    }
    .nam_doverili .ttl {
    max-width: 100%;
    text-align: center;
    }
    .news_block .ttl_wrp {
        flex-direction: row;
    }
    .reviews_block .ttl {
        max-width: 100%;
    }
    .reviews_block .tabs_block .tabs_caption {
    justify-content: center;
    }
    .calc_block .types {
        justify-content: center;
    }
    .perezv_block form {
        margin: auto;
    }
    .faq_item .faq_ans .name {
        width: 100%;
    }
    .faq_qwe p {
    padding-left: 48px;
    padding-right: 30px;
    max-width: 100%;
    width: 100%;
    }
   .rubber__layout {
    max-width: 100% !important ;
    }
    .advatnages .ttl_wrp {
        align-items: center;
    }
      .advatnages .desc {
          max-width: 100%;
      }
       .advatnages .items .item_mid {
        justify-content: center;
          }
      .main_offer.main_page .h1 {
          text-align: center;
      }
    .main_offer .left .advs {
        justify-content: center;
    }
    .main_offer .right {
        width: 360px;
        margin: auto;
       }
       .price_block .right {
           max-width:360px ;
           margin: auto;
       }
   .main_offer .left {
       max-width: 100%;
   }
   header .top .phone_mobile {
       margin-left: auto;
   }
   .zakaz_usl_mp.home_page {
      max-width: 100%;
   }
}
.about_page .main_offer .left {
    margin-top: 0 !important;
    }
.about_page .main_offer .offer_img {
    bottom: -70px;
}
@media (max-width:768px){
    .price_block .left {
        margin: auto;
    }
  .about_page .hidden_desc {
    max-width: 360px;
    margin: auto;
    }  
    .about_page .main_offer .left {
    max-width: 360px;
    margin: auto;
    }
}
@media screen and (max-width:410px){
    .zakaz_usl_mp.home_page {
        height: 510px;
    }
}
@media screen and (max-width:660px) {
    .gruzchiki_na_raene .items {
        margin-top: 0;
    }
}
@media screen and (max-width:480px) and (min-width:410px){ 
    .zakaz_usl_mp.home_page {
        height: 460px;
    }
}

.socs-header {
    display: none;
}
.main_offer .right .socs a{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    position: relative;
    overflow:hidden;
    height: 45px;
}

.main_offer .right .socs .social-tg{
    border:1px solid #31AADF;
    padding-right: 15px;
    border-radius: 11px;
    
}

.main_offer .right .socs .social-tg::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    background-color: #31AADF;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: left .3s ease;
}
.main_offer .right .socs .social-tg:hover::before{
    left: 0;
}

.main_offer .right .socs .social-tg span{
    color:#31AADF;
}
.main_offer .right .socs .social-tg:hover span{
    color:#fff;
}
.main_offer .right .socs .social-wa{
    border:1px solid #2DB01E;
    padding-right: 15px;
    border-radius: 11px;
}

.main_offer .right .socs .social-wa::before{
    position: absolute;
    content:'';
    width: 100%;
    height: 100%;
    background-color: #2DB01E;
    top: 0;
    left: -100%;
    z-index: -1;
    transition: left .3s ease;
}
.main_offer .right .socs .social-wa:hover::before{
    left: 0;
}

.main_offer .right .socs .social-wa span{
    color:#2DB01E;
}
.main_offer .right .socs .social-wa:hover span{
    color:#fff;
}

.main_offer .right .socs a span{
    font-weight: 700;
    transition: color .3s ease;
}

@media screen and (max-width:1170px) and (min-width:769px){
    .main_offer .right .socs a svg {
        width: 45px !important;
    }
}
@media screen and (max-width:768px) and (min-width:320px){
    .socs-header {
        display: block;
        text-align: center;
        margin-top: 0px;
        font-weight: 700;
    }
    
    .main_offer .right .socs a {
        height: 42px !important;
    }
}
@media screen and (max-width:480px) and (min-width:320px){
    .main_offer .left .advs {
        gap:0px !important;
        justify-content: space-between;
    }
    .main_offer .right {
        padding-bottom: 20px;
    }
    
    .price_block {
        padding-top: 20px !important;
    }

    .main_offer .right .socs .social-box {
        flex-direction: column;
        margin-top: 20px;
        gap:15px;
    }
    
    .main_offer .right .socs {
        flex-direction: column;
        margin-top: 20px;
        gap:15px;
        
    }
    
    .main_offer .right .socs a{
        max-width: 150px;
        width: 100%;
    }
    
    .main_offer .right .socs a span{
        display: inline-flex;
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    .main_offer .right .socs a svg {
        width: 66px;
    }
    
    .price_block .left .top .ttl {
        max-width: 270px;
        margin: auto;
    }
    .price_block .left .top .rasshet {
        display: none;
    }
    .main_offer .desc ul li::before {
        margin-top: -15px;
    }
    .avtopark .main_offer .desc ul li::before {
        margin-top: 0px;
    }
    .tipovaya .main_offer .desc ul li::before {
        margin-top: 0px;
    }
    .main_offer .right .confirm {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .news_page .news_items .item,
    .news_page .news_items .first_news{
        width: 100%;
    }
    .about_page .breadcrumbs {
        margin: 0 0 20px !important;
    }
    .about_page .hidden_desc .desc {
        margin-top: 20px !important;
    }
    .news_page .news_items .first_news img {
        height: auto;
    }
    .hidden_desc .desc {
        /* margin-top: 90px !important; */
        padding-bottom: 40px;
    }
    .content .box.rubber__layout p {
    display: none;
    }
    .content.news .box.rubber__layout p {
        display: block;
    }
    .content,
    .breadcrumbs{
        margin-bottom: 0;
    }
    .reviews_textsub .modal__reviews-body--btndesc {
        margin: auto;
    }
    /* .zakaz_usl .box .img_mobile {
        margin-bottom: -93px !important;
    } */
    .feedback .box {
        width: 100%;
    }
    .zakaz_usl.zakaz_avtopark {
    background: url('data:image/svg+xml,<svg width="343" height="625" viewBox="0 0 343 625" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_f_1188_7263)"><circle cx="312.5" cy="312.5" r="112.5" fill="url(%23paint0_linear_1188_7263)" fill-opacity="0.3" /></g><defs><filter id="filter0_f_1188_7263" x="0" y="0" width="625" height="625" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix" /><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape" /><feGaussianBlur stdDeviation="100" result="effect1_foregroundBlur_1188_7263" /></filter><linearGradient id="paint0_linear_1188_7263" x1="242.857" y1="425" x2="398.214" y2="218.75" gradientUnits="userSpaceOnUse"><stop stop-color="%23FFD000" /><stop offset="1" stop-color="%23FFED9D" /></linearGradient></defs></svg>');
    background-position: right;
    background-repeat: no-repeat;
    }
    .feedback {
    position: relative;
    z-index: 3;
    margin: 0 16px;
    }
    .price_block .right {
        padding: 0 !important;
    }
    .price_block {
        padding-right: 16px;
        padding-left: 16px;
    }
    .faq_item .faq_ans .name {
        max-width: 370px;
        min-width: 200px;
        width: 100%;
        padding-right: 50px;
        font-size: 16px;
    }
    .rubber__layout {
        max-width: 480px;
        width: 100%;
    }
    .nam_doverili .left .scrollbar {
        width: 92% !important;
    }
    .gruzchiki_na_raene .ttl_wrp {
    align-items: center;
    }
    .takge_block .items_takge {
        flex-direction: column;
        align-items: center;
    }
    .faq_item .faq_ans {
        justify-content: center;
    }
    .faq_qwe p {
        max-width: 370px;
        min-width: 200px;
        width: 100%;
        padding-right: 50px;
        padding-left: 44px;
    }
    .perezv_block form {
        margin-left: auto;
        margin-right: auto;
    }
    .takge_block .items_takge a {
        width: fit-content;
        text-align: center;
    }
    .reviews_block .tabs_block .tabs_content .scrollbar {
        width: 90% ;
    }
    .reviews_block .tabs_block .tabs_caption {
        padding: 0 16px;
    }
    .price_table .row .col_name {
    width: 100%;
    padding-right: 10px;
    }
    .advatnages .ttl_wrp {
    align-items: center;
    }
    .reviews_video_item img {
    object-fit: cover;
    width: 100% !important;
    object-position: top;
    }
    form#reviews-form-body {
    padding: 0 16px;
    }
    form.ajax_form_calc.ajax_form {
        padding: 0 !important;
    }
    form.ajax_form_calc.ajax_form .row {
        padding: 0 16px;
    }
    .dflex.aic.types {
    padding-left: 16px;
}
}
@media (max-width:940px) {
    .main_offer .man, .main_offer .man2 {
        display: none;
    }
}
@media screen and (max-width:1170px) and (min-width:960px){
    .about_page .main_offer .offer_img {
    display: block;
    height: 520px;
    }
}
/* Media styles Rubber layout*/
@media (max-width:1170px)  {
    .perezv_block .only_mobile {
        max-width: 360px;
    }
    .about_page .main_offer .only_mobile {
        display: none !important;
    }
    .news_page .news_items .first_news img {
        height: auto;
    }
    .news_page .news_items {
        gap: 30px;
        margin-top: 30px;
        align-items: center;
        justify-content: space-between;
    }
    .zakaz_usl .box .img_mobile {
        max-width: 360px;
        margin: auto;
    }
    .reviews_block .tabs_block .tabs_content.active {
    display: flex;
    flex-direction: column;
}
.kak_prohodit .ttl {
    margin: auto;
}
.kak_prohodit .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.kak_prohodit .items .item:nth-child(odd){
    justify-self: end ;
}
.kak_prohodit .items .item {
    width: 100%;
    max-width: 300px;
}
.kak_prohodit .items .item .img {
        height: 250px !important;
    }
.kak_prohodit .items .item .img img {
    position: relative;
    object-fit:contain;
    object-position: bottom;
    height: 100%;
    width: 100%;
}
.nam_doverili .left .scrollbar {
        width: 96%;
    }
    .desc ul li {
    font-size: 13px;
    }
.main_offer  .desc ul li {
    font-size: 14px;
    }
    form.ajax_form_calc.ajax_form {
    padding: 0 16px;
    }
  header .top .box {
       max-width: 100%;
       justify-content: space-between;
        align-items: center;
   }
    .zakaz_usl_mp.home_page.zakaz_usl {
        padding: 40px 0 80px !important;
    }
    .content ul {
        margin-bottom: 0px !important;
    }
    .mobile_menu ul.menu li:not(.submenu li) {
        background: url(../../images/home/i-mobmenu.svg) right center no-repeat;
    }
    li.parent.open {
        background: none !important;
    }
    .mobile_menu::-webkit-scrollbar {
      width: 3px; 
    }
    .mobile_menu::-webkit-scrollbar-track {
      background: #232323;
    }
    .mobile_menu::-webkit-scrollbar-thumb {
      background-color: #ffd930;    
      border-radius: 10px;       
     }
    a.select_city {
    color: #fff;
    }
    .mobile_menu.open  {
        overflow-y: scroll;
    }
    .mobile_menu {
        height: 100%;
        overflow-y: scroll;
        padding: 40px 16px 100px !important;
    }
   .doverili_slider.owl-carousel .owl-stage,
   .reviews_block .reviews_video_slider .owl-stage,
   .reviews_block .reviews_text_slider .owl-stage,
   .reviews_block .reviews_audio_slider .owl-stage,
   .fotogallery_slider .owl-stage,
   .news_slider .owl-stage {
       padding-left: 16px !important;
   }
   .zakaz_usl_mp.home_page {
       margin: auto;
   }
   .hidden_desc .desc {
        width: 100%;
        margin-top: 20px;
        font-size: 13px;
    }
    .hidden_desc .box{
     padding: 0 16px;   
    }
}
/* Media styles Rubber layout*/
@media (min-width:1170px) {
   .reviews_text_slider.owl-carousel .reviews_text_item .top {
       min-height: 73px;
   } 
   .zakaz_usl_mp.home_page {
    height: 625px;
    }
   .avtopark .main_offer .right{
       margin-top: 128px;
   }
   .avtopark .main_offer .offer_img.avtopark {
       top: 60px;
   }
   .avtopark .main_offer .advs {
       margin-top: 89px;
   }
   .avtopark .main_offer .desc ul li {
    font-size: 22px;
    line-height: 130%;
    font-weight: 700;
    }
    .avtopark .main_offer .desc ul li:before {
        background: #444442;
    }
    .avtopark .main_offer .desc ul {
        margin-left: 0 !important;
    }
    .avtopark .main_offer .right::before {
        content: '';
        position: absolute;
        bottom: -20px;
        left: -158px;
        width: 235px;
        height: 185px;
        background: url(../../images/services/boxes.png);
        background-repeat: no-repeat;
    }
    .main_offer .right .confirm {
        text-align: center;
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
    }
   .main_offer .right .socs {
       margin-top: 0 !important;
   }
   .hidden_desc .desc {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #444442;
    }
}
.takge_block {
    position: relative;
    z-index: 1;
}
header .top .mail_wrp .rab::before {
    -webkit-animation: roundDesktop 3s infinite;
    -o-animation: roundDesktop 3s infinite;
    animation: roundDesktop 3s infinite;
}
header a {
    color:#fff;
}
@media (max-width:1170px) {
    .owl-item {
      padding: 20px 0 0;
    }
    .reviews_audio_item .desc {
        display: none;
    }
    .about_page .main_offer {
        height: 500px;
    }
}
@media (max-width:768px){
    .about_page .main_offer {
        height: auto !important;
    }
}
@keyframes roundDesktop {
  0% {
    background: #59ff6a;
    scale:1;
  }
  
  15% {
    background: #59ff6a;
    scale:0.2; 
  }
  
  30% {
      background: #ffd930;
      scale:1.2;
  }
  60% {
      scale:0;
  }
  80% {
    background: #59ff6a;
    scale:1;
  }
  85% {
    background: #59ff6a;
    scale:1.2;
  }
  
  90% {
      background: #ffd930;
      scale:0.7;
  }
  95% {
      background: #fff;
      scale:0;
  }
  100% {
      background: #59ff6a;
      scale:1;
  }
}
header .top .phone_mobile .for_mobile::before {
    -webkit-animation: roundDesktop 3s infinite;
    -o-animation: roundDesktop 3s infinite;
    animation: roundDesktop 3s infinite;
}
a {
    color: #333;
}
.s-message {display:none;}
#modalCity {
    width: 100% !important;
    background: transparent !important;
}
/* Form files - reviews */
.files_form {
    min-width:320px;
    width: 100%;
}
input#file {
    display: none;
}
.reviews_nametel {
        display: flex;
        gap:20px;
        justify-content: center;
        align-items: center;
}
label.modal__reviews-body--file {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.reviews_textsub {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
textarea#reviews-form-input-text {
    resize: none;
    height: 100%;
    max-width: 780px;
    width: 100%;
}
.reviews_textsub .modal__reviews-body--btndesc {
    max-width: 320px;
    width: 100%;
}
.reviews_textsub .sogl {
    font-size: 10px;
    color: #444442;
    opacity: .5;
}
@media screen and (min-width: 1170px) {
 .reviews_textsub .textarea#reviews-form-input-text {
     max-width: calc(100% - 320px - 65px);
 }   
 .ui-widget.ui-widget-content {
    width: 271px !important;
    border: 1px solid #e3e3e3 !important;
}
}
@media screen and (max-width: 1170px) {
    .reviews_nametel,
    .reviews_textsub{
        flex-direction: column;
    }
    .reviews_textsub {
        gap:20px;
    }
    .reviews_textsub .textarea#reviews-form-input-text {
        max-width: unset;
    }
     .ui-widget.ui-widget-content {
    width: 359px !important;
    }
}
/* Form files - reviews */
@media (max-width:768px) {
    header .top {
    border-bottom: none;
}
.about_page .main_offer .only_mobile {
    display: block !important;
    margin: auto;
    max-width:360px;
}
}
@media (min-width:992px) {
    .header-logo {
        min-width: 8.5rem;
        max-width: 9.5rem;
        margin-right: 35px;
    }
}
.pagenav ul li a {
    width: 100%;
    height: 100%;
}
.ui-datepicker .ui-datepicker-title {
    /* width: 100%; */
    display: flex;
    justify-content: center;
}
.ui-datepicker-title {
    color: #333 !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}
.ui-datepicker {
    padding: 0 !important;
}
.ui-corner-all {
    border-radius:10px !important;
}
.ui-datepicker th {
    font-weight: 400;
    padding: 14px .3em !important;
    color: #424242;
    font-size: 14px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none ;
    background: transparent;
    font-weight: normal;
    padding: 10px 0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none;
    background: linear-gradient(36.87deg, #ffd930 17.491%, #ffe77d 88.387%) !important;
    font-weight: bold;
    border-radius:10px;
    color: #333;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #a3924b;
    border:none;
    background: transparent;
    position: relative;
}
.ui-state-highlight::before {
    position: absolute;
    content:'';
    width: 6px;
    height: 6px;
    background: #a3924b;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.ui-datepicker-header {
   background: #fff;  
   padding: 14px 0 10px !important;
}
.ui-icon-circle-triangle-e {
    background-position: -32px 0px;
    scale: 1.5;
}
.ui-icon-circle-triangle-w {
    background-position: -96px 0px;
    scale: 1.5;
}
.ui-widget-header {
    border:none;
    font-weight: 400;
    font-family: 'Mulish';
}
.ui-datepicker-calendar thead {
    background: #f5f7fa;
}
.ui-datepicker table {
    font-size: .9em;
    border-collapse: collapse;
    font-family: 'Mulish';
}
input[type="time"] {
    position: relative;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-clear-button {
     z-index: 1;
 }
.reviews_text_item .top img{
    object-fit: cover;
    border-radius: 100%;    
}
.nam_doverili .ttl {
    align-self: baseline;
}
.header-phone .hgt.hid.mail_wrp {
    border:none;
}
.item_usluga .btn {
    display: flex;
}
.pop_uslugi .ttl {
    max-width: unset;
    width: 100%;
}
.price_block .left .bottom .zab {
    margin-top: 25px;
}
.advatnages .ttl_wrp {
    width: 100%;
}
.box.box_column {
    flex-direction: column;
}
.price_block .left .bottom .btn {
    display: flex;
}
.price_block .left .bottom .btn:hover span,
.price_block .left .bottom .zab a{
    color: unset;
}
.box {
    background: transparent !important;
    height: 100% !important;
}
.btn{
    background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%) !important;
}
.btn:hover,
.btn.callback:hover {
   background: linear-gradient(36.87deg, #ff9030 8.183%, #f14b09 90.132%) !important; 
   color: #fff;
}
.btn:active,
.btn.callback:active {
    background: linear-gradient(37deg, #ffd930 0%, #ffe77d 100%);
}
.header-phone .hgt.hid.mail_wrp .rab span::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #59ff6a;
    margin-right: 5px;
}
.header-phone .hgt.hid.mail_wrp .hh_mail a.h_mail {
    color: #fff;
}
header .header-btn {
    width: 176px;
    height: 45px;
    background: #444442;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 0;
}
@media screen and (min-width: 1200px) {
    .header-phone .hgt.hid.mail_wrp .hh_mail {
    padding-left: 0;
    }
    .header-phone {
        gap:25px;
    }
    .h_num.yur_num.hid {
        border-left: none;
    }
    .header-phone div div:before {
        display: none;
    }
}
/* Модальное окно выбор города */
@media screen and (max-width:1170px){
    .select_city_wrp .your_city{
        left: -115px !important;
        width: 320px !important;
        padding: 25px 0px 0 !important;
    }
    .select_city_wrp .city_list_wrp {
        left: -115px !important;
        width: 320px !important;
    }
}
.select_city_wrp .your_city {
  display: none;
  position: absolute;
  top: 40px;
  left: -90px;
  z-index: 13;
  width: 347px;
  height: 146px;
  border-radius: 10px;
  background: #f6f7f8;
  padding: 25px 30px 0
}
.select_city_wrp .your_city .tac {
  font-size: 18px;
  line-height: 130%;
  color: #525354
}
.select_city_wrp .your_city .tac span {
  font-weight: 700;
  color: #08090b
}
.select_city_wrp .your_city .btns {
  margin-top: 26px;
  justify-content: center;
  gap: 10px
}
.select_city_wrp .your_city .btns .btn {
  width: 113px;
  height: 51px;
  font-size: 14px;
  color: #444442;
  font-weight: 700;
  cursor: pointer
}
.select_city_wrp .your_city .btns .no {
  font-size: 15px;
  color: #08090b;
  font-weight: 700
}
.select_city_wrp .your_city::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 142px;
  width: 29px;
  height: 21px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkuMDAwMDAwIiBoZWlnaHQ9IjIxLjAwMDAwMCIgdmlld0JveD0iMCAwIDI5IDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCgk8cGF0aCBpZD0iUG9seWdvbiAxIiBkPSJNMTQgMEwtMC43MyAyMUwyOC43MiAyMUwxNCAwWiIgZmlsbD0iI0Y2RjdGOCIgZmlsbC1vcGFjaXR5PSIxLjAwMDAwMCIgZmlsbC1ydWxlPSJldmVub2RkIi8+DQo8L3N2Zz4NCg==)
}
.select_city_wrp .your_city.open {
  display: block
}
.select_city_wrp .city_list_wrp {
  display: none;
  position: absolute;
  top: 200px;
  left: -90px;
  z-index: 13;
  width: 347px;
  border-radius: 10px;
  background: #f6f7f8;
  overflow: hidden
}
.select_city_wrp .city_list_wrp form {
  padding: 20px 20px 0;
  display: block
}
.select_city_wrp .city_list_wrp .inp {
  background: url(../images/i-search.svg) right 15px center no-repeat #fff;
  border: 1px solid #d9d5d5
}
.select_city_wrp .city_list_wrp .city_list {
  margin-top: 15px;
  
}
ul.city_list.city_list_results {
    max-height: 280px;
  height: 100%;
  overflow-y: auto;
}
ul.city_list.city_list_results::-webkit-scrollbar {
  width: 7px; 

}
ul.time-picker__select-option-hours::-webkit-scrollbar,
ul.time-picker__select-option-minutes::-webkit-scrollbar
{
    width: 3px;
}
ul.city_list.city_list_results::-webkit-scrollbar-track
{
  background: #fff;
}
ul.time-picker__select-option-hours::-webkit-scrollbar-track,
ul.time-picker__select-option-minutes::-webkit-scrollbar-track {
    background: #f6f7f8;
}
ul.city_list.city_list_results::-webkit-scrollbar-thumb,
ul.time-picker__select-option-hours::-webkit-scrollbar-thumb,
ul.time-picker__select-option-minutes::-webkit-scrollbar-thumb
{
  background-color: #ffd930;    
  border-radius: 10px;       
}
.select_city_wrp .city_list_wrp .city_list li {
  padding: 5px 0 5px 20px;
  border-left: 2px solid #f6f7f8;
  font-size: 18px;
  line-height: 200%;
  color: #444442
}
.select_city_wrp .city_list_wrp .city_list li:hover {
  border-left: 2px solid #d9a432;
  background: #fff;
  color: #d9a432
}
.select_city_wrp .city_list_wrp.open {
  display: block
}
.city_list li a {
    color:#444442;
    display: block;
}
.hidden {
    display: none !important;
}
.left2 {
   max-width: 220px;
}
.left2 span {color:#fff; 
    font-size: 15px;
    line-height: 19px;   
    /* max-width: 170px; */
    display: inline-flex;
    width: 100%;
    word-break: break-word;
    
}
/* site-error 404page */
.site-error-wrap {
    padding-top: 70px;
    position: relative;
    margin-top: 20px;
}
.site-error {
    margin-top: 0;
    padding: 0;
    padding-bottom: 45px;
}
body.page_not_found .site-error-wrap .rubber__layout{
    position: relative;
}
.site-error,
.site-error::after {
    min-height: 75vh;
}
body.page_not_found footer {
    margin-top:0px;
}
.site-error::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-image: url(../images/404.png);
    background-position: calc(32.5% + 50vh/2) bottom;
    background-repeat: no-repeat;
    background-size: 86vh auto;
}

.site-error h1 {
    font-family: Mulish, sans-serif;
    font-size: 41px;
    font-weight: 800;
    line-height: 45px;
    text-transform: uppercase;
    max-width: 265px;
}
.page_not_found .site-error-wrap .global__btn.btn {
    display: unset;
}
.site-error p {
    max-width: 385px;
    margin-top: 1rem;
    font-size: 15px;
    line-height: 25px;
}
.site-error a.global__btn {
    max-width: 280px;
    margin-top: 2.25rem;
    text-decoration: none;
    color: #fff;
    padding: 16px 45px;
    position: relative;
    z-index: 1;
}
.page_not_found .site-error a.global__btn.btn:hover {
    color:#181411;
}
.site-error {
    margin-top: 50px;
    min-height: 50vh;
}
.site-error a {
    color: #2a2a2a;
    text-decoration: underline;
}
.site-error a:hover {
    color: #f8cb00;
}

@media (max-width:991.98px) {
.site-error::after {
        display: none;
    }
.page_not_found .site-error-wrap .global__btn.btn {
        display: flex;
    } 
}
@media (max-width: 575.98px) {
    .site-error {
        margin-top: 0px;
    }
}
@media (max-width:1170px) {
    .site-error-wrap {
        padding: 20px;
    }
}

/* site-error 404page */
/* datepicker*/
.datepicker {
    width: 100%;
}
.datepicker__wrapper {
    width: 100%;
    padding: 0;
}
.datepicker__wrapper {
    border: 1px solid #e3e3e3;
    border-radius:10px;
}
.datepicker__header {
    margin: 0;
    padding: 14px 0 10px !important;
    background: none;
}
.datepicker__cal thead {
    background: #f5f7fa;
}
.datepicker table th {
    font-size: 14px;
    color: #424242;
    text-transform: none;
}
.is-today.datepicker__day {
    color: #a3924b;
}
.datepicker__day {
    color:#454545;
}
.datepicker__day.is-selected div {
    background: transparent;
}
td.is-today.datepicker__day {
    position: relative;
}
td.is-today.datepicker__day::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #a3924b;
    border-radius: 100%;
    bottom: 0;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%);
}
.datepicker__day.is-selected .datepicker__daynum {
    border: none;
    background: none;
    color: #333;
}
.datepicker__day.is-selected div {
    border-radius: 10px;
    background: linear-gradient(36.87deg, #ffd930 17.491%, #ffe77d 88.387%) !important;
}
.datepicker__day div:hover, .datepicker__day.is-highlighted div {
    border-radius: 10px;
    background: linear-gradient(36.87deg, rgba(255, 217, 48, 0.2) 17.491%, rgba(255, 231, 125, 0.2) 88.387%) !important;
}
.datepicker__day.is-selected:hover div::after {
    background: none;
}
.datepicker__day.is-today div::after {
    box-shadow: none;
}
.datepicker__title {
    color:#333;
    line-height: 1.8;
}
.datepicker__next {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z" fill="black"/></svg>');
}
.datepicker__prev {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z" fill="black"/></svg>');
}
/* datepicker*/

/* fancy */
/* For compact mode */
.fancybox__container.is-compact .fancybox__slide.my-iframe .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__slide.vk-fancy-iframe .fancybox__content {
  max-width: 600px !important;
  height: 100%;
  background: var(--fancybox-content-bg, transparent);
}

.table-container {
    overflow-x: auto;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: collapse; /* убираем двойные границы */
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    background-color: #fff;
}

/* Заголовки */
table thead th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: bold;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: left;
}

/* Ячейки */
table td {
    padding: 10px;
    border-bottom: 1px solid #eee; /* горизонтальные линии */
}

/* Полосатые строки */
table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

/* Эффект наведения */
table tbody tr:hover {
    background-color: #f1f7ff;
    transition: background-color 0.2s ease-in-out;
}

/* Вертикальные разделители */
table td,
table th {
    border-right: 1px solid #eee;
    text-align: center;
}

table td:last-child,
table th:last-child {
    border-right: none; /* убираем у последнего столбца */
}

/* Адаптивность */
@media (max-width: 768px) {
    table {
        font-size: 12px;
    }
    table th,
    table td {
        padding: 6px;
    }
}
.price_table caption {
   caption-side: bottom;
    text-align: left;
    font-size: 13px;
    color: #888;
    padding: 35px 0px 0px 35px;
    font-style: italic;
    display: table-caption;
}
.ggg {    flex-direction: column;
    align-items: flex-start!important;}