    /*Ховеры с прозрачностью*/
    .hover-opacity > .tn-atom {
        -webkit-transition: all 0.2s linear !important;
        -moz-transition: all 0.2s linear !important;
        -ms-transition: all 0.2s linear !important;
        -o-transition: all 0.2s linear !important;
        transition: all 0.2s linear !important;
    }    
    .hover-opacity > .tn-atom:hover {
        opacity: .7 !important;
    }
    
    /*Ховеры с изменением цвета*/
    .hover-color > .tn-atom {
        -webkit-transition: all 0.2s linear !important;
        -moz-transition: all 0.2s linear !important;
        -ms-transition: all 0.2s linear !important;
        -o-transition: all 0.2s linear !important;
        transition: all 0.2s linear !important;
    }    
    .hover-color > .tn-atom:hover {
        color: #737860 !important;
    } 
    
    /*Ховеры с увеличением*/
    .hover-scale > .tn-atom, .t450__right_social_links_item {
        -webkit-transition: all 0.2s linear !important;
        -moz-transition: all 0.2s linear !important;
        -ms-transition: all 0.2s linear !important;
        -o-transition: all 0.2s linear !important;
        transition: all 0.2s linear !important;
    }    
    .hover-scale > .tn-atom:hover, .t450__right_social_links_item:hover {
        -webkit-transform: scale(1.05) !important;
        -ms-transform: scale(1.05) !important;
        transform: scale(1.05) !important;
    }        
    
    /*Стандартные кнопки*/
    .t-btn:not(.t923__btn), .t-submit, .t-inputpromocode__btn {
        color: #F4F4F2 !important;
        font-family: 'Manrope' !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        height: 60px !important;
        transition: all .2s linear !important;
        min-width: 260px !important;
        box-sizing: border-box !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
        /*margin-left: auto !important;*/
        /*margin-right: auto !important;*/
    }  
    .t706 .t-inputpromocode__btn {
        min-width: 160px !important; 
        width: 50% !important;
        background-color: #858a72 !important;
    }
    .t706 .t-inputpromocode__btn:hover {
        background-color: #737860 !important;
    }  
    .t943__btn_fixed {
        left: 0px !important;
        right: 0px !important;
        bottom: 0px !important;
    }
    .t142__text {
        display: block !important;
        box-sizing: border-box !important;
        line-height: 60px !important;
        height: auto !important;
    }
    
    /*Стандартные большие заголовки*/
    .t762__title, .t050__title, .t849 .t-section__title, .t849 .t-container:not(.t-section__container):before, .t509__title {
        font-size: 45px !important;
        font-weight: 400 !important;
        line-height: 1.1 !important;
    }
    
    /*Фон иконок соцсетей в мобильном меню*/
    .t450__right_social_links_item svg {
        background-image: url(https://static.tildacdn.com/tild3462-6264-4665-b432-633264643834/Group_241.svg) !important;
        border-radius: 180px !important;
        box-sizing: border-box !important;
        background-size: contain !important;
        background-origin: content-box !important;
        margin: auto !important;
        width: 80% !important;
        height: 80% !important;
    }
    .t450__right_social_links_item {
        width: 40px !important;
        height: 40px !important;
        box-sizing: border-box !important;
        border-radius: 50% !important;
        border: 1px solid #AEA1A1 !important;
        margin-top: 0px !important;
        margin-right: 12px !important;
        background-color: #f1f0ef !important;
    }
    .t450__right_social_links_item:last-child {
        margin-right: 0px !important;
    }  
    .t450__right_social_links_item a {
        height: 100% !important;
        width: 100% !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }    
    
    /*Конетйнер с информацией в блоке с товаром*/
    .t762__info {
        padding-left: 60px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        max-width: 520px !important;
    }
    
    /*Цена в блоке с товаром*/
    .t762__price-item {
        line-height: 1.1 !important;
    }    
    .t762__price {
        margin-right: 10px !important;
    }
    
    /*Отступ от заголовка до подзаголовка в блоке с товаром*/
    .t762__title_small {
        margin-top: 20px !important;
        font-size: 0px !important;
    }
    .t762__title_small .js-product-sku {
        color: #514b4b !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Отступ от подзаголовка до цены в блоке с товаром*/
    .t762__title-wrapper {
        margin-bottom: 5px !important;
    }
    
    /*Отступ от цены до кнопки в блоке с товаром*/
    .t762__btn-wrapper {
        margin-top: 30px !important;
        margin-bottom: 0px !important;
    }
    
    /*Отступ от кнопки до описания в блоке с товаром*/
    .t762__descr {
        margin-top: 40px !important;
    }
    
    /*Плюс-минус в блоке с товаром*/
    .my-plus-minus {
        height: 60px !important;
        margin-left: 15px !important;
        border-color: #AEA1A1 !important;
        border-radius: 0px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
        background-color: transparent !important;
        margin-bottom: 0px !important;
        /*max-width: 100px !important;*/
        margin-right: 0px !important;
        box-sizing: border-box !important;
    }
    .t762__btn-wrapper {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .my-plus-minus__plus, .my-plus-minus__minus {
        background-color: transparent !important;
    }
    .my-plus-minus__input {
        color: #514B4B !important;
        font-family: 'Manrope' !important;
        font-weight: 500 !important;
        font-size: 17px !important;
    }
    .my-plus-minus__plus {
        background-image: linear-gradient(#514B4B,#514B4B),linear-gradient(#514B4B,#514B4B) !important;
        -webkit-transition: all .2s linear !important;
        -o-transition: all .2s linear !important;
        transition: all .2s linear !important;
    }    
    .my-plus-minus__plus:hover {
        background-image: linear-gradient(#737860,#737860), linear-gradient(#737860,#737860) !important;
    }
    
    /*Ширина блока с текстами в рамках*/
    .t016 .t-container {
        max-width: 100% !important;
    }
    .t016 .t-row {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
        border-top: 1px solid #AEA1A1 !important;
        box-sizing: border-box !important;
    }
    .t016__col {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: auto !important;
        flex: auto !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-bottom: 1px solid #AEA1A1 !important;
        border-right: 1px solid #AEA1A1 !important;
        height: 80px !important;
    }    
    .t016__col:last-child {
        border-right: none !important;
    }      
    .t016__text {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    
    /*Отступ от заголовка до описания в блоках с большими заголовками*/
    .t050__descr {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }
    
    /*Удаление цифр в блоке с преимуществами*/
    .t566__number {
        display: none !important;
    }
    
    /*Отступ от кружка до текста в блоке с преимуществами*/
    .t566__textwrapper {
        padding-left: 30px !important;
        padding-right: 20px !important;
    }
    
    /*Кружки в блоке с преимуществами*/
    .t566__circle {
        margin-top: 5px !important;
    }
    
    /*Иконки в блоке с составом*/
    .t490__bgimg, .t490__img {
        border: 1px solid #AEA1A1 !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 20px !important;
    }
    .t490__img {
        padding-bottom: 0px !important;
    }
    .t490 .t-container {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }
    .t490__col {
        width: 100% !important;
        max-width: 140px !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        float: none !important;
    }
    .t490 .t-heading {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .t490__wrappercenter {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*Описание в блоке "Применение"*/
    .t849 .t-section__descr {
        font-size: 16px !important;
        font-family: 'Manrope' !important;
    }
    .t849 .t-section__descr span {
        font-weight: 600 !important;
        color: #6F6565 !important;
    }   
    
    /*Блоки "Применение" и "Инструкция" в две колонки*/
    .t849 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: 1200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    [data-record-type="849"] {
        border-top: 1px solid #AEA1A1 !important;
        border-bottom: 1px solid #AEA1A1 !important;
    }
    
    /*Отступы по бокам у контейнера в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__container {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        padding-right: 120px !important;
        box-sizing: border-box !important;
        border-right: 1px solid #AEA1A1 !important;
    }
    .t849 .t-section__container .t-col {
        margin-right: 0px !important;
    }    
    .t849 .t-section__topwrapper {
        margin-bottom: 0px !important;
    }
    .t849 .t-container:not(.t-section__container) {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        padding-left: 120px !important;
        box-sizing: border-box !important;
    }
    .t849 .t-container:not(.t-section__container) .t-col {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }    
    
    /*Добавление заголовка в блоке "Инструкция"*/
    .t849 .t-container:not(.t-section__container):before {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        content: "Инструкция";
        font-size: 45px !important;
        font-weight: 400 !important;
        line-height: 1.1 !important;
        font-family: 'VeraHumana95',Arial,sans-serif !important;
        color: #453b3b !important;
        opacity: 1 !important;
        word-break: normal !important;
        box-sizing: border-box !important;
    }
    
    /*Отступ от заголовка до текста в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__title {
        margin-bottom: 30px !important;
    }
    .t849 .t-container:not(.t-section__container):before {
        margin-bottom: 40px !important;
    }   
    
    /*Отступ снизу от текста до линии в аккордеоне в блоке "Инструкция"*/
    .t849__text {
        margin-bottom: 0px !important;
    }
    .t849__textwrapper {
        padding-bottom: 25px !important;
    }
    .t849__border, .t585__border {
        box-sizing: border-box !important;
    }    
    .t849 .t-container:not(.t-section__container) .t-col:not(.t-col:last-child) .t849__border {
        display: none !important;
    }
    
    /*Отступ от заголовка до описания в блоке "Секрет роскошных волос"*/
    .t509__title {
        margin-bottom: 30px !important;
    }
    
    /*Подпись в блоке "Секрет роскошных волос"*/
    .t509__descr span {
        color: #6F6565 !important;
        font-weight: 600 !important;
        display: block !important;
        max-width: 250px !important;
        margin-top: 40px !important;
    }
    
    /*Текстовый контейнер в блоке "Секрет роскошных волос"*/
    .t509__box {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        max-width: 460px !important;
    }
    .t509__fullscreenwidth {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-width: 100% !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative !important;
    }
    .t509__textwrapper {
        padding-left: 120px !important;
        height: 100% !important;
    }
    .t509__cell {
        width: 100% !important;
    }
    
    /*Изображение в блоке "Секрет роскошных волос"*/
    .t509__blockimg {
        padding-bottom: 100% !important;
        background-position: top center !important;
    }
    
    /*Линия снизу в болоке Секрет роскошных волос"*/
    .t509 {
        border-bottom: 1px solid #AEA1A1 !important;
    }
    
    /*Отступ снизу у текста в аккордеоне в блоке FAQ*/
    /*.t585__trigger-button, .t849__trigger-button {*/
    /*    padding-top: 0px !important;*/
    /*    padding-bottom: 0px !important;*/
    /*}*/
    .t585__text {
        margin-bottom: 0px !important;
    }
    .t585__textwrapper {
        padding-bottom: 25px !important;
    }
    
    /*Отступы у текстового контейнера в слайдере с отзывами*/
    .t923__textwrapper  {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .t923__descr {
        margin-top: 0px !important;
    }
    .t923__title {
        margin-bottom: 20px !important;
    }
    
    /*Ссылка на Инстаграм в отзывах*/
    .t923__btn-wrapper  {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        position: relative !important;
        z-index: 1 !important;
    }
    .t923__btn {
        padding: 0px !important;
        margin: 0px !important;
        height: auto !important;
        line-height: 1.1 !important;
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    
    /*Ширина слайдера*/
    .t923 .t-slds__container {
        width: 100% !important;
    }
    
    /*Текст лейбла корзины*/
    .t706__carticon-text {
        color: #F4F4F2 !important;
        font-family: 'Manrope' !important;
        font-weight: 500 !important;
        font-size: 16px !important;
    }   
    
    /*Предупрежление в корзине*/
    .t706__orderform .t-input-group_tx .t-text > span {
        color: rgb(214, 53, 53) !important;
    }
    
    /*Фон корзины*/
    .t706__cartwin-content {
        background-color: #F4F4F2 !important;
    }
    
    /*Заголовок корзины*/
    .t706__cartwin-heading {
        color: #453B3B !important;
        font-size: 35px !important;
        line-height: 1.1 !important;
        font-weight: 400 !important;
    }
    
    /*Название товарв в корзине*/
    .t706__product-title {
        color: #6f6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Артикула товара в корзине*/
    .t706__product-title__option {
        color: #514b4b !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;
        opacity: 1 !important;
    }
    
    /*Изображения товара в корзине*/
    .t706__product-imgdiv {
        border-radius: 0px !important;
        background-color: transparent !important;
    }
    
    /*Стоимость товара в корзине*/
    .t706__product-amount {
        color: #6f6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;
    } 
    
    /*Сумма товаров в корзине*/
    .t706__cartwin-prodamount-wrap {
        color: #6f6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Количество товара в корзине*/
    .t706__product-quantity {
        color: #6f6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important; 
    }
    
    /*Текстовый комментарий в корзине*/
    .t706__orderform .t-text:not(.t-img-select__text, .t-input-description) {
        color: #514b4b !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;   
    }    
    .t706__orderform .t-text > span {
        color: #514b4b !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;  
    }
    .t706__orderform .searchbox-info .t-text:first-child {
        color: #6F6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;  
    }    
    
    /*Подсказки и описания под полями в корзине*/
    .t706__orderform .t-input.js-tilda-rule {
        color: #514b4b !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important; 
        opacity: 1 !important;
    }
    [data-record-type="706"]  input::-webkit-input-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  input::-moz-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  input:-moz-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  input:-ms-input-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  textarea::-webkit-input-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  textarea::-moz-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  textarea:-moz-placeholder {color:#AEA1A1; opacity: 0.6 !important;}	
    [data-record-type="706"]  textarea:-ms-input-placeholder {color:#AEA1A1; opacity: 0.6 !important;}    
    
    /*Подпись под полем в корзине*/
    .t706__orderform .t-input-description {
        color: #514b4b !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Текст под кнопкой в корзине*/
    .t706__form-bottom-text {
        color: #514b4b !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Заголовок "Доставка" в корзине*/
    .t706__orderform  .t-radio__wrapper-delivery .t-name {
        color: #6f6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Заголовок полей в корзине*/
    .t706 .t-form__inputsbox #customdelivery .t-input-title, .t706 .t-input-title {
        color: #514b4b !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important; 
    }
    
    /*Способы доставки в корзине*/
    .t706 .t-radio__control{
        padding-left: 30px !important;
    }
    .t706 .t706__orderform .delivery-checkbox-label {
        color: #514b4b !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;
    }
    .t706 .t706__orderform .delivery-minimum {
        color: #aea1a1 !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        font-weight: 400 !important;
        font-family: 'Manrope' !important;
        display: block !important;
        margin-left: 30px !important;
        margin-top: 5px !important;
    }
    .t706 .delivery-minimum-time {
        margin-left: 0px !important;
    }
    .t706__orderform .delivery-checkbox-label {
        position: relative !important;
        display: block !important;
    }
    .t706__orderform .t-radio__indicator {
        position: absolute !important;
        left: 0px !important;
        /*top: 1px !important;*/
    }    
    .t706 .t-input-group_pm {
        margin-top: 0px !important;
    }
    .t706 .t-input-group_pm .t-input-title {
        margin-bottom: 15px !important;
    }
    .t706 .t-input-group_pm .t-radio__indicator {
        top: 1px !important;
    }
    
    /*Сумма заказа в корзине*/
    .t706__cartwin-totalamount-info, .t706 .delivery-full-address {
        color: #6f6565 !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Итоговая сумма заказа в корзине*/
    .t706__cartwin-totalamount-label, .t706__cartwin-totalamount {
        color: #6f6565 !important;
        font-size: 22px !important;
        line-height: 1.5 !important;
        font-weight: 600 !important;
        font-family: 'Manrope' !important;
    }
    
    /*Подсказки в полях доставки*/
    [data-record-type="706"] #addresses-wrapper input::-webkit-input-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper input::-moz-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper input:-moz-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper input:-ms-input-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper textarea::-webkit-input-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper textarea::-moz-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper textarea:-moz-placeholder {color:#AEA1A1; opacity: 0 !important;}	
    [data-record-type="706"] #addresses-wrapper textarea:-ms-input-placeholder {color:#AEA1A1; opacity: 0 !important;}    
    
    /*Индикатор радиокнопок доставки в корзине*/
    .t706 .t-radio__indicator {
        border-color: #AEA1A1 !important;
    }
    .t706 .t-radio__indicator::after {
        background-color: #514B4B !important;
    }
    
    /*Высота полей в корзине*/
    .t706 .t-form .t-input {
        height: 60px !important;
    }
    
    /*Отступ от заголовка корзины до линии*/
    .t706__cartwin-top {
        padding-bottom: 30px !important;
    }    
    
    /*Отступ от линии до суммы в корзине*/
    .t706__cartwin-bottom {
        padding-top: 30px !important;
    }    
    
    /*Отступ от названия товара до линий в корзине*/
    .t706__product-title {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    
    /*Отступ от названия товара до артикула в корзине*/
    .t706__product-title__option {
        margin-top: 5px !important;
    }
    
    /*Отступ от суммы до полей в корзине*/
    .t706__orderform {
        margin-top: 30px !important;
    }
    .t706__cartwin-prodamount-wrap {
        padding-bottom: 0px !important;
    }    
    
    /*Отступ от полей до заголовка "Доставка*/
    .t706__orderform .t-radio__wrapper-delivery { 
        margin-top: 10px !important;
    }
    
    /*Отступ от заголовка "Доставка" до полей*/
    .t706__orderform  .t-radio__wrapper-delivery .t-input-title {
        margin-top: 0px !important;
    }
    
    /*Отступы между полями вариантами доставки в корзине*/
    .t706__orderform .t-radio__control {
        margin-top: 0px !important;
        margin-bottom: 15px !important;
    }
    
    /*Отступ от вариантов доставка до полей в корзине*/
    .t706__orderform #addresses-wrapper {
        margin-top: 50px !important;
        margin-bottom: 0px !important;
    }
    
    /*Отступы между полями в корзине*/
    .t706 .t-input-group {
        margin-bottom: 40px !important;
    }    
    .t706 .t-form_bbonly .t-input-block {
        margin-bottom: 0px !important;
    }
    .t706__orderform #addresses-wrapper .searchbox-info {
        margin-bottom: 40px !important;
    }
    
    /*Отступ от заголовка поля до самого поля в корзине*/
    .t706 .t-img-select__container {
        margin-top: 0px !important;
    }
    .t706 .t-img-select__control {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .t706 .t-input-title {
        padding-bottom: 0px !important;
        margin-top: 0px !important;
    }
    .t706 .t-input-group_tx {
        margin-bottom: 10px !important;
        margin-top: 40px !important;
    }
    .t706 .t-input-group_ri {
        margin-bottom: 40px !important;
    }
    
    /*Отступ от полей до итоговой суммы в корзине*/
    .t706__cartwin-totalamount-info {
        margin-top: 0px !important;
    }
    .t706 .t-input-group_dl {
        margin-bottom: 0px !important;
    }
    .t706__cartwin-totalamount-wrap {
        margin-top: 50px !important;
    }
    
    /*Отступ от полей до кнопки в корзине*/
    .t706 .t-form__submit {
        margin-top: 40px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .t706__cartwin-totalamount-wrap {
        padding-top: 0px !important;
    }
    
    /*Отступ от карты до поля с пунктом выдаче в корзине*/
    .t706 #delivery-yandex-map {
        margin-top: 20px !important;
    }
    
    /*Отступ от кнопки до текста под формой*/
    .t706__form-bottom-text {
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    .t706__orderform {
        margin-bottom: 0px !important;
    }   
    
    /*Выравнивание изображения товара и названия по центру в корзине*/
    .t706__product-thumb, .t706__product-amount, .t706__product-title {
        vertical-align: middle !important;
    }    

    /*Уведомление о промокоде*/
    .t887__wrapper {
        border-radius: 0px !important;
        padding: 25px !important;   
    }
    .t887__text span {
        color: #8B7C7C !important;
    }
    .t887__text strong {
        font-size: 18px !important;
    }    



@media screen and (max-width: 1460px) {
 
    /*Изображение в блоке с товаром*/
    .t762__col:first-child {
        position: relative !important;
        min-height: 725px !important;
    }
    /*.t762__col {*/
    /*    display: -webkit-inline-box !important;*/
    /*    display: -ms-inline-flexbox !important;*/
    /*    display: inline-flex !important;*/
    /*}*/
    .t762 .t-slds {
        height: 100% !important;
        position: absolute !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
    }
    .t762 .t-slds__main, .t762 .t-slds__container, .t762 .t-slds__items-wrapper, .t762 .t-slds__item, .t762 .t-slds__wrapper, .t762 .t-slds__imgwrapper {
        height: 100% !important;
    }
    .t762 .t-slds__bgimg {
        height: 100% !important;
        padding-bottom: 0px !important;
    }     
    
    /*Изображение в блоке "Секрет роскошных волос"*/
    .t509__blockimg {
        height: 100% !important;
        padding-bottom: 0px !important;
    }
    .t509__desktopimg {
        position: relative !important;
    }
    .t509__imgwrapper {
        position: absolute !important;
        height: 100% !important;
        left: 0px !important;
        top: 0px !important;
        width: 100% !important;
    }    
    
    
}
    
 
    
@media screen and (max-width: 1200px) {
    
    /*Стандартные большие заголовки*/
    .t762__title, .t050__title, .t849 .t-section__title, .t849 .t-container:not(.t-section__container):before, .t509__title {
        font-size: 41px !important;
    }
    
    /*Логотип в мобильном меню*/
    .t450__logoimg {
        max-width: 150px !important;
    }
    
    /*Конетйнер с информацией в блоке с товаром*/
    .t762__info {
        padding-left: 40px !important;
    } 
    
    /*Отступ от кружка до текста в блоке с преимуществами*/
    .t566__textwrapper {
        padding-right: 0px !important;
    }  
    
    /*Иконки в блоке с составом*/
    .t490 .t-container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*Блоки "Применение" и "Инструкция" в две колонки*/
    .t849 {
        max-width: 960px !important;
    }  
    
    /*Отступы по бокам у контейнера в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__container {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        padding-right: 60px !important;
    }
    .t849 .t-container:not(.t-section__container) {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        padding-left: 60px !important;
        box-sizing: border-box !important;
    }   
    .t849 .t-container:not(.t-section__container) .t-col {
        max-width: 410px !important;
    }    
    
    /*Текстовый контейнер в блоке "Секрет роскошных волос"*/
    .t509__box {
        max-width: 410px !important;
    }
    .t509__textwrapper {
        padding-left: 60px !important;
    }
    
    /*Отступы у стрелок в слайдере с отзывами*/
    .t923  .t-slds__arrow-right {
        right: 10px !important;
    }
    .t923  .t-slds__arrow-left {
        left: 10px !important;
    }  
    
    
}



@media screen and (max-width: 960px) {
    
    /*Стандартные кнопки*/
    .t-btn:not(.t923__btn), .t-submit, .t-inputpromocode__btn {
        font-size: 15px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }     
    
    /*Стандартные большие заголовки*/
    .t762__title, .t050__title, .t849 .t-section__title, .t849 .t-container:not(.t-section__container):before, .t509__title {
        font-size: 36px !important;
    }  
    
    /*Логотип в мобильном меню*/
    .t450__logoimg {
        max-width: 140px !important;
    }    
    
    /*Подазаголовок в блоке с товаром*/
    /*.t762__title_small {*/

    /*}*/
    .t762__title_small .js-product-sku {
        font-size: 13px !important;
    }    
    
    /*Цена в блоке с товаром*/
    .t762__price-item {
        font-size: 32px !important;
    }
    
    /*Отступ от цены до кнопки в блоке с товаром*/
    .t762__btn-wrapper {
        margin-top: 25px !important;
    }
    
    /*Отступ от кнопки до описания в блоке с товаром*/
    .t762__descr {
        margin-top: 35px !important;
    } 
    
    /*Конетйнер с информацией в блоке с товаром*/
    .t762__info {
        padding-left: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        max-width: 100% !important;
    }   
    
    /*Изображение в блоке с товаром*/
    .t762__col:first-child {
        min-height: auto !important;
    }
    .t762__col {
        display: block !important;
    }
    .t762 .t-slds {
        position: relative !important;
    }    
    .t762 .t-slds__bgimg {
        padding-bottom: 80% !important;
    }  
    
    /*Конетйнер с информацией в блоке с товаром*/
    .t762__info {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }    
    
    /*Ширина блока с текстами в рамках*/
    .t016 .t-container {
        max-width: 100% !important;
    }
    .t016 .t-row {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .t016__col {
        width: 50% !important;
    }  
    .t016__col:nth-child(2) {
        border-right: none !important;
    }  
    
    /*Плюс-минус в карточке товара*/
    .my-plus-minus__input {
        font-size: 16px !important;
    }    
    
    /*Отступ от заголовка до описания в блоках с большими заголовками*/
    .t050__descr {
        padding-top: 25px !important;
    } 
    
    /*Отступ от кружка до текста в блоке с преимуществами*/
    .t566__textwrapper {
        padding-left: 25px !important;
    }    
    
    /*Кружки в блоке с преимуществами*/
    .t566__circle {
        width: 12px !important;
        height: 12px !important;
        margin-top: 7px !important;
    }
    
    /*Отступы между элементами в блоке с преимуещствами*/
    .t566__col {
        margin-bottom: 30px !important;
    }
    .t566__col:last-child {
        margin-bottom: 0px !important;
    }
    
    /*Изображение на всю ширину экрана*/
    [data-record-type="160"] .t-cover, [data-record-type="160"] .t-cover__carrier, [data-record-type="160"] .t-cover__filter, [data-record-type="160"] .t-cover__wrapper {
        height: 500px !important;
    }
    
    /*Иконки в блоке с составом*/
    .t490__bgimg, .t490__img {
        margin-bottom: 15px !important;
    } 
    
    /*Горизонтальный скролл иконок в блоке с составом*/
    .t490 {
        overflow: auto !important;
    }    
    .t490__col {
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom: 10px !important;
        box-sizing: content-box !important;
    }
    .t490__col:last-child {
        padding-right: 20px !important;
    }
    .t490__bgimg, .t490__img {
        width: 140px !important;
    }
    .t490 .t-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }    
    
    /*Блоки "Применение" и "Инструкция" в одну колонку*/
    .t849 {
        display: block !important;
        max-width: 640px !important;
    }  
    [data-record-type="849"] {
        border-top: none !important;
        border-bottom: none !important;
    }
    
    /*Отступы по бокам у контейнера в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__container {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-right: 0px !important;
        border-right: none !important;
        margin-bottom: 80px !important;
    }
    .t849 .t-container:not(.t-section__container) {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        padding-left: 0px !important;
    }
    .t849 .t-section__descr {
        max-width: 100% !important;
    }
    .t849 .t-container:not(.t-section__container):before {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }   
    .t849 .t-container:not(.t-section__container) .t-col {
        max-width: 100% !important;
    }  
    
    /*Отступ от заголовка до текста в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__title {
        margin-bottom: 25px !important;
    }
    .t849 .t-container:not(.t-section__container):before {
        margin-bottom: 35px !important;
    }    
    
    /*Отступ от заголовка до описания в блоке "Секрет роскошных волос"*/
    .t509__title {
        margin-bottom: 25px !important;
    }
    
    /*Подпись в блоке "Секрет роскошных волос"*/
    .t509__descr span {
        margin-top: 35px !important;
    }  
    
    /*Ширина блока "Секрет роскошных волос"*/
    .t509 .t-container_100 {
        max-width: 640px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .t509__cell {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    
    /*Текстовый контейнер в блоке "Секрет роскошных волос"*/
    .t509__fullscreenwidth {
        display: block !important;
    }
    .t509__textwrapper {
        padding-left: 0px !important;
        margin-top: 50px !important;
    }
    .t509__box {
        padding: 0px !important;
        max-width: 100% !important;
    }
    
    /*Изображение в блоке "Секрет роскошных волос"*/
    .t509__blockimg {
        padding-bottom: 100% !important;
    }
    .t509__imgwrapper {
        position: relative !important;
    }    
    
    /*Линия снизу в болоке Секрет роскошных волос"*/
    .t509 {
        border-bottom: none !important;
    }    
    
    /*Линии в аккордеоне в блоке FAQ*/
    .t849 .t-container:not(.t-section__container) .t-col:not(.t-col:last-child) .t849__border, .t585 .t-container:not(.t-section__container) .t-col:not(.t-col:last-child) .t585__border {
        display: none !important;
    }
    
    /*Отступы у стрелок в слайдере с отзывами*/
    .t923  .t-slds__arrow-right {
        right: 15px !important;
    }
    .t923  .t-slds__arrow-left {
        left: 15px !important;
    } 
    
    /*Текст лейбла корзины*/
    .t706__carticon-text {
        font-size: 15px !important;
    }     
    
    /*Заголовок корзины*/
    .t706__cartwin-heading {
        font-size: 32px !important;
    }    
    
    /*Артикула товара в корзине*/
    .t706__product-title__option {
        font-size: 13px !important;
    }   
    
    /*Подпись под полем в корзине*/
    .t706__orderform .t-input-description {
        font-size: 13px !important;
    }
    
    /*Текст под кнопкой в корзине*/
    .t706__form-bottom-text {
        font-size: 13px !important;
    }  
    
    /*Отступ от заголовка корзины до линии*/
    .t706__cartwin-top {
        padding-bottom: 25px !important;
    }
    
    /*Отступ от линии до суммы в корзине*/
    .t706__cartwin-bottom {
        padding-top: 25px !important;
    }    
    
    /*Отступ от суммы до полей в корзине*/
    .t706__orderform {
        margin-top: 25px !important;
    }  
    
    /*Отступ от полей до итоговой суммы в корзине*/
    .t706__cartwin-totalamount-wrap {
        margin-top: 45px !important;
    }    
    
    /*Отступ от полей до кнопки в корзине*/
    .t706 .t-form__submit {
        margin-top: 35px !important;
    }
    
    /*Отступ от полей до заголовка "Доставка*/
    .t706__orderform .t-radio__wrapper-delivery { 
        margin-top: 10px !important;
    }
    
    /*Отступ от вариантов доставка до полей в корзине*/
    .t706__orderform #addresses-wrapper {
        margin-top: 45px !important;
    }
    
    /*Отступы между полями в корзине*/
    .t706 .t-input-group {
        margin-bottom: 35px !important;
    }    
    .t706__orderform #addresses-wrapper .searchbox-info {
        margin-bottom: 35px !important;
    }    
    
    
}



@media screen and (max-width: 640px) {
    
    /*Стандартные большие заголовки*/
    .t762__title, .t050__title, .t849 .t-section__title, .t849 .t-container:not(.t-section__container):before, .t509__title{
        font-size: 32px !important;
    }  
    
    /*Логотип в мобильном меню*/
    .t450__logoimg {
        max-width: 130px !important;
    }    

    /*Конетйнер с информацией в блоке с товаром*/
    .t762__info {
        padding-left: 20px !important;
        padding-right: 20px !important;
    } 
    .t762__container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*Изображение на всю ширину экрана*/
    [data-record-type="160"] .t-cover, [data-record-type="160"] .t-cover__carrier, [data-record-type="160"] .t-cover__filter, [data-record-type="160"] .t-cover__wrapper {
        height: auto !important;
    }
    [data-record-type="160"] .t-cover__carrier {
        padding-bottom: 100% !important;
    }
    
    /*Ширина блока "Секрет роскошных волос"*/
    .t509 .t-container_100 {
        max-width: 640px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .t509__mobileimg {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*Ширина карточек в слайдере с отзывами*/
    .t923__col {
        width: 100% !important;
        padding: 0px !important;
    }
    .t923 .t-slds__container {
        margin: 0px !important;
        width: 80% !important;
        overflow: visible !important;
        padding-left: 10px !important;
    }
    .t923__slds-wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /*Отступы у стрелок в слайдере с отзывами*/
    .t923  .t-slds__arrow-right {
        right: 20px !important;
        /*display: none !important;*/
    }
    .t923  .t-slds__arrow-left {
        /*left: 5px !important;*/
        display: none !important;
    }      
    
    /*Ширина области стрелок в слайдере с отзывами*/
    .t923 .t-slds__arrow_wrapper-left {
        width: 20px !important;
    }
    .t923 .t-slds__arrow_wrapper-right {
        width: calc(20%) !important;
        background: -moz-linear-gradient(90deg, rgba(244,244,242,0) 0%, rgba(244,244,242,0.5973739837731968) 50%, rgba(244,244,242,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(244,244,242,0) 0%, rgba(244,244,242,0.5973739837731968) 50%, rgba(244,244,242,1) 100%);
        background: linear-gradient(90deg, rgba(244,244,242,0) 0%, rgba(244,244,242,0.5973739837731968) 50%, rgba(244,244,242,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f2",endColorstr="#f4f4f2",GradientType=1);
    }
    .t923 .t-slds__arrow_body-right {
        width: 15px !important;
    }
    
    /*Отступ от названия товара до линий в корзине*/
    .t706__product-title {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }    
    .t706__product {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    
    
}



@media screen and (max-width: 480px) {
    
    /*Стандартные кнопки*/
    .t-btn:not(.t923__btn), .t-submit, .t-inputpromocode__btn {
        font-size: 14px !important;
        height: 55px !important;
        min-width: 220px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    } 
    .t706 .t-inputpromocode__btn {
        min-width: 160px !important; 
        width: 50% !important;
        background-color: #858a72 !important;
    }    
    .t762 .t762__btn {
        min-width: 150px !important;
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
        flex: 1 !important;
    }
    .t142__text {;
        line-height: 55px !important;
    }    
    
    /*Стандартные большие заголовки*/
    .t762__title, .t050__title, .t849 .t-section__title, .t849 .t-container:not(.t-section__container):before, .t509__title {
        font-size: 28px !important;
    }  
    
    /*Стандартные описания*/
    .t762__descr, .t050__descr, .t566__title, .t849 .t-section__descr, .t849__title, .t849__text, .t509__descr, .t585__title, .t585__text, .t923__descr, .t923__title, .t923__btn, .t450__list_item .t-menu__link-item, .t450__right_descr, .t004 .t-text {
        font-size: 15px !important;
    } 
    
    /*Логотип в мобильном меню*/
    .t450__logoimg {
        max-width: 120px !important;
    }  
    
    /*Фон иконок соцсетей в мобильном меню*/
    /*.t450__right_social_links_item svg {*/
    /*    width: 25px !important;*/
    /*    height: 25px !important;*/
    /*}*/
    .t450__right_social_links_item {
        width: 35px !important;
        height: 35px !important;
        margin-right: 7px !important;
    }
    .t450__right_social_links_item:last-child {
        margin-right: 0px !important;
    }      
    
    /*Подазаголовок в блоке с товаром*/
    /*.t762__title_small {*/
    /*    font-size: 12px !important;*/
    /*}  */
    .t762__title_small .js-product-sku {
        font-size: 12px !important;
    }        
    
    /*Цена в блоке с товаром*/
    .t762__price-item {
        font-size: 28px !important;
    }  
    
    /*Отступ от заголовка до подзаголовка в блоке с товаром*/
    .t762__title_small {
        margin-top: 15px !important;
    }   
    
    /*Отступ от цены до кнопки в блоке с товаром*/
    .t762__btn-wrapper {
        margin-top: 20px !important;
    } 
    
    /*Отступ от кнопки до описания в блоке с товаром*/
    .t762__descr {
        margin-top: 30px !important;
    } 

    /*Конетйнер с информацией в блоке с товаром*/
    .t762__info {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }  
    /*.t762 .t-slds__bgimg {*/
    /*    padding-bottom: 120% !important;*/
    /*}    */
    
    /*Плюс-минус в карточке товара*/
    .my-plus-minus__input {
        font-size: 15px !important;
    }
    .my-plus-minus {
        height: 55px !important;
        margin-left: 10px !important;
    }    
    
    /*Тексты в рамках*/
    .t016__text {
        font-size: 14px !important;
    }
    
    /*Ширина блока с текстами в рамках*/
    .t016__col {
        padding-left: 10px !important;
        padding-right: 10px !important;
        height: 70px !important;
    } 
    
    /*Отступ от заголовка до описания в блоках с большими заголовками*/
    .t050__descr {
        padding-top: 20px !important;
    }     
    
    /*Отступ от кружка до текста в блоке с преимуществами*/
    .t566__textwrapper {
        padding-left: 20px !important;
    }  
    
    /*Кружки в блоке с преимуществами*/
    .t566__circle {
        width: 10px !important;
        height: 10px !important;
        margin-top: 7px !important;
    }   
    
    /*Отступы между элементами в блоке с преимуещствами*/
    .t566__col {
        margin-bottom: 20px !important;
    }
    .t566__col:last-child {
        margin-bottom: 0px !important;
    }  
    
    /*Изображение на всю ширину экрана*/
    [data-record-type="160"] .t-cover__carrier {
        padding-bottom: 120% !important;
    }
    
    /*Текст в блоке с составом*/
    .t490 .t-heading {
        font-size: 14px !important;
    }
    
    /*Иконки в блоке с составом*/
    .t490__bgimg, .t490__img {
        margin-bottom: 10px !important;
    }
    
   /*Отступы по бокам у контейнера в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__container {
        margin-bottom: 60px !important;
    }    
    
    /*Отступ от заголовка до текста в блоках "Применение" и "Инструкция"*/
    .t849 .t-section__title {
        margin-bottom: 20px !important;
    }
    .t849 .t-container:not(.t-section__container):before {
        margin-bottom: 30px !important;
    }   
    
    /*Отступы сверху с низу от текста до линий в аккордеоне в блоке "Инструкция"*/
    .t849__trigger-button {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .t849__textwrapper {
        padding-bottom: 20px !important;
    }
    
    /*Иконки в аккордеоне в блоке "Инструкция"*/
    .t849__icon, .t849__lines svg {
        width: 20px !important;
        height: 20px !important;
    }
    .t849__circle {
        width: 36px !important;
        height: 36px !important; 
    }
    
    /*Отступ от заголовка до описания в блоке "Секрет роскошных волос"*/
    .t509__title {
        margin-bottom: 20px !important;
    }
    
    /*Подпись в блоке "Секрет роскошных волос"*/
    .t509__descr span {
        margin-top: 30px !important;
    }     
    
    /*Текстовый контейнер в блоке "Секрет роскошных волос"*/
    .t509__textwrapper {
        margin-top: 40px !important;
    }   
    
    /*Изображение в блоке "Секрет роскошных волос"*/
    .t509__blockimg {
        padding-bottom: 120% !important;
    }
    
    /*Отступ снизу у текста в аккордеоне в блоке FAQ*/
    .t585__trigger-button {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .t585__textwrapper {
        padding-bottom: 20px !important;
    }    
    
    /*Иконки в аккордеоне в блоке FAQ*/
    .t585__icon, .t585__lines svg {
        width: 20px !important;
        height: 20px !important;
    }
    .t585__circle {
        width: 36px !important;
        height: 36px !important; 
    }
    
    /*Текст лейбла корзины*/
    .t706__carticon-text {
        font-size: 15px !important;
    }   
    
    /*Заголовок корзины*/
    .t706__cartwin-heading {
        font-size: 28px !important;
    }   
    
    /*Название товарв в корзине*/
    .t706__product-title {
        font-size: 15px !important;
    }
    
    /*Артикула товара в корзине*/
    .t706__product-title__option {
        font-size: 12px !important;
    }
    
    /*Стоимость товара в корзине*/
    .t706__product-amount {
        font-size: 15px !important;
    } 
    
    /*Сумма товаров в корзине*/
    .t706__cartwin-prodamount-wrap {
        font-size: 15px !important;
    }
    
    /*Количество товара в корзине*/
    .t706__product-quantity {
        font-size: 15px !important;
    }
    
    /*Текстовый комментарий в корзине*/
    .t706__orderform .t-text:not(.t-img-select__text, .t-input-description) {
        font-size: 15px !important;
    }    
    .t706__orderform .t-text > span {
        font-size: 15px !important;
    }
    .t706__orderform .searchbox-info .t-text:first-child {
        font-size: 15px !important;
    }    
    
    /*Подсказки и описания под полями в корзине*/
    .t706__orderform .t-input.js-tilda-rule {
        font-size: 15px !important;
    }
    
    /*Подпись под полем в корзине*/
    .t706__orderform .t-input-description {
        font-size: 12px !important;
    }
    
    /*Текст под кнопкой в корзине*/
    .t706__form-bottom-text {
        font-size: 12px !important;
    }
    
    /*Заголовок "Доставка" в корзине*/
    .t706__orderform  .t-radio__wrapper-delivery .t-name {
        font-size: 15px !important;
    }
    
    /*Заголовоки полей в корзине*/
    .t706 .t-form__inputsbox #customdelivery .t-input-title, .t706 .t-input-title {
        font-size: 15px !important;
    }
    
    /*Способы доставки в корзине*/
    .t706 .t706__orderform .delivery-checkbox-label {
        font-size: 14px !important;
    }
    .t706 .t706__orderform .delivery-minimum {
        font-size: 14px !important;
        display: block !important;
        margin-left: 30px !important;
    }
    
    /*Сумма заказа в корзине*/
    .t706__cartwin-totalamount-info, .t706 .delivery-full-address {
        font-size: 15px !important;
    }
    
    /*Итоговая сумма заказа в корзине*/
    .t706__cartwin-totalamount-label, .t706__cartwin-totalamount {
        font-size: 20px !important;
    }    
    
    /*Высота полей в корзине*/
    .t706 .t-form .t-input {
        height: 55px !important;
    }    
    
    /*Отступ от заголовка корзины до линии*/
    .t706__cartwin-top {
        padding-bottom: 20px !important;
    }
    
    /*Отступ от линии до суммы в корзине*/
    .t706__cartwin-bottom {
        padding-top: 20px !important;
    }    
    
    /*Отступ от названия товара до линий в корзине*/
    .t706__product {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }       
    
    /*Отступ от суммы до полей в корзине*/
    .t706__orderform {
        margin-top: 20px !important;
    }    
    
    /*Отступ от полей до итоговой суммы в корзине*/
    .t706__cartwin-totalamount-wrap {
        margin-top: 40px !important;
    }      
    
    /*Отступ от полей до кнопки в корзине*/
    .t706 .t-form__submit {
        margin-top: 30px !important;
    } 
    
    /*Отступ от кнопки до текста под формой*/
    .t706__form-bottom-text {
        margin-top: 15px !important;
    }
    
    /*Отступы по краям у контейнера в корзине*/
    .t706__cartwin-content {
        padding-top: 0px !important;
        padding-bottom: 40px !important;
    }
    
    /*Отступ от полей до заголовка "Доставка*/
    .t706__orderform .t-radio__wrapper-delivery { 
        margin-top: 10px !important;
    }
    
    /*Отступ от вариантов доставка до полей в корзине*/
    .t706__orderform #addresses-wrapper {
        margin-top: 40px !important;
    }
    
    /*Отступы между полями в корзине*/
    .t706 .t-input-group {
        margin-bottom: 30px !important;
    }    
    .t706__orderform #addresses-wrapper .searchbox-info {
        margin-bottom: 30px !important;
    }    
    
    /*Уведомление о промокоде*/
    .t887__wrapper {
        padding: 20px !important;
    }
    .t887__text {
        font-size: 14px !important;
    }    
    .t887__text strong {
        font-size: 16px !important;
    }     
    
    /*Иконки в блоке с составом*/
    /*.t490__col {*/
    /*    max-width: 120px !important;*/
    /*}*/
    /*.t490__bgimg, .t490__img {*/
    /*    width: 120px !important;*/
    /*}    */
    
    
}