@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.eot');
    src: local('Roboto Italic'), local('Roboto-Italic'),
    url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Italic.woff') format('woff'),
    url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cisco Sans';
    src: local('../fonts/Cisco Sans Regular'), local('Cisco-Sans-Regular'),
    url('../fonts/CiscoSans.woff2') format('woff2'),
    url('../fonts/CiscoSans.woff') format('woff'),
    url('../fonts/CiscoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cisco Sans';
    src: local('../fonts/Cisco Sans Bold'), local('Cisco-Sans-Bold'),
    url('../fonts/CiscoSans-Bold.woff2') format('woff2'),
    url('../fonts/CiscoSans-Bold.woff') format('woff'),
    url('../fonts/CiscoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Eric Meyer's CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

sub,
sup {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
    list-style: none;

}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

html {
    height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #000;
    height: 100%;
}

body.not-scroll {
    overflow: hidden;
}

textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel] {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #666;
    background: #fff;
    color: #000;
    outline: none;
}

input[type=submit],
button {
    margin: 0;
    -webkit-appearance: none;
    font-family: 'Roboto', sans-serif;
    outline: none;
    cursor: pointer;
}

.inner {
    min-width: 280px;
    max-width: 1522px;
    margin: 0 auto;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

a {
    color: #000;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.slick-slide {
    outline: none !important;
}

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

:invalid {
    box-shadow: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.pace .pace-progress {
    background-color: #247CFF;
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
}

.alert-primary-uc {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-uc {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.site-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.button {
    min-width: 149px;
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 24px 8px;
    background: #247CFF;
    border: 1px solid #247CFF;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.button:disabled {
    opacity: 0.2;
    background: #247CFF !important;
    cursor: default;
}

.button:hover {
    background: #0063F8;
}

.banner-link {
    position: absolute;
    width: 1580px;
    left: calc(50% - 790px);
}

.banner-link__1 {
    position: absolute;
    top: 0;
    left: -350px;
    width: 350px;
    height: 600px;
    z-index: 2;
}

.banner-link__2 {
    position: absolute;
    top: 0;
    right: -350px;
    width: 350px;
    height: 600px;
    z-index: 2;
}

.banner-link__1 span,
.banner-link__2 span {
    display: block;
    width: 350px;
    height: 100%;
    background-repeat: no-repeat;
}

.banner-link.fixed .banner-link__1 span,
.banner-link.fixed .banner-link__2 span {
    position: fixed;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header {
}

.site-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 0;
}

.site-header__left {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.header-logo {
    width: 318px;
    flex-shrink: 0;
    /*margin-right: 25px;*/
}

.header-logo img {
    display: block;
}

.header-catalog {
    /*padding: 14px 34px 17px 58px;*/
    padding: 14px 24px 17px 58px;
    margin-right: 25px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap;
    background: #fff;
    border-radius: 13px;
    cursor: pointer;
    flex-shrink: 0;
}

.header-catalog:hover,
.header-catalog.active {
    color: #247CFF;
}

.header-catalog__icon {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/catalog-icon.svg) no-repeat;
    position: absolute;
    top: 14px;
    left: 26px;
}

.header-catalog:hover .header-catalog__icon,
.header-catalog.active .header-catalog__icon {
    fill: #247CFF;
}

.header-catalog__arrow {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
}

.header-catalog:hover .header-catalog__arrow {
    fill: #247CFF;
}

.header-catalog.active .header-catalog__arrow {
    transform: rotate(90deg);
    fill: #247CFF;
}

.header-nav {
    flex-shrink: 0;
    /*margin-right: 37px;*/
    margin-right: 20px;
}

.header-nav > ul {
    display: flex;
}

.header-nav > ul > li {
    position: relative;
    margin-right: 56px;
}

.header-nav > ul > li > a {
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    white-space: nowrap;
}

.header-nav > ul > li:hover > a {
    color: #247CFF;
}

.header-nav > ul > li > ul:before {
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    top: -15px;
    right: 0;
}

.header-nav > ul > li > ul {
    display: none;
    /*width: 155px;*/
    width: 220px;
    box-sizing: border-box;
    background: #fff;
    padding: 17px 12px 11px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    line-height: 19px;
    position: absolute;
    top: 26px;
    left: calc(50% - 63px);
    z-index: 5;
}

.header-nav > ul > li > ul > li {
    margin-bottom: 14px;
}

.header-nav > ul > li > ul > li > a {
    text-decoration: none;
}

.header-nav > ul > li > ul > li:hover > a {
    color: #247CFF;
}


.site-header__left > form {
    flex-grow: 1;
}

.header-search_mobile {
    display: none;
}

.header-search {
    /* width: 439px; */
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8A8A8A;
    margin-bottom: 3px;
    position: relative;
}

.header-search__icon {
    width: 13px;
    height: 18px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}

.header-search__input {
    flex-grow: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .header-search__input {
        width: 1px;
    }
}

.header-search__input input {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: none;
    background: none;
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px;
}

.header-search__select {
    position: relative;
    flex-shrink: 0;
}

.header-search__current {
    position: relative;
    padding: 11px 17px 11px 15px;
    letter-spacing: 0.2px;
    color: #8A8A8A;
    cursor: pointer;
}

.header-search__current svg {
    position: absolute;
    top: 15px;
    right: 0;
    width: 8px;
    height: 8px;
    transform: rotate(90deg);
    fill: #8A8A8A;
}

.header-search__list {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    background: #fff;
    padding: 23px 16px 17px 19px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
    z-index: 4;
}

.header-search__list li {
    color: #8A8A8A;
    cursor: pointer;
    margin-bottom: 16px;
}

.header-search__list li:hover {
    color: #000;
}

.header-search__close {
    display: none;
}

.popup-search {
    display: none;
    position: absolute;
    left: 0;
    top: 49px;
    right: 0;
    padding: 22px 26px 29px;
    background: #FFF;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    z-index: 4;
    /*width: 477px;*/
    width: 397px;
}

.popup-search__category {
    font-size: 14px;
    line-height: 18px;
    color: #8A8A8A;
    border-bottom: 2px solid #8A8A8A;
}

.popup-search__category li {
    margin-bottom: 27px;
}

.popup-search__category li:last-child {
    margin-bottom: 25px;
}

.popup-search__category li a {
    text-decoration: none;
}

.popup-search__category li a:hover {
    color: #8A8A8A;
}

.popup-search__product {
    padding: 0px;
}

.popup-search__product li a {
    display: flex;
    text-decoration: none;
    padding: 9px 0;
}

.popup-search__image {
    width: 54px;
    padding-top: 4px;
    flex-shrink: 0;
}

.popup-search__content {
    padding-left: 32px;
}

.popup-search__title {
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.popup-search__price {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
    color: #247CFF;
}

.popup-search__price.color-blue {
    color: #247CFF;
}

.popup-search__price.color-red {
    color: #CB2027 !important;
}

.popup-search__price.color-grey {
    color: #747474 !important;
}

.popup-search__link {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.popup-search__all a {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}

.site-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.page-head__links {
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}

.page-head__links a {
    display: block;
    padding: 0 12px;
    font-size: 15px;
    line-height: 19px;
    margin: 0 4px 0 16px;
    position: relative;
    color: #8A8A8A;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

.page-head__links_search a {
    padding: 0;
}

.page-head__links a:hover,
.page-head__links a.active {
    color: #000;
}

.page-head__links a.active {
    cursor: default;
}

.page-head__links a:hover:before,
.page-head__links a.active:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.page-head__links a:after {
    content: '';
    display: block;
    height: 12px;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.page-head__links a:hover:after,
.page-head__links a.active:after {
    opacity: 1;
}

.header-social {
    margin-left: 14px;
}

.header-social ul {
    display: flex;
    justify-content: center;
}

.header-social li {
    line-height: 0;
    margin: 0 0 0 20px;
}

.header-social li svg {
    max-width: 25px;
    height: 15px;
    fill: #000;
}

.header-social li.social-1 svg {
    height: 17px;
}

.header-social li.social-1 a:not(:hover) svg path {
    fill: #000;
}

.header-social li.social-2 a:hover svg {
    fill: #FF0000;
}

.header-social li.social-3 a:hover svg {
    fill: #1276D2;
}

.header-compare {
    min-width: 50px;
    display: flex;
    justify-content: flex-end;
    margin-left: 14px;
}

.header-compare a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-compare svg {
    width: 30px;
    height: 18px;
    margin: 0 3px 0 0;
    fill: #8A8A8A;
}

.header-compare .value {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #247CFF;
}

.header-lang {
    position: relative;
    margin-left: 14px;
}

.header-lang__current {
    display: flex;
    align-items: center;
    padding: 3px 0 0 0;
    /*font-weight: bold;*/
    /*font-size: 18px;*/
    line-height: 16px;
    letter-spacing: 0.02em;
    /*text-transform: uppercase;*/
    /*color: #494949;*/
    color: #8B8A8A;
    position: relative;
}

.header-lang__current img {
    display: block;
    /*width: 30px;*/
    /*height: 30px;*/
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    margin: -2px 18px 0 0;
}

.header-lang__list {
    display: none;
    position: absolute;
    /*top: 38px;*/
    top: 30px;
    left: -10px;
    background: #fff;
    /*padding: 5px 0;*/
    z-index: 1;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.header-lang__list li {
    margin: 5px 0;
    width: 100px;
}

.header-lang__list li a {
    display: flex;
    align-items: center;
    padding: 3px 10px 0 10px;
    /*font-weight: bold;*/
    /*font-size: 18px;*/
    line-height: 26px;
    letter-spacing: 0.02em;
    /*text-transform: uppercase;*/
    color: #494949;
    text-decoration: none;
}

.header-lang__list span {
    margin: 0 !important;
}

.header-lang__list li img {
    display: block;
    /*width: 30px;*/
    /*height: 30px;*/
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    margin: -2px 18px 0 0;
}

.header-lang:hover .header-lang__current {
    color: #000;
}

.header-lang__list {
    display: none;
    position: absolute;
    /*top: 31px;*/
    left: -10px;
    border: 1px solid #AFAFAF;
    background: #fff;
    z-index: 3;
}

.header-lang__list:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
}

.header-lang__list li {
    position: relative;
}

.header-lang__list li:before {
    content: '';
    display: block;
    height: 1px;
    background: #AFAFAF;
    position: absolute;
    left: 5px;
    bottom: 1px;
    right: 5px;
}

.header-lang__list li:last-child:before {
    display: none;
}

.header-lang__list a {
    display: block;
    width: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 10px;
    font-size: 15px;
    line-height: 18px;
    /*text-transform: uppercase;*/
    text-align: center;
    text-decoration: none;
    color: #8A8A8A;
}

.header-lang__list a:hover {
    color: #000;
}

.header-user {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    margin: 0 0 0 14px;
}

.header-user svg {
    fill: #8A8A8A;
}

.header-user a:hover svg {
    fill: #000;
}

.touch-menu {
    display: none;
}

/* Middle
-----------------------------------------------------------------------------*/
.section-slider {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.section-slider_mobile {
    display: none;
}

.slider-big__slide {
    display: none;
}

.slider-big__slide:first-child {
    display: block;
}

.slider-big__container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2px;
}

.slider-big__col {
    width: 50%;
    box-sizing: border-box;
    padding: 8px;
}

.section-slider .slick-dots {
    width: 8px;
    height: 240px;
    display: flex;
    flex-direction: column;
    background: #D9D9D9;
    border-radius: 2px;
    position: absolute;
    top: calc(50% - 140px);
    right: -14px;
    overflow: hidden;
}

.section-slider .slick-dots li {
    position: relative;
}

.section-slider .slick-dots li {
    width: 8px;
    flex-grow: 1;
    overflow: hidden;
    border-radius: 2px;
}

.section-slider .slick-dots li button {
    display: block;
    width: 8px;
    height: 100%;
    box-sizing: border-box;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 0;
}

.section-slider .slick-dots li.slick-active,
.section-slider .slick-dots li.slick-active button {
    background: #000;
}

.section-headline {
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
}

.section-links {
    position: relative;
    padding: 30px 0 36px;
}

.section-links:before {
    content: '';
    display: block;
    height: 462px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F6F6F6;
}

.section-links__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.section-links__headline {
    margin: 0 20px 12px 5px;
}

.section-links__links {
    display: flex;
    gap: 30px;
}

.section-links__link {
    display: block;

    text-decoration: none;
    position: relative;
    transition: transform 0.2s ease-out 0s;
}

.section-links__link:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.section-links__link:hover:after {
    opacity: 1;
}

.section-links__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 72px;
}

.section-links__link:hover {
    transform: translateY(-22px);
}

.section-links__link:hover:before {
    content: '';
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}

.section-links__name {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    margin-bottom: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.wrapper-tab__tabs {
    display: flex;
    justify-content: flex-end;
}

.wrapper-tab__tab {
    padding: 0 12px;
    font-size: 15px;
    line-height: 19px;
    margin: 0 4px 0 16px;
    position: relative;
    color: #8A8A8A;
    cursor: pointer;
    transition: transform 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

.wrapper-tab__tab:hover,
.wrapper-tab__tab.active {
    color: #000;
}

.wrapper-tab__tab.active {
    cursor: default;
}

.wrapper-tab__tab:hover:before,
.wrapper-tab__tab.active:before {
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.wrapper-tab__tab:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.wrapper-tab__tab:hover:after,
.wrapper-tab__tab.active:after {
    opacity: 1;
}

.wrapper-tab__item:not(:first-child) {
    display: none;
}

.home-posts {
    position: relative;
    padding: 37px 0 52px;
}

.home-posts:before {
    content: '';
    display: block;
    height: 338px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F6F6F6;
}

.home-posts__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-bottom: 22px;
}

.home-posts__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.home-posts__col {
    width: 25%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
}

.home-posts__btn {
    position: relative;
    text-align: center;
}

.pub-item__image {
    margin-bottom: 20px;
}

.pub-item__image a {
    display: block;
    min-height: 100px;
    position: relative;
    text-decoration: none;
}

.pub-item__image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-out 0s;
}

.pub-item:hover .pub-item__image a:before {
    opacity: 0.8;
}

.pub-item__image img {
    display: block;
}

.pub-item__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 97px;
    background: #FFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.pub-item__left span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
}

.pub-item__btn {
    text-align: center;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s;
}

.pub-item:hover .pub-item__image a .pub-item__btn {
    opacity: 1;
}

.pub-item__btn .button {
    min-width: 130px;
    box-shadow: 0px 0px 10px rgba(36, 124, 255, 0.8);
}

.pub-item__name {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 3px;
}

.pub-item__name a {
    transition: color 0.3s ease-out 0s;
    text-decoration: none;
}

.pub-item__date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: color 0.3s ease-out 0s;
}

.pub-item__category {
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
}

.pub-item__category ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #8A8A8A;
    position: relative;
    max-height: 60px;
    overflow: hidden;
}

.pub-item__category li:after {
    content: 'I';
    display: inline-block;
    margin: 0 6px;
}

.pub-item__category li:last-child:after {
    display: none;
}

.pub-item__category li a {
    color: #8A8A8A;
    text-decoration: none;
}

.pub-item__category li a:hover {
    color: #000;
}

.pub-item__category:not(.full) > div {
    content: '';
    display: block;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
}

.pub-item__category.full ul {
    max-height: none;
}

.pub-item__text {
    font-size: 14px;
    line-height: 20px;
    transition: color 0.3s ease-out 0s;
}

.pub-item:hover .pub-item__name a,
.pub-item:hover .pub-item__date,
.pub-item:hover .pub-item__text {
    color: #8A8A8A;
}

.cooperation {
    padding: 81px 0 90px;
}

.cooperation__container {
    display: flex;
}

.cooperation__left {
    width: 50%;
    box-sizing: border-box;
    padding-left: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cooperation__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    padding-bottom: 10px;
    border: 2px solid #247CFF;
    border-radius: 50%;
    margin-bottom: 21px;
}

.cooperation__title {
    text-align: center;
}

.cooperation__right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

.cooperation__text-1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.cooperation__btn {
    margin-bottom: 29px;
}

.cooperation__text-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #8A8A8A;
}

.section-about {
    padding: 63px 0 0;
    background: #F6F6F6;
}

.section-about.section-about_page {
    margin-top: 10px;
    padding: 57px 0 70px;
}

.section-about__headline {
    text-align: center;
    margin-bottom: 63px;
}

.section-about__container {
    display: flex;
}

.section-about__col {
    width: 25%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.section-about__item {
    max-width: 390px;
    height: 100%;
    box-sizing: border-box;
    padding: 46px 15px 45px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}

.section-about__item.active:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    left: -15px;
    right: -15px;
    top: 0;
    bottom: 0;
}

.section-about__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 2px solid #247CFF;
    border-radius: 50%;
    font-size: 18px;
    line-height: 21px;
    color: #247CFF;
    position: relative;
    margin: 0 auto 54px;
}

.section-about__image span {
    font-size: 45px;
    line-height: 42px;
}

.section-about__title {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    margin-bottom: 30px;
}

.section-about__item.active .section-about__title {
    color: #247CFF;
}

.section-about__text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    position: relative;
}

.section-about__content {
    background: #fff;
}

.section-about__content p {
    margin-bottom: 8px;
}


.about-text {
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}

.about-text strong {
    font-size: 18px;
    color: #000;
}

.about-text img {
    float: right;
    margin: -5px 0 15px 20px;
}

.section-about__content-btn {
    padding: 38px 0;
}

.section-about__content-btn .button {
    min-width: 184px;
}

.section-about__content-item {
    display: none;
    padding: 60px 9.4% 15px 9.4%;
}

.section-about__content-more {
    display: none;
    padding-bottom: 40px;
}

.home-content {
    padding: 60px 0 55px;
}

.home-content__container {
    max-width: 1263px;
    margin: 0 auto;
}

.home-content__text {
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}

.home-content__text p {
    margin-bottom: 22px;
}

.home-content__text strong {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.home-content__btn {
    padding: 19px 0 0;
}

.home-content__text_after {
    display: none;
}

.home-content__logos {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 13px;
}

.home-content__logo {
    margin: 0 78px 20px 0;
}

.page-head {
    padding: 14px 0 22px;
}

.page-head_grey {
    background: #F6F6F6;
}

.page-head_small .page-head__title {
    font-size: 28px;
    line-height: 33px;
    margin: 15px 0;
}

.page-head__container {
    display: flex;
    justify-content: space-between;
}

.page-head__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 12px;
}

.page-head__breadcrumbs {
    font-size: 14px;
    line-height: 16px;
}

.page-head__breadcrumbs a {
    color: #8A8A8A;
    text-decoration: none;
}

.page-head__breadcrumbs a:hover {
    color: #000;
}

.page-head__breadcrumbs .sep {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px 0 6px;
    position: relative;
    bottom: 1px;
}

.page-head__breadcrumbs .sep svg {
    fill: #8A8A8A;
}

.page-head__breadcrumbs h1 {
    display: inline-block;
}

.about-content {
    padding: 62px 0 44px;
}

.about-content__container {
    /*max-width: 1254px;*/
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    color: #8A8A8A;
}

.about-content__container p {
    margin-bottom: 22px;
}

.about-content__container strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.vacancy-top {
    padding: 21px 0;
    background: #F6F6F6;
}

.vacancy-top__container {
    display: flex;
    align-items: center;
}

.vacancy-top__left {
    width: 41%;
}

.vacancy-top__right {
    width: 59%;
    box-sizing: border-box;
    padding: 0 0 10px 60px;
}

.vacancy-top__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 75px;
}

.vacancy-top__select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -32px;
}

.vacancy-top__select-col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 32px;
}

.vacancy-top__select-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 28px;
}

.select {
    position: relative;
    font-size: 15px;
    line-height: 18px;
}

.select__current {
    position: relative;
    padding: 7px 20px 7px 0;
    color: #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.select__current svg {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    right: 0;
    fill: #8a8a8a;
}

.select__list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    background: #FFFFFF;
    padding: 12px 19px 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 20px;
    z-index: 4;
}

.catalog-mobile-filter__sort-container .select__list {
    width: 100px;
}

.select__list li {
    padding: 5px 0;
    cursor: pointer;
}

.select select {
    display: none;
}

.vacancy-bottom {
    padding: 38px 0 31px;
}

.vacancy-bottom__container {
    display: flex;
    margin: 0 -15px;
}

.vacancy-bottom__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}

.vacancy-bottom__item {
    margin-bottom: 24px;
}

.vacancy-bottom__handler {
    cursor: pointer;
}

.vacancy-bottom__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.vacancy-bottom__title svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}

.vacancy-bottom__handler.opened .vacancy-bottom__title svg {
    transform: rotate(90deg);
}

.vacancy-bottom__info {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 30px;
    color: #8A8A8A;
}

.vacancy-bottom__info li:after {
    content: 'I';
    display: inline-block;
    margin: 0 9px;
}

.vacancy-bottom__info li:last-child:after {
    display: none;
}

.vacancy-bottom__content {
    padding: 10px 0 0;
    display: none;
}

.vacancy-bottom__content {
    font-size: 18px;
    line-height: 28px;
}

.contacts-top {
    padding: 45px 0 54px;
    font-size: 14px;
    line-height: 18px;
}

.contacts-top__container {
    display: flex;
    margin-bottom: 61px;
}

.contacts-top__left {
    width: 54%;
    margin-right: 60px;
}

.contacts-top__contact {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 22px;
}

.contacts-top__item {
    box-sizing: border-box;
    padding: 0 30px 41px 0;
}

.contacts-top__item:nth-child(1),
.contacts-top__item:nth-child(4),
.contacts-top__item:nth-child(7) {
    /*width: 33%;*/
    width: 50%;
}

.contacts-top__item:nth-child(2),
.contacts-top__item:nth-child(5),
.contacts-top__item:nth-child(8) {
    /*width: 25%;*/
    width: 50%;
}

.contacts-top__item:nth-child(3),
.contacts-top__item:nth-child(6),
.contacts-top__item:nth-child(9) {
    /*width: 40%;*/
    width: 50%;
}

.contacts-top__title {
    font-weight: bold;
    margin-bottom: 10px
}

.contacts-top__title svg {
    display: none;
    width: 12px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.contacts-top__title.opened svg {
    transform: rotate(90deg);
}

.contacts-top__list li {
    margin-bottom: 10px;
}

.contacts-top__right {
    width: 46%;
    box-sizing: border-box;
    padding-left: 4px;
}

.contacts-top__info {
    font-size: 15px;
    line-height: 22px;
}

.contacts-top__info li {
    margin-bottom: 10px;
}

.contacts-top__info a {
    text-decoration: none;
}


.contacts-form {
    max-width: 500px;
}

.contacts-form__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 26px;
}

.contacts-form .form-input_textarea {
    padding: 15px 0 8px;
}

.contacts-form .form-btn {
    padding-top: 22px;
}

.contacts-form .form-btn .button {
    min-width: 168px;
}

.contacts-thankyou__container {
    max-width: 500px;
    margin: 42px auto;
    text-align: center;
    position: relative;
    right: 65px;
}

.contacts-thankyou__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    border: 2px solid #247CFF;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto 27px;
}

.contacts-thankyou__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #247CFF;
    margin-bottom: 36px;
}

.contacts-thankyou__text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 58px;
}

.contacts-thankyou__btn .button {
    min-width: 169px;
}


.contacts-info__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 31px;
}

.contacts-info__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 -20px;
}

.contacts-info__col {
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 15px;
    line-height: 22px;
    margin-right: 60px;
}

.contacts-info__col li {
    margin-bottom: 10px;
}

.contacts-info__col li a {
    text-decoration: none;
}

.contacts-map {
    overflow: hidden;
}

.contacts-map iframe {
    display: block;
}

.partner-top {
    padding: 21px 0;
    background: #F6F6F6;
}

.partner-top__container {
    display: flex;
}

.partner-top__left {
    width: 47%;
    box-sizing: border-box;
    position: relative;
}

.partner-top__slide:not(:first-child) {
    display: none;
}

.partner-top__line {
    width: 3px;
    height: 240px;
    display: flex;
    flex-direction: column;
    background: #D9D9D9;
    position: absolute;
    top: calc(50% - 120px);
    left: -16px;
}

.partner-top__line-item {
    width: 3px;
    flex-grow: 1;
    cursor: pointer;
}

.partner-top__line-item.active {
    background: #000;
    cursor: default;
}

.partner-top__right {
    width: 53%;
    box-sizing: border-box;
    padding: 43px 0 0 30px;
}

.partner-top__title {
    max-width: 650px;
    font-size: 28px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 112px;
}

.partner-top__tabs {
    max-width: 720px;
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
}

.partner-top__tab {
    padding: 0 15px;
    cursor: pointer;
    transition: transform 0.2s ease-out 0s;
}

.partner-top__tab:hover,
.partner-top__tab.active {
    transform: translateY(-21px);
}

.partner-top__tab.active {
    cursor: default;
}

.partner-top__tab:hover:before,
.partner-top__tab.active:before {
    content: '';
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
}

.partner-top__icon img {
    display: block;
    max-height: 55px;
    margin: 0 auto 21px;
}

.partner-top__text {
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    position: relative;
    text-align: center;
    padding-bottom: 19px;
}

.partner-top__text:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    position: absolute;
    left: -12px;
    bottom: 0;
    right: -12px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.partner-top__tab:hover .partner-top__text:after,
.partner-top__tab.active .partner-top__text:after {
    opacity: 1;
}

.partner-bottom {
    padding: 23px 0;
}

.partner-bottom__item:not(:first-child) {
    display: none;
}

.partner-bottom__title {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.partner-bottom__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: -2px 0 26px 2px;
}

.rules {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.rules__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}

.rules__head {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.rules__image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 2px solid #247CFF;
    border-radius: 50%;
}

.rules__image img {
    display: block;
}

.rules__title {
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.rules__body {
    font-size: 15px;
    line-height: 22px;
}

.rules__body p {
    margin-bottom: 22px;
}

.partner-form {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0 0;
    margin: 0 -74px;
}

.partner-form__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 74px;
}

.form-input {
    margin-bottom: 18px;
}

.form-input.not-valid {
    color: red;
}

.form-input__label {
    font-size: 13px;
    line-height: 15px;
}

.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"] {
    width: 100%;
    height: 23px;
    box-sizing: border-box;
    padding: 0;
    border: none;
    border-bottom: 1px solid #8A8A8A;
    font-size: 13px;
}

.form-input textarea {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #8A8A8A;
    resize: none;
    margin: 20px 0 0 0;
    font-size: 13px;
}

.form-input.not-valid input[type="text"],
.form-input.not-valid input[type="email"],
.form-input.not-valid input[type="tel"],
.form-input.not-valid textarea {
    border-color: red;
}

.form-captcha {
    margin: 86px 0 20px;
}

.form-tip-1 {
    font-size: 12px;
    line-height: 14px;
    color: #8A8A8A;
    margin-bottom: 8px;
}

.form-tip-2 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
}

.input-tel input {
    text-align: center;
}

.input-tel input:nth-child(1) {
    width: 38px;
    margin-right: 5px;
}

.input-tel input:nth-child(2) {
    width: 37px;
    margin-right: 5px;
}

.input-tel input:nth-child(3) {
    width: 91px;
}

.service-content {
    position: relative;
    padding-bottom: 34px;
}

.service-content:before {
    content: '';
    display: block;
    height: 329px;
    background: #F6F6F6;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.service-content__body,
.partner-bottom__container {
    position: relative;
    font-size: 15px;
    line-height: 22px;
}

.service-content__body ul,
.partner-bottom__container ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
}

.service-content__body img {
    margin-bottom: 26px;
}

.service-content__body p {
    margin-bottom: 22px;
}

.service-content__body .button {
    margin: 8px 0 22px;
}

.service-content__container {
    display: flex;
    padding: 12px 0 0;
    margin: 0 -20px 60px;
}

.service-content__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
}

.declaration-top {
    padding: 35px 0 81px;
    background: #F6F6F6;
}

.declaration-top__container {
    display: flex;
    text-align: center;
    margin: 0 -10px 0 -22px;
}

.declaration-top__left {
    width: 20%;
    box-sizing: border-box;
    padding: 0 40px;
    position: relative;
}

.declaration-top__or {
    width: 70px;
    position: absolute;
    top: 48px;
    right: -43px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #247CFF;
}

.declaration-top__right {
    width: 80%;
    display: flex;
}

.declaration-top__col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 40px;
}

.declaration-top__item {
    position: relative;
}

.declaration-top__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 124px;
    box-sizing: border-box;
    border: 2px solid #247CFF;
    border-radius: 50%;
    font-size: 35px;
    line-height: 21px;
    color: #247CFF;
    cursor: default;
    margin: 0 auto 34px;
}

