@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


:root {
    --background: #fff;
    --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: #826aad;
    --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: #4ebdc3;
    --labels_new: green;
    --labels_popular: blue;
    --labels_favorite: orange;
    --labels_sale: red;
    --font1: "Montserrat";
    --font2: "Montserrat"
}

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)
}

.city-switcher .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.city-switcher .dropdown-menu {
    min-width: auto
}

.city-switcher .fa-map-marker-alt {
    color: var(--primary)
}

.city-selection-buttons .btn {
    font-size: 16px
}

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

.top-nav .navbar-brand img {
    width: 100%;
    max-height: 40px
}

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

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

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

.top-nav .navbar-nav .nav-link {
    color: var(--onBackground_color);
    font-weight: 600;
    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
}

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

.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
}

.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
}

.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
}

.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
}

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

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

.btn-catalog {
    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;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    border: none;
    border-radius: 50px;
    background-color: var(--primary);
    padding: 0 30px;
    height: 48px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap
}

.btn-catalog:active,
.btn-catalog:focus,
.btn-catalog:hover {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(41, 91, 57, .2509803922);
    box-shadow: 0 0 0 .2rem rgba(41, 91, 57, .2509803922);
    background-color: var(--primary-dark);
    color: #fff
}

.btn-catalog::after {
    display: none
}

.btn-catalog .icon-box {
    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-right: 10px;
    width: 24px
}

.btn-catalog .icon-box i {
    margin: 0;
    font-size: 18px
}

.btn-catalog .icon-close {
    display: none
}

.btn-catalog .icon-open {
    display: block
}

.btn-catalog[aria-expanded=true] {
    background-color: var(--primary-dark)
}

.btn-catalog[aria-expanded=true] .icon-open {
    display: none
}

.btn-catalog[aria-expanded=true] .icon-close {
    display: block
}

.header-catalog-menu {
    margin-top: 10px;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    border: none;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 40px;
    width: 100%
}

.catalog-columns {
    margin: 0;
    padding: 0;
    list-style: none
}

.catalog-columns>li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 25px
}

.catalog-columns>li .catalog-link-main {
    display: block;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    margin-bottom: 10px;
    color: var(--onBackground_color);
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase
}

.catalog-columns>li .catalog-link-main:hover {
    color: var(--secondary)
}

.catalog-columns>li ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.catalog-columns>li ul li {
    margin-bottom: 5px
}

.catalog-columns>li ul li .catalog-link-sub {
    display: inline-block;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    color: #555;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none
}

.catalog-columns>li ul li .catalog-link-sub:hover {
    color: var(--secondary);
    text-decoration: none
}

.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
}

.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
}

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

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

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

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

.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
}

.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
}

.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
}

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

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

.category-preview-card__text-content {
    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: #f2f2f2;
    padding: 40px;
    height: 100%
}

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

.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
}

.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
}

.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
}

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

.logotype img {
    width: 110px;
    -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
}

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

.bd-modal__close:hover {
    color: var(--primary) !important
}

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

.common-modal__title {
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase
}

.common-modal__desc {
    margin-bottom: 20px;
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    text-align: center
}

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

.common-modal__pd {
    margin-bottom: 30px;
    color: #999
}

.common-modal a {
    color: #ff3836
}

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

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

.common-modal .form-control {
    height: 45px;
    font-size: 14px
}

.common-modal textarea.form-control {
    padding-top: 10px;
    height: auto
}

.modal-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    border-radius: 22px;
    background-color: var(--primary);
    padding: 10px;
    min-width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none
}

.modal-button:hover {
    background-color: var(--primary-dark);
    color: #fff;
    text-decoration: none
}

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

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

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

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

.product-card__img img {
    width: 100%
}

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

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

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

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

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

.product-card__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-card__btn span {
    display: none;
    color: rgba(255, 255, 255, .5019607843)
}

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

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

.product-card__btn:focus {
    outline: 0
}

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

.product-card__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-card__labels span.new {
    background-color: var(--labels_new)
}

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

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

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

.product-card-type2 {
    margin-bottom: 0;
    border-top: 0;
    background-color: #fff
}

.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%
}

.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
}

.product-slider-section {
    position: relative
}

.product-slider-section .product-slider {
    margin: 0 -15px
}

.product-slider-section .product-slider .slick-prev {
    left: 0;
    z-index: 10
}

