/*
	Front page
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #dfe6e9;
}

a {
    background-color: transparent;
}

a:focus {
    outline: unset;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 0.875em;
}

img {
    height: auto;
}

main img {
    max-width: 100%;
    border-style: none;
}

picture img {
    display: block;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring {
    outline: 1px dotted #fff;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
    color: #333;
    background: #fff;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Ruberoid';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Bold.eot');
    src: local(''),
        url('../fonts/Ruberoid-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Bold.woff2') format('woff2'),
        url('../fonts/Ruberoid-Bold.woff') format('woff'),
        url('../fonts/Ruberoid-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Light.eot');
    src: local(''),
        url('../fonts/Ruberoid-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Light.woff2') format('woff2'),
        url('../fonts/Ruberoid-Light.woff') format('woff'),
        url('../fonts/Ruberoid-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Ruberoid';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Ruberoid-Regular.eot');
    src: local(''),
        url('../fonts/Ruberoid-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ruberoid-Regular.woff2') format('woff2'),
        url('../fonts/Ruberoid-Regular.woff') format('woff'),
        url('../fonts/Ruberoid-Regular.ttf') format('truetype');
}

/* raleway-300 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v29-cyrillic_latin-300.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-300.ttf') format('truetype');
}

/* raleway-400 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v29-cyrillic_latin-regular.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-regular.ttf') format('truetype');
}

/* raleway-500 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v29-cyrillic_latin-500.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-500.ttf') format('truetype');
}

/* raleway-600 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v29-cyrillic_latin-600.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-600.ttf') format('truetype');
}

/* raleway-700 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v29-cyrillic_latin-700.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-700.ttf') format('truetype');
}

/* raleway-800 - cyrillic_latin */
@font-face {
    font-display: swap;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v29-cyrillic_latin-800.woff2') format('woff2'),
        url('../fonts/raleway-v29-cyrillic_latin-800.ttf') format('truetype');
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    line-height: 1.76;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:empty,
p:last-of-type {
    margin-bottom: 0;
}

.site-container-wrap {
    position: relative;
    overflow-x: hidden;
}

.site-container {
    position: relative;
    margin: auto;
    max-width: 1300px;
    width: 100%;
}

.hide {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

@media screen and (max-width: 1350px) {
    .site-container {
        padding: 0 50px;
    }
}

@media screen and (max-width: 980px) {
    .site-container {
        overflow: hidden;
    }
}

@media screen and (max-width: 728px) {
    .site-container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 375px) {
    .site-container {
        padding: 0 15px;
    }
}

/* ## Headings */

h2,
h3,
h4,
h5,
.h2 {
    margin: 0;
    line-height: 1.5;
    font-weight: 700;
}

h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h3,
.h4 {
    font-weight: 700;
    line-height: 1.4;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5,
.h6,
.h7 {
    font-weight: 700;
    line-height: 1.4;
}

.h5 {
    font-size: 20px;
}

.h6 {
    font-size: 18px;
}

.h7 {
    font-size: 16px;
}

/* ## Links */

a,
button,
input:focus {
    transition: 0.3s;
}

a {
    color: #2acad8;
    text-decoration: none;
}

.post a:not([class]):visited {
    color: #666666;
}

/* ## Buttons */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    background-color: #2acad8;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: unset;
}

button:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
    color: #a4aeb9;
    background-color: #e4e8ec;
    cursor: not-allowed;
}

button:not(.search-submit):hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
    opacity: .7;
}

.button-line {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #2acad8;
}

.button-line:hover {
    color: #fff;
    background-color: #2acad8;
    opacity: 1;
}

.button.small {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 7px;
}

.button svg {
    flex-shrink: 0;
    transition: .3s;
}

.cross {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cross:before,
.cross:after {
    content: "";
    width: 1px;
}

.cross:before {
    transform: rotate(45deg);
}

.cross:after {
    transform: rotate(-45deg);
}

/* ## Form */

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
    --border: #e3e3e3;
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    color: #223158;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
}

input[type="tel"],
input[type="date"] {
    font-family: 'Ruberoid', sans-serif;
}

input.error,
textarea.error {
    --border: #eb3154;
}

.form-bg input,
.form-bg textarea {
    --border: transparent;
}

