

/* Start:/local/templates/conditioner.cadena.pro/components/bitrix/news.list/carousel_advantages/style.css?1747315294403*/
.carousel_advantages_wrapper{
	position: relative;
	padding: 15px 60px 15px;
}
#carousel_advantages .carousel-svg-wrapper{
	text-align: center;
	padding-top: 30px;
	width: 230px;
}
#carousel_advantages .carousel-caption{
	text-align: center;
	padding: 0 30px 15px;
	max-width: 250px;
	margin: 10px auto;
	font-size: 20px;
}
#carousel_advantages .carousel-slide img{
	display: block;
	margin: auto;
}




/* End */


/* Start:/local/templates/conditioner.cadena.pro/components/bitrix/news.list/cards_advantages/style.css?17470404393560*/
.cards_advantages_wrapper {
    position: relative;
    padding: 15px 0px;
}

.cards_advantages_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cards_advantages__item {
    position: relative;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.cards_advantages__item.x_0.y_0,
.cards_advantages__item.x_1.y_1 {
    flex: 0 1 calc(55% - 10px);
}

.cards_advantages__item.x_1.y_0,
.cards_advantages__item.x_0.y_1 {
    flex: 0 1 calc(45% - 10px);
}

.cards_advantages__item_bg {
    background: #eeeeee center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cards_advantages__NAME {
    position: absolute;
    top: 34px;
    left: 58px;
    right: 100px;
    z-index: 2;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 5px #00000033;
}
.cards_advantages__item.active .cards_advantages__NAME {
    color: #FB883A;
    transition: color 0.2s;
}

.cards_advantages__TEXT {
    opacity: 0;
    transition: 0.2s;
    z-index: 2;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    padding-right: 30px;
    margin-top: 30px;
}
.cards_advantages__item.active .cards_advantages__TEXT {
    transition: opacity 0.2s;
    opacity: 1;
}

.cards_advantages__button {
    position: absolute;
    top: 34px;
    right: 34px;
    z-index: 2;
    width: 52px;
    height: 52px;
    background: #ffffff center no-repeat url("/local/templates/conditioner.cadena.pro/components/bitrix/news.list/cards_advantages/icon-plus-black.svg");
    border-radius: 52px;
    box-shadow: 0 0 5px #ffffff;
    cursor: pointer;
    transition: 0.2s;
}

.cards_advantages__item:hover .cards_advantages__button {
    background-color: #EC8640;
    box-shadow: 0 0 5px #EC8640;
}
.cards_advantages__item.active .cards_advantages__button {
    background: #ffffff center no-repeat url("/local/templates/conditioner.cadena.pro/components/bitrix/news.list/cards_advantages/icon-cross-black.svg");
    box-shadow: 0 0 5px #ffffff;
}
.cards_advantages__item .cards_advantages__item_blur{
    background: #00000077;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.2s;
}
.cards_advantages__item.active .cards_advantages__item_blur{
    opacity: 1;
    backdrop-filter: blur(5px);
}


@media(max-width: 1240px){
    .cards_advantages__NAME {
        top:42px;
        left: 10%;
        right: 20%;
    }
    .cards_advantages__NAME {
        font-size: calc(16px + 1vw);
    }

}
@media (max-width: 960px) {
    .cards_advantages__NAME {
        top: 31px;
        left: 5%;
    }
    .cards_advantages__button {
        width: 30px;
        height: 30px;
        background-size: 16px;
    }
}
    @media (max-width: 800px) {
    /**/
    .cards_advantages__item {
        border-radius: 20px;
    }
    .cards_advantages__NAME {
        position: relative;
        font-size: calc(3vw + 10px);
        left: auto;
        right: auto;
        top: auto;
        margin: 33px 33px 33px 18px;
    }
    .cards_advantages__item.x_0.y_0, .cards_advantages__item.x_1.y_1,
    .cards_advantages__item.x_1.y_0, .cards_advantages__item.x_0.y_1{
        flex: 0 0 100%;
        height: auto;

    }
    .cards_advantages__button {
        width: 24px;
        height: 24px;
        background-size: 14px;

    }
    .cards_advantages__item.active .cards_advantages__button {
        background-size: 14px;
    }
    .cards_advantages__TEXT {
        font-size: 14px;
        line-height: 1.5;
    }
}
@media (max-width: 350px) {
    .cards_advantages__NAME {
        font-size: calc(2vw + 10px);
    }
}
/* End */


/* Start:/local/templates/conditioner.cadena.pro/components/bitrix/news.list/products_table/style.css?17471376875015*/
.aircon-wrapper {
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.aircon-title {
    text-align: left;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.aircon-title span {
    color: #FD6600;
}

.aircon-table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    font-size: 20px;
    font-weight: 500;
}

.aircon-table th,
.aircon-table td {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 15px;
    text-align: center;
}

.aircon-table tr:nth-child(2) td {
    border-top: none;
}


.aircon-table tr:last-child td {
    border: none;
    padding: 30px 15px;
}

.aircon-table th {
    border: none;
    background: none;
}

.aircon-table tr.bold th,
.aircon-table tr.bold td {
    font-weight: bold;
    font-size: 24px;
}

.aircon-table tr.bold td {
    padding: 30px 15px;
}

.aircon-table .aircon-btn {
    background: #3c3c3c;
    color: white;
    padding: 7px 20px 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    min-width: 182px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
}
.aircon-table .aircon-btn:hover {
    transition: 0.2s;
    background: #505050;
    box-shadow: inset 0 0 19px #00000077;
    color: white;
}


.aircon-table th:first-child,
.aircon-table td:first-child {
    width: 200px;
    text-align: left;
    border-left: none;
    border-right: none;
}

.aircon-table th:last-child,
.aircon-table td:last-child {
    border-right: none;
}


.aircon-table img.PREVIEW_PICTURE {
    max-height: 70px;
    display: block;
    margin: 0px auto 30px;
}

.aircon-buy {
    padding: 8px 16px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.aircon-buy:hover {
    background: #333;
}

@media (max-width: 1400px) {
    .aircon-container {

    }

    .aircon-wrapper {
        padding: 20px 0 20px 0;
        margin: 10px -15px;
    }
    .aircon-title {
     margin-left: 15px;
    }
    .aircon-table {
        /*
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding: 30px 30px 30px 0px;
        box-sizing: border-box;
        */
    }

    .aircon-table tr td:first-child {
        width: 200px;
        white-space: normal;
    }
    .aircon-table .aircon-btn {
        font-size: calc(10px + 1vw);
        padding: 7px 20px 8px;
        min-width: 150px;
        line-height: 30px;
    }

}
.table-container {
    overflow-x: auto;
    position: relative;
}

.fixed-column-table {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    background: white;
    z-index: 2;
    pointer-events: none;
}
table {
    border-collapse: collapse;
    width: 100%;
}

.fixed-column {
    position: absolute;
    left: 0;
    width: 150px; /* Ширина первого столбца */
    background: white; /* Чтобы текст не просвечивал */
    z-index: 1;
}

th.fixed-column {
    top: 0;
}

td.fixed-column {
    /* Выравнивание по высоте строки */
}
.table-controls {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    margin-right: 15px;
}
@media (min-width: 1300px) {
    .table-controls {
        display: none;
    }

}
.scroll-left, .scroll-right {
    background: center/10px no-repeat url("/local/templates/conditioner.cadena.pro/components/bitrix/news.list/products_table/arr-left.svg");
    overflow: hidden;
    text-indent: -999px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
}
.scroll-right {
    background-image: url("/local/templates/conditioner.cadena.pro/components/bitrix/news.list/products_table/arr-right.svg");
}
.scroll-left:hover, .scroll-right:hover {
    transform: scale(1.1);
}
.scroll-left:disabled, .scroll-right:disabled {
    opacity: 0.5;
}

.table-container.no-smooth-scroll {
    scroll-behavior: auto !important;
}
.aircon-title-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.aircon-title-wrapper h2{
    margin-bottom: 13px;
}
@media (max-width: 1024px) {
    .aircon-title {
        font-size: calc(5vw + 8px);
    }
    .aircon-table tr td:first-child {
        width: 100px;
        white-space: normal;
    }

}

@media (max-width: 768px) {

    .aircon-table th, .aircon-table td {
        border: none;
    }
    .aircon-table,
    .aircon-table tr.bold th,
    .aircon-table tr.bold td {

        font-size: 16px;
    }

    .aircon-title {
        font-size: calc(5vw + 8px);
        margin: 0 0 30px 15px;
    }
}

@media (max-width: 575px) {
    .aircon-title {
        font-size: calc(5vw + 11px);
    }
    .aircon-table tr td:first-child {
        padding-right: 0;
    }
    .aircon-table .aircon-btn {
        min-width: 156px;
        line-height: 44px;
        padding: 0;
        font-size: 14px;
    }


}
@media (max-width: 360px) {
    .aircon-title {
        font-size: calc(4vw + 11px);

    }
    .aircon-table tr td:first-child {
        width: 80px;
        padding-right: 0;
        font-size: 14px;
    }
    .aircon-table  {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/conditioner.cadena.pro/components/bitrix/news.list/common_features/style.css?17465978051530*/
.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    background: #fff;
    padding: 40px 20px;
    border-radius: 40px;
}

.features-left {
    flex: 1 1 60%;
    background:  no-repeat center center;
    background-size: cover;
    min-height: 600px;
    border-radius: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-left-text {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.features-left-text span {
    color: #ff5a00;
}

.features-right {
    flex: 1 1 35%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.feature-card {
    background:  #333 linear-gradient(to bottom, #434343, #5B5B5B);
    color: #fff;
    border-radius: 40px;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}
.feature-card h3 {
    margin: 20px auto;
    font-size: 32px;
    letter-spacing: 1px;
}
.feature-card p {
    margin: 0;
    font-size: 16px;

}
.feature-card img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .features-section {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .features-left, .features-right {
        flex: 1 1 100%;
    }
    .features-right {
        grid-template-columns: 1fr 1fr;
    }
    .features-left {
        min-height: 60vw;
    }

}

/* End */


/* Start:/local/templates/conditioner.cadena.pro/components/bitrix/news.list/text_blocks_on_plates/style.css?17484996772353*/
.text_block_on_gray_plate-wrapper {
    padding: 50px 50px;
    background: #EAECEF linear-gradient(to right, #DDE5EB, #ECEEF0);
    border-radius: 40px 0 40px 0;
    text-align: center;
    font-size: 20px;
}

.text_block_on_plate-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: center/cover no-repeat;
    min-height: 890px;
    margin: 40px auto 0;
    max-width: 1920px;
}

.text_block_on_gray_plate-title {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    margin: 0 auto 30px;
}


.text_block_on_gray_plate-text {
    padding: 0 100px;
}

.text_block_on_plate-title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin: 0;
}

.text_block_on_plate-content {
    margin-top: 112px;
    padding: 45px 45px 45px 145px;
    backdrop-filter: blur(5px);
    background-color: #FFFFFF33;
    text-shadow: 0 0 2px #00000033;
}

.text_block_on_plate-text {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
    max-width: 750px;
    margin-top: 30px;
}

@media (max-width: 1400px) {
    .text_block_on_plate-wrapper {
        background-position: 90% -5%;
        background-size: auto 120%;
        min-height: 100vw;
    }

}

@media (max-width: 768px) {
    .text_block_on_plate-wrapper {
        background-position: 90% 70%;
        background-size: auto 110%;
    }

    .text_block_on_gray_plate-title {
        font-size: calc(3vw + 10px);
        margin: 0;
    }

    .text_block_on_gray_plate-text {
        padding: 0 0;
        max-width: 100%;
        font-size: calc(2vw + 10px);
    }

    .text_block_on_gray_plate-wrapper {
        padding: 50px 5vw;
    }

    .text_block_on_plate-wrapper {
        min-height: 120vw;
    }

    .text_block_on_plate-title {
        font-size: calc(5vw + 10px);
    }

    .text_block_on_plate-text {
        font-size: calc(2vw + 10px);
    }

    .text_block_on_plate-content {
        margin: auto;
        padding: 30px 30px 30px 60px;
        max-width: 80%;

    }

}

@media (max-width: 575px) {
    .text_block_on_plate-content {
        position: relative;
        padding: 30px 5vw 30px 6vw;
    }

    .text_block_on_plate-content-bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

/* End */


/* Start:/local/components/nle/downloads/templates/.default/style.css?17476637052795*/
.downloads-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 200px;
    border-bottom: 1px solid #d9d9d9;
    margin: 30px 0;
    font-size: 20px;
}
.downloads-list-title{
    font-size: 22px;
    margin: 40px 5px -10px;
    font-weight: bold;
}

.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 6px;

}

.download-icon {
    width: 32px;
    height: 32px;
}

.download-icon img {
    width: 32px;
    height: 32px;
}

.download-item-col1 {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    margin-left: 12px;
    min-width: 200px;
}

.download-info1 {
    flex: 1 1 100%;
    margin-left: 12px;
    min-width: 200px;
}

.download-info2 {
    flex: 1 1 100px;
    margin-left: 12px;
    min-width: 200px;
}

.file-name {
    color: var(--color-black);
    font-weight: bold;
}

.file-meta {
    font-size: 0.9em;
    color: var(--color-black);
}

.download-action {
    flex: 1 1 30px;
}

.download-action a.download-link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: center no-repeat url("/local/components/nle/downloads/templates/.default/icons/download.svg");
}
.download-action a.download-link:hover {
    background: center no-repeat url("/local/components/nle/downloads/templates/.default/icons/download-orange.svg");
}


@media (max-width: 767px) {
    .download-item {
        padding: 15px 0;
    }

    .download-item-col1 {
        flex: 1 1 50%;
        margin-left: 0;
    }

    .download-info1 {
        flex: 1 1 100%;
        margin-left: 5px;
        min-width: 140px;
    }

    .download-action {
        flex: 0 0 30px;
        margin-left: 15px;
    }

    .download-icon img {
        width: 25px;
    }

    .downloads-list {
        font-size: calc(13px + 0.5vw);
        border: none;
        min-height: 70px;
    }
    .download-info2 {
        flex: 0 0 100px;
        margin-left: 12px;
        min-width: 100px;
    }
}

@media (max-width: 575px) {
    .download-icon {
        flex: 0 0 32px;
    }
    .download-info1 {
        flex: 1 1 80%;
    }
    .download-item-col1 {
        flex: 1 1 50%;
        margin-left: 0;
        flex-wrap: wrap;
    }
    .download-info2 {
        margin-left: 5px;
        margin-top: 3px;
    }
    .file-name {
        line-height: 1;
    }
    .download-action a.download-link {
        background-image: url("/local/components/nle/downloads/templates/.default/icons/download-orange.svg");
    }
    .downloads-list {
        min-height: 90px;
    }
}

@media (max-width: 350px) {
    .download-action a img {
        width: 22px;
    }

    .download-info2 {
        margin-left: 5px;
    }

    .download-info1 {
        min-width: 130px;
    }
}
/* End */


/* Start:/local/components/nle/feedback_form/templates/.default/style.css?17484997293510*/
.feedback-section-wrapper{
    background: #eeeeee center top/cover no-repeat;
    min-height: 670px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    margin: auto;
}
.feedback-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 24%;
}
.feedback-left {
    flex: 1 1 50%;
}
.feedback-left h2 {
    font-size: 37px;
    margin-bottom: 20px;
    text-align: center;
}
.feedback-left form input,
.feedback-left form textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    outline: none;

}
.feedback-left form input.error,
.feedback-left form textarea.error {
    background-color: #FFD9D9;
    border-color: #FFD9D9;
}

.feedback-left form textarea {
    height: 200px;
}
.feedback-button-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.feedback-left form button {
    background-color: #3c3c3c;
    color: white;
    padding: 10px 20px 11px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    min-width: 308px;
    min-height: 70px;
    font-size: 32px;
}
.feedback-left form button:hover {
    transition: 0.2s;
    background: #505050;
    box-shadow: inset 0 0 19px #00000077;
    color: white;
}

.feedback-left form button[disabled] {
    background: #D0CFCD;
    color: #A4A4A4;
}
.feedback-left form button[disabled]:hover {
    background: #D0CFCD;
    color: #A4A4A4;
    box-shadow: none;
    cursor: not-allowed;
}
.feedback-right {
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback-right img {
    max-width: 100%;
    height: auto;
}
.success-message {
    font-size: 18px;
    color: #28a745;
    background-color: #e6f9ec;
    border: 1px solid #b7e5c2;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    animation: fadeIn 0.6s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media(max-width: 1800px){
    .feedback-section-wrapper{
        min-height: calc(0px + 30vw);
    }

    .feedback-section {
        padding-right: 0;
    }
    .feedback-left{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .feedback-section form {
        max-width: 500px;
        margin: auto;
    }
}
@media(max-width: 768px){
    .feedback-left h2 {
        font-size: calc(22px + 2vw);
        margin-top: 0;
    }

    .feedback-right {
        flex: 0 0 0%;
    }
    .feedback-left{
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .feedback-section-wrapper {
        background-position: 0 top;
        background-size: 400%;
        min-height: 60vw;
        padding: 30px 0;
    }
}
@media(max-width: 575px){
    .feedback-left h2 {
        font-size: calc(17px + 1vw);
    }
    .feedback-section-wrapper {
        padding: 0px 0;
    }
    .feedback-left form button {
        background-color: #3c3c3c;
        color: white;
        padding: 10px 20px 11px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        min-width: 240px;
        min-height: 38px;
        font-size: 14px;
    }

}


/* End */
/* /local/templates/conditioner.cadena.pro/components/bitrix/news.list/carousel_advantages/style.css?1747315294403 */
/* /local/templates/conditioner.cadena.pro/components/bitrix/news.list/cards_advantages/style.css?17470404393560 */
/* /local/templates/conditioner.cadena.pro/components/bitrix/news.list/products_table/style.css?17471376875015 */
/* /local/templates/conditioner.cadena.pro/components/bitrix/news.list/common_features/style.css?17465978051530 */
/* /local/templates/conditioner.cadena.pro/components/bitrix/news.list/text_blocks_on_plates/style.css?17484996772353 */
/* /local/components/nle/downloads/templates/.default/style.css?17476637052795 */
/* /local/components/nle/feedback_form/templates/.default/style.css?17484997293510 */