.declaration-top__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.declaration-top__decor {
    width: 68px;
    height: 2px;
    background: #247CFF;
    position: absolute;
    top: 64px;
    right: -73px;
}

.declaration-top__col:last-child .declaration-top__decor {
    display: none;
}

.declaration-top__decor:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #247CFF;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0px;
}

.declaration-top__decor:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #247CFF;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: 0px;
}

.declaration-form {
    padding: 72px 0 54px;
}

.declaration-form__container {
    display: flex;
    margin: 0 -15px 25px;
}

.declaration-form__col {
    width: 20%;
    box-sizing: border-box;
    padding: 0 15px;
}

.declaration-form__title {
    min-height: 42px;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 7px;
}

.declaration-form__input {
    position: relative;
}

.declaration-form__input input[type=text] {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid #8A8A8A;
    font-size: 15px;
    line-height: 18px;
}

.declaration-form__input button {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    width: 23px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: -3px;
    font-size: 0;
    line-height: 0;
}

.declaration-result {
    margin-top: 34px;
}

.declaration-result__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 28px;
}

.declaration-result__name {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 21px;
}

.declaration-result__name span {
    color: #8A8A8A;
    margin-right: 10px;
}

.declaration-result__btn a {
    min-width: 0;
    padding: 7px 23px 8px;
}

.sales__main {
    display: flex;
}

.sales__sidebar {
    width: 20%;
    box-sizing: border-box;
    padding: 0 30px 30px 0;
    flex-shrink: 0;
}

.sales__sidebar-inner {
    padding: 18px 20px 1px;
    margin-left: -20px;
    background: #F8F8F8;
}

.filter__item.opened {
    margin-bottom: 26px;
}

.filter__title,
.filter__headline {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 15px;
}

.filter__title,
.filter__headline {
    cursor: pointer;
}

.filter__headline.opened + div {
    margin-bottom: 26px;
}

.filter__title svg,
.filter__headline svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-left: 5px;
    float: right;
}

.filter__title.opened svg,
.filter__headline.opened svg {
    transform: rotate(90deg);
}

.filter__headline + div {
    display: none;
}

.filter__headline.opened + div {
    display: block;
}

.filter__list {
    display: none;
}

.filter__list.opened {
    display: block;
}

.filter__list,
.filter .param {
    font-size: 14px;
    line-height: 19px;
}

.filter__list label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    cursor: pointer;
}

.filter__list label:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -2px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.filter__list label:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #247CFF url(../images/success.svg) no-repeat center;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -2px;
    visibility: hidden;
}

.filter__list input {
    display: none;
}

.filter__list input:checked + label:after {
    visibility: visible;
}

.filter__title_range {
    font-weight: normal;
    margin: -3px 0 10px;
}

.wrap-result {
    display: flex;
    align-items: baseline;
    font-size: 14px;
    line-height: 19px;
    color: #8A8A8A;
}

.wrap-result input {
    display: inline-block;
    width: 50px;
    height: 20px;
    background: none;
    padding: 0;
    border: none;
    margin: 0 0 0 10px;
    border-bottom: 1px solid #8A8A8A;
}

.wrap-result i {
    margin: 0 10px 0 10px;
    color: #000;
}

/* range */
.ui-slider-horizontal {
    height: 2px;
    margin: 13px 0 22px;
    background: #CBE8FF;
    border: none;
    position: relative;
    border-radius: 3px;
    width: 93%;
}

.ui-slider-range {
    background: #247CFF;
    height: 2px;
    border-radius: 3px;
    position: absolute;
}

.ui-widget-content .ui-state-default.ui-slider-handle {
    display: inline-block;
    position: absolute;
    top: -5px;
    width: 12px;
    height: 12px;
    background: #247CFF;
    border: none;
    border-radius: 50%;
}

.ui-widget-content .ui-state-active.ui-slider-handle,
.ui-widget-content .ui-state-default.ui-slider-handle:hover {
    background: #247CFF;
}

.wrap-result {
    margin-bottom: 10px;
}

.sales__content {
    width: 80%;
    box-sizing: border-box;
    padding-left: 5px;
}

.sales__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sales__col {
    width: 33.3333333333333%;
    box-sizing: border-box;
    padding: 0 15px 57px;
}

.overview__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 7px;
}

.overview__col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px 45px;
}

.sale-single-top {
    padding: 8px 0 45px;
}

.sale-single-top__container {
    display: flex;
}

.sale-single-top__left_full {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27px 0 0;
}

.sale-single-top__left {
    width: 74%;
    box-sizing: border-box;
    padding: 0 27px 0 0;
}

.sale-single-top__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 8px;
}

.sale-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sale-head__content {
    flex-grow: 1;
    margin-right: 30px;
}

.sale-head__btn {
    flex-shrink: 0;
}

.sale-head__btn .button {
    padding: 9px 24px 9px;
    background: none;
    color: #247CFF;
}

.sale-head__btn .button i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 6px 2px 0;
}

.sale-head__btn .button svg {
    fill: #247CFF;
}

.sale-head__btn .button:hover {
    background: #247CFF;
    color: #fff;
}

.sale-head__btn .button:hover svg {
    fill: #fff;
}

.sale-single-top__category {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #8A8A8A;
    margin-bottom: 9px;
}

.sale-single-top__category li:after {
    content: 'I';
    display: inline-block;
    margin: 0 6px;
}

.sale-single-top__category li:last-child:after {
    display: none;
}

.sale-single-top__category li a {
    color: #8A8A8A;
    text-decoration: none;
}

.sale-single-top__category li a:hover {
    color: #000;
}

.sale-single-top__date {
    font-size: 13px;
    line-height: 20px;
}

.sale-single-top__image img {
    display: block;
}

.sale-single-top__right {
    width: 26%;
    box-sizing: border-box;
    padding: 0 0 0 36px;
    margin-top: -16px;
    position: relative;
}

.sale-single-top__right:before {
    content: '';
    display: block;
    width: 1px;
    background: #000;
    position: absolute;
    top: 4px;
    left: 7px;
    bottom: 0;
}

.sale-recommend__headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 28px;
}

.sale-recommend__item {
    margin-bottom: 39px;
}

.sale-recommend__item:last-child {
    margin-bottom: 0;
}

.sale-recommend__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 3px;
}

.sale-recommend__title a {
    text-decoration: none;
}

.sale-recommend__date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
}

.sale-recommend__category {
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
}

.sale-recommend__category ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #8A8A8A;
    position: relative;
    max-height: 60px;
    overflow: hidden;
}

.sale-recommend__category li:after {
    content: 'I';
    display: inline-block;
    margin: 0 6px;
}

.sale-recommend__category li:last-child:after {
    display: none;
}

.sale-recommend__category li a {
    color: #8A8A8A;
    text-decoration: none;
}

.sale-recommend__category li a:hover {
    color: #000;
}

.sale-recommend__category:not(.full) > div {
    content: '';
    display: block;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: 0;
    top: 40px;
    right: 0;
}

.sale-recommend__category.full ul {
    max-height: none;
}

.sale-single-content {
    padding: 9px 0 22px;
}

.sale-single-content__main {
    display: flex;
}

.sale-single-content__sidebar {
    width: 16.66666666666666%;
    box-sizing: border-box;
    padding: 0 20px 30px 0;
    flex-shrink: 0;
}

.sale-single-content__sidebar-inner {
    padding: 19px 20px 1px;
    margin-left: -14px;
    background: #F8F8F8;
}

.category-list__headline {
    display: none;
}

.category-list__item {
    margin-bottom: 27px;
}

.category-list__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 17px;
}

.category-list__list {
    font-size: 14px;
    line-height: 19px;
}

.category-list__list li {
    margin-bottom: 8px;
}

.category-list__list li a {
    text-decoration: none;
}

.category-list__list li a:hover {
    color: #8A8A8A;
}

.sale-single-content__content {
    width: 83.33333333333333%;
    box-sizing: border-box;
    padding: 0 0 0 7px;
}

.sale-single-content__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.sale-single-content__col {
    width: 20%;
    box-sizing: border-box;
    padding: 0 0 15px;
}

.product-item {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    padding: 20px 15px;
}

.product-item.hover {
    box-shadow: 0px 0px 8px rgba(36, 124, 255, 0.5);
}

.product-item.hover:not(.product-item_nothover) {
    height: auto !important;
    z-index: 4;
}

.product-item__image {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.product-item__energy {
    display: flex;
    align-items: center;
    width: 51px;
    height: 25px;
    padding: 1px 6px 0;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 14px;
    top: 143px;
    z-index: 1;
    clip-path: polygon(calc(100% - 7px) 0, 100% 50%, calc(100% - 7px) 100%, 0 100%, 0 0);
}

.product-item__energy span {
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.1em;
    transform: translate(2px, -3px);
}

.product-item__energy_1 {
    background: rgba(0, 146, 70, 0.8);
}

.product-item__energy_2 {
    background: rgba(54, 185, 47, 0.8);
}

.product-item__energy_3 {
    background: rgba(193, 211, 30, 0.8);
}

.product-item__energy_4 {
    background: rgba(245, 206, 0, 0.8);
}

.product-item__energy_5 {
    background: rgba(236, 156, 0, 0.8);
}

.product-item__energy_6 {
    background: rgba(236, 115, 36, 0.8);
}

.product-item__energy_7 {
    background: rgba(230, 37, 42, 0.8);
}

.product-item__image-hover {
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-item.hover:not(.product-item_nothover) .product-item__image-default {
    opacity: 0;
}

.product-item.hover:not(.product-item_nothover) .product-item__image-hover {
    opacity: 1;
}

.product-item__image img {
    display: block;
    width: auto;
    height: auto;
    max-height: 150px;
}

.product-item__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 1px;

    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item__title a {
    text-decoration: none;
}

.product-item__code {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #8A8A8A;
    margin-bottom: 13px;
}

.product-item__text {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
}

.product-item.hover:not(.product-item_nothover) .product-item__text {
    display: block;
    max-height: 140px;
    color: #000;
}

.product-item.hover:not(.product-item_nothover) .product-item__text:before {
    content: '';
    height: 50px;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.product-item:hover {
    word-wrap: break-word;
}

.product-item__price-container {
    display: flex;
    align-items: flex-start
}

.product-item__price-left {
    padding-right: 8px;
}

.product-item__price-current {
    font-size: 16px;
    line-height: 20px;
    color: #CB2027;
}

.product-item__price-current span {
    font-size: 22px;
    margin-right: 1px;
}

.product-item__price-old {
    font-size: 14px;
    line-height: 18px;
    text-decoration: line-through;
    color: #8A8A8A;
    padding-top: 3px;
}

.product-item__price-text {
    padding: 0 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: lowercase;
}

.product-item__price-text.color-grey {
    color: #747474 !important;
}

.product-item__price-wrap.color-grey .product-item__price-current,
.product-item__price-wrap.color-grey .product-item__price-text {
    color: #747474;
}

.product-item__price-wrap.color-blue .product-item__price-current,
.product-item__price-wrap.color-blue .product-item__price-text {
    color: #247CFF;
}

.product-item__price-wrap.color-orange .product-item__price-current,
.product-item__price-wrap.color-orange .product-item__price-text {
    color: #FF7A00;
}

.product-item__price-wrap.color-red .product-item__price-current,
.product-item__price-wrap.color-red .product-item__price-text {
    color: #CB2027;
}

.product-item__bottom {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 8px;
}

.product-item.hover:not(.product-item_nothover) .product-item__bottom {
    display: flex;
}

.product-item__right {
    display: flex;
    padding-right: 7px;
}

.product-item__compare svg {
    margin-top: 1px;
    max-width: 30px;
    height: 17px;
    fill: #8A8A8A;
    cursor: pointer;
}

.product-item__compare svg:hover {
    fill: #247CFF;
}

.product-item__favorite {
    margin: 0 0 0 18px;
}

.product-item__favorite svg {
    max-width: 16px;
    height: 18px;
    fill: none;
    stroke: #8A8A8A;
}

.product-item__favorite svg:hover {
    stroke: #247CFF;
}

.product-item__btn .button {
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    padding: 8px 4px 9px;
    transition: all 0.2s ease-out 0s;
}

.catalog .product-item.hover:not(.product-item_nothover) .product-item__btn .button {
    box-shadow: none;
    background: #247CFF;
    color: #fff;
}

.catalog .product-item.hover:not(.product-item_nothover) .product-item__btn .button:hover {
    background: #0063F8;
}

.product-item__btn span {
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    box-sizing: border-box;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #747474;
    text-align: center;
    padding: 8px 4px 9px;
    cursor: default;
}

.view_1.catalog__container {
    margin: 0;
}

.view_1 .catalog__col {
    width: 100%;
    height: auto !important;
    padding: 0;
}

.view_1 .product-item {
    height: auto !important;
    padding: 0 0 23px;
    margin-bottom: 22px;
    box-shadow: none !important;
    border-bottom: 1px solid #D6D6D6;
}

.view_1 .catalog__col:last-child .product-item {
    border-bottom: none;
}

.view_1 .product-item__container {
    display: flex;
}

.view_1 .product-item__image {
    width: 200px;
    margin: 0;
    flex-shrink: 0;
    position: relative;
}

.view_1 .product-item__image img {
    max-width: 200px;
}

.view_1 .product-item__content {
    padding: 0 150px 0 27px;
}

.view_1 .product-item__code {
    margin-bottom: 15px;
}

.view_1 .product-item__text {
    display: block !important;
    height: 80px !important;
    color: #8A8A8A !important;
    position: relative;
}

.view_1 .product-item__text.opened {
    height: auto !important;
}

.view_1 .product-item__text:before {
    content: '';
    display: block;
    height: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.view_1 .product-item__text.opened:before {
    display: none;
}

.view_1 .product-item__bottom {
    display: block !important;
    width: 126px;
    position: absolute;
    top: 29px;
    right: 0;
    flex-direction: column;
}

.view_1 .product-item__left {
    width: 100%;
}

.view_1 .product-item__price {
    margin-bottom: 6px;
}

.view_1 .product-item__compare {
    margin-bottom: 12px;
}

.view_1 .product-item__btn {
    width: 100%;
    margin-bottom: 15px;
}

.view_1 .product-item__right {
    justify-content: center;
}

.product-item__models {
    display: none;
    padding: 20px 0 0;
    margin-bottom: -14px;
}

.view_1 .product-item__models {
    display: block;
}

.product-item__models-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 17px;
}

.product-item__models table {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #8A8A8A;
    margin-bottom: 4px;
}

.product-item__models table td {
    padding: 3px 0;
}

.product-item__models table td.price {
    width: 120px;
    font-size: 15px;
    color: #247CFF;
}

.product-item__models table td:last-child {
    width: 60px;
    text-align: right;
}

.product-item__models table td a {
    font-size: 12px;
    color: #8A8A8A;
}

.product-item__models-link {
    font-size: 12px;
    line-height: 24px;
    color: #8A8A8A;
}

.product-item__models-link a {
    color: #8A8A8A;
}

.product-item .radio {
    margin: 0;
}

.product-item .radio span {
    padding-left: 28px;
    color: #000;
}

.product-item .radio input:checked + span {
    text-decoration: underline;
    color: #247CFF;
}

.product-item .radio span:before {
    top: 2px;
    left: 0;
    background: #F8F8F8;
}

.badge a {
    text-decoration: none;
    color: white;
}

.badge-windows a {
    text-decoration: none;
    color: white;
}

.badge {
    min-width: 97px;
    box-sizing: border-box;
    padding: 7px 19px 9px;
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.badge-windows {
    min-width: 97px;
    box-sizing: border-box;
    padding: 7px 19px 9px;
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.badge_green {
    background: rgba(0, 153, 70, 0.7);
}

.badge_red {
    background: rgba(203, 32, 39, 0.7);
}

.badge_orange {
    background: rgba(255, 122, 0, 0.7);
}

.badge_violet {
    background: rgba(143, 0, 255, 0.7);
}

.badge_blue-yellow {
    background-image: linear-gradient(170deg, #0056B9 20%, #FFD800 80%);
}

.product-item__present {
    display: none;
    width: 114px;
    height: 121px;
    box-sizing: border-box;
    padding: 39px 14px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0 0 16px;
    position: absolute;
    top: 7px;
    right: 1px;
}

.product-item__view360 {
    width: 38px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/360-view.svg) no-repeat 0 0 / 100% auto;
}

.product-item__video {
    width: 38px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(../images/video.svg) no-repeat 0 0 / 100% auto;
    background-size: 95%;
}

.countdown__block {
    max-width: 260px;
    margin: -4px -15px 18px;
    display: flex;
}

.countdown__item {
    display: block;
    width: 25%;
    text-align: center;
    position: relative;
}

.countdown__item:after {
    content: ':';
    display: block;
    position: absolute;
    top: 8px;
    right: -1px;
    font-size: 22px;
}

.countdown__item:last-child:after {
    display: none;
}

.countdown__num {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 4px;
}

.countdown__text {
    font-size: 12px;
}

.pagination {
    font-size: 16px;
    line-height: 19px;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 11px;
    position: relative;
    color: #8A8A8A;
    text-decoration: none;
}

.pagination a:hover {
    color: #000;
}

.pagination span.current {
    font-weight: bold;
    color: #000;
}

.pagination span.current:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
}

.pagination__prev,
.pagination__next {
    width: 9px;
    height: 9px;
    position: relative;
    top: 1px;
}

.pagination__prev {
    margin-right: 10px !important;
    transform: scaleX(-1);
    top: -2px;
}

.pagination__next {
    margin-left: 4px;
    top: -2px;
}

/* .load-more {
padding: 26px 0 0;
text-align: center;
}

.load-more a {
font-size: 13px;
font-weight: 500;
line-height: 20px;
} */

.catalog__bottom {
    padding-top: 19px;
    text-align: center;
}

.catalog__bottom .pagination a,
.catalog__bottom .pagination span {
    margin: 0 10px;
    transition: all 0.1s ease-out 0s;
}

.catalog__bottom .pagination a.current,
.catalog__bottom .pagination span.current,
.catalog__bottom .pagination a:hover {
    transform: translateY(-11px);
}

.catalog__bottom .pagination a:before,
.catalog__bottom .pagination span:before {
    content: '';
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    opacity: 0;
    transition: all 0.1s ease-out 0s;
}

.catalog__bottom .pagination a.current:before,
.catalog__bottom .pagination span.current:before,
.catalog__bottom .pagination a:hover:before {
    opacity: 1;
}

.catalog__bottom .pagination a.current:after,
.catalog__bottom .pagination span.current:after,
.catalog__bottom .pagination a:hover:after {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.catalog__bottom .pagination__prev {
    transform: scaleX(-1) !important;
}

.catalog__bottom .pagination__next {
    transform: none !important;
}

.catalog__bottom .pagination__prev:before,
.catalog__bottom .pagination__next:before {
    display: none !important;
}

.catalog__bottom .button {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px 11px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 26px;
}

.catalog__bottom .button svg {
    fill: #fff;
    margin-left: 10px;
}

.catalog__bottom .load-more {
    margin: 5px 0;
}

.pub-single__main {
    display: flex;
    padding-bottom: 30px;
}

.pub-single__content {
    width: 75%;
    box-sizing: border-box;
    padding: 12px 40px 30px 0;
}

.pub-head {
    display: flex;
    margin-bottom: 34px;
}

.pub-head__image {
    width: 45%;
    box-sizing: border-box;
    padding-right: 9px;
}

.pub-head__content {
    width: 55%;
    box-sizing: border-box;
    padding: 0 0 0 24px;
}

.pub-head__date {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
}

.pub-head__category {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #8A8A8A;
    margin-bottom: 20px;
}

.pub-head__category li:after {
    content: 'I';
    display: inline-block;
    margin: 0 10px;
}

.pub-head__category li:last-child:after {
    display: none;
}

.pub-head__category li a {
    color: #8A8A8A;
    text-decoration: none;
}

.pub-head__category li a:hover {
    color: #000;
}

.pub-head__text {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 24px;
}

.pub-content {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.pub-content p {
    margin-bottom: 2px;
}

.pub-content table {
    font-family: 'Cisco Sans';
    font-size: 16px;
    line-height: 22px;
}

.pub-content table tr td p {
    margin: 0px;
    font-size: 80%;
}

.pub-single__sidebar {
    width: 25%;
    box-sizing: border-box;
    padding-left: 19px;
    margin: -9px 0 30px 0;
    position: relative;
}

.pub-single__sidebar:before {
    content: '';
    width: 1px;
    background: #8A8A8A;
    position: absolute;
    top: 4px;
    left: -10px;
    bottom: 0;
}

.pub-recommend__headline {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;
}

.pub-recommend__item {
    padding-bottom: 18px;
}

.pub-recommend__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

.pub-recommend__title a {
    text-decoration: none;
}

.pub-recommend__image {
    position: relative;
    margin-bottom: 20px;
}

.pub-recommend__image a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: opacity 0.3s ease-out 0s;
}

.pub-recommend__item:hover .pub-recommend__image a:before {
    opacity: 0.8;
}

.pub-item__image img {
    display: block;
}

.pub-recommend__btn {
    text-align: center;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease-out 0s;
}

.pub-recommend__item:hover .pub-recommend__btn {
    opacity: 1;
}

.pub-recommend__btn .button {
    min-width: 130px;
    box-shadow: 0px 0px 10px rgba(36, 124, 255, 0.8);
}

.pub-recommend__image img {
    display: block;
}

.pub-recommend__date {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
}

.pub-recommend__category {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #8A8A8A;
    margin-bottom: 20px;
}

.pub-recommend__category li:after {
    content: 'I';
    display: inline-block;
    margin: 0 10px;
}

.pub-recommend__category li:last-child:after {
    display: none;
}

.pub-recommend__category li a {
    color: #8A8A8A;
    text-decoration: none;
}

.pub-recommend__category li a:hover {
    color: #000;
}

.pub-product {
    margin-bottom: 40px;
}

.pub-product__container {
    display: flex;
    flex-wrap: wrap;
}

.pub-product__col {
    width: 16.666666666666%;
    box-sizing: border-box;
    padding: 0 0 15px;
}

.pub-product .product-item {
}

.pub-product .product-item:before {
    content: '';
    display: block;
    height: 30px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    z-index: 1;
}

.pub-product .product-item__btn .button:hover {
    box-shadow: none;
    background: #247CFF;
    color: #fff;
}

.catalog {
    padding: 16px 0 40px;
}

.catalog.catalog_search {
    padding: 6px 0 40px;
}

.catalog__main {
    display: flex;
}

.catalog__sidebar {
    width: 20%;
    min-width: 230px;
    box-sizing: border-box;
    padding: 0 30px 30px 0;
    flex-shrink: 0;
}

.catalog__sidebar-head,
.sales__sidebar-head {
    display: none;
}

.catalog__sidebar-inner {
    padding: 20px 17px;
    margin: 0 -6px 0 -18px;
    background: #F8F8F8;
}

.catalog__list > ul {
    margin: 0 -17px 24px;
}

.catalog__list > ul > li > a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #8A8A8A;
    padding: 4px 17px;
    margin-bottom: 7px;
}

.catalog__list li li > a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #8A8A8A;
    padding: 4px 17px;
}

.catalog__list li li > a:hover {
    background: #fff;
    color: #000;
}

.catalog__list li li {
    margin-left: 10px;
}

.catalog-sidebar-overlay,
.sales-sidebar-overlay,
.page-vendor-sidebar-overlay {
    display: none;
}

.catalog__content {
    width: 80%;
    box-sizing: border-box;
    padding-left: 5px;
}

.heading-vendor {
    padding: 10px 0 0;
}

.catalog__sidebar .heading-vendor {
    display: none;
}

.catalog-vendor-list {
    display: none;
}

.catalog-vendor-list > ul {
    font-size: 14px;
}

.catalog-vendor-list > ul > li {
    padding-top: 12px;
    border-bottom: 1px solid #8A8A8A;
}

.catalog-vendor-list > ul > li:last-child {
    border: none;
}

.catalog-vendor-list > ul > li a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 21px;
}

.catalog-vendor-list > ul > li > a {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 21px;
}

.catalog-vendor-list > ul ul {
    padding: 0 0 0 17px;
}

.catalog__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}

.catalog__title {
    font-size: 14px;
    line-height: 19px;
}

.catalog__title span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 14px;
}

.catalog__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.catalog__col {
    width: 20%;
    box-sizing: border-box;
    padding: 0 0 15px;
}

.catalog__head-right {
    display: flex;
    align-items: center;
}

.catalog__sort {
    width: 200px;
    margin-top: -5px;
}

.catalog__sort .select__current {
    padding: 9px 20px 5px 0;
    border-bottom-width: 1px;
    position: relative;
    overflow: visible;
}

.catalog__sort .select__current:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: -33px;
    background: url(../images/sort-icon.svg) no-repeat;
}

.catalog__sort .select__current svg {
    top: 14px;
    fill: #8a8a8a;
}

.catalog__sort .select__list {
    top: 40px;
    padding: 12px 10px 20px;
}

.catalog__view {
    display: flex;
    justify-content: center;
    margin: 5px 0 0 8px;
}

.catalog__view div {
    width: 18px;
    height: 18px;
    margin-left: 14px;
    cursor: pointer;
}

.catalog__view div.active {
    cursor: default;
}

.catalog__view div svg {
    fill: #989898;
}

.catalog__view div.active svg {
    fill: #000;
}

.catalog-active-tag {
    display: flex;
    flex-wrap: wrap;
    margin: -27px 0 12px -26px;
}

.catalog-active-tag__item {
    position: relative;
    padding-right: 18px;
    margin: 0 0 10px 26px;
    font-size: 15px;
    line-height: 20px;
}

.catalog-active-tag__item a {
    position: absolute;
    top: 0;
    right: 0;
    width: 9px;
    height: 9px;
}

.catalog-active-tag__close {
    position: relative;
    bottom: 1px;
    margin: 0 0 10px 28px;
}

.catalog-active-tag__close a {
    font-size: 12px;
    line-height: 24px;
    color: #8A8A8A;
}

.catalog-mobile-head,
.catalog-mobile-filter,
.mobile-back {
    display: none;
}

.catalog-more {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catalog-more a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.catalog-more__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
}

.catalog-more__text {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}

.product-slider {
    position: relative;
    min-height: 450px;
}

.product-slider__big {
    margin: 0 30px 0 130px;
}

.product-slider__big-item {
    display: none;
}

.product-slider__big-item:first-child {
    display: block;
}

.product-slider__big-item > a {
    min-height: 334px;
    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;
}

.product-slider__big-item img {
    display: block;
    margin: 0 auto;
}

.product-slider_youtube_video a::before {
    color: white;
    content: "\25B6";
    opacity: 0.6;
    position: absolute;
    text-shadow: 0 3px black;
    z-index: 100;
    font-size: 60px;
    position: absolute;
}

.product-slider__nav {
    width: 100px;
    position: absolute;
    top: calc(50% - 224px);
    left: 0;
    visibility: hidden;
}

.product-slider__nav.slick-initialized {
    visibility: visible;
}

.product-slider__nav-item {
    padding: 5px 3px;
}

