@charset "UTF-8";

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

@font-face {
    font-family: calibri;
    font-display: swap;
    src: url(../fonts/calibri-bold-italic.woff) format("woff"), url(../fonts/calibri-bold-italic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic
}

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

@font-face {
    font-family: calibri;
    font-display: swap;
    src: url(../fonts/calibri-italic.woff) format("woff"), url(../fonts/calibri-italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: calibri;
    font-display: swap;
    src: url(../fonts/calibri-light-italic.woff) format("woff"), url(../fonts/calibri-light-italic.woff2) format("woff2");
    font-weight: 300;
    font-style: italic
}

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

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

:root {
    --background: #f6f6f6;
    --onBackground_color: #231f20;
    --onBackground_color_hover: #212121;
    --bgHeader: #fff;
    --onHeader_color: #231f20;
    --onHeader_color_hover: #212121;
    --bgFooter: #212121;
    --onFooter_color: #fff;
    --onFooter_color_hover: #fff;
    --primary: #982b2b;
    --primary-dark: color-mix(in srgb, var(--primary), black 8%);
    --primary-darker: color-mix(in srgb, var(--primary), black 12%);
    --primary-active: color-mix(in srgb, var(--primary), black 15%);
    --primary-active-border: color-mix(in srgb, var(--primary), black 18%);
    --secondary: #ec801a;
    --labels_new: green;
    --labels_popular: blue;
    --labels_favorite: orange;
    --labels_sale: red;
    --font1: "calibri";
    --font2: "baloo-cyrillic";
    --cooperation-card-bg: #F9F7F4;
    --cooperation-number-color: #C4B299;
    --cooperation-btn-bg: #EADFCF;
    --cooperation-feature-bg: #F5F2EF
}

body {
    background-color: var(--background);
    color: var(--onBackground_color);
    font-size: 16px;
    line-height: 1.2;
    font-family: var(--font1)
}

a {
    color: var(--onBackground_color)
}

a:hover {
    color: var(--onBackground_color_hover)
}

.alert p {
    margin-bottom: .5rem
}

.alert p:last-of-type {
    margin-bottom: 0
}

.alert-dismissible .close {
    padding: 0;
    width: 40px;
    height: 40px;
    right: 15px;
    line-height: 40px;
    color: inherit
}

.page-link {
    color: var(--primary)
}

.page-item.active .page-link {
    border-color: var(--primary);
    background-color: var(--primary)
}

.accordion-header {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 20px;
    padding-left: 45px;
    color: #212121
}

.accordion-header:hover {
    color: #000;
    text-decoration: none
}

.accordion-header::before {
    position: absolute;
    top: 30px;
    left: 15px;
    background-color: #000;
    width: 15px;
    height: 3px;
    content: ""
}

.accordion-header::after {
    position: absolute;
    top: 30px;
    left: 15px;
    background-color: #000;
    width: 15px;
    height: 3px;
    content: ""
}

.accordion-header.collapsed::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-header h2 {
    margin: 0;
    font-size: 20px
}

.my-btn {
    display: inline-block;
    border: 2px solid var(--primary);
    border-radius: 50px;
    background: 0 0;
    padding: 0 10px;
    min-width: 150px;
    max-width: 100%;
    color: var(--primary);
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase
}

.my-btn:focus,
.my-btn:hover {
    background-color: var(--primary);
    color: #fff;
    text-decoration: none
}

.my-btn--green:focus,
.my-btn--green:hover {
    border: 2px solid var(--secondary);
    background-color: var(--secondary);
    color: #fff
}

.my-btn2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
    border-radius: 22px;
    background-color: var(--primary);
    padding: 10px;
    height: 40px;
    color: #fff;
    text-decoration: none
}

.my-btn2:hover {
    color: #fff;
    text-decoration: none
}

.section-title {
    margin-bottom: 40px;
    color: var(--primary);
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    font-family: var(--font2);
    text-align: center;
    text-transform: uppercase
}

.section-block {
    padding: 60px 0
}

.inner-page {
    padding: 20px 0
}

.inner-page__title {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--primary)
}

.inner-page__content {
    min-height: 500px
}

.inner-page__content img {
    max-width: 100%;
    height: auto
}

.breadcrumb {
    background-color: transparent;
    font-size: 14px
}

.top_links ul {
    margin: 0 0 10px;
    border: 0;
    padding: 0 0 0 10px;
    width: 100%;
    list-style: none
}

.top_links li {
    display: inline-block;
    margin: 0 12px
}

.top_links a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px
}

.header {
    position: relative;
    border-bottom: 1px solid #d9d8d8;
    background-color: var(--bgHeader);
    color: var(--onHeader_color)
}

.header__phone {
    display: block;
    color: var(--onHeader_color);
    font-weight: 500;
    font-size: 20px
}

.header__phone:hover {
    color: var(--secondary);
    text-decoration: none
}

.header .callback-btn {
    display: block;
    color: var(--onHeader_color);
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
    text-transform: uppercase
}

.header--v2 .logotype {
    padding: 10px 0
}

.header--v2 .top-nav .main_menu>.nav-item>.nav-link {
    padding-right: .7rem;
    padding-left: .7rem
}

.header--v2 .header-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.header--v2 .header-controls .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none
}

.header--v2 .header-controls .social-list li {
    margin: 0
}

.header--v2 .header-controls .header__phone {
    font-size: 18px;
    white-space: nowrap
}

.header--v2 .header-controls .header-cart .nav-link {
    padding-right: 0
}

.header--v2 .navbar-collapse .row.d-lg-none .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header--v2 .navbar-collapse .row.d-lg-none .header__phone {
    font-size: 18px
}

.navbar-light .navbar-toggler {
    border-color: transparent
}

.navbar-light .navbar-toggler:focus {
    outline: 0
}

.logotype {
    padding: 20px 0;
    text-align: center
}

.logotype img {
    width: 220px;
    -o-object-fit: contain;
    object-fit: contain
}

.logotype .logo-text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase
}

.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.social-list li {
    margin-right: 10px
}

.social-list li:last-child {
    margin-right: 0
}

.social-list a {
    color: var(--onBackground_color)
}

.social-list a:hover {
    color: var(--onBackground_color_hover)
}

.social-list img {
    width: 24px
}

.social-list--white a {
    color: #fff
}

.social-list--white a:hover {
    color: #ededed
}

.social-list--white .fa-inverse {
    color: #212121
}

.header-search {
    position: relative
}

.header-search button {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
    background-color: transparent;
    width: 48px;
    height: 48px;
    color: var(--onBackground_color)
}

.header-search button:hover {
    color: var(--onBackground_color_hover)
}

