/*0.Иконка в кнопку в Header*/
.buttonimage-left .tn-atom:before {
    content: '';
    background-image: url(https://static.tildacdn.com/tild3739-3266-4735-b334-666366326338/icon-button-0012.svg);
    width: 25px;
    height: 25px;
    margin-right: 5px;
	transition: all 200ms ease;
	opacity: 1;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
/*0.1.Контентная область при 960px full*/
@media screen and (max-width: 960px) {
.uc-960full .t-container {
    max-width: 100% !important;
}}
@media screen and (max-width: 959px) {
.uc-960full .t849__icon {
    width: 30px;
    height: 30px;
}}
/*0.2.Скругление подложки формы*/
.t-popup__container {
    border-radius: 35px;
}
/*0.3.Кнопка формы принять*/
button.t-submit {
    font-size: 20px;
}
/*0.4.Хлебные крошки*/
@media screen and (max-width: 960px) {
.uc-hlebcrosh .t-container {
    max-width: 100% !important;
    padding-left: 0px; 
}}
/*0.5.Форма*/
/*0.5.1.Кнопка отправки*/
.t702 .t-submit {
    width: 100%;
    height: 58px;
    -webkit-appearance: none;
}
/*0.5.2.Текст под формой*/
.t702__form-bottom-text.t-text.t-text_xs.t-align_center {
    font-size: 13px;
    line-height: 1.3em;
}
.t706__form-bottom-text.t-text.t-text_xs {
    font-size: 13px;
    line-height: 1.3em;
}
/*1.Home-Кнопка с нижним бордером*/
.buttonprev {
    border-width: 0 0 1px 0;
    border-color: #f28f38;
    border-style: dashed;
}
/*1.1.Home-Поле формы текст по середине*/
.formp .t-input {
    text-align: center;
}
/*1.2.Home-Отзывы*/
.t958__slider {
    position: relative;
    margin: 0;
}
/*1.2.1.Home-spravochniki-po-ou-2024*/
.t958__review {
    margin-top: 20px;
    text-align: left;
}
/*1.2.2.Home-Отзывы spravochniki-po-ou-2024*/
@media screen and (max-width: 640px)
{.t958__card_preview {
    height: 50vh !important;
}}
/*1.2.3.Рамка видео отзывов*/
.t937__video-frame {
    background-color: #000000;
    border: 0px solid #000000;
}
.t937__playlist-wrap {
    border: 0px solid #000000;
}
.t937__title-wrap {
    border-bottom: 0px solid #d9d9d9;
}
.t937__playlist-item {
    border-bottom: 0px solid #d9d9d9;
}
/*1.3.Отзывы*/
@media screen and (max-width: 640px) {
.t-descr_xs {
    font-size: 12px;
    line-height: 1.3 !important;
}}
@media screen and (max-width: 960px) {
.t937__playlist-wrap {
    border-radius: 3px;
    max-height: 200px !important;
}}
/*2.Корзина*/
/*2.1.Заголовок*/
.t706__cartwin-heading.t-name.t-name_xl {
    color: #203F59;
}
/*2.2.Название товара*/
.uc-cart .t706__product-title {
    color: #203F59 !important;
}
/*2.3.Количество и сумма*/
.t706__cartwin-prodamount-price {
    font-weight: 800;
    color: #203F59;
}
.t706__product-quantity {
    font-weight: 800;
    color: #203F59;
}
.t706__cartwin-prodamount-wrap {
    font-weight: 800;
    color: #203F59;
}
.t706__cartwin-prodamount-currency {
    font-weight: 800;
    color: #203F59;
}
.t706__cartwin-content {
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
    border-radius: 25px;
}
.t706__carticon-text {
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.t613__wrapper {
    box-shadow: 2px 2px 12px 5px rgba(123,123,123,0.1);
}
@media screen and (max-width: 960px) {
.t613__mobile {
    padding: 20px 20px;
}}