.mmrgl-popup-close-button {
    width: 30px;
    height: 30px;
    font-size: 27px;
    color: #5b5959;
}



.map-info-2{
    display: block;
    margin-top: 10px;
}
/*****************************/
.bx-livechat-wrapper{
  height: 100vh !important;
  bottom: 0 !important;
  right: 0 !important;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .17);
    position: relative;
 
    top: auto;
    right: auto;
}
.bx-im-message-content-box,.bx-im-message-content{
 
    font-size: 15px;
}
.bx-im-message-type-opponent .bx-im-message-content
 {
    border: 0;
    background-color: #f3f4f6 !important;
    border-radius: 15px;
    border-top-left-radius: 0;
}
.bx-livechat-head-wrap .bx-livechat-head{
    border-bottom: 1px solid #dee2e6;
    font-size: 21px;
    text-align: center;
    background: #F5F4F1 !important;
}
.bx-livechat-body{
  background: #fff !important;
}

.bx-livechat-wrapper-allsmile .bx-livechat-wrapper{
  opacity:1;
}
.bx-livechat-control-btn-close{
  display: none;
  width: 0;
  height: 0;
}
.b24-widget-button-wrapper{
  display: none;

}
#bx-livechat-wrapper-allsmile{
  position: relative;
    top: 10%;
    display: contents;
    opacity: 0;
}
.bx-im-textarea {
    background: #f3f4f6 !important;
    border-radius: 20px !important;
    border-top: 0px solid rgba(31, 170, 241, .26) !important;
}
.bx-im-textarea-box input[type="text"]:focus,.bx-im-textarea-box input[type="password"]:focus,.bx-im-textarea-box input[type="email"]:focus,.bx-im-textarea-box input[type="tel"]:focus,.bx-im-textarea-box textarea:focus, select:focus {
    outline: none !important;
    background: transparent !important;
    border: 0px solid #ccc !important;
}
.bx-im-textarea-send-button{
  background-color: rgb(34 36 39) !important;
}
.bx-im-message-content {
    display: block;
    padding: 8px 16px;
    border: 0px solid rgba(0, 0, 0, .07) !important;
    border-radius: 12px;
    background: #e0f5fa !important;
    color: #333;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0px 0 0 rgba(0, 0, 0, 0.15) !important;
    word-break: break-word;
    -webkit-transition: background-color .5s, color .5s, font-size .3s;
    -o-transition: background-color .5s,color .5s,font-size .3s;
    transition: background-color .5s, color .5s, font-size .3s;
    margin-bottom: 5px;
    border-bottom-right-radius: 0;
}

.bx-livechat-mobile.bx-livechat-wrapper {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    /*height: 68%;*/
    box-shadow: 0 0 0 #fff;
    z-index: 10160;
}
.bx-livechat-user-position {
    color: #4f4f4f !important;
}
.bx-livechat-user-name {
    color: #676767 !important;
}
.bx-livechat-has-operator .bx-livechat-head {
    background: aliceblue !important;
    color: #000;
}
.bx-im-textarea {
    background: aliceblue;
}
.bx-livechat-control-box{
  
}
/*****************************/

.map-info-1{
  display: none;
}
.news-detail-desc-block-top{
  line-height: 19px;
    color: #000;
    font-size: 14px;
    font-family: 'YS Text Variable';
}
.page404span{
  font-size: 11px;
    display: block;
    color: red;
}

 .vloader {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      width: 60px;
      height: 40px;
    }

    .vloader div {
      width: 14px;
      height: 14px;
      background-color: #83b81d;
      border-radius: 50%;
      animation: bounce 0.9s infinite ease-in-out;
    }

    .vloader div:nth-child(2) {
      animation-delay: 0.1s;
    }

    .vloader div:nth-child(3) {
      animation-delay: 0.2s;
    }
    .vloader div:nth-child(4) {
      animation-delay: 0.3s;
    }

    @keyframes bounce {
      0%, 80%, 100% {
        transform: translateY(0);
      }
      40% {
        transform: translateY(-20px);
      }
    }
