/* КОМПЛЕКТАЦИИ */
.compl-table b {
    color:#48b062;
}

.tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
    }
    
    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }
    
    /* Change background color of buttons on hover */
    .tab button:hover {
        background-color: #ddd;
    }
    
    /* Create an active/current tablink class */
    .tab button.active {
        background-color: #ccc;
        border-bottom: 2px solid #48b062;
    }
    
    /* Style the tab content */
    .tabcontent {
        display: none;
    }
    
    .compl-table {
        display: flex;
        flex-direction: column;
        padding: 20px;
        font-family: 'Inter',Arial,sans-serif;
        font-size: 14px;
    }
    
    .compl-table .row {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    
    .compl-table .row:last-child {
        border-bottom: none;
    }
    
    .compl-table .row .category {
        flex-basis: 35%;
        font-weight: bold;
        color: #969696;
    }
    
    .compl-table .row .parameters {
        flex-basis: 70%;
    }
    
    @media only screen and (max-width: 600px) {
        .compl-table .row {
            flex-direction: column;
            padding: 10px;
        }
        
        .compl-table .row .category {
            flex-basis: 100%;
            margin-bottom: 5px;
        }
        
        .compl-table .row .parameters {
            flex-basis: 100%;
        }
    }

.compl-compare-link {
    padding: 10px;
    border: 1px solid #48b062;
    width: 220px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    border-radius: 7px;
    font-family: 'Inter',Arial,sans-serif;
}

.compl-calc {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #48b062;
}

/* ЦИФРЫ В МЕНЮ */
#rec687506657 .t978__menu-col li:nth-child(1)::after {
    content: '54';
    background-color: #48b062;
    padding: 3px 10px 3px 10px;
    border-radius: 7px;
    color: #fff;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 12px;
    margin: auto;
}

#rec687506657 .t978__menu-col li:nth-child(2)::after {
    content: '10';
    background-color: #48b062;
    padding: 3px 10px 3px 10px;
    border-radius: 7px;
    color: #fff;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 12px;
    margin: auto;
}

#rec687506657 .t978__menu-col li:nth-child(3)::after {
    content: '7';
    background-color: #48b062;
    padding: 3px 10px 3px 10px;
    border-radius: 7px;
    color: #fff;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 12px;
    margin: auto;
}

#rec687507633 ul li:nth-child(1) .t978__menu-link-wrapper::after {
    content: '7';
    background-color: #48b062;
    padding: 3px 10px 3px 10px;
    border-radius: 7px;
    color: #fff;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 12px;
    margin: auto;
}

#rec687507633 ul li:nth-child(2) .t978__menu-link-wrapper::after {
    content: '33';
    background-color: #48b062;
    padding: 3px 10px 3px 10px;
    border-radius: 7px;
    color: #fff;
    font-family: "Roboto",Arial,sans-serif;
    font-size: 12px;
    margin: auto;
}

.old-price {
    display: none;
}

.t-redactor__text {
    font-size: 16px;
    line-height: 1.55;
}

@media (min-width: 1200px) {
.uc-main-slider .t-slds__arrow {
    width: 60px !important;
    height: 60px !important;
    margin-top: 0px !important;
    border-radius: 10px !important;
}
}

@media (min-width: 800px) and (max-width: 1199px) {
.uc-main-slider .t-slds__arrow {
    width: 30px !important;
    height: 30px !important;
    margin-top: 0px !important;
    border-radius: 5px !important;
}
}

@media (max-width: 799px) {
.uc-main-slider .t-slds__arrow {
    display: none !important;
}
}

.uc-slider-steps .t-slds__item_active .t-slds__bgimg {
    filter: none !important;
}

.uc-slider-steps .t-slds__item-loaded .t-slds__bgimg {
    filter: grayscale(1);
}

.uc-slider-steps .t-slds__arrow {
    border-radius: 7px;
    background-color: #EEF0F4 !important;
}

.uc-slider-steps .t-slds__arrow:hover {
    background-color: #dbdbdb !important;
}

.uc-articles .t-slds__arrow {
    border-radius: 7px;
    background-color: #EEF0F4 !important;
}

.uc-articles .t-slds__arrow:hover {
    background-color: #dbdbdb !important;
}

.uc-feedback-slide .t-slds__arrow {
    border-radius: 7px;
    background-color: #EEF0F4 !important;
}

.uc-feedback-slide .t-slds__arrow:hover {
    background-color: #dbdbdb !important;
}

.uc-feedback-slider .v-prev .tn-atom:hover {
    background-color: #dbdbdb !important;
}

.uc-feedback-slider .v-next .tn-atom:hover {
    background-color: #dbdbdb !important;
}