.header-search input {
    outline: 0;
    border: 1px solid #cfd0d5;
    border-radius: 50px;
    background: #cfd0d5;
    padding: 15px 45px 15px 23px;
    width: 100%;
    height: 48px;
    color: var(--onBackground_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.header-search input::-moz-placeholder,
.header-search input::-ms-input-placeholder,
.header-search input::-webkit-input-placeholder {
    color: var(--onBackground_color_hover);
    font-weight: 500
}

.search-open-btn {
    width: 56px
}

.header-search-collapse {
    display: inline-block;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    width: 100%
}

.header-search-collapse button {
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    border: none;
    background-color: transparent;
    width: 48px;
    height: 48px;
    color: var(--onBackground_color)
}

.header-search-collapse button:hover {
    color: var(--onBackground_color_hover)
}

.header-search-collapse input {
    outline: 0;
    border: 1px solid #cfd0d5;
    border-radius: 50px;
    background: #cfd0d5;
    padding: 15px 45px 15px 23px;
    width: 100%;
    height: 48px;
    color: var(--onBackground_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.header-search-collapse input::-moz-placeholder,
.header-search-collapse input::-ms-input-placeholder,
.header-search-collapse input::-webkit-input-placeholder {
    color: var(--onBackground_color_hover);
    font-weight: 500
}

#msMiniCart {
    font-size: 14px !important
}

#msMiniCart a.myButton {
    color: var(--onBackground_color);
    text-decoration: none
}

#msMiniCart a.myButton:hover {
    background-color: var(--primary)
}

#mse2_results {
    margin-bottom: 10px !important
}

.top-nav .navbar-brand {
    margin: 0
}

.top-nav .navbar-brand img {
    max-height: 60px
}

.top-nav .dropdown-toggle::after {
    content: none
}

.top-nav .navbar-nav>.nav-item>.nav-link {
    color: var(--onHeader_color)
}

.top-nav .navbar-nav>.nav-item>.dropdown-menu .dropdown-item:active,
.top-nav .navbar-nav>.nav-item>.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: var(--secondary)
}

.top-nav .navbar-nav .nav-link {
    color: var(--onBackground_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase
}

.top-nav .navbar-nav .nav-link:hover {
    color: var(--secondary)
}

.top-nav .icons-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    border: none;
    width: 36px;
    height: 36px;
    text-align: center
}

.top-nav .icons-dropdown:focus {
    outline: 0
}

.header-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--onHeader_color) !important;
    font-size: 14px;
    line-height: 24px
}

.header-cart:focus,
.header-cart:hover {
    color: inherit;
    text-decoration: none
}

.header-cart__icon {
    margin-right: 10px;
    margin-left: 20px;
    font-size: 24px
}

.header-cart__count {
    display: inline-block;
    border-radius: 20px;
    background-color: var(--secondary);
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 22px
}

.slick-slider a,
.slick-slider button {
    outline: 0
}

.slick-dots {
    bottom: 20px
}

.slick-dots li {
    margin: 0 4px;
    width: auto;
    height: auto
}

.slick-dots li button {
    opacity: .2;
    border: 2px solid #fff;
    border-radius: 100%;
    background-color: transparent;
    padding: 0;
    width: 8px;
    height: 8px
}

.slick-dots li button:before {
    content: none
}

.slick-dots li.slick-active button {
    opacity: 1;
    border: 2px solid #fff;
    background-color: #fff
}

.slick-arrows-type1 .slick-next,
.slick-arrows-type1 .slick-prev {
    border-radius: 100%;
    width: 40px;
    height: 40px
}

.slick-arrows-type1 .slick-next:before,
.slick-arrows-type1 .slick-prev:before {
    display: block;
    opacity: .9;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border-radius: 100%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: var(--secondary);
    width: 100%;
    height: 100%;
    content: ""
}

.slick-arrows-type1 .slick-prev {
    left: -60px;
    z-index: 1
}

.slick-arrows-type1 .slick-prev:before {
    background-image: url(../img/slider/ar-prev.png)
}

.slick-arrows-type1 .slick-next {
    right: -60px
}

.slick-arrows-type1 .slick-next:before {
    background-image: url(../img/slider/ar-next.png)
}

.main-slider {
    margin-top: 22px;
    margin-bottom: 30px
}

.main-slider.slick-dotted {
    margin-bottom: 20px
}

.main-slider .slick-next,
.main-slider .slick-prev {
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #fff;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.main-slider .slick-next:before,
.main-slider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    opacity: 1;
    color: inherit
}

.main-slider .slick-prev {
    left: 30px
}

.main-slider .slick-prev:before {
    content: "\f053"
}

.main-slider .slick-next {
    right: 30px
}

.main-slider .slick-next:before {
    content: "\f054"
}

.reviews-slider .slick-next,
.reviews-slider .slick-prev {
    border-radius: 100%;
    width: 40px;
    height: 40px
}

.reviews-slider .slick-next:before,
.reviews-slider .slick-prev:before {
    display: block;
    border-radius: 100%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: var(--secondary);
    width: 40px;
    height: 40px;
    content: ""
}

.reviews-slider .slick-prev {
    left: -60px;
    z-index: 1
}

.reviews-slider .slick-prev:before {
    background-image: url(../img/slider/ar-prev.png)
}

.reviews-slider .slick-next {
    right: -60px
}

.reviews-slider .slick-next:before {
    background-image: url(../img/slider/ar-next.png)
}

.pricelist-slider .slick-slide {
    padding: 0 10px
}

.sertifikats-slider {
    margin: 0 auto;
    max-width: 450px
}

.sertifikats-slider .slick-next,
.sertifikats-slider .slick-prev {
    border-radius: 100%;
    width: 40px;
    height: 40px
}

.sertifikats-slider .slick-next:before,
.sertifikats-slider .slick-prev:before {
    display: block;
    border-radius: 100%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: var(--secondary);
    width: 40px;
    height: 40px;
    content: ""
}

.sertifikats-slider .slick-prev {
    left: -60px;
    z-index: 1
}

.sertifikats-slider .slick-prev:before {
    background-image: url(../img/slider/ar-prev.png)
}

.sertifikats-slider .slick-next {
    right: -60px
}

.sertifikats-slider .slick-next:before {
    background-image: url(../img/slider/ar-next.png)
}

.reviews-slider-wrap {
    padding: 0 190px
}

.advantages {
    margin-bottom: 20px
}

.advantages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px 5px 100px;
    height: 100%;
    min-height: 80px;
    color: var(--primary)
}

.advantages-item__image {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    content: ""
}

