

/* Start:/local/templates/conditioner.cadena.pro/css/reset.css?17470593157336*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
    box-sizing: border-box;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    height: 100%;
    min-height: 100%;
    margin: 0;
    background: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 16px; /* !!!!! Don't touch this, or I'll kill you!!!!! */
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
    line-height: 1.4286;
    color: var(--color-black);
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: var(--font-size-large-4);
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: var(--font-size-normal);
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: var(--font-size-normal); /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: var(--font-size-small-3);
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: var(--font-size-small-4);
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: var(--font-size-normal);
    /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/***************************/
ul, li {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--color-black);
    transition: 0.2s;
}

a:hover {
    color: var(--color-orange);
}


/* End */


/* Start:/local/templates/conditioner.cadena.pro/css/settings.css?1746606516500*/
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap');
:root {
    --color-black: #3E3E3E;
    --color-gray: #717171;
    --color-gray-darker: #484848;
    --color-orange: #FD6600;
    --color-orange2: #FB883A;

    --font-size-large-4: 3rem;
    --font-size-large-3: 2rem;
    --font-size-large-2: 1.6rem;
    --font-size-large-1: 1.4rem;
    --font-size-large: 1.2rem;

    --font-size-normal: 1rem;
}
/* End */


/* Start:/local/templates/conditioner.cadena.pro/css/slick.min.css?17060784221369*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
/* End */


/* Start:/local/templates/conditioner.cadena.pro/css/slick_overrides.css?17470619241793*/
/* SLICK OVERRIDES */

.slick-list {
    overflow: hidden;
    border-radius: 10px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 0px;
    z-index: 100;
    background:  center/contain no-repeat;
/*    box-shadow: -1px 3px 7px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #00000000;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    transition: 0.1s;
    outline: none !important;
}

.slick-arrow:hover {
    transform: scale(1.1);
}

.slick-prev {
    background-image: url('/local/templates/conditioner.cadena.pro/css/../images/arr-left.svg');
    background-position: center;
    margin-right: 45px;
    left: 0px;
}

.slick-next {
    background-image: url('/local/templates/conditioner.cadena.pro/css/../images/arr-right.svg');
    background-position: center;
    left: auto;
    right: 0px;
}


.slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.slick-dots li button {
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #d8d8d8;
}
@media(max-width: 750px){
    .slick-dots li button {
        width: calc(1px + 3vw);
        border-radius: 5px;
    }
}

.slick-dots li.slick-active button {
    background: #000000;
}

.slick-dots {
    text-align: center;
}

.slick-track {
    display: flex;
}

@media(max-width: 750px){
    #slider_catmain .slick-track {
        display: inline-block;
    }

}


.slick-slide {
    height: auto;
    flex: 0 0 auto;
}

.slick-slide > div,
.slick-slide > div > .list_item,
.slick-slide > div > .list_item > div {
    height: 98%;

}

/* End */


/* Start:/local/templates/conditioner.cadena.pro/template_styles.css?174896003014376*/
html {
    background: #3c3c3c;
}


html, body {
    font-family: "Exo 2", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;

    -webkit-tap-highlight-color: transparent; /* Убирает синюю подсветку при тапе */
    outline: none !important; /* Убирает outline */
}

/* Для всех кликабельных элементов */
a, button, [onclick] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer_policy_links{
    text-align: right;
}
.footer_policy_links a{
    font-size: 14px;
    line-height: 1.2;
    padding: 1px 0;
    margin: 2px 0;
}


.hidden-pc {
    display: none;
}

.co_wrap_all {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.co_topline_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
}

.co_topline_wrapper img.co_logo {
    display: block;
    margin: auto;
}

.co_first_screen_wrapper {
    height: 850px;
    background: center 0/cover no-repeat url("/local/templates/conditioner.cadena.pro/images/bg_first_screen2.jpg");;
    margin-bottom: 10px;
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.co_second_screen_wrapper {
}


.co_first_screen_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    width: 100%;
    max-width: 1920px;
}
.co_first_screen_text_panel{
    position: relative;
    z-index: 2;
}

.co_first_screen_icon_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 233px;
    width: 233px;
    height: 694px;
    background: #0000001a;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 130px #00000022;
    border-radius: 0 0 10px 10px;
    padding: 30px 0;
}

.co_first_screen_text_panel {
    flex: 0 1 40%;
}

.co_first_screen_text_panel__title {
    font-size: 68px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--color-black);
    margin-bottom: 25px;
}

.co_first_screen_text_panel__title h1 {
    font-size: 68px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--color-black);
    margin: 0;
}

.co_first_screen_text_panel__title span.orange {
    color: var(--color-orange);
}

.co_first_screen_text_panel__title span {
    display: block;
}

.co_my {
    margin-top: 15px;
    margin-bottom: 15px;
}

.co_btn {
    display: inline-block;
    padding: 27px 10px;
    min-width: 275px;
    text-align: center;
    font-size: var(--font-size-normal);
    line-height: 1;
    border-radius: 15px;
}

