/* @media only screen and (min-width: 1600px){
    .page-header_2 {
        max-width: 100% !important;
    }
}

@media only screen and (min-width: 1200px){
    .page-header_2 {
        width: 100% !important;
    }
} */
.main-menu__item:not(:last-of-type) {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.promo-form .form__submit:hover,
.promo-form .form__submit,
.quote-form__submit:hover,
.contact-trigger,
.team-item__description,
.form__radio-mask::after,
.slick-dots li.slick-active button, 
.slick-dots li:hover button,
.main-menu__item .main-menu__link::before,
.button--filled,
.button--promo{
    background: #E72434;
}

.advantages-item__title,
.color--green,
.main-menu__item--active .main-menu__link {
    color: #E72434;
}
.button--green, 
.list--check .list__item::before, 
.form__input-radio:checked+.form__radio-mask, 
.quote-form__submit,
.button--green,
.list--check .list__item::before,
.form__input-radio:checked+.form__radio-mask,
.quote-form__submit{
    border-color: #E72434;
}
.team-item .socials__link,
.team-item__position{
    color: #000;
}

.text-danger{
    color: #E72434;
}

.mm-status-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fd5454; /* Adjust color as needed */
}

.mm-status-container {
    border-radius: 10px;
    padding: 7px;
    border: 1px solid rgb(255, 191, 191)
}

.links {
    display: flex;
    justify-content: center;
  }
  
  .link__item {
    margin-right: 25px;
  }
  .link {
    color: red;
    text-decoration: none;
  }
  
  .link:hover {
    text-decoration: underline;
  }
  
  .modal {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    pointer-events: none;
    transition: opacity 400ms ease-in;
  }
  
  .open {
    opacity: 1;
    pointer-events: auto;
  }
  
  .modal__dialog {
    width: 300px;
    height: 140px;
    position: relative;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    background-color: #fff;
    border-radius: 6px;
  }
  .trackingID{
    width: 80%;
    min-height: 90vh;
    top: 5%;
    left: 10%;
    overflow: auto;
  }
  .close {
    text-decoration: none;
    color: #333;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
  }
  
  .modal__content {
    padding: 30px; 
    text-align: center;
  }
  
  .modal__title {
  
    color: blue !;
  }
  .img--bg{
    object-position: bottom center ;
  }
.front-promo__layout {
    background-image: linear-gradient(to right,#1f2c32 0,#1f2c324a 50%,rgba(0,0,0,.15) 60%) !important;
}


.w-70P{
    max-width: 70% !important;
}
.tracking-order-card__details{
    display: flex;
    flex-direction: column;
    width: 50%;
    flex-grow: 1;
    margin-right: 64px;
}
.short-detail {
    display: flex;
    position: relative;
    flex-direction: column;
    box-sizing: content-box;
    min-height: 77px;
    padding-bottom: 20px;
}

.short-detail__container {
    display: flex;
    justify-content: space-between;
}
.short-detail__main {
    display: flex;
    align-items: center;
    width: 100%;
}
.short-detail__icon {
    margin-right: 30px;
    position: relative;
    z-index: 2;
}
.short-detail__icon .icons {
    width: 50px;
    height: 50px;
    background: #a7a7a7;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.short-detail__icon .icons img{
    width: 30px;
}
.done .short-detail__icon .icons{
    background: #E72434;
}
.short-detail.continues .icons{
    background-color: #f08a12;
    border-color: #f08a12;
}
.off .short-detail__icon .icons{
    background-color: #00a942;
    border-color: #00a942;
}

.short-detail .complete {
    color: #232323;
}
.short-detail__status-title {
    font-size: 16px;
    line-height: 23px;
    text-align: left;
}
.short-detail__main-date {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    position: absolute;
    right: 0px;
    top: 10px;
}
.short-detail:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #adafb4;
    width: 2px;
    height: 100%;
    left: 26px;
    top: 0;
}
.done:before {
    background-color: #E72434;
}
.continues:before {
    background-color: #f08a12;
}
.none-before:before {
    background-color: #fff;
}
.tracking-from-to__content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tracking-from-to__city-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tracking-from-to__city{
    font-size: 16px;
    line-height: 15px;
}
.tracking-from-to__city.end{
    text-align: right;
}
.tracking-progress-bar{
    width: 100%;
    position: relative;
    height: 0;
}
/* .tracking-progress-bar:before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #1ab248;
    width: 1%;
    top: 50%;
    left: 0;
} */
.tracking-progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #e0e0e0;
    width: 99%;
    top: 50%;
    right: 0;
}
.tracking-progress-bar.delivering:before {
    width: 54%;
}
.tracking-progress-bar__point {
    width: 100%;
}
.tracking-progress-bar__point:after,
.tracking-progress-bar__point:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 7px;
    height: 7px;
    z-index: 4;
    margin-top: -3px;
}
.tracking-progress-bar__point:before {
    left: 0px;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}