.advantages-item__title {
    color: var(--primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

.product-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    text-align: center;
    white-space: nowrap
}

.product-count__input {
    border: none;
    border-top: 1px solid #492b23;
    border-bottom: 1px solid #492b23;
    border-radius: 0;
    background-color: #fff;
    width: 3rem;
    min-width: 30px;
    height: 30px;
    font-size: 1rem;
    text-align: center
}

.product-count__input:focus {
    outline: 0
}

.product-count__input::-webkit-inner-spin-button,
.product-count__input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.product-count__minus,
.product-count__plus {
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    cursor: pointer;
    outline: 0;
    border: 1px solid #492b23;
    background-color: transparent;
    padding: 2px;
    width: 30px;
    height: 30px;
    color: #492b23;
    font-size: 16px;
    line-height: 28px
}

.product-count__minus {
    border-radius: 50px 0 0 50px
}

.product-count__plus {
    border-radius: 0 50px 50px 0
}

.product-count__measure {
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px
}

.preview-cube {
    position: relative;
    background-color: #f2f2f2;
    width: 230px;
    height: 230px
}

.preview-cube__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 125px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.aside-menu {
    margin-bottom: 25px;
    border: 1px solid #eaedf5;
    border-radius: 1px;
    background: var(--primary);
    padding: 23px 0 0;
    overflow: hidden
}

.aside-menu button:focus {
    outline: 0
}

.aside-menu h3 {
    position: relative;
    margin-bottom: 18px;
    padding-left: 55px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase
}

.aside-menu h3:before {
    position: absolute;
    top: 2px;
    left: 20px;
    background-image: url(../img/icon/burger-menu.png);
    background-size: contain;
    width: 16px;
    height: 11px;
    content: ""
}

.aside-menu ul.navbar-nav {
    background-color: #fff;
    padding: 0 20px
}

.aside-menu ul.navbar-nav li {
    position: relative;
    margin: 0;
    border-top: 1px solid #f2f3f8;
    padding: 20px 0;
    list-style: none
}

.aside-menu ul.navbar-nav li:first-child {
    border-top: none
}

.aside-menu ul.navbar-nav li a {
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.aside-menu ul.navbar-nav li a:hover {
    color: var(--primary);
    text-decoration: none
}

.aside-menu ul.navbar-nav li.active>a {
    color: var(--primary)
}

.aside-menu ul.navbar-nav li .icons-dropdown {
    position: absolute;
    top: 17px;
    right: 0;
    border: none;
    border-radius: 100%;
    background: url(../img/icon/arrow-drop.png) center/10px 5px no-repeat;
    background-position: center;
    padding: 0;
    width: 24px;
    height: 24px
}

.aside-menu ul.navbar-nav li.show .icons-dropdown {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.aside-menu ul.navbar-nav li ul {
    margin-top: 12px;
    border: none;
    padding: 0;
    padding-left: 0
}

.aside-menu ul.navbar-nav li ul li {
    position: relative;
    padding-left: 12px
}

.aside-menu ul.navbar-nav li ul li:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    content: "-";
    color: var(--primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.load-more-btn {
    display: inline-block;
    margin-bottom: 30px;
    border: none;
    background-image: url(../img/icon/refresh.png);
    background-position: left 4px center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 0 0 0 36px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.load-more-btn:hover {
    color: var(--primary);
    text-decoration: none
}

.product-cart {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 10px 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px
}

.product-cart__img {
    display: block;
    position: relative;
    margin-bottom: 20px;
    max-width: 100%
}

.product-cart__img img {
    width: 100%
}

.product-cart__title {
    margin-bottom: 10px;
    height: 55px;
    overflow: hidden;
    color: #212527;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.product-cart__title a {
    outline: 0;
    color: inherit
}

.product-cart__title a:hover {
    color: inherit;
    text-decoration: none
}

.product-cart__price {
    margin-bottom: 15px;
    color: #212527;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase
}

.product-cart__price .old_price {
    margin-left: 10px;
    color: brown;
    text-decoration: line-through
}

.product-cart__btn {
    display: inline-block;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    background-color: #fff;
    padding: 0 10px;
    width: 100%;
    max-width: 160px;
    height: 40px;
    color: var(--primary);
    font-weight: 600;
    font-size: 11px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}

.product-cart__btn span {
    display: none;
    color: rgba(255, 255, 255, .5019607843)
}

.product-cart__btn:hover {
    border-color: var(--secondary);
    background-color: var(--secondary);
    color: #fff
}

.product-cart__btn:hover span {
    display: inline
}

.product-cart__btn:focus {
    outline: 0
}

.product-cart__labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
    text-align: left
}

.product-cart__labels span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #458f6e;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1
}

.product-cart__labels span.new {
    background-color: var(--labels_new)
}

.product-cart__labels span.popular {
    background-color: var(--labels_popular)
}

.product-cart__labels span.favorite {
    background-color: var(--labels_favorite)
}

.product-cart__labels span.sale {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: var(--labels_sale)
}

.news {
    background-color: #f2f7f1;
    padding: 70px 0 75px
}

.news-list {
    margin-bottom: 30px
}

.news-item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 1px;
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    color: #fff
}

.news-item:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(34, 38, 58, .6);
    content: ""
}

.news-item__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    padding-top: 35px;
    width: 100%;
    max-width: 460px;
    text-align: center
}

.news-item__title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 32px;
    line-height: 34px
}

.news-item__desc {
    margin: auto;
    margin-bottom: 25px;
    max-width: 280px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

.news-item__btn {
    display: block;
    margin: auto;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase
}

.news-item__btn:hover {
    color: #fff
}

.category-item a {
    color: var(--onBackground_color)
}

.category-item a:hover {
    color: var(--onBackground_color_hover);
    text-decoration: none
}

.category-item__image {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-color: #eee;
    padding-top: 100%;
    width: 100%
}

.category-item__title {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    text-align: center
}

.footer {
    background-color: var(--bgFooter);
    padding: 22px 0 30px;
    color: var(--onFooter_color)
}

.footer__pd {
    color: var(--onFooter_color);
    font-size: 12px;
    line-height: 14px
}

.footer__pd:hover {
    color: var(--onFooter_color_hover)
}

.footer-navbar {
    margin-bottom: 30px
}

.footer-navbar .navbar-nav .nav-link {
    margin-right: 40px;
    padding-right: 0;
    padding-left: 0;
    color: var(--onFooter_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase
}

.footer-copyright {
    opacity: .5;
    color: var(--onFooter_color);
    font-size: 12px;
    line-height: 15px
}

.product-offer {
    margin-bottom: 40px
}

.product-offer__gallery {
    position: relative;
    margin-bottom: 30px
}

.product-offer__labels {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    text-align: left
}

.product-offer__labels span {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #458f6e;
    padding: 8px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1
}

.product-offer__labels span.new {
    background-color: var(--labels_new)
}

.product-offer__labels span.popular {
    background-color: var(--labels_popular)
}

.product-offer__labels span.favorite {
    background-color: var(--labels_favorite)
}

.product-offer__labels span.sale {
    background-color: var(--labels_sale)
}

.product-offer__heading {
    margin-bottom: 10px;
    font-size: 20px
}

.product-offer__description {
    margin-bottom: 30px
}

.product-offer__cost {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.product-offer__cost dl {
    margin: 0
}

.product-offer__cost dl dd,
.product-offer__cost dl dt {
    display: inline-block;
    margin: 0 5px 5px 0
}

.product-offer__count {
    margin-bottom: 20px
}

.product-offer__social {
    margin-bottom: 30px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #edf2ec
}

#msCart {
    min-height: 260px
}

#msCart h3 {
    margin: 20px 0 26px 0;
    font-weight: 700;
    font-size: 24px
}

#msCart h6 {
    margin: 30px 0;
    color: var(--primary);
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-align: center
}