.co_first_screen_content__button {
    padding: 0 10px;
    font-size: var(--font-size-large-3);
    height: 70px;
    line-height: 70px;
}

.co_btn.co_btn_black {
    background: #3c3c3c;
    color: white;
}
.co_btn.co_btn_black:hover {
    transition: 0.2s;
    background: #505050;
    box-shadow: inset 0 0 19px #00000077;
    color: white;
}

.co_first_screen_menu {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

ul.co_first_screen_menu__tabs {
    list-style: none;
    display: flex;
}

.co_first_screen_menu__back_plate {
    background: #FFFFFF99;
    backdrop-filter: blur(5px);
    border-radius: 10px 10px 0px 0px;
    width: max-content;
    border-bottom: 1px solid #a4a4a4;
    padding: 15px 50px 0;
}

ul.co_first_screen_menu__tabs li {
    list-style: none;
    display: block;
}

ul.co_first_screen_menu__tabs li .tab_button {
    cursor: pointer;
    display: block;
    padding: 20px 30px 20px;
    color: var(--color-black);
    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    border: 1px solid #ffffff00;
    border-radius: 10px 10px 0 0;
    user-select: none;
}

ul.co_first_screen_menu__tabs li .tab_button:hover {
    transition: 0.2s;
    color: var(--color-orange2);
    text-decoration: none;
}

ul.co_first_screen_menu__tabs li .tab_button.active {
    transition: 0.2s;
    color: var(--color-orange);
    text-decoration: none;
    background-color: #ffffff99;
    border: 1px solid #a4a4a4;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 21px;
    margin-bottom: -1px;
}

.container {
    margin: auto;
    width: 100%;
    max-width: 1550px;
    padding-left: 15px;
    padding-right: 15px;
}
.content.container {
    padding-bottom: 30px;
}


.co_block_advantages__list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    user-select: none;
}

.co_block_advantages__list_item {
    padding: 10px 30px;
    width: 200px;
    margin: auto;
}

.co_block_advantages__list_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.co_block_advantages__list img {
    display: block;
    margin: 15px auto;
}

.co_block_advantages__list_item_text {
    text-align: center;
}

footer {
    min-height: 200px;
    background: #3c3c3c;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    padding: 30px 0;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.footer_phone {
    font-size: 24px;
}

.footer_menu {
    margin: 15px auto;
}

.footer_menu ul {
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.footer_menu ul a {
    display: block;
    padding: 10px;
    font-size: 18px;
}

.footer_link a {
    font-size: 18px;
}

.footer__logo {
    padding: 15px 0;
}

.footer__logo img {
    display: block;
    margin: auto;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: flex-end;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.big-features-table {
    width: 100px;
    margin: 30px 0;
}

.big-features-table {
    border: 1px solid #777777;
    width: 100px;
    margin: 30px 0;
    border-collapse: collapse;
}

.big-features-table td,
.big-features-table th {
    border: 1px solid #777777;
    padding: 10px 20px;
}

.header__menu a {
    display: block;
    padding: 5px;
    margin: 15px;
    color: #3E3E3E;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 97.5%; /* 17.55px */
    letter-spacing: 0.45px;
}

.header__menu_hamburger {
    background: center/contain no-repeat url("/local/templates/conditioner.cadena.pro/images/hamburger.svg");
    background-size: 36px 12px;
    width: 50px;
    height: 50px;
    margin: 10px;
    cursor: pointer;
}

.header__menu a:hover {
    color: #FD6600;
}

.menu_top_mobile {
    background: #fdfafa;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    width: auto;
    margin-top: 3px;
    z-index: 1000;
    padding: 20px 20px 20px 10px;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.5s;
    opacity: 0;
    display: none;
}

.menu_top_mobile .co_topline_logo {
    margin-left: 20px;
}

.menu_top_mobile .menu_top_mobile_button_close {
    background: #ffffff url("/local/templates/conditioner.cadena.pro/images/cross.svg") center/45% no-repeat;
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    bottom: auto;
    z-index: 10;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    transform: scale(0.9);
    transition: 0.2s;
}
.content a{
    color: var(--color-orange);
    text-decoration: underline;
}
.content a:hover{
    color: var(--color-orange2);
    text-decoration: underline;
}

/**/
form .red_bg {
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
    width: fit-content;
}
form .red_bg a {
    text-decoration: underline;
}

form .red_bg.error {
    background-color: #ffd9d9;
}
.checkbox_wrapper input[type=checkbox] {
    display: none;
}

.checkbox_wrapper label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}

.checkbox_wrapper label:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -1px;
    background: url('/images/icon-checkbox-unchecked.svg') 0 2px no-repeat;
}

/* Checked */
.checkbox_wrapper input[type=checkbox]:checked + label:before {
    background: url('/images/icon-checkbox-checked.svg') 0 0 no-repeat;
}

/* Hover */
.checkbox_wrapper label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.checkbox_wrapper input[type=checkbox]:disabled + label:before {
    filter: grayscale(100%);
}
/**/