.tracking-progress-bar__point:after {
    right: 0;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
}

.tracking-progress-bar__car {
    position: absolute;
    left: 1%;
    margin-top: -16px;
    z-index: 4;
    border: 1px solid #E72434;
    border-radius: 50%;
    background: #E72434;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.liniya{
    display: inline-block;
    background: #E72434;
    height: 1px;
    margin-bottom: -2px;
    position: absolute;
    z-index: 3;
    left: 0px;
}
.callback-title-re{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.callback-title-re div{
    /* width: 33.33333%; */
    font-size: 18px;
    font-weight: 600;
}



.tracking-order-card__title-status{
    text-align: right;
    font-size: 12px;
}
.text-center{
    text-align: center;
}
.mfp-close.mi{
    right: -20px;
    background: #E72434;
    top: -20px;
    opacity: 1;
    border-radius: 50%;
    color: #fff !important;
}
.tracking-order-card__info{
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 15%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}
.tracking-notification{
    background: hsla(0,0%,100%,.9);
    border: 1px dashed #e0e0e0;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    display: flex;
    flex-direction: column;
}
.tracking-notification__content{
    display: flex;
}
.tracking-base-info__title{
    margin:0px;
    text-align: left;
    margin-top: 20px;
    color: #999;
    line-height: 19px;
    display: flex;
    align-items: center;
}
.tracking-base-info__text{
    margin:0px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #282828;
    margin-bottom: 16px;
}
.tracking-ready-for-pickup-notification__title{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-bottom: 4px;
}
.tracking-ready-for-pickup-notification__text{
    font-size: 12px;
    line-height: 16px;
    color: #999;
}
.item-number{
    padding: 3px 10px;
    background: #e72434;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;    
}
.short-detail__status-title p{
    padding: 0px;
    margin: 0px
}
.w-400{
    width: 400px;
}
.my-protse{
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 15px;
}
.bg-red{
    margin: 0;
    background-color: #e72434;
}

.tabs-my {
    width: 600px;
    /* border: 1px solid #cecfd5; */
    background: whitesmoke;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 0px 11px 1px #ddddddeb;
    margin: auto;
}
.tabs-my .horizontal-tabs__content,
.horizontal-tabs li.r-tabs-state-active {
    border:none;
}
.tabs-my .horizontal-tabs__content, 
.horizontal-tabs li.r-tabs-state-active,
.horizontal-tabs__content{
    background-color: #fff;
}
.tabs-my .r-tabs-tab{
    width: 49%;
    text-align: center;
}
.horizontal-tabs .r-tabs-state-active a{
    color: red !important;
}
.horizontal-tabs li.r-tabs-state-active::before{
    content: '';
    background-color: initial;
}
@media only screen and (max-width: 1360px) {
    .p-menu-top a {
        font-size: 12px;
    }
    .callback__order1.w-70P.mfp-hide{
        margin-top: 10% !important;
    }
    .hidding-scrol{
        height: 80%;
        overflow: hidden;
        overflow-y: scroll;
    }
}
@media only screen and (max-width: 900px) {
    .w-70,
    .w-30{
        max-width: 100%;
        width: 100%;
        margin: 20px 1%;
        flex: 100%; 
    } 
    .quaternary .my-itme-form{
        width: 100% !important;
        margin: 0 15px;
    }
    .block-min-height .container{
       
        width: 100%;
        max-width: 100%;
    }
    .ps-timeline-sec>.d-flex{
        flex-wrap: wrap !important;
    }
    .ps-timeline-sec .tracking-order-card__details{
        width: 100% !important;
        margin-right: 0px !important;
    }
    .w-70P{
        margin-top: 10% !important;
        width: 95% !important;
        max-width: 95% !important;
        padding-right: 0px !important;
    }
    .mr-20{
        margin-right: 20px;
    }
    .ps-timeline-sec .w-400{
        width: 100%;
    }
    .short-detail__icon{
        margin-right: 10px;
    }
    .trackingID {
        width: 90%;
        min-height: 95vh;
        top: 5%;
        left: 5%;
        overflow: auto;
    }
    .short-detail__main-date{
        position: relative;
        top: 10px;
    }

}

@media only screen and (max-width: 900px) {
    .mfp-close.mi{
        right: -10;   
    }
}
.none-hover:hover{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.none-hover .gallery__description{
    padding: 23px 10px 23px 10px;
    font-size: 14px;
    background: #e72434;
}
.filter-panel__item--active, .filter-panel__item:hover {
    color:  #e72434;;
}
.filter-panel__item::after{
    background: #e72434;
}
@media only screen and (min-width: 992px)
{
    .filter-panel__item:not(:last-of-type) {
        margin-right: 0px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 992px){
    .page-header_2 .button--filled {
        display: block;
        height: 34px;
        line-height: 33px;
        min-width: 101px;
        margin-right: 10px;
        font-size: 10px;
        /* margin-left: -29px; */
        padding: 0px;
    }
}
.select2-selection{
    width: 100%;
    height: 50px !important;
    font-size: 14px;
    border: 1px solid #e2e2e2 !important;
    /* margin-bottom: 20px; */
    padding: 0 20px;
    border-radius: 0 !important
}
.select2-selection__clear,
.select2-selection__arrow{
    margin-top: 10px;
}
.select2-selection__rendered{
    height: 50px !important;
    display: flex !important;
    align-items: center;
}
.mab-20{
    margin-bottom: 20px;
}

/* Centering the bullet container with max-width */
.container {
    max-width: 1200px;
    margin: 0 auto; /* Centers the block on the page */
    padding: 0 20px; /* Adds some padding for smaller screens */
}

.bullet-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    margin: 20px 0;
}
.bullet-item {
    display: flex;
    align-items: center;
    max-width: 350px;
    margin: 10px; /* Adds spacing between items */
}
.bullet-item img {
    width: 60px;
    height: auto;
    margin-right: 15px;
}
.bullet-text {
    font-size: 1rem;
    color: #333;
}
.bullet-text strong {
    font-weight: bold;
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .bullet-container {
        flex-direction: column; /* Stacks items vertically */
        align-items: center; /* Centers items */
    }
    .bullet-item {
        max-width: 90%; /* Reduces item width on smaller screens */
    }
    .bullet-item img {
        width: 50px; /* Scales down image size on smaller screens */
    }
}

/* Responsive layout for smaller screens */
@media (max-width: 768px) {
    .bullet-container {
        flex-direction: column; /* Stacks items vertically */
        align-items: center; /* Centers items */
    }
    .bullet-item {
        max-width: 90%; /* Reduces item width on smaller screens */
    }
    .bullet-item img {
        width: 50px; /* Scales down image size on smaller screens */
    }
}

.no-underline {
    text-decoration: none;
    color: initial; /* Исходный цвет текста */
  }

/* Стандартный белый текст */
.page-header__lower .text--white {
    color: white;
    }

    /* Текст и иконки станут черными при добавлении класса .scrolled */
    .page-header__lower.scrolled .text--white,
    .page-header__lower.scrolled .socials__link img, 
    .icon {
    color: #333;
    filter: invert(1);
    }

 /* Hide the header section on screens smaller than 1200px */
@media (max-width: 1360px) {
    .hide-on-small {
      display: none;
    }
  }

  .comer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #00252d; Gradient background */
    padding: 50px;
    max-width: 1200px;
    margin: 40px auto; /* Adds margin around the block */
    border-radius: 10px; /* Rounded corners */
  }

  .comer-text-container {
    flex: 1;
    max-width: 600px;
    color: #fff; /* White text */
  }

  .comer-title {
    font-size: 40px; /* Larger title font */
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px; /* Increased spacing for a modern look */
  }

  .comer-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6; /* Line spacing for better readability */
    font-weight: 300; /* Lighter weight for the subtitle */
  }

  .comer-buttons {
    display: flex;
    gap: 20px;
    margin-top: 50px;
  }

  .comer-button {
    padding: 10px 25px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    transition: background-color 0.3s ease; /* Smooth transition for hover */
  }

  .comer-button i {
    font-size: 22px; /* Slightly larger icon size */
  }

  .comer-button-call {
    background-color: #4CAF50; /* Green for phone */
  }

  .comer-button-whatsapp {
    background-color: #25D366; /* WhatsApp green */
  }

  .comer-button-telegram {
    background-color: #0088cc; /* Telegram blue */
  }

  /* Hover effect */
  .comer-button:hover {
    background-color: red; /* Change background to red on hover */
    color: white; /* Keep text white */
  }

  .comer-image-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px; /* Rounded corners for the image */
    margin-left: 50px; /* Shift the image 50px to the right */
  }

  /* Media Queries for Responsiveness */
  @media (max-width: 1200px) {
    .comer-container {
      padding: 40px;
    }
    .comer-title {
      font-size: 35px;
    }
    .comer-subtitle {
      font-size: 18px;
    }
    .comer-button {
      font-size: 16px;
      padding: 10px 20px;
    }
  }

  @media (max-width: 768px) {
    .comer-container {
      flex-direction: column;
      align-items: center;
      padding: 30px;
    }
    .comer-text-container {
      max-width: 100%;
      text-align: center;
    }
    .comer-title {
      font-size: 30px;
    }
    .comer-subtitle {
      font-size: 16px;
      margin-bottom: 20px;
    }
    .comer-buttons {
      flex-direction: column;
      gap: 15px;
    }
    .comer-button {
      width: 100%;
      padding: 12px 0;
      font-size: 18px;
    }
    .comer-image-container img {
      width: 80%;
      margin-top: 20px;
    }
  }

  @media (max-width: 480px) {
    .comer-title {
      font-size: 26px;
    }
    .comer-subtitle {
      font-size: 14px;
    }
    .comer-button {
      font-size: 16px;
      padding: 10px;
    }
    .comer-image-container img {
      width: 90%;
    }
  }



  .offer-section {
    text-align: center;
    padding: 50px 20px;
}