.product-slider__nav-img {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.product-slider__nav-img img {
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.product-slider__nav:hover .product-slider__nav-img img {
    opacity: 0.3;
}

.product-slider__nav-img:hover img {
    opacity: 1 !important;
}

.product-slider__nav .slick-arrow {
    width: 14px;
    height: 14px;
    position: absolute;
    left: calc(50% - 7px);
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.product-slider__nav .slick-arrow:hover {
    opacity: 1;
}

.product-slider__nav .slick-arrow.slick-prev {
    top: -15px;
    transform: rotate(-90deg);
}

.product-slider__nav .slick-arrow.slick-next {
    bottom: -15px;
    transform: rotate(90deg);
}

.product-slider__arrows {
    display: none;
}

.product-top {
    padding: 14px 0 50px;
}

.product-top__container {
    display: flex;
}

.product-top__left {
    width: 58%;
    box-sizing: border-box;
    padding: 0;
}

.product-top__right {
    width: 42%;
    box-sizing: border-box;
    padding: 3px 0 0 23px;
}

.product-tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 37px;
}

.product-tabs__tab {
    display: block;
    padding: 0 12px;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
    margin: 0 17px 0 0;
    position: relative;
    color: #8A8A8A;
    cursor: pointer;
    transition: transform 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

.product-tabs__tab:hover,
.product-tabs__tab.active {
    color: #000;
}

.product-tabs__tab.active {
    cursor: default;
}

.product-tabs__tab:hover:before,
.product-tabs__tab.active:before {
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.product-tabs__tab:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.product-tabs__tab:hover:after,
.product-tabs__tab.active:after {
    opacity: 1;
}

.product-info__text {
    font-size: 15px;
    line-height: 22px;
    color: #8A8A8A;
    margin-bottom: 20px;
}

.prodtext {
    display: flex;
}

.prodtext__image {
    width: 100px;
    margin-right: 15px;
}

.prodtext__text {
    width: calc(100% - 115px);
}


.product-info__win {
    margin-bottom: 20px;
}

.share {
    position: relative;
}

.share__handler {
    position: relative;
    color: #8A8A8A;
    text-decoration: none;
    transition: color 0.1s ease-out 0s;
    cursor: default;
}

.share__handler svg {
    fill: #8A8A8A;
    transition: fill 0.1s ease-out 0s;
}

.share.active .share__handler {
    color: #000;
}

.share.active .share__handler svg {
    fill: #247CFF;
}

.share__list {
    display: none;
    position: absolute;
    top: 1px;
    left: 25px;
}

.share__list:before {
    content: '';
    height: 15px;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -20px;
    right: -20px;
}

.share__list > div {
    display: flex;
    justify-content: center;
}

.share__item {
    display: block;
    width: 25px;
    height: 24px;
    padding: 0 !important;
    margin: 0 10px;
    position: relative;
}

.share__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    left: -10px;
}

.share__item.not-hover {
    opacity: 0.3
}

.page-head.page-head_product-single {
    padding: 17px 0 22px;
}

.page-head.page-head_product-single .page-head__breadcrumbs {
}

.page-head.page-head_product-single .page-head__title {
    margin-bottom: 0;
}

.page-head__product-code {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #757575;
    margin-bottom: 9px;
}

.product-infoblock {
    max-width: 550px;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 23px 30px 19px;
    margin-bottom: 44px;
}

.product-infoblock__enegry {
    display: flex;
    align-items: center;
    margin: -14px 0 10px;
}

.product-infoblock__name {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #8A8A8A;
}

.product-infoblock__badge {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 51px;
    height: 25px;
    padding: 1px 6px 0;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    margin-right: 12px;
    clip-path: polygon(calc(100% - 7px) 0, 100% 50%, calc(100% - 7px) 100%, 0 100%, 0 0);
}

.product-infoblock__badge span {
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.1em;
    transform: translate(2px, -3px);
}

.product-infoblock__badge_1 {
    background: rgba(0, 146, 70, 0.8);
}

.product-infoblock__badge_2 {
    background: rgba(54, 185, 47, 0.8);
}

.product-infoblock__badge_3 {
    background: rgba(193, 211, 30, 0.8);
}

.product-infoblock__badge_4 {
    background: rgba(245, 206, 0, 0.8);
}

.product-infoblock__badge_5 {
    background: rgba(236, 156, 0, 0.8);
}

.product-infoblock__badge_6 {
    background: rgba(236, 115, 36, 0.8);
}

.product-infoblock__badge_7 {
    background: rgba(230, 37, 42, 0.8);
}

.product-infoblock__container {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.product-infoblock__settings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 217px;
    margin-left: 30px;
}

.product-infoblock__settings li {
    margin: 0 6px 0;
}

.product-infoblock__settings li a {
    position: relative;
    transition: color 0.1s ease-out 0s;
}

.product-infoblock__settings li a:hover {
    color: #247CFF;
}

.product-infoblock__settings svg {
    transition: fill 0.1s ease-out 0s;
}

.product-infoblock__settings li a:hover svg {
    fill: #247CFF;
}

.product-infoblock__settings li.icon-1 {
    margin-left: 0;
}

.product-infoblock__settings li.icon-1 svg {
    width: 30px;
    height: 17px;
    top: -1px;
    fill: #8A8A8A;
}

.product-infoblock__settings li.icon-2 svg {
    width: 20px;
    height: 20px;
    top: -2px;
    fill: none;
    stroke: #8A8A8A;
    transition: stroke 0.1s ease-out 0s;
}

.product-infoblock__settings li.icon-2 a:hover svg {
    fill: none;
    stroke: #247CFF;
}

.product-infoblock__settings li.icon-3 svg {
    width: 25px;
    height: 23px;
    top: -2px;
    fill: none;
    stroke: #8A8A8A;
    transition: stroke 0.1s ease-out 0s;
}

.product-infoblock__settings li.icon-3 a:hover svg {
    fill: none;
    stroke: #247CFF;
}

.product-infoblock__settings li.icon-4 svg {
    width: 20px;
    height: 20px;
    top: 0;
}

.product-infoblock_twobtns .product-infoblock__container {
    justify-content: space-between;
}

.product-infoblock_twobtns .product-infoblock__btns {
    display: flex;
}

.product-infoblock_twobtns .product-infoblock__btn:not(:last-child) {
    margin-right: 12px;
}

.product-infoblock_twobtns .product-infoblock__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-infoblock_twobtns .product-infoblock__settings {
    width: auto;
    min-width: 200px;
}

.product-infoblock__price {
    padding: 5px 23px 0 0;
}

.product-infoblock__price-val {
    font-size: 16px;
    line-height: 20px;
    color: #247CFF;
    white-space: nowrap;
}

.product-infoblock__price-val span {
    font-size: 25px;
    line-height: 20px;
    color: #247CFF;
    margin-right: 2px;
}

.product-infoblock__price-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #247CFF;
}

.product-infoblock__price.color-blue .product-infoblock__price-val,
.product-infoblock__price.color-blue .product-infoblock__price-text,
.product-infoblock__price.color-blue .product-infoblock__price-val span {
    color: #247CFF;
}

.product-infoblock__price.color-orange .product-infoblock__price-val,
.product-infoblock__price.color-orange .product-infoblock__price-text,
.product-infoblock__price.color-orange .product-infoblock__price-val span {
    color: #FF7A00;
}

.product-infoblock__price.color-red .product-infoblock__price-val,
.product-infoblock__price.color-red .product-infoblock__price-text,
.product-infoblock__price.color-red .product-infoblock__price-val span {
    color: #CB2027;
}

.product-infoblock__btn .button {
    min-width: 121px;
    padding: 8px 10px;
    white-space: nowrap;
}

.product-infoblock__bottom {
    font-size: 13px;
    line-height: 22px;
    color: #8A8A8A;
}

.wrapper-tab.wrapper-tab_single .wrapper-tab__tabs {
    justify-content: flex-start;
    margin-bottom: 37px;
}

.wrapper-tab.wrapper-tab_single .wrapper-tab__tab {
    margin: 0 17px 0 0;
}

.product-tabs-content__item:not(:first-child) {
    display: none;
}

.product-bottom__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 25px;
}

.product-bottom__container {
    display: flex;
    margin: 0 -15px 50px;
}

.product-bottom__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px;
}

.product-char {
    padding: 45px 0 0;
}

.product-char .wrapper-tab.wrapper-tab_single .wrapper-tab__tabs {
    margin-bottom: 23px;
}

.product-char__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 7px;
}

.product-char__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-char__col {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
}

.product-char__table {
    width: 100%;
    max-width: 860px;
    font-size: 15px;
    line-height: 22px;
    color: #8A8A8A;
    margin-bottom: 23px;
}

.product-char__table td {
}

.product-char__table td:first-child {
    width: 60%;
    position: relative;
}

.product-char__table td:first-child:before {
    content: '';
    position: absolute;
    left: 37px;
    right: 23px;
    top: 14px;
    display: block;
    border-bottom: 1px dotted #8A8A8A;
}

.product-char__table span {
    background: #fff;
    position: relative;
    padding: 0 2px 0 0;
}

.product-char__table td:last-child {
    width: 40%;
}

.shops-1__item {
    display: flex;
    margin-bottom: 22px;
}

.shops-1__item:last-child {
    margin-bottom: 11px;
}

.shops-1__image {
    width: 30%;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: center;
}

.shops-1__image img {
    width: auto;
    max-height: 60px;
}

.shops-1__content {
    width: 63%;
    box-sizing: border-box;
    padding: 10px 0 0;
}

.shops-1__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.shops-1__title a {
    text-decoration: none;
}

.shops-1__text {
    font-size: 12px;
    line-height: 20px;
}

.shops-1__all a {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.shops-2 {
    margin-bottom: 32px;
    width: 50%;
}

.shops-2__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.shops-2__col {
    width: 50%;
    box-sizing: border-box;
    transition: opacity 0.2s ease-out 0s;
    padding: 0 15px 32px;
}

.shops-2__col.not-hover {
    opacity: 0.3;
}

.shops-2__item {
    display: flex;
}

.shops-2__image {
    width: 31%;
    box-sizing: border-box;
    padding-right: 30px;
    text-align: center;
}

.shops-2__image img {
    width: auto;
    max-height: 75px;
}

.shops-2__content {
    width: 69%;
    box-sizing: border-box;
    padding: 6px 0 0;
}

.shops-2__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.shops-2__title a {
    text-decoration: none;
}

.shops-2__text {
    font-size: 12px;
    line-height: 20px;
}

.shops-2__all a {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.reviews {
    margin-bottom: 40px;
}

.reviews .wrapper-tab.wrapper-tab_single .wrapper-tab__tabs {
    margin-bottom: 49px;
}

.reviews-form {
    position: relative;
    margin-bottom: 40px;
}

.reviews-form__label {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 15px;
}

.reviews-form__thankyou {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 22px;
}

.reviews-form__thankyou-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-form__thankyou-title {
    font-weight: 500;
    color: #289900;
    margin-bottom: 22px;
}

.reviews-form__thankyou-text {
    color: #289900;
    margin-bottom: 52px;
}

.reviews-form__thankyou-link {
}

.reviews-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11111;
    padding: 50px 0;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
}

.reviews-popup .reviews-form {
    background: #fff;
    position: relative;
    padding: 47px 42px 49px;
    margin: 0;
    z-index: 1;
}

.reviews-popup .reviews-form:after {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
}

.reviews-popup .reviews-form__thankyou {
    padding: 0 42px;
}

.reviews-popup__close {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 21px;
    right: 18px;
    cursor: pointer;
    z-index: 1;
}

.reviews-popup .reviews-form__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 43px;
}

.reviews-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.stars {
    display: flex;
    margin-bottom: 40px;
}

.stars span {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(../images/star-default.svg) no-repeat;
    position: relative;
    cursor: pointer;
}

.stars span.active {
    background: url(../images/star-active.svg) no-repeat;
}

.stars span.active + span:not(.active),
.stars span.active + span + span:not(.active),
.stars span.active + span + span + span:not(.active),
.stars span.active + span + span + span + span:not(.active) {
    background: url(../images/star-default.svg) no-repeat !important;
}

.stars span.checked {
    background: url(../images/star-active.svg) no-repeat;
}

.stars span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    right: -8px;
    bottom: -3px;
}

.stars-static {
    display: flex;
}

.stars-static span {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(../images/star-default.svg) no-repeat;
    position: relative;
    cursor: default;
}

.stars-static[data-rate="1"] span:nth-child(1) {
    background: url(../images/star-active.svg) no-repeat;
}

.stars-static[data-rate="2"] span:nth-child(-n+2) {
    background: url(../images/star-active.svg) no-repeat;
}

.stars-static[data-rate="3"] span:nth-child(-n+3) {
    background: url(../images/star-active.svg) no-repeat;
}

.stars-static[data-rate="4"] span:nth-child(-n+4) {
    background: url(../images/star-active.svg) no-repeat;
}

.stars-static[data-rate="5"] span:nth-child(-n+5) {
    background: url(../images/star-active.svg) no-repeat;
}

.reviews-form__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -27px;
}

.reviews-form__col-1 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27px 10px;
}

.reviews-form__col-2 {
    width: 50%;
    box-sizing: border-box;
    padding: 0 27px 20px;
}

.reviews-form__btn {
    padding-top: 4px;
}

.reviews-form__radio {
    padding: 9px 0 27px;
    font-size: 13px;
    line-height: 15px;
}

.reviews-form__radio .radio {
    margin-bottom: 18px;
}

.reviews-form__radio .radio span {
    padding-left: 33px;
}

.reviews-form_message .reviews-form__col-2 {
    padding-bottom: 15px;
}

.reviews-list__title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 31px;
}

.reviews-list__comments > li {
    background: #FFFFFF;
    padding-bottom: 34px;
    margin-bottom: 43px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.reviews-list__item {
    position: relative;
    padding: 21px 29px;
}

.reviews-list__main {
    display: flex;
    margin-bottom: 39px;
}

.reviews-list__info {
    width: 213px;
    box-sizing: border-box;
    padding-right: 18px;
    flex-shrink: 0;
}

.reviews-list__author {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}

.reviews-list__date {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px;
}

.reviews-list__reply {
    font-size: 12px;
    line-height: 25px;
}

.reviews-list__reply_mobile {
    display: none;
}

.reviews-list__top {
    height: 14px;
    margin: 6px 0 31px;
}

.reviews-list__text {
    font-size: 15px;
    line-height: 22px;
}

.reviews-list__adv {
    display: flex;
    margin-bottom: 32px;
}

.reviews-list__adv-text {
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}

.reviews-list__adv_advantage .reviews-list__adv-text {
    color: #289900;
}

.reviews-list__adv_disadvantage .reviews-list__adv-text {
    color: #CB2027;
}

.reviews-list__main:last-child,
.reviews-list__adv:last-child {
    margin-bottom: 0;
}

.reviews-list__comments > li > ul > li > .reviews-list__item {
    margin-left: 55px;
}

.reviews-list__comments > li > ul > li .reviews-list__item {
    padding: 23px 29px 10px;
}

.reviews-list__comments > li > ul > li .reviews-list__item:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/reply.svg) no-repeat;
    position: absolute;
    top: 33px;
    left: -25px;
}

.reviews-list__comments > li > ul > li .reviews-list__item .reviews-list__info {
    width: 162px;
}

.reviews-list__comments > li > ul > li > ul > li > .reviews-list__item {
    margin-left: 106px;
}

.reviews-list__comments > li > ul > li > ul > li > ul > li .reviews-list__item {
    margin-left: 160px;
}

.product-gallery {
    margin-bottom: 30px;
}

.product-gallery__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}

.product-gallery__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-gallery__item {
    width: 16.6666666666666%;
    box-sizing: border-box;
    padding: 0 15px 22px;
}

.product-gallery__item a {
    display: block;
    height: 228px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-gallery__item a img {
    display: none;
}

.product-featured {
    margin-bottom: 18px;
}

.product-featured__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 35px;
}

.product-download {
    padding: 0 0 3px;
}

.product-download__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.product-download__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-download__item {
    display: flex;
    text-decoration: none;
    margin-bottom: 26px;
}

.product-download__icon {
    width: 28px;
    height: 35px;
    flex-shrink: 0;
    background: url(../images/download.svg) no-repeat 0 0 / 100% auto;
    margin: 2px 14px 0 0;
    opacity: 0.5;
}

.product-download__item:hover .product-download__icon {
    opacity: 1;
}

.product-download__name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}

.product-download__size {
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    color: #8A8A8A;
}

.product-download__item:hover .product-download__name,
.product-download__item:hover .product-download__size {
    text-decoration: underline;
}

.product-featured {
    padding-bottom: 30px;
}

.product-featured__container {
    display: flex;
    flex-wrap: wrap;
}

.product-featured__col {
    width: 16.66666666666%;
    box-sizing: border-box;
}

.product-featured__more {
    padding-top: 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
}


.shop-item {
    display: flex;
    align-items: center;
}

.shop-item__left {
    width: 44.5%;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: center;
}

.shop-item__category {
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    color: #636363;
}

.shop-item__right {
    width: 55.5%;
    box-sizing: border-box;
    padding-right: 30px;
}

.shop-item__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.shop-item__text {
    max-width: 200px;
    font-size: 10px;
    line-height: 14px;
    word-break: break-all;
}

.shop-item__title a {
    text-decoration: none;
}

.shop-item__image img {
    width: auto;
    max-height: 60px;
}

.product-shops_big .product-shops__wrapper {
    padding: 0;
    display: flex;
}

.product-shops_big .product-shops__wrapper .product-bottom__title {
    margin-bottom: 18px;
}

.product-shops_big .product-shops__left {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 0 0;
}

.product-shops_big .product-shops__right {
    width: 50%;
    box-sizing: border-box;
    padding: 5px 0 0 25px;
    position: relative;
}

.product-shops_big .product-shops__right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #000;
}

.product-shops__more-link {
    padding: 25px 0 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.product-shops__more-link span {
    cursor: pointer;
    text-decoration: underline;
}

.product-shops__more-link span:hover {
    text-decoration: none;
}

.product-shops__more-container {
    display: none;
}

.product-shops_big .shop-item {
    margin-bottom: 17px;
}

.product-shops_medium {
}

.product-shops_medium .product-shops__wrapper {
    padding: 25px 0 110px;
    display: flex;
}

.product-shops_medium .product-shops__left {
    width: 65.3%;
    box-sizing: border-box;
}

.product-shops_medium .product-shops__right {
    width: 34.7%;
    box-sizing: border-box;
    padding-left: 110px;
    position: relative;
}

.product-shops_medium .product-shops__right:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #000;
}

.product-shops_medium .product-shops__container {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -25px;
}

.product-shops_medium .product-shops__col {
    width: 100%;
    box-sizing: border-box;
    padding: 0 25px 26px;
}

.product-shops_medium .product-shops__container_2 .product-shops__col {
    width: 50%;
}

.product-shops_medium .shop-item__left {
    width: 33.5%;
}

.product-shops_medium .shop-item__right {
    width: 66.5%;
}

.product-shops_medium .shop-item__title {
    margin-bottom: 4px;
}

.product-shops_medium .shop-item__text {
    font-size: 11px;
    line-height: 15px;
}

.product-shops_small {
    display: none;
    padding: 15px 0 50px;
}

.product-shops_small .product-bottom__title {
    margin-bottom: 58px;
}

.product-shops_small .shop-item {
    margin-bottom: 34px;
}

.product-shops_small .shop-item__left {
    width: 135px;
}

.product-shops_small .shop-item__right {
    width: calc(100% - 135px);
    padding-right: 0;
}

.product-shops_small .shop-item__text {
    max-width: none;
}

.product-shops_small .product-shops__more-link {
    padding-top: 17px;
}


/* Compare Page
-----------------------------------------------------------------------------*/
.compare {
    visibility: hidden;
    padding-bottom: 53px;
}

.compare-top {
    margin-bottom: 43px;
}

.compare-top__headline {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}

.compare-top__link {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}

.compare__section {
    padding-bottom: 6px;
    border-bottom: 2px solid #8A8A8A;
}

.compare__handler {
    width: 16.6666666666666%;
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    padding: 25px 0 17px;
    margin-bottom: 0;
}

.compare__handler span {
    position: relative;
    cursor: pointer;
    z-index: 2;
}

.compare__handler svg {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    position: relative;
    top: 4px;
    transform: rotate(90deg);
}

.compare__body {
    height: 0;
    overflow: hidden;
}

.compare__section.opened .compare__handler {
    padding-bottom: 0;
}

.compare__section.opened .compare__handler svg {
    transform: rotate(-90deg);
}

.compare__section.opened .compare__body {
    height: auto;
    overflow: hidden;
}

.compare-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compare-head__left {
    width: 16.6666666666666%;
    box-sizing: border-box;
    padding: 20px 22px 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.compare-head__headline {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}

.compare-head__link {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}

.compare-sort {
    display: flex;
    padding-top: 28px;
}

.compare-sort__tab {
    padding: 0 5px;
    font-size: 15px;
    line-height: 19px;
    margin: 0 20px 0 0;
    position: relative;
    color: #8A8A8A;
    cursor: pointer;
    transition: transform 0.2s ease-out 0s, color 0.2s ease-out 0s;
}

.compare-sort__tab:hover,
.compare-sort__tab.active {
    color: #000;
    transform: translateY(-15px);
}

.compare-sort__tab.active {
    cursor: default;
}

.compare-sort__tab:hover:before,
.compare-sort__tab.active:before {
    content: '';
    display: block;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.compare-sort__tab:after {
    content: '';
    display: block;
    border-bottom: 2px solid #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    opacity: 0;
    transition: opacity 0.2s ease-out 0s;
}

.compare-sort__tab:hover:after,
.compare-sort__tab.active:after {
    opacity: 1;
}

.compare-sort__item:not(:first-child) {
    display: none;
}

.compare-head__slider .slick-track,
.compare-body__slider .slick-track {
    margin: 0;
}

.compare-head__right {
    width: 83.33333333333333%;
    box-sizing: border-box;
    position: relative;
}

.compare-head__slide {
    width: 20%;
}

.compare-head__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 4px 25px;
    position: relative;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.compare-head__item.not-hover {
    opacity: 0.5;
}

.compare-head__item:hover,
.compare-head__item.hover {
    opacity: 1;
}

.compare-head__img {
    width: 100px;
    height: 100px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 13px;
}

.compare-head__img img {
    display: block;
    max-width: 100px;
    max-height: 100px;
}

.compare-head__name {
    flex-grow: 1;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .compare-head__name {
        width: 1px;
    }

    .compare-head__name a {
        display: block;
        max-width: 100%;
    }
}

.compare-head__name a {
    text-decoration: none;
}

.compare-head__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    right: 12px;
    cursor: pointer;
    opacity: 0;
}

.compare-head__close span {
    position: absolute;
    top: 7px;
    left: 1px;
    display: block;
    width: 13px;
    height: 1px;
    background: #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.compare-head__close span:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    display: block;
    width: 1px;
    height: 13px;
    background: #000;
}

.compare-head__item:hover .compare-head__close,
.compare-head__item.hover .compare-head__close {
    opacity: 1;
}

.compare-arrow {
    width: 13px;
    height: 13px;
    position: absolute;
    top: calc(50% - 13px);
    cursor: pointer;
    z-index: 1;
}

.compare-arrow.compare-arrow_prev {
    left: -23px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.compare-arrow.compare-arrow_next {
    right: -23px;
}

.compare-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    margin: 0 -10px;
}

.compare-body__left {
    width: 16.6666666666666%;
    box-sizing: border-box;
    padding: 1px 22px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.compare-body__list {
    font-size: 15px;
    line-height: 16px;
}

.compare-body__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 31px;
    padding: 3px 10px;
    border-bottom: 1px solid #8A8A8A;
    font-size: 14px;
    line-height: 20px;
}

.compare-body__list-item:last-child {
    border: none;
}

.compare-body__right .compare-body__list-item {
    color: #8A8A8A;
}

.compare-body__list-item_title {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 10px 3px 14px;
}

.compare-body__list-item_title:before {
    content: '';
    display: block;
    border-top: 1px solid #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    background: #F3F3F3;
    position: absolute;
    top: -1px;
    right: -15px;
    bottom: -1px;
    left: -15px;
}

.compare-body__list-item span {
    position: relative;
    display: block;
    width: 100%;
}

.compare-body__right {
    width: 83.33333333333333%;
    position: relative;
}

.compare-body__slider {
    margin: 0 -15px 0 -8px;
}

.compare-head__slide {
    width: 20%;
}

.compare-body__item {
    padding: 1px 15px 0;
}

.compare__mobile-reset,
.compare__mobile-sort {
    display: none;
}

.pub-search {
    margin: -20px 0 31px;
}

.pub-search__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pub-search__title {
    font-size: 14px;
    line-height: 19px;
}

.pub-search__title span {
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 15px;
}

.category__main {
    display: flex;
    padding: 15px 0 13px;
}

.category__sidebar {
    width: 16.6666666666666%;
    min-width: 230px;
    box-sizing: border-box;
    padding: 0 30px 30px 0;
    flex-shrink: 0;
}

.category__sidebar-inner {
    padding: 13px 17px 8px;
    margin: 0 -6px 0 -18px;
    background: #F8F8F8;
}

.category__sidebar-list > ul > li {
    margin-bottom: 13px;
}

.category__sidebar-list > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    color: #8A8A8A;
    text-decoration: none;
}

.category__sidebar-list > ul > li > a:hover {
    color: #000;
}

.category__sidebar-list > ul > li > ul {
    margin-top: 15px;
}

.category__sidebar-list > ul > li > ul > li {
    margin-bottom: 13px;
}

.category__sidebar-list > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #8A8A8A;
    text-decoration: none;
}

.category__sidebar-list > ul > li > ul > li > a:hover {
    color: #000;
}

.category__content {
    width: 83.3333333333333%;
    box-sizing: border-box;
    padding-left: 5px;
}

.category__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
}

.category__title {
    font-size: 14px;
    line-height: 19px;
}

.category__title span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-right: 14px;
}

.category__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.category__col {
    width: 20%;
    box-sizing: border-box;
    padding: 0 0 11px;
}

.category .category-item {
    padding: 0 22px 37px;
}

.content-3d {
    width: 745px;
    max-width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url(../images/360-cursor.svg) 4 12, auto;
}

.content-3d:not(.initialized) img:not(:first-child) {
    opacity: 0;
    position: absolute;
}

.content-3d.initialized img.img-3d-hidden {
    opacity: 0;
    position: absolute;
}

.content-3d.initialized img:not(.img-3d-hidden) {
    opacity: 1;
    position: static;
}

#content-3d {
    display: none;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    visibility: visible;
    opacity: 1;
}

.fancybox-close-small {
    display: none !important;
}


/* Magazine
-----------------------------------------------------------------------------*/
.catalog_magazine .catalog__sidebar {
    width: 17%;
}

.catalog_magazine .catalog__sidebar-inner {
    padding: 20px;
}

.catalog_magazine .filter__item {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #BDBDBD;
}

.catalog_magazine .filter__title {
    font-size: 16px;
    margin-bottom: 22px;
}

.catalog_magazine .filter__list label {
    padding-left: 27px;
    margin-bottom: 11px;
}

.catalog_magazine .filter__moreshow span {
    cursor: pointer;
    color: #828282;
    text-decoration: underline;
}

.catalog_magazine .filter__moreshow span:hover {
    text-decoration: none;
}

.catalog_magazine .filter__morelist {
    display: none;
}

.catalog_magazine .filter__reset button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 39px;
    border: 1px solid #2F80ED;
    border-radius: 13px;
    background: none;
    font-size: 14px;
    line-height: 19px;
    color: #2F80ED;
    text-align: center;
}

.catalog__content {
    width: 83%;
}

.catalog__head {
    padding-top: 12px;
}

.magazine-search {
    display: flex;
    align-items: center;
}

.magazine-search__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-right: 25px;
}

.magazine-search__form {
    position: relative;
}

.magazine-search__form svg {
    position: absolute;
    top: 0;
    left: 0;
}

.magazine-search__form input {
    width: 247px;
    height: 30px;
    padding: 0 0 6px 28px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #8A8A8A;
    font-size: 15px;
    line-height: 18px;
}

.magazine-catalog__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -33px;
}

.magazine-catalog__col {
    width: 33.333333333333%;
    box-sizing: border-box;
    padding: 0 33px;
    margin-bottom: 58px;
}

.magazine-item {
    position: relative;
}

.magazine-item__image {
    position: relative;
    margin-bottom: 18px;
}

.magazine-item__title {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}

.magazine-item__title a {
    text-decoration: none;
}

.magazine-item__date {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #8A8A8A;
}

.magazine-item__btn {
    position: relative;
    display: none;
    text-align: center;
    margin-top: 30px;
}

.magazine-item__btn .button {
    min-width: 190px;
    max-width: 100%;
    padding: 9px 30px;
}

.magazine-item:hover {
    z-index: 1;
}

.magazine-item:hover:before {
    content: '';
    display: block;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(36, 124, 255, 0.8);
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -100px;
}

.magazine-item:hover .magazine-item__btn {
    display: block;
}

.magazine-catalog__more {
    text-align: center;
}

.magazine-catalog__more .button {
    display: inline-flex;
    align-items: center;
    padding: 11px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.magazine-catalog__more a svg {
    fill: #fff;
    margin-left: 15px;
}

.magazine-main {
    padding: 13px 0 33px;
}

.magazine-main__container {
    display: flex;
}

.magazine-main__image {
    width: 43%;
    box-sizing: border-box;
    padding-right: 2px;
}

.magazine-main__content {
    width: 57%;
    box-sizing: border-box;
    padding: 0 0 0 40px;
}

.magazine-main__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    color: #000;
    margin-bottom: 36px;
}

.magazine-main__category {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #4F4F4F;
    margin-bottom: 14px;
}

.magazine-main__date {
    font-size: 18px;
    line-height: 20px;
    color: #4F4F4F;
    margin-bottom: 36px;
}

.magazine-main__text {
    font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-bottom: 36px;
}

.magazine-main__btns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.magazine-main__pdf {
    margin: 0 20px 20px 0;
}

