/*Стили страницы блога*/

.t-zoomer__container {
    background: #f8f8f8!important;
}

.t-feed__post-popup__container {
    padding: 9vw 0 8.33vw 0!important;
}

.js-feed-post-title {
    color: #1C2E33 !important;
}

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text, .t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__preface {
    color: #152226 !important;
}

.t-feed__post-popup__content img {
    border-radius: 30px;
}

.t-feed__post-popup__relevants-bgimg {
    border-radius: 10px;
}

.t-feed__post-popup__relevants-title {
    color: #1C2E33 !important;
}

.t-feed__post-popup__relevants-item-title {
    color: #1C2E33 !important;
}

.t-feed__post-popup__relevants-item-descr {
    color: #152226 !important;
}

@media screen and (max-width: 1199px) {
    .t-feed__post-popup__container {
        padding: 14.45vw 0 10.5vw 0!important;
    }
}

@media screen and (max-width: 767px) {
    .t-feed__post-popup__container {
        padding: 28vw 0 21vw 0!important;
    }
}


/*стили корзины*/
.t706__sidebar-content {
    background-color: #F8F8F8!important;
    border-radius: 30px 0 0 30px;
    max-width: 600px!important;
    padding: 40px 30px!important;
}
.t706__sidebar-heading.t-name {
    font-size: 40px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: #1C2E33;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    top: -5px;
    position: relative;
}
.t706__sidebar-close {
    height: 75px!important;
    right: 20px!important;
    top: 20px!important;
    width: 71px!important;
}
.t706__sidebar-close-btn {
    background-color: #D5F7B2!important;
    padding: 10px!important;
    width: 75px!important;
    height: 71px!important;
    box-sizing: border-box!important;
    border-radius: 20px!important;
}
.t706__sidebar-close-btn svg {
    transition: transform .3s ease;
}
.t706__sidebar-close-btn:hover svg {
    transform: scale(1.15);
}
.t706__sidebar-bottom .t706__sidebar-continue {
    background-color: #D5F7B2!important;
    border-radius: 10px!important;
    transition: background-color .3s ease;
}
.t706__sidebar-bottom .t706__sidebar-continue:hover {
    background-color: #c4ee99 !important;
}
.t706__sidebar-bottom .t706__sidebar-continue .t-btnflex__text {
    color: #1F1F1F!important;
    font-size: 15px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}

.t706__product-title {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    line-height: 130% !important;
    letter-spacing: -0.04em;
    padding: 0;
    vertical-align: top;
}
.t706__product-plusminus {
    color: #1F1F1F;
    display: table-cell;
    padding: 0 20px 0 10px;
    vertical-align: top;
}
.t706__product-amount--portion .t706__product-portion, .t706__product-title__option, .t706__product-title__portion {
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    margin-top: 10px;
    letter-spacing: -0.04em;
}
.t706__sidebar-top {
    margin-bottom: 15px!important;
}
.t706__product {
    padding: 15px 0;
}

.t706__product-amount, .t706__product-amount--portion {
    color: #1F1F1F;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding: 0;
    vertical-align: top;
}
.t706__product-del-wrapper {
    padding: 0 0 0 15px!important;
    vertical-align: top!important;
    position: relative;
    top: 4.5px;
}