.preloader_html {
    display: none;
    background-color: #ffffff33;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
}
.preloader__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@keyframes gradientTags {
  0% {
    background-position: 0% 50%;
    color: #000;
  }
  50% {
    background-position: 100% 50%;
    color: #000;
  }
  75% {
    background-position: 0% 50%;
    color: #fff;
  }
  100% {
    background-position: 0% 50%;
    color: #000;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
@keyframes colorTransition {
    0% {
        background-color: #83b81d;
    }

    50% {
        background-color: #f77a19;
    }

    100% {
        background-color: #49adfd;
    }
}
@keyframes colorTransition2 {
    0% {
       background-color: #49adfd;
       
    }

    50% {
       background-color: #83b81d;
       
    }

    100% {
        background-color: #f77a19;
    }
}

.flex-control-paging li a:hover:before, .flex-control-paging li a.flex-active:before{
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}

body .flex-control-paging li a.flex-active {
    background: #83b81d;
}
.detail.blog ul:not([id*="bx_"]){
  margin: 0 20px;
}
.detail.blog ul:not([id*="bx_"]) > li:before {
    content: " ";
    margin: 0 7px 0 -21px;
    background: #83b81d;
    /*animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);*/
    animation: colorTransition 4s infinite alternate;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
}
.detail.blog ul:not([id*="bx_"]) li ul > li {
  margin: 0px 0 0 21px;
}
.detail.blog ul:not([id*="bx_"]) li ul > li:before {
    animation: colorTransition2 4s infinite alternate;
    border-radius: 22%;
    width: 6px;
    height: 6px;
    margin: 0 3px 2px -22px;
}

.detail.news ul:not([id*="bx_"]){
  margin: 0 20px;
}
.detail.news ul:not([id*="bx_"]) > li:before {
    content: " ";
    margin: 0 7px 0 -21px;
    background: #83b81d;
    /*animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);*/
    animation: colorTransition 4s infinite alternate;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: relative;
    display: inline-block;
}
.detail.news ul:not([id*="bx_"]) li ul > li {
  margin: 0px 0 0 21px;
}
.detail.news ul:not([id*="bx_"]) li ul > li:before {
    border-radius: 22%;
    width: 6px;
    height: 6px;
    margin: 0 3px 2px -22px;
    animation: colorTransition2 4s infinite alternate;
}


.search-tags-cloud .tags a{
  /*background: #83b81d;
  transition-timing-function: ease-in-out;*/

  /*background: linear-gradient(90deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: linear-gradient(90deg, #7fbc20, #f77a1b, #49adfe);*/
   background: linear-gradient(
        90deg,
        rgba(127, 188, 32, 0.8),  
        rgba(247, 122, 27, 0.6), 
        rgba(73, 173, 254, 0.9),
        rgba(236, 236, 236, 0.6)
    );
  background-size: 400% 400%;
  animation: gradientTags 10s ease infinite;
  transform: translate3d(0, 0, 0);
}

.front_tizers_zero{
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.container.py-5{
  padding: 10px;
  text-align: center;
  min-height: 77px;
}
.container.py-5 h3{ 
  color: #83b81d;
  margin-bottom: 0;
}
.container.py-5 p{ 
  margin-bottom: 0;
}

header .menu_top_block li .dropdown>li>a, .menu_top_block.catalog_block .dropdown>li.full>a, .left_menu > li> a {
    padding: 10px 30px 10px 15px;
}

.categories_block.menu_top_block .categories_count {
    top: 10px;
}

.inner-text .duration, .detail_wrapper .duration{
    color: #fff;
    font-size: 8px;
    line-height: 20px;
    min-width: 60px;
    padding: 0 10px;
    text-align: center;
    border-radius: 100px;
    background: #83b81d;
    display: inline-block;
    top: -2px;
    position: relative;
}
.period-block{
    display: inline-flex;
    margin-bottom: 10px;
    position: relative !important;
    bottom: auto !important;
    font-size: 10px;
    color: #777;
    margin-left: 10px;
}
.detail_wrapper .duration{

}
.duration-show-counter-detail {
    position: relative;
    font-size: 10px;
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    padding-left: 0px;
    margin-right: 10px;
}
.iGkWXI {
    width: 16px;
    height: 16px;
    fill: rgb(164, 174, 190);
    margin-right: 4px;
}
.hour-max{
  color: #5907c1;
    font-weight: 400;
    font-size: 13px;
}
.hour-max-icon{
 
    background:url("data:image/svg+xml,<svg width='23' height='23'  xmlns='http://www.w3.org/2000/svg'><path d='M8.86 6.519L10.045 0 2 9.481h4.453L4.873 16l8.62-9.481H8.86z' stroke='white' fill='rgb(133, 38, 254)'></path></svg>");
   width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    line-height: 0px;
    padding-top: 0;
    margin-top: 0;
    top: 9px;
    left: auto;
    right: auto;
    position: relative;
}

.hour-max-icon-li{
width: 14px;
    height: 14px;
    background: #fff;
    position: relative;
    margin-left: 23px;
    top: 2px;
    user-select: none;
    border-width: 5px;
    border-radius: 7px;
    border-style: solid;
    color: #8526fe;
    display: inline-block;
    margin-right: 10px;
}

.content_wrapper_block_tariffs_list{}
.content_wrapper_block_tariffs_list .preview-text-props{
margin: 0px 0px 0px !important;
    font-size: 11px;
    font-weight: 300;
    border-bottom: 1px dashed #c3c3c3;
    padding: 4px 0;
}
.content_wrapper_block_tariffs_list .preview-text-props b{
  font-weight: 600;
}
.content_wrapper_block_tariffs_list .preview-text-props span{
  font-weight: 600;
      font-size: 15px;
      position: relative;
    float: right;
}

.content_wrapper_block_tariffs_list .preview-text-desc{
  text-align: center;
}

.content_wrapper_block_tariffs_list .preview-text-desc p+p{
  min-height: 67px;
}

.content_wrapper_block_tariffs_list .bg-fon-img {
    max-width: 155px;
}
.content_wrapper_block_tariffs_list .item .title{
  text-align: center;
}
.content_wrapper_block_tariffs_list .item .title a {
    color: #8526fe;
}

.tabs-tariffs  .nav-tabs li a, .tabs-tariffs  .nav-tabs li>span {
      padding: 8px 15px 8px;
  }

.copy-partner{color: #fff;}
.copy-partner a{}
.copy-partner a:hover{color: #b3df5d;}

.class-body-noindex .logo-row .top-description.addr {
    color: #000000;
}

a.scroll-to-top {
    right: 34px;
    bottom: 107px !important;
}

.logo-row .top-description.addr{
  max-width: 244px;
    color: #ffffff;
    opacity: 1;
}

.dialog-head .telegram_feedback_svg{
 
}
#telegram_feedback_dialog_body > div:nth-child(1) > .left-message:nth-child(1){
  display: none !important;
}
#telegram-feedback-root .tf-link a{
    display: none !important;
    color:#fff;
    visibility: hidden;
}

.btn-lg-teleg{
      background: #6994f6;
}
.btn-slider-svg{
  display: inline-block;
    vertical-align: middle;
        padding-right: 10px;
}
.button-android-main{
  border: 1px solid #fff !important;
}
.button-android-main:hover{
  background: #8526fe;
}
.button-ios-main{
  background: #8526fe !important;
  border: 1px solid #fff !important;
}
.button-ios-main:hover{
  background: #83b81d !important;
}
.footer-h3{
  color: #83b81d;
}

/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.luxar_disclaimer_container{
  opacity: 1;
  box-shadow: 0 -6px 30px rgba(0,0,0,.15);
}
.luxar_disclaimer_container.small {
    left: 10px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 0 auto;
    max-width: 100%;
    width: 95%;
    right: 10px;
    bottom: 10px;
}
.luxar_disclaimer_container.light .luxar_disclaimer_button {
border-color: #83b81d;
    color: #fff;
    text-transform: initial;
    min-width: 193px;
    background: #83b81d;
    border-radius: 5px;
    padding: .875rem 1.75rem .9375rem;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
}

.luxar_disclaimer_container.light .luxar_disclaimer_button:hover{
  background: #a8ff00;
  border-color: #a8ff00;
  color: #000;
}

.luxar_disclaimer_container.light .luxar_disclaimer_button.luxar_disclaimer_button_close {
border-color: #fff;
    color: #fff;
    text-transform: initial;
    min-width: 193px;
    background: transparent;
    border-radius: 5px;
    padding: .875rem 1.75rem .9375rem;
    text-align: center;
    font-size: 17px;
    margin-bottom: 10px;
}

.luxar_disclaimer_container.light .luxar_disclaimer_button.luxar_disclaimer_button_close:hover{
  background: #373737;
}

.luxar_disclaimer_text{
  max-width: 690px;
      text-transform: initial;
}

.luxar_disclaimer_text a{
  color: #83b81d;
}
.luxar_disclaimer_text a:hover{
  color: #a8ff00;
}
.luxar_disclaimer_text .cookies-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.luxar_disclaimer_container.light {
  /*background: rgb(255 255 255 / 100%);
  color: #303138;*/
  color: #fff;
    box-shadow: rgba(0, 0, 0, 0.29) 0px 1px 5.5px -37px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px;
    background: linear-gradient(#252525 0%, #252525 100%);

}

.luxar_disclaimer_container.small {
  font-size: 14px;
  padding: 15px 25px;
  max-width: 1024px;
}


.TariffDetails__content{

}
.TariffDetails__content .MainPrices__title{
    margin: 0 0 10px 0;
}
.TariffDetails__content .MainPrices__description{
  font-size: 13px;
    line-height: 17px;
    padding-bottom: 20px;
    color: #000;
}

.TariffDetails__content .MainPrices__col{

}
.TariffDetails__content .MainPrices__col .PriceGroup__name{
      color: #5aa73b;
}
.TariffDetails__content .MainPrices__col .PriceGroup__price{
  display: inline-block;
    color: #000;
    font-weight: 500;
}




.footer-ul-city li a:hover{
    color: blueviolet;
}

.full_bg_link_hidden{
    font-size: 0;
}
.js-site-map-city-img{
    width: 100%;
    max-width: 300px;
}
footer .pays {
        background: #fff;
    opacity: 0.7;
}

.footer-ul-city{}
.footer-ul-city li{
    display: inline-block;
}
.footer-ul-city li.active{
        font-weight: 700;
    background: blueviolet;
    padding: 2px 5px;
    padding-left: 19px;
    border-radius: 5px;
    color: #fff;
}
.footer-ul-city li.active a{
    color: #fff;
}
ul.footer-ul-city li:first-child:before{
    content: " ";
}
ul.footer-ul-city li.active:before{
    content: " ";
}
.logo-row .logo img, .logo-row .logo svg {

    margin-bottom: 3px;
}

.custom-blocks-footer-1{color: #fff;}
.custom-blocks-footer-1 p{color: #fff;}
.auth_wr_inner{/*display: none !important;*/}
#basket_line{display: none !important;}
.top-btn.inline-search-show{display: none;}
.basket-link.basket{display: none !important;}
.wrap_icon.wrap_basket{display: none !important;}

.btn.register{
    display: none;
}

input[type="number"]{
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 14px;
}
input[type="number"]{
    padding: 8px 13px 7px;
    width: 100%;
    height: 48px;
}
#nal-itog{}
#nal-itog .itog{    font-weight: bold;
    display: block;
    font-size: 20px;
    margin-top: 5px;
    color: #6bbd50;}
#nal-itog .itog:after {
    content: ' BYN';
    display: inline-block;
    margin-left: 3px;
}
#nal-itog .itog {
    font-weight: bold;
    display: block;
    font-size: 20px;
    margin-top: 5px;
    color: #6bbd50;
}

.has-ripple-width100{
    width: 100%;
    text-wrap: wrap;
    
}
.form-go-driver{}
.form-go-driver label{
   font-weight: 500 !important;
    min-height: 31px;
    font-size: 12px;
    vertical-align: bottom;
}
.form-go-driver .form_body .form-control{
    max-width: 30%;
    display: inline-block;
    padding: 0 10px 0 10px;
}


.form-go-driver label span{

}

.clearboth-title{
    padding: 0 10px 5px 10px;
    font-weight: 600;
}
label.error{
    display: none !important;
    opacity: 0;
}
label.error + .inputtext{
    border:1px solid #e62222;
}

@media (max-width: 992px){

    .form-go-driver .form_body .form-control{
        max-width:49%;
        display: inline-block;
    }


  .luxar_disclaimer_container.small {
      display: block;
      font-size: 14px;
      padding: 10px 10px;
      max-width: 1024px;
              bottom: 40px;
  }

  .luxar_disclaimer_text {
      margin-bottom: 10px;
  }

  .luxar_disclaimer_container.light .luxar_disclaimer_button {
            text-align: center;
      text-transform: initial;
      min-width: 193px;
      margin: 0 auto;
      max-width: 200px;
  }

}
@media (max-width: 538px){
  .bx-livechat-wrapper {
    height: 80vh !important;
  }

  .tabs-tariffs  .nav-tabs li a, .tabs-tariffs  .nav-tabs li>span {
      cursor: pointer;
      display: block;
      margin: 0;
      padding: 4px 10px 4px;
      color: #777777;
      border: none;
      border-radius: 3px;
      font-size: 12px;
  }

  .luxar_disclaimer_container.light .luxar_disclaimer_button {
            text-align: center;
      max-width: 100%;
  }

    .form-go-driver .form_body .form-control{
        max-width:100%;
        display: inline-block;
    }

}


/********MAP**************/
#map_info{    display: table;
    padding: 14px;
    position: relative;
    margin-bottom: 20px;
    font-size: 31px;
    height: auto;}
#map { height: 600px; width: 100%; }
.qwIVGo {
    box-shadow: rgba(117, 115, 111, 0.2) 0px 8px 20px 0px;
}
.xBcMNl {
    height: 40px;
}
.xYJURg {
    background-color: rgb(255, 255, 255);
}
.qJYyBg {
    font-weight: 400;
}
.ruXjNl {
    border-top-left-radius: 13px;
}


.Guzchn {
    border-top-right-radius: 13px;
}

.DQAXLd {
    border-bottom-left-radius: 13px;
}

.IfNAIm {
    border-bottom-right-radius: 13px;
}
/* ----------main-loader---------- */
/*Loader  custum*/

.loader {
  animation:auto;
    display: none; 
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    top: 0;
    left: 0;
    z-index: 100000;
    border-radius: 0;
    overflow: hidden;}
  .loader.loader--inner {
    position: absolute; }
  .loader .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
  }
  .loader svg {
    width: 30%;
    height: auto;
    fill: var(--main-color);
    transition: all 0.8s; }

.loaderQuickView {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  cursor: wait;
  /*end loader custum*/ }
  .loaderQuickView.loader--inner {
    position: absolute; }
  .loaderQuickView .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .loaderQuickView svg {
    width: 30%;
    height: auto;
    fill: var(--main-color);
    transition: all 0.8s; }

.loader-btn {
  position: absolute;
  display: flex;
  align-items: center;
  fill: #fff;
  
}
.cssload-loader {
  width: 100px;
  height: 100px;
  margin: 130px 0;
  perspective: 780px; }

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%; }

.cssload-inner.cssload-one {
  left: 0;
  top: 0;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #7ed958; }

.cssload-inner.cssload-two {
  right: 0;
  top: 0;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #20b2ff; }

.cssload-inner.cssload-three {
  right: 0;
  bottom: 0;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #fd7400; }


@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); } }

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); } }