#msCart .btn-link {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

#msOrder .well {
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding: 19px;
    min-height: 20px
}

.related-products__title {
    margin-bottom: 20px;
    border-bottom: 1px solid var(--primary);
    color: var(--primary)
}

.filter-section .cards-templates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-section .cards-templates__title {
    padding-right: 5px;
    font-size: 14px;
    line-height: 20px
}

.filter-section .cards-templates__item {
    display: block;
    margin-left: 10px;
    border-radius: 3px;
    background-color: #ddd;
    padding: 5px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    text-align: center
}

.filter-section .cards-templates__item.active,
.filter-section .cards-templates__item:hover {
    color: var(--primary)
}

.filter-section .filter-block__title {
    margin-bottom: 15px;
    font-size: 14px
}

.filter-section .ui-slider-handle {
    margin-top: -2px !important;
    border-radius: 50% !important;
    width: 15px !important;
    height: 15px !important
}

.filter-section .ui-state-default {
    border: none !important;
    background: var(--primary) !important
}

.product-card-type2 {
    margin-bottom: 0;
    border-top: 0
}

.product-card-type2 td {
    border: 1px solid #e6e6e6;
    border-top: none;
    height: 68px;
    text-align: center
}

.product-card-type2:first-child td {
    border-top: 1px solid #e6e6e6
}

.product-card-type2 .td2 {
    width: 10%
}

.product-card-type2 .td3 {
    padding-left: 10px;
    width: 40%;
    text-align: left
}

.product-card-type2 .td5 {
    width: 10%
}

.product-card-type2 .td6 {
    width: 10%
}

.product-card-type2 .td7 {
    width: 10%
}

.bd-modal__close {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 34px;
    height: 34px;
    color: #eee !important
}

.login-modal {
    padding: 30px 40px 45px;
    font-size: 12px;
    line-height: 14px
}

.login-modal__title {
    margin-bottom: 44px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase
}

.login-modal__remember {
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 3px
}

.login-modal__btn {
    margin-bottom: 18px;
    width: 100%
}

.login-modal__pd {
    margin-bottom: 50px
}

.login-modal a {
    color: #ff3836
}

.login-modal a:hover {
    color: #ff3836;
    text-decoration: none
}

.login-modal .form-group {
    margin-bottom: 16px
}

.left-catalog {
    margin-bottom: 30px;
    border: 1px solid #eaedf5;
    border-top: none;
    padding: 0
}

.left-catalog .icons-dropdown {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100;
    border: none;
    border-radius: 4px;
    background-color: transparent;
    padding: 0;
    width: 34px;
    height: 34px
}