.magazine-main__pdf .button {
    min-width: 204px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 10px 20px 9px;
    line-height: 1;
}

.magazine-main__pdf .button i {
    line-height: 0;
    margin-right: 15px;
}

.magazine-share {
    position: relative;
}

.magazine-share__btn button {
    min-width: 204px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    padding: 10px 20px;
    border: none;
    background: #E9E9E9;
    border-radius: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #247CFF;
}

.magazine-share__btn button i {
    line-height: 0;
    margin-right: 15px;
}

.magazine-share__social {
    display: flex;
    align-items: center;
    position: absolute;
    height: 52px;
    box-sizing: border-box;
    padding: 10px 8px;
    background: #F6F6F6;
    border-radius: 13px;
    position: absolute;
    top: 0;
    left: calc(100% + 5px);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.2s;
}

.magazine-share__social.opened {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.magazine-share__social a {
    display: block;
    margin: 0 12px;
}

.magazine-contents {
    margin-bottom: 36px;
}

.magazine-contents__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 44px;
}

.magazine-contents__container {
    display: flex;
    margin: 0 -50px;
}

.magazine-contents__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 50px;
}

.magazine-contents__item {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.magazine-contents__number {
    min-width: 60px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.magazine-contents__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-bottom: 3px;
}

.magazine-contents__text {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
}

.magazine-another {
    margin-bottom: 45px;
}

.magazine-another__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 44px;
}

.magazine-another__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.magazine-another__col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 58px;
}

.magazine-another__btn {
    text-align: center;
}

.magazine-another__btn .button {
    padding: 12px 30px 11px;
    font-size: 16px;
}


/* Popup Catalog
-----------------------------------------------------------------------------*/
.popup-catalog-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    z-index: 51;
}

.popup-catalog {
    position: relative;
    z-index: 51;
}

.popup-catalog__container {
    position: absolute;
    /*left: -23px;*/
    left: -4px;
    top: 80px;
    /*right: 0;*/
    right: -4px;
    display: flex;
    align-items: flex-start;
}

.popup-catalog__container:after {
    content: '';
    display: block;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

.popup-catalog__left {
    width: 256px;
    flex-shrink: 0;
    background: #F8F8F8;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
    position: relative;
}

.popup-catalog__list-item:not(:first-child) {
    display: none;
}

.popup-catalog__section-list {
    padding: 13px 20px 8px;
}

.popup-catalog__section-list li {
    margin-bottom: 11px;
    position: relative;
    cursor: pointer;
}

.popup-catalog__section-list li:before {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #000;
    border-radius: 2px;
    position: absolute;
    left: -20px;
    top: 1px;
    visibility: hidden;
}

.popup-catalog__section-list li.active {
    font-weight: bold;
    cursor: default;
}

.popup-catalog__section-list li.active:before {
    visibility: visible;
}

.radio {
    display: block;
    cursor: pointer;
    margin-bottom: 11px;
}

.radio input {
    display: none;
}

.radio span {
    display: block;
    position: relative;
    padding-left: 30px;
}

.radio span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.radio span:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #247CFF;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 3px;
    visibility: hidden;
}

.radio input:checked + span:after {
    visibility: visible;
}

/* https://github.com/zhil/vido/issues/4596#issuecomment-575048818 */
.popup-catalog__radio {
    padding: 20px 20px 10px;
}

.popup-catalog__list-item li {
    display: flex;
    padding: 10px 18px 9px;
    font-size: 15px;
    line-height: 19px;
    cursor: pointer;
}

.popup-catalog__list-item li.active {
    background: #fff;
    font-weight: 500;
    cursor: default;
}

.popup-catalog__right {
    width: calc(100% - 256px);
    flex-grow: 1;
    background: #fff;
    position: relative;
}

.popup-catalog__section:not(:first-child),
.popup-catalog__section-item:not(:first-child) {
    display: none;
}

.popup-catalog__section-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup-catalog__category-container {
    display: flex;
    flex-wrap: wrap;
}

.popup-catalog__category-col {
    width: 20%;
}

.category-item__lists li {
    padding: 10px 0px 0px;
}

.childrenWithWares-item__lists li {
    padding: 10px 0px 0px;
}

.category-item {
    padding: 20px 22px 27px;
    background: #fff;
    font-size: 15px;
    line-height: 16px;
}

.popup-catalog .category-item {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.popup-catalog .category-item__more {
    position: absolute;
    left: 22px;
    bottom: 22px;
    right: 22px;
}

.popup-catalog .category-item__more:before {
    content: '';
    display: block;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -22px;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.popup-catalog .category-item__more span {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.popup-catalog .category-item__more span:hover {
    text-decoration: none;
}

.category__main .category-item {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.category__main .category-item__more {
    position: absolute;
    left: 22px;
    bottom: 22px;
    right: 22px;
}

.category__main .category-item__more:before {
    content: '';
    display: block;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: -22px;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.category__main .category-item__more span {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}

.category__main .category-item__more span:hover {
    text-decoration: none;
}

.category-item__image {
    margin-bottom: 11px;
}

.category-item__image img {
    display: block;
    width: auto;
    max-height: 109px;
    margin-left: auto;
    margin-right: auto;
}

.category-item__title {
    font-weight: 500;
}

.category-item__lists a {
    color: #8A8A8A;
    text-decoration: none;
}

.childrenWithWares-item__lists a {
    color: #8A8A8A;
    text-decoration: none;
}

.category-item__lists a:hover {
    color: #000;
}

.category-item__all {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.category-item__all a {
    text-decoration: none;
}

.popup-catalog__vendor-search {
    width: 439px;
    max-width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8A8A8A;
    margin: 4px 0 10px 40px;
    position: relative;
}

.popup-catalog__vendor-search-icon {
    width: 14px;
    height: 19px;
    flex-shrink: 0;
    margin: 0 10px 5px 0;
}

.popup-catalog__vendor-search-input {
    flex-grow: 1;
}

.popup-catalog__vendor-search-input input {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border: none;
    background: none;
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px;
}

.popup-catalog__vendor-scroll {
    position: relative;
    background: #fff;
    padding: 10px 35px 20px 20px;
}

.popup-catalog__vendor-container {
    max-height: 823px;
    padding-right: 30px;
}

.popup-catalog__vendor-container .popup-catalog__vendor-container {
    display: flex;
    flex-wrap: wrap;
}

.popup-catalog__vendor-col {
    width: 14.28571%;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-catalog-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
}

.video-wrapper {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 24px 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inline-block {
    display: inline-block;
}

/* Footer
-----------------------------------------------------------------------------*/
.site-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #181818;
    position: relative;
    color: #fff;
    z-index: 3;
}

.site-footer__container {
    padding: 39px 0;
    display: flex;
    justify-content: space-between;
}

.site-footer__left {
    padding-top: 8px;
}

.footer-logo {
    margin-bottom: 43px;
}

.footer-info {
    display: flex;
    margin-bottom: 36px;
}

.footer-info-mobile {
    display: none;
}

.footer-lang {
    position: relative;
    margin-right: 16px;
}

.footer-lang__current {
    font-size: 15px;
    line-height: 18px;
    /*text-transform: uppercase;*/
    position: relative;
    cursor: default;
    color: #8A8A8A;
}

.footer-lang:hover .footer-lang__current {
    color: #fff;
}

.footer-lang__list {
    display: none;
    position: absolute;
    top: 31px;
    left: -10px;
    border: 1px solid #AFAFAF;
    background: #fff;
    z-index: 3;
}

.footer-lang__list:before {
    content: '';
    display: block;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
    right: 0;
}

.footer-lang__list li {
    position: relative;
}

.footer-lang__list li:before {
    content: '';
    display: block;
    height: 1px;
    background: #AFAFAF;
    position: absolute;
    left: 5px;
    bottom: 1px;
    right: 5px;
}

.footer-lang__list li:last-child:before {
    display: none;
}

.footer-lang__list a {
    display: block;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 10px;
    font-size: 15px;
    line-height: 18px;
    /*text-transform: uppercase;*/
    text-align: center;
    text-decoration: none;
}

.footer-lang__list a:hover {
    color: #A0A0A0;
}

.footer-lang:hover .footer-lang__list {
    display: block;
}

.footer-user {
    width: 17px;
    height: 17px;
}

.footer-user svg {
    max-width: 21px;
    fill: #A0A0A0;
}

.footer-user svg:hover {
    fill: #fff;
}

.footer-social ul {
    display: flex;
}

.footer-social li {
    margin-left: 18px;
}

.footer-social li svg {
    max-width: 25px;
    height: 20px;
    fill: #A0A0A0;
}

.footer-social li.social-1 svg {
    height: 19px;
}

.footer-social li.social-1 a:not(:hover) svg path {
    fill: #A0A0A0;
}

.footer-social li.social-1 a:hover svg path {
    fill: #fff;
}

.footer-social li.social-2 a:hover svg {
    fill: #fff;
}

.footer-social li.social-3 a:hover svg {
    fill: #fff;
}

.footer-copy {
    font-size: 13px;
    line-height: 15px;
    color: #8A8A8A;
}

.footer-copy-mobile {
    display: none;
}

.site-footer__right {
    display: flex;
    justify-content: flex-end;
}

.footer-menu {
    width: 236px;
    box-sizing: border-box;
    padding-right: 30px;
    font-size: 15px;
    line-height: 19px;
}

.footer-menu:last-child {
    width: auto;
    padding: 0;
}

.footer-menu__title {
    margin-bottom: 12px;
}

.footer-menu__title a {
    color: #fff;
    text-decoration: none;
}

.footer-menu li {
    margin-bottom: 13px;
}

.footer-menu li a {
    color: #747474;
    text-decoration: none;
}

.footer-menu li a:hover {
    color: #fff;
}

.site-wrapper.has-compare-panel-closed .site-footer {
    padding-bottom: 70px;
}

.site-wrapper.has-compare-panel-opened {
    padding-bottom: 70px;
}

.compare-panel {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
    z-index: 51;
}

.compare-panel:before {
    content: '';
    display: block;
    height: 30px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 12;
}

.compare-panel__handler {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 5px;
    position: absolute;
    top: -49px;
    left: calc(50% - 30px);
    background: #fff;
    border-radius: 50% 50% 0 0;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4);
}

.compare-panel__handler span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 2px;
    background: #247CFF;
    border-radius: 50%;
    transform: rotate(-90deg);
    position: relative;
    z-index: 12;
    cursor: pointer;
}

.compare-panel.opened .compare-panel__handler span {
    transform: rotate(-270deg);
}

.compare-panel__handler span svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

.compare-panel__menu {
    display: flex;
    max-width: 860px;
    height: 51px;
    margin: 0 auto;
    position: relative;
    z-index: 13;
}

.compare-panel__menu li {
    width: 25%;
    box-sizing: border-box;
    padding: 17px 20px;
    font-size: 13px;
    line-height: 24px;
}

.compare-panel.opened .compare-panel__menu li:not(.active) {
    opacity: 0.3;
}

.compare-panel__menu li a {
    display: block;
    position: relative;
    padding-left: 36px;
    white-space: nowrap;
    text-decoration: none;
}

.compare-panel__icon {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
}

.compare-panel__icon svg {
    max-height: 18px;
    fill: #247CFF;
}

.compare-panel__menu li:nth-child(1) .compare-panel__icon {
    width: auto;
    display: flex;
    align-items: center;
    color: #247CFF;
}

.compare-panel__menu li:nth-child(1) .compare-panel__icon svg {
    width: 30px;
    height: 17px;
    flex-shrink: 0;
    margin-right: 5px;
}

.compare-panel__menu li:nth-child(4) .compare-panel__icon {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 6px;
}

.compare-panel__menu li:nth-child(1) a {
    padding-left: 59px;
}

.compare-panel__compare-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    white-space: nowrap;
    color: #247CFF;
}

.compare-panel__menu li:nth-child(1) .compare-panel__compare-icon svg {
    position: relative;
    top: 4px;
    fill: #247CFF;
}

.compare-panel__container {
    display: none;
    max-height: 380px;
    margin-bottom: 20px;
}

.compare-panel__item:not(:first-child) {
    display: none;
}

.compare-panel-head {
    padding: 0 20px 29px 0;
}

.compare-panel-head__headline {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 3px;
}

.compare-panel-head__control {
    display: flex;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.compare-panel-head__control a {
    display: inline-block;
    color: #247CFF;
    margin-right: 10px;
}

.compare-panel-head___control a:hover {
    color: #247CFF;
}

.compare-panel-head__link {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.compare-panel-head__link a:hover {
    color: #247CFF;
}

.compare-panel-head__control a.panel-back {
    display: none;
}

.compare-panel-body__categories {
    padding-right: 20px;
}

.compare-panel-body__categories-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 9px;
}

.compare-panel-body__categories-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.compare-panel-body__categories-list li {
    width: 12.5%;
    box-sizing: border-box;
    padding: 20px 15px 21px;
    font-size: 14px;
    line-height: 18px;
}

.compare-panel-body__categories-list li a {
    display: inline-block;
}

.compare-panel-product {
    display: none;
}

.compare-panel-product__slider {
    opacity: 0;
    margin-bottom: 29px;
}

.compare-panel__item_2 .compare-panel-product {
    display: block !important;
    padding: 15px 0 0;
}

.compare-panel__item_3 .compare-panel-product {
    display: block !important;
    padding: 15px 0 0;
}

.compare-panel-product__slider.slick-initialized {
    opacity: 1;
}

.compare-panel .slick-track {
    margin: 0;
}

.compare-panel-product__slide {
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.compare-panel-product__slide.not-hover {
    opacity: 0.5;
}

.compare-panel-product__item {
    box-sizing: border-box;
    max-width: 170px;
    padding-right: 20px;
    position: relative;
}

.compare-panel-product__title {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 22px;
}

.compare-panel-product__section {
    display: none;
}

.compare-panel__item_2 .compare-panel-product__section {
    display: block !important;
}

.compare-panel__item_3 .compare-panel-product__section {
    display: block !important;
}

.compare-panel-product__close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 1px;
    right: 12px;
    cursor: pointer;
    opacity: 0;
}

.compare-panel-product__close span {
    position: absolute;
    top: 7px;
    left: 1px;
    display: block;
    width: 13px;
    height: 1px;
    background: #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.compare-panel-product span:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 6px;
    display: block;
    width: 1px;
    height: 13px;
    background: #000;
}

.compare-panel-product__slide:hover .compare-panel-product__close,
.compare-panel-product__slide.hover .compare-panel-product__close {
    opacity: 1;
}

.compare-panel-product__image {
    width: 110px;
    height: 110px;
    margin: 0 0 19px;
}

.compare-panel-product__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.compare-panel-product__navigation {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
}

.compare-panel-product__dots .slick-dots {
    display: flex;
}

.compare-panel-product__dots button {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 15px 0 0;
    background: none;
    border: none;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #8A8A8A;
    text-decoration: none;
}

.compare-panel-product__dots button:hover {
    color: #000;
}

.compare-panel-product__dots .slick-active button {
    font-weight: bold;
    color: #000;
    transform: translateY(-10px);
}

.compare-panel-product__dots .slick-active button:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    border-bottom: 2px solid #000;
}

.compare-panel-product__prev,
.compare-panel-product__next {
    width: 9px;
    height: 9px;
    position: relative;
    top: 1px;
}

.compare-panel-product__prev {
    cursor: pointer;
    margin-right: 25px;
    transform: scaleX(-1);
    top: -6px;
}

.compare-panel-product__next {
    cursor: pointer;
    margin-left: 4px;
    top: -6px;
}

.compare-panel-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
}

@-moz-document url-prefix() {
    .compare-panel .compare-panel__container.scroll-scrolly_visible {
        margin-right: -17px !important;
        margin-bottom: -17px !important;
    }
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element,
.scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scroll-element div,
.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scroll-element.scroll-y,
.scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 3px;
}

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scroll-element .scroll-element_outer,
.scroll-element .scroll-element_track,
.scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scroll-element .scroll-element_track {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scroll-element .scroll-element_track {
    background-color: #e0e0e0;
}

.scroll-element .scroll-bar {
    background-color: #000;
}

.scroll-element:hover .scroll-bar {
    background-color: #000;
}

.scroll-element.scroll-draggable .scroll-bar {
    background-color: #000;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.popup-catalog-head,
.popup-catalog__right-head {
    display: none;
}


/* 404
-----------------------------------------------------------------------------*/
.page-404 {
    padding: 124px 0 173px;
}

.page-404__container {
    width: 687px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.page-404__image-mobile {
    display: none;
}

.page-404__content {
    position: absolute;
    top: 264px;
    right: 50px;
    bottom: 46px;
    left: 40px;
    text-align: center;
}

.page-404__text-1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 34px;
}

.page-404__text-2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px;
}

.page-404__text-3 {
    min-height: 48px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}

.page-404__btn .button {
    min-width: 204px;
    padding: 15px 24px 15px;
}

/* Mobile
-----------------------------------------------------------------------------*/
.mobile-panel-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 40;
    overflow-y: scroll;
}

.mobile-panel {
    top: 0;
    left: -360px;
    opacity: 0;
    width: 341px;
    max-width: 95%;
    height: 100%;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 5px 25vh 15px;
    background: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 41;
    overflow-y: auto;
}

.has-compare-panel-closed .mobile-panel {
    padding-bottom: 120px;
}

.mobile-panel__container {
    height: 100%;
}

.mobile-panel.opened {
    left: 0;
    opacity: 1;
}

.mobile-panel__name {
    padding: 4px 0 22px 5px;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}

.mobile-panel__catalog {
    display: none;
    padding: 14px 28px 15px 57px;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    white-space: nowrap;
    color: #fff;
    background: #247CFF;
    border-radius: 9px;
    cursor: pointer;
    z-index: 15;
    margin-bottom: 29px;
}

.mobile-panel__catalog svg {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    left: 24px;
    fill: #fff;
}

.mobile-menu {
    padding: 0 15px 0 5px;
    font-size: 15px;
    line-height: 20px;
}

.mobile-menu > ul > li {
    position: relative;
    margin-bottom: 17px;
    border-bottom: 1px solid #D9D9D9;
}

.mobile-menu > ul > li:last-child {
    border: none;
    margin-bottom: 12px;
}

.mobile-menu > ul > li > a {
    display: block;
    font-weight: 500;
    padding: 0;
    text-decoration: none;
    color: #000;
}

.mobile-menu > ul > li > ul {
    padding: 10px 0 6px;
}

.mobile-menu > ul > li > ul > li {
    position: relative;
    margin-bottom: 10px;
}

.mobile-menu > ul > li > ul > li > a {
    display: block;
    padding: 0 40px 0 0;
    text-decoration: none;
    color: #000;
}

.mobile-lang {
    display: flex;
    align-items: center;
    margin: 0 15px 25px 0;
}

.mobile-lang li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    /*text-transform: uppercase;*/
    margin: 0 27px 0 8px;
}

.mobile-lang li.current {
    font-weight: bold;
}

.mobile-lang li a {
    display: block;
    text-decoration: none;
}

.mobile-social {
    margin-bottom: 24px;
}

.mobile-social ul {
    display: flex;
    margin: 1px 15px 0 0;
}

.mobile-social li {
    margin: 0 25px 0 8px;
}

.mobile-social li svg {
    height: 22px;
}

.mobile-social li.social-1 svg {
    height: 24px;
}

.mobile-social li.social-1 a:not(:hover) svg path {
    fill: #000;
}

.mobile-social li.social-2 a:hover svg {
    fill: #FF0000;
}

.mobile-social li.social-3 a:hover svg {
    fill: #1276D2;
}

.mobile-lang__user {
    width: 19px;
    height: 19px;
    margin-left: 11px;
}

.mobile-panel__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 14px;
    background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
    cursor: pointer;
}

.not-valid {
    border-color: red !important;
}

@-moz-document url-prefix() {
    .mobile-panel__container.scroll-scrolly_visible {
        margin-right: -17px !important;
        margin-bottom: -17px !important;
    }

    .mobile-menu {
        padding-right: 25px;
    }

    .mobile-panel__close {
        right: 24px;
    }
}

.mobile-catalog {
    top: 0;
    left: -360px;
    opacity: 0;
    width: 341px;
    max-width: 95%;
    height: 100%;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 15px 25vh;
    background: #fff;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 41;
    overflow-y: auto;
}

.mobile-catalog.opened {
    left: 0;
    opacity: 1;
}

.mobile-catalog__container {
    height: 100%;
    overflow-y: auto;
}

.mobile-catalog__name {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 13px;
}

.mobile-catalog__icon {
    width: 20px;
    height: 20px;
    margin-right: 13px;
}

.mobile-catalog__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
    cursor: pointer;
}

.mobile-catalog__catalog {
    margin-right: 15px;

    /* TODO: Quick fix for scroll navigation */
    overflow: hidden;
}

.mobile-catalog__head {
    background: #F4F4F4;
    padding: 10px 25px;
    margin: 0 -30px 0 -15px;
}

.mobile-catalog__back {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
}

.mobile-catalog__back a {
    color: #247CFF;
    text-decoration: none;
}

.mobile-catalog__back a svg {
    width: 8px;
    height: 8px;
    transform: scaleX(-1);
    fill: #247CFF;
    margin-right: 8px;
}

.mobile-catalog__select {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin: 0 10px 0 -5px
}

.mobile-catalog__select .radio span {
    padding-left: 27px;
}

.mobile-catalog__select .radio input:checked + span {
    font-weight: bold;
}

.mobile-catalog__select .radio span::before {
    top: 1px;
}

.mobile-catalog__select .radio span::after {
    top: 4px;
}

.mobile-catalog__current {
    margin: -8px 0 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
}

.mobile-catalog__menu {
    margin-top: 21px;
    overflow: hidden;
    transition: min-height 0.2s ease-out 0s;
}

.mobile-catalog__menu > ul {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-out 0s;
    left: 0%;
    font-size: 15px;
    line-height: 19px;
}

.mobile-catalog__menu > ul.active-prev {
    left: -100%;
    display: block;
}

.mobile-catalog__menu > ul > li a {
    display: block;
    position: relative;
    padding: 11px 30px 11px 0;
    border-bottom: 1px solid #D9D9D9;
    margin-left: 10px;
    text-decoration: none;
}

.mobile-catalog__menu > ul li:last-child > a {
    border-bottom: none;
}

.mobile-catalog__menu > ul li.has-children > a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    top: 18px;
    right: -1px;
}

.mobile-catalog__menu > ul > li ul {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    transition: all 0.2s ease-out 0s;
}

.mobile-catalog__menu > ul > li ul.active {
    opacity: 1;
    z-index: 1;
}

.mobile-catalog__menu > ul > li ul.active-prev {
    left: 0;
    opacity: 1;
}

.mobile-catalog__vendor {
    display: none;
    position: relative;
    overflow: hidden;
    padding-top: 21px;
}

.mobile-catalog__vendor > ul {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-out 0s;
    left: 0%;
    font-size: 15px;
    line-height: 19px;
}

.mobile-catalog__vendor > ul.opened {
    left: -100%;
    display: block;
}

.mobile-catalog__vendor > ul > li a {
    display: block;
    position: relative;
    padding: 11px 30px 11px 0;
    border-bottom: 1px solid #D9D9D9;
    margin-left: 10px;
    text-decoration: none;
}

.mobile-catalog__vendor > ul li:last-child > a {
    border-bottom: none;
}

.mobile-catalog__vendor > ul li > a:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/arrow.svg) no-repeat;
    position: absolute;
    top: 18px;
    right: -1px;
}

.mobile-vendor {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    position: absolute;
    top: 13px;
    left: 100%;
    transition: left 0.2s ease-out 0s;
}

.mobile-vendor.opened {
    left: 0;
}

.mobile-vendor__search {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #8A8A8A;
    position: relative;
}

.mobile-vendor__search-icon {
    width: 14px;
    height: 19px;
    flex-shrink: 0;
    margin: 0 3px 5px 0;
}

.mobile-vendor__search-input {
    flex-grow: 1;
}

.mobile-vendor__search-input input {
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    border: none;
    background: none;
    font-size: 15px;
    line-height: 18px;
    padding: 0 10px;
}

.mobile-vendor__sector {
    display: none;
}

.mobile-vendor__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mobile-vendor__col {
    width: 50%;
    box-sizing: border-box;
    padding: 9px 15px;
}

@-moz-document url-prefix() {
    .mobile-catalog__container.scroll-scrolly_visible {
        margin-right: -17px !important;
        margin-bottom: -17px !important;
    }

    .mobile-catalog__catalog {
        margin-right: 25px;
    }

    .mobile-catalog__close {
        right: 24px;
    }
}

.mobile-only {
    display: none;
}

/* Calc
-----------------------------------------------------------------------------*/
.calc-head {
    display: flex;
    justify-content: center;
    padding: 21px 92px 40px;
}

.calc-head__item {
    width: 20%;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: center;
    position: relative;
}

.calc-head__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #247CFF;
    border-radius: 50%;
    margin: 0 auto 24px;
    font-size: 25px;
    color: #247CFF;
}

.calc-head__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.calc-head__arrow {
    width: 66px;
    height: 6px;
    position: absolute;
    top: 26px;
    right: -33px;
}

.calc-head__item svg path {
    stroke: #247CFF;
}

.calc-head__item svg circle {
    fill: #247CFF;
}

.calc-head__item_grey .calc-head__num {
    border-color: #C4C4C4;
    color: #C4C4C4;
}

.calc-head__item_grey .calc-head__text {
    color: #C4C4C4;
}

.calc-head__item_grey svg path {
    stroke: #C4C4C4;
}

.calc-head__item_grey svg circle {
    fill: #C4C4C4;
}

.calc-item {
    border-top: 1px solid #B1B1B1;
}

.calc-item__body {
    display: none;
}

.calc-item__head {
    position: relative;
    display: flex;
    align-items: center;
}

.calc-item__head-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 34px 4px;
    cursor: default;
}

.calc-item__head-result {
    margin-left: 68px;
}

.calc-item__head-result span {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}

.calc-item__head-result img {
    margin-right: 21px;
}

.calc-item__total {
    padding: 14px 0 0;
    margin-bottom: 50px;
}

.calc-item__total-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.calc-item__total-price span {
    padding-top: 11px;
    display: block;
    font-weight: normal;
    font-size: 20px;
    color: #247CFF;
}

.calc-item__total-price span i {
    font-size: 22px;
}

.calc-item__total-btn {
    margin-top: 23px;
}

.calc-item.opened .calc-item__body {
    display: block
}

.calc-item__num {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 2px solid #247CFF;
    border-radius: 50%;
    font-size: 25px;
    color: #247CFF;
    margin: 0 27px 0 0;
    flex-shrink: 0;
}

.calc-item__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.calc-item__head svg {
    margin-left: 30px;
    transform: rotate(0deg);
}

.calc-item.opened .calc-item__head svg {
    transform: rotate(90deg);
}

.calc-block-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding-bottom: 23px;
}

.calc-block-1__item {
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px 47px;
    text-align: center;
}

.calc-block-1__item label {
    cursor: pointer;
}

.calc-block-1 input {
    display: none;
}

.calc-block-1 img {
    transition: opacity 0.2s ease-out 0s;
}

.calc-block-1.checked img {
    opacity: 0.2;
}

.calc-block-1.checked input:checked + img {
    opacity: 1;
}

.calc-block-1:not(.checked) .calc-block-1__item.not-hover img {
    opacity: 0.2;
}

.calc-block-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    padding-bottom: 23px;
}

.calc-block-2__item {
    width: 25%;
    box-sizing: border-box;
    padding: 0 16px 29px;
    text-align: center;
}

.calc-block-2__item label {
    display: block;
    cursor: pointer;
    position: relative;
}

.calc-block-2__item label:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(127.95% 100% at 50% 0%, rgba(0, 0, 0, 0) 36.47%, #000000 76.09%);
}

.calc-block-2__item label.checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #247CFF;
}

.calc-block-2 input {
    display: none;
}

.calc-block-2 img {
    display: block;
}

.calc-block-2__name {
    display: flex;
    align-items: center;
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 26px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.calc-block-2__name img {
    opacity: 0;
    margin-left: 16px;
}

.calc-block-2 input:checked + img + .calc-block-2__name img {
    opacity: 1;
}

.calc-block-3__container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 14px;
}

.calc-block-3__col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 0 38px;
}

.calc-block-3__item {
    position: relative;
    border: 1px solid transparent;
}

.calc-block-3__item.checked {
    border-color: #247CFF;
}

.calc-block-3__item.disabled .calc-block-3__item-inner {
    opacity: 0.5;
}

.calc-block-3__item-inner {
    display: flex;
    padding: 9px 18px 32px;
}