@keyframes cssload-rotate-three {
  /*not loader compare*/
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); } }
.loading-map .loader{    display: ruby;}

/*.form-go-driver .form_body .form-control:nth-child(1){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(2){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(3){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(4){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(5){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(6){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(7){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(8){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(9){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(10){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(11){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(12){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(13){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(14){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(15){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(16){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(17){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(18){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(19){
    max-width: 30%;
    display: inline-block;
}
.form-go-driver .form_body .form-control:nth-child(20){
    max-width: 30%;
    display: inline-block;
}*/


.indicator-board{
    display: grid;
    width: 100%;
}
#flightStatusContent{
    background:linear-gradient(    rgba(255, 255, 255, 0.3),     rgba(255, 255, 255, 0.3)  ),url(/images/air-background.jpg);
    background-size: cover;

}

/*#flightStatusContent:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: url('/images/air-background.jpeg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}*/

#timeTableContent .visible-md,#timeTableContent tr.visible-md,#timeTableContent th.visible-md,#timeTableContent td.visible-md {
    display: block !important;
}

.tr.clear.status-1 .td.flight,.tr.clear.status-1 .td.location,.tr.clear.status-1 .td.plane,.tr.clear.status-1 .td.schedule,.tr.clear.status-1 .td.detail{
    opacity: 1;
    /* background-color: rgb(205 179 179); */
    color: #371b1b;
    text-align: center;
}