.offer-section h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.offer-section p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 40px;
}

.offer-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.offer-item {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: background-color 0.3s, color 0.3s;
}

.offer-item:hover {
    background-color: #333;
    color: #f9f9f9;
}

.offer-item:hover h3,
.offer-item:hover p {
    color: #fff;
}

/* Flexbox layout for image and heading */
.offer-item-content {
    display: flex;
    align-items: center;
    gap: 20px; /* Space between image and text */
}

.offer-item img {
    width: 75px; /* Размер изображения */
    height: auto;
}

.offer-item h3 {
    font-size: 1em;
    color: #333;
    margin: 0;
}

.offer-item p {
    font-size: 0.75em;
    color: #555;
    line-height: 1.5;
    margin-top: 10px;
}

/* Responsive adjustments */
@media (min-width: 480px) {
    .offer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .offer-section h2 {
        font-size: 2.5em;
    }

    .offer-section p {
        font-size: 1.4em;
    }

    .offer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .offer-item h3 {
        font-size: 1.2em;
    }

    .offer-item p {
        font-size: 0.85em;
    }

    .offer-item img {
        width: 100px;
    }
}

@media (min-width: 1024px) {
    .offer-section h2 {
        font-size: 3em;
    }

    .offer-section p {
        font-size: 1.5em;
    }

    .offer-item h3 {
        font-size: 1.3em;
    }

    .offer-item p {
        font-size: 0.9em;
    }

    .offer-item img {
        width: 120px;
    }
}

