@media screen and (max-width:480px) {
    .base {
        margin: 0 auto;
        width: 90%
    }

    header {
        display: none
    }
}

.loading {
    display: flex;
    align-items: center
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

.loading {
    display: flex;
    align-items: center
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: .35em 0 0 currentColor
    }

    100% {
        text-shadow: .35em 0 0 currentColor, .75em 0 0 currentColor
    }
}

.white_base img {
    margin: 0 auto;
    display: block
}

.pg img {
    margin: 15px 0
}

figure {
    margin-left: 0;
    margin-right: 0
}

.order-img {
    width: 100% !important;
    max-width: 350px !important
}

.hidden-xs {
    display: block
}

.hidden-sm {
    display: none
}

@media (max-width:768px) {
    .order__price-new {
        text-align: center
    }

    .text_section {
        background: #fff
    }

    .hidden-xs {
        display: none
    }

    .hidden-sm {
        display: block
    }
}

.btn-main {
    color: #fff !important
}

/* По умолчанию скрываем мобильную версию */
.head-m {
    display: none;
}

/* По умолчанию показываем десктопную версию */
.head-xl {
    display: block;
}

/* Мобильные устройства (ширина до 768px) */
@media (max-width: 768px) {
    header {
        display: block;
    }

    .head-xl {
        display: none;
    }

    .head-m {
        display: block;
    }

    .Header-root {
        height: auto;
        padding-top: 15px;
    }
}

.api-form1 .form_control_vik_group {
    margin: 0 0 15px 0 !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
    margin: 0 !important;
    text-align: left !important
}



input.form_control_vik.error {
    border-color: #c92f54 !important;
    color: #c92f54 !important
}

input.form_control_vik.good {
    border-color: #388e3c !important;
    color: #388e3c !important
}

.api-form1 .error_note {
    text-align: center;
    margin: 4px 0 0 0 !important;
    font-size: 13px;
    line-height: 16px;
    color: #c92f54
}

input.form_control_vik.error:focus {
    border-color: #c92f54 !important
}

input.form_control_vik.good:focus {
    border-color: #0d7f56 !important
}