@media (max-width: 1400px) {
    .co_first_screen_icon_panel img{
        max-height: 100%;
    }
    .co_first_screen_wrapper {
        height: 60vw;
    }

    .co_first_screen_text_panel__title h1 {
        font-size: calc(3vw + 10px);
    }

    .co_first_screen_content {
        gap: 2vw;
    }

    .co_first_screen_content__button {
        font-size: calc(1vw + 11px);
        min-width: 200px;
        height: 55px;
        line-height: 55px;

    }

    .co_first_screen_text_panel {
        margin-top: -5vw;
    }

    .co_first_screen_icon_panel {
        flex: 0 0 23vw;
        height: 50vw;
        padding: 0;
    }

    .co_first_screen_wrapper {
        background: 30% 0/cover no-repeat;
    }
}

@media (max-width: 1000px) {
    .co_first_screen_icon_panel {
        flex: 0 0 20vw;
        height: 48vw;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .footer_policy_links{
        text-align: center;
        margin: auto;
    }
    .co_first_screen_menu__back_plate {
        display: none;
    }
    .mobile-visible{
        display: block;
    }

    .co_first_screen_icon_panel {
        flex: 0 0 0px;
        height: 70vw;
    }

    .co_topline_wrapper {
        height: 47px;
    }

    .co_topline_logo img {
        width: 84px;
    }

    .co_topline_wrapper {
        justify-content: space-between;
        padding-left: 30px;
    }

    .hidden-pc {
        display: block;
    }
    .hidden-mob {
        display: none !important;
    }
    .footer__logo img {
        display: block;
        margin: 0 auto;
    }
    .header__menu_hamburger {
        height: 40px;
    }

    .menu_top_mobile__outer.active .menu_top_mobile_bg {
        background: #00000099;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }

    .menu_top_mobile__outer.active .menu_top_mobile {
        opacity: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .co_first_screen_text_panel__title h1 {
        font-size: 26px;
    }

    .co_first_screen_wrapper {
        height: 70vw;
    }
    .footer_menu ul {
        display: block;
    }
    .footer_bottom {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 10px;
        gap: 20px;
    }
    .footer_menu ul a {
        padding: 5px 10px ;
        line-height: 1;
        font-size: 16px;
    }
    .footer__logo {
        padding: 15px 10px;
    }

}
@media (max-width: 575px) {
    .footer_bottom {
        align-items: flex-start;
    }
    .footer_policy_links {
        text-align: left;
        margin: 0;
    }
    .co_first_screen_text_panel {
        flex: 0 1 100%;
    }
    .co_first_screen_icon_panel img{
        display: none;
    }

    .footer__logo img {
        margin: 0;
    }

    .co_first_screen_wrapper {

        height: 62vw;
        background: 4% 0/cover no-repeat url("/local/templates/conditioner.cadena.pro/images/bg_first_mobile.jpg");
    }
    .co_first_screen_blur_panel{
        position: absolute;
        backdrop-filter: blur(1px);
        background: #ffffff55;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.7;
    }
    .co_first_screen_text_panel__title h1 {
        text-shadow: 0 0 1px #ffffff11;
    }

    .co_first_screen_content__button {
        font-size: calc(1vw + 10px);
        min-width: 156px;
        height: 38px;
        line-height: 38px;
        border-radius: 8px;
    }
    .co_first_screen_icon_panel {
        flex: 0 0 0;
        height: 66vw;
    }
    .carousel_advantages_wrapper button{
        display: none;
    }
    .carousel_advantages_wrapper {
        position: relative;
        padding: 15px 4vw 15px;
        margin: 0 auto;
        max-width: 340px;
        box-sizing: border-box;
    }
    #carousel_advantages .carousel-slide{
        display: flex;
        align-items: center;
        margin: 20px 0;
    }
    #carousel_advantages .carousel-svg-wrapper{
        flex: 0 0 32px;
        padding: 0;
    }
    #carousel_advantages .carousel-image{
        flex: 0 0 32px;
        padding: 0;
        width:32px;
        height: 32px;
    }
    #carousel_advantages .carousel-svg-wrapper{
        flex: 0 0 32px;
        padding: 0;
    }
    #carousel_advantages .carousel-caption {
        font-size: 16px;
        flex: 0 0 100%;
        text-align: left;
        padding: 0 0 0 15px;
        max-width: none;
        margin: 0;
    }

    footer {
        text-align: left;
        font-size: 16px;
    }
    .footer_link a {
        font-size: 16px;
    }
    .footer_phone {
        text-align: left;
    }
}
@media(max-width: 340px){
    .carousel_advantages_wrapper {
        padding: 15px 1vw 15px;
        max-width: 100%;
    }
}
/* End */
/* /local/templates/conditioner.cadena.pro/css/reset.css?17470593157336 */
/* /local/templates/conditioner.cadena.pro/css/settings.css?1746606516500 */
/* /local/templates/conditioner.cadena.pro/css/slick.min.css?17060784221369 */
/* /local/templates/conditioner.cadena.pro/css/slick_overrides.css?17470619241793 */
/* /local/templates/conditioner.cadena.pro/template_styles.css?174896003014376 */