.product-slider-section .product-slider .slick-next {
    right: 0;
    z-index: 10
}

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

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

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

.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: ""
}

.section-block {
    padding: 60px 0
}

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

.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)
}

.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
}

.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);
    border-radius: 10px
}

.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: 1.2;
    text-transform: uppercase
}

.advantages-item--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.advantages-item--column .advantages-item__image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 20px;
    width: 60px;
    height: 60px
}

.advantages-item--column .advantages-item__desc {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    text-transform: none;
    font-weight: 400
}

.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
}

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

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

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

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

.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"
}

.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
}

.main-slide--video {
    display: block !important;
    position: relative;
    background-color: #000;
    aspect-ratio: 1110/400;
    width: 100%;
    max-height: 400px;
    overflow: hidden
}

@supports not (aspect-ratio:1110/400) {
    .main-slide--video {
        padding-bottom: 36.03%;
        height: 0
    }
}

.main-slide--video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.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
}

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

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

.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
}

.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)
}

:root {
    --cooperation-card-bg: #f9f7f4;
    --cooperation-number-color: #c4b299;
    --cooperation-btn-bg: #eadfcf;
    --cooperation-feature-bg: #f5f2ef
}

.cooperation-card {
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    background-color: #fff;
    padding: 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 {
    margin-right: 20px;
    color: #dfb786;
    font-weight: 300;
    font-size: 52px;
    line-height: 1
}

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

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

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

.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-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    text-align: center
}

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

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

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

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

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

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

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

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

.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
}

.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
}

.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
}

.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
}

.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
}

.preview-catalog {
    position: relative;
    background-image: url(../img/bg/preview_catalog-bg-new.png);
    background-position: center center;
    background-size: contain;
    background-repeat: repeat;
    background-color: #fff;
    padding: 60px 0 40px;
    text-align: center
}

.preview-catalog__text {
    margin: 0 auto 35px;
    max-width: 970px;
    color: #333;
    font-weight: 500;
    font-size: 30px
}

.preview-catalog:after,
.preview-catalog:before {
    display: block;
    position: absolute;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: repeat;
    width: 100%;
    height: 14px;
    content: ""
}

.preview-catalog:before {
    bottom: 0;
    background-image: url(../img/bg/preview_catalog-bg-before.png)
}

.preview-catalog:after {
    top: 0;
    background-image: url(../img/bg/preview_catalog-bg-after.png)
}

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

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

.product-selection .row {
    margin-right: -8px;
    margin-left: -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 {
    margin: 0;
    color: var(--onBackground_color);
    font-size: 16px;
    line-height: 1.4
}

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

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

.product-selection-card__title {
    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;
    margin-bottom: 15px;
    min-height: 70px;
    font-weight: 700;
    font-size: 24px
}

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

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

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

.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
}

.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
}

.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
}

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

.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)
}

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

.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
}

.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
}

#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
}

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

.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
}

.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
}

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

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

.product-options-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    cursor: pointer;
    margin: 0 0 4px;
    border: 1px solid rgba(13, 13, 13, .15);
    padding: 2px 4px;
    width: auto;
    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
}

.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
}

a.comparison-link {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-decoration: none
}

a.comparison-link:hover {
    border-bottom-style: solid
}

a.comparison-link.active {
    border-bottom: none;
    background: #efefef;
    color: #000
}

.comparison .comparison-add {
    display: inline-block
}

.comparison .comparison-go,
.comparison .comparison-remove,
.comparison .comparison-total {
    display: none
}

.comparison.added .comparison-add {
    display: none
}

.comparison.added .comparison-remove,
.comparison.added.can_compare .comparison-go,
.comparison.added.can_compare .comparison-total {
    display: inline-block
}

.comparison .loading {
    opacity: .7;
    cursor: default
}

.comparison .loading:hover {
    text-decoration: none
}

.comparison-table td {
    padding: 5px
}

.comparison-table .comparison-head {
    padding-bottom: 1em
}

.comparison-table .comparison-head img {
    min-height: 90px
}

.comparison-table .comparison-remove {
    display: inline-block;
    position: absolute;
    margin-top: .5em;
    background: #fff;
    padding: 0 .2em;
    color: #333;
    font-weight: 400;
    font-size: .8em
}

.comparison-table thead {
    border-bottom: 1px solid #aaa
}

.comparison-table .comparison-corner {
    vertical-align: bottom;
    padding-bottom: 1em;
    text-align: center
}

