@media only screen and (min-width: 2400px) {
    html {
        font-size: 16px;
    }
}
@media only screen and (max-width: 2300px) {
    html {
        font-size: 15.5px;
    }
}
@media only screen and (max-width: 2200px) {
    html {
        font-size: 15px;
    }
}
@media only screen and (max-width: 2100px) {
    html {
        font-size: 14.5px;
    }
}
@media only screen and (max-width: 2000px) {
    html {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1900px) {
    html {
        font-size: 13.5px;
    }
}
@media only screen and (max-width: 1800px) {
    html {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1700px) {
    html {
        font-size: 12.5px;
    }
}
@media only screen and (max-width: 1600px) {
    html {
        font-size: 12px;
    }
}
@media only screen and (max-width: 1550px) {
    html {
        font-size: 11.5px;
    }
}
@media only screen and (max-width: 1500px) {
    html {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1400px) {
    html {
        font-size: 62.5%;
    }
}
@media only screen and (max-width: 1300px) {
    html {
        font-size: 9.7px;
    }
}
@media only screen and (max-width: 1250px) {
    html {
        font-size: 9.5px;
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 9.2px;
    }

    .slick-arrow.slick-next {
        right: -1rem;
    }
    .slick-arrow.slick-prev {
        left: -1rem;
    }
    .slick-arrow {
        background: var(--text-color) !important;
        width: 3.2rem;
        height: 3.2rem;
        border-radius: 50%;
    }
    .slick-arrow svg {
        width: 2rem;
        height: 2rem;
        fill: var(--white) !important;
    }
}

@media only screen and (max-width: 1150px) {
    html {
        font-size: 8.8px;
    }
}
@media only screen and (max-width: 1100px) {
    html {
        font-size: 8.5px;
    }
}

@media only screen and (max-width: 1050px) {
    html {
        font-size: 8.2px;
    }
}
@media only screen and (max-width: 1000px) {
    html {
        font-size: 8px;
    }
}
@media only screen and (max-width: 950px) {
    html {
        font-size: 7.5px;
    }
}


@media only screen and (max-width: 886px) {

       
    main {
        padding-top: 9.7rem;
    }
    html {
        font-size: 62.5%;
    }

    h1 {
        font-size: 3.4rem;
    }
    h2 {
        font-size: 3.4rem;
    }
    h3 {
        font-size: 3rem;
    }
    h5 {
        font-size: 2.2rem;
    }

    .rows {
        flex-direction: column !important;
        margin: 0 !important;
        width: 100% !important;
    }
    .column {
        width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .container {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .header {
        padding: 1rem 0;
        height: 9.7rem;
        position: fixed;
    }

    .header .main__nav {
        position: fixed;
        height: calc((100dvh - 9.7rem));
        top: 9.7rem;
        max-width: 45rem;
        width: 100%;
        right: 0;
        background: rgb(53, 60, 67) 53.44% 71.18% !important;
        transform: translateX(100%);
        transition: all 0.5s ease-out;
    }
    .header .main__nav.show {
        transform: translateX(0);
    }
    .header .main__menu {
        flex-direction: column;
    }
    .header .main__nav__inner {
        flex-direction: column;
        height: 100%;
        padding: 3rem 2rem;
        flex: 1;
        justify-content: space-between;
        overflow-y: scroll;
    }
    .header .nav__btn__items {
        margin-left: 0;
        margin-top: 4.2rem;
        order: 3;
    }
    .header .header__logo {
        max-width: 7rem;
        display: block;
        min-width: 7rem;
    }
    .header .header__left {
        width: auto;
    }
    .header .header__logo img {
        width: 100%;
    }
    .header .menu-item {
        margin: 0.5rem 0;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .social__list ul {
        justify-content: center;
    }
    .social__list {
        max-width: 100%;
    }
    .header .menu-item a,
    .header .menu-item span {
        font-size: 1.7rem;
        padding: 0.5rem 0;
        text-align: center;
    }
    .header .menu-item a::after {
        display: none;
    }
    .header__top__box {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 4.2rem;
        transform: translateX(0);
       
        flex-direction: column;
      }
      .header__top__box .telephone__box {
       flex-direction: column;
        margin-right: 0;
        text-align: center;
      }
      .header__top__box .telephone__box .telephone__title {
        margin-right: 0;
        margin-bottom: 1rem;
      }
      .header__top__box .telephone__box ul {
        flex-direction: column;
      }
      .header__top__box .telephone__box ul li{
        margin-bottom: 1rem;
      }

      .btn__fixed {
         
        min-height: 3rem;
      
        padding: 0 1.6rem;
      
        font-size: 1.4rem;
      }
      .contact__btn__fixed {
        
        width: 3rem;
      }

      .header .header__inner {
     
        padding: 0;
      }
      .header .social__list ul {
        grid-gap: 0.7rem;
      }
      .header .header__left {
     
        padding-right: 1.5rem;
      }
      .hamburger{
        margin-left: 1.5rem;
      }
      .header__center__box{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }

      .telephone__box {
        margin-top: 1.2rem;
        margin-right: 0;
      }
      .telephone__box ul a span {
        width: 2rem;
        height: 2rem;
        
        margin-right: 0.7rem;
      }
      .telephone__box ul a {
        font-weight: 600;
        font-size: 1.5rem;
      }
      .header .social__list a {
        width: 2.8rem;
        min-width: 2.8rem;
        height: 2.8rem;
         
      }
    /* ----------- about__section ---------- */

    .about__section {
        padding: 2rem 0 1.5rem;
    }
    .about__section .img__wrapper {
        max-width: 60rem;
        margin: 0 auto;
    }
    .about__section h1 {
        font-size: 2.2rem;
    }

    .about__section .right {
        padding-top: 5rem;
    }
    .about__section .content__text p {
        margin-top: 0;
    }

    /* --------- delivery__section ----- */
    .delivery__section {
        padding: 3.5rem 0 4rem;
    }

    .delivery__section .tabs__items__wrapper {
        overflow-x: auto;
        width: calc(100% + 4.8rem);
        margin-left: -2.4rem;
    }
    .delivery__section .tabs__items {
        min-width: 100%;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        justify-content: flex-start;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .delivery__section .tabs__items::after {
        left: 2.4rem;
    }
    .delivery__section .tabs__item {
        white-space: nowrap;
    }
    .delivery__section .img__box {
        padding-top: 64.8%;
    }
    .delivery__section .right {
        padding: 3.1rem 2.7rem !important;
    }

    /* ------------ logistics ----------- */
    .logistics__section .section__body {
        margin-top: 4.5rem;
        padding: 0 2.4rem;
    }
    .logistics__item .logistics__item__inner {
        padding: 3.1rem 2.7rem;
    }
    .logistics__items .logistics__item {
        width: calc(100% / 2);
    }
    .logistics__item p {
        font-size: 1.4rem;
        line-height: 1.42;
    }
    .logistics__items {
        margin: -1.5rem;
        width: calc(100% + 3rem);
    }

    .logistics__section p {
        font-size: 1.7rem;
    }
    /* ---------- services -------- */
    .services {
        padding: 3rem 0 1.5rem;
    }
    .services .right {
        padding-top: 5rem;
    }
    .slick-arrow {
        width: 2.8rem;
        height: 2.8rem;
    }
    .slick-arrow svg {
        width: 1.8rem;
        height: 1.8rem;
    }
    /* ---------  services2 --------- */
    .services2__items .services2__items {
        margin: -2.5rem -1.5rem;
    }
    .services2__items .services2__item {
        width: calc(100% / 2 - 3rem);
        margin: 2.5rem 1.5rem;
    }

    .services2__item .services2__item__icon {
        width: 5rem;
        min-width: 5rem;
    }
    /* ----------- services__info --------- */
    .services__info {
        padding: 9rem 0 9rem;
    }

    .services__info .right {
        padding-top: 5rem;
    }
    .services__info .rows {
        padding-top: 4.5rem;
    }
    .services__info__items .services__info__item {
        margin: -2.5rem -1.5rem;
    }
    .services__info__items .services__info__item {
        margin: 2.5rem 1.5rem;
    }
    .services__info__item .services__info__item__number {
        font-size: 3rem;
    }
    .services__info__item .services__info__item__number::after {
        width: 11rem;
    }
    /* ---------- faq__section --------- */

    .faq__section .form__wrapper {
        padding: 3.1rem;
    }
    .faq__section .right {
        padding-top: 5rem;
    }
    /* ---------- footer -------- */
    .footer {
        text-align: center;
    }
    .footer h6::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .footer .footer__top .column {
        margin-top: 4rem !important;
    }
    .footer .footer__top .column:first-child {
        margin-top: 0 !important;
    }
    .footer .footer__top P {
        font-size: 1.4rem;
    }
    .footer .header__logo {
        margin: 0 auto 2.6rem;
    }
    .footer h6 {
        font-size: 2.2rem;
    }
    .footer .widget li {
        font-size: 1.7rem;
        font-weight: 400;
    }
    .footer .widget li a {
        font-size: 1.7rem;
        font-weight: 400;
    }
    .footer__form {
        max-width: 50rem;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .footer__form input:not([type="submit"]) {
        text-align: center;
    }
    .footer .footer__bottom .column {
        text-align: center !important;
        margin-top: 2rem !important;
    }
    .footer .footer__bottom .column:first-child {
        margin-top: 0 !important;
    }
    /* -------- news__section ---------- */
    .news__section {
        padding: 9rem 0;
    }
    .news__section .section__body {
        margin-top: 4.5rem;
    }
    .news__items .news__items {
        margin: -3rem -1.9rem;
    }
    .news__items .news__item {
        margin: 3rem 1.9rem;
        width: calc(100% / 2 - 3.8rem);
    }

    .article__section h1 {
        font-size: 3.4rem;
    }
    .article__date {
        font-size: 1.4rem;
    }

    /* --------- privacy__policy__section --------- */
    .privacy__policy__section {
        padding: 9rem 0;
    }
    .privacy__policy__section h1 {
        font-size: 3.4rem;
    }

    .section__404 h1{  
        font-size: 12rem;
    }
    /* ----  services__price -------- */
    .services__price .services__price__items .services__price__item {
        width: calc(100% / 2 - 2rem);
    }
}
@media screen and (max-width: 782px) {
   

    body.admin-bar .header .main__nav {
     
        height: calc((100dvh - 8.7rem - 46px));
        top: calc(8.7rem + 46px);
 
      }

      body.admin-bar  .header .nav-overlay {
       
        height: calc(100dvh - 8.7rem - 46px);
   
        top: calc(8.7rem + 46px);
        
      }
}
@media only screen and (max-width: 767px) {
    .services__price .services__price__items .services__price__item {
        width: calc(100%  - 2rem);
    }
}
@media only screen and (max-width: 670px) {
    .services2__items .services2__item {
        width: calc(100% - 3rem);
    }
    .services__info__items .services__info__item {
        width: calc(100% - 3rem);
    }
    .news__items .news__item {
        width: calc(100% - 3.8rem);
    }
}
@media only screen and (max-width: 600px) {
    .logistics__items .logistics__item {
        width: calc(100%);
    }
}

@media only screen and (max-width: 499px) {
}
@media only screen and (max-width: 400px) {
}
@media only screen and (max-width: 389px) {
}
@media only screen and (max-width: 380px) {
    .services__price .subtitle__info__box {
       
        font-size: 1.5rem;
      }
}
@media only screen and (max-width: 370px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 350px) {
}
@media only screen and (max-width: 340px) {
}
@media only screen and (max-width: 330px) {
}
@media only screen and (max-width: 320px) {
}
