:root {
    --sms-color-1: #2CA049;
    --sms-color-2: #F0047F;
    --sms-color-3: #F4B40D;
}
.sms-footer .sms-phones {
    display: flex;
}

.sms-footer .sms-phone {
    margin-right: 20px;
}

.sms-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

@media (max-width: 375px) {
    .sms-phone {
        font-size: 16px;
    }
}

.sms-phone:last-child {
    margin-bottom: unset;
}

.sms-phone__img {
   width: 44px;
   text-align: right;
}

.sms-phone img {
    width: 22px;
    height: 22px;
}

.sms-phone img.icon_megaline {
    width: 42px;
}

.div-sms-btn-order {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.sms-btn-order {
    display: inline-flex;
    align-items: center;
    height: 48px;
    background-color: var(--sms-color-1);
    border-radius: 24px;
}

.sms-btn-order img {
    width: 48px;
    height: 48px;
}

.sms-btn-order span {
    color: #fff;
    font-size: 18px;
    padding: 0 24px;
}

.sms-btn-and-instagram {
    display: flex;
    align-items: center;
    gap: 24px;
}

.div-sms-chekbox  {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 600px) {
    .div-sms-chekbox  {
        flex-direction: column;
        align-items: flex-start;
    }
}

.sms-chekbox {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.sms-nav {
    display: flex;
    gap: 20px;
}

.sms-nav a {
    font-size: 18px;
}

.div-sms-blk-1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
}

.sms-blk-1 {
    width: 100%;
    min-height: 333px;
    max-width: 620px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sms-blk-1__txt {
    max-width: 500px;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: RobotoCondensed-Bold;
    font-size: clamp(32px, 5vw, 48px);
    padding: 10px
}

.sms-blk-1__txt.color-1 {
    color: #3DD516;
}

.sms-blk-1__txt.color-2 {
    color: #189BAA;
}

.sms-blk-1__txt.color-3 {
    color: #fff;
}

.sms-blk-1__txt.color-4 {
    color: #E02D2D;
}

.sms-blk-1__txt.color-5 {
    color: #2CA049;
}

.sms-blk-1__txt.color-6 {
    color: #FF9900;
}

.sms-cover__title {
    max-width: 545px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: clamp(32px, 5vw, 48px);
}

.sms-cover__subtitle {
    font-size: clamp(18px, 5vw, 24px);
}

.fary {
    max-width: 600px;
    max-height: 350px;
}

.fary img {
    width: 100%;
    height: auto;
}

.section-title,
.sms-offer-delivery {
    font-size: clamp(28px, 5vw, 48px);
    font-family: Roboto-Bold;
    text-align: center;
    padding: 40px 20px;
}

.sms-offer-delivery span {
    color: var(--sms-color-2);
}

.div-sms-delivery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sms-delivery {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sms-delivery__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
    height: 160px;
    color: white;
    text-align: center;
    padding: 0 10px;
}

.sms-delivery__title {
    font-family: Roboto-Bold;
    font-size: clamp(24px, 3vw, 32px);
    margin-bottom: 10px;
}

.sms-delivery__subtitle {
    font-size: clamp(18px, 3vw, 22px);
}

@media (max-width: 1100px) {
    .div-sms-delivery {
        flex-direction: column;
        align-items: center;
    }

    .sms-delivery {
        width: 100%;
        max-width: 700px;
    }

    .sms-delivery__inner {
        width: 80%;
        height: auto;
    }
}

.sms-services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.sms-service {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 350px;
    min-height: 120px;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
}

.sms-services__title {
    font-size: clamp(20px, 2vw, 24px);
}

.sms-how-work {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 0 10px;
}

.sms-how-work__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 200px;
}

.sms-how-work__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid green;
    border-radius: 5px;
    width: 44px;
    height: 44px;
}

.sms-how-work__title {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: bold;
}

.sms-how-work__text {
    font-size: clamp(16px, 2vw, 18px);
}

@media (max-width: 820px) {
    .sms-how-work__item {
        max-width: 300px;
    }
}

@media (max-width: 600px) {
    .sms-how-work__item {
        max-width: 80%;
        align-items: center;
    }

    .sms-how-work__text {
        text-align: center;
    }
}

.sms-wait {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    color: var(--sms-color-3);
    font-style: italic;
    padding: 0 10px
}

.sms-wait__text-1 {
    font-size: clamp(18px, 5vw, 20px);
}

.sms-wait__text-2 {
    font-size: clamp(15px, 5vw, 18px);
}

.tarif {
    max-width: 800px;
    margin: auto;
    padding: 0 10px;
}

.tarif li {
    font-size: 18px;
    margin-bottom: 5px;
}

.tarif li:last-child {
    margin-bottom: unset;
}

.sms-logo__link {
    width: 100px;
    height: 100px
}

.sms-logo__img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-popupmenu .sms-logo__img {
    width: 150px;
}

@media (max-width: 425px) {
    .bgt-header__bottom {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .bgt-logo {
        margin-bottom: 20px;
    }
}

.sms-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

.sms-footer__text {
    font-size: clamp(18px, 5vw, 24px);
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .sms-phones {
        flex-direction: column;
        align-items: center;
    }

    .sms-phone {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .sms-phone:last-child {
        margin-bottom: unset;
    }

}

.sms-btn-and-instagram .div-sms-btn-order {
    margin-top: 0;
}

.div-sms-cover {
    position: relative;
    width: 100%;
    height: 350px;
}

.sms-cover__img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 600px;
    max-height: 350px;
}

.sms-cover__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 700px) {
    .sms-cover__img {
        max-width: 400px;
    }
}

@media(max-width: 500px) {
    .sms-cover__img {
        max-width: 300px;
    }
}

@media(max-width: 475px) {
    .sms-cover__img {
        max-width: 250px;
    }
}

@media(max-width: 360px) {
    .sms-cover__title {
        font-size: 26px;
    }
    .sms-cover__subtitle {
        font-size: 15;
    }
}

.sms-cover__group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

@media(max-width: 600px) {
    .sms-cover__group {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}

.bgt-burger {
   background-color: var(--sms-color-2);
}

.site-popupmenu__content a,
.site-popupmenu__btn-close {
    color: var(--bgt-color-black)
}

.bgt-header__bottom {
   padding: 20px 0;
}

.site-popupmenu__logo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}