.left-catalog .icons-dropdown::after {
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    background-image: url(../img/icon/aside-catalog-drop-blue.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    content: ""
}

.left-catalog .icons-dropdown.collapsed::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.left-catalog .icons-dropdown:focus {
    outline: 0
}

.left-catalog ul {
    margin: 0;
    background-color: #fff;
    padding: 0;
    list-style: none
}

.left-catalog ul li {
    position: relative
}

.left-catalog ul li a {
    display: block;
    border-top: 1px solid #f2f3f8;
    border-radius: 4px;
    padding: 15px 15px;
    color: #212527;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px
}

.left-catalog ul li a:hover {
    color: #000;
    text-decoration: none
}

.left-catalog ul li ul li .icons-dropdown {
    top: 9px;
    right: 4px;
    background-color: #f0f2f7;
    width: 30px;
    height: 30px
}

.left-catalog ul li ul li .icons-dropdown::after {
    position: absolute;
    top: 4px;
    left: 4px;
    background-image: url(../img/icon/aside-catalog-drop.png);
    content: ""
}

.left-catalog ul li ul li a:before {
    content: "- "
}

.left-catalog ul li ul li a:hover {
    background: #f0f2f7;
    text-decoration: none
}

.left-catalog ul li ul li a.active {
    background-color: var(--primary);
    color: #fff
}

.left-catalog ul li ul li a.has-children {
    margin-right: 34px
}

.left-catalog ul li ul ul {
    padding-left: 10px
}

.left-catalog ul li ul ul a {
    padding: 10px 10px
}

.left-catalog>ul {
    padding: 0 5px
}

.left-catalog>ul>li>a {
    font-size: 16px;
    line-height: 20px
}

.product-options-radio {
    display: inline-block;
    margin-right: 8px
}

.product-options-radio input[type=radio] {
    display: none
}

.product-options-radio label {
    display: block;
    position: relative;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    cursor: pointer;
    margin: 0;
    border: 1px solid rgba(13, 13, 13, .15);
    padding: 2px;
    width: 32px;
    height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-options-radio label:before {
    position: absolute;
    top: -6px;
    right: -6px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #b88b58;
    background-image: url(../img/cube/check.svg);
    background-position: top 3px center;
    background-size: 8px 6px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: ""
}

.product-options-radio label img {
    width: 100%;
    height: 100%
}

.product-options-radio input[type=radio]:checked+label {
    border-color: #b88b58
}

.product-options-radio input[type=radio]:checked+label:before {
    opacity: 1
}

.product-options-radio input[type=radio]:disabled+label {
    border-color: #efefef;
    background: #efefef;
    color: #666
}

.product-options {
    margin: 0 0 10px
}

.product-options__title {
    font-weight: 700;
    font-size: 16px
}

.about__content {
    margin-bottom: 30px;
    font-size: 18px
}

.about__img {
    display: inline-block;
    position: relative;
    max-width: 80%
}

.ec-rating {
    margin-bottom: 35px
}

.comments {
    margin-bottom: 50px
}

.comments .ec-message__date {
    padding-left: 0;
    color: #737373;
    font-weight: 400;
    font-size: 14px
}

.comments .ec-message__date {
    padding-left: 0;
    color: #737373;
    font-weight: 400;
    font-size: 14px
}

.comments .user_name {
    color: #262626;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px
}

.comments .ec-stars {
    margin-bottom: 25px
}

.comment textarea {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 20px;
    width: 100% !important;
    height: 180px;
    font-size: 14px
}

.comment input[type=text] {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    font-size: 14px
}

.ec-stars {
    display: inline-block
}

.ec-stars span {
    display: inline-block !important
}

.percent-num {
    margin-left: 5px;
    color: #f90;
    font-weight: 700;
    font-size: 16px
}

.rantings-num {
    color: #999;
    font-size: 14px
}

.radio-btns {
    margin-bottom: 15px;
    font-size: 0;
    text-align: center
}

.radio-btn {
    display: inline-block
}

.radio-btn input[type=radio] {
    display: none
}

.radio-btn input[type=radio]:checked+label {
    color: #fff
}

.radio-btn input[type=radio]:checked+label::before {
    opacity: 1;
    background-color: var(--secondary)
}

.radio-btn label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    margin-bottom: 15px;
    margin-left: 8px;
    border-radius: 16px;
    padding: 0 12px;
    color: var(--background);
    font-size: 14px;
    line-height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-btn label::before {
    position: absolute;
    opacity: .35;
    z-index: -1;
    inset: 0;
    border-radius: 16px;
    background-color: var(--onBackground_color);
    content: ""
}

.service-promo {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #212527;
    padding: 70px 0;
    min-height: 560px
}

.service-promo__title {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.35
}

.service-promo__desc {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 20px
}

.service-callback {
    background-color: #fff;
    padding: 40px 30px
}

.service-callback__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase
}

.service-callback__desc {
    margin-bottom: 30px;
    margin: 0 auto 20px;
    max-width: 340px;
    font-size: 14px;
    text-align: center
}

.service-callback__btn {
    display: inline-block;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin-top: 20px;
    border: 2px solid var(--primary);
    background-color: var(--primary);
    padding: 0 10px;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase
}

.service-callback__btn:focus,
.service-callback__btn:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.service-work {
    margin-bottom: 30px
}

.service-work__image {
    width: 100%
}

.service-work__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    background-color: #2e3136;
    padding: 23px 40px;
    min-height: 94px;
    color: #fcfcfc;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

.service-portfolio {
    margin-bottom: 40px
}

.service-portfolio__slider .slick-next,
.service-portfolio__slider .slick-prev {
    border-radius: 100%;
    width: 30px;
    height: 30px
}

.service-portfolio__slider .slick-next:before,
.service-portfolio__slider .slick-prev:before {
    display: block;
    border-radius: 100%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: var(--secondary);
    width: 30px;
    height: 30px;
    content: ""
}

.service-portfolio__slider .slick-prev {
    left: 15px;
    z-index: 1
}

.service-portfolio__slider .slick-prev:before {
    background-image: url(../img/slider/ar-prev.png)
}

.service-portfolio__slider .slick-next {
    right: 15px;
    z-index: 1
}

.service-portfolio__slider .slick-next:before {
    background-image: url(../img/slider/ar-next.png)
}

.service-portfolio__slide {
    max-width: 100%
}

.service-portfolio__content {
    padding: 30px
}

.service-portfolio__title {
    margin-bottom: 40px;
    color: #2e3136;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25
}

.service-portfolio__desc {
    margin-bottom: 50px;
    color: #2e3136;
    font-weight: 400;
    font-size: 18px
}

.service-portfolio__btn {
    display: inline-block;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    margin-top: 20px;
    border: 2px solid var(--primary);
    background-color: var(--primary);
    padding: 0 40px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase
}

.service-portfolio__btn:focus,
.service-portfolio__btn:hover {
    opacity: .8;
    color: #fff;
    text-decoration: none
}

.service-qwiz {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background-color: #fff
}

.service-qwiz__slider {
    position: relative;
    width: 100%
}

.service-qwiz__prev.disabled {
    visibility: hidden
}

.service-qwiz__slide {
    padding: 35px 40px
}

.service-qwiz__slide .form-check {
    margin-bottom: 15px;
    padding-left: 30px
}

.service-qwiz__slide input[type=radio] {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    margin-left: -25px;
    accent-color: var(--primary)
}

.service-qwiz__label,
.service-qwiz__question {
    margin-bottom: 12px;
    font-size: 28px
}

.service-qwiz__header {
    position: relative;
    padding: 30px 80px 30px 30px;
    font-weight: 500;
    font-size: 30px
}

.service-qwiz__title {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit
}

.service-qwiz__counter {
    position: absolute;
    top: 30px;
    right: 30px
}

.service-qwiz__progress-bar {
    position: relative;
    background: #f3f3f3;
    height: 5px
}

.service-qwiz__progress-bar-fill {
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    background: var(--primary);
    width: 0%;
    height: 100%
}

.service-qwiz__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px 30px
}

.service-qwiz__buttons .btn {
    cursor: pointer;
    border: none;
    background: var(--primary);
    padding: 10px 20px;
    color: #fff
}

.checkbox-image {
    display: block
}

.checkbox-image__input {
    position: fixed;
    opacity: 0;
    z-index: -1
}

.checkbox-image__image {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 66%;
    width: 100%
}

.checkbox-image__image::after {
    position: absolute;
    top: -7px;
    left: -7px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    will-change: transform;
    border-radius: 100%;
    background-image: url(../img/icon/check.png);
    background-position: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #212121;
    width: 28px;
    height: 28px;
    content: " ";
    color: #fff
}

.checkbox-image__input:checked~.checkbox-image__image::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.cls-item {
    padding: 0 10px;
    text-align: center
}

.cls-item__title {
    margin-bottom: 15px;
    min-height: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.cls-item__img {
    width: 100%
}

.cls-slider .slick-next,
.cls-slider .slick-prev {
    border-radius: 100%;
    width: 40px;
    height: 40px
}

.cls-slider .slick-next:before,
.cls-slider .slick-prev:before {
    display: block;
    border-radius: 100%;
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
    background-color: var(--secondary);
    width: 40px;
    height: 40px;
    content: ""
}

.cls-slider .slick-prev {
    left: -40px;
    z-index: 1
}

.cls-slider .slick-prev:before {
    background-image: url(../img/slider/ar-prev.png)
}

.cls-slider .slick-next {
    right: -40px
}

.cls-slider .slick-next:before {
    background-image: url(../img/slider/ar-next.png)
}

.features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left
}

.features-item__img {
    display: table-cell;
    vertical-align: middle
}

.features-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: rgba(226, 231, 237, .3);
    width: 84px;
    height: 84px;
    overflow: hidden
}

.features-item__icon img {
    margin: auto;
    max-width: 60px
}

.features-item__title {
    display: block;
    margin: 0 0 10px;
    padding-left: 20px;
    overflow: hidden;
    color: #282828;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px
}

.big-card {
    border-radius: 22px;
    background-position: center bottom;
    background-size: cover;
    background-color: #ebebeb;
    padding: 30px 50px;
    min-height: 560px;
    text-align: center
}