@media (min-width: 1440px) {
    .offer-section {
        padding: 70px 20px;
    }

    .offer-section h2 {
        font-size: 3.5em;
    }

    .offer-section p {
        font-size: 1.7em;
    }

    .offer-item h3 {
        font-size: 1.0em;
    }

    .offer-item p {
        font-size: 0.8em;
    }

    .offer-item img {
        width: 75px;
    }
}

.container-uniqe {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.title-main-uniq {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}
.desc-uniq {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
}
.table-uniq {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.table-heading-uniq, .table-cell-uniq {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}
.table-heading-uniq {
    background-color: #f1f1f1;
    font-weight: bold;
}
.flag-uniq {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.note-uniq {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.icon-img-uniq {
    width: 80px; /* или нужный вам размер */
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle; /* если необходимо для выравнивания внутри строки */
}

/* Адаптивность */
@media (max-width: 768px) {
    .table-uniq, .table-header-uniq, .table-body-uniq, .table-heading-uniq, .table-cell-uniq, .table-row-uniq {
        display: block;
    }
    .table-header-uniq {
        display: none;
    }
    .table-row-uniq {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .table-cell-uniq {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .table-cell-uniq:before {
        content: attr(data-label);
        font-weight: bold;
        color: #333;
        flex: 1;
        padding-right: 10px;
        text-align: left;
    }
    .table-cell-uniq:last-child {
        border-bottom: 0;
    }
}