.divtable .tr.clear.status-1 {
    border-bottom: 1px dashed #fff;
}
.tr.clear .td.flight,.tr.clear .td.location,.tr.clear .td.plane,.tr.clear .td.schedule,.tr.clear .td.detail{
    opacity: 1;
    /* background-color: #74a319; */
    color: #3c5b00;
    text-align: center;
}
.divtable .tr.clear {
    border-bottom: 1px dashed #fff;
}

#timeTableContent span.dt,#userBalance span.dt {
    display: inline;
    font-weight: 600
}

#timeTableContent h1,#userBalance h1 {
    padding: 0
}

.divtable {
    margin-bottom: 15px;
    padding: 0 12px
}

.divtable .tr {
    border-bottom: 1px solid #aaaeb5
}

.divtable .tr.status-1 {
    color: #848c9c
}

.divtable .tr.status-2 {
    color: #eee
}

.divtable .tr.no-flights {
    padding: 10px;
    font-weight: 600
}

.divtable .headings {
    display: none
}

.divtable .headings .th{
    text-align: center;
}

.divtable .flight,.divtable .schedule {
    float: left;
    width: 50%;
    padding-bottom: 10px
}

.divtable .detail,.divtable .plane {
    width: 50%;
    float: right;
    padding-bottom: 10px
}