.big-card__title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2
}

.big-card__desc {
    color: #9e9e9e;
    font-weight: 100;
    font-size: 16px;
    line-height: 1.45
}

.parallax-text-block {
    padding: 0 20px;
    color: #fff
}

.parallax-text-block__mobile-img {
    margin-bottom: 30px;
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 66%
}

.parallax-text-block__wrap {
    border-radius: 20px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 0;
    height: 800px
}

.parallax-text-block__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 55px;
    line-height: 1.17
}

.parallax-text-block__subtitle {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.55
}

.parallax-text-block__text {
    font-size: 16px;
    line-height: 1.55
}

.modal-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 2;
    border-radius: 22px;
    background-color: var(--primary);
    padding: 10px;
    height: 40px;
    color: #fff;
    text-decoration: none
}

.modal-button:hover {
    color: #fff;
    text-decoration: none
}

#modal_form {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #cfd0d5;
    background-color: #fff;
    background: #fff;
    padding: 19px 20px;
    width: 100%;
    min-width: 250px;
    max-width: 450px
}

#modal_form input[type=text] {
    display: block;
    float: left;
    margin-bottom: 17px;
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    background-color: #fff;
    padding: 5px;
    width: 95%;
    height: 35px;
    color: #555;
    font-size: 1em
}

#modal_form input[type=text].error {
    border: 1px solid red
}

#modal_form h3 {
    margin: 0;
    color: #000;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase
}

#modal_form .comment {
    padding-top: 10px;
    padding-bottom: 15px;
    color: #272727;
    font-size: 14px;
    text-align: center
}

#modal_form .button {
    display: block;
    -webkit-transition: all .12s ease-in;
    -o-transition: all .12s ease-in;
    transition: all .12s ease-in;
    cursor: pointer;
    margin: 10px 0;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #ffd400;
    padding: 2px 16px;
    width: 210px;
    height: 40px;
    color: #000;
    font-weight: 700;
    font-size: 17px
}

#modal_form .button:hover {
    border: 1px solid #44c8f5;
    background-color: #44c8f5;
    color: #fff
}

#modal_form .error {
    border: 1px solid red
}

#overlay_cb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: .8;
    -moz-opacity: .8;
    z-index: 3;
    cursor: pointer;
    background-color: #000;
    width: 100%;
    height: 100%
}

.exit {
    display: block !important;
    position: absolute;
    top: -20px;
    right: -30px;
    opacity: 1;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
    transition: background .2s linear;
    border: 2px solid #3e5368;
    border-radius: 50%;
    background: #d0d0d0;
    width: 33px;
    height: 33px;
    font-size: 36px;
    line-height: 30px
}

.exit:after {
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
    padding-left: 9px;
    content: "x";
    color: #000;
    font-weight: 700;
    font-size: 23px;
    line-height: 24px;
    text-decoration: none
}

.exit:hover {
    background: #eaeaea;
    text-decoration: none
}

.main-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%
}

.main-form__inputs-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.main-form__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px
}

.main-form__label {
    font-weight: 500;
    font-size: 24px;
    text-align: center
}

.main-form__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: .25rem;
    padding: 10px;
    width: 100%;
    min-width: 200px;
    max-width: 280px;
    height: 50px;
    font-size: 24px
}

.main-form__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .25rem;
    background-color: var(--primary);
    height: 50px;
    color: #fff;
    font-size: 24px
}

.countdown {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    padding: 10px 10px 5px
}

.countdown__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.countdown__section {
    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;
    min-width: 55px
}

.countdown__value {
    color: #333;
    font-weight: 600;
    font-size: 32px
}

.countdown__label {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    text-transform: uppercase
}

.countdown__separator {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
    color: #333;
    font-weight: 700;
    font-size: 32px
}

.main-slide {
    position: relative
}

.main-slide__content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 60px 50px;
    font-size: 18px
}

.main-slide__content p {
    margin-bottom: 10px
}

.slider-cards-section {
    background-size: cover;
    background-repeat: no-repeat
}

.slider-cards__item {
    margin: 0 10px;
    max-width: 320px;
    text-align: center
}

.slider-cards__image {
    margin-bottom: 15px;
    border-radius: 100%;
    overflow: hidden
}

.slider-cards__image img {
    width: 100%
}

.slider-cards__title {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase
}

.slider-cards__desc {
    font-size: 16px
}

.main-purposes {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat
}

.timeline {
    padding-top: 200px
}

.timeline-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    border-top: 2px solid var(--secondary)
}

.timeline-item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 2;
    min-width: 0
}

.timeline-item__text {
    padding-top: 30px;
    font-size: 24px;
    text-align: center
}

.timeline-item__num {
    position: absolute;
    top: -130px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    font-size: 28px
}

.timeline-item::after {
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: var(--secondary);
    width: 20px;
    height: 20px;
    content: ""
}

.timeline-item::before {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-mask: url(../img/icon/mark-svg.svg) no-repeat center/contain;
    mask: url(../img/icon/mark-svg.svg) no-repeat center/contain;
    background-color: var(--secondary);
    width: 100%;
    height: 150px;
    content: ""
}

.timeline-item--primary::after {
    background-color: var(--primary)
}

.timeline-item--primary::before {
    background-color: var(--primary)
}

.timeline-item--small::before {
    height: 120px
}

.timeline-item--small .timeline-item__num {
    top: -110px
}

.timeline-item--big::before {
    height: 180px
}

.timeline-item--big .timeline-item__num {
    top: -150px
}

#promo-modal .modal-header {
    text-align: center
}

#promo-modal .modal-title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%
}

#promo-modal p {
    font-size: 15px
}

.product-selection {
    background-color: #fff
}

.product-selection .row {
    margin-left: -8px;
    margin-right: -8px
}

.product-selection .row>.col,
.product-selection .row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px
}

.product-selection__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.product-selection__subtitle {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: var(--onBackground_color)
}

.product-selection__btn {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    max-width: 250px;
    display: block;
    margin-left: auto
}

.product-selection-card {
    background-color: #d9d9d9;
    border-radius: 20px;
    padding: 20px;
    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;
    margin-bottom: 24px;
    color: var(--onBackground_color)
}

.product-selection-card__title {
    font-size: 24px;
    min-height: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-selection-card__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    color: #de6b73
}

.product-selection-card__text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

.product-selection-card--dark {
    background-color: #2c2c26;
    color: #fff
}

.cooperation-card {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px
}

.cooperation-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 25px
}

.cooperation-card__number {
    font-size: 52px;
    color: #dfb786;
    line-height: 1;
    font-weight: 300;
    margin-right: 20px
}

.cooperation-card__title {
    font-size: 28px;
    line-height: 1;
    font-weight: 500
}