.comparison-table .same {
    display: none
}

.comparison-table tbody .comparison-row:first-child td {
    padding-top: 2em
}

.comparison-table .field-price {
    font-weight: 700
}

.ec-message {
    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: #f0f0f0;
    padding: 19px;
    min-height: 20px
}

.ec-message p:last-child {
    margin-bottom: 0
}

.ec-message__date {
    padding-left: 20px;
    color: #999;
    font-size: 12px
}

.ec-message__reply {
    margin-left: 20px;
    background: #fff;
    padding: 10px
}

.ec-message__reply p:last-child {
    margin-bottom: 0
}

.ec-error {
    display: none
}

.ec-antispam {
    display: none
}

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

.ec-rating-stars {
    float: left;
    margin-right: 20px
}

.ec-rating-stars span {
    display: block;
    float: left;
    cursor: pointer;
    margin: 0;
    background: url(../img/web/ec-stars.png) 0 -16px no-repeat;
    width: 20px;
    height: 16px
}

.ec-rating-stars span.active {
    background-position: 0 0
}

.ec-rating-stars span.active2 {
    background-position: 0 0
}

.ec-rating-stars span.active-disabled {
    background-position: 0 -16px
}

.ec-rating-description {
    float: left;
    padding-top: 1px;
    color: #999
}

.ec-stars {
    margin: 10px 0;
    background: url(../img/web/ec-stars.png) 0 -16px repeat-x;
    width: 96px;
    height: 16px
}

.ec-stars span {
    display: block;
    background: url(../img/web/ec-stars.png) 0 0 repeat-x;
    width: 0;
    height: 16px
}

.ec-stars span.rating-0 {
    width: 0
}

.ec-stars span.rating-1 {
    width: 16px
}

.ec-stars span.rating-2 {
    width: 36px
}

.ec-stars span.rating-3 {
    width: 56px
}

.ec-stars span.rating-4 {
    width: 76px
}

.ec-stars span.rating-5 {
    width: 96px
}

.ec-clearfix:after,
.ec-clearfix:before {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    content: " "
}

.ec-clearfix:after {
    clear: both
}

.ec-clearfix {
    zoom: 1
}

.comments {
    margin-bottom: 50px
}

.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
}

.hybridauth .ha-avatar {
    position: absolute;
    margin-top: 15px;
    width: 75px
}

.hybridauth .ha-info {
    display: inline-block;
    margin-left: 90px
}

.ha-icon,
.ha-icon-active {
    display: inline-block;
    opacity: 1;
    margin: 0 2px;
    background-image: url(../img/web/color-icons.png);
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    text-indent: -9999px
}

.ha-icon:hover {
    opacity: .8
}

.ha-icon.active {
    opacity: .5 !important;
    background-image: url(../img/web/grayscale-icons.png)
}

.ha-icon.facebook {
    background-position: 0 0
}

.ha-icon.github {
    background-position: -48px 0
}

.ha-icon.google {
    background-position: -96px 0
}

.ha-icon.instagram {
    background-position: -144px 0
}

.ha-icon.linkedin {
    background-position: -192px 0
}

.ha-icon.livejournal {
    background-position: -240px 0
}

.ha-icon.mailru {
    background-position: -288px 0
}

.ha-icon.odnoklassniki {
    background-position: -336px 0
}

.ha-icon.thumblr {
    background-position: -384px 0
}

.ha-icon.twitter {
    background-position: -432px 0
}

.ha-icon.vimeo {
    background-position: -480px 0
}

.ha-icon.vkontakte {
    background-position: -528px 0
}

.ha-icon.yandex {
    background-position: -576px 0
}

.ha-icon.youtube {
    background-position: -624px 0
}

.ha-icon.foursquare {
    background-position: -672px 0
}

.ha-icon.modxpro {
    background-position: -720px 0
}

div.jGrowl>.ui-state-highlight {
    border: inherit;
    background: inherit;
    color: inherit
}

.ms2-message-success {
    background-color: green !important
}

.ms2-message-error {
    background-color: brown !important
}

.ms2-message-info {
    background-color: #000 !important
}

#msCart th.count,
#msCart th.price,
#msCart th.remove,
#msCart th.weight {
    width: 15%
}

.js #msCart [type=submit][value="cart/change"] {
    display: none
}