select:hover {
    cursor: pointer;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
textarea:disabled,
select:disabled {
    color: rgba(164, 174, 185, 1);
    background-color: #eceff2;
    cursor: not-allowed;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #e7eaee;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto
}

label {
    display: block;
}

@media screen and (max-width: 980px) {

    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    textarea,
    select {
        font-size: 16px;
    }
}

/* ## Input select */

select {
    padding-right: 50px;
    color: #808080;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAANUlEQVQImYXMuw0AIAwD0Qv7ZVoGPBqK8BGksWw9JYDO52LmC2aUcoMJ0NRl2AEAKgUeH1UGNA0P+kwys8wAAAAASUVORK5CYII=);
    background-position: right 20px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

select::-ms-expand {
    display: none;
}

.popup-form .selectric {
    border-color: #e3e3e3;
}

.popup-form .selectric-items {
    z-index: 9999;
}

.form-bg .selectric {
    border-color: transparent;
}

/* ## Input checkbox */

.input-checkbox {
    display: grid;
    grid-template-columns: 16px auto;
    grid-gap: 15px;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}

.form-bg .input-checkbox {
    font-size: 12px;
}

.input-checkbox+.input-checkbox {
    margin-top: 10px;
}

input[type="checkbox"] {
    display: grid;
    place-content: center;
    margin: 0;
    color: #000;
    width: 16px;
    height: 16px;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(194, 208, 211, 0.64);
    border-radius: 3px;
    transform: translateY(-0.075em);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

input[type="checkbox"]::before {
    content: '';
    width: 11px;
    height: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA5Ij48cGF0aCBmaWxsPSIjMkU2N0E2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4zNSAxLjM1IDUuMjEgNy41bC4xNC4xNS0uNy43LS4xNS0uMTQtLjE1LjE0LS43LS43LjE0LS4xNUwuNjUgNC4zNWwuNy0uN0w0LjUgNi43OSAxMC42NS42NWwuNy43WiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    outline: max(2px, 0.15em) solid #8d61f1;
    outline-offset: max(2px, 0.15em);
}

input[type="checkbox"]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

input[type="checkbox"]:disabled::before {
    opacity: .5;
}

/* ## Input text */

.input-text {
    position: relative;
}

.input-text.required label[for]:after {
    content: " *";
    color: red;
}

.input-text.border {
    border: 1px solid #000745;
}

.input-text.with-comment {
    display: flex;
    align-items: center;
    padding-right: 30px;
    background-color: #fff;
    border-radius: 10px;
}

.input-text.with-comment input {
    --border: transparent;
}

.input-text.with-comment input:focus {
    border: 0;
}

.input-text.with-comment span {
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000745;
}

/* ## Drag & drop */

.drag-drop {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.drag-drop input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.drag-drop input[type="file"]:disabled {
    cursor: not-allowed;
}

.drag-drop-label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px 20px;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #2e67a6;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #2e67a6;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
}

.drag-drop:hover .drag-drop-label {
    color: #fff;
    background-color: #2e67a6;
}

.load-file-preview.active {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e67a6;
    background-color: #e5edf3;
    border-radius: 10px;
}

.drag-drop input[type="file"]:disabled~.drag-drop-label,
.drag-drop input[type="file"]:disabled~.drag-drop-label .load-file-preview.active {
    color: rgba(39, 39, 70, 0.5);
    background-color: #e4e8ec;
}

@media screen and (max-width: 640px) {
    .drag-drop-label span {
        font-size: 16px;
    }
}

/* ## Placeholder */

::placeholder {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #223158;
    text-overflow: ellipsis;
    opacity: 0.5;
    transition: opacity ease 0.3s;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

/* ## Overlay */

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #0b0c0e;
    visibility: hidden;
    opacity: 0;
    transition: opacity .35s ease-in;
}

.menu-overlay.active {
    visibility: visible;
    opacity: .8;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
    padding-bottom: 30px;
}

.site-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #10191f;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 45px;
    padding-bottom: 45px;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1140px) {
    .header-bottom {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .header-top {
        flex-wrap: wrap;
        padding-top: 35px;
        padding-bottom: 30px;
    }
}

/* ## Logo */

.logo {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 40px;
}

.logo .h1 {
    display: flex;
    flex-direction: column;
    color: #9dadb8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.logo .h1 span {
    font-weight: 300;
}

.logo picture {
    margin-right: 20px;
}

.logo img {
    height: auto;
}

@media screen and (max-width: 728px) {
    .site-header .logo {
        margin-right: 20px;
    }
}

/* ## Address */

.call-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-header .call-wrap {
    margin-left: 40px;
    color: #fff;
}

.site-header .call-wrap>span {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.3;
    opacity: .5;
}

.call-link {
    margin-top: 2px;
    font-size: 12px;
    color: #3c86c8;
    cursor: pointer;
}

.call-link:hover {
    text-decoration: underline;
}

.address {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.3;
}

@media screen and (max-width: 980px) {
    .site-header .call-wrap {
        margin-left: auto;
        margin-right: 20px;
    }
}

@media screen and (max-width: 480px) {
    .site-header .call-wrap {
        order: 3;
        align-items: start;
        margin-top: 10px;
        width: 100%;
    }
}

/* ## Phone */

.tel {
    display: flex;
    align-items: flex-start;
    font-family: 'Ruberoid', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    white-space: nowrap;
}

.site-header .tel {
    color: #fff;
}

.tel.big {
    font-size: 24px;
}

.tel span {
    margin-right: 7px;
    font-weight: 300;
}

/* ## Header bottom */

.header-bottom .left {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
    max-width: 700px;
    color: #fff;
}

.header-bottom h1 {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.header-bottom .text {
    font-size: 18px;
    color: #9dadb8;
    line-height: 1.67;
}

@media screen and (max-width: 480px) {
    .header-bottom h1 {
        font-size: 36px;
    }
}

/* ### Category counters */

.category-counters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.category-counters .counter {
    display: flex;
    align-items: center;
    padding: 5px 2px 5px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    background-color: #fff;
    border-radius: 5px;
}

.category-counters .counter .num {
    margin-left: 20px;
    padding: 5px 7px 3px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background-color: #2acad8;
    border-radius: 5px;
}

/* ## Counters main */

.counters-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 60px;
    background-color: #ecf0f3;
    border-radius: 20px;
    overflow: hidden;
}

.counters-wrap .counter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 60px;
}

.counters-wrap .counter-wrap:not(:last-child) {
    border-right: 1px solid #d8e1e8;
}

.counters-wrap .counter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.counters-wrap .counter .num {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Ruberoid', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.counters-wrap .counter .text {
    min-width: 230px;
    font-size: 13px;
    line-height: 1.43;
}

.counters-wrap .counter .num span {
    margin-left: 3px;
    margin-right: 3px;
    font-size: 20px;
    color: #43cb46;
}

.counters-wrap .counter .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-top: -10px;
    width: 32px;
    height: 32px;
    background-color: #43cb46;
    border-radius: 50%;
}

@media screen and (max-width: 1240px) {
    .counters-wrap.main-block {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
        gap: 40px 0;
    }
}

@media screen and (max-width: 980px) {
    .counters-wrap.main-block {
        margin-left: 0;
        margin-right: 0;
    }

    .counters-wrap .counter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 728px) {
    .counters-wrap .counter .num {
        font-size: 46px;
    }

    .counters-wrap .counter:not(:last-child) {
        border-right: unset;
    }
}

@media screen and (max-width: 640px) {
    .counters-wrap .counter {
        padding-left: 0;
        padding-right: 0;
    }

    .counters-wrap .counter .num {
        font-size: 36px;
    }
}

/* ## Headeb bg */

.header-bg {
    position: absolute;
    top: 0;
    right: calc(-50vw + 50%);
    z-index: -1;
    height: 100%;
    overflow: hidden;
}

.header-bg picture {
    position: relative;
}

@media screen and (max-width: 1140px) {
    .header-bg picture {
        right: -250px;
    }
}

@media screen and (max-width: 1040px) {
    .header-bg picture {
        right: -350px;
    }
}

@media screen and (max-width: 980px) {
    .header-bg {
        display: none;
    }
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
}

.mobile-search {
    display: none;
}

@media screen and (min-width: 981px) {
    .header-menu {
        position: relative;
        display: flex;
        align-items: center;
        width: calc(100% - 130px - 40px - 230px - 40px);
    }

    /* ## Primary menu */

    .primary-menu {
        position: relative;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .primary-menu>ul {
        width: 100%;
    }

    .primary-menu>ul>li {
        position: relative;
        display: flex;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
        white-space: nowrap;
    }

    .primary-menu>ul>li:not(:last-child) {
        margin-right: 5px;
    }

    .primary-menu a {
        color: #000;
    }

    .primary-menu>ul>li>a,
    .primary-menu>ul>li>span {
        position: relative;
        padding: 12px 15px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        border-radius: 10px;
    }

    .primary-menu>ul>li:hover>a,
    .primary-menu>ul>.current-menu-item>a,
    .primary-menu>ul>li>span {
        background-color: #2acad8;
    }

    .primary-menu a:hover {
        text-decoration: unset;
    }

    .header-menu .primary-menu li:hover>.sub-menu {
        display: flex;
    }

    .primary-menu li ul {
        position: absolute;
        top: 52px;
        z-index: 999;
        display: none;
        flex-direction: column;
        margin: 0;
        padding: 15px;
        min-width: 170px;
        height: auto;
        list-style: none;
        background-color: #fff;
        box-shadow: 0 0 13px 0 rgba(100, 120, 164, 0.25);
        border-radius: 10px;
    }

    .primary-menu li ul:before {
        content: '';
        display: block;
        position: absolute;
        top: -6px;
        left: 40px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent white transparent;
        -webkit-filter: drop-shadow(1px 2px 1px rgba(100, 120, 164, 0.25));
        filter: drop-shadow(1px -1px 1px rgba(100, 120, 164, 0.25));
    }

    .primary-menu li ul li {
        position: relative;
    }

    .primary-menu li ul a,
    .primary-menu li ul span,
    .primary-menu .hide-menu a {
        display: block;
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 400;
        color: #000;
        line-height: 1;
        border-radius: 10px;
    }

    .primary-menu li ul a:hover {
        color: #fff;
        background-color: #2acad8;
    }

    .primary-menu li ul ul {
        top: -10px;
        left: 100%;
        background-color: #fff;
        transform: translateX(0);
    }

    .primary-menu li ul ul:before {
        content: none;
    }

    /* ## Hide menu */

    .primary-menu .hide-menu {
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        cursor: pointer;
    }

    .primary-menu .hide-menu .burger {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 20px 10px;
        height: 100%;
        background-color: transparent;
        border-radius: 10px;
        transition: 0.3s;
    }

    .primary-menu .hide-menu:hover .burger {
        background-color: #2acad8;
    }

    .primary-menu .hide-menu .burger span:before,
    .primary-menu .hide-menu .burger span:after {
        width: 15px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .primary-menu .hide-menu:hover .burger span:before,
    .primary-menu .hide-menu:hover .burger span:after {
        background-color: #fff;
    }

    .primary-menu .hide-menu .burger span {
        position: relative;
        width: 15px;
    }

    .primary-menu .hide-menu .burger span:before,
    .primary-menu .hide-menu .burger span:after {
        content: "";
        position: absolute;
    }

    .primary-menu .hide-menu .burger span:before {
        top: -6px;
    }

    .primary-menu .hide-menu .burger span:after {
        top: 1px;
    }

    .primary-menu .hide-menu ul {
        right: 0;
        left: unset;
        transform: unset;
    }

    .primary-menu .hide-menu ul:before {
        right: 15px;
        left: unset;
        transform: unset;
    }
}

/* ## Mobile menu */

.mobile-menu-button,
#mobile-menu-toggle {
    display: none;
}

@media screen and (max-width: 980px) {
    .header-menu {
        order: 3;
    }

    .primary-menu .search-button {
        display: none;
    }

    .mobile-search {
        display: flex;
        margin-bottom: 20px;
        width: 100%;
        border: 1px solid #e6eaed;
    }

    .mobile-menu-button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: #2acad8;
        border-radius: 15px;
        transition: 0.3s;
        cursor: pointer;
    }

    .mobile-menu-button span {
        position: relative;
    }

    .mobile-menu-button span,
    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        width: 20px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        transition: 0.3s;
    }

    .mobile-menu-button span:before,
    .mobile-menu-button span:after {
        content: "";
        position: absolute;
    }

    .mobile-menu-button span:before {
        top: -8px;
    }

    .mobile-menu-button span:after {
        top: 8px;
    }

    .header-menu .primary-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding-top: 35px;
        width: 320px;
        font-size: 1em;
        color: #e2e2e2;
        background-color: #303030;
        box-shadow: 0px 0px 29px 0px rgba(104, 136, 209, 0.16);
        transition: -webkit-transform 0.35s ease-out;
        transition: transform 0.35s ease-out;
        transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
        transform: translate3d(-400px, 0, 0);
        overflow-y: scroll;
    }

    .header-menu .primary-menu ul {
        display: block;
        line-height: 1.3;
    }

    .header-menu .primary-menu li {
        position: relative;
        border-top: 1px solid #4d4d4d;
    }

    .header-menu .primary-menu ul>li:first-child {
        border-top: 0;
    }

    .header-menu .primary-menu li a,
    .header-menu .primary-menu li span {
        display: flex;
        padding: 20px 15px;
        color: #e2e2e2;
    }

    .header-menu .primary-menu li span {
        text-decoration: underline;
    }

    .header-menu .primary-menu .sub-menu {
        display: none;
        padding: 0;
        list-style: none;
    }

    .header-menu .primary-menu .sub-menu li {
        text-transform: none;
    }

    .header-menu .primary-menu .sub-menu li a,
    .header-menu .primary-menu .sub-menu li span {
        align-items: center;
        padding-left: 15px;
    }

    .header-menu .primary-menu .sub-menu li a:before {
        content: "";
        flex-shrink: 0;
        margin-right: 10px;
        width: 3px;
        height: 10px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFAQMAAAC6v8ThAAAABlBMVEVHcEwAmqjMic0bAAAAAXRSTlMAQObYZgAAABBJREFUeNpjaGA4wPAAiBsAEOoDYca3kSkAAAAASUVORK5CYII=);
        filter: grayscale(100%);
        opacity: 0.8;
        background-position: center;
        background-repeat: no-repeat;
    }

    #mobile-menu-toggle:checked~.primary-menu {
        transform: translate3d(0, 0, 0);
    }

    .header-menu .primary-menu .cross {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 100;
        margin-bottom: 5px;
        margin-top: 10px;
        width: 30px;
        height: 30px;
    }

    .header-menu .primary-menu .cross:before,
    .header-menu .primary-menu .cross:after {
        height: 30px;
        background-color: #fff;
    }

    body.mobile-menu-active {
        overflow: hidden;
    }

    /* ## Menu toggle */
    .toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 57px;
        background-color: rgba(255, 255, 255, 0.09);
        cursor: pointer;
    }

    .toggle:hover {
        background-color: rgba(255, 255, 255, 0.13);
    }

    .toggle:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoJPGcgaWQ9Il94MzFfMF8zNF8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjA0LjUwMSwxMzQuNzgyYy05Ljk5OS0xMC4wNS0yNi4yMjItMTAuMDUtMzYuMjIxLDBMMzA2LjAxNCw0MjIuNTU4TDQzLjcyMSwxMzQuNzgyICAgICBjLTkuOTk5LTEwLjA1LTI2LjIyMy0xMC4wNS0zNi4yMjIsMHMtOS45OTksMjYuMzUsMCwzNi4zOTlsMjc5LjEwMywzMDYuMjQxYzUuMzMxLDUuMzU3LDEyLjQyMiw3LjY1MiwxOS4zODYsNy4yOTYgICAgIGM2Ljk4OCwwLjM1NiwxNC4wNTUtMS45MzksMTkuMzg2LTcuMjk2bDI3OS4xMjgtMzA2LjI2OEM2MTQuNSwxNjEuMTA2LDYxNC41LDE0NC44MzIsNjA0LjUwMSwxMzQuNzgyeiIgZmlsbD0iI2ZmZmZmZiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgoJCTwvZz4KCTwvZz4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8L2c+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        opacity: .5;
        transition: .3s;
    }

    .toggle:hover:before {
        opacity: .8;
    }

    .toggle.active:before {
        transform: scale(-1);
    }

    .primary-menu .sub-menu {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .mobile-menu-button {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 400px) {
    .primary-menu {
        padding-bottom: 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Front page
--------------------------------------------------------------*/

.content-wrap {
    position: relative;
    margin-top: 50px;
}

.main-block {
    position: relative;
}

.main-block:not(:last-child) {
    margin-bottom: 70px;
}

.main-block h2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
}

.main-block h2 span {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #43cb46;
    line-height: 1;
}

.main-block h2 span:before {
    content: '';
    margin: -5px 20px 0;
    width: 250px;
    height: 1px;
    background-color: #43cb46;
}

.main-block header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.main-block header h2 {
    margin-bottom: 0;
}

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.item {
    color: #000;
}

.item-image,
.image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.item-image img,
.image-wrap img,
.item-image picture,
.image-wrap picture {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1040px) {
    .main-block h2 span:before {
        flex: 1;
        width: auto;
        min-width: 100px;
    }

    .main-block header {
        display: flex;
        align-items: start;
        flex-direction: column;
    }

    .main-block header h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 640px) {
    .main-block:not(:last-of-type) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .main-block h2 span {
        display: none;
    }
}

/* ## Services */

.services-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.services-list .item {
    padding: 30px 25px;
    background-color: #f3f6f9;
    border-radius: 30px;
}

.services-list .item .num {
    margin-bottom: auto;
    font-family: 'Ruberoid', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #2acad8;
    line-height: 1;
}

.services-list .item .h5 {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.25;
}

.services-list .item .text {
    font-size: 13px;
    line-height: 1.4;
    opacity: .7;
}

@media screen and (max-width: 640px) {
    .services-list .item .num {
        font-size: 50px;
    }

    .services-list .item .h5 {
        margin-top: 20px;
    }
}

/* ## Small form */

.small-form.main-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px 10px;
    border: 1px solid #e0e9ef;
    border-radius: 20px;
}

.small-form h2 {
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 15px;
    font-size: 42px;
    text-transform: unset;
}

.small-form .text {
    margin-right: 30px;
    margin-bottom: 20px;
    max-width: 350px;
    font-size: 13px;
    line-height: 1.4;
}

.small-form .button {
    margin-bottom: 20px;
    width: 330px;
}

@media screen and (max-width: 980px) {
    .small-form.main-block {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .small-form.main-block {
        flex-direction: column;
        text-align: center;
    }

    .small-form h2 {
        margin-right: 0;
    }

    .small-form .text {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .small-form h2 {
        font-size: 36px;
    }

    .small-form .button {
        width: 100%;
    }
}

/* ## Configuration */

.configurations .item {
    padding: 30px 40px 20px;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e9ef;
    border-radius: 30px;
    transition: .3s;
}

.configurations .item:hover {
    border-color: #2acad8;
    box-shadow: inset 0 0 0 1px #2acad8;
}

.configurations .item .h4 {
    margin-bottom: 10px;
    color: #000;
}

.item-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.item-tags div {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: 7px;
}

.item-tags .in-stock {
    color: #43cb46;
    border-color: #43cb46;
}

.item-tags .guarantee {
    color: #000;
    border-color: #fadf29;
}

.configurations .item-image {
    margin-bottom: 20px;
    width: 100%;
    height: 170px;
    border-radius: 30px;
}

.configurations .item-text {
    margin-bottom: 20px;
    font-size: 14px;
    opacity: .7;
}

.item-price {
    margin-bottom: 20px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.configurations .item .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-top: auto;
}

.configurations .item .button-line {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.configurations .item .button-line svg {
    margin-right: 15px;
    fill: #000;
}

.configurations .item .button-line:hover svg {
    fill: #fff;
}

.configurations .item .button-order {
    margin-bottom: 10px;
    width: 130px;
    font-weight: 700;
}

.configurations .item .button-order svg {
    margin-right: 10px;
    stroke: #fff;
}

@media screen and (max-width: 1350px) {
    .configurations .item .bottom {
        flex-wrap: wrap;
    }

    .configurations .item .button-line {
        flex: 1;
    }

    .configurations .item .button-order {
        flex: 1;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .configurations .item {
        padding: 30px 30px 20px;
    }

    .configurations .item .bottom {
        flex-direction: column;
    }

    .configurations .item .button-line {
        margin-right: 0;
    }
}

/* ### Splide */

header .splide__arrows {
    position: relative;
    display: flex;
    align-items: center;
}

header .splide__arrow {
    position: initial;
    width: 61px;
    height: 20px;
    background-color: transparent;
    transform: none;
    opacity: 1;
    transition: .3s;
}

header .splide__arrow--prev {
    margin-right: 20px;
}

header .splide__arrow svg {
    height: auto;
    width: auto;
    fill: #43cb46;
}

.splide__arrow--prev svg {
    transform: none;
}

/* ## Categories */

.categories.main-block {
    padding: 50px;
    background-color: #f3f6f9;
    border-radius: 30px;
}

.categories-columns {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px 60px;
}

.categories-columns .column {
    padding: 30px 40px 25px 40px;
    background-color: #fff;
    border-radius: 30px;
}

.categories-columns .column .h5 {
    margin-bottom: 15px;
}

.categories-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.categories-list a {
    position: relative;
    padding: 7px 25px;
    font-size: 16px;
    color: #000;
    line-height: 1.3;
    border-radius: 10px;
}

.categories-list a:hover {
    color: #fff;
    background-color: #2acad8;
}

.categories-list a:not(:last-child) {
    margin-bottom: 3px;
}

.categories-list a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 7px;
    height: 7px;
    background-color: #2acad8;
    border-radius: 50%;
}

@media screen and (max-width: 980px) {
    .categories.main-block {
        margin-left: -50px;
        margin-right: -50px;
    }
}

/* ## About */

.about.main-block {
    display: flex;
    align-items: center;
}

.about .picture-wrap {
    flex-shrink: 0;
    margin-left: 20px;
}

.about h2 {
    flex-direction: column;
    align-items: start;
    margin-bottom: 30px;
    font-size: 42px;
}

.about h2 span {
    margin-top: 10px;
    font-size: 20px;
}

.about h2 span:before {
    content: none;
}

.about .stars-list {
    margin-bottom: 25px;
}

.about .stars-list svg {
    fill: #fadf29;
}

.about .subheading {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.67;
}

.about .text {
    margin-bottom: 20px;
    max-width: 570px;
    font-size: 14px;
    line-height: 1.43;
    opacity: .7;
}

.about form {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #2acad8;
    border-radius: 15px;
}

.about form .input-text {
    flex: 1;
}

.about form .input-text input {
    border: 0;
}

@media screen and (max-width: 1240px) {
    .about .picture-wrap {
        flex-shrink: unset;
    }
}

@media screen and (max-width: 980px) {
    .about .picture-wrap {
        display: none;
    }
}

/* ## Updates */

.updates.main-block {
    display: flex;
    flex-direction: column;

}

.updates>a {
    align-self: flex-start;
    margin-top: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.updates>a:hover {
    text-decoration: underline;
}

.articles-list {
    --minmax: 300px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--minmax), 1fr));
    gap: 40px 50px;
}

.articles-list .item {
    min-height: 250px;
}

.articles-list .item-image {
    height: 250px;
    width: 100%;
    border-radius: 20px;
}

.articles-list .item .h6 {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    color: #fff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 20%, rgba(255, 255, 255, 0) 80%);
    border-radius: 20px;
}

/* ## SEO */

.seo h2 {
    font-size: 40px;
}

/*-----------------------------------------------------------
# Popup forms
--------------------------------------------------------------*/

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0s 0.3s;
}

.popup-wrap.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s, visibility 0s;
    overflow-x: hidden;
    overflow-y: auto;
}