.cooperation-card__image {
    border-radius: 12px;
    width: 100%;
    max-width: 400px
}

.cooperation-card__subtitle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.cooperation-card p {
    color: #555;
    font-size: 18px
}

.cooperation-features {
    margin-top: 30px;
    margin-bottom: 0
}

.cooperation-feature-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 25px
}

.cooperation-feature-item__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #ede6dd;
    border-radius: 10px
}

.cooperation-feature-item__icon img {
    max-width: 32px;
    max-height: 32px
}

.cooperation-feature-item__title {
    font-weight: 500;
    font-size: 16px;
    padding: 0 26px
}

.cooperation-card__list {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 30px
}

.cooperation-card__list li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.cooperation-card__list li::before {
    content: "•";
    position: absolute;
    left: -15px;
    color: #c4b299;
    font-weight: 700
}

.cooperation-card__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.cooperation-card__cta p {
    margin: 0;
    margin-left: 20px;
    max-width: 250px;
    font-size: 16px
}

.category-preview-card .row {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px
}

.category-preview-card .row>.col,
.category-preview-card .row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.category-preview-card__text-content {
    background-color: #f2f2f2;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.category-preview-card__title {
    font-family: var(--font1);
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 400
}

.category-preview-card__img-col {
    min-height: 250px
}

.category-preview-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cookies-informer-v1 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .7);
    color: #f0f0f0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
}

.cookies-informer-v1__dialog {
    display: table;
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    min-width: 300px;
    width: calc(100% - 30px)
}

.cookies-informer-v1__content {
    display: table-cell;
    vertical-align: bottom;
    padding: 15px
}

.cookies-informer-v1__body {
    text-align: right
}

.cookies-informer-v1__button {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background-color: var(--primary);
    color: #fff;
    text-decoration: none
}

.cookies-informer-v1__button:focus,
.cookies-informer-v1__button:hover {
    background-color: var(--primary-dark);
    color: #fff
}

.cookies-informer-v1__text {
    padding-top: 15px;
    text-align: justify
}

.cookies-informer-v1__text a {
    color: inherit;
    text-decoration: underline
}

.cookies-informer-v1__text a:hover {
    text-decoration: none
}

.cookies-informer-v2 {
    display: none
}

.cookies-informer-v2.cookies-informer-v2--visible {
    display: block
}

.cookies-informer-v2 a {
    color: #34aaf2;
    text-decoration: none
}

.cookies-informer-v2__wrap {
    position: fixed;
    right: 0;
    bottom: 24px;
    left: 0;
    z-index: 10000;
    margin: 0 auto;
    max-width: 740px
}

.cookies-informer-v2__content {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
    background-color: #fff;
    padding: 20px 24px
}

.cookies-informer-v2__text {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 16px
}

.cookies-informer-v2__button {
    display: inline-block;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    cursor: pointer;
    margin-top: 16px;
    outline: 0;
    border: none;
    border-radius: 30px;
    background-color: var(--primary);
    padding: 0 32px;
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    height: 52px;
    overflow: hidden;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    font-family: inherit;
    text-align: center;
    text-decoration: none
}

.cookies-informer-v2__button:hover {
    background-color: var(--primary-dark)
}

.cookies-informer-v2__button:active {
    background-color: var(--primary-active)
}