#msMiniCart,
.msMiniCart {
    font-size: .8em;
    font-size: 14px
}

#msMiniCart h5,
.msMiniCart h5 {
    margin: 0
}

#msMiniCart .empty,
.msMiniCart .empty {
    display: block
}

#msMiniCart .not_empty,
.msMiniCart .not_empty {
    display: none
}

#msMiniCart.full .empty,
.msMiniCart.full .empty {
    display: none
}

#msMiniCart.full .not_empty,
.msMiniCart.full .not_empty {
    display: block
}

#msCart .old_price,
#msProduct .old_price,
.ms2_product .old_price {
    color: brown;
    font-style: italic;
    text-decoration: line-through
}

#msOrder {
    margin-top: 50px
}

#msOrder .radio {
    margin-bottom: 10px;
    min-height: 30px
}

#msOrder .radio img {
    margin-top: -2px;
    padding: 0 10px;
    max-height: 30px
}

#msOrder .required-star {
    display: none;
    color: brown
}

#msOrder .required .required-star {
    display: inline
}

#msOrder .error {
    border: 1px solid brown !important
}

.msCartLog,
.msGalleryLog,
.msGetOrderLog,
.msOrderLog,
.msProductsLog {
    word-wrap: normal;
    width: 100%;
    overflow: auto;
    white-space: pre
}

.msoptionsprice-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    margin-top: -32px;
    margin-left: -32px;
    background: url(../img/spinner.gif);
    width: 32px;
    height: 32px
}

#msCart input.error {
    border: 1px solid brown !important
}

#msCart .error {
    color: brown !important
}

.office-auth-login-wrapper,
.office-auth-register-wrapper {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px
}

.office-auth-register-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.office-message-success {
    background-color: green !important
}

.office-message-error {
    background-color: brown !important
}

.office-message-info {
    background-color: #000 !important
}

#office-auth-form .red {
    color: #8b0000
}

@media (min-width:576px) {
    .catalog-columns {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .bd-modal .modal-dialog {
        max-width: 540px
    }

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

@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:768px) {
    .cooperation-card__list {
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .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
    }
}

@media (min-width:992px) {
    .top-nav .navbar-nav.main_menu>.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.main_menu>.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.main_menu>.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.main_menu>.nav-item>.dropdown-menu .dropdown-item:active,
    .top-nav .navbar-nav.main_menu>.nav-item>.dropdown-menu .dropdown-item:hover {
        background-color: transparent;
        color: var(--secondary)
    }

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

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

    .top-nav .navbar-nav.main_menu>.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.main_menu>.nav-item:hover>.dropdown-toggle::before {
        border-width: 0 6px 6px;
        border-color: transparent transparent #f1efee
    }

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

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

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

    .header--v2 .modal-button {
        padding: 8px;
        height: auto;
        line-height: 16px
    }

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

    .catalog-columns {
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

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

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

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

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

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

    .catalog-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@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) {
    .category-preview-card__title {
        font-size: 28px
    }

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

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

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

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

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

    .preview-catalog__text {
        font-size: 26px
    }

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

@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
    }

    .header-search-collapse {
        top: 10px;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

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

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

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

    .advantages-item {
        height: auto
    }

    .about__img {
        margin-bottom: 30px
    }

    .cooperation-card {
        padding: 25px
    }

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

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

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

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

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

    .preview-catalog__text {
        font-size: 24px
    }

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

    .product-selection__btn {
        margin: 0 auto
    }

    .timeline-item {
        padding: 0 10px
    }

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

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

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

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

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

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

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

    .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
    }

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

    .cls-slider-wrap {
        padding: 0
    }

    .parallax-text-block {
        padding: 0
    }

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

    .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-promo {
        padding: 50px 0
    }

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

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

    .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
    }

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

@media (max-width:575.98px) {
    .header__phone {
        font-size: 18px
    }

    .header-catalog-menu {
        padding: 15px
    }

    .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
    }

    .logotype img {
        width: 200px
    }

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

    .common-modal {
        padding: 30px 20px 25px
    }

    .slick-dots {
        bottom: 10px
    }

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

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

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

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

    .main-slide--video {
        padding-bottom: 0;
        aspect-ratio: auto;
        height: 180px;
        max-height: none
    }

    .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
    }

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

    .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
    }

    .preview-catalog__text {
        font-size: 20px
    }

    .service-promo {
        padding: 40px 0
    }

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

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

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

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