.divtable .tflight {
    padding-top: 12px;
    font-size: 16px
}

.divtable .tarr,.divtable .tdep,.divtable .tperiod,.divtable .tplane {
    width: 50%;
    float: left;
    padding: 12px 0
}

.divtable .tarr,.divtable .tplane {
    float: right;
    text-align: right
}

.add-day {
    background-image: url(/css/images/ico-pl-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px
}

.svg .add-day {
    background-image: url(/css/images/ico-pl-1.svg)
}

#flightStatusContent .tr {
    position: relative;
    padding-top: 30px
}
#flightStatusContent .tr.status-1 {
   opacity: 0.6;
   background-color:rgba(158, 193, 145, 0.5);
}
#flightStatusContent .location {
    font-weight: 600;
    position: absolute;
    top: 5px
}
.detail.detail-logo img{
  max-width: 100px;
}
.flight-status-1{
  color:red !important;
}

@media(min-width: 768px) {


    #flightStatus {
        padding: 12px 24px
    }

    .divtable {
        padding: 0
    }

    .divtable .tr {
        padding: 0
    }

    .divtable .headings {
        display: block;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        background-color: #ecf1fa;
        color: #000
    }

    .divtable .headings .tr {
        border-bottom: 0
    }

    .divtable .td,.divtable .th {
        padding: 12px 10px;
        float: left;
                font-size: 14px;
    }

    .divtable .th {
        font-weight: 600
    }

    .divtable .flight {
        margin: 0;
        width: 12%
    }

    .divtable .location {
        width: 25%
    }

    .divtable .plane {
        width: 20%
    }

    .divtable .schedule {
        width: 16%
    }

    .divtable .detail {
        width: 27%
    }

    .divtable .tarr,.divtable .tdays,.divtable .tdep,.divtable .tflight,.divtable .tperiod,.divtable .tplane {
        float: left;
        text-align: left
    }

    .divtable .tarr span.dt,.divtable .tdays span.dt,.divtable .tdep span.dt,.divtable .tflight span.dt,.divtable .tperiod span.dt,.divtable .tplane span.dt {
        display: none!important
    }

    .divtable .tflight {
        width: 15%;
        font-size: 14px
    }

    .divtable .tarr,.divtable .tdep {
        width: 12%
    }

    .divtable .tdays {
        width: 18%
    }

    .divtable .tperiod {
        width: 23%
    }

    .divtable .tplane {
        width: 20%
    }

    .divtable .tplane span.dt {
        display: inline!important
    }

    #flightStatusContent .tr {
        position: relative;
        padding: 0;
        display: flex;
    }

    #flightStatusContent .location {
        position: inherit;
        top: 0
    }
}

