/*! 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.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;
}

/**
 * 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: 2em;
    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: 1em; /* 2 */
}

/* 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 */
    -webkit-text-decoration: underline dotted;
    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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    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: 100%; /* 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;
}

@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/OpenSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/OpenSans-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Open Sans";
    src: url("/assets/fonts/OpenSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Josefin Sans";
    src: url("/assets/fonts/JosefinSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Icons";
    src: url("/assets/fonts/Icons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Icons" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e900";
}

.icon-conditioner:before {
    content: "\e901";
}

.icon-delivery:before {
    content: "\e902";
}

.icon-fact-check:before {
    content: "\e903";
}

.icon-humidity:before {
    content: "\e904";
}

.icon-phone:before {
    content: "\e905";
}

.icon-queue:before {
    content: "\e906";
}

.icon-sun:before {
    content: "\e907";
}

.icon-temperature:before {
    content: "\e908";
}

.icon-warehouse:before {
    content: "\e909";
}

.icon-geo:before {
    content: "\e90a";
}

.icon-mail:before {
    content: "\e90b";
}

.icon-time:before {
    content: "\e90c";
}

/* #region Common */
*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #333333;
    background-color: #ffffff;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 768px) {
    body {
        font-size: 16px;
        -webkit-tap-highlight-color: initial;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
    margin: 0;
    padding: 0;
}

address {
    font-style: normal;
}

ul {
    list-style: disc;
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}
a:hover {
    color: #266efb;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.hidden {
    display: none;
}

/* #endregion */
/* #region Containers */
.container {
    width: 90%;
    max-width: 1620px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    margin-top: 70px;
    margin-bottom: 70px;
}
@media (min-width: 768px) {
    .section {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

/* #endregion */
/* #region Headings */
h1,h2,h3,h4,h5,h6,.heading {
    font-family: "Open Sans";
    font-weight: 700;
    line-height: normal;
    text-wrap: balance;
}
h1,.heading--h1 {
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    h1,.heading--h1 {
        font-size: 38px;
    }
}
.heading--h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.heading--h2:has(+ .heading-description) {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    h2,.heading--h2 {
        font-size: 26px;
        margin-bottom: 60px;
    }
    .heading--h2:has(+ .heading-description) {
        margin-bottom: 10px;
    }
}
h2,.heading--h3 {
    font-size: 17px;
    margin-bottom: 30px;
}
.texts-section .heading--h3, .article .heading--h3 , .texts-section h2, .article h2 {
    margin-bottom: 0;
}
.contacts-section .heading--h3, .contacts-sectionh2 {
    margin-bottom: 5px;
}
@media (min-width: 768px) {
    .heading--h3,h2 {
        font-size: 22px;
        margin-bottom: 35px;
    }
}
.heading--card {
    font-size: 18px;
    line-height: 120%;
    text-wrap: wrap;
}
@media (min-width: 768px) {
    .heading--card {
        font-size: 20px;
    }
}
.heading--faq {
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-wrap: wrap;
}
@media (min-width: 768px) {
    .heading--faq {
        font-size: 19px;
    }
}

.heading-description {
    font-family: "Open Sans";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .heading-description {
        margin-bottom: 50px;
    }
}

/* #endregion */
/* #region Buttons */
.button {
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 35px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #266efb;
    color: #ffffff;
    transition: background-color 0.3s;
    cursor: pointer;
}
.button:hover, .button:active {
    color: #ffffff;
    background-color: #377aff;
}
.button--outline {
    padding: 12px 32px;
    background-color: transparent;
    border: 2px solid #266efb;
    color: #266efb;
}
.button--outline:hover, .button--outline:active {
    color: #ffffff;
    background-color: #266efb;
}

/* #endregion */
/* #region Header */
.header {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.1);
    z-index: 5;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}

.logo {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-family: "Josefin Sans";
    font-size: 22px;
    font-weight: 500;
    color: #333333;
}
.logo--white {
    color: #ffffff;
}
.logo__text {
    display: none;
    margin-top: 4px;
}
@media (min-width: 635px) {
    .logo__text {
        display: block;
    }
}
.logo:hover {
    color: inherit;
}

.phone-link {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 385px) {
    .phone-link {
        font-size: 18px;
    }
}

.burger-button {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    order: 3;
}
@media (hover: hover) {
    .burger-button:hover .burger-button__line {
        background-color: #266efb;
    }
}
@media (min-width: 1140px) {
    .burger-button {
        display: none;
    }
}
.burger-button__line {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 6px;
    background-color: #333333;
    transition: 0.3s;
}
.burger-button__line:first-of-type {
    transform-origin: 0% 0%;
    transition: transform 0.25s ease-in-out;
}
.burger-button__line:nth-of-type(2) {
    transform-origin: 50% 50%;
    transition: transform 0.125s ease-in-out;
}
.burger-button__line:nth-of-type(3) {
    transform-origin: 0% 100%;
    transition: transform 0.25s ease-in-out;
}
.burger-button--close .burger-button__line:first-of-type {
    transform: rotate(45deg);
}
.burger-button--close .burger-button__line:nth-of-type(2) {
    transform: scaleX(0);
}
.burger-button--close .burger-button__line:nth-of-type(3) {
    transform: rotate(-45deg);
}

.nav-container {
    position: fixed;
    top: 75px;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    z-index: 20;
    transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}
.nav-container.active {
    transform: scaleY(1);
    opacity: 1;
}
@media (min-width: 1140px) {
    .nav-container {
        all: unset;
        border-bottom: none;
    }
}

@media (min-width: 1140px) {
    .nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.nav__items {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}
@media (min-width: 1140px) {
    .nav__items {
        flex-direction: row;
        -moz-column-gap: 45px;
        column-gap: 45px;
    }
}
.nav__item {
    position: relative;
    display: block;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    text-align: start;
    padding: 15px 0;
}
@media (min-width: 1140px) {
    .nav__item {
        padding: 0;
    }
}

/* #endregion */
/* #region Footer */
.footer {
    background-color: #333333;
    color: #ffffff;
}
.footer .container {
    display: flex;
    flex-direction: column;
}
.footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 25px;
    flex-wrap: wrap;
    padding: 30px 0;
}
.footer__main .logo {
    font-size: 18px;
}
.footer__main .logo__text {
    display: block;
}
.footer__main .phone-link {
    font-size: 15px;
}
.footer__main .external-link {
    font-size: 14px;
    text-decoration: underline;
}
@media (min-width: 385px) {
    .footer__main .external-link {
        font-size: 15px;
    }
}
.footer__copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 10px;
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid #888888;
}

.cky-btn-revisit-wrapper{
    display: none !important;
}


/* #endregion *//*# sourceMappingURL=style.css.map */