:root {
    --dark: #141414;
    --dark-rgb: 20, 20, 20;
    --dark-green: #002e33;
    --gray: #f1f3f3;
    --dark-gray: #c4c4c4;
    --white: #fff;
    --white-rgb: 255, 255, 255;
    --black: #000;
    --accent: #f25535;
    --hover-accent: #ec340f;
    --acid-green: #1bd741;
    --tiffany: #d9f6ef;
    --font-main: 'SFProText', sans-serif;
    --font-heading: 'SF Pro Display', sans-serif;
    --font-size: 16px;
    --font-weight: 400;
    --line-height: 22px;
    scroll-behavior: auto
}

@font-face {
    font-family: 'SFProText';
    src: url("../fonts/SFProText-Regular.woff2") format("woff2"), url("../fonts/SFProText-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProText';
    src: url("../fonts/SFProText-Semibold.woff2") format("woff2"), url("../fonts/SFProText-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SFProText';
    src: url("../fonts/SFProText-Medium.woff2") format("woff2"), url("../fonts/SFProText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SF Pro Display';
    src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0
}

html {
    font-size: 16px
}

body {
    font-family: var(--font-main);
    font-size: var(--font-size);
    font-weight: var(--font-weight);
    line-height: var(--line-height);
    color: var(--dark);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--white)
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    font-family: var(--font-heading);
    font-style: normal;
    line-height: normal;
    font-weight: 600
}

h1,
.h1 {
    font-size: 39px;
    line-height: 43px;
    letter-spacing: -0.01em
}

h2,
.h2 {
    font-size: 39px;
    line-height: 43px;
    letter-spacing: -0.01em
}

@media (max-width: 991.98px) {
    h2,
    .h2 {
        font-size: 28px;
        line-height: 31px
    }
}

h3,
.h3 {
    font-size: 28px;
    line-height: 34px
}

h4,
.h4 {
    font-size: 20px;
    line-height: 28px
}

h5,
.h5 {
    font-size: 16px;
    line-height: 22px
}

h6,
.h6 {
    font-size: 14px;
    line-height: 20px
}

p {
    margin: 0
}

p+p {
    margin-top: 10px
}

a {
    color: inherit
}

a:hover {
    color: inherit
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

svg {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.hidden {
    display: none
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0)
}

.container {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 575.98px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1320px
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row>* {
    padding-left: 10px;
    padding-right: 10px
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

@media (max-width: 991.98px) {
    .main {
        padding-top: 46px
    }
}

.section {
    padding-top: 80px;
    padding-bottom: 96px;
    overflow: hidden;
}

.section-title,
.section-header {
    margin-bottom: 48px
}

@media (max-width: 991.98px) {
    .section {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .section-title {
        margin-bottom: 32px
    }
    .section-header {
        margin-bottom: 24px
    }
}

.btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 15px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.btn-2 {
    padding: 5px 15px;
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 28px
}

.inner-btn {
    margin: 30px auto;
    padding: 10px 25px;
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 28px;
    max-width: 222px;
    width: 100%;
    display: block;
}

.btn-danger {
    color: var(--white);
    background-color: var(--accent);
    border-color: var(--accent);
    outline: 2px solid #fff;
    outline-offset: -5px;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background-color: var(--hover-accent);
    border-color: var(--hover-accent);
    color: var(--white)
}

.btn-outline-danger {
    color: var(--dark);
    background-color: transparent;
    border-color: var(--accent)
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
    background-color: var(--accent);
    border-color: var(--accent);
    color: var(--white)
}

.form-control {
    padding: 12px 23px;
    height: 48px;
    font-size: 16px;
    line-height: 22px;
    color: inherit;
    background-color: var(--gray);
    border: 1px solid vvar(--gray);
    border-radius: 6px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.form-control:focus,
.form-control:valid,
.form-control:not(:focus):valid {
    color: inherit;
    border-color: var(--gray);
    background-color: var(--gray)
}

.form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.6
}

.form-control:-ms-input-placeholder {
    color: inherit;
    opacity: 0.6
}

.form-control::-ms-input-placeholder {
    color: inherit;
    opacity: 0.6
}

.form-control::placeholder {
    color: inherit;
    opacity: 0.6
}

textarea {
    resize: none
}

.form-group {
    margin-bottom: 24px;
    display: block
}

.form-label {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px
}

.logo {
    display: block;
    width: 100%;
    max-width: 150px
}

.logo img {
    width: 100%
}

.whatsapp {
    padding: 9px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-color: var(--acid-green)
}

.whatsapp-icon {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC43IDMuMTYyNUMxNi42Mzc1IDEuMSAxMy44ODc1IDAgMTEgMEM0Ljk1IDAgMCA0Ljk1IDAgMTFDMCAxMi45MjUgMC41NTAwMDggMTQuODUgMS41MTI1MSAxNi41TDAgMjJMNS43NzUwMiAyMC40ODc1QzcuNDI1MDIgMjEuMzEyNSA5LjIxMjUgMjEuODYyNSAxMSAyMS44NjI1QzE3LjA1IDIxLjg2MjUgMjIgMTYuOTEyNSAyMiAxMC44NjI1QzIyIDcuOTc1IDIwLjc2MjUgNS4yMjUgMTguNyAzLjE2MjVaTTExIDIwLjA3NUM5LjM1IDIwLjA3NSA3LjcwMDAxIDE5LjY2MjUgNi4zMjUwMSAxOC44Mzc1TDYuMDQ5OTkgMTguN0wyLjYxMjQ5IDE5LjY2MjVMMy41NzUwMSAxNi4zNjI1TDMuMjk5OTkgMTUuOTVDMi4zMzc0OSAxNC40Mzc1IDEuOTI0OTkgMTIuNzg3NSAxLjkyNDk5IDExLjEzNzVDMS45MjQ5OSA2LjE4NzUgNi4wNSAyLjA2MjUgMTEgMi4wNjI1QzEzLjQ3NSAyLjA2MjUgMTUuNjc1IDMuMDI1IDE3LjQ2MjUgNC42NzVDMTkuMjUgNi40NjI1IDIwLjA3NSA4LjY2MjUgMjAuMDc1IDExLjEzNzVDMjAuMDc1IDE1Ljk1IDE2LjA4NzUgMjAuMDc1IDExIDIwLjA3NVpNMTUuOTUgMTMuMkMxNS42NzUgMTMuMDYyNSAxNC4zIDEyLjM3NSAxNC4wMjUgMTIuMzc1QzEzLjc1IDEyLjIzNzUgMTMuNjEyNSAxMi4yMzc1IDEzLjQ3NSAxMi41MTI1QzEzLjMzNzUgMTIuNzg3NSAxMi43ODc1IDEzLjMzNzUgMTIuNjUgMTMuNjEyNUMxMi41MTI1IDEzLjc1IDEyLjM3NSAxMy43NSAxMi4xIDEzLjc1QzExLjgyNSAxMy42MTI1IDExIDEzLjMzNzUgOS45MDAwMiAxMi4zNzVDOS4wNzUwMiAxMS42ODc1IDguNTI1MDEgMTAuNzI1IDguMzg3NTEgMTAuNDVDOC4yNTAwMSAxMC4xNzUgOC4zODc1MiAxMC4wMzc1IDguNTI1MDIgOS45QzguNjYyNTIgOS43NjI1IDguOCA5LjYyNSA4LjkzNzUgOS40ODc1QzkuMDc1IDkuMzUgOS4wNzUwMiA5LjIxMjUgOS4yMTI1MiA5LjA3NUM5LjM1MDAyIDguOTM3NSA5LjIxMjUyIDguOCA5LjIxMjUyIDguNjYyNUM5LjIxMjUyIDguNTI1IDguNjYyNTEgNy4xNSA4LjM4NzUxIDYuNkM4LjI1MDAxIDYuMTg3NSA3Ljk3NTAyIDYuMTg3NSA3LjgzNzUyIDYuMTg3NUM3LjcwMDAyIDYuMTg3NSA3LjU2MjQ4IDYuMTg3NSA3LjI4NzQ4IDYuMTg3NUM3LjE0OTk4IDYuMTg3NSA2Ljg3NDk4IDYuMTg3NSA2LjU5OTk4IDYuNDYyNUM2LjMyNDk4IDYuNzM3NSA1LjYzNzUxIDcuNDI1IDUuNjM3NTEgOC44QzUuNjM3NTEgMTAuMTc1IDYuNTk5OTkgMTEuNDEyNSA2LjczNzQ5IDExLjY4NzVDNi44NzQ5OSAxMS44MjUgOC42NjI0OCAxNC43MTI1IDExLjQxMjUgMTUuODEyNUMxMy43NSAxNi43NzUgMTQuMTYyNSAxNi41IDE0LjcxMjUgMTYuNUMxNS4yNjI1IDE2LjUgMTYuMzYyNSAxNS44MTI1IDE2LjUgMTUuMjYyNUMxNi43NzUgMTQuNTc1IDE2Ljc3NSAxNC4wMjUgMTYuNjM3NSAxNC4wMjVDMTYuNSAxMy4zMzc1IDE2LjIyNSAxMy4zMzc1IDE1Ljk1IDEzLjJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-size: 100% 100%
}

.burger {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 26px;
    height: 16px;
    position: relative;
    cursor: pointer
}

.burger svg {
    width: 100%;
    height: 100%;
    overflow: visible
}

.burger svg path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.burger-active svg path:nth-child(1) {
    -webkit-transform: translate(5px, 5px) rotate(-45deg);
    transform: translate(5px, 5px) rotate(-45deg)
}

.burger-active svg path:nth-child(2) {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
    opacity: 0;
    pointer-events: none
}

.burger-active svg path:nth-child(3) {
    -webkit-transform: translate(5px, -5px) rotate(45deg);
    transform: translate(5px, -5px) rotate(45deg)
}

.slider-nav {
    width: 104px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 10px;
    background-color: var(--accent);
    border: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.slider-btn-icon {
    display: block;
    width: 16px;
    height: 14px;
    background-size: 100% 100%;
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2);
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out
}

.slider-btn.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    background-color: rgba(var(--dark-rgb), 0.12);
    opacity: 1
}

.slider-btn.swiper-button-disabled .slider-btn-icon {
    -webkit-filter: none;
    filter: none
}

.slider-btn:not(.swiper-button-disabled):hover,
.slider-btn:not(.swiper-button-disabled):focus,
.slider-btn:not(.swiper-button-disabled):active {
    background-color: var(--hover-accent);
    border-color: var(--hover-accent)
}

.slider-btn-prev .slider-btn-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDdIMU0xIDdMNyAxM00xIDdMNyAxIiBzdHJva2U9IiMxNDE0MTQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.slider-btn-next .slider-btn-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0gxNU0xNSA3TDkgMTNNMTUgN0w5IDEiIHN0cm9rZT0iIzE0MTQxNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
}

.header {
    position: relative
}

.header-top {
    padding-top: 35px;
    padding-bottom: 30px;
    position: relative;
    background-color: var(--white);
    -webkit-box-shadow: 0px 1px 4px rgba(20, 20, 20, 0.12);
    box-shadow: 0px 1px 4px rgba(20, 20, 20, 0.12);
    z-index: 2
}

.header-col-info {
    margin-right: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header-advantages,
.header-contacts {
    margin: -8px 0 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-advantages li,
.header-contacts li {
    margin-top: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-advantages li:not(:first-child),
.header-contacts li:not(:first-child) {
    margin-left: 32px
}

.header-advantages {
    margin-bottom: 15px
}

.header-advantages li {
    font-size: 14px;
    line-height: 20px
}

.header-advantages li::before {
    content: '';
    margin-right: 12px;
    display: block;
    min-width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC40IiBkPSJNMTQuMzc2MyA5LjI2ODU1QzE0LjI5MjcgOS42OTEyMyAxNC4xNjgxIDEwLjA5OTIgMTQuMDA2OCAxMC40ODgxQzEzLjY3NzQgMTEuMjgyNiAxMy4xOTUgMTEuOTk3NSAxMi41OTYyIDEyLjU5NjJDMTEuNDIgMTMuNzcyNSA5Ljc5NSAxNC41IDggMTQuNUM0LjQxIDE0LjUgMS41IDExLjU5IDEuNSA4QzEuNSA2LjIwNSAyLjIyNzUgNC41OCAzLjQwMzc1IDMuNDAzNzVDNC4wMDI0NiAyLjgwNTA0IDQuNzE3NDQgMi4zMjI1OSA1LjUxMTkyIDEuOTkzMTZDNi4yNzgzIDEuNjc1MzggNy4xMTg2NiAxLjUgOCAxLjVDOC41MzIxNSAxLjUgOS4wNDkzIDEuNTYzODYgOS41NDQzMiAxLjY4NDQ0IiBzdHJva2U9IiMxNDE0MTQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTYgNy41TDggOS41TDE1IDIuNSIgc3Ryb2tlPSIjMTQxNDE0IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    background-size: 100% 100%
}

.header-contacts li span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 20px
}

.header-contacts li a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.header-contacts li a:hover,
.header-contacts li a:focus,
.header-contacts li a:active {
    color: var(--accent)
}

.header-contacts li.email {
    font-size: 14px;
    line-height: 20px
}

.header-contacts li.email a {
    font-weight: 400
}

.header-whatsapp {
    margin-right: 16px
}

.header-burger {
    margin-left: 16px
}

.header-bottom {
    background-color: var(--accent);
    position: relative;
}

.header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-nav>li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.header-nav>li>a {
    padding: 12px 0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: var(--white)
}

.header-nav>li>a::before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.header-nav>li>a:hover::before,
.header-nav>li>a:focus::before,
.header-nav>li>a:active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.header-nav>li:not(:last-child) {
    margin-right: 16px
}

.header-nav>li.current a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.header-nav>li.parent>ul {
    display: none;
    position: absolute;
    top: 100%;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    list-style: none;
    background-color: #fffc;
    -webkit-box-shadow: 0px 4px 16px rgb(0 0 0 / 8%), 0px 1px 4px rgb(0 0 0 / 4%);
    box-shadow: 0px 4px 16px rgb(0 0 0 / 8%), 0px 1px 4px rgb(0 0 0 / 4%);
    z-index: 100;
}

.header-nav>li.parent>ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 9999px 0 9999px rgba(var(--dark-rgb), 0.12);
    box-shadow: 0 9999px 0 9999px rgba(var(--dark-rgb), 0.12);
    z-index: -1
}

.header-nav>li.parent>ul>li {
    width: 100%;
    max-width: 450px;
}

.header-nav>li.parent>ul>li a {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-decoration: none;
}

.header-nav>li.parent>ul>li a i {
    margin-right: 10px;
}

.header-nav>li.parent>ul>li:hover {
    background: #f25535;
}

.header-nav>li.parent>ul>li:hover a {
    color: #fff;
}

.header-nav>li.parent>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    grid-column: 1 span
}

.header-nav>li.parent>ul>li>ul>li {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.header-nav>li.parent>ul>li>ul>li>a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.header-nav>li.parent>ul>li>ul>li>a:hover,
.header-nav>li.parent>ul>li>ul>li>a:focus,
.header-nav>li.parent>ul>li>ul>li>a:active {
    color: var(--accent)
}

.header-nav>li.parent>ul>li>ul>li:not(:last-child) {
    margin-bottom: 8px
}

.header-nav>li.parent>ul>li>ul>li.current a {
    color: var(--accent)
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 1px 4px rgba(20, 20, 20, 0.12);
    box-shadow: 0px 1px 4px rgba(20, 20, 20, 0.12);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.header-catalog-link {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out
}

.header-catalog-link:hover,
.header-catalog-link:focus {
    color: var(--accent)
}

@media (max-width: 1279.98px) {
    .header-col-info {
        margin-right: 34px
    }
}

@media (max-width: 1199.98px) {
    .header-logo {
        max-width: 110px
    }
    .header-col-info {
        margin-right: 0
    }
    .header-advantages li:not(:first-child),
    .header-contacts li:not(:first-child) {
        margin-left: 16px
    }
    .header-nav>li.parent>ul>li {
        max-width: 960px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width: 991.98px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000
    }
    .header-top {
        padding-top: 18px;
        padding-bottom: 8px height: 65px;
    }
    .header-logo {
        max-width: 65px
    }
    .header-col-info,
    .header-whatsapp {
        display: none
    }
    .header-btn {
        padding: 3px 9px;
        font-size: 12px;
        line-height: 17px;
        border-radius: 4px;
    }
    .header-bottom {
        display: none;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%
    }
    .header-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .header-nav>li>a {
        padding: 0
    }
    .header-nav>li>a::before {
        bottom: 0
    }
    .header-nav>li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 8px
    }
    .header-nav>li.parent>ul>li {
        max-width: 720px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 767.98px) {
    .header-nav>li.parent>ul>li {
        max-width: 540px;
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

@media (max-width: 575.98px) {
    .header-nav>li.parent>ul>li {
        padding-left: 16px;
        padding-right: 16px;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .header-nav>li.parent>a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header-nav>li.parent>a::before {
        display: none
    }
    .header-nav>li.parent>a::after {
        content: '';
        margin-top: 1px;
        margin-left: 11px;
        display: block;
        min-width: 12px;
        height: 7px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
        background-size: 100% 100%;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
    }
    .header-nav>li.parent:hover>a::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .header-nav>li.parent:hover>ul {
        display: block
    }
    .header-fixed.show {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto
}

.banner-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.banner-item {
    will-change: width;
    width: 25%;
    height: 400px;
    -webkit-transition: width 0.6s ease-in-out;
    transition: width 0.6s ease-in-out;
    position: relative
}

.banner-item:hover {
    width: 50%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-item:hover .banner-card {
    color: var(--white)
}

.banner-item:hover .banner-card-img::before {
    opacity: 0
}

.banner-item:hover .banner-card-icon::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.banner-item:hover .banner-card-icon svg {
    stroke: var(--accent);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.banner-card {
    padding: 20px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    color: var(--white)
}

.banner-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.banner-card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 1
}

.banner-card-img::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: var(--black);
    opacity: 0.5;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out
}

.banner-card-content {
    text-align: center;
    position: relative;
    z-index: 2
}

.banner-card-title {
    margin-bottom: 24px;
    display: table-caption;
    line-height: 31px
}

.banner-card-icon {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white);
    -webkit-transition: border 0.6s ease-in-out;
    transition: border 0.6s ease-in-out;
    margin: 0 auto
}

.banner-card-icon::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    border-radius: 48px;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}

.banner-card-icon svg {
    position: relative;
    stroke: var(--white);
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
    z-index: 2
}

@media (max-width: 991.98px) {
    .banner-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .banner-item {
        width: 100% !important;
        height: auto
    }
    .banner-card {
        padding: 30px 16px;
        width: 100%
    }
    .banner-card-title {
        margin-bottom: 16px;
        display: block
    }
}

@media (min-width: 992px) {
    .banner-item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: var(--white);
        z-index: 2;
        opacity: 0.12
    }
}

.links {
    padding-top: 48px
}

.links-list {
    margin-top: -24px
}

.links-item {
    margin-top: 24px
}

.links-item a {
    padding: 27px 0 0 24px;
    display: block;
    position: relative;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

.links-item a span {
    display: block;
    max-width: 171px
}

.links-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 8px;
    background-color: currentColor
}

.links-item a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 32px;
    width: 16px;
    height: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0gxNU0xNSA3TDkgMTNNMTUgN0w5IDEiIHN0cm9rZT0iIzE0MTQxNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-size: 100% 100%;
    -webkit-transition: background-image 0.3s ease-in-out;
    transition: background-image 0.3s ease-in-out
}

.links-item a:hover,
.links-item a:focus {
    color: var(--accent)
}

.links-item a:hover::after,
.links-item a:focus::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0gxNU0xNSA3TDkgMTNNMTUgN0w5IDEiIHN0cm9rZT0iI0YyNTUzNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
}

@media (max-width: 991.98px) {
    .links {
        padding-top: 32px;
        padding-bottom: 64px
    }
    .links-item a {
        padding-top: 16px;
        padding-left: 16px
    }
    .links-item a::after {
        top: 24px;
        bottom: auto;
        right: 16px
    }
}

.products-slider .swiper-slide {
    height: auto
}

@media (min-width: 992px) {
    .products-slider {
        overflow: inherit
    }
}

.product {
    padding-top: 48px;
    padding-bottom: 57px
}

@media (max-width: 991.98px) {
    .product {
        padding-top: 0;
        padding-bottom: 32px;
        background-color: var(--gray)
    }
    .product .container {
        padding-left: 0;
        padding-right: 0
    }
}

.product-card {
    width: 100%;
    height: 100%;
    background-color: var(--gray);
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.product-card-col-img {
    padding: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 420px;
    border-right: 1px solid rgba(var(--dark-rgb), 0.12)
}

.product-card-img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

.product-card-img img {
    width: 100%;
    height: 100%
}

.product-card-col-info {
    padding: 32px 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-card-title {
    margin-bottom: 40px;
    line-height: 31px
}

.product-card-title a {
    text-decoration: none;
}

.product-card-price {
    margin-top: -14px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgba(var(--dark-rgb), 0.72);
	display: none;
}

.product-card-props {
    margin-bottom: 16px;
    max-width: 370px;
}

.product-card-props p {
    margin-bottom: 8px;
    font-weight: 500
}

.product-card-props ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-card-props ul li {
    padding-left: 23px;
    position: relative
}

.product-card-props ul li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--dark-gray)
}

.product-card-props ul li:not(:last-child) {
    margin-bottom: 8px
}

.product-card-props ul.unstyled li {
    padding-left: 0
}

.product-card-props ul.unstyled li::before {
    display: none
}

.product-card-buttons {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-card-buttons>.btn {
    margin-top: 8px;
    font-size: 19px;
    padding: 10px 30px 10px 30px;
    border-radius: 30px;
    margin-right: 25px;
}


}
.product-card-buttons>.btn:not(:last-child) {
    margin-right: 8px
}
.product-card-col-advantages {
    padding: 32px 32px 32px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.product-card-advantages {
    margin: 0;
    padding: 0;
    list-style: none
}
.product-card-advantages li img {
    width: 80px;
    height: 80px
}
.product-card-advantages li:not(:last-child) {
    margin-bottom: 8px
}
@media (max-width: 991.98px) {
    .product-card {
        padding: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    
    .product-card-col-img {
        padding: 0;
        margin-bottom: 12px;
        width: 100%;
        max-width: 100%;
        border-right: 0
    }
    
    .product-card-col-info {
        padding: 0;
        width: 100%
    }
    
    .product-card-col-advantages {
        display: none
    }
    
    .product-card-title {
        margin-top: 4px
    }
    
    .product-card-price {
        margin-bottom: 16px
    }
}
.advantages-technical {
    position: relative;
    overflow: hidden;
    color: var(--white)
}
.advantages-technical-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.advantages-technical-bg img {
    width: 100%;
    height: 100%
}
.advantages-technical-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--dark-green);
    opacity: 0.88
}
.advantages-technical-list {
    margin-top: -32px
}
.advantages-technical-item {
    margin-top: 32px
}
.advantages-technical-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.advantages-technical-card-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px
}
.advantages-technical-card-icon img {
    width: 100%;
    height: 100%
}
.advantages-technical-card-text {
    padding-left: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    font-family: var(--font-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 21px
}
@media (max-width: 991.98px) {
    .advantages-technical-list {
        margin-top: -8px
    }
    
    .advantages-technical-item {
        margin-top: 8px
    }
}
@media (min-width: 992px) {
    .advantages-technical-item:not(:nth-last-child(-n+3)) {
        padding-bottom: 32px;
        position: relative
    }
    
    .advantages-technical-item:not(:nth-last-child(-n+3))::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 20px);
        height: 1px;
        background-color: var(--white);
        opacity: 0.12
    }
    
    .advantages-technical-item:not(:nth-last-child(-n+3)):nth-of-type(3n+2)::after {
        left: -10px;
        width: calc(100% + 20px)
    }
}
.about {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: var(--gray)
}
.about-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px;
    border-radius: 12px
}
.about-video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.about-video-img img {
    width: 100%;
    height: 100%
}
.about-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 36px;
    padding-left: 40px;
    border: 0;
    border-radius: 50%;
    width: 96px;
    height: 96px;
    display: block;
    background-color: var(--white);
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    z-index: 2
}
.about-video-btn-icon {
    display: block;
    width: 20px;
    height: 24px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDEyTC0xLjA0OTA3ZS0wNiAyNEwwIC04Ljc0MjI4ZS0wN0wyMCAxMloiIGZpbGw9IiMxNjE4MUQiLz4KPC9zdmc+Cg==);
    background-size: 100% 100%;
    -webkit-transition: -webkit-filter 0.3s ease-in-out;
    transition: -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out
}
.about-video-btn:hover,
.about-video-btn:focus {
    background-color: var(--accent)
}
.about-video-btn:hover .about-video-btn-icon,
.about-video-btn:focus .about-video-btn-icon {
    -webkit-filter: contrast(0) brightness(2);
    filter: contrast(0) brightness(2)
}
.about-info {
    padding-left: 32px
}
.about-title {
    margin-bottom: 24px
}
.about-descr {
    margin-bottom: 32px;
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 28px;
    color: rgba(var(--dark-rgb), 0.75)
}
@media (max-width: 991.98px) {
    .about-video {
        margin-bottom: 24px;
        height: 343px
    }
    
    .about-info {
        padding-left: 0
    }
    
    .about-title {
        margin-bottom: 16px
    }
    
    .about-descr {
        font-size: 16px;
        line-height: 22px
    }
}
.advantages-company {
    border-bottom: 1px solid var(--dark)
}
.advantages-company-list {
    margin-top: -20px
}
.advantages-company-item {
    margin-top: 20px
}
.advantages-company-card-icon {
    margin-bottom: 24px;
    max-width: 64px
}
.advantages-company-card-icon img {
    max-width: 100%;
    max-height: 100%
}
.advantages-company-card-text {
    font-weight: 500
}
@media (max-width: 575.98px) {
    .advantages-company-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    
    .advantages-company-card-icon {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
    .advantages-company-card-icon img {
        max-width: 80%
    }
    
    .advantages-company-card-text {
        padding-left: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }
}
.seo {
    font-family: var(--font-heading);
    font-size: 20px;
    line-height: 28px
}
.seo h1,
.seo h2 {
    margin-bottom: 32px
}
@media (max-width: 991.98px) {
    .seo h1,
    .seo h2 {
        margin-bottom: 16px
    }
}
.categories {
    overflow: hidden;
    position: relative
}
.categories-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.categories-bg img {
    width: 100%;
    height: 100%
}
.categories-bg::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--black);
    opacity: 0.4
}
.categories-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr)
}
.categories-item {
    position: relative
}
.categories-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    z-index: 2;
    opacity: 0.12
}
.categories-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--white);
    z-index: 2;
    opacity: 0.12
}
.categories-item:nth-child(4n)::after {
    display: none
}
.categories-card {
    padding: 20px;
    width: 100%;
    height: 100%;
    min-height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: var(--white)
}
.categories-card-title {
    margin-bottom: 24px;
    line-height: 31px
}
.categories-card-icon {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--white);
    -webkit-transition: border 0.6s ease-in-out;
    transition: border 0.6s ease-in-out;
    margin: 0 auto
}
.categories-card-icon::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--white);
    border-radius: 48px;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out
}
.categories-card-icon svg {
    position: relative;
    stroke: var(--white);
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
    z-index: 2
}
.categories-card:hover {
    color: var(--white)
}
.categories-card:hover .categories-card-icon::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.categories-card:hover .categories-card-icon svg {
    stroke: var(--accent);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
@media (max-width: 1199.98px) {
    .categories-grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
    
    .categories-item:nth-child(3n)::after {
        display: none
    }
    
    .categories-item:nth-child(4n)::after {
        display: block
    }
}
@media (max-width: 991.98px) {
    .categories-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
    
    .categories-item:nth-child(3n)::after {
        display: block
    }
    
    .categories-item:nth-child(2n)::after {
        display: none
    }
    
    .categories-card {
        padding: 30px 16px;
        min-height: 156px
    }
    
    .categories-card-title {
        margin-bottom: 16px
    }
}
@media (max-width: 767.98px) {
    .categories-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
    
    .categories-item::after {
        display: none !important
    }
    
    .categories-item:last-child::before {
        display: none
    }
    
    .categories-card {
        height: auto;
        min-height: 1px
    }
}
@media (max-width: 575.98px) {
    .categories .container {
        padding-left: 0;
        padding-right: 0
    }
}
.brands {
    border-bottom: 1px solid var(--dark)
}
.brands-slider {
    overflow: inherit
}
.brands-slider .swiper-slide {
    height: auto
}
.brands-card {
    padding: 23px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid rgba(var(--dark-rgb), 0.24);
    border-radius: 12px
}
.brands-card-img {
    margin-bottom: 32px;
    padding: 16px;
    width: 100%;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.brands-card-text {
    padding-top: 32px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}
.brands-card-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--dark);
    opacity: 0.24
}
.brands-card-text h5 {
    margin-bottom: 5px;
    font-family: var(--font-main);
    font-weight: 400;
    line-height: 19px
}
.brands-card-text p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(var(--dark-rgb), 0.75)
}
@media (max-width: 991.98px) {
    .brands-card {
        padding: 16px
    }
    
    .brands-card-img {
        margin-bottom: 16px
    }
    
    .brands-card-text {
        padding-top: 16px
    }
}
.catalog {
    padding-top: 48px;
    padding-bottom: 80px;
    background-color: var(--gray)
}
.catalog-title {
    margin-bottom: 80px
}
.catalog-list {
    margin-top: -20px
}
.catalog-item {
    margin-top: 20px
}
@media (max-width: 991.98px) {
    .catalog {
        padding-top: 32px;
        padding-bottom: 48px
    }
    
    .catalog-title {
        margin-bottom: 24px
    }
    
    .catalog-list {
        margin-top: -16px;
        margin-left: -8px;
        margin-right: -8px
    }
    
    .catalog-item {
        margin-top: 16px;
        padding-left: 8px;
        padding-right: 8px
    }
}
.card-product {
    padding: 16px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--white);
    border-radius: 8px
}
.card-product-img {
    margin-bottom: 16px;
    width: 100%;
    height: 100%;
    position: relative;
}
.card-product-img img {
    width: 100%;
    height: 100%
}
.card-product-img .price-img {
    background-image: url(../images/price.png);
    background-size: 100%;
    position: absolute;
    top: -40px;
    left: -30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    padding: 53px 40px;
}
.card-product-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.card-product-title {
    margin-bottom: 4px;
    line-height: 24px
}
.card-product-title a {
    text-decoration: none
}
.card-product-descr {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(var(--dark-rgb), 0.72)
}
.card-product-price {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	display: none;
}
.card-product-price-new {
    margin-right: 12px;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}