.uc-slider-steps .t-slds__caption-active .t-slds__title:before {
    content: '✓';
    background-color: #48B062;
    border-radius: 100px;
    display: inline-grid;
    margin-right: 10px;
    width: 30px;
    height: 20px;
    font-size: 10px;
    color: white;
    text-align: center;
    vertical-align: middle;
    align-content: center;
}

.t-store__card__price {
    font-size: 24px;
}

.t-store__card__price_old {
    font-size: 14px;
    font-weight: 400;
}

.t-store__card__bgimg_second {
background-size: contain !important;
}

.uc-main-cat-title .t-col_12 {
    max-width: 1400px !important;
}

.uc-main-cat .t-active {
    background-color: #48B062 !important;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    opacity: 1 !important;
}

.uc-main-cat .t-store__parts-switch-btn {
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
}

.uc-main-cat .t-store__parts-switch-wrapper {
    background-color: #fff;
    height: 50px;
    vertical-align: middle;
    display: flex;
    float: right;
    align-items: center;
    border-radius: 9px;
    margin-right: 20px;
}

.uc-main-cat .js-store-parts-switcher {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: 400;
}


@media (max-width: 640px) {
.uc-main-cat .js-store-parts-switcher {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

.uc-main-cat .t-store__parts-switch-wrapper {
    background-color: #fff;
    height: 50px;
    vertical-align: middle;
    display: table;
    float: right;
    align-items: center;
    border-radius: 9px;
    margin-right: 0px !important;
}
}

@media (min-width: 1470px) {
.uc-main-cat .js-store-grid-cont, .uc-main-cat .js-store-parts-select-container, .uc-main-cat-title .t-container {
    max-width: 1470px !important;
}

.uc-main-cat .t-store__card {
    max-width: 450px;
}
}

.uc-articles .t-feed__post-bgimg {
    border-radius: 7px !important;
}

/* #feed-cover {
    display: none;
}
*/

.slick-dots li button:before {
    font-size: 10px !important;
    color: #48B062 !important;
}

.uc-old-card {
    display: none;
}
.old-price .tn-atom {
    text-decoration: line-through;
}

.uc-plans .t-container .t667__row {
padding-right: 0px !important;
padding-left: 0px !important;
}

.uc-plans .t667__bgimg {
    border-radius: 10px;
}


/* ИПОТЕЧНЫЙ КАЛЬКУЛЯТОР */
.uc-calc-ipoteka .t-form__inputsbox {
    max-width: 1100px !important;
}

.uc-calc-ipoteka .t696 .t696__text-wrapper {
    margin-bottom: 5px !important;
}

.uc-calc-under .uc-calc-under-shape .tn-atom {
    border-left: 2px solid #48b062 !important;
}

/* КАЛЬКУЛЯТОР ДОМА */
.uc-calc-house .t-radio__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.uc-calc-house .t-img-select__control {
    border: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 7px;
}

.uc-calc-house .found-descr {
    font-size: 14px;
    font-family: 'Inter',Arial,sans-serif;
    color: #838383;
}

.uc-calc-house .t-img-select__container {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 480px) and (max-width: 960px) {
.uc-calc-house .t-img-select__control {
        flex-basis: 45%;
    }
}

@media (max-width: 480px) {
.uc-calc-house .t-img-select__control {
        flex-basis: 100%;
        flex-wrap: wrap;
    }
}

.uc-calc-house .t-radio__control, .t-checkboxes__item {
      -webkit-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 12px 0px rgba(34, 60, 80, 0.2);
border-radius: 7px;
padding: 20px;
}

@media (min-width: 1201px) {
.uc-calc-house .t-radio__control, .t-checkboxes__item {
width: 28%;
display: inline-table;
margin: 5px;
}
}

@media (min-width: 960px) and (max-width: 1200px) {
.uc-calc-house .t-radio__control, .t-checkboxes__item {
width: 27%;
display: inline-table;
margin: 5px;
}
}

@media (max-width: 960px) {
.uc-calc-house .t-radio__control, .t-checkboxes__item {
width: 90%;
margin: 10px 0px 10px 0px;
}
}

@media (max-width: 960px) {
.uc-calc-house .t-radio__control {
        flex-basis: 100%;
    }
}

@media (min-width: 1201px) {
.uc-calc-house .t-checkboxes__item {
    margin: 10px 10px 10px 10px;
    width: 43%;
    display: inline-flex;
    height: 130px;
}
}

@media (min-width: 960px) and (max-width: 1200px) {
.uc-calc-house .t-checkboxes__item {
    margin: 10px 10px 10px 10px;
    width: 42%;
    display: inline-flex;
    height: 140px;
}
}

@media (min-width: 640px) and (max-width: 960px) {
.uc-calc-house .t-checkboxes__item {
    margin: 10px 10px 10px 10px;
    width: 38%;
    display: inline-flex;
    height: 220px;
}
}

@media (max-width: 640px) {
.uc-calc-house .t-checkboxes__item {
    margin: 10px 0px 10px 0px;
    width: 90%;
}
}

.form-gift {
    padding: 0px 10px 0px 10px;
    background-color: #44A75D;
    width: fit-content;
    border-radius: 50px;
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 10px;
}

.calc-descr {
    font-size: 13px;
    margin-top: 10px;
}

.t-popup__container {
    border-radius: 10px;
}

.uc-calc-house .t-checkbox__control {
flex-wrap: wrap;
align-content: flex-start;
display: flow !important;
line-height: 1.5 !important;
}

.uc-calc-house .t-radio__item {
align-content: flex-start;
display: flow !important;
line-height: 1.5 !important;
}

/* КАТАЛОГ */
.uc-cat .t-store__card__price-value:before, .uc-main-cat .t-store__card__price-value:before {
    content: 'от ';
}

.uc-cat .t-store__card__price_old, .uc-main-cat .t-store__card__price_old {
    display: none;
}

.uc-cat .t-store__card__btns-wrapper {
    margin-top: 0px !important;
    background-color: #fff;
    padding: 0px 20px 20px 20px;
    border-radius: 0px 0px 10px 10px;
}

.uc-cat .t-store__card__textwrapper {
    padding: 20px 20px 0px 20px !important;
    background-color: #fff;
}

.uc-cat .t-store__card__bgimg {
    border-radius: 10px;
}

.uc-cat .t-store__card__imgwrapper {
    border-radius: 10px 10px 0px 0px;
    background-color: #fff;
}

.uc-cat .t-store__card:hover .t-store__card__textwrapper {
    webkit-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.1);

}