@media(max-width: 768px) {
    #flightStatusContent .tr {
        padding-top: 36px;
    }

    #flightStatusContent .td.plane{
        padding-top: 10px;
    }

    .tr.clear.status-1 .td.flight{
        margin-top: 10px;
    }


}

/* Серый вспомогательный текст (.muted777) не дотягивал до контраста 4.5:1
   на белом и light-fon фоне (Lighthouse: color-contrast, 4.47 и 4.25).
   #707070 вместо #777777 - разница на глаз не видна, оба контраста выше
   нормы. Добавлено 21.08.2026. */
.muted777{
    color: #707070;
}

/* Первый слайд главного баннера (LCP-элемент) по умолчанию display:none -
   его открывает JS (jQuery + flexslider + main.js), а под throttling
   Lighthouse эта JS-цепочка стоит секунды, хотя картинка уже давно
   готова (см. .flexslider .slides > li:not(.visible){display:none} в
   styles.css). Конечное состояние то же самое, просто без ожидания JS.
   Добавлено 21.08.2026, разгон LCP. */
.flexslider .slides > li:first-child{
    display: block;
}

/* Кнопки "Открыть в Telegram" / "Скачать для Android" на баннере главной:
   белый текст на #6994f6 и #83b81d давал контраст 2,92 и 2,37 (Lighthouse:
   color-contrast, норма 4.5). Тон затемнён - тот же приём, что уже стоит
   на /client/ index.php. Только эти две кнопки: .btn-lg-teleg уже был
   отдельным классом, .button-android-main переопределён точечно, чтобы не
   менять фирменный #83b81d в остальных 14+ местах сайта. Добавлено
   21.08.2026. */