.t706__product-thumb {
    display: flex;
    height: 105px !important;
    width: 100px;
    padding: 5px 15px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    background-color: #F8F8F8;
    background-image: url(https://static.tildacdn.com/tild3936-3737-4230-b165-326363363639/product-bg.png);
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-right: 20px;
    border: 1px solid #D5F7B2;
}
.t706__product-imgdiv {
    background-position: center;
    background-size: cover;
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.t706__sidebar-prodamount-wrap {
    font-size: 15px!important;
    font-weight: 600!important;
    padding-bottom: 40px!important;
    padding-top: 25px!important;
    color: #1F1F1F!important;
    font-size: 20px!important;
    letter-spacing: -0.04em;
}

.t706__cartpage-heading {
    color: #1F1F1F!important;
    font-size: 40px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.1!important;
    letter-spacing: -0.05em!important;
    text-transform: uppercase;
}
.t706__cartpage-top {
    min-height: 100px!important;
    background: #f8f8f8!important;
}
.t706__cartpage {
    background-color: #f8f8f8!important;
}
.t706__cartpage-totals {
    background: #BBF0FF!important;
    padding: 20px!important;
    margin-top: 20px!important;
    border-radius: 15px;
    border: 1px solid #D5F7B2;
}

/*кнопка*/
.t706__cartpage-open-form-wrap .t706__cartpage-open-form {
    background-color: #D5F7B2!important;
    border-radius: 10px!important;
    transition: background-color .3s ease;
}
.t706__cartpage-open-form-wrap .t706__cartpage-open-form:hover {
    background-color: #c4ee99 !important;
}
.t706__cartpage-open-form-wrap .t706__cartpage-open-form .t-btnflex__text {
    color: #1F1F1F!important;
    font-size: 14px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}

.t706__cartpage-form .t-form__submit .t-submit {
    background-color: #D5F7B2!important;
    border-radius: 10px!important;
    transition: background-color .3s ease;
}
.t706__cartpage-form .t-form__submit .t-submit:hover {
    background-color: #c4ee99 !important;
}
.t706__cartpage-form .t-form__submit .t-submit .t-btnflex__text {
    color: #1F1F1F!important;
    font-size: 14px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}

.t706__cartpage-close {
    font-size: 20px !important;
    right: 20px !important;
    padding: 25px !important;
    background-color: #D5F7B2 !important;
    border-radius: 20px !important;
}
.t706__cartpage-close svg {
    transition: transform .3s ease;
}
.t706__cartpage-close:hover svg {
    transform: scale(1.15);
}

@media screen and (max-width: 960px) {
    .t706__cartpage-totals {
        background: #f8f8f8!important;
        padding: 25px 0 40px!important;
        margin-top: 0!important;
        border-radius: 0;
        border: 0;
    }
    .t706__cartpage-heading {
        font-size: 20px!important;
    }
    .t706__cartpage-top {
        min-height: 70px!important;
    }
    .t706__cartpage-close {
        font-size: 16px!important;
        padding: 16px!important;
        border-radius: 20px !important;
    }
}

@media screen and (max-width: 640px) {
    .t706__product {
        display: table;
        margin: 35px 0;
        position: relative;
        padding: 0;
    }
    .t706__product-thumb {
        display: table-cell;
    }
    .t706__product-title {
        padding: 0 10px 10px 15px;
        font-size: 14px;
    }
    .t706__product-amount, .t706__product-plusminus {
        display: inline-block;
        padding: 0 0 0 15px;
        vertical-align: bottom;
        width: auto;
    }
    .t706__product-amount.t-descr.t-descr_sm {
        position: relative;
        top: 2px;
        font-size: 18px;
    }
    
    
    .t706__product-thumb {
        display: table-cell;
        width: 100px;
        padding: 0;
        position: relative;
        overflow: hidden;
        background-image: unset;
        border: unset;
    }
    
    .t706__product-thumb::before {
        content: "";
        display: block;
        height: 105px;
        display: flex;
        width: 100px;
        box-sizing: border-box;
        background-color: #F8F8F8;
        background-image: url(https://static.tildacdn.com/tild3936-3737-4230-b165-326363363639/product-bg.png);
        background-size: cover;
        background-position: center;
        border-radius: 12px;
        border: 1px solid #D5F7B2;
    }
    
    .t706__product-thumb .t706__product-imgdiv {
        position: absolute;
        top: 5px;
        left: 15px;
        right: 15px;
        height: 95px;
        width: 70px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    
    .t706__cartpage-open-form-wrap {
        padding: 0 10px!important;
    }
    .t706__cartpage-info {
        padding: 0 10px!important;
    }
    
    .t706__cartpage-close {
        font-size: 14px!important;
        right: 10px!important; 
        padding: 16px!important;
        background-color: #D5F7B2!important;
        border-radius: 12px!important;
    }
    .t706__cartpage-back {
        font-size: 25px!important;
        left: 10px!important;
        padding: 0!important;
    }
}


/*Стили страницы ваш заказ*/
.t706__cartpage-form .t-input-group_nm .t-input-title {
    color: #1F1F1F!important;
    font-size: 15px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.t706 .t-form input.t-input {
    -webkit-transform: translateZ(0);
    background: #FBFBFB;
    border: 1px solid #D5F7B2 !important;
    border-radius: 10px;
    height: 60px;
    color: #1F1F1F !important;
    padding: 0 25px;
    font-size: 15px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}
.t706__cartpage-info-wrapper {
    top: 100px!important;
}

.t706__cartpage-form-wrapper .t-input-group_dl .t-name{
    color: #1F1F1F!important;
    font-size: 15px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.t706__cartpage-form-wrapper .t-input-group_pm .t-input-title {
    color: #1F1F1F!important;
    font-size: 15px!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600!important;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.t706__cartpage-form-wrapper .t-input-group_dl .t-input-description {
    color: #BBBBBB!important;
    letter-spacing: -0.04em!important;
}

.t706__cartpage-form-wrapper .t-radio__control {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}
.t706__cartpage-form-wrapper .delivery-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}
.t706__cartpage-form-wrapper .t-radio__control .t-radio__indicator {
    margin-right: 15px!important;
    background: #fbfbfb!important;
    width: 30px!important;
    height: 30px!important;
    box-sizing: border-box;
    border: 1px solid #D5F7B2 !important;
    opacity: 1!important;
}
.t706__cartpage-form-wrapper .t-radio__control .t-radio__indicator:after {
    background: #D5F7B2!important;
    height: 18px!important;
    width: 18px!important;
}
.t706__cartpage-form .t-form .t-descr_md {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.3!important;
    letter-spacing: -0.04em!important;
}
.t706__cartpage-form-wrapper .t-checkbox__control.t-checkbox__control_flex {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2!important;
    letter-spacing: -0.04em!important;
    gap: 15px;
}
.t706__cartpage-form-wrapper .t-checkbox__indicator {
    height: 30px!important;
    opacity: 1!important;
    width: 30px!important;
    background: #FBFBFB!important;
    border: 1px solid #D5F7B2!important;
    border-radius: 5px!important;
}
.t706__cartpage-form-wrapper .t-checkbox__indicator:after {
    border: solid #D5F7B2!important;
    border-width: 0 3px 3px 0!important;
    height: 13px!important;
    left: 10px!important;
    top: 3px!important;
    width: 7px!important;
}

/*ошибки*/
.t706__cartpage-form-wrapper .t-input-group_cb:is(.t-form .js-error-control-box:has(.t-input-block+.t-input-error)) .t-checkbox__control {
    border: unset!important;
}
.t706__cartpage-form-wrapper .js-error-control-box .t-checkbox__control {
    padding: 0!important;
}
.t706__cartpage-form-wrapper .js-error-control-box .t-checkbox__indicator {
    border: 1px solid red!important;
}
.t706__cartpage-products {
    background: #BBF0FF;
    padding: 15px 25px;
    border-radius: 15px;
    border: 1px solid #D5F7B2;
}

@media screen and (max-width: 960px) {
    .t706__cartpage-products {
        background: transparent;
        padding: 0;
        border-radius: 0;
        border: 0;
    }
}

@media screen and (max-width: 640px) {
    .t706__cartpage-form {
        padding-left: 10px;
        padding-right: 10px;
    }
    .t706__cartpage-form .t-input-group_nm .t-input-title {
        font-size: 14px!important;
        margin-bottom: 20px;
    }
    .t706 .t-form input.t-input {
        height: 54px;
        padding: 0 20px;
        font-size: 14px!important;
    }
    .t706__cartpage-form-wrapper .t-input-group_dl .t-name{
        font-size: 14px!important;
        margin-bottom: 20px;
    }
    .t706__cartpage-form-wrapper .t-input-group_pm .t-input-title {
        font-size: 14px!important;
        margin-bottom: 20px;
    }
    
    .t706__cartpage-form-wrapper .t-radio__control {
        font-size: 14px;
    }
    .t706__cartpage-form-wrapper .delivery-checkbox-label {
        font-size: 14px;
    }
    .t706__cartpage-form-wrapper .t-radio__control .t-radio__indicator {
        margin-right: 12px!important;
        width: 25px!important;
        height: 25px!important;
    }
    .t706__cartpage-form-wrapper .t-radio__control .t-radio__indicator:after {
        height: 15px!important;
        width: 15px!important;
    }
    .t706__cartpage-form .t-form .t-descr_md {
        font-size: 14px;
    }
    .t706__cartpage-form-wrapper .t-checkbox__control.t-checkbox__control_flex {
        font-size: 14px;
        gap: 15px;
        align-items: flex-start;
    }
    .t706__cartpage-form-wrapper .t-checkbox__indicator {
        height: 30px!important;
        width: 30px!important;
    }
    .t706__cartpage-form-wrapper .t-checkbox__indicator:after {
        border-width: 0 3px 3px 0!important;
        height: 13px!important;
        left: 10px!important;
        top: 3px!important;
        width: 7px!important;
    }
}

.t706__auth {
    background-color: #BBF0FF;
    font-size: 15px;
    border-radius: 15px;
}