.card-product-price-old {
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(var(--dark-rgb), 0.72);
    text-decoration: line-through
}
.gallery {
    padding-top: 0;
    padding-bottom: 10px
}
.gallery-slider {
    overflow: inherit
}
.gallery-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer
}
.gallery-img img {
    width: 100%;
    height: 100%
}
@media (max-width: 991.98px) {
    .gallery {
        padding-top: 43px;
        padding-bottom: 0
    }
    
    .gallery-img {
        height: 192px
    }
}
@media (min-width: 992px) {
    .gallery .section-header {
        margin-bottom: 32px
    }
}
.contacts {
    padding-top: 48px;
    padding-bottom: 80px
}
.contacts-title {
    margin-bottom: 32px
}
.contacts-info {
    margin-bottom: 48px
}
.contacts-info .col-xl-7 {
    position: relative
}
.contacts-info .col-xl-7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-color: var(--dark)
}
.contacts-info .col-xl-7 .contacts-item {
    padding-left: 20px
}
.contacts-item {
    margin-bottom: 32px
}
.contacts-item a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}
.contacts-item a:hover,
.contacts-item a:focus {
    color: var(--accent)
}
.contacts-item address {
    margin: 0
}
.contacts-subtitle {
    margin-bottom: 12px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent)
}
.contacts-phones {
    margin: 0;
    padding: 0;
    list-style: none
}
.contacts-phones li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.contacts-phones li a {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}
.contacts-phones li span {
    margin-left: 8px;
    font-size: 12px;
    line-height: 17px
}
.contacts-phones li:not(:last-child) {
    margin-bottom: 4px
}
.contacts-map {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 12px
}
@media (max-width: 991.98px) {
    .contacts {
        padding-top: 32px;
        padding-bottom: 48px
    }
    
    .contacts-info .col-xl-7 {
        padding-top: 24px
    }
    
    .contacts-info .col-xl-7::before {
        width: calc(100% - 20px);
        height: 1px
    }
    
    .contacts-info .col-xl-7 .contacts-item {
        padding-left: 0;
        margin-bottom: 32px
    }
    
    .contacts-item {
        margin-bottom: 24px
    }
    
    .contacts-map {
        height: 420px
    }
}
.footer {
    padding-top: 48px;
    padding-bottom: 32px;
    background-color: var(--dark-green);
    color: var(--tiffany)
}
.footer-logo {
    margin-top: -5px;
    margin-bottom: 32px
}
.footer-col {
    margin-bottom: 32px
}
.footer-subtitle {
    margin-bottom: 16px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.5
}
.footer-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.footer-list li {
    font-size: 14px;
    line-height: 20px
}
.footer-list li a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}
.footer-list li a:hover,
.footer-list li a:focus,
.footer-list li a:active {
    color: var(--accent)
}
.footer-list li:not(:last-child) {
    margin-bottom: 5px
}
.footer-list li.current a {
    color: var(--accent)
}
.footer-bottom {
    margin-top: 64px;
    font-size: 12px;
    line-height: 17px
}
.footer-bottom span,
.footer-bottom a {
    opacity: 0.5
}
.footer-bottom a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
    opacity: 1
}
@media (max-width: 991.98px) {
    .footer {
        padding-top: 24px;
        padding-bottom: 16px
    }
    
    .footer-logo {
        margin-top: 0
    }
    
    .footer-bottom {
        margin-top: 16px
    }
}
.popup {
    padding: 32px;
    max-width: 500px;
    width: 100%;
    background-color: var(--white);
    color: var(--dark);
    border-radius: 12px
}
.popup-title {
    margin-bottom: 8px;
    line-height: 34px
}
.popup-text {
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.6
}
.popup :focus {
    outline: none !important
}
.popup .carousel__button {
    padding: 16px;
    width: auto;
    height: auto
}
.popup .carousel__button::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTFMNiA2TTYgNkwxMSAxTTYgNkwxMSAxMU02IDZMMSAxIiBzdHJva2U9IiMxNDE0MTQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: 100% 100%
}
.popup .carousel__button svg {
    display: none
}
.popup>.carousel__button.is-close {
    top: 0;
    right: 0;
    opacity: 0.4
}
@media (max-width: 575.98px) {
    .popup {
        padding: 16px;
        padding-top: 32px
    }
}
.fancybox__backdrop {
    background-color: rgba(var(--dark-rgb), 0.12)
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--accent)
}
.header-bottom {
    padding: 0;
}
.header-nav>li>a {
    padding: 12px 0;
}
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}
#header-item-3 a {
    border-radius: 17px;
    font-weight: bold;
    padding: 3px 30px;
    text-transform: uppercase;
    background: #fff;
    outline: 2px solid #f25535;
    outline-offset: -5px;
    color: #f25535;
    margin: 9px 0;
}
@media (max-width: 991.98px) {
    #header-item-3 {
        padding: 0;
        text-align: center;
    }
}
@media (min-width: 991.98px) {
    li.parent>a {
        padding-bottom: 14px;
    }
    
    .header-bottom {
        height: auto;
    }
}
.p30 {
    padding: 30px 0;
}
.color_img {
    margin: 10px 0;
    width: 100%;
}
.or_title {
    color: #f25535;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    display: block;
}
.imgoff {
    border-radius: 10px;
    box-shadow: 0 0 18px #0000006b;
}
.imgbord {
    outline: 2px solid #ffffffb5;
    outline-offset: -16px;
}

@media (min-width: 1200px) {
    .container {
    max-width: 100% !important;
}
   .pt-0 .container {
    max-width: 1320px !important;
}
}


.tg-bot {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    background: #000;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-wrap: wrap;
    flex-direction: row;
    opacity: 0;
    transform: scale(.8);
    transition: opacity 0.5s ease-out,transform 0.5s ease-out
}

.tg-bot.show {
    opacity: 1;
    transform: scale(1)
}

.tg-bot:hover {
    background: #40C4FF
}

.tg-bot svg {
    margin-right: 4px
}

.tg-bot img {
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    background: red
}

.tg-notice {
    width: 16px;
    height: 16px;
    background: #EC4242;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: -2px;
    opacity: 0;
    transition: 0.3s all
}

.tg-bot .tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    width: 124px;
    height: 44px;
    background-color: #fff;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 50px;
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 16px 16px 12px rgba(0,0,0,.05);
	font-family: 'Circe';
}

.tg-bot .tooltip::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.tg-bot:hover .tooltip {
    visibility: visible;
    opacity: 1
}

@media (max-width: 768px) {
    .tg-bot .tooltip {
        display:none!important
    }
}

.t890__arrow {
	display: none !important;
}