.no-scroll {
    overflow: hidden;
}

.popup-wrap .popup-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.popup-wrap.active .popup-overlay {
    z-index: 99;
    visibility: visible;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.popup-inner {
    position: relative;
    z-index: 999;
}

.popup-inner .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.popup-wrap .cross {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.popup-wrap .cross:before,
.popup-wrap .cross:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #c4160f;
}

.popup-form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.popup-form .product-form {
    width: 700px;
}

.popup-form p:not(:last-of-type) {
    margin-bottom: 15px;
}

.popup-form textarea {
    height: 150px;
}

@media screen and (max-width: 800px) {
    .popup-wrap {
        align-items: start;
    }
}

@media screen and (max-width: 640px) {
    .popup-inner {
        width: 100%;
    }
}

@media screen and (max-height: 700px) {
    .popup-wrap {
        align-items: start;
    }
}

/* ### Form general */

.popup-form form>div:not(:last-child) {
    margin-bottom: 15px;
}

.form-row {
    display: flex;
}

.form-row:not(:last-child) {
    margin-bottom: 15px;
}

.row-columns>*,
.form-row:only-child>* {
    flex: 1;
}

.row-columns>*:not(:last-child) {
    margin-right: 15px;
}

.form-silence {
    display: none;
}

.popup-form button {
    width: 250px;
    font-size: 17px;
}

@media screen and (max-width: 640px) {
    .form-row {
        flex-direction: column;
    }

    .row-columns>div:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .row-small>div:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .popup-form button {
        width: 100%;
    }
}

/* ### Form info */

.form-info {
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.56;
}

.form-info.active {
    display: flex;
}

.form-info.success,
.form-info.error {
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
}

.form-info.success {
    background-color: #329847;
}

.form-info.error {
    background-color: #d90027;
}

/* ## Contact form popup */

.contact-form-popup .popup-inner {
    display: flex;
    flex-direction: column;
    padding: 40px;
    width: 650px;
    background-color: #f3f6f9;
    border-radius: 50px;
}

.contact-form-popup .cross {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

.contact-form-popup .cross:before,
.contact-form-popup .cross:after {
    background-color: #de776e;
}

.contact-form-wrap .form-wrap {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap>.h3 {
    margin-bottom: 40px;
}

.contact-form-wrap>.h3 span {
    color: #43cb46;
}

.contact-form-wrap>.h3~.subheading {
    margin-bottom: 25px;
    margin-top: -15px;
    font-size: 15px;
    line-height: 1.3;
}

.contact-form-popup .form-wrap form {
    display: flex;
    flex-direction: column;
}

.contact-form-wrap .form-wrap form button {
    width: 340px;
    font-size: 17px;
}

@media screen and (max-width: 980px) {
    .contact-form-popup .popup-inner {
        padding: 40px 30px 30px;
    }

    .contact-form-wrap .form-wrap form button {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .contact-form-wrap>.h3 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .contact-form-wrap input[type="tel"] {
        height: auto;
    }
}

@media screen and (max-height: 840px) {
    .contact-form-wrap picture {
        display: none;
    }

    .contact-form-wrap>.h3 {
        margin-bottom: 25px;
    }

    .contact-form-wrap .info-block {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-height: 475px) {
    .contact-form-wrap .info-block {
        display: none;
    }
}

/* ## Call form */

.call-form button {
    margin-top: 25px;
    padding: 15px 30px;
    width: 260px;
    height: 60px;
    border-radius: 10px;
}

@media screen and (max-width: 640px) {
    .call-form button {
        width: 100%;
    }
}

/* ## Product form */

.product-order {
    display: grid;
    grid-template-columns: minmax(150px, 250px) minmax(200px, 1fr);
    gap: 10px 15px;
    margin-top: 25px;
}

.product-order-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.56;
}

.product-order-price {
    grid-column: span 2;
    margin-top: 10px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 24px;
    line-height: 1;
    text-align: right;
}

.product-order-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-order-list div {
    position: relative;
    padding-left: 30px;
    font-family: 'Ruberoid', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    opacity: .7;
}

.product-order-list div:not(:last-child) {
    margin-bottom: 10px;
}

.product-order-list div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 9px;
    background-color: #2acad8;
    border-radius: 3px;
}

@media screen and (max-width: 640px) {
    .product-order {
        grid-template-columns: minmax(200px, 1fr);
    }

    .product-order-price {
        grid-column: unset;
    }
}

/*--------------------------------------------------------------
# Loaders
--------------------------------------------------------------*/

.form--js {
    position: relative;
}

.form--js~.button-load--js {
    display: none;
    margin-top: 20px;
}

.loader {
    --size: 6px;
    --width: 64px;
    --color: #2acad8;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.loader-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(240, 245, 249, 0.5);
    border-radius: 50px;
}

.loader:after {
    content: '';
    position: absolute;
    top: calc(50% - var(--width) / 2);
    left: calc(50% - var(--width) / 2);
    display: block;
    width: var(--width);
    height: var(--width);
    margin: 8px;
    border-radius: 50%;
    border: var(--size) solid var(--color);
    border-color: var(--color) transparent var(--color) transparent;
    animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    position: relative;
    display: flex;
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    z-index: -1;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: #10191f;
}

.site-footer>div {
    flex: 1;
    margin-bottom: 40px;
}

@media screen and (max-width: 1140px) {
    .site-footer {
        flex-direction: column;
    }
}

/* ## Footer left */

.footer-left {
    margin-right: 100px;
}

.footer-left .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-left .bottom {
    display: flex;
}

.copyright {
    flex: 1.5;
    margin-right: 50px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.43;
}

@media screen and (max-width: 1140px) {
    .footer-left {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    .footer-left .top {
        flex-direction: column;
        align-items: start;
    }

    .footer-left .bottom {
        flex-direction: column;
    }

    .copyright {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* ## Search */

.search-form {
    display: flex;
    align-items: center;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.search-form .search-submit {
    flex-shrink: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    opacity: .3;
    transition: unset;
    cursor: pointer;
}

.search-form input[type="search"] {
    color: #fff;
    border: 0;
    background-color: transparent !important;
}

.search-form input[type="search"]:focus {
    border: none;
}

.search-form input[type="search"]::placeholder {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 640px) {
    .search-form {
        margin-top: 20px;
        width: 100%;
    }
}

/* ### Social */

.social-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 30px;
}

.social-wrap span {
    margin-left: 15px;
    max-width: 150px;
    font-size: 13px;
    line-height: 1.4;
    opacity: .3;
}

.social {
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center
}

.social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%
}

.social a:not(:last-child) {
    margin-right: 10px
}

.social a:hover {
    opacity: .8
}

.social a svg {
    height: 15px;
    fill: #646d6e;
}

@media screen and (max-width: 728px) {
    .social {
        justify-content: center;
    }

    .site-header .social-wrap {
        display: none;
    }
}

/* ### Footer info menu */

.footer-info.menu {
    flex-direction: column;
    flex: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-info.menu a,
.footer-info.menu span {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.3;
}

.footer-info.menu a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1140px) {
    .footer-info.menu {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* ### Footer main menu */

.footer-main-menu .h4 {
    margin-bottom: 15px;
}

.footer-main-menu .menu {
    flex-wrap: wrap;
}

.footer-main-menu .menu li {
    display: flex;
    width: 47%;
}

.footer-main-menu .menu a,
.footer-main-menu .menu span {
    position: relative;
    padding: 8px 25px;
    font-size: 15px;
    color: #fff;
    line-height: 1.3;
    border-radius: 10px;
}

.footer-main-menu .menu a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 10px;
    height: 10px;
    border: 2px solid #43cb46;
    border-radius: 50%;
}

.footer-main-menu .menu a:hover,
.footer-main-menu .menu span {
    background-color: #43cb46;
}

@media screen and (max-width: 1140px) {
    .footer-main-menu .menu li {
        width: 30%;
    }
}

@media screen and (max-width: 480px) {
    .footer-main-menu .menu li {
        width: 100%;
    }
}

/* ## Scroll to top */

#scroll-button {
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 1099;
    display: flex;
    flex-direction: column;
    width: 35px;
    text-align: center;
}

#scroll-button_up {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 60px;
    height: 60px;
    background-color: #2acad8;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

#scroll-button_up svg {
    width: 30px;
    height: 13px;
}

@media screen and (max-width: 800px) {
    #scroll-button {
        display: none;
    }
}