button.tgme_widget_login_button {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 17px;
  background-color: #f16305;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 7px 16px 6px;
  margin: 0;
  border: none;
  color: #fff;
  cursor: pointer;
}

.qwertyuio{
  /* background-color: #f14c00; */
}

.tgme_widget_login.large button.tgme_widget_login_button {
  font-size: 16px;
  line-height: 20px;
  padding: 9px 21px 11px;
  border-radius: 20px;
  background: #fff;
}

.tgme_widget_login_button{
  border-radius: 1px!important;
}


.header-nav-menu-list {
  justify-content: start;
  white-space: nowrap;
}

.lang-li-jb{
  list-style-type: none;
  top: 10px;
}

.dropdown-menu.show {
  color: #fff;
  background: #000;
}

.dropdown-item {
  color: #ffffff;
  background: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #818181;
}

.dropdown-menu {
  min-width: 10px;
}

/* .header-nav-list-item {
  min-width: 122px!important;
  padding-right: 20px;
} */

.dropdown-toggle {
  font-size: 16px;
}

.blog-d-flex{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-d{
  max-width: 777px;
}

/* .display-1 {
  color: var(--neutral--100);
  letter-spacing: -2px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.167em;
} */

.title-1{
  font-size: 50px;
  line-height: 65px;
}

.title-2{
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .title-1{
    font-size: 35px;
    line-height: 38px;
  }
}


.btn-primary-plc {
  font-size: 20px;
}

.logo-strip-8-columns-plc{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.logo-strip-8-columns-plc-img{
  width: 200px;
  text-align: center;
  margin-bottom: 20px;
}


.logo-strip-8-columns-plc-img-2{
  margin: 0 40px 20px 40px;
}

.logo-strip-8-columns-plc-img img{
  height: 24px;
}

.sety-plc{
  /* font-size: 22px;
  margin-bottom: 30px; */
  font-size: 32px;
  margin-bottom: 50px;
}


@media screen and (max-width: 767px) {
  .accordion-content-wrapper-plc .acordion-body.pd-left-64px {
      padding-left: 10px;
  }
}



.tgme_widget_login_button {
  border-radius: 5px !important;
}

/* Начальное состояние изображения */
.img-center-top-plc {
opacity: 0;
filter: blur(10px);
transition: opacity 2s, filter 2s; /* Анимация длится 2 секунды */
}

/* Конечное состояние изображения, после добавления класса .loaded */
.img-center-top-plc.loaded {
opacity: 1;
filter: blur(0);
}



.flag-icon {
  width: 16px; 
  height: 11px; 
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}

.flag-icon-us { 
  background-image: url('/assets/uploads/img/US_flag_1.png');
  width: 30px;
  height: 20px;
  margin-right: 10px;
}

.flag-icon-ru { 
  background-image: url('/assets/uploads/img/RU_flag.png');
  width: 30px;
  height: 20px;
  margin-right: 10px;
}

.social-link-single-jb{
  width: 20px;
}

.social-link-single-jb:hover {
  color: var(--neutral--400);
  transform: scale3d(1.06, 1.06, 1.01);
}






.bottom-plc-30{
  margin-bottom: 30px;
}

.des-plc-1{
  font-size: 17px;
  padding-top: 20px;
}


.container-map-plc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  align-items: center;
  justify-content: center;
}


.block--large-plc {
  flex: 0 0 44%; 
  text-align: center;
}

.block--small-plc {
  flex: 0 0 8%; 
  text-align: center;
}


@media (max-width: 991px) {
  .container-map-plc {
    flex-direction: column;
  }
  
  .block--large-plc, .block--small-plc {
    flex: 0 0 100%; 
  }
}



.st-r-plc{
  width: 40px;
}
.block-st-r{
  text-align: right;
  padding-right: 3%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-st-l{
  text-align: left;
  padding-left: 3%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.str-b-plc{
  padding-bottom: 30px;
}

.h2-road-plc{
padding-bottom: 30px;
}

.h3-road-plc{
  font-size: 28px;
}

.st-b-plc{
  display: none;
  width: 40px;
}


.mini-road-plc{
  display: none;
}


@media (max-width: 991px) {
 
  .block-st-r{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .block-st-l{
    padding-top: 0px;
    padding-bottom: 0px;
  }


  .st-b-plc{
    display: none;
  }

  .st-r-plc{
    display: none;
  }

  .h3-road-plc{
    font-size: 20px;
  }

  .block-st-r {
    padding-right: 0%;
}
.block-st-l {
  padding-left: 0%;
}

.block-plc-4{
display: none;
}
.block-plc-5{
  display: none;
}
.block-plc-11{
  display: none;
}
.block-plc-12{
  display: none;
}

.block-plc .accordion-header {
  justify-content: center;
}


.mini-road-plc{
  display: block;
}

.container-map-plc{
  display: none;
}

.h2-road-plc{
  text-align: center;
  }




}


@media screen and (max-width: 991px) {
  .heading-and-content-grid.mg-bottom-32px.mg-bottom-48px-tablet {
      margin-bottom: 28px;
  }
}


/* @media screen and (max-width: 767px) {
.acordion-body .pd-left-64px {
      padding-left: 26px;
  }
} */

@media screen and (max-width: 479px) {
  .display-3 {
      font-size: 22px;
  }
}


.btn-primary-wrapper-plc{
  margin-right: 100px;
}


@media screen and (max-width: 1200px) {
  .btn-primary-wrapper-plc{
    margin-right: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .btn-primary-wrapper-plc{
    margin-right: 0px;
  }
}




/* .footer-middle {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, 288px) minmax(min-content, 500px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
} */

.footer-middle-flex{
  display: flex;
  padding: 25px 0;
  flex-wrap: wrap;
}

.footer-middle-item{
  width: 50%;
}

@media screen and (max-width: 576px) {
  .footer-middle-item{
    width: 100%;
  }

  .footer-middle-flex .w-nav-menu{
    padding: 20px 0;
  }
  .footer-middle-flex {
    padding: 45px 0 0px 0;
}
}

.pd-bottom-120{
padding-bottom: 120px;
}

.fz-35{
  font-size: 35px;
}


/* Начальное состояние изображения */
.img-center-top-plc-2 {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 2s, filter 2s; /* Анимация длится 2 секунды */
  }
  
  /* Конечное состояние изображения, после добавления класса .loaded */
  .img-center-top-plc-2.loaded {
  opacity: 1;
  filter: blur(0);
  }

.top-section-bg-img-center-160{
  padding-top: 260px;
  padding-bottom: 40px;
}
  
.pd-b-30{
  padding-bottom: 30px;
}

.pd-t-40{
  padding-top: 40px;
}  
  
  @media screen and (max-width: 576px) {
    .img-none-plc{
      display: none;
    }

    .pd-b-60{
      padding-bottom: 80px;
    }

    .pd-b-30{
      padding-bottom: 30px;
    }

    .pd-t-40{
      padding-top: 40px;
    }
    
    .footer-middle-item {
      text-align: center;
  }
  
  .top-section-bg-img-center-160{
  padding-top: 200px;
  padding-bottom: 40px;
  padding-left: 10px;
  }

  .img-center-top-plc{
    margin-left: 30px;
  }
}

  .btn-secondary {
    box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
    color: #000;
    text-align: center;
    transform-style: preserve-3d;
    background-color: #fff;
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 96px;
    padding: 16px 32px;
    font-weight: 500;
    line-height: 1.111em;
    text-decoration: none;
    transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color:  #000;
  color: #fff;
  transform: scale3d(1.02, 1.02, 1.01);
}

.center-menu-plc{
  text-align: center;
}

@media screen and (max-width: 479px){
.color-neutral-100.mg-bottom-32px {
    margin-bottom: 30px;
}
}

.fab.fa-telegram-plane {
  color: white;
  background: none;
  font-size: 22px;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 30px;
  right: 20px;
  padding: 10px 20px;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 90px;
}

.w-webflow-badge{
display: none !important;
}


.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  padding-top: 40px;
}


.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  background: #000;
  border: none;
  color: #fff;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background: #000;
  border: none;
  color: #fff;
}

.page-link {
  position: relative;
  display: block;
  color: #a8a8a8;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #050505;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #050505;
  border-color: #000;
  /* border-radius: 7px; */
}

.page-link:hover {
  z-index: 2;
  color: #000;
  background-color: #acacac;
  border-color: #dee2e6;
  border-radius: 5px;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .05rem #000;
}

@media screen and (max-width: 479px) {
  .container-default {
      padding-left: 26px;
      padding-right: 26px;
  }
}

.footer-nav-menu-list{
padding-top: 15px;
}