.calc-block-3__label {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.calc-block-3__success-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 21px;
    visibility: hidden;
}

.calc-block-3__item.checked .calc-block-3__success-icon {
    visibility: visible;
}

.calc-block-3__i {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 19px;
    z-index: 2;
    cursor: pointer;
}

.calc-block-3__i svg {
    fill: #8A8A8A;
}

.calc-block-3__left {
    width: 33%;
    box-sizing: border-box;
    padding: 53px 5px 0 0;
}

.calc-block-3__right {
    width: 67%;
    box-sizing: border-box;
    padding: 1px 0 0 12px;
}

.calc-block-3__title {
    display: flex;
    align-items: center;
    min-height: 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    padding-right: 30px;
    margin-bottom: 18px;
}

.calc-block-3__text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 18px;
    overflow-wrap: break-word;
}

.calc-block-3__price {
    font-size: 18px;
    line-height: 20px;
    color: #247CFF;
}

.calc-info {
    display: none;
    width: 630px;
    border: 1px solid #8A8A8A;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.calc-block-3__col_right .calc-info {
    left: auto;
    right: 0;
}

.calc-info__inner {
    display: flex;
    padding: 20px 38px 20px;
}

.calc-info__left {
    width: 110px;
    flex-shrink: 0;
    padding: 8px 0 0;
}

.calc-info__right {
    width: calc(100% - 110px);
    box-sizing: border-box;
    padding: 0 0 0 21px;
}

.calc-info__title {
    min-height: 40px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 1px;
}

.calc-info__text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 18px;
}

.calc-info__close {
    width: 20px;
    height: 20px;
    background: url(../images/close-2.svg) no-repeat 0 0 / 100% auto;
    position: absolute;
    top: 18px;
    right: 25px;
    cursor: pointer;
}

.calc-info__list {
    padding: 0 38px 25px;
}

.calc-info__list li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.calc-info__name {
    width: 50%;
    box-sizing: border-box;
}

.calc-info__value {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.calc-block-4__section {
    padding-bottom: 15px;
}

.calc-block-4__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 33px;
}

.calc-block-4__title-left {
    margin-right: 20px;
}

.calc-block-4__title-right {
    width: 146px;
}

.calc-block-4__row {
    display: flex;
    margin-bottom: 30px;
}

.calc-block-4__left {
    width: 235px;
    box-sizing: border-box;
    position: relative;
    padding-right: 30px;
}

.calc-block-4__name {
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px;
}

.calc-block-4__icon {
    display: none;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 0;
}

.calc-block-4__right {
    flex-grow: 1;
    padding: 0 0 0 18px;
}

.calc-block-4__input {
    position: relative;
}

.calc-block-4__handler {
    padding: 6px 30px 6px 0;
    font-size: 15px;
    line-height: 22px;
    color: #8A8A8A;
    border-bottom: 1px solid #8A8A8A;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.calc-block-4__input.selected .calc-block-4__handler {
    color: #000;
}

.calc-block-4__handler.disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

.calc-block-4__handler:after {
    content: '';
    display: block;
    width: 8px;
    height: 10px;
    background: url(../images/calc-list-arrow.svg) no-repeat;
    position: absolute;
    top: 11px;
    right: 0;
}

.calc-block-4__handler.opened:after {
    transform: rotate(90deg);
}

.calc-block-4__handler span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.calc-block-4__control {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: 50px;
}

.calc-block-4__quantity {
    display: flex;
    height: 35px;
}

.calc-block-4__quantity .minus {
    width: 20px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.calc-block-4__quantity .minus:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 17px;
    left: 4px;
}

.calc-block-4__quantity .plus {
    width: 20px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.calc-block-4__quantity .plus:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 17px;
    left: 4px;
}

.calc-block-4__quantity .plus:after {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    top: 12px;
    left: 9px;
}

.calc-block-4__quantity input {
    width: 33px;
    height: 34px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #8A8A8A;
    margin: 0 10px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000;
    -moz-appearance: textfield;
}

.calc-block-4__quantity input:focus {
    outline: none;
}

.calc-block-4__quantity input::-webkit-outer-spin-button,
.calc-block-4__quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.calc-block-4__remove {
    width: 16px;
    height: 16px;
    margin-left: 48px;
    cursor: pointer;
    position: relative;
}

.calc-block-4__remove:before {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: -2px;
}

.calc-block-4__remove:after {
    content: '';
    display: block;
    width: 21px;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: -2px;
}

.calc-block-4__control.disabled .calc-block-4__quantity .minus,
.calc-block-4__control.disabled .calc-block-4__quantity .plus {
    cursor: default;
}

.calc-block-4__control.disabled .calc-block-4__quantity .minus:before,
.calc-block-4__control.disabled .calc-block-4__quantity .plus:before,
.calc-block-4__control.disabled .calc-block-4__quantity .plus:after {
    background: #8B8B8B;
}

.calc-block-4__control.disabled .calc-block-4__quantity input {
    color: #8B8B8B;
    background: none;
}

.calc-block-4__quantity input.disabled {
    background: none;
}

.calc-block-4__control.disabled .calc-block-4__remove {
    cursor: default;
    visibility: hidden;
}

.calc-block-4__control.disabled .calc-block-4__remove:before,
.calc-block-4__control.disabled .calc-block-4__remove:after {
    background: #8B8B8B;
}

.calc-popup {
    display: none;
    max-height: 431px;
    box-sizing: border-box;
    padding: 15px 25px;
    overflow-y: auto;
    border: 1px solid #8A8A8A;
    background: #fff;
    position: absolute;
    top: 40px;
    left: -28px;
    right: 0;
    z-index: 1;
}

.calc-popup::-webkit-scrollbar {
    width: 7px;
}

.calc-popup::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 9em;
}

.calc-submit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 11px 0 47px;
}

.calc-submit__btn {
    margin-right: 43px;
}

.calc-submit__error {
    position: relative;
    padding-left: 42px;
}

.calc-submit__btn .button {
    min-width: 170px;
}

.calc-submit__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 13px);
    left: 0;
}

.calc-submit__error-text-1 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 4px;
}

.calc-submit__error-text-2 {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}


.calc-popup__title {
    display: inline-block;
    padding: 0 91px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #247CFF;
    position: relative;
    margin-bottom: 25px;
}

.calc-popup__title:before {
    content: '';
    display: block;
    width: 82px;
    height: 1px;
    background: #247CFF;
    position: absolute;
    top: 8px;
    left: 0;
}

.calc-popup__title:after {
    content: '';
    display: block;
    width: 82px;
    height: 1px;
    background: #247CFF;
    position: absolute;
    top: 8px;
    right: 0;
}

.calc-popup__section li {
    display: flex;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
    cursor: pointer;
}

.calc-popup__section li.disabled,
.calc-popup__section li.disabled .calc-popup__price {
    color: #ADADAD;
    cursor: default;
}

.calc-popup__name {
    margin-right: 19px;
}

.calc-popup__price {
    white-space: nowrap;
    color: #247CFF;
}

.calc-config__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.calc-config__title a {
    display: inline-block;
    margin-left: 16px;
    cursor: pointer;
}

.calc-config__title svg {
    fill: none;
    stroke: #909090;
}

.calc-config__text {
    font-size: 16px;
    line-height: 24px
}

.calc-config__container {
    display: flex;
    flex-wrap: wrap;
}

.calc-config__col {
    width: 256px;
    margin: 0 30px 50px 0;
}

.calc-config__params {
    padding: 23px 0 0;
}

.calc-config-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.calc-config-list__col {
    width: 25%;
    box-sizing: border-box;
    padding: 37px 15px 67px;
}

.calc-config-list__item {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 35px;
}

.calc-config-list__item.disabled {
    opacity: 0.6;
}

.calc-config-list__item svg {
    width: 100% !important;
}

.calc-config-list__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    margin-right: 20px;
}

.calc-config-list__image img {
    display: block;
    width: auto;
    max-height: 130px;
}

.calc-config-list__content {
    width: calc(100% - 150px);
}

.calc-config-list__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
}

.calc-config-list__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
}

.calc-config-list__price {
    color: #247CFF;
}

.calc-config-list__price span {
    font-size: 22px;
}

.calc-config-list__i {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 31px;
    right: 7px;
    cursor: pointer;
}

.calc-config-list__i svg {
    fill: #8A8A8A;
}


.calc-config .calc-props {
    top: -35px;
    left: -40px;
}


.calc-props {
    display: none;
    position: absolute;
    top: -12px;
    left: -6px;
    background: #fff;
    border: 1px solid #8A8A8A;
    box-sizing: border-box;
    z-index: 100;
    cursor: default;
}

.calc-config-list__col_right .calc-props {
    left: auto;
    right: 20px;
}

.calc-options__col_right .calc-props {
    left: auto;
    top: -12px;
    right: 21px;
}

.calc-props__close {
    width: 26px;
    height: 26px;
    background: url(../images/close-2.svg) no-repeat 0 0 / 100% auto;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.calc-props__container {
    width: 714px;
    box-sizing: border-box;
    padding: 34px 20px 28px;
    display: flex;
}

.calc-props__info {
    width: 25%;
    box-sizing: border-box;
}

.calc-props__list {
    width: 75%;
    box-sizing: border-box;
    padding: 3px 0 0 26px;
}

.calc-props__list li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.calc-props__name {
    width: 56%;
    box-sizing: border-box;
}

.calc-props__value {
    width: 44%;
    box-sizing: border-box;
    padding-left: 20px;
}


.calc-options {
    display: none;
}

.calc-options select {
    display: none;
}

.calc-options__container {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    margin: 0 -45px 0 -60px;
}

.calc-options__col {
    width: 16.6666666666666%;
    box-sizing: border-box;
    padding: 10px 15px;
}

.calc-options__item {
    width: 200px;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 23px 0;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.calc-options__item.disabled {
    opacity: 0.6;
    cursor: default;
}

.calc-options__i {
    position: absolute;
    top: 1px;
    right: 25px;
}

.calc-options__i svg {
    fill: #8A8A8A;
}

.calc-options__label {
    cursor: pointer;
    text-align: center;
}

.calc-options__image {
    width: 102px;
    height: 102px;
    margin: 0 auto 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.calc-options__image img {
    display: block;
    width: auto;
    max-height: 102px;
}

.calc-config .calc-options__image {
    width: 130px;
    height: 130px;
}

.calc-config .calc-options__image img {
    display: block;
    width: auto;
    max-height: 130px;
}

.calc-options__name {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.calc-options__name input {
    display: none;
}

.calc-options__name span {
    position: relative;
    text-align: center;
}

.calc-options__name i {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    margin-right: 12px;
    position: absolute;
    top: 4px;
    left: 0;
}

.calc-options__name input:checked + i {
    background: url(../images/success-2.svg) no-repeat center;
}

.calc-options__price {
    text-align: center;
    color: #247CFF;
}

.calc-options__price span {
    font-size: 22px;
}


/*   */

/* .calc-config-list__item .calc-props {
z-index: 100;
top: -35px;
left: -40px;
} */

/* .calc-config-list__col_right .calc-config-list__item .calc-props {
left: auto;
right: 20px;
} */


.calc-form {
    display: none;
    width: 683px;
    max-width: 100%;
    padding-bottom: 43px;
}

.calc-form .form-tip-1 {
    padding-top: 10px;
}

.calc-form .form-tip-2 {
    padding-bottom: 18px;
}

.calc-form .form-btn .button {
    min-width: 191px;
}

.calc-thankyou {
    display: none;
    text-align: center;
    padding: 28px 0 63px;
}

.calc-thankyou__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    border: 2px solid #247CFF;
    border-radius: 50%;
    margin: 0 auto 28px;
}

.calc-thankyou__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #247CFF;
    margin-bottom: 35px;
}

.calc-thankyou__text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 58px;
}

.calc-preload {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    justify-content: center;
    align-items: center;
}

.calc-preload.active {
    display: flex;
}

.calc-preload svg {
    width: 50px;
    height: 50px;
    opacity: 0.7;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Vendor Page
-----------------------------------------------------------------------------*/
.page-vendor {
    padding: 12px 0;
}

.page-vendor__container {
    display: flex;
    padding: 27px 0;
}

.page-vendor__sidebar {
    width: 247px;
    box-sizing: border-box;
    padding-right: 18px;
}

.page-vendor__sidebar-head {
    display: none;
}

.page-vendor__filter {
    padding: 13px 18px 8px;
    background: #F8F8F8;
    margin: 0 0 0 -18px;
}

.page-vendor__all {
    padding-bottom: 11px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 10px;
}

.page-vendor__all .radio {
    margin: 0;
}

.page-vendor__all .radio span {
    padding-left: 32px;
}

.page-vendor__all .radio span:before {
    top: calc(50% - 7px);
}

.page-vendor__all .radio span:after {
    top: calc(50% - 4px);
}

.page-vendor__filter li {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 14px;
}

.page-vendor__filter li .radio {
    margin: 0;
}

.page-vendor__filter li .radio span {
    padding-left: 32px;
}

.page-vendor__filter li .radio span:before {
    top: calc(50% - 7px);
}

.page-vendor__filter li .radio span:after {
    top: calc(50% - 4px);
}

.page-vendor__filter li .radio span:after {
    top: calc(50% - 4px);
    width: 14px;
    height: 14px;
    background: #247CFF url(../images/success.svg) no-repeat center;
    top: calc(50% - 7px);
    left: 0;
}

.page-vendor__right {
    width: calc(100% - 247px);
    box-sizing: border-box;
    padding-left: 13px;
}

.page-vendor__logos {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.page-vendor__logo {
    width: 16.6666666666666%;
    box-sizing: border-box;
    padding: 0 15px 50px;
}

.page-vendor__logo span {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-vendor__logo img {
    width: auto;
    max-height: 70px;
}

.page-vendor__form {
    width: 686px;
    max-width: 100%;
}

.page-vendor__form-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 44px;
}

.page-vendor__form .form-input {
    margin-bottom: 41px;
}

.page-vendor__form .form-input input[type="text"],
.page-vendor__form .form-input input[type="email"],
.page-vendor__form .form-input input[type="tel"] {
    height: 28px;
}

.page-vendor__video {
    display: none;
}


/* Vendor New
-----------------------------------------------------------------------------*/
.vendor-welcome {
    padding: 10px 0 0;
    margin-bottom: 50px;
}

.vendor-welcome__container {
    display: flex;
}

.vendor-welcome__left {
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.vendor-welcome__logo {
    margin-bottom: 20px;
}

.vendor-welcome__site {
    margin-bottom: 44px;
}

.vendor-welcome__site a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
}

.vendor-welcome__site a svg {
    flex-shrink: 0;
    margin-right: 22px;
}

.vendor-welcome__text {
    font-size: 16px;
    line-height: 30px;
    margin: 0 40px 0 0;
}

.vendor-welcome__detail {
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-decoration: underline;
    color: #247CFF;
}

.vendor-welcome__right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 20px;
}

.vendor-welcome__slide {
    display: none;
}

.vendor-welcome__slide:first-child {
    display: block;
}

.vendor-welcome__slider .slick-dots {
    display: flex;
    width: 100%;
    height: 3px;
    display: flex;
    background: #D9D9D9;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 16px;
}

.vendor-welcome__slider .slick-dots li {
    flex-grow: 1;
    overflow: hidden;
    border-radius: 2px;
}

.vendor-welcome__slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 2px;
    font-size: 0;
}

.vendor-welcome__slider .slick-dots li.slick-active,
.vendor-welcome__slider .slick-dots li.slick-active button {
    background: #000;
    cursor: default;
}

.vendor-about {
    display: none;
    background: #F3F3F3;
    padding: 22px 0 84px;
    margin-bottom: 20px;
}

.vendor-about__container {
    width: 860px;
    max-width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
}

.vendor-about__container h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

.catalog__headline {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 19px;
}

.catalog_vendor2 .catalog__sidebar {
    width: 18%;
}

.catalog-vendor2-list > ul > li {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.catalog-vendor2-list > ul > li:last-child {
    border: none;
}

.catalog-vendor2-list > ul > li > a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #212121;
    text-decoration: none;
    position: relative;
}

.catalog-vendor2-list > ul > li.has-children > a {
    padding-right: 30px;
}

.catalog-vendor2-list > ul > li.has-children > a:after {
    content: '';
    display: block;
    width: 9px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54691 1.25896C8.54691 1.192 8.51343 1.11666 8.46321 1.06644L8.04468 0.647914C7.99446 0.597691 7.91912 0.564209 7.85216 0.564209C7.78519 0.564209 7.70986 0.597691 7.65963 0.647914L4.37001 3.93753L1.08039 0.647914C1.03017 0.597691 0.954834 0.564209 0.88787 0.564209C0.812535 0.564209 0.74557 0.597691 0.695347 0.647914L0.276821 1.06644C0.226597 1.11666 0.193115 1.192 0.193115 1.25896C0.193115 1.32593 0.226597 1.40126 0.276821 1.45149L4.17749 5.35216C4.22771 5.40238 4.30305 5.43586 4.37001 5.43586C4.43698 5.43586 4.51231 5.40238 4.56254 5.35216L8.46321 1.45149C8.51343 1.40126 8.54691 1.32593 8.54691 1.25896Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 0 0 / 9px 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 12px;
    transform: rotate(-90deg);
}

.catalog-vendor2-list > ul > li.has-children.opened > a:after {
    transform: rotate(0deg);
}

.catalog-vendor2-list > ul > li > ul {
    display: none;
    padding: 17px 0 0;
}

.catalog-vendor2-list > ul > li > ul > li {
    margin-bottom: 10px;
}

.catalog-vendor2-list > ul > li > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    text-decoration: none;
}

.catalog-vendor2-list > ul > li > ul > li > a:hover {
    color: #212121;
}

.catalog-vendor2-list > ul > li > ul > li > ul {
    padding: 13px 0 0 20px;
}

.catalog-vendor2-list > ul > li > ul > li > ul > li > ul {
    padding: 13px 0 0 20px;
}

.catalog-vendor2-list > ul > li > ul > li > ul > li {
    margin-bottom: 10px;
}

.catalog-vendor2-list > ul > li > ul > li > ul > li > a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    text-decoration: none;
}

.catalog-vendor2-list > ul > li > ul > li > ul > li > a:hover {
    color: #212121;
}

.catalog-vendor2-list > ul > li > ul > li > ul > li > ul > li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8A8A8A;
    text-decoration: none;
}

.catalog-vendor2-list > ul > li > ul > li > ul > li > ul > li a:hover {
    color: #212121;
}

.catalog_vendor2 .catalog__content {
    width: 82%;
    margin-top: -20px;
}

.catalog_vendor2 .catalog__bottom {
    padding: 0;
}

.vendor-new__headline {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}

.vendor-new__slider {
    margin: 0 -5px;
}

.vendor-new__slide {
    padding: 10px 5px;
}

.vendor-new__slider .slick-dots {
    display: flex;
    width: 745px;
    max-width: 100%;
    height: 3px;
    display: flex;
    background: #D9D9D9;
    border-radius: 2px;
    overflow: hidden;
    margin: 24px auto 0;
}

.vendor-new__slider .slick-dots li {
    flex-grow: 1;
    overflow: hidden;
    border-radius: 2px;
}

.vendor-new__slider .slick-dots li button {
    display: block;
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 2px;
    font-size: 0;
}

.vendor-new__slider .slick-dots li.slick-active,
.vendor-new__slider .slick-dots li.slick-active button {
    background: #000;
    cursor: default;
}

.vendor-posts {
    position: relative;
    padding: 20px 0 16px;
}

.vendor-posts__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 22px;
}

.vendor-posts__headline {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.vendor-posts__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
}

.vendor-posts__col {
    width: 25%;
    box-sizing: border-box;
    padding: 15px 15px 30px;
}

.vendor-posts__btn {
    position: relative;
    text-align: center;
}

.vendor-posts .pagination {
    text-align: center;
    padding-top: 10px;
}

.vendor-form {
    padding: 17px 0 42px;
}

.vendor-form__headline {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}