.cookies-informer-v3 {
    position: fixed;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10000;
    background-color: #2a2f4c;
    border-radius: 12px;
    padding: 12px 24px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    max-width: 95%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.cookies-informer-v3__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.cookies-informer-v3__text {
    margin: 0
}

.cookies-informer-v3__text p {
    margin: 0
}

.cookies-informer-v3__button {
    cursor: pointer;
    border: none;
    border-radius: 8px;
    background-color: #4f46e5;
    padding: 10px 24px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cookies-informer-v3__button:hover {
    background-color: #4338ca
}

@media (min-width:576px) {
    .bd-modal .modal-dialog {
        max-width: 540px
    }

    .bd-modal--small .modal-dialog {
        max-width: 445px
    }
}

@media (min-width:768px) {
    .features-item {
        display: block;
        margin-bottom: 0;
        text-align: center
    }

    .features-item__img {
        display: inline-block;
        margin-bottom: 20px
    }

    .features-item__title {
        padding-left: 0;
        font-size: 16px
    }

    .cooperation-card__list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media screen and (min-width:768px) {
    .cookies-informer-v2__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cookies-informer-v2__button {
        margin-top: 0;
        margin-left: 24px;
        width: auto;
        min-width: 127px
    }
}

@media (min-width:992px) {
    .header--v2 .modal-button {
        height: auto;
        padding: 8px;
        line-height: 16px
    }

    .header--v2 .top-nav .main_menu>.nav-item {
        margin-right: 10px
    }

    .top-nav .navbar-nav>.nav-item {
        margin-right: 22px
    }

    .top-nav .navbar-nav>.nav-item>.dropdown-menu {
        display: block;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: hidden;
        opacity: 0;
        z-index: 9;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        margin-top: 0;
        border: none;
        border-radius: 0;
        padding: 10px 41px 23px 25px;
        width: 738px;
        min-width: 100%
    }

    .top-nav .navbar-nav>.nav-item>.dropdown-menu>.nav-item {
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        padding-top: 20px;
        padding-bottom: 1px
    }

    .top-nav .navbar-nav>.nav-item>.dropdown-menu .dropdown-item {
        display: block;
        margin-bottom: 15px;
        padding: 0;
        color: var(--onBackground_color);
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
        text-transform: uppercase;
        white-space: normal
    }

    .top-nav .navbar-nav>.nav-item>.dropdown-menu .dropdown-item:active,
    .top-nav .navbar-nav>.nav-item>.dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: var(--secondary)
    }

    .top-nav .navbar-nav>.nav-item>.dropdown-menu ul {
        display: block;
        position: relative;
        margin: 0;
        border: none;
        padding: 0
    }

    .top-nav .navbar-nav>.nav-item>.dropdown-menu ul .dropdown-item {
        margin-bottom: 10px;
        font-weight: 400;
        text-transform: none
    }

    .top-nav .navbar-nav>.nav-item:hover>.dropdown-toggle::before {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 2;
        border-style: solid;
        width: 0;
        height: 0;
        content: ""
    }

    .top-nav .navbar-nav>.nav-item:hover>.dropdown-toggle::before {
        border-width: 0 6px 6px;
        border-color: transparent transparent #f1efee
    }

    .top-nav .navbar-nav>.nav-item:hover>.dropdown-toggle::after {
        bottom: -1px;
        border-width: 0 5px 5px;
        border-color: transparent transparent #fff
    }

    .top-nav .navbar-nav>.nav-item:hover>.dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1
    }

    .footer-navbar {
        border-bottom: 2px solid rgba(255, 255, 255, .36);
        padding: 16px 0
    }

    .parallax-text-block__mobile-img {
        display: none
    }

    .cooperation-card__left-col {
        padding-right: 30px
    }

    .cooperation-card__right-col {
        border-left: 1px solid #f0f0f0;
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .top-nav .navbar-nav>.nav-item>.dropdown-menu {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
        width: 888px
    }
}

@media (min-width:1440px) {
    .cls-slider .slick-prev {
        left: -50px
    }

    .cls-slider .slick-next {
        right: -50px
    }
}

@media (max-width:1200px) {
    .main-form__button {
        margin-top: 20px
    }
}

@media (max-width:1199.98px) {
    .slick-arrows-type1 .slick-prev {
        left: -30px
    }

    .slick-arrows-type1 .slick-next {
        right: -30px
    }

    .reviews-slider-wrap {
        padding: 0 100px
    }

    .cls-slider-wrap {
        padding: 0 20px
    }

    .big-card {
        min-height: 540px
    }

    .parallax-text-block__wrap {
        background-attachment: scroll;
        height: 650px
    }

    .category-preview-card__title {
        font-size: 28px
    }
}

@media (max-width:992px) {
    .main-form__inputs-container {
        padding-right: 5px;
        padding-left: 5px
    }

    .main-form__input-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 5px 0;
        margin-right: 0;
        width: 100%;
        min-width: 280px;
        max-width: 700px
    }
}

@media (max-width:991.98px) {
    .top-nav {
        padding-right: 0;
        padding-left: 0
    }

    .top-nav .navbar-nav .nav-link.dropdown-toggle {
        margin-right: 40px
    }

    .reviews-slider-wrap {
        padding: 0 50px
    }

    .advantages-item {
        height: auto
    }

    .footer__pd {
        display: block;
        margin-bottom: 30px
    }

    .footer-copyright {
        margin-bottom: 30px;
        text-align: center
    }

    .about__img {
        margin-bottom: 30px
    }

    .cls-slider-wrap {
        padding: 0 10px
    }

    .big-card {
        min-height: 430px
    }

    .parallax-text-block {
        color: var(--onBackground_color)
    }

    .parallax-text-block__wrap {
        background-image: none !important;
        padding: 0;
        height: auto
    }

    .slider-cards__title {
        font-size: 20px
    }

    .slider-cards__desc {
        font-size: 14px
    }

    .timeline-item {
        padding: 0 10px
    }

    .timeline-item__text {
        font-size: 18px
    }

    .product-selection__subtitle {
        text-align: center;
        margin-bottom: 20px
    }

    .product-selection__btn {
        margin: 0 auto
    }

    .cooperation-card {
        padding: 25px
    }

    .cooperation-card__image-wrap {
        padding-left: 0;
        margin-bottom: 20px
    }

    .category-preview-card__title {
        font-size: 24px
    }
}

@media (max-width:767.98px) {

    .slick-arrows-type1 .slick-next,
    .slick-arrows-type1 .slick-prev {
        width: 30px;
        height: 30px
    }

    .slick-arrows-type1 .slick-next:before,
    .slick-arrows-type1 .slick-prev:before {
        background-size: 15px
    }

    .slick-arrows-type1 .slick-prev {
        left: -10px
    }

    .slick-arrows-type1 .slick-next {
        right: -10px
    }

    .reviews-slider-wrap {
        padding: 0
    }

    .product-cart {
        padding: 10px 10px 15px
    }

    .service-promo {
        padding: 50px 0
    }

    .service-promo__title {
        font-size: 30px
    }

    .service-callback {
        padding: 20px 20px
    }

    .service-portfolio__slider .slick-prev {
        left: 10px
    }

    .service-portfolio__slider .slick-next {
        right: 10px
    }

    .service-portfolio__content {
        padding: 0
    }

    .service-portfolio__title {
        margin-bottom: 20px
    }

    .service-portfolio__desc {
        margin-bottom: 30px
    }

    .service-qwiz__slide {
        padding: 15px
    }

    .service-qwiz__label,
    .service-qwiz__question {
        font-size: 20px
    }

    .service-qwiz__header {
        padding: 15px 50px 15px 15px;
        font-size: 22px
    }

    .service-qwiz__counter {
        top: 15px;
        right: 10px
    }

    .service-qwiz__buttons {
        padding: 0 15px 15px
    }

    .checkbox-image__image::after {
        top: -4px;
        left: -4px;
        width: 20px;
        height: 20px
    }

    .cls-slider-wrap {
        padding: 0
    }

    .big-card {
        margin-bottom: 30px;
        min-height: 450px
    }

    .parallax-text-block {
        padding: 0
    }

    .main-slide__content {
        padding: 0 20px 20px
    }

    .cookies-informer-v3 {
        width: auto;
        max-width: calc(100% - 30px);
        left: 15px;
        right: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 15px
    }
}

@media screen and (max-width:767px) {
    .cookies-informer-v2__wrap {
        padding: 0 16px
    }
}

@media (max-width:575.98px) {
    .top_links ul {
        margin: 0;
        padding: 0
    }

    .header__phone {
        font-size: 18px
    }

    .logotype img {
        width: 200px
    }

    .slick-dots {
        bottom: 10px
    }

    .advantages-item {
        min-height: 60px
    }

    .advantages-item__image {
        width: 30px;
        height: 30px
    }

    .advantages-item__title {
        font-size: 16px
    }

    .bd-modal .modal-dialog {
        margin: 0
    }

    .login-modal {
        padding: 30px 20px 25px;
        font-size: 12px;
        line-height: 14px
    }

    .service-promo {
        padding: 40px 0
    }

    .service-promo__title {
        font-size: 24px
    }

    .big-card {
        padding: 20px;
        min-height: 380px;
        text-align: left
    }

    .big-card__title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .big-card__desc {
        font-size: 14px
    }

    #modal_form {
        width: 90%
    }

    .exit {
        top: -15px;
        right: -15px
    }

    .countdown {
        padding: 5px
    }

    .countdown__container {
        gap: 5px
    }

    .countdown__section {
        min-width: 30px
    }

    .countdown__value {
        font-size: 24px
    }

    .countdown__label {
        margin-top: 0;
        font-size: 10px
    }

    .countdown__separator {
        font-size: 24px
    }

    .main-slide img {
        height: 180px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center
    }

    .slider-cards__title {
        font-size: 18px
    }

    .timeline-item__text {
        font-size: 14px
    }

    .cooperation-card__cta p {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        max-width: 100%
    }

    .category-preview-card__img-col {
        min-height: 220px
    }

    .cookies-informer-v3 {
        padding: 12px;
        font-size: 14px
    }

    .cookies-informer-v3__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        text-align: center
    }

    .cookies-informer-v3__button {
        font-size: 14px;
        padding: 10px
    }
}

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