.uc-cat .t-store__card:hover .t-store__card__btns-wrapper {
    webkit-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.1);
    -moz-box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.1);
    box-shadow: 0px 8px 8px 0px rgba(34, 60, 80, 0.1);
}

.uc-cat .t-store__filter__custom-sel.active {
    background-color: #48b062;
    padding: 10px;
    border-radius: 7px;
    color: #fff !important;
}

.uc-cat .t-store__filter__custom-sel:hover {
    background-color: #48b062;
    color: #fff !important;
}

.uc-cat .t-store__filter__custom-sel {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 7px;
    color: #000 !important;
}

.uc-cat .t-store__filter__range_bg {
    background-color: #48b062 !important;
}

.uc-cat .t-store__filter__input {
    border-radius: 7px;
}

.uc-cat .t-store__filter__item-controls-container {
    background-color: #f7f7f7;
    border-radius: 7px;
}

.t1002__addBtn {
    border-radius: 7px !important;
}

.t-store__card__mark {
    color: #ffffff;
    border-radius: 6px;
    width: 150px;
    height: 35px;
    font-weight: 800;
    font-size: small;
    font-family: 'Inter', Arial, sans-serif !important;
}

.new-price, .old-price {
    width: auto !important;
}

/* IFRAME */
.rounded-lg {
    border-radius: 0.5rem;
}

.w-full {
    width: 100%;
}

.aspect-\[21\/9\] {
    aspect-ratio: 21/9;
}

/* ДРУГОЕ */
.uc-slider-about .t-slds__bgimg {
    border-radius: 7px;
}

.uc-slider-about .t-slds__arrow {
    border-radius: 7px;
    background-color: #EEF0F4 !important;
}

.uc-slider-about .t-slds__arrow:hover {
    background-color: #dbdbdb !important;
}

.uc-plans .t667__bgimg {
    background-size: contain !important;
    background-color: #fff !important;
}

.uc-plans .t-slds__bgimg {
    background-size: contain !important;
    background-color: #fff !important;
    border-radius: 10px;
}

.found-gift {
    display: none;
}

.map-contacts {
    display: flex;
}

/* ЛЕЙБЛЫ NEW */
.t-store__card[data-product-lid="281950529032"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="243714858802"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="764133329752"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="547318256122"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="974869303892"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="338711707162"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="484661067992"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="945827575012"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="645319255082"] .t-store__card__mark-wrapper:after,
.t-store__card[data-product-lid="227433872692"] .t-store__card__mark-wrapper:after{
    content: "NEW";
    background-color: red;
    color: white;
    width: 50px;
    height: 35px;
    border-radius: 6px;
    font-size: small;
    align-content: center;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    display: table-caption;
}