.vendor-form__container {
    width: 1440px;
    max-width: calc(100% + 36px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.vendor-form__col {
    width: 50%;
    box-sizing: border-box;
    padding: 0 18px;
}

.form-input textarea {
    height: 137px;
}

.select-new {
    margin: 11px 0 0;
    position: relative;
}

.select-new__current {
    padding: 8px 40px 9px 12px;
    border: 1px solid #8A8A8A;
    font-size: 13px;
    line-height: 15px;
    color: #747474;
    cursor: pointer;
    position: relative;
    user-select: none;
    height: 17px;
}

.select-new.selected .select-new__current {
    color: #000;
}

.select-new__current:after {
    content: '';
    display: block;
    width: 9px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.54691 1.25896C8.54691 1.192 8.51343 1.11666 8.46321 1.06644L8.04468 0.647914C7.99446 0.597691 7.91912 0.564209 7.85216 0.564209C7.78519 0.564209 7.70986 0.597691 7.65963 0.647914L4.37001 3.93753L1.08039 0.647914C1.03017 0.597691 0.954834 0.564209 0.88787 0.564209C0.812535 0.564209 0.74557 0.597691 0.695347 0.647914L0.276821 1.06644C0.226597 1.11666 0.193115 1.192 0.193115 1.25896C0.193115 1.32593 0.226597 1.40126 0.276821 1.45149L4.17749 5.35216C4.22771 5.40238 4.30305 5.43586 4.37001 5.43586C4.43698 5.43586 4.51231 5.40238 4.56254 5.35216L8.46321 1.45149C8.51343 1.40126 8.54691 1.32593 8.54691 1.25896Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 0 0 / 9px 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: 12px;
    transform: rotate(-90deg);
}

.select-new.opened .select-new__current:after {
    transform: rotate(0deg);
}

.select-new__list {
    display: none;
    background: #fff;
    border: 1px solid #8A8A8A;
    padding: 4px 21px;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    position: absolute;
    left: 0;
    top: 44px;
    right: 0;
    z-index: 5;
}

.select-new.opened .select-new__list {
    display: block;
}

.select-new__list li {
    margin: 11px 0;
    cursor: pointer;
}

.form-btns {
    padding-top: 21px;
}

.form-btns .button {
    min-width: 165px;
    margin: 0 26px 10px 0;
}

.form-btns a {
    display: inline-block;
    padding: 8px 40px 9px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #247CFF;
    background: #EDEDED;
    border-radius: 13px;
    text-decoration: none;
}

.popup-availability {
    visibility: hidden;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.popup-availability.show {
    visibility: visible;
    opacity: 1;
}

.popup-availability__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.popup-availability__window {
    display: flex;
    align-items: center;
    width: 797px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    padding: 25px 66px 25px 41px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.popup-availability__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    margin-bottom: 11px;
}

.popup-availability__text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 37px;
}

.popup-availability .form-btn {
    padding-top: 27px;
}

.popup-availability__thankyou .popup-availability__title {
    margin-bottom: 34px;
}

.popup-availability__thankyou .popup-availability__text {
    margin-bottom: -4px;
}

.popup-availability__close {
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1630px) {
    .slider-big {
        padding-right: 30px;
    }

    .section-slider .slick-dots {
        right: 8px;
    }

    .catalog__container {
        margin: 0 -10px;
    }

    .compare-arrow.compare-arrow_prev {
        left: -10px;
    }

    .compare-arrow.compare-arrow_next {
        right: -10px;
    }

    .popup-catalog__container {
        left: -4px;
    }

    .product-featured .slick-arrow.slick-prev {
        left: -14px;
    }

    .product-featured .slick-arrow.slick-next {
        right: -14px;
    }

    .shops__slider {
        margin: 0;
    }

    .shops .slick-arrow.slick-prev {
        left: -14px;
    }

    .shops .slick-arrow.slick-next {
        right: -14px;
    }

    .share__list {
        top: 36px;
        left: -45px;
        right: -50px;
    }

    .share__list:before {
        content: '';
        height: 15px;
        position: absolute;
        top: -15px;
        left: 0;
        right: 0;
    }

    .calc-props {
        left: 17px;
    }

    .calc-props__container {
        width: 600px;
    }

    .calc-props__info {
        width: 22%;
    }

    .calc-props__list {
        width: 78%;
    }

    .calc-config-list__col {
        width: 33.333333333333%;
    }

    .calc-config-list__item .calc-props {
        left: -12px;
    }

    .calc-config-list__item .calc-props__container {
        padding: 34px 11px 28px;
    }
}

@media only screen and (max-width: 1552px) {
    .inner {
        margin-left: 15px;
        margin-right: 15px;
    }

    .header-logo,
    .header-nav,
    .header-nav > ul > li {
        margin-right: 15px;
    }

    .header-logo {
        width: 230px;
        margin-right: 15px;
    }

    .header-catalog {
        padding: 14px 15px 17px 30px;
        margin-right: 15px;
    }

    .header-catalog__icon {
        left: 2px;
    }

    .header-search__input input {
        padding: 0;
    }

    .sale-single-content__col {
        width: 25%;
    }

    .catalog__col {
        width: 25%;
    }

    .product-gallery__item {
        width: 20%;
    }

    .category__col {
        width: 25%;
    }

    .pub-product__col {
        width: 20%;
    }

    .product-featured__col {
        width: 20%;
    }

    .compare-panel-body__categories-list li {
        width: 16.6666666666666%;
    }

    .compare-head__left,
    .compare-body__left {
        width: 25%;
    }

    .compare-head__right,
    .compare-body__right {
        width: 75%;
    }

    .contacts-top__right {
        padding: 0;
    }

    .contacts-thankyou__container {
        right: auto;
    }

    .calc-block-3__col {
        width: 33.33333333333%;
    }

    .calc-options__container {
        max-width: 1300px;
        margin: 0 auto;
    }

    .calc-options__col {
        width: 20%;
    }

    .calc-props {
        left: 17px;
    }
}

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

    .header-catalog,
    .header-nav,
    .header-nav > ul > li {
        margin-right: 15px;
    }

    .popup-catalog__category-col {
        width: 25%;
    }

    .popup-catalog__vendor-col {
        width: 16.66666666666%;
    }

    .product-slider__nav {
        top: calc(50% - 168px);
    }

    .product-shops_medium .product-shops__right {
        padding-left: 50px;
    }

}

@media only screen and (max-width: 1270px) {
    .site-header__container {
        padding: 9px 0 10px;
    }
}

/*@media only screen and (max-width: 1170px) {*/
@media only screen and (max-width: 1300px) {
    .site-container {
        padding-top: 58px;
    }

    .site-header {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        z-index: 9;
    }

    .site-header__left {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        justify-content: space-between;
        padding-left: 48px;
    }

    .site-header__left > form {
        flex-grow: 0;
    }

    .touch-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer;
        padding: 10px;
    }

    .touch-menu svg {
        fill: #000;
    }


    .header-catalog {
        position: absolute;
        top: -4px;
        left: 295px;
    }

    .header-nav,
    .site-header__right {
        display: none;
    }

    .header-search {
        width: 270px;
        margin-bottom: 6px;
    }

    .header-search__icon {
        width: 12px;
        height: 12px;
        margin: 0px 10px 2px 2px;
    }

    .header-search__current {
        padding: 9px 17px 9px 15px;
    }

    .header-search__list {
        left: auto;
        right: 0;
    }

    .site-footer .touch-menu {
        margin: 0 18px 0 0;
    }

    .site-footer .touch-menu svg {
        fill: #fff;
    }

    .header-compare svg {
        margin-bottom: 1px;
    }

    .section-links__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-links__headline {
        margin: 0 0 30px;
    }

    .section-links__links {
        width: 100%;
        justify-content: space-between;
    }

    .section-links__link {
        width: auto !important;
        margin: 0;
    }

    .cooperation__left {
        padding: 0 30px 0 0;
    }

    .partner-top__title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 70px;
    }

    .partner-form {
        margin: 0 -15px;
    }

    .partner-form__col {
        padding: 0 15px;
    }

    .declaration-top {
        padding: 15px 0 30px;
    }

    .product-gallery__item {
        width: 25%;
    }

    .sale-single-content__col {
        width: 33.3333333333%;
    }

    .catalog__col {
        width: 33.3333333333%;
    }

    .category__col {
        width: 33.3333333333%;
    }

    .pub-product__col {
        width: 25%;
    }

    .popup-catalog__vendor-col {
        width: 20%;
    }

    .header-user {
        margin-top: 0;
    }

    .product-featured__col {
        width: 25%;
    }

    .shop-item__right {
        padding-right: 10px;
    }

    /* .calc-options__col {
width: 25%;
} */
    .product-infoblock__container {
        flex-wrap: wrap;
    }

    .product-infoblock__settings {
        width: 200px;
        margin: 20px 0 0;
    }

    .product-infoblock_twobtns .product-infoblock__btns {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .product-infoblock_twobtns .product-infoblock__footer {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .product-infoblock_twobtns .product-infoblock__settings {
        margin: 0 0 12px;
    }

}

@media only screen and (max-width: 1024px) {
    .desktop-breadcrumbs {
        display: none;
    }

    .banner-link {
        display: none;
    }

    .home-posts__col {
        width: 33.3333333333%;
    }

    .contacts-top__container {
        flex-direction: column;
    }

    .contacts-top__left {
        width: 100%;
        max-width: 100%;
    }

    .contacts-top__right {
        width: 100%;
    }

    .section-about {
        padding: 40px 0 !important;
    }

    .section-about__headline {
        margin-bottom: 30px;
    }

    .section-about__container {
        flex-direction: column;
        align-items: center;
    }

    .section-about__col {
        width: 100%;
        padding: 0;
    }

    .section-about__item {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 0;
    }

    .section-about__image {
        width: 100px;
        height: 100px;
        padding: 25px;
        flex-shrink: 0;
        margin: 0 25px 0 0;
    }

    .section-about__image span {
        font-size: 35px;
        line-height: 35px;
    }

    .section-about__title {
        text-align: left;
        margin: 0;
    }

    .section-about__title br {
        display: none;
    }

    .section-about__text {
        display: none;
    }

    .section-about__content-item {
        padding: 15px 0 5px;
    }

    .section-about__content-more {
        display: none;
        padding-bottom: 20px;
    }

    .about-text img {
        float: none;
        margin: 0 0 15px;
    }

    .vacancy-top__container {
        flex-direction: column;
        align-items: center;
    }

    .vacancy-top__left {
        width: auto;
    }

    .vacancy-top__right {
        width: auto;
        padding: 30px 0 0;
    }

    .partner-top {
        padding: 30px 0;
    }

    .partner-top__container {
        flex-direction: column;
        align-items: center;
    }

    .partner-top__title {
        text-align: center;
    }

    .partner-top__left {
        width: auto;
    }

    .partner-top__line {
        left: -30px;
    }

    .partner-top__right {
        width: auto;
        padding: 30px 0 0;
    }

    .partner-top__title {
        margin-bottom: 40px;
    }

    .declaration-top__left {
        padding: 0 20px;
    }

    .declaration-top__col {
        padding: 0 15px;
    }

    .declaration-top__image {
        width: 90px;
        height: 90px;
    }

    .declaration-top__or {
        top: 34px;
        font-size: 15px;
        line-height: 20px;
    }

    .declaration-top__decor {
        display: none;
    }

    .declaration-top__text {
        font-size: 14px;
        line-height: 19px;
    }

    .declaration-form {
        padding: 40px 0;
    }

    .sales__main {
        flex-direction: column;
        align-items: center;
    }

    .sales__sidebar {
        width: 270px;
        padding: 0 0 10px;
    }

    .filter__item {
        margin-bottom: 0;
    }

    .filter__title,
    .filter__headline {
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
    }

    .sales__content {
        width: 100%;
        padding: 15px 0 0;
    }

    .overview__col {
        width: 33.3333333333%;
    }

    .sale-single-content__main {
        flex-direction: column;
        align-items: center;
    }

    .sale-single-content__sidebar {
        width: 270px;
        padding: 0 0 10px;
    }

    .sale-single-content__content {
        width: 100%;
        padding: 15px 0 0;
    }

    .category-list__headline {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 17px;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .category-list__headline:before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/arrow.svg) no-repeat;
        position: absolute;
        top: 2px;
        right: 0;
    }

    .category-list__container {
        display: none;
    }

    .category-list.opened .category-list__headline:before {
        transform: rotate(90deg);
    }

    .pub-single__main {
        flex-direction: column;
        align-items: center;
    }

    .pub-single__content {
        width: 100%;
        padding: 0 0 25px;
    }

    .pub-single__sidebar {
        width: 356px;
        max-width: 100%;
        padding: 0;
    }

    .pub-single__sidebar:before {
        display: none;
    }

    .catalog-active-tag {
        margin: 15px 0 15px -26px;
    }

    .catalog__head {
        display: none;
    }

    .catalog-mobile-head {
        display: block;
        padding: 5px 3px;
    }

    .catalog-mobile-head.filter-fixed {
        margin-bottom: 45px;
    }

    .mobile-back {
        display: block;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        margin: 0 0 8px 5px;
    }

    .mobile-back a {
        display: inline-block;
        color: #247CFF;
        text-decoration: none;
    }

    .mobile-back svg {
        width: 8px;
        height: 8px;
        transform: scaleX(-1);
        fill: #247CFF;
        margin-right: 8px;
    }

    .catalog-mobile-head__breadcrumbs {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 30px 2px;
    }

    .catalog-mobile-head__breadcrumbs .sep {
        margin: 0 -3px 0 0px;
    }

    .catalog-mobile-head__title {
        margin-bottom: 5px;
    }

    .catalog-mobile-head__title span {
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        line-height: 25px;
        color: #000000;
        margin: 0 15px 5px 0;
    }

    .catalog-mobile-head__title i {
        display: inline-block;
    }

    .catalog-mobile-filter {
        padding: 12px 20px 9px;
        margin: 0 -15px;
        display: flex;
        justify-content: space-between;
        background: #F4F4F4;
    }

    .catalog-mobile-filter.fixed {
        position: fixed;
        top: 56px;
        left: 15px;
        right: 15px;
        z-index: 5;
    }

    .catalog-mobile-filter__handler {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        cursor: pointer;
    }

    .catalog-mobile-filter__handler svg {
        display: inline-block;
        width: 20px;
        height: 18px;
        margin: 2px 13px 0 0;
    }

    .catalog-mobile-filter__handler span {
        display: inline-block;
        margin-left: 4px;
    }

    .catalog-mobile-filter__right svg {
        margin-top: 2px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .catalog-mobile-filter__sort {
        position: relative;
    }

    .catalog-mobile-filter__sort .catalog-mobile-filter__sort-container {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .select__list {
        width: 100px;
        top: 33px;
        left: auto;
        box-shadow: none;
        border: 1px solid #CECECE;
        padding: 6px 15px;
    }

    .select__current {
        opacity: 0;
    }

    .catalog__main {
        flex-direction: column;
        align-items: center;
    }

    .catalog__content {
        width: 100%;
        padding: 0;
    }

    .filter__title_range {
        font-weight: normal;
        margin-bottom: 15px;
    }

    .wrap-result {
        position: relative;
        z-index: 1;
        margin: -3px 0 21px;
    }

    .wrap-result span {
        display: none;
    }

    .wrap-result input {
        width: 128px;
        border-bottom: 1px solid #8A8A8A;
        margin: 0;
    }

    .ui-slider-horizontal {
        margin: 13px 0 16px;
    }

    .filter__headline.opened + div {
        margin-bottom: 14px;
    }

    .filter__item {
        border-top: 1px solid #D9D9D9;
        padding: 14px 0;
    }

    .filter__top .filter__item {
        border: none;
        padding: 0;
    }

    .filter__list label {
        margin-bottom: 10px;
    }

    .filter__title {
        margin: 0;
    }

    .filter__title svg,
    .filter__headline svg {
        width: 9px;
        height: 9px;
        position: relative;
        top: 5px;
    }

    .filter__list {
        padding-top: 15px;
    }

    .catalog-sidebar-overlay,
    .page-vendor-sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 14;

    }

    .product-item:hover {
        box-shadow: none;
    }

    .product-item__bottom {
        display: flex;
    }

    .product-item__text {
        display: none !important;
        color: #000;
        height: auto !important;
    }

    .pub-product__col {
        width: 33.3333333333333%;
    }

    .page-head.page-head_product-single {
        padding: 8px 3px 12px;
    }

    .page-head__breadcrumbs {
        font-size: 13px;
        line-height: 18px;
    }

    .page-head.page-head_product-single .page-head__breadcrumbs {
        margin-bottom: 16px;
    }

    .page-head__title {
        font-size: 20px;
        line-height: 25px;
    }

    .product-tabs__tab:after {
    }

    .product-top__container {
        flex-direction: column;
        align-items: center;
    }

    .product-top {
        padding-bottom: 50px;
    }

    .product-top__left {
        width: 500px;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .product-bottom__title {
        margin-bottom: 25px;
    }

    .product-bottom__container {
        flex-direction: column;
    }

    .product-bottom__col {
        width: 100%;
    }

    .shops__link {
        opacity: 1 !important;
    }

    .product-slider {
        min-height: 0;
        margin-bottom: 20px;
    }

    .product-slider__big {
        margin: 0 3px;
    }

    .product-slider__big-item > a {
        min-height: 350px;
    }

    .product-slider__nav {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        margin: 0 -20px;
    }

    .product-slider__nav-item {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .product-slider__nav-img,
    .product-slider__nav-img img {
        width: auto;
        height: auto;
        max-height: 70px;
        max-width: 100px;
    }

    .product-slider__arrows {
        padding: 13px 0;
        display: flex;
        justify-content: center;
    }

    .product-slider__arrows span {
        display: inline-flex;
        align-items: center;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        cursor: pointer;
    }

    .product-slider__arrow-prev {
        width: 50%;
        box-sizing: border-box;
        padding: 4px 13px 3px;
        text-align: right;
        border-right: 1px solid #000;
    }

    .product-slider__arrow-next {
        width: 50%;
        box-sizing: border-box;
        padding: 4px 13px 3px;
        text-align: left;
    }

    .product-slider__arrows svg {
        width: 15px;
        height: 15px;
    }

    .product-slider__arrow-prev svg {
        transform: scaleX(-1);
        margin-right: 5px;
    }

    .product-slider__arrow-next svg {
        margin-left: 5px;
    }

    .product-infoblock {
        margin-bottom: 30px;
    }

    .product-top__right {
        width: 100%;
        padding: 0 8px;
    }

    .product-gallery__item {
        width: 33.333333333%;
    }

    .catalog {
        padding: 60px 0 40px;
    }

    .catalog__sidebar {
        position: fixed;
        top: 0;
        left: -360px;
        bottom: 0;
        width: 350px;
        padding: 15px 19px;
        max-width: 100%;
        background: #F8F8F8;
        margin-bottom: 0;
        opacity: 0;
        transition: all 0.2s ease-out 0s;
        z-index: 15;
    }

    .catalog__sidebar.opened {
        left: 0;
        opacity: 1;
    }

    .catalog__sidebar-head {
        display: block;
        position: relative;
        margin-bottom: 34px;
    }

    .catalog_vendor .catalog__sidebar-head {
        margin-bottom: 8px;
    }

    .catalog__sidebar-head-title {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        cursor: pointer;
    }

    .catalog__sidebar-head-title svg {
        display: inline-block;
        width: 23px;
        height: 20px;
        margin: 2px 11px 0 0;
    }

    .catalog__sidebar-head-text {
        display: inline-block;
    }

    .catalog__sidebar-inner {
        max-height: calc(100% - 65px);
        box-sizing: border-box;
        padding: 8px 10px;
        margin: 0 -10px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .catalog__sidebar-close {
        width: 24px;
        height: 24px;
        background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
        position: absolute;
        top: 1px;
        right: 5px;
        cursor: pointer;
    }

    .catalog__list {
        display: none;
    }

    .catalog__sidebar .heading-vendor {
        display: block;
    }

    .catalog-vendor-list {
        display: block;
    }

    .catalog_search .catalog__sidebar-inner {
        padding: 20px 17px 1px;
    }

    .sales {
        padding: 0 0 40px;
        margin-top: -20px;
    }

    .sales__sidebar {
        position: fixed;
        top: 0;
        left: -360px;
        bottom: 0;
        width: 350px;
        padding: 15px 19px;
        max-width: 100%;
        background: #F8F8F8;
        margin-bottom: 0;
        opacity: 0;
        transition: all 0.2s ease-out 0s;
        z-index: 15;
    }

    .sales__sidebar.opened {
        left: 0;
        opacity: 1;
    }

    .sales__sidebar-head {
        display: block;
        position: relative;
        margin-bottom: 34px;
    }

    .sales__sidebar-head-title {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        cursor: pointer;
    }

    .sales__sidebar-head-title svg {
        display: inline-block;
        width: 23px;
        height: 20px;
        margin: 2px 11px 0 0;
    }

    .sales__sidebar-head-text {
        display: inline-block;
    }

    .sales__sidebar-inner {
        max-height: calc(100% - 65px);
        box-sizing: border-box;
        padding: 8px 10px 1px;
        margin: 0 -10px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sales__sidebar-close {
        width: 24px;
        height: 24px;
        background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
        position: absolute;
        top: 1px;
        right: 5px;
        cursor: pointer;
    }

    .sales__list {
        display: none;
    }

    .sales__sidebar .filter__item:first-child {
        border-top: none;
        padding-top: 0;
    }

    .sales__container {
        padding-top: 15px;
    }

    .sales-sidebar-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 14;
    }

    .pub-search {
        margin: 0 0 10px;
    }

    .pub-search__container {
        padding: 15px 0 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .page-head__links {
        padding-top: 30px;
    }

    .page-head__links a {
        margin: 0 16px 0 0;
        padding: 0 5px;
    }

    .sale-single-top {
        padding-bottom: 25px;
    }

    .sale-single-top__left {
        width: 100%;
        padding: 0;
    }

    .sale-single-top__right {
        display: none;
    }

    .popup-catalog__category-col {
        width: 50%;
    }

    .popup-catalog__vendor-col {
        width: 25%;
    }

    .product-char__col {
        width: 100%;
    }

    .category__main {
        flex-direction: column;
        align-items: center;
    }

    .category__content {
        width: 100%;
        padding: 0;
    }

    .category__sidebar {
        width: 356px;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .category__sidebar-inner {
        margin: 0;
    }

    .popup-catalog__vendor-search {
        margin: 0 0 10px 0;
    }

    .shops-2__col {
        width: 100%;
    }

    .product-top {
        padding-bottom: 0;
    }

    .product-char {
        padding-top: 2px;
    }

    .shops-1 {
        margin-bottom: 30px;
    }

    .site-footer {
        background: #000;
    }

    .site-footer__container {
        padding: 30px 0;
        flex-direction: column-reverse;
        align-items: center;
    }

    .site-footer__right {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 7px;
        justify-content: space-between;
    }

    .footer-menu {
        width: auto;
        margin-bottom: 20px;
    }

    .site-footer__left {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        padding: 21px 2px 0;
    }

    .footer-copy,
    .footer-lang,
    .footer-user {
        display: none;
    }

    .footer-social {
        padding: 9px 8px 0 0;
    }

    .footer-social li {
        margin-left: 22px;
    }

    .footer-social li svg {
        height: 15px;
        fill: #fff;
    }

    .footer-social li.social-1 svg {
        height: 17px;
        margin-top: -1px;
    }

    .footer-logo {
        margin-bottom: 21px;
    }

    .footer-info {
        justify-content: flex-end;
        margin-bottom: 24px;
    }

    .footer-copy-mobile {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #8A8A8A;
    }

    .footer-info-mobile {
        margin-top: 2px;
        display: flex;
        justify-content: flex-end;
    }

    .footer-lang-mobile ul {
        display: flex;
        font-size: 17px;
        line-height: 20px;
        color: #fff;
        /*text-transform: uppercase;*/
    }

    .footer-lang-mobile ul li {
        margin-left: 15px;
    }

    .footer-lang-mobile ul a {
        color: #fff;
        text-decoration: none;
    }

    .footer-user-mobile {
        width: 17px;
        height: 17px;
        margin: 0 4px 0 15px;
    }

    .footer-user-mobile svg {
        fill: #fff;
    }

    .footer-social li.social-1 a:not(:hover) svg path {
        fill: #fff;
    }

    .compare-panel-body__categories-list li {
        width: 25%;
    }

    .product-featured__col {
        width: 33.33333333%;
    }

    /* .calc-block-1__item {
width: 25%;
} */
    /* .calc-block-3__item {
flex-direction: column;
}

.calc-block-3__name {
width: 100%;
padding: 0 0 5px;
}

.calc-block-3__input {
width: 100%;
} */
    .calc .select__current {
        opacity: 1;
    }

    .calc-item__head {
        justify-content: space-between;
    }

    .calc-item__total {
        width: auto;
        text-align: right;
        margin-left: 30px;
        padding: 15px 0;
    }

    .contacts-info__col {
        margin-right: 0;
    }

    .product-shops_big {
        display: none;
    }

    .product-shops_small {
        display: block
    }

    .product-shops_medium .product-shops__wrapper {
        padding-bottom: 50px;
    }

    .product-shops_medium .product-shops__left {
        width: 50%;
    }

    .product-shops_medium .product-shops__right {
        width: 50%;
        padding-left: 30px;
    }

    .product-shops_medium .product-shops__container_2 .product-shops__col {
        width: 100%;
    }

    .calc-block-2 {
        max-width: 776px;
        margin: 0 auto;
    }

    .calc-block-2__item {
        width: 50%;
    }

    .calc-block-2__name {
        font-size: 16px;
        line-height: 20px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }

    .calc-block-3__col {
        width: 50%;
    }

    .calc-info {
        width: 600px;
    }

    .calc-info__close {
        top: 10px;
        right: 10px;
    }

    .calc-info__inner {
        padding: 20px 15px;
    }

    .calc-info__list {
        padding: 0 15px 10px;
    }

    .calc-info__list li {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .calc-popup {
        left: -100px;
    }

    .calc-popup__section {
        padding-bottom: 10px;
    }

    .calc-popup__title {
        padding: 0;
        margin-bottom: 15px;
    }

    .calc-popup__title:before,
    .calc-popup__title:after {
        display: none;
    }

    .calc-submit {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 0 15px;
    }

    .calc-submit__btn {
        margin: 0 0 20px;
    }


    .calc-popup__section li {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .calc-options__container {
        padding-top: 0;
        margin: 0 -15px;
    }

    .calc-options__col {
        width: 33.33333333333%;
    }

    .calc-props {
        left: -22px;
        right: -22px;
    }

    .calc-props__container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        padding: 34px 15px 20px;
    }

    .calc-props__info {
        width: auto;
    }

    .calc-props__list {
        width: 100%;
        padding: 30px 0 0;
    }

    .calc-props__list li {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .calc-config-list__col {
        width: 50%;
        padding: 25px 15px;
    }

    .calc-config-list__item .calc-props {
        left: -10px;
        right: -10px;
    }

    .calc-head {
        padding: 27px 0 52px;
    }

    .calc-block-4__control {
        margin-left: 20px;
    }

    .calc-block-4__remove {
        margin-left: 20px;
    }

    .calc-block-4__title-right {
        width: 116px;
    }


    .page-vendor {
        padding: 45px 0 15px;
    }

    .page-vendor__sidebar {
        position: fixed;
        top: 0;
        left: -360px;
        bottom: 0;
        width: 350px;
        padding: 15px 19px;
        max-width: 100%;
        background: #F8F8F8;
        margin-bottom: 0;
        opacity: 0;
        transition: all 0.2s ease-out 0s;
        z-index: 15;
    }

    .page-vendor__sidebar.opened {
        left: 0;
        opacity: 1;
    }

    .page-vendor__sidebar-head {
        display: block;
        position: relative;
        margin-bottom: 34px;
    }

    .page-vendor__sidebar-head-title {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
        cursor: pointer;
    }

    .page-vendor__sidebar-head-title svg {
        display: inline-block;
        width: 23px;
        height: 20px;
        margin: 2px 11px 0 0;
    }

    .page-vendor__sidebar-head-text {
        display: inline-block;
    }

    .page-vendor__filter {
        max-height: calc(100% - 65px);
        box-sizing: border-box;
        padding: 8px 10px 1px;
        margin: 0 -10px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .page-vendor__sidebar-close {
        width: 24px;
        height: 24px;
        background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
        position: absolute;
        top: 1px;
        right: 5px;
        cursor: pointer;
    }

    .page-vendor__right {
        width: 100%;
    }

    .page-vendor__logo {
        width: 20%;
        padding: 0 15px 30px;
    }


    .vendor-welcome__container {
        flex-direction: column;
    }

    .vendor-welcome__left {
        width: 100%;
        padding: 0 0 30px;
    }


    .vendor-welcome__right {
        width: 100%;
        padding: 0;
    }

    .catalog_vendor2 .catalog__content {
        width: 100%;
        margin-top: -10px;
    }

    .catalog_vendor2 .catalog__sidebar {
        width: 350px;
    }

    .catalog_vendor2 .catalog-mobile-filter {
        margin-bottom: 10px;
    }

    .vendor-posts__col {
        width: 33.3333333333%;
    }


    .magazine-catalog__container {
        margin: 20px -10px;
    }

    .magazine-catalog__col {
        height: auto !important;
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .magazine-item:before {
        display: none !important;
    }

    .magazine-item__image {
        margin-bottom: 10px;
    }

    .magazine-item__btn {
        margin-top: 15px;
        display: block;
    }

    .magazine-item__btn .button {
        width: 100%;
        min-width: auto;
    }

    .magazine-contents__container {
        flex-direction: column;
        margin: 0;
    }

    .magazine-contents__col {
        width: 100%;
        padding: 0;
    }

    .magazine-another__title {
        margin-bottom: 25px;
    }

    .magazine-another__container {
        margin: 20px -10px;
    }

    .magazine-another__col {
        height: auto !important;
        padding: 0 10px;
        margin-bottom: 30px;
    }


}

@media only screen and (max-width: 767px) {
    .compare-panel {
        bottom: -65px;
    }

    .compare-panel.opened {
        bottom: 0;
    }

    .header-catalog {
        display: none;
    }

    .section-slider_desktop {
        display: none;
    }

    .section-slider_mobile {
        display: block;
        background: #F6F6F6;
        padding: 13px 3px 10px;
    }

    .slider-big__catalog {
        padding-top: 22px;
        text-align: center;
    }

    .slider-big__catalog a {
        display: inline-block;
        padding: 14px 30px 13px;
        box-sizing: border-box;
        width: 240px;
        position: relative;
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        white-space: nowrap;
        color: #fff;
        background: #247CFF;
        border-radius: 9px;
        text-decoration: none;
        cursor: pointer;
        z-index: 15;
    }

    .slider-big__catalog svg {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 12px;
    }

    .section-headline {
        font-size: 22px;
        line-height: 35px;
        margin: 0 0px 15px 5px;
    }

    .section-links {
        padding: 11px 0 32px;
    }

    .section-links__link.home-catalog-handler {
        display: none;
    }

    .slider-big {
        padding-right: 0;
    }

    .slider-big__col {
        width: 100%;
    }

    .section-slider .slick-dots {
        top: calc(50% - 120px);
        right: 0;
    }

    .section-links {
        background: #F6F6F6;
    }

    .section-links:before {
        display: none;
    }

    .section-links__links {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-links__link {
        display: flex;
        align-items: center;
        transform: translateY(0px) !important;
        text-align: left;
    }

    .section-links__icon {
        width: 70px;
        height: 63px;
        box-sizing: border-box;
        padding: 10px;
        margin-right: 30px;
    }

    .section-links__name {
        height: auto;
        margin-bottom: 0;
        justify-content: flex-start;
        text-align: left;
    }

    .section-links__name br {
        display: none;
    }

    .home-posts {
        padding: 15px 0;
    }

    .home-posts__head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .home-posts__headline {
        margin: 0 0 18px 5px;
    }

    .home-posts .wrapper-tab__tab {
        margin: 0 15px 0 0;
    }

    .home-posts .wrapper-tab__tab:hover,
    .home-posts .wrapper-tab__tab.active {
        transform: translateY(-8px);
    }

    .home-posts .wrapper-tab__tab:after {
        bottom: -5px;
    }

    .home-posts .wrapper-tab__tab:last-child {
        margin: 0;
    }

    .home-posts__col {
        width: 50%;
    }

    .cooperation {
        padding: 40px 0;
    }

    .vacancy-bottom__container {
        flex-direction: column;
    }

    .vacancy-bottom__col {
        width: 100%;
    }

    .contacts-top {
        padding: 15px 0;
    }

    .contacts-top__item {
        width: 100% !important;
        padding: 0 0 10px;
    }

    .contacts-top__title {
        cursor: pointer;
    }

    .contacts-top__title svg {
        display: inline-block;
        float: right;
    }

    .contacts-top__list {
        display: none;
    }

    .rules__col {
        width: 100%;
    }

    .service-content__container {
        flex-direction: column;
        margin-bottom: 0;
    }

    .service-content__col {
        width: 100%;
        padding-bottom: 15px;
    }

    .service-content__body p {
        margin-bottom: 5px;
    }

    .declaration-top__container {
        flex-direction: column;
        align-items: center;
    }

    .declaration-form__container {
        flex-direction: column;
    }

    .declaration-form__col {
        width: 100%;
        padding-bottom: 25px;
    }

    .declaration-form__title {
        min-height: 0;
    }

    .sales__col {
        width: 50%;
    }

    .overview__col {
        width: 50%;
    }

    .sale-single-content__col {
        width: 50%;
    }

    .pub-head {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }

    .pub-head__image {
        width: auto;
    }

    .pub-head__content {
        width: 100%;
        padding: 30px 0 0;
    }

    .catalog__col {
        width: 50%;
    }

    .category__col {
        width: 50%;
    }

    .pub-product__col {
        width: 50%;
    }

    .popup-catalog__container {
        top: 50px;
    }

    .popup-catalog__category-col {
        width: 100%;
    }

    .popup-catalog__vendor-search {
        width: 100%;
    }

    .popup-catalog__vendor-col {
        width: 33.3333333333%;
        padding: 10px;
    }

    .popup-catalog__vendor-scroll {
        padding: 10px 15px 10px 20px;
    }

    .popup-catalog__vendor-container > .scroll-element.scroll-y {
        right: 0;
    }

    .popup-catalog__vendor-container {
        padding-right: 5px !important;
    }

    .declaration-top__left {
        width: auto;
        padding: 0 0 20px;
    }

    .declaration-top__image {
        margin-bottom: 15px;
    }

    .declaration-top__text {
        margin-bottom: 5px;
    }

    .declaration-top__or {
        position: static;
        width: auto;
    }

    .declaration-top__right {
        width: 100%;
    }

    .page-head__container {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-head__links {
        padding: 30px 0 10px;
    }

    .page-head__links a {
        margin: 0 15px 0 0;
    }

    .compare-top {
        margin-bottom: 10px;
    }

    .compare-top__headline {
        font-size: 14px;
        line-height: 18px;
    }

    .compare-top__link,
    .compare-head__link {
        font-size: 12px;
        line-height: 14px;
    }

    .compare__handler {
        font-size: 16px;
        line-height: 20px;
        padding: 14px 0 17px;
    }

    .compare__section.opened .compare__handler {
        padding-bottom: 6px;
    }

    .catalog__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .catalog__view {
        display: none;
    }

    .catalog__head-left {
        margin-bottom: 10px;
    }

    .compare-sort {
        padding: 15px 15px 17px;
    }

    .compare-sort__tab {
        padding: 0 12px;
        font-size: 13px;
        line-height: 15px;
    }

    .compare-sort__tab:hover,
    .compare-sort__tab.active {
        transform: translateY(-13px);
    }

    .compare__section {
        padding: 0;
    }

    .compare__handler {
        width: 100%;
    }

    .compare-head__slider,
    .compare-body__slider {
        display: flex;
    }

    .compare-head__item {
        padding: 20px 0px 10px;
    }

    .compare__body {
        margin: 0 -15px;
    }

    .compare__section.opened .compare__body {
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: auto !important;
    }

    .compare-head__left,
    .compare-body__left {
        width: 122px;
        padding: 0;
        flex-shrink: 0;
    }

    .compare .compare-arrow {
        display: none !important;
    }

    .compare-head__right,
    .compare-body__right {
        width: auto;
    }

    .compare-body {
        overflow: visible;
        margin: 0;
    }

    .compare-body__slider {
        display: flex;
    }

    .compare-head__slide,
    .compare-body__item {
        width: 250px;
        flex-shrink: 0;
    }

    .compare-body__item {
        padding: 0;
    }

    .compare-body__list-item {
        padding: 3px 15px;
        font-size: 13px;
        line-height: 15px;
    }

    .compare-body__list-item_title {
        font-size: 13px;
        line-height: 20px;
    }

    .compare__section.opened .compare__mobile-reset,
    .compare__mobile-sort {
        display: block;
    }

    .compare__desktop-reset,
    .compare__desktop-sort {
        display: none;
    }

    .product-gallery__item {
        width: 50%;
    }

    .compare-panel__menu {
        height: auto;
        box-sizing: border-box;
        padding: 24px 0;
        justify-content: center;
    }

    .compare-panel__menu li {
        padding: 0 10px;
        width: auto;
        font-size: 0;
    }

    .compare-panel__menu li.active {
        font-size: 13px;
    }

    .compare-panel__menu li a {
        padding-left: 22px;
    }

    .compare-panel__menu li:nth-child(1) a {
        padding-left: 50px;
    }

    .compare-panel__compare-icon {
        font-size: 12px;
    }

    .compare-panel__menu li:nth-child(4) .compare-panel__icon {
        width: 17px;
        height: 17px;
        top: 3px;
        left: 0;
    }

    .compare-panel__container {
        max-height: 60vh;
    }

    .compare-panel__item {
        padding: 0 10px;
    }

    .compare-panel-head {
        padding: 3px 0 23px;
    }

    .compare-panel-head__control {
        margin-bottom: 13px;
    }

    .compare-panel-head__link {
        font-size: 16px;
        line-height: 20px;
    }

    .compare-panel-body {
        margin: -17px 0 0;
    }

    .compare-panel-body__categories {
        padding-right: 5px;
    }

    .compare-panel-body__categories-title {
        margin-bottom: 0;
    }

    .compare-panel-body__categories-list {
        margin: 0 -5px;
    }

    .compare-panel-body__categories-list li {
        width: 50%;
        padding: 20px 5px;
    }

    .compare-panel-product__title {
        margin-bottom: 15px;
    }

    .compare-panel-product__slider {
        opacity: 1;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

    .compare-panel-product__slide {
        width: 50%;
        box-sizing: border-box;
        padding: 0 15px 20px;
    }

    .compare-panel-product__item {
        padding: 0;
    }

    .compare-panel-product__image {
        margin: 0 0 12px;
    }

    .compare-panel-product__name {
        font-size: 13px;
        line-height: 18px;
    }

    .compare-panel-product__navigation {
        display: none !important;
    }

    .shops-1__content {
        padding-top: 0;
    }

    .product-featured__container {
        max-width: 506px;
        margin: 0 auto;
    }

    .product-featured__col {
        width: 50%;
    }

    .mobile-panel__catalog {
        display: inline-block;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .site-wrapper.has-compare-panel-closed .site-footer {
        padding-bottom: 100px;
    }

    .site-wrapper.has-compare-panel-opened {
        padding-bottom: 100px;
    }

    .content-3d {
        height: auto;
    }

    .calc-item__head-container {
        padding: 15px 0;
    }

    .calc-head {
        padding: 10px 0 20px;
    }

    .calc-head__num {
        width: 40px;
        height: 40px;
        font-size: 19px;
        margin: 0 auto 10px;
    }

    .calc-head__text {
        font-size: 12px;
        line-height: 16px;
    }

    .calc-head__arrow {
        display: none;
    }

    /* .calc-block-1__item {
width: 33.33333%;
} */
    .calc-options__col {
        width: 50%;
    }

    .calc-head__item {
        padding: 0 5px;
    }


    .calc-config-list__col {
        width: 100%;
        padding: 15px;
    }

    .catalog__bottom .pagination a,
    .catalog__bottom .pagination span {
        margin: 0 5px;
    }

    .page-vendor__logo {
        width: 25%;
        padding: 0 15px 30px;
    }


    .vendor-posts {
        padding: 15px 0;
    }

    .vendor-posts__head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .vendor-posts__headline {
        margin: 0 0 18px 5px;
    }

    .vendor-posts .wrapper-tab__tab {
        margin: 0 15px 0 0;
    }

    .vendor-posts .wrapper-tab__tab:hover,
    .vendor-posts .wrapper-tab__tab.active {
        transform: translateY(-8px);
    }

    .vendor-posts .wrapper-tab__tab:after {
        bottom: -5px;
    }

    .vendor-posts .wrapper-tab__tab:last-child {
        margin: 0;
    }

    .vendor-posts__col {
        width: 50%;
    }

    .vendor-form__col {
        width: 100%;
    }

    .form-input textarea {
        height: 60px;
    }

    .page-404 {
        padding: 50px 0;
    }

    .page-404__image-desktop {
        display: none;
    }

    .page-404__image-mobile {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .page-404__content {
        position: static;
    }

    .page-404__text-2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .page-404__text-3 {
        min-height: 0px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .magazine-main__container {
        flex-direction: column;
    }

    .magazine-main__image {
        width: auto;
        padding: 0 0 30px;
    }

    .magazine-main__content {
        width: 100%;
        padding: 0;
    }

    .sale-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .sale-head__content {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width: 640px) {
    .site-header__left {
        justify-content: space-between;
    }

    .header-search.header-search_mobile {
        display: flex;
        position: relative;
        z-index: 30;
        margin-bottom: 20px;
    }

    .header-search {
        display: none;
    }

    .cooperation__container {
        flex-direction: column;
        align-items: center;
    }

    .cooperation__left {
        width: auto;
        padding: 0 0 10px;
    }

    .cooperation__right {
        width: auto;
        text-align: center;
    }

    .partner-form {
        margin-bottom: 30px;
    }

    .partner-form__col {
        width: 100%;
    }

    .form-captcha {
        margin: 20px 0;
    }

    .pub-content table {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 25px;
    }

    .pub-content table tr td:first-child,
    .pub-content table tr td:last-child {
        padding: 10px;
    }

    .product-char__title {
        text-decoration: underline;
    }

    .reviews-list__main,
    .reviews-list__adv {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .reviews-list__reply {
        display: none;
    }

    .reviews-list__reply.reviews-list__reply_mobile {
        display: block;
    }

    .reviews-list__top {
        margin: 0 0 20px;
    }

    .reviews-list__info {
        width: 100%;
        padding: 0;
    }

    .reviews-list__adv-text {
        padding-top: 5px;
        text-align: left;
    }

    .reviews-list__text {
        font-size: 13px;
        line-height: 19px;
    }

    .popup-catalog__vendor-col {
        width: 50%;
    }

    .countdown__num {
        font-size: 20px;
    }

    .countdown__text {
        font-size: 11px;
    }


    .calc-item__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .calc-item__head-result {
        margin: 0 0 15px;
    }

    .calc-item__head-result img {
        margin-right: 15px;
    }

    .calc-item__head-result span {
        font-size: 14px;
        line-height: 20px;
    }

    .calc-item__num {
        width: 40px;
        height: 40px;
        font-size: 19px;
        margin: 0 15px 0 0;
    }

    .calc-item__title {
        font-size: 14px;
        line-height: 18px;
    }

    .calc-item__head svg {
        margin-left: 15px;
    }

    .calc-block-1 {
        margin: 0 -5px;
    }

    .calc-block-1__item {
        padding: 0 5px 5px;
    }

    .calc-block-2__item {
        padding: 5px;
    }

    .calc-block-3__col {
        width: 100%;
        padding-bottom: 15px;
    }

    .calc-block-3__col.calc-block-3__col:last-child {
        padding-bottom: 0;
    }

    .calc-block-3__item-inner {
        padding: 10px 5px;
    }

    .calc-info {
        width: auto;
        left: 0;
        right: 0;
    }

    .calc-item__total {
        padding: 0 0 15px;
        margin: 0;
        text-align: left;
    }

    .calc-item__total-btn {
        margin-top: 10px;
    }


    .product-shops__wrapper {
        flex-direction: column;
    }

    .product-shops_medium .product-shops__left {
        width: 100%;
        padding: 0 0 20px;
    }

    .product-shops_medium .product-shops__right {
        width: 100%;
        padding: 0;
    }

    .product-shops_medium .product-shops__right:before {
        display: none;
    }

    .product-shops_medium .shop-item__right {
        padding-right: 0;
    }


    .calc-block-4__title {
        margin-bottom: 20px;
    }

    .calc-block-4__row {
        flex-wrap: wrap;
    }

    .calc-block-4__left {
        width: 100%;
        padding-left: 0;
    }

    .calc-block-4__icon {
        width: 20px;
        height: 20px;
        top: 1px;
    }

    .calc-block-4__right {
        flex-grow: 0;
        width: calc(100% - 137px);
        padding: 0;
    }

    .calc-block-4__name {
        padding: 0;
    }

    .calc-block-4__quantity input {
        margin: 0 3px;
    }

    .calc-block-4__remove {
        margin: 0 2px 0 20px;
    }

    .page-vendor__logo {
        width: 33.333333333%;
    }

}

@media only screen and (max-width: 480px) {
    .site-header__left {
        height: 37px;
    }

    /* 	.header-search {
width: auto;
position: absolute;
top: 1px;
right: 9px;
left: 137px;
background: #fff;
} */
    .header-search__current {
        padding: 0;
        width: 20px;
        height: 30px;
    }

    .header-search__current span {
        display: none;
    }

    .header-search__current svg {
        top: 13px;
    }

    .header-search.active {
        right: 43px;
        left: 5px;
    }

    .header-search__close {
        display: none;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 5px;
        right: -34px;
        background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
        cursor: pointer;
    }

    .header-search.active .header-search__close {
        display: block;
    }

    .header-search__list {
        padding: 15px 15px 0;
    }

    .wrapper-tab__tab {
        padding: 0 5px;
    }

    .home-posts__container {
        max-width: 357px;
        margin: 0 auto;
    }

    .home-posts__col {
        width: 100%;
        padding: 15px 0 20px;
    }

    .pub-item__image {
        margin-bottom: 10px;
    }

    .cooperation {
        padding: 30px 0;
    }

    .cooperation__image {
        width: 90px;
        height: 90px;
        padding: 10px;
    }

    .cooperation__text-1 {
        font-size: 17px;
        line-height: 20px;
    }

    .section-about {
        padding: 30px 0 10px !important;
    }

    .section-about__image {
        width: 90px;
        height: 90px;
        padding: 20px;
        font-size: 15px;
        line-height: 15px;
    }

    .section-about__image span {
        font-size: 35px;
        line-height: 35px;
    }

    .section-about__title {
        min-height: 0;
    }

    .home-content {
        padding: 30px 0;
    }

    .home-content__btn {
        padding-top: 0;
    }

    .home-posts .wrapper-tab__tabs {
        width: 100%;
        justify-content: space-between;
    }

    .home-posts .wrapper-tab__tab {
        margin-right: 5px;
    }

    .about-content {
        padding: 40px 0 20px;
    }

    .vacancy-top__right {
        padding-top: 20px;
    }

    .vacancy-top__select {
        margin: 0;
    }

    .vacancy-top__select-col {
        width: 100%;
        padding: 15px 0;
    }

    .vacancy-top__text {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .vacancy-top__select-title {
        margin-bottom: 10px;
    }

    .vacancy-bottom {
        padding: 30px 0 20px;
    }

    .vacancy-bottom__item {
        margin-bottom: 18px;
    }

    .vacancy-bottom__title {
        font-size: 16px;
        line-height: 25px;
    }

    .vacancy-bottom__info {
        font-size: 15px;
        line-height: 24px;
    }

    .contacts-map {
        height: 400px;
    }

    .partner-top {
        padding: 30px 0 15px;
    }

    .partner-top__tabs {
        flex-direction: column;

    }

    .partner-top__tab {
        display: flex;
        align-items: center;
        padding: 15px;
        transform: none !important;
        position: relative;
        opacity: 0.7;
    }

    .partner-top__tab.active {
        opacity: 1;
        justify-content: center;
    }

    .partner-top__icon {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        margin-right: 20px;
    }

    .partner-top__icon img {
        margin: 0;
    }

    .partner-top__text {
        font-size: 18px;
        line-height: 20px;
        padding: 0;
    }

    .partner-top__tab:before,
    .partner-top__text:after {
        display: none !important;
    }

    .partner-bottom__title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .partner-bottom {
        padding: 23px 0 0;
    }

    .rules__col {
        padding: 0 15px 15px;
    }

    .rules__image {
        width: 90px;
        height: 90px;
        padding: 20px;
    }

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

    .rules__head {
        margin-bottom: 20px;
    }

    .partner-bottom__desc {
        font-size: 15px;
        line-height: 22px;
        margin: 0 0 15px;
    }

    .service-content__body img {
        margin: 10px 0 15px;
    }

    .service-content__body .button {
        margin-bottom: 0;
    }

    .declaration-top {
        padding: 15px 0 10px;
    }

    .declaration-top__right {
        flex-direction: column;
        align-items: center;
    }

    .declaration-top__col {
        width: auto;
        padding: 0 0 20px;
    }

    .declaration-result__title {
        margin-bottom: 15px;
    }

    .declaration-result__name {
        font-size: 16px;
        line-height: 22px;
    }

    .sales__container {
        max-width: 358px;
        margin: 0 auto;
    }

    .sales__col {
        width: 100%;
        padding: 0 0 30px;
    }

    .page-head__links a {
        padding: 0 5px;
    }

    .overview__container {
        max-width: 358px;
        margin: 0 auto;
    }

    .overview__col {
        width: 100%;
        padding: 0px 0px 25px 0px;
    }

    .sale-single-content__container {
        max-width: 350px;
        margin: 0 auto;
    }

    .sale-single-content__col {
        width: 100%;
    }

    .pub-single__main {
        padding-bottom: 5px;
    }

    .pub-head__content {
        padding-top: 15px;
    }

    .pub-single__content {
        padding: 0 0 10px;
    }

    .catalog__container {
        max-width: 350px;
        margin: 0 auto;
    }

    .product-item {
        padding: 20px 6px 6px;
    }

    .product-item__image {
        height: 115px;
        margin-bottom: 10px;
    }

    .product-item__image-hover {
        left: 6px;
        right: 6px;
        height: 115px;
    }

    .product-item__image img {
        max-height: 115px;
    }

    .product-item__energy {
        left: 0;
        top: 110px;
    }

    .product-item__code {
        margin-bottom: 10px;
    }

    .product-item__price-container {
        flex-direction: column-reverse;
    }

    .product-item__price-current {
        margin: 3px 0 -1px;
    }

    .product-item__bottom {
        margin-top: 10px;
    }

    .product-item__left {
        display: none;
    }

    .product-item .badge {
        padding: 5px 9px 6px;
        font-size: 10px;
        line-height: 16px;
        min-width: 0;
    }

    .product-item .badge.badge_orange {
        width: 80px;
        min-width: 0;
    }

    .product-item__present {
        width: 80px;
        height: auto;
        padding: 35px 10px 10px;
    }

    .product-slider__big {
        margin-bottom: 15px;
    }

    .product-slider__big-item > a {
        min-height: 0;
    }

    .product-slider__nav {
        top: calc(50% - 112px);
    }

    .product-gallery {
        padding: 30px 0;
    }

    .product-gallery__title {
        font-size: 17px;
        line-height: 26px;
    }

    .product-gallery__item {
        width: 100%;
    }

    .wrapper-tab.wrapper-tab_single .wrapper-tab__tab {
        font-size: 14px;
        line-height: 17px;
        margin-right: 5px;
    }

    .wrapper-tab.wrapper-tab_single .wrapper-tab__tab:after {
        bottom: -7px;
    }

    .product-tabs {
        margin-bottom: 20px;
    }

    .product-tabs__tab {
        font-size: 14px;
        line-height: 17px;
        padding: 0 5px;
        margin-right: 5px;
    }

    .reviews-form__col-2 {
        width: 100%;
        padding-bottom: 10px;
    }

    .product-char__table {
        font-size: 13px;
        line-height: 20px;
    }

    .reviews-list__comments > li {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .reviews-list__item {
        padding: 15px;
    }

    .reviews-list__comments > li > ul > li .reviews-list__item {
        padding: 15px 15px 10px;
    }

    .reviews-list__comments > li > ul > li > .reviews-list__item {
        margin-left: 42px;
    }

    .reviews-list__comments > li > ul > li > ul > li > .reviews-list__item {
        margin-left: 70px;
    }

    .reviews-list__comments > li > ul > li > ul > li > ul > li .reviews-list__item {
        margin-left: 100px;
    }

    .reviews-popup .reviews-form {
        padding: 30px 15px;
    }

    .category__col {
        width: 50%;
    }

    .compare-panel-head {
        flex-direction: column;
    }

    .compare-panel-body__categories-title {
        margin-bottom: 0;
    }

    .popup-catalog {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .popup-catalog-wrapper {
        overflow-y: visible;
    }

    .popup-catalog__container {
        flex-direction: column;
        top: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
    }

    .popup-catalog__container:before {
        content: '';
        display: block;
        position: absolute;
    }

    .popup-catalog__container::-webkit-scrollbar {
        width: 3px;
        margin-right: 5px;
    }

    .popup-catalog__container::-webkit-scrollbar-track {
        background: #D9D9D9;
    }

    .popup-catalog__container::-webkit-scrollbar-thumb {
        background: #000;
    }

    .popup-catalog__container::after {
        display: none;
    }

    .popup-catalog-wrapper .inner {
        margin-left: 0;
        margin-right: 0;
    }

    .popup-catalog__left {
        width: 100%;
    }

    .popup-catalog__right {
        width: 100%;
        display: none;
    }

    .popup-catalog__vendor-container {
        max-width: 300px;
        max-height: none;
        margin: 0 auto;
    }

    .popup-catalog-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        background: #fff;
        z-index: 1;
        padding: 13px 15px;
    }

    .popup-catalog-head__left {
        display: flex;
    }

    .popup-catalog-head__headline {
        padding: 2px 0 0 58px;
        position: relative;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        white-space: nowrap;
    }

    .popup-catalog-head__headline svg {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/catalog-icon.svg) no-repeat;
        position: absolute;
        top: 1px;
        left: 26px;
    }

    .popup-catalog-head__close {
        width: 19px;
        height: 19px;
        background: url(../images/close.svg) no-repeat 0 0 / 100% auto;
        cursor: pointer;
    }

    .popup-catalog__right-head {
        display: block;
        padding: 13px 24px 12px;
        background: #F4F4F4;
    }

    .popup-catalog__right-head__back {
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
        color: #247CFF;
        margin-bottom: 14px;
    }

    .popup-catalog__right-head__back span {
        text-decoration: underline;
        cursor: pointer;
    }

    .popup-catalog__right-head__title {
        font-size: 15px;
        line-height: 19px;
        font-weight: 500;
        background: #fff;
        margin-left: -24px;
        padding: 11px 3px 14px 27px;
    }

    .popup-catalog__vendor-container > .scroll-element,
    .popup-catalog__vendor-container > .scroll-element div {
        display: none !important;
    }

    .popup-catalog .scroll-wrapper > .scroll-content {
        overflow: visible !important;
        max-height: none !important;
    }

    .shops-1 {
        padding: 21px 23px;
        margin: 0 -23px;
    }

    .shops-1__container {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
        align-items: center;
    }

    .shops-1__item {
        width: 50%;
        box-sizing: border-box;
        padding: 0 15px 13px;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    .shops-1__image {
        width: auto;
        padding: 0;
    }

    .shops-1__image img {
    }

    .shops-1__content {
        display: none;
    }

    .shops-1__all {
        margin: -10px 0 0;
        text-align: center;
    }

    .shops-2__item {
        flex-direction: column;
        align-items: center;
    }

    .shops-2__image {
        width: auto;
        padding: 0 0 20px;
    }

    .shops-2__content {
        width: 100%;
    }

    .product-featured {
        padding-bottom: 0;
    }

    .product-featured__title {
        margin: 0 9px 18px;
        font-size: 17px;
        line-height: 26px;
    }

    .product-featured__more {
        padding-top: 0;
    }

    .product-top__left {
        margin-bottom: -3px;
    }

    .product-bottom__title {
        font-size: 17px;
        line-height: 26px;
    }

    .product-infoblock {
        padding: 23px 20px 11px;
    }

    .product-infoblock__container {
        flex-wrap: wrap;
    }

    .product-infoblock__price {
        width: 50%;
        box-sizing: border-box;
        padding: 0 20px 20px 0;
    }

    .product-infoblock_twobtns .product-infoblock__btns {
        flex-direction: column;
        margin: -10px 0 0;
    }

    .product-infoblock_twobtns .product-infoblock__btn {
        margin: 5px 12px 5px 0;
    }

    .product-infoblock_twobtns .product-infoblock__footer {
        margin-top: 15px;
    }

    .product-infoblock_twobtns .product-infoblock__settings {
        width: 100%;
    }

    /* .product-infoblock__btn {
width: 50%;
box-sizing: border-box;
padding: 0 0 20px 0;
} */
    .product-infoblock__enegry {
        margin: 0 0 10px;
    }

    .product-infoblock__settings {
        width: 100%;
    }

    .product-infoblock__container {
        margin-bottom: 12px;
    }

    .product-infoblock__settings li:last-child {
        margin-right: 0;
    }

    .product-char .wrapper-tab {
        padding-top: 26px;
    }

    .wrapper-tab.wrapper-tab_single .wrapper-tab__tabs:not(.wrapper-tab__tabs_review) {
        justify-content: space-between;
    }

    .wrapper-tab.wrapper-tab_single .wrapper-tab__tab:after {
        bottom: -12px;
    }

    .footer-menu {
        font-size: 13px;
        line-height: 19px;
    }

    .product-download__title {
        font-size: 17px;
        line-height: 26px;
    }

    .product-slider__nav-img,
    .product-slider__nav-img img {
        max-height: 80px;
    }

    .pagination {
        text-align: center;
    }

    .pagination span,
    .pagination a:not(.pagination__prev):not(.pagination__next) {
        display: none;
    }

    .pagination__prev,
    .pagination__next {
        width: 20px;
        height: 20px;
        margin: 0 10px !important;
    }

    .catalog__bottom .pagination {
        margin-right: 15px;
    }

    .contacts-info__title {
        margin-bottom: 15px;
    }

    .calc-options__col {
        width: 50%;
    }

    .contacts-info__col li strong {
        display: block;
    }

    .calc-info__inner {
        flex-direction: column;
    }

    .calc-info__left {
        width: 60px;
    }

    .calc-info__right {
        width: 100%;
        padding: 10px 0 0;
    }

    .calc-popup {
        left: 0;
        padding: 15px;
    }

    .calc-options__col {
        width: 100%;
        padding: 0;
    }

    .calc-config-list__image {
        width: 100px;
        height: 100px;
    }

    .calc-config-list__image img {
        max-height: 100px;
    }

    .calc-config__col {
        margin-bottom: 30px;
    }

    .calc-config__title {
        margin-bottom: 10px;
    }

    .calc-config__params {
        padding: 0;
    }

    .page-vendor__logo {
        width: 50%;
    }

    .vendor-welcome__logo {
        margin-bottom: 10px;
    }

    .vendor-welcome__site {
        margin-bottom: 20px;
    }

    .vendor-welcome__text {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }

    .vendor-welcome__detail {
        display: block;
        margin: 5px 0 0;
    }

    .vendor-about {
        padding: 25px 0;
    }

    .vendor-about__container {
        font-size: 14px;
        line-height: 26px;
    }


    .vendor-posts__container {
        max-width: 357px;
        margin: 0 auto;
    }

    .vendor-posts__col {
        width: 100%;
        padding: 15px 0 20px;
    }

    .vendor-posts .wrapper-tab__tabs {
        width: 100%;
        justify-content: space-between;
    }

    .vendor-posts .wrapper-tab__tab {
        margin-right: 5px;
    }

    .magazine-catalog__col {
        width: 50%;
    }

    .magazine-item__title {
        font-size: 15px;
        line-height: 19px;
    }

    .magazine-item__btn .button {
        padding: 9px 10px;
    }

    .magazine-main__image {
        padding: 0 0 20px;
    }

    .magazine-main__title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .magazine-main__category {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .magazine-main__date {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 18px;
    }

    .magazine-main__btns {
        flex-direction: column;
        align-items: center;
    }

    .magazine-main__pdf {
        margin: 0 0 10px;
    }

    .magazine-share {
        width: 100%;
        text-align: center;
    }

    .magazine-share__social {
        top: calc(100% + 5px);
        left: calc(50% - 128px);
        transform: translateY(-10px);
    }

    .magazine-contents__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .magazine-contents__number {
        width: auto;
        margin-bottom: 10px;
    }

    .magazine-another__col {
        width: 50%;
    }

    .popup-availability {
        align-items: flex-start;
        padding-top: 50px;
    }

    .popup-availability__window {
        padding: 35px 15px 15px 15px;
    }


}

@media only screen and (max-width: 360px) {
    .page-head__links a {
        margin-right: 9px;
    }

    .countdown__block {
        margin: -4px -5px 10px;
    }

    .countdown__item:after {
        font-size: 18px;
        top: 3px;
    }

    .countdown__num {
        font-size: 15px;
        margin-bottom: 1px;
    }

    .countdown__text {
        font-size: 9px;
    }

    .calc-head__text {
        font-size: 10px;
        line-height: 14px;
    }

    .calc-block-2__name {
        font-size: 12px;
        line-height: 16px;
    }
}

.product-item__compare > div {
    position: relative;
}

.product-item__compare > div:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item__favorite > a {
    display: block;
    position: relative;
}

.product-item__favorite > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* .header-search {
width: 300px;
} */
.header-nav > ul > li {
    margin-right: 20px;
}

.compare-head__price_price {
    padding: 5px 23px 0 0;
}

.compare-head__price_price-val {
    font-size: 16px;
    line-height: 20px;
    color: #247CFF;
    white-space: nowrap;
}

.compare-head__price-old {
    font-size: 14px;
    line-height: 18px;
    text-decoration: line-through;
    color: #8A8A8A;
}

.compare-head__price-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #247CFF;
}

.compare-head__price-text.color-grey {
    color: #747474 !important;
}

.compare-head__price-text.color-blue {
    color: #247CFF !important;;
}

.compare-head__price-text.color-orange {
    color: #FF7A00;
}

.compare-head__price-text.color-red {
    color: #CB2027;
}

.compare-head__price_price.color-blue .compare-head__price_price-val,
.compare-head__price_price.color-blue .compare-head__price-text,
.compare-head__price_price.color-blue .compare-head__price_price-val span {
    color: #247CFF;
}

.compare-head__price_price.color-orange .compare-head__price_price-val,
.compare-head__price_price.color-orange .compare-head__price-text,
.compare-head__price_price.color-orange .compare-head__price_price-val span {
    color: #FF7A00;
}

.product-infoblock__price.color-red .compare-head__price_price-val,
.product-infoblock__price.color-red .product-infoblock__price-text,
.product-infoblock__price.color-red .compare-head__price-text span {
    color: #CB2027;
}

.compare-head__price {
    margin-top: 5px;
}

.fancybox-navigation .fancybox-button[disabled] {
    display: none;
}

/*18:56*/


.win11-welcome {
    position: relative;
    /* z-index: 10; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.win11-welcome__container {
    height: 100vh;
    box-sizing: border-box;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.win11-catalog {
    padding: 40px 0;
}

.win11-catalog__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.win11-catalog__col {
    width: 16.6666666666666%;
    box-sizing: border-box;
    padding: 0 15px 30px;
}

.product-item__price-current_nowrap {
    white-space: nowrap;
}

.win11-catalog__btn {
    text-align: center;
}

.win11-advant {
    padding: 58px 0;
}

.win11-advant__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.win11-advant__col {
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0 15px 30px;
}

.win11-advant__image {
    margin-bottom: 31px;
}

.win11-advant__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 33px;
}

.win11-advant__text {
    font-size: 18px;
    line-height: 30px;
}


.win11-browser {
    background: #0078D4;
    color: #fff;
}

.win11-browser__container {
    display: flex;
}

.win11-browser__image {
    width: 50%;
}

.win11-browser__image span {
    display: block;
    margin-left: calc((100vw - 1522px) / -2);
}

.win11-browser__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.win11-browser__content {
    width: 50%;
    box-sizing: border-box;
    padding: 30px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.win11-browser__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 36px;
}

.win11-browser__text {
    font-size: 22px;
    line-height: 34px;
}

.win11-faq {
    padding: 58px 0;
}

.win11-faq__title {
    font-weight: 500;
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 58px;
}

.win11-faq__container {
    background: #F6F6F6;
}

.win11-faq__question {
    padding: 20px 27px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.win11-faq__item.opened .win11-faq__question {
    background: #ECF4FF;
}

.win11-faq__answer {
    display: none;
    padding: 20px 27px;
    background: #FFFFFF;
    font-size: 20px;
    line-height: 32px;
}

@media only screen and (max-width: 1552px) {
    .win11-catalog__col {
        width: 25%;
    }

    .win11-advant__image {
        margin-bottom: 20px;
    }

    .win11-advant__title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .win11-advant__text {
        font-size: 16px;
        line-height: 22px;
    }

    .win11-browser__image span {
        margin: 0 0 0 -15px;
    }

    .win11-browser__content {
        padding: 50px;
    }

    .win11-browser__title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .win11-browser__text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 992px) {
    .win11-catalog__col {
        width: 33.3333333333%;
    }

    .win11-advant {
        padding: 30px 0;
    }

    .win11-browser__container {
        flex-direction: column;
    }

    .win11-browser__image {
        width: 100%;
    }

    .win11-browser__image span {
        margin: 0 -15px;
    }

    .win11-browser__content {
        width: 100%;
        padding: 30px;
    }

    .win11-faq {
        padding: 30px 0;
    }

    .win11-faq__title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .win11-faq__question {
        padding: 15px 18px;
        font-size: 16px;
        line-height: 26px;
    }

    .win11-faq__answer {
        padding: 15px 18px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .win11-catalog__col {
        width: 50%;
    }

    .win11-advant__col {
        width: 100%;
    }

    .win11-advant__title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .win11-advant__text {
        font-size: 14px;
        line-height: 18px;
    }
}

.slider-new {
    margin: 0 -24px;
    position: relative;
    z-index: 1;
}

.slider-new__container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.slider-new__col {
    width: 50%;
    box-sizing: border-box;
    padding: 13px 20px;
}

.slider-new__slide-container {
    display: flex;
    margin: 0 -7px;
}

.slider-new__slide-big {
    width: 100%;
    padding: 0 7px;
}

.slider-new__slide-small {
    width: 50%;
    padding: 0 7px;
}

.section-slider-new .slick-dots {
    display: flex;
    width: 100%;
    height: 3px;
    display: flex;
    background: #D9D9D9;
    border-radius: 2px;
    overflow: hidden;
    margin-top: 16px;
}

.section-slider-new .slick-dots li {
    flex-grow: 1;
    overflow: hidden;
    border-radius: 2px;
}

.section-slider-new .slick-dots li button {
    display: block;
    width: 100%;
    height: 3px;
    box-sizing: border-box;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 2px;
    font-size: 0;
}

.section-slider-new .slick-dots li.slick-active,
.section-slider-new .slick-dots li.slick-active button {
    background: #000;
    cursor: default;
}

.slider-mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .section-about__item.active:before {
        left: -15px;
        right: -15px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-new {
        display: none;
    }

    .slider-mobile {
        display: block;
        margin-bottom: 15px;
    }

    .slider-mobile__slide-container {
        display: flex;
        margin: 0 -7px;
    }

    .slider-mobile__slide-big {
        width: 100%;
        padding: 0 7px;
    }

    .slider-mobile__slide-small {
        width: 50%;
        padding: 0 7px;
    }

    .home-content {
        padding: 40px 0 35px;
    }

    .home-content__logos {
        padding: 30px 0 10px;
    }

    .home-content__logo {
        margin: 0 30px 20px 0;
    }
}

.karcher td {
    border: 1px solid black;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}


.contacts-top p {
    margin-bottom: 10px;
}

.contacts-top h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contacts-top ol {
    list-style: decimal inside;
    padding-left: 20px;
    margin-bottom: 10px;
}

.contacts-top ul {
    list-style: disc inside;
    padding-left: 20px;
    margin-bottom: 10px;
}

.hello {
}

.product-slider_dl .product-slider__nav {
    top: 15px;
}

.product-slider__nav-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.product-slider__nav-img img {
    width: auto;
    max-height: 75px;
}

.slider-dl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 62px;
    background: #E9E9E9;
    border-radius: 8px;
}

.slider-dl__link {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #4F4F4F;
    text-decoration: none;
}

.slider-dl__link svg {
    margin-bottom: 10px;
}

.slider-dl__loader {
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.slider-dl.loading .slider-dl__link {
    visibility: hidden;
}

.slider-dl.loading .slider-dl__loader {
    visibility: visible;
}

@media only screen and (max-width: 1024px) {
    .slider-dl {
        bottom: 130px;
    }

    .magazine-item {
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    .magazine-item__btn {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }
}


.product-item__madein {
    min-width: 97px;
    height: 36px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: absolute;
    top: 6px;
    right: 0;
    border-radius: 20px 0 0 20px;
    overflow: hidden;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.product-item__madein span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50%;
}

.product-item__madein span:first-child {
    background: rgba(0, 87, 183, 0.90);
}

.product-item__madein span:last-child {
    background: rgba(255, 215, 0, 0.90);
}

@media only screen and (max-width: 480px) {
    .catalog__container .product-item__madein {
        height: 27px;
        font-size: 10px;
        line-height: 16px;
        min-width: 0;
    }

    .product-item__madein span {
        padding: 0 5px 0 10px;
    }
}


/* Rich
-----------------------------------------------------------------------------*/
.product-rich {
    margin-bottom: 20px;
}

.product-section {
    position: relative;
    overflow: hidden;
}

.product-section_black {
    background-color: #000;
    color: #fff;
}

.product-section_white {
    background-color: #fff;
    color: #000;
}

.product-section__bg {
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: 0;
    transition: transform 0.1s ease-out 0s;
}

.product-section__bg span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 887px;*/
    height: 90vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0;
    position: relative;
}

.product-section_noparallax .product-section__container {
    height: 100vh;
}

.product-section_noparallax .product-section__bg {
    top: 0;
}

.product-section_left .product-section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.product-section__offset {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-section__content {
    width: 528px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product-section__num {
    display: block;
    font-family: Russo One;
    font-size: 200px;
    line-height: 160px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #fff;
    position: relative;
    margin: 0 0 -39px -10px;
}

.product-section_white .product-section__num {
    -webkit-text-stroke: 2px #000;
}

.product-section__num span {
    opacity: 0.4;
    display: block;
    position: relative;
}

.product-section__num span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-section_black .product-section__num span:before {
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.product-section_white .product-section__num span:before {
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.product-section__title {
    font-family: 'Russo One';
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 21px;
}

.product-section__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    color: #C8C8C8;
}

.product-section__text ul {
    font-size: 14px;
}

.product-section__text ul li {
    position: relative;
}

.product-section__text ul li:before {
    content: '\25CF';
    margin-right: 4px;
}

.product-section_white .product-section__text {
    color: #696969;
}

.product-section_num-no-effect .product-section__num span:before {
    display: none;
}

/*.product-section__bg-slider{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}*/
.product-section__slider,
.product-section__slider .slick-list,
.product-section__slider .slick-track {
    height: 100%;
}

.product-section__slide {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product-section__dots ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
}

.product-section__dots button {
    width: 8px;
    height: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 4px;
    background: #7D7D7D;
    font-size: 0;
    cursor: pointer;
    margin-right: 19px;
}

.product-section__dots .slick-active button {
    width: 26px;
    background: #fff;
    margin-right: 17px;
}

.product-section-video video {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.product-section-image img {
    display: block;
    margin: 0 auto;
}

.product-section-image_24,
.product-section-image_26 {
    padding: 70px 15px;
}

.case-section {
    position: relative;
    overflow: hidden;
}

.case-section_black {
    background-color: #000;
    color: #fff;
}

.case-section_white {
    background-color: #fff;
    color: #000;
}

.case-section__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height: 887px;*/
    /* height: 90vh; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0;
    position: relative;
}

.case-section_noparallax .case-section__container {
    height: 100vh;
}

.case-section_noparallax .case-section__bg {
    top: 0;
}

.case-section_left .case-section__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.case-section__image {
    width: 50%;
    box-sizing: border-box;
}

.case-section_left .case-section__image {
}

.case-section__image img {
    margin: 0 auto;
}

.case-section__content {
    width: 50%;
    box-sizing: border-box;
    padding: 0 0 90px 114px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.case-section_left .case-section__content {
    padding: 0 114px 120px 0;
}

.case-section__num {
    display: block;
    font-family: Russo One;
    font-size: 200px;
    line-height: 160px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 2px #fff;
    position: relative;
    margin: 0 0 -39px -10px;
}

.case-section_white .case-section__num {
    -webkit-text-stroke: 2px #000;
}

.case-section__num span {
    opacity: 0.4;
    display: block;
    position: relative;
}

.case-section__num span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.case-section_black .case-section__num span:before {
    background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.case-section_white .case-section__num span:before {
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}

.case-section__title {
    font-family: Russo One;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 21px;
}

.case-section__text {
    max-width: 450px;
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
    color: #C8C8C8;
}

.case-section__text ul {
    font-size: 14px;
}

.case-section__text ul li {
    position: relative;
}

.case-section__text ul li:before {
    content: 'Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’РЋР“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“СћРІвЂљВ¬Р•вЂњР“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“СћРІвЂљВ¬Р•РЋР“С“Р’СћР“СћРІвЂљВ¬Р•С•Р“вЂљР’СћР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІР‚С›Р’СћР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“СћРІР‚С›Р’СћР“С“Р’С’Р“вЂљР’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’С”Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’РЋР“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“СћРІР‚С›Р’СћР“С“Р’С’Р“вЂљР’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’С”Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’С”Р“С“Р’С’ Р“С“Р’С’Р“СћРІвЂљВ¬ Р“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІР‚С›Р’СћР“С“Р’С’Р“СћРІвЂљВ¬РІвЂћСћР“С“РІР‚С™Р“вЂљР’В¬Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂљР’СћР“С“Р’С’ Р“С“Р’С’Р“СћРІвЂљВ¬Р’в„–Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІР‚С›Р’СћР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“СћРІР‚С›Р’СћР“С“Р’С’Р“СћРІвЂљВ¬РІвЂћСћР“С“РІР‚С™Р“вЂљР’В¬Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’РЋР“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’ Р“С“Р’С’Р“СћРІвЂљВ¬ Р“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦Р’РЋР“С“Р’С’Р“вЂљР’РЋР“С“Р’СћР“СћРІвЂљВ¬Р•С•Р“вЂљР’СћР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“вЂ¦РІР‚СљР“С“Р’С’Р“вЂљР’Р†Р“С“Р’С’Р“СћРІвЂљВ¬Р•РЋР“С“РІР‚ВР“СћРІР‚С›Р’СћР“С“Р’С’ Р“С“Р’СћР“СћРІР‚С™Р’В¬Р“СћРІР‚С›Р’СћР“С“Р’С’Р“вЂљР’РЋР“С“РІР‚ВР“СћРІвЂљВ¬Р’С”';
    margin-right: 4px;
}

.case-section_white .case-section__text {
    color: #696969;
}

.case-section_num-no-effect .case-section__num span:before {
    display: none;
}

.product-props {
    padding-bottom: 40px;
    background: #000 url(../images/product-props-bg-1.jpg) no-repeat center;
    color: #fff;
}

.product-props__container {
    width: 1260px;
    height: 845px;
    margin: 0 auto;
    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;
    position: relative;
}

.product-props__list li {
    position: absolute;
    font-size: 15px;
    line-height: 25px;
}

.product-props__list li span {
    display: inline-block;
    position: relative;
}

.product-props__list li > div {
    height: 1px;
    position: absolute;
    top: 50%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, #fff 75%, rgba(255, 255, 255, 0) 0%);
    background-image: linear-gradient(to right, #fff 75%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    /*border-bottom: 1px dashed #fff;*/
}

.product-props__list li > div:before,
.product-props__list li > div:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
}

.product-props__list li > div:before {
    top: -2px;
    left: -1px;
}

.product-props__list li > div:after {
    top: -2px;
    right: -1px;
}


@media only screen and (min-width: 2000px) {
    .product-section__container {
        height: 70vh;
    }

    .product-section__bg {
        top: -300px;
    }
}

@media only screen and (max-width: 1170px) {
    .product-section__num {
        font-size: 150px;
        line-height: 140px;
    }

    .product-section__num span:before {
        display: none;
    }

    .product-section__title {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .product-section__text {
        font-size: 14px;
        line-height: 32px;
    }

    .case-section__content {
        padding: 0 0 0 50px;
    }

    .case-section_left .case-section__content {
        padding: 0 50px 0 0;
    }

    .case-section__num {
        font-size: 150px;
        line-height: 140px;
    }

    .case-section__num span:before {
        display: none;
    }

    .case-section__title {
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .case-section__text {
        font-size: 14px;
        line-height: 32px;
    }

    .product-props__container {
        transform: scale(0.6);
        margin: -140px 0;
    }
}

@media only screen and (max-width: 1024px) {
    .product-section__content {
        width: 420px;
    }

    .case-section__container {
        padding: 50px 0;
        flex-direction: column !important;
        align-items: center;
    }

    .case-section__image {
        width: auto;
    }

    .case-section__image img {
        width: auto;
        max-height: 300px;
    }

    .case-section__content {
        width: 500px;
        max-width: 100%;
        padding: 30px 0 0;
    }

    .case-section__content br {
        display: none;
    }

    .case-section__text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .product-section__bg {
        top: 0;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        height: 300px;
        bottom: auto;
    }

    .product-section__bg span {
        top: -50px;
    }

    .product-section_noparallax .product-section__bg span {
        top: 0;
    }

    .product-section_right .product-section__bg {
        background-position: left center;
    }

    .product-section_left .product-section__bg {
        background-position: right center;
    }

    .product-section__container,
    .product-section_noparallax .product-section__container {
        width: calc(100% + 30px);
        height: auto;
        margin-left: -15px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        padding: 0;
    }

    .product-section__offset {
        height: 300px;
        flex-grow: 1;
    }

    .product-section__content {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 15px 30px;
        position: relative;
    }

    .product-section_black .product-section__content {
        background: #000;
        color: #fff;
    }

    .product-section_white .product-section__content {
        background: #fff;
        color: #000;
    }

    .product-section__dots {
        position: absolute;
        top: -60px;
        left: 15px;
        right: 15px;
    }

    .product-section__dots ul {
        padding: 0;
    }

    .product-section__bg-slider {
        height: 300px;
        bottom: auto;
    }

    .product-section_right .product-section__slide {
        background-position: left center;
    }

    .product-section_left .product-section__slide {
        background-position: right center;
    }

    .product-section__num {
        font-size: 100px;
        line-height: 105px;
    }

    .product-section__num span:before {
        display: block;
    }

    .product-buy__item {
        width: 33.3333333%;
        padding-bottom: 30px;
    }

    .product-section__text {
        font-size: 14px;
        line-height: 28px;
    }

    .product-section .product-section-arrow {
        margin-bottom: 20px;
    }

    .case-section__container {
        padding: 30px 0;
    }

    .case-section__num {
        font-size: 100px;
        line-height: 105px;
    }

    .case-section__num span:before {
        display: block;
    }

    .product-props {
        padding-bottom: 0;
        background-size: 200% auto;
        background-position: 46% 50%;
        overflow: hidden;
    }

    .product-props__container {
        width: 100%;
        height: auto;
        transform: none;
        margin: 0;
        padding: 30px 0 20px;
    }

    .product-props__list {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 31px;
        z-index: 1;
        position: relative;
    }

    .product-props__line {
        display: block;
        width: 1px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(75%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(bottom, #fff 75%, rgba(255, 255, 255, 0) 0%);
        background-image: linear-gradient(to bottom, #fff 75%, rgba(255, 255, 255, 0) 0%);
        background-position: left;
        background-size: 1px 4px;
        background-repeat: repeat-y;
        position: absolute;
        top: 50px;
        left: 16px;
        bottom: 65px;
    }

    .product-props__list li {
        height: 36px;
        display: flex;
        align-items: center;
        width: auto !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        position: relative !important;
        text-align: left !important;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 18px;
    }

    .product-props__list li:before {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        top: 15px;
        left: -17px;
    }

    .product-props__list li > div {
        display: none;
    }

    .product-props__list li br {
        display: none;
    }

    .product-props__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product-props__image:before {
        content: '';
        display: block;
        position: absolute;
        top: -15px;
        right: -15px;
        bottom: -15px;
        left: -15px;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }

    .product-props__darker {
        display: block;
        position: absolute;
        top: 0;
        right: -15px;
        bottom: 0;
        left: -15px;
        background: rgba(0, 0, 0, 0.5);
        opacity: 1;
    }

    .product-props__image img {
        width: auto;
        max-height: 90%;
    }

    .prodtext__image {
        width: 70px;
        margin-right: 10px;
    }

    .prodtext__text {
        width: calc(100% - 80px);
    }
}

.popup-discount {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    transition: all 0.2s;
}

.popup-discount.show {
    visibility: visible;
    opacity: 1;
}

.popup-discount__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.popup-discount__window {
    width: 600px;
    max-width: calc(100vw - 20px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.popup-discount__close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.maintenance {
    padding: 49px 0;
    text-align: center;
}

.maintenance__image {
    margin-bottom: 39px;
}

.maintenance__image svg {
    max-width: 100%;
    height: auto;
}

.maintenance__title {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 29px;
}

.maintenance__text {
    font-size: 16px;
    line-height: 26px;
    color: #8A8A8A;
}

@media only screen and (max-width: 767px) {
    .maintenance__image {
        margin-bottom: 20px;
    }
}


.land {
    padding: 42px 0;
}

.land-content {
    display: flex;
    margin-bottom: 80px;
}

.land-content__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
    padding: 60px 160px 63px 60px;
    background: #D92231;
    color: #fff;
}

.land-content__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 70px;
    margin: 50px 0 67px;
}

.land-content__text {
    font-size: 21px;
    line-height: 25px;
}

.land-content__image {
    width: 50%;
    box-sizing: border-box;
}

.land-content__image span {
    display: block;
    line-height: 0;
    margin: 7px 0 4px -44%;
    pointer-events: none;
}

.land-items {
    margin-bottom: 80px;
}

.land-items__container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.land-items__col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px 20px;
}

.land-items__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    overflow: hidden;
}

.land-items__image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background: #D6D6D6;
    line-height: 0;
}

.land-items__image img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.land-items__content {
    flex-grow: 1;
    padding: 20px 22px 30px;
}

.land-items__title {
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 20px;
}

.land-items__text {
    font-size: 18px;
    line-height: 30px;
    color: #8A8A8A;
}

.land-content__text_mobile {
    display: none;
}

.land-items__btn {
    margin-top: 80px;
    text-align: center;
}

.land-items__btn .button {
    min-width: 200px;
}


.popup-form {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    transition: all 0.2s;
}

.popup-form.show {
    visibility: visible;
    opacity: 1;
}

.popup-form__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(159, 159, 159, 0.4);
}

.popup-form__container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.2s 0.2s;
    pointer-events: none;
}

.popup-form__container_thankyou {
    visibility: hidden;
    opacity: 0;
}

.popup-form.sent .popup-form__container_form {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.popup-form.sent .popup-form__container_thankyou {
    visibility: visible;
    opacity: 1;
    transition: all 0.2s;
}

.popup-form__window {
    width: 600px;
    max-width: calc(100vw - 30px);
    box-sizing: border-box;
    padding: 84px 54px;
    background: #FFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    position: relative;
    pointer-events: auto;
}

.popup-form__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.popup-form__close svg {
    fill: #101828;
}

.popup-form__title {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 39px;
}

.popup-form .form-input {
    margin-bottom: 28px;
}

.popup-form__tip {
    font-family: 'Roboto';
    font-size: 11px;
    line-height: 13px;
    color: #BFBFBF;
    margin: -14px 0 29px;
}

.popup-form__btn .button {
    min-width: 200px;
    padding: 9px 24px 9px;
}

.popup-form__text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #8A8A8A;
    margin: -7px 0 38px;
}

@media only screen and (max-width: 1170px) {
    .land {
        padding: 0;
    }

    .land-content {
        flex-direction: column;
        margin: 0 -15px 50px;
    }

    .land-content__content {
        width: 100%;
        padding: 40px 40px 100px;
    }

    .land-content__title {
        width: 100%;
        text-align: center;
        margin: 58px 0 0;
    }

    .land-content__text {
        display: none;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #8A8A8A;
        margin-top: 30px;
    }

    .land-content__text_mobile {
        display: block;
    }

    .land-content__image {
        width: 100%;
    }

    .land-content__image span {
        margin: -100px 0 0;
    }

    .land-items {
        margin-bottom: 50px;
    }

    .land-items__btn {
        margin-top: 50px;
    }

    .popup-form__container {
        overflow-y: auto;
        align-items: flex-start;
        padding-top: 50px;
    }

    .popup-form__window::after {
        content: '';
        display: block;
        height: 50px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
    }
}

@media only screen and (max-width: 768px) {
    .land-content__title {
        font-size: 32px;
        line-height: 48px;
    }

    .land-items__col {
        width: 50%;
    }

    .land-items__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .land-items__text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .land-content__content {
        width: 100%;
        padding: 20px 15px 120px;
    }

    .land-content__title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 30px;
    }

    .land-items__col {
        width: 100%;
    }

    .land-items__image {
        height: 100px;
    }

    .land-items__image img {
        max-width: 50px;
        max-height: 50px;
    }

    .popup-form__container {
        padding-top: 30px;
    }

    .popup-form__window {
        padding: 30px 20px;
    }

    .popup-form__window::after {
        height: 30px;
        bottom: -30px;
    }

    .popup-form__title {
        font-size: 18px;
        line-height: 24px;
        margin: 0 50px 20px 0;
    }

    .popup-form__text {
        font-size: 14px;
        line-height: 24px;
        margin: -7px 0 25px;
    }
}

#top-up__handler {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    color: white;
    background-color: transparent;
    cursor: pointer;
}

#top-up__handler span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding-left: 2px;
    background: #181818;
    border-radius: 50%;
    transform: rotate(-90deg);
    position: relative;
    z-index: 12;
    cursor: pointer;
}

#top-up__handler svg {
    fill: white;
    width: 14px;
    height: 14px;
}

.product-block {
    padding: 70px 0 55px;
    position: relative;
    overflow: hidden;
}

.product-block * {
    box-sizing: border-box;
}

.product-block__decor {
    position: absolute;
    pointer-events: none;
}

.product-block__container {
    min-height: 726px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.product-block__image {
    width: 50%;
}

.product-block__content {
    width: 50%;
    max-width: 100%;
}

.product-block__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 30px;
}

.product-block__text {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #646D7E;
}

.product-block__text ol {
    list-style: decimal;
}

.product-block__text ul {
    list-style: disc;
    margin: 0;
}

.product-block__text ul.list-2cols {
    display: flex !important;
    flex-wrap: wrap;
    column-gap: 50px;
    padding-left: 20px;
}

.product-block__text ul.list-2cols li {
    width: calc(50% - 25px);
}

.product-block__content p:not(:last-child) {
    margin-bottom: 20px;
}

.product-block_right .product-block__content {
    padding-left: 70px;
}

.product-block_left .product-block__container {
    flex-direction: row-reverse;
}

.product-block_left .product-block__content {
    padding-right: 70px;
}

.product-block_top .product-block__container {
    flex-direction: column-reverse;
}

.product-block_top .product-block__content {
    width: 900px;
    text-align: center;
    padding: 0 0 50px;
}

.product-block_bottom .product-block__container {
    flex-direction: column;
}

.product-block_bottom .product-block__content {
    width: 900px;
    text-align: center;
    padding: 50px 0 0;
}

.product-block_top .product-block__text ul,
.product-block_bottom .product-block__text ul {
    display: inline-block;
    text-align: left;
}

.product-block_top .product-block__image {
    width: auto;
}

.product-block_bg-2 .product-block__decor {
    top: calc(50% - 163px);
    right: 0;
}

.product-block_bg-2 .product-block__decor_2 {
    right: 163px;
}

.product-block_bg-3 .product-block__decor {
    top: calc(50% - 65px);
    right: 20px;
}

.product-block_bg-4 .product-block__decor_1 {
    top: 30px;
    right: 30px;
}

.product-block_bg-4 .product-block__decor_2 {
    bottom: 30px;
    left: 30px;
    transform: rotate(180deg);
}

.product-block_bg-6 .product-block__decor {
    top: calc(50% - 65px);
    left: 0;
}

.product-block_bg-7 .product-block__decor {
    top: 40px;
    left: 0;
}

.product-block_bg-8 .product-block__decor_1 {
    top: 60px;
    left: -103px;
}

.product-block_bg-8 .product-block__decor_2 {
    bottom: 60px;
    right: -103px;
}

.product-block_bg-10 .product-block__decor {
    top: 0;
    left: 50px;
}

.product-block_bg-10 .product-block__decor_2 {
    top: 164px;
}

.product-block_bg-11 .product-block__decor_1 {
    top: 50px;
    left: -86px;
}

.product-block_bg-11 .product-block__decor_2 {
    bottom: 204px;
    right: -106px;
}

.product-block_bg-12 .product-block__decor {
    top: 0;
    left: 50px;
}

.product-block_bg-1,
.product-block_bg-2,
.product-block_bg-3,
.product-block_bg-4 {
    background: #F2E70C;
    color: #000;
}

.product-block_bg-5,
.product-block_bg-6,
.product-block_bg-7,
.product-block_bg-8 {
    background: #FFF;
    color: #000;
}

.product-block_bg-9,
.product-block_bg-10,
.product-block_bg-11,
.product-block_bg-12 {
    background: #000;
    color: #fff;
}

.product-block_bg-12 {
    background: #F8F8F8;
    color: #000;
}

.product-block_bg-9 .product-block__text,
.product-block_bg-10 .product-block__text,
.product-block_bg-11 .product-block__text,
.product-block_bg-12 .product-block__text {
    color: #A5A8AD
}

.product-block_bg-13 .product-block__text {
    color: #646D7E;
}

@media only screen and (max-width: 1464px) {
    .product-block_bg-2 .product-block__decor {
        top: calc(50% - 100px);
        right: 0;
        width: 100px;
    }

    .product-block_bg-2 .product-block__decor_2 {
        right: 96px;
    }

    .product-block_bg-3 .product-block__decor {
        width: 160px;
        top: calc(50% - 65px);
        right: 10px;
    }

    .product-block_bg-4 .product-block__decor {
        width: 80px;
    }

    .product-block_bg-6 .product-block__decor {
        width: 120px;
    }

    .product-block_bg-7 .product-block__decor {
        width: 120px;
    }

    .product-block_bg-8 .product-block__decor_1 {
        width: 120px;
        left: -72px;
    }

    .product-block_bg-8 .product-block__decor_2 {
        width: 120px;
        right: -72px;
    }

    .product-block_bg-10 .product-block__decor {
        width: 160px;
    }

    .product-block_bg-10 .product-block__decor_2 {
        top: 82px;
    }

    .product-block_bg-11 .product-block__decor {
        width: 150px;
    }

    .product-block_bg-12 .product-block__decor {
        width: 150px;
        left: 20px;
    }
}

@media only screen and (max-width: 1190px) {
    .product-block__container {
        min-height: 0;
    }
}

@media only screen and (max-width: 992px) {
    .product-block {
        padding: 50px 0;
    }

    .product-block__container {
        flex-direction: column-reverse !important;
        min-height: 0;
        text-align: center;
    }

    .product-block_bottom .product-block__container {
        flex-direction: column !important;
    }

    .product-block__image {
        width: 100% !important;
        padding: 0 !important;
    }

    .product-block__content {
        width: 100% !important;
        padding: 0 0 30px !important;
    }

    .product-block_bg-2 .product-block__decor {
        top: auto;
        bottom: 20px;
        right: 0;
        width: 70px;
    }

    .product-block_bg-2 .product-block__decor_2 {
        right: 70px;
    }

    .product-block_bg-3 .product-block__decor {
        top: auto;
        bottom: 70px;
    }

    .product-block_bg-4 .product-block__decor_1 {
        display: none;
    }

    .product-block_bg-4 .product-block__decor_2 {
        bottom: 15px;
        left: 15px;
    }

    .product-block_bg-6 .product-block__decor {
        top: auto;
        bottom: 100px;
    }

    .product-block_bg-7 .product-block__decor {
        top: auto;
        bottom: 50px;
    }

    .product-block_bg-8 .product-block__decor_1 {
        display: none;
    }

    .product-block_bg-10 .product-block__decor {
        top: auto;
        bottom: 0;
        transform: rotate(180deg);
    }

    .product-block_bg-10 .product-block__decor_2 {
        bottom: 80px;
    }

    .product-block_bg-11 .product-block__decor_1 {
        display: none;
    }

    .product-block_bg-12 .product-block__decor {
        top: auto;
        bottom: -4px;
        transform: rotate(180deg);
    }
}

@media only screen and (max-width: 767px) {
    .product-block__title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .product-block__text {
        font-size: 14px;
    }

    .product-block__text ul.list-2cols {
        display: block !important;
    }

    .product-block__text ul.list-2cols li {
        width: 100%;
        padding-left: 0;
    }
}

.filter__list:not(.expanded) li.item-collapse {
    display: none;
}

.filter__expand {
    margin-bottom: 15px;
}

.filter__expand a {
    font-size: 14px;
    line-height: 19px;
    color: #247CFF;
    text-decoration: none;
}

.filter__expand a:hover {
    color: #000;
}