.btn-lg-teleg{
    background: #5273c0;
}
.button-android-main{
    background: #5c8114 !important;
}

/* Полный проход по остальным находкам Lighthouse color-contrast на
   главной: расписание рейсов (period-block/duration/date), футер,
   всплывающее уведомление luxar_disclaimer. Тот же принцип - точечные
   переопределения этих классов, не общий #83b81d/#777777/#999999.
   Цифры контраста и оригинальные цвета - из отчёта Lighthouse
   21.08.2026. */
.period-block{
    color: #707070;
}
.duration-show-counter-detail{
    color: #707070;
}
.inner-text .duration, .detail_wrapper .duration{
    background: #5c8114;
}
span.font_upper span,
.item-wrapper .section,
a.show_all span{
    color: #767676;
}
.luxar_disclaimer_container.light .luxar_disclaimer_button{
    background: #5c8114;
    border-color: #5c8114;
}
.maxwidth-theme .copy-block .copy{
    color: #9b9b9b;
}
.copy-partner a{
    color: #7ca927;
}
p.cursor{
    color: #707070;
}
/* Кнопка "Подробности" под баннерами использует .btn-default без своего
   модификатора - это тот же базовый класс, что даёт зелёный фон и
   .button-android-main (там уже переопределён точечно). .btn-default
   глобально не трогаю - только в контексте .buttons, где она встречается
   с этим фоном. */
.buttons .btn-default{
    background: #5c8114;
}
/* Smile Go: RU/EN language switch (added 01.09.2026) */
.sg-lang{display:inline-flex;gap:2px;align-items:center;vertical-align:middle;margin:0 10px;border:1px solid #e2e8de;border-radius:999px;padding:3px;background:#fff;font-size:12px;font-weight:700;line-height:1;white-space:nowrap}
.sg-lang a{padding:4px 9px;border-radius:999px;color:#6a7a70;text-decoration:none;transition:background .15s,color .15s}
.sg-lang a.on{background:#16201b;color:#fff}
.sg-lang a.sg-en:hover{background:#0FB86A;color:#04160d}
.sg-lang.sg-fixed{position:fixed;top:10px;right:14px;z-index:100000;box-shadow:0 4px 14px rgba(20,40,28,.14)}
.sg-lang.sg-mob{float:left;margin:10px 0 0 10px}
@media(max-width:990px){.sg-lang.sg-desk{margin:0 6px}}
