/*
  good time! 03.03.24
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'), url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraPro-Regular.woff') format('woff'), url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background: #ffffff;
}

html {
    color: #21272a;
    line-height: 1.5;
    font-family: 'Cera Pro', sans-serif;
}

.all {
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 100%;
}

.centering-content {
    padding: 0 2.5rem;
    /* 40/16 */
    max-width: 120rem;
    /* 1920/16 */
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.centering-content table {
    margin: 0 auto;
}

a {
    color: #619716;
}

a:hover,
a:active {
    color: #9fd454;
}

a,
button,
input {
    -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
    transition: color 0.25s, background-color 0.25s, border-color 0.25s;
}

button {
    cursor: pointer;
}

path {
    -webkit-transition: stroke 0.25s, fill 0.25s, fill-opacity 0.25s;
    transition: stroke 0.25s, fill 0.25s, fill-opacity 0.25s;
}

li {
    list-style-type: disc;
}

li::marker {
    color: #80bd2a;
}

table {
    border-collapse: collapse;
}

table td,
table th {
    padding: 1rem;
    border: 1px solid #e2e5e9;
}

.ve {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title,
.title-xl,
.title-xxl,
.title-m,
.title-s,
.title-sm {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    text-wrap: balance;
    word-wrap: break-word;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.title:first-child,
.title-xl:first-child,
.title-xxl:first-child,
.title-m:first-child,
.title-s:first-child,
.title-sm:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.title:last-child,
.title-xl:last-child,
.title-xxl:last-child,
.title-m:last-child,
.title-s:last-child,
.title-sm:last-child {
    margin-bottom: 0;
}

h1,
h2,
.title {
    font-size: 2.25rem;
    /* 36/16 */
    line-height: 1.33;
}

.title-xl {
    font-weight: bold;
    font-size: 4rem;
    /* 64/16 */
    line-height: 1.25;
}

.title-xxl {
    font-weight: bold;
    font-size: 5rem;
    /* 80/16 */
    line-height: 1;
    letter-spacing: 0.125rem;
    /* 2/16 */
}

.title-m {
    font-size: 1.5rem;
    /* 24/16 */
}

.title-s {
    font-size: 1.25rem;
    /* 20/16 */
    line-height: 1.4;
}

.title-sm {
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.285;
}

.text-bold {
    font-weight: bold;
}

.fw-img,
.fw-img img {
    width: 100%;
    display: block;
}

[target="_blank"]:after,
.address-link[target="_blank"] .address-link__name:after {
    margin-left: 2px;
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: .5;
    display: inline-block;
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBMUNFMUNGRTNEQTExRTc5NUExRjk0NTYyNzFBMTI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBMUNFMUQwRTNEQTExRTc5NUExRjk0NTYyNzFBMTI4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEExQ0UxQ0RFM0RBMTFFNzk1QTFGOTQ1NjI3MUExMjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEExQ0UxQ0VFM0RBMTFFNzk1QTFGOTQ1NjI3MUExMjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FKnWkAAAAVElEQVR42mL8//8/Aw6AIsEEFUDGMMAIxIkIbRDAgAUnQOUSYAr+E1DEgEshuiIwRleogE0RNoUwxch8sDzjf0j4MDLgBmB5JgYiAQu2wMUGAAIMAGSKsp9/9/RgAAAAAElFTkSuQmCC);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.address-link[target="_blank"]:after,
.f-button[target="_blank"]:after {
    display: none;
}

.button {
    position: relative;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.875rem 1.5rem;
    /* 14/16 */
    /* 24/16 */
    border: 2px solid #21272a;
    text-transform: uppercase;
    font-weight: bold;
    color: #21272a;
    background: #ffffff;
    cursor: pointer;
}

.button:hover,
.button:active {
    background-color: #f3f4f7;
    color: #21272a;
}

.button[target="_blank"]:after {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.5rem;
    /* 24/16 */
    height: 1.5rem;
    background: url(../img/target_blank.svg) no-repeat center;
    background-size: contain;
    margin-left: 0.75rem;
    /* 12/16 */
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.button--v1 {
    border-color: #c8ccd0;
}

.button--reverse {
    color: #ffffff;
    background: #21272a;
}

.button--reverse:hover,
.button--reverse:active {
    background-color: #121619;
    color: #ffffff;
    border-color: #121619;
}

.button--primary {
    background: #80bd2a;
    color: #ffffff;
    border-color: #80bd2a;
}

.button--primary:hover,
.button--primary:active {
    background-color: #71aa23;
    border-color: #71aa23;
    color: #ffffff;
}

.button--link {
    border: none;
    border-bottom: 1px solid #e2e5e9;
}

.button--link:hover,
.button--link:active {
    background: #ffffff;
    border-color: #21272a;
}

.button--sm {
    border-color: #c8ccd0;
    border-width: 1px;
    padding: .5rem 1rem;
}

.button--ssm {
    font-size: 0.75rem;
    /* 12/16 */
    padding: .375rem 1rem;
}

.button--xl {
    font-size: 1.25rem;
    /* 20/16 */
    min-height: 3.75rem;
    /* 60/16 */
}

.button--xxl {
    font-size: 1.25rem;
    /* 20/16 */
    min-height: 5.75rem;
    /* 92/16 */
    width: 100%;
}

.button__ico {
    margin-left: .75rem;
}

.button__ico:first-child {
    margin-left: 0;
    margin-right: .75rem;
}

.soc-list__item [target="_blank"]:after {
    display: none;
}

.main-footer [target="_blank"]:after {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(-5px) scale(0.8);
    transform: translateY(-5px) scale(0.8);
}

.company-phone {
    position: relative;
}

.company-phone__num {
    font-size: 1.5rem;
    /* 24/16 */
    color: #21272a;
    font-weight: bold;
    text-decoration: none;
}

.company-phone__num--big {
    font-size: 2.25rem;
    /* 36/16 */
}

.company-phone__num:hover,
.company-phone__num:active {
    color: #a2a9b0;
}

.company-phone__description {
    color: #697077;
    font-size: 0.875rem;
    /* 14/16 */
    display: block;
    text-align: right;
}

.num-list {
    padding: 1px 0 0;
    counter-reset: numListItem;
}

.num-list>li {
    min-height: 2rem;
    display: block;
    position: relative;
    padding-left: 3.375rem;
    /* 54/16 */
    margin-bottom: 1.5rem;
    /* 24/16 */
    counter-increment: numListItem;
}

.num-list>li:before {
    background: #80bd2a;
    color: #ffffff;
    border-radius: 50%;
    min-width: 1.875rem;
    /* 30/16 */
    height: 1.875rem;
    /* 30/16 */
    line-height: 1;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2px;
    content: ""counter(numListItem) "";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.25rem;
    /* 20/16 */
}

.num-list>li p {
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem;
    -webkit-margin-after: .5rem;
    margin-block-end: .5rem;
}

.row-wrap {
    overflow: auto;
}

.teasers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.teasers-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem;
    width: 20%;
    max-width: 20%;
    min-width: 19.125rem;
    /* 306/16 */
}

.teasers-list__item-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
}

.teasers-list__item-ico img {
    max-width: 100%;
}

.teasers-list__item-ico path {
    fill: #80bd2a;
}

.teasers-list__item-name {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    padding: 1.875rem 0 0;
    /* 30/16 */
    text-wrap: balance;
    word-wrap: break-word;
}

.text-semi-row {
    -webkit-columns: 300px 2;
    columns: 300px 2;
    -webkit-column-gap: 4rem;
    column-gap: 4rem;
    /* 64/16 */
    padding-bottom: 30px;
}

.text-semi-row>* {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.text-semi-row>*:first-child {
    margin-top: 0;
}

.selected-text mark {
    background: rgba(128,189,42,0.8);
    color: #ffffff;
    line-height: 1.73;
    padding: 0.875rem 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone;
}

.accordion__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: #ffffff;
    border: none;
    border-top: 1px solid #e2e5e9;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: .875rem 2.75rem .875rem 0;
    min-height: 4.5rem;
    /* 72/16 */
    text-decoration: none;
    text-align: left;
    -webkit-transition: .25s;
    transition: .25s;
}

.accordion__item-name:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.75rem;
    /* 12/16 */
    width: 1.5rem;
    /* 24/16 */
    height: 1.5rem;
    background: url(../img/caret-down.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.accordion__item-name:hover {
    color: #a2a9b0;
}

.accordion__item-name:hover:before {
    opacity: .5;
}

.accordion__item-content {
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    overflow: hidden;
    position: relative;
}

.accordion__item-content>*:first-child {
    margin-top: 0;
}

.accordion__item-content>*:last-child {
    margin-bottom: 1.5rem;
}

.accordion__item:last-child {
    border-bottom: 1px solid #e2e5e9;
}

.accordion__item.opened .accordion__item-name:before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.accordion__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    gap: 1.5rem 0rem;
    overflow: hidden;
    border-top: 1px solid #e2e5e9;
    padding-right: 2.75rem;
}

.accordion__item-header .accordion__item-name {
    border: none;
    padding-right: 0;
    min-height: 5.125rem;
    /* 82/16 */
    position: static;
}

.accordion__item-header .accordion__item-name:after {
    background: transparent;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -10000px;
    bottom: 0;
    z-index: 0;
}

.accordion__item-header-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem 1rem;
    padding: 0 3rem;
    height: auto;
    position: relative;
    z-index: 5;
}

.accordion__item-header-col:first-child {
    padding-left: 0;
    padding-right: 1.65rem;
    position: static;
}

.accordion__item-header-col:last-child {
    padding-right: 0;
    margin-left: auto;
    gap: 0.75rem;
    /* 12/16 */
}

.accordion--v1 .accordion__item-header {
    padding-right: 0;
}

.accordion--v1 .accordion__item-name {
    padding-right: .875rem;
    padding-left: 2.75rem;
}

.accordion--v1 .accordion__item-name:before {
    right: auto;
    left: 0;
}

.accordion--v1 .accordion__item-name:hover {
    color: #a2a9b0;
}

.accordion--v1 .accordion__item-name:hover:before {
    opacity: .5;
}

.accordion--v1 .accordion__item.opened .accordion__item-name {
    color: #a2a9b0;
}

.accordion--v1 .accordion__item.opened .accordion__item-name:before {
    opacity: .5;
}

.accordion--v1 .accordion__item.opened .accordion__item-name:hover:before {
    opacity: 1;
}

.svg-defs {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    overflow: hidden;
}

.ytdefer,
.yt-video,
.yt-video[data-fancybox] {
    width: 100%;
    text-decoration: none;
    position: relative;
}

.ytdefer:before,
.yt-video:before,
.yt-video[data-fancybox]:before {
    content: '';
    padding-top: 56.2%;
    display: block;
}

.ytdefer>div button,
.yt-video>div button,
.yt-video[data-fancybox]>div button {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    -webkit-transition: .25s;
    transition: .25s;
}

.ytdefer>div,
.yt-video>div,
.yt-video[data-fancybox]>div {
    cursor: pointer;
    background: #121619;
}

.ytdefer img,
.yt-video img,
.yt-video[data-fancybox] img {
    opacity: .4;
    -webkit-transition: .25s;
    transition: .25s;
}

.ytdefer>div,
.yt-video>div,
.yt-video[data-fancybox]>div,
.ytdefer iframe,
.yt-video iframe,
.yt-video[data-fancybox] iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.ytdefer.loading:after,
.yt-video.loading:after,
.yt-video[data-fancybox].loading:after {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    background: url(../img/preloader.gif) no-repeat center;
    background-size: contain;
}

.yt-video,
.yt-video[data-fancybox] {
    background: #121619;
}

.yt-video img,
.yt-video[data-fancybox] img {
    position: absolute;
    top: 0;
    left: 0;
}

.yt-video:before,
.yt-video[data-fancybox]:before {
    width: auto;
    height: auto;
    right: auto;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    background: none;
}

.yt-video:after,
.yt-video[data-fancybox]:after {
    width: 74px;
    height: 52px;
    -webkit-transition: .25s;
    transition: .25s;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSI+PHBhdGggY2xhc3M9Inl0cC1sYXJnZS1wbGF5LWJ1dHRvbi1iZyIgZD0iTTY2LjUyLDcuNzRjLTAuNzgtMi45My0yLjQ5LTUuNDEtNS40Mi02LjE5QzU1Ljc5LC4xMywzNCwwLDM0LDBTMTIuMjEsLjEzLDYuOSwxLjU1IEMzLjk3LDIuMzMsMi4yNyw0LjgxLDEuNDgsNy43NEMwLjA2LDEzLjA1LDAsMjQsMCwyNHMwLjA2LDEwLjk1LDEuNDgsMTYuMjZjMC43OCwyLjkzLDIuNDksNS40MSw1LjQyLDYuMTkgQzEyLjIxLDQ3Ljg3LDM0LDQ4LDM0LDQ4czIxLjc5LTAuMTMsMjcuMS0xLjU1YzIuOTMtMC43OCw0LjY0LTMuMjYsNS40Mi02LjE5QzY3Ljk0LDM0Ljk1LDY4LDI0LDY4LDI0UzY3Ljk0LDEzLjA1LDY2LjUyLDcuNzR6IiBmaWxsPSIjMjEyMTIxIiBmaWxsLW9wYWNpdHk9IjAuOCI+PC9wYXRoPjxwYXRoIGQ9Ik0gNDUsMjQgMjcsMTQgMjcsMzQiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) no-repeat center;
    background-size: contain;
}

.bx-no-touch .ytdefer:hover img,
.bx-no-touch .yt-video:hover img,
.bx-no-touch .yt-video[data-fancybox]:hover img {
    opacity: .66;
}

.bx-no-touch .yt-video:hover:after,
.bx-no-touch .yt-video[data-fancybox]:hover:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSI+PHBhdGggY2xhc3M9Inl0cC1sYXJnZS1wbGF5LWJ1dHRvbi1iZyIgZD0iTTY2LjUyLDcuNzRjLTAuNzgtMi45My0yLjQ5LTUuNDEtNS40Mi02LjE5QzU1Ljc5LC4xMywzNCwwLDM0LDBTMTIuMjEsLjEzLDYuOSwxLjU1IEMzLjk3LDIuMzMsMi4yNyw0LjgxLDEuNDgsNy43NEMwLjA2LDEzLjA1LDAsMjQsMCwyNHMwLjA2LDEwLjk1LDEuNDgsMTYuMjZjMC43OCwyLjkzLDIuNDksNS40MSw1LjQyLDYuMTkgQzEyLjIxLDQ3Ljg3LDM0LDQ4LDM0LDQ4czIxLjc5LTAuMTMsMjcuMS0xLjU1YzIuOTMtMC43OCw0LjY0LTMuMjYsNS40Mi02LjE5QzY3Ljk0LDM0Ljk1LDY4LDI0LDY4LDI0UzY3Ljk0LDEzLjA1LDY2LjUyLDcuNzR6IiBmaWxsPSIjZWIzMjIzIj48L3BhdGg+PHBhdGggZD0iTSA0NSwyNCAyNywxNCAyNywzNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==);
}

.swiper.swiper-pics .swiper-slide {
    min-height: 64px;
}

.swiper-lazy-preloader-black {
    opacity: .15;
}

.main-content__section .company-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper .swiper-add-controls,
.swiper.swiper-per-view .swiper-add-controls {
    position: absolute;
    right: 0;
    top: -4rem;
    /* 64/16 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    width: 4rem;
    /* 64/16 */
    height: 1.5rem;
    /* 24/16 */
    display: none;
}

.swiper .swiper-add-controls .swiper-button-prev,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-prev,
.swiper .swiper-add-controls .swiper-button-next,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-next {
    width: 1.5rem;
    /* 24/16 */
    height: 1.5rem;
    /* 24/16 */
    background: none;
    margin-top: 0;
    top: 0;
}

.swiper .swiper-add-controls .swiper-button-prev:after,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-prev:after,
.swiper .swiper-add-controls .swiper-button-next:after,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-next:after {
    color: #21272a;
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 1.1rem;
}

.swiper .swiper-add-controls .swiper-button-prev:hover:after,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-prev:hover:after,
.swiper .swiper-add-controls .swiper-button-next:hover:after,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-next:hover:after {
    color: #a2a9b0;
}

.swiper .swiper-add-controls .swiper-button-prev.swiper-button-disabled,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-add-controls .swiper-button-next.swiper-button-disabled,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-next.swiper-button-disabled {
    background: none;
}

.swiper .swiper-add-controls .swiper-button-prev.swiper-button-disabled:after,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-prev.swiper-button-disabled:after,
.swiper .swiper-add-controls .swiper-button-next.swiper-button-disabled:after,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-next.swiper-button-disabled:after {
    color: #c8ccd0;
}

.swiper .swiper-add-controls .swiper-button-prev,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-prev {
    left: 0;
}

.swiper .swiper-add-controls .swiper-button-next,
.swiper.swiper-per-view .swiper-add-controls .swiper-button-next {
    right: 0;
}

.main-content__section-header+.swiper .swiper-add-controls,
.main-content__section-header+.swiper.swiper-per-view .swiper-add-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-content__section--reviews .main-content__section-header {
    padding-right: 5.625rem;
    /* 90/16 */
}

.swiper-media .swiper-wrapper {
    width: calc(100% + 1rem);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-media .swiper-slide {
    margin-right: 1rem;
    width: calc(33.333% - 1rem);
    min-width: 300px;
}

.swiper-media .swiper-slide:last-child {
    margin-right: 0;
}

.complectation__name {
    width: 20rem;
    /* 320/16 */
}

.complectation__price {
    font-weight: bold;
    white-space: nowrap;
    color: #619716;
    text-transform: uppercase;
    min-width: 6.625em;
    /* 106/16 */
}
.complectation__price i {
    display: block;
    font-style: normal;
    font-size: 100%;
    text-transform: none;
    opacity: 0.7;
  color: #555;
}
.complectation__description {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    /* 12/16 */
    line-height: 1.125;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .4rem;
    text-decoration: none;
    color: #21272a;
    text-align: right;
}

.complectation__description use,
.complectation__description path {
    fill: #80bd2a;
}

.complectation__description:hover use,
.complectation__description:active use,
.complectation__description:hover path,
.complectation__description:active path {
    fill: #9fd454;
}

.complectation__icons {
    min-height: 13.75rem;
    /* 220/16 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.complectation__icons.loading:before {
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.5rem 0 0 -1.5rem;
    background: url(../img/preloader.gif) no-repeat center;
    background-size: contain;
}

.complectation__icons img {
    width: 10.75rem;
    /* 172/16 */
    height: auto;
    /* 220/16 */
}

.complectation__icons>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 0 !important;
    margin: 0 !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.complectation__icons br {
    display: none;
}

.complectation .accordion__item-content .swiper-slide,
.complectation .accordion__item-content .complectation__icons {
    min-width: 100%;
}

body .fancybox__thumbs {
    --f-thumb-border-radius: 0;
}

.complectation__buttons .button,
.complectation__description-name {
    white-space: nowrap;
}

.complectation-mobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2rem;
    gap: 0.75rem;
    /* 12/16 */
    display: none;
}

.complectation-mobile-buttons .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-content__section--teasers {
    z-index: 10;
}

.accordion__item-content:hover {
    z-index: 10;
}

.complectation .accordion__item-content:before,
.complectation .accordion__item-content:after {
    content: '';
    background: #ffffff;
    z-index: 99;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
}

.complectation .accordion__item-content:before {
    left: 100%;
}

.complectation .accordion__item-content:after {
    right: 100%;
}

.complectation .accordion__item-content.ovv,
.complectation .accordion__item-content:hover {
    overflow: visible;
}

.hover-tooltip {
    position: relative;
    z-index: 30;
}

.hover-tooltip:after,
.hover-tooltip:before,
.hover-tooltip__content {
    position: absolute;
    left: 50%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 100%;
    width: 300px;
    margin-left: -150px;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}
.hover-tooltip:after{
    content: attr(data-tooltip);
}
.hover-tooltip:after,
.hover-tooltip__content {    
    background-color: #e3fcc5;
    text-align: center;
    padding: 1.35rem 1.5rem 1rem;
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.125;
    /* 18/16 */
    z-index: 100;
    margin-bottom: 32px;
}

.hover-tooltip__content:before{
    position: absolute;
    display: block;
    left: 0;
    top:100%;
    width: 100%;
}

.hover-tooltip:before,
.hover-tooltip__content:before {
    content: '';
    background: url(../img/popup.svg) no-repeat bottom;
    background-size: cover;
    height: 20px;
    
}
.hover-tooltip:before{
    margin-bottom: 14px;
}

.hover-tooltip:hover:after,
.hover-tooltip:hover:before,
.hover-tooltip:hover .hover-tooltip__content{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 10;
    visibility: visible;
}

.hover-tooltip--d-block:after,
.hover-tooltip--d-block:before {
    display: block;
    z-index: 100;
}

.hover-tooltip--show:after,
.hover-tooltip--show:before {
    opacity: 1;
}

.hover-tooltip [data-fancybox]:before {
    right: 0;
    top: 0;
}



body .fancybox__slide.has-image>.fancybox__content,
body .f-thumbs__slide.for-image .f-thumbs__slide__button {
    background: #ffffff;
}

.swiper .swiper-slide .complectation__icons img {
    width: 10.75rem;
    /* 172/16 */
    height: auto;
    /* 220/16 */
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper.swiper-complectation .swiper-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
}

.swiper.swiper-complectation .swiper-slide h4 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
    position: relative;
    padding-left: 1.5rem;
    /* 24/16 */
    padding-right: .5rem;
}

.swiper.swiper-complectation .swiper-slide h4:before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: .5rem;
    width: 2.5rem;
    /* 40/16 */
    height: 3.75rem;
    /* 60/16 */
    background: url(../img/slide-arrow.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
    position: absolute;
    left: -1.25rem;
    top: 50%;
    margin-top: 1px;
}

.rub {
    font-size: 0;
    letter-spacing: -1;
    line-height: -1;
}

.rub:before {
    content: '₽';
    font-size: 1rem;
    line-height: 1.5;
}

.accordion--max-width .accordion__item-content {
    max-width: 77.875rem;
    /* 1246/16 */
}

*:focus-visible {
    outline: none;
}

.soc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem;
    /* 8/16 */
}

.soc-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.soc-list__item path {
    fill: #80bd2a;
}

.soc-list__item a:hover path,
.soc-list__item a:active path {
    fill: #bce57b;
}

.swiper {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swiper .swiper-slide {
    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;
    text-align: center;
    background: #F8F9FA;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
    max-height: 65vh;
}

.swiper .swiper-slide .swiper-banners__ico img {
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 3.5rem;
    /* 56/16 */
    height: 3.5rem;
    /* 56/16 */
    border-radius: 50%;
    background: none;
    background-color: #80bd2a;
    -webkit-transition: .25s;
    transition: .25s;
    margin-top: -1.75rem;
}

.bx-no-touch .swiper .swiper-button-next:hover,
.bx-no-touch .swiper .swiper-button-prev:hover,
.bx-no-touch .swiper .swiper-button-next:active,
.bx-no-touch .swiper .swiper-button-prev:active,
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    background-color: #bce57b;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
    font-size: 1.25rem;
    /* 20/16 */
    color: #ffffff;
}

.swiper .swiper-button-next.swiper-button-v1,
.swiper .swiper-button-prev.swiper-button-v1 {
    width: 5rem;
    /* 80/16 */
    height: 7.5rem;
    /* 120/16 */
    background-color: none;
    margin-top: -3.75rem;
    /* 60/16 */
    background: url(../img/slide-arrow.svg) no-repeat center;
    background-size: contain;
    opacity: .5;
}

.bx-no-touch .swiper .swiper-button-next.swiper-button-v1:hover,
.bx-no-touch .swiper .swiper-button-prev.swiper-button-v1:hover,
.bx-no-touch .swiper .swiper-button-next.swiper-button-v1:active,
.bx-no-touch .swiper .swiper-button-prev.swiper-button-v1:active {
    background-color: transparent;
    opacity: .9;
}

.swiper .swiper-button-next.swiper-button-v1.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-v1.swiper-button-disabled,
.bx-no-touch .swiper .swiper-button-next.swiper-button-v1.swiper-button-disabled,
.bx-no-touch .swiper .swiper-button-prev.swiper-button-v1.swiper-button-disabled {
    background-color: transparent;
    opacity: 0;
}

.swiper .swiper-button-next.swiper-button-v1.swiper-button-disabled:hover,
.swiper .swiper-button-prev.swiper-button-v1.swiper-button-disabled:hover,
.swiper .swiper-button-next.swiper-button-v1.swiper-button-disabled:active,
.swiper .swiper-button-prev.swiper-button-v1.swiper-button-disabled:active,
.bx-no-touch .swiper .swiper-button-next.swiper-button-v1.swiper-button-disabled:hover,
.bx-no-touch .swiper .swiper-button-prev.swiper-button-v1.swiper-button-disabled:hover,
.bx-no-touch .swiper .swiper-button-next.swiper-button-v1.swiper-button-disabled:active,
.bx-no-touch .swiper .swiper-button-prev.swiper-button-v1.swiper-button-disabled:active {
    opacity: 0;
}

.swiper .swiper-button-next.swiper-button-v1:after,
.swiper .swiper-button-prev.swiper-button-v1:after {
    display: none;
}

.swiper-pics.swiper .swiper-button-next,
.swiper-pics.swiper .swiper-button-prev {
    margin-top: -2.25rem;
}

.swiper .swiper-button-v1.swiper-button-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0;
}

.swiper .swiper-button-v1.swiper-button-next {
    right: 0;
}

.swiper-media.swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-media.swiper.swiper-horizontal>.swiper-pagination-bullets {
    display: none;
}

.swiper .swiper-pagination-bullet-active,
.swiper .swiper-pagination-bullet {
    background: #21272a;
}

.swiper.swiper-horizontal>.swiper-pagination-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

.swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    width: 1.5rem;
    /* 24/16 */
    height: 2px;
    position: relative;
    border-radius: 0;
}

.swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:before,
.swiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    bottom: -8px;
    left: 0;
    right: 0;
}

.swiper.swiper-per-view .swiper-button-next {
    right: -2rem;
}

.swiper.swiper-per-view .swiper-button-prev {
    left: -2rem;
}

.swiper.swiper-per-view {
    overflow: visible;
	/* margin-bottom: 45px; */
}

.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.bx-no-touch .swiper-banners a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
    background: transparent;
    -webkit-transition: background .25s;
    transition: background .25s;
    z-index: 88;
}

.bx-no-touch .swiper-banners a:hover:before {
    background: rgba(0, 0, 0, 0.1);
}

.swiper-banners {
    color: #a2a9b0;
}

.swiper-banners .swiper-slide {
    background: #21272a;
}

.swiper-banners .swiper-slide:before {
    content: '';
    display: block;
    padding-top: 54.9%;
}

.swiper-banners__img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.swiper-banners__ico {
    width: 8.375rem;
    /* 134/16 */
    height: 8.375rem;
    /* 134/16 */
    margin-bottom: 0.75rem;
    /* 12/16 */
}

.swiper-banners__name {
    font-weight: bold;
    padding: 0.375rem 0;
    /* 6/16 */
}

.swiper-banners__description {
    text-transform: lowercase;
}

.swiper-wrapper:before {
    width: 100vw;
    left: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
}

.swiper+.button {
    z-index: 10;
}

.swiper.swiper-products-detail {
    display: none;
}

.swiper.swiper-products-detail+.button {
    margin-top: 2rem;
}

.swiper.swiper-products-detail.gallery-content {
    display: block;
}

.swiper.hidden-desktop {
    display: none;
}

.swiper-products-detail .product-card {
    max-width: 100%;
}

.swiper-products .swiper-wrapper-transition {
    -webkit-transition: 0.35s ease-in-out !important;
    transition: 0.35s ease-in-out !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.swiper-products .swiper-slide {
    -webkit-transition: all 0.35s ease-in-out, height 0s ease-in-out;
    transition: all 0.35s ease-in-out, height 0s ease-in-out;
    overflow: hidden;
    width: 31.25rem;
    /* 500/16 */
    margin-right: 1.5rem;
    /* 24/16 */
    padding-bottom: 1px;
    background: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.swiper-products .swiper-slide .product-card {
    width: 31.25rem;
}

.swiper-products .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-products .swiper-slide.visible-slide {
    opacity: 1;
}

.swiper-products .swiper-slide.hidden-slide {
    margin-right: 0;
    opacity: 0;
    width: 0;
}

.swiper-products.opened .added-item {
    height: auto;
    background: #f3f4f7 url(../img/Text.svg) no-repeat center;
    width: calc(33.333% - 2rem);
}

.tabs-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.tabs-names__item {
    position: relative;
    font-size: 1rem;
    /* 14/16 */
    line-height: 1.3;
    font-weight: 400;
    -webkit-transition: .25s;
    transition: .25s;
}

.tabs-names__item:before {
    position: absolute;
    content: '';
    background: #21272a;
    left: 0;
    bottom: -1px;
    width: 100%;
    -webkit-transition: .25s;
    transition: .25s;
}

.tabs-names__item:hover,
.tabs-names__item:active,
.tabs-names__item.active,
.tabs-names__item.swiper-slide-thumb-active {
    border-bottom-color: #21272a;
}

.tabs-names__item.active,
.tabs-names__item.swiper-slide-thumb-active {
    cursor: default;
    text-shadow: 0 0 1px #21272a;
}

.tabs-names__item.active:before,
.tabs-names__item.swiper-slide-thumb-active:before {
    height: 3px;
}

.swiper-button-hidden {
    opacity: 0 !important;
}

.products-categories {
    padding-bottom: 3.375rem;
    /* 54/16 */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.products-categories__button {
    min-width: 11.875rem;
    /* 190/16 */
    padding-left: .5rem;
    padding-right: .5rem;
    white-space: nowrap;
}

.swiper-tabs {
    margin-bottom: .5rem;
}

.swiper-pics .swiper-slide,
.swiper-tabs-content .swiper-slide {
    background: #ffffff;
    height: auto;
}

.swiper-pics .swiper-slide img,
.swiper-tabs-content .swiper-slide img {
    max-width: 100%;
}

.swiper.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: inherit;
}

.swiper-tabs-content .swiper-horizontal {
    padding-bottom: 1rem;
}

.swiper-tabs-content .swiper-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.swiper-tabs-wrap {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #e2e5e9;
}

.swiper-slide.products-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: none;
}

body .swiper-button-next.swiper-button-disabled,
body .swiper-button-prev.swiper-button-disabled {
    /*opacity: .25;*/
    opacity: 0;
}

.product-card {
    background: #f3f4f7;
    position: relative;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
    text-align: left;
    width: 100%;
    overflow: hidden;
    max-width: 31.25rem;
    /* 500/16 */
}

.product-card__header {
    padding: 1.125rem 1.5rem 0.875rem;
}

.product-card__name {
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-card__name a {
    color: #21272a;
    text-decoration: none;
}

.product-card__name a:hover,
.product-card__name a:active {
    color: #21272a;
}

.product-card__subname {
    font-weight: bold;
    font-size: 0.875rem;
    /* 14/16 */
    text-transform: uppercase;
    padding-top: 2px;
    color: #697077;
}

.product-card__default-link {
    text-decoration: none;
}

.product-card__default-link:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
    z-index: 30;
}

.product-card__price {
    color: #619716;
    font-size: 1.25rem;
    /* 20/16 */
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 4px;
    line-height: 1.4;
    white-space: nowrap;
}

.product-card__content {
    position: relative;
    padding: 1rem 1.5rem;
    /* 24/16 */
    overflow: hidden;
    background: #e2e5e9;
}

.product-card__content:after {
    content: '';
    display: block;
    padding-top: 55%;
}

.product-card__content-text {
    position: relative;
    z-index: 2;
}

.product-card__content .tags {
    position: absolute;
}

.product-card__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.product-card__size {
    margin-left: auto;
    font-size: 1.5rem;
    /* 24/16 */
    font-weight: bold;
    white-space: nowrap;
}

.product-card__tech {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card .product-tech a {
    color: #21272a;
}

.product-card .product-tech svg {
    margin-top: -2px;
}

.product-card__footer {
    position: relative;
    z-index: 31;
    padding: 1rem 1.5rem;
    /* 24/16 */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-card__footer .row-wrap {
    margin: -1rem -1.5rem;
    padding: 1rem 0 0;
    background: #ffffff;
    width: calc(100% + 3rem);
}

.product-card__footer .favorite-link-wrap {
    position: absolute;
    right: 0;
    bottom: 100%;
    padding: 44px 24px 22px 44px;
}

.product-card .variants-list {
    padding: 0 0 1px;
}

.payment-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.5rem 0 0;
    margin: 0;
    gap: 5rem;
    /* 80/16 */
}

.payment-steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.payment-steps__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.payment-steps__item-num {
    color: #80bd2a;
    font-size: 7.5rem;
    /* 120/16 */
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}

.payment-steps__item-stepnum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    background: #f3f4f7;
    padding: .5rem 1rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.payment-steps__item-content>*:first-child {
    margin-top: 0;
}

.payment-steps__item-content>*:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.teasers-list--v1 .teasers-list__item {
    max-width: 25%;
}

.product-card--program {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card--program .product-card__content:after {
    padding-top: 61.384%;
}

.product-card--program .product-card__header {
    -webkit-transition: background .25s;
    transition: background .25s;
}

.bx-no-touch .product-card--program.product-card:hover .product-card__header {
    background-color: transparent !important;
}

h2+.swiper-programs {
    padding-top: 1rem;
}

.about-text+.swiper-programs {
    margin-top: -1rem;
}

.product-card--program .product-card__name {
    white-space: normal;
}

.product-card--program .product-card__content {
    margin-top: auto;
}

.onetag {
    position: absolute;
    z-index: 10;
    right: 1rem;
    bottom: 1rem;
    background: #80bd2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 7.375rem;
    /* 118/16 */
    min-height: 4.5rem;
    /* 72/16 */
    padding: .5rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.swiper-programs {
    margin-bottom: 3.5rem;
}

.swiper-programs .swiper-wrapper {
    width: calc(100% + 1rem);
}

.swiper-programs:last-child {
    margin-bottom: 0;
}

.swiper-programs .swiper-slide {
    background: none;
    height: auto;
    width: calc(25% - 1rem);
    margin-right: 1rem;
    min-width: 21.875rem;
    /* 350/16 */
}

.swiper-programs .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-programs .product-card {
    height: 100%;
}

.gallery-thumbs {
    margin-bottom: 3.5rem;
    /* 56/16 */
}

.gallery-content .swiper-wrapper>.swiper-slide {
    background: #ffffff;
}

.swiper-products.gallery-thumbs .swiper-slide {
    padding-bottom: 0;
}

.gallery-thumbs .product-card__content:after {
    padding-top: 63.75%;
}

.gallery-thumbs .product-card {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active .product-card {
    cursor: default;
}

.gallery-thumbs .swiper-slide {
    border: 0.25rem solid #ffffff;
    /* 4/16 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: calc(1.5rem - 0.5rem);
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #80bd2a;
}

.swiper.swiper-products-detail.gallery-content {
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
}

.swiper.swiper-products-detail.gallery-content .swiper-gallery {
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
    /* 56/16 */
}

.swiper.swiper-products-detail.gallery-content .swiper-gallery:last-child {
    margin-bottom: 0;
}

.swiper.swiper-products-detail.gallery-content .title {
    text-align: left;
    width: 100%;
    margin-top: 0;
}

.gallery-content__text {
    text-align: left;
    gap: 2rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.gallery-content__text-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 1220px;
}

.gallery-content__text-item>*:first-child {
    margin-top: 0;
}

.gallery-content__text-item>*:last-child {
    margin-bottom: 0;
}

.gallery-content__text-item:last-child {
    max-width: 292px;
    margin-left: auto;
}

.gallery-content__text-item:last-child .button {
    width: 100%;
}

.swiper-autoheight .swiper-gallery .swiper-wrapper {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.swiper-gallery .swiper-slide {
    height: 100%;
    max-height: 1000px;
}

.swiper-gallery .swiper-slide [data-fancybox] {
    width: 100%;
    height: 100%;
}

.swiper-gallery .swiper-slide [data-fancybox]:before {
    right: .5rem;
    top: .5rem;
}

.bx-no-touch .product-card:hover {
    background: #e3fcc5;
}

.bx-no-touch .gallery-thumbs .product-card:hover {
    background: #f3f4f7;
}

.bx-no-touch .gallery-thumbs .swiper-slide:hover {
    border-color: #e2e5e9;
}

.bx-no-touch .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #80bd2a;
}

.bx-no-touch .favorite-list .product-tech a:hover,
.bx-no-touch .favorite-list .product-tech a:active {
    color: #619716;
}

.added-item {
    background: #f3f4f7;
}

.favorite-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    width: calc(100% + 2rem);
}

.favorite-list__item,
.favorite-list .added-item {
    width: calc(33.333% - 2rem);
}

.favorite-list__item .product-card__footer,
.favorite-list .added-item .product-card__footer {
    padding-top: 0.75rem;
    /* 12/16 */
    padding-bottom: 0.75rem;
    /* 12/16 */
}

.favorite-list__item .product-card,
.favorite-list .added-item .product-card {
    max-width: 100%;
}

.favorite-list .added-item {
    background: url(../img/favorite-big.svg) no-repeat center #f3f4f7;
    background-size: 12.5rem;
    /* 200/16 */
}

.blank-card {
    background: #ffffff;
    border: 1px solid #e2e5e9;
    -webkit-box-shadow: 0rem 0.5rem 1.5rem 0rem rgba(77, 83, 88, 0.08);
    box-shadow: 0rem 0.5rem 1.5rem 0rem rgba(77, 83, 88, 0.08);
    /* 0/16 */
    /* 8/16 */
    /* 24/16 */
    /* 0/16 */
    position: relative;
    padding: 3.5rem;
    /* 56/16 */
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.blank-card__item {
    position: relative;
}

.blank-card--cols {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 9rem;
}

.blank-card--cols .blank-card__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blank-card--cols .blank-card__item:before {
    content: '';
    position: absolute;
    width: 1px;
    background: #e2e5e9;
    right: -4.5rem;
    top: 0;
    bottom: 0;
}

.blank-card--cols .blank-card__item:last-child:before {
    display: none;
}

.blank-card .form-area {
    min-width: 790px;
}

.main-content__section--to-catalog:last-child {
    padding-bottom: 0;
}

.blank-card--form .blank-card__item>*:first-child {
    margin-top: 0;
}

.blank-card--form .blank-card__item>*:last-child {
    margin-bottom: 0;
}

legend {
    padding-bottom: 2rem;
}

[type="text"],
[type="tel"],
[type="email"],
[type="password"],
textarea {
    padding: 1rem;
    color: #697077;
    -webkit-transition: color 0.25s, background-color 0.25s, border-color 0.25s;
    transition: color 0.25s, background-color 0.25s, border-color 0.25s;
    background: #f3f4f7;
    border: 2px solid #f3f4f7;
    height: 3.5rem;
}

[type="text"]:focus,
[type="tel"]:focus,
[type="email"]:focus,
[type="password"]:focus,
textarea:focus {
    color: #21272a;
    border-color: #868d98;
    background: #ffffff;
}

.bx-no-touch [type="text"]:hover,
.bx-no-touch [type="tel"]:hover,
.bx-no-touch [type="email"]:hover,
.bx-no-touch [type="password"]:hover,
.bx-no-touch textarea:hover {
    border-color: #c8ccd0;
    background: #ffffff;
}

.bx-no-touch [type="text"]:focus,
.bx-no-touch [type="tel"]:focus,
.bx-no-touch [type="email"]:focus,
.bx-no-touch [type="password"]:focus,
.bx-no-touch textarea:focus {
    color: #21272a;
    border-color: #868d98;
    background: #ffffff;
}

.bx-no-touch [type="text"]:focus:hover,
.bx-no-touch [type="tel"]:focus:hover,
.bx-no-touch [type="email"]:focus:hover,
.bx-no-touch [type="password"]:focus:hover,
.bx-no-touch textarea:focus:hover {
    border-color: #868d98;
    background: #ffffff;
}

.swiper-autoheight .swiper-pics .swiper-wrapper {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.swiper-autoheight .swiper-pics .swiper-slide [data-fancybox] {
    width: 100%;
    height: 100%;
}

textarea {
    height: 12.5rem;
    min-height: 3.5rem;
}

form .button {
    min-height: 3.5rem;
    /* 56/16 */
}
form .button:disabled {
    background: #ccc;
    border-color: #ccc;
	cursor: no-drop;
	color: #aaa;
}
input.politics {
    margin-right: 8px;
}
.form-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.form-cols__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.form-cols__item .button {
    margin-top: auto;
}

.submit-info {
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.125;
    /* 18/16 */
}

.submit-info--mobile {
    display: none;
}

.blank-card--form .submit-info {
    padding-top: 1.25rem;
    margin-top: auto;
}

.address-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #21272a;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin: 1rem 0 0;
    gap: 1rem;
}

.address-link__name {
    padding-top: 2px;
}

.address-link__ico {
    min-width: 1.5rem;
    width: 1.5rem;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.address-link__ico svg {
    max-width: 100%;
}

.favorite-link {
    text-decoration: none;
    margin-left: auto;
}

.favorite-link svg {
    fill: #ffffff;
    stroke: #4d5358;
    fill-opacity: .8;
}

.favorite-link:hover svg,
.favorite-link:active svg {
    fill-opacity: 1;
}

.favorite-link.active svg {
    fill: #da1e28;
    stroke: #da1e28;
}

.product-sort {
    margin-left: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.5rem;
}

.product-sort__item {
    color: #697077;
    white-space: nowrap;
}

.product-sort__item path {
    stroke: #4d5358;
}

.product-sort__item-ico {
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.product-sort__item-name {
    white-space: normal;
}

.product-sort__item-link {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.75rem;
    /* 12/16 */
    color: #21272a;
}

.product-sort__item-link:hover,
.product-sort__item-link:active,
.product-sort__item-link.active {
    color: #697077;
}

.product-sort__item-link:hover path,
.product-sort__item-link:active path,
.product-sort__item-link.active path {
    stroke: #697077;
}

.product-sort__item-link.active {
    color: #619716;
}

.product-sort__item-link.active .product-sort__item-ico {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.product-sort__item-link.active path {
    stroke: #619716;
}

.product-sort__item-link.active:hover {
    color: #80bd2a;
}

.product-sort__item-link.active:hover path {
    stroke: #80bd2a;
}

.favorite-empty-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.favorite-empty-page .title-m+p {
    margin-top: 0;
}

.favorite-empty-page p {
    text-wrap: balance;
}

.ytdefer {
    background: #e2e5e9;
}

.semi-row__item .fw-video .ytdefer>div button {
    zoom: 1.6;
}

.num-list__content {
    margin-left: -3.375rem;
}

.about-text {
    padding-bottom: 3.5rem;
    padding-top: 1.45rem;
    max-width: 1220px;
}

.about-text h2:first-child {
    padding-bottom: 1rem;
}

.about-text>*:first-child {
    margin-top: 0;
}

.about-text>*:last-child {
    margin-bottom: 0;
}

.about-text:last-child {
    padding-bottom: 0;
}

.text-section {
    padding: 3.5rem 0;
    border-top: 1px solid #e2e5e9;
}

.text-section:last-child {
    padding-bottom: 0;
}

.text-section .fw-video {
    margin-bottom: 0.625rem;
    /* 10/16 */
}

.about-list {
    padding-top: 1rem;
    margin-bottom: 0;
}

.about-list>.about-list__item {
    border-bottom: 1px solid #e2e5e9;
    margin-bottom: 3.5rem;
    /* 56/16 */
}

.about-list>.about-list__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.about-list__item-text {
    padding-bottom: 1.45rem;
    padding-top: 1px;
    max-width: 1220px;
}

.about-list__item li {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.about-list .accordion__item:last-child {
    border-bottom: none;
}

.about-list .semi-row {
    padding-bottom: 2rem;
}

.about-list .semi-row__item-img {
    margin-top: -3rem;
}

.sertigedates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.75rem;
    /* 12/16 */
}

.num-list.about-list>li p,
.about-list>li p {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
}

.swiper-sertificates .swiper-wrapper {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.swiper-sertificates .swiper-slide {
    background: none;
    width: auto;
    margin-right: 1rem;
    height: auto;
}

.swiper-sertificates .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-sertificates .sertificate-blank {
    height: 100%;
}

.sertificate-blank {
    background: #f3f4f7;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
    /* 12/16 */
    position: relative;
    overflow: hidden;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -webkit-transition: background .25s;
    transition: background .25s;
    min-width: 10rem;
    /* 160/16 */
}

.sertificate-blank__name {
    font-size: 0.875rem;
    /* 14/16 */
    font-weight: bold;
    max-width: 10.875rem;
    /* 174/16 */
    line-height: 1.3;
    text-wrap: balance;
    word-wrap: break-word;
}

.sertificate-blank__link {
    color: #21272a;
    text-decoration: none;
}

.sertificate-blank__link:hover,
.sertificate-blank__link:active {
    color: #21272a;
}

.sertificate-blank__link:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
}

.sertificate-blank__link:after {
    display: none;
}

.bx-no-touch .sertificate-blank:hover,
.bx-no-touch .sertificate-blank:active {
    background: #e2e5e9;
}

.blank-card--cols .blank-card__item .title+.company-phone {
    padding-top: 0;
}

.company-phone--has-ico {
    position: relative;
}

.company-phone--has-ico .company-phone__num,
.company-phone--has-ico .company-phone__description {
    padding-left: 2.5rem;
}

.company-phone--has-ico .company-phone__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.company-phone--has-ico .company-phone__num:before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../img/call-fill.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.blank-card--form .company-phone {
    padding: 1rem 0;
}

.blank-card--form .company-phone__description {
    text-align: left;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem;
}

.tags__item {
    position: relative;
    background: #80bd2a;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.375rem 0.625rem 0.3125rem;
    /* 6/16 */
    /* 10/16 */
    /* 5/16 */
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.125;
    font-weight: bold;
}

.tags__item--v1 {
    background: #da1e28;
}

.tags__item--v2 {
    background: #0f62fe;
}

.tags__item--v3,
.tags__item--time {
    background: #21272a;
}

.main-content__section--light .swiper .swiper-slide {
    background: transparent;
}

.variants-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: .5rem;
}

.variants-list__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    white-space: nowrap;
}

.variants-list .button.active {
    cursor: default;
    border-color: #21272a;
    background-color: #21272a;
    color: #ffffff;
}

.variants-list .button.active:hover,
.variants-list .button.active:active {
    background-color: #21272a;
    color: #ffffff;
    border-color: #21272a;
}

.swiper-slide.tabs-names__item {
    width: auto;
    background: none;
    min-width: 150px;
}

.products-categories-content {
    margin-bottom: 2rem;
}

.products-categories-content:last-child {
    margin-bottom: 0;
}

.select-list {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-list__item {
    padding: 0;
    display: block;
    position: relative;
    -webkit-transition: .25s;
    transition: .25s;
}

.select-list__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f4f7;
    border: 2px solid #f3f4f7;
    -webkit-transition: .25s;
    transition: .25s;
    gap: 2rem;
    position: relative;
    padding: 0.5rem 3rem 0.5rem 1rem;
    /* 8/16 */
    /* 48/16 */
    /* 8/16 */
    min-height: 3.5rem;
    /* 56/16 */
    cursor: pointer;
    z-index: 53;
}

.select-list__item-header:hover {
    background: #ffffff;
    border-color: #c8ccd0;
}

.select-list__item-header:after {
    content: '';
    position: absolute;
    display: block;
    width: 1.5rem;
    /* 24/16 */
    height: 1.5rem;
    background: url(../img/caret-down1.svg) no-repeat center;
    right: .5rem;
    top: 50%;
    margin-top: -0.75rem;
    -webkit-transition: .25s;
    transition: .25s;
}

.select-list__item-placeholder {
    color: #697077;
    white-space: nowrap;
}

.select-list__item-current-val {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
    /* 14/16 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-list__item-variant {
    position: absolute;
    background: #f3f4f7;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.25s, max-height 0s;
    transition: all 0.25s, max-height 0s;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
}

.select-list__item-variant-item {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
    padding: 0.5rem 1rem;
    min-height: 3.5rem;
    /* 56/16 */
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.875rem;
    /* 14/16 */
    border: 1px solid #868d98;
    border-top: none;
    cursor: pointer;
    background: #ffffff;
}

.select-list__item-variant-item:hover {
    background: #f3f4f7;
}

.select-list__item-variant-item.active {
    background: #e2e5e9;
    cursor: default;
}

.select-list__item.active {
    z-index: 99;
}

.select-list__item.active .select-list__item-variant {
    max-height: none;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.select-list__item.active .select-list__item-header {
    background: #ffffff;
    border-color: #868d98;
}

.select-list__item.active .select-list__item-header:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.catalog-filter {
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.catalog-filter:before {
    content: '';
    display: block;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    height: 1px;
    background: #e2e5e9;
    position: absolute;
}

.catalog-filter .select-list {
    width: 100%;
}

.catalog-filter .products-categories {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.catalog-filter .products-categories__button {
    /* 60/16 */
    padding-top: .5rem;
    padding-bottom: .5rem;
    min-width: 0;
    font-size: 1.25rem;
    /* 20/16 */
    min-height: 3.75rem;
    /* 60/16 */
    padding-left: 1.5rem;
    /* 24/16 */
    padding-right: 1.5rem;
    /* 24/16 */
    border-color: #c8ccd0;
}

.catalog-filter .products-categories__button.active {
    background: #21272a;
    color: #ffffff;
    border-color: #21272a;
}

.catalog-filter .products-categories__button.active:before {
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: url(../img/check.svg) no-repeat center;
    width: 2rem;
    /* 32/16 */
    height: 2rem;
    /* 32/16 */
    margin-right: .5rem;
    margin-left: -0.5rem;
}

[data-category="category-all"].active {
    cursor: default;
}

.button-toggle-wrap {
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
}

.button-toggle-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10000px;
    right: -10000px;
    height: 1px;
    background: #e2e5e9;
}

.button-toggle {
    text-decoration: none;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 0.125rem 3rem;
    /* 2/16 */
    /* 48/16 */
    font-weight: bold;
    font-size: 1.25rem;
    /* 20/16 */
    text-transform: uppercase;
    gap: 1rem;
    position: relative;
    z-index: 5;
}

.button-toggle__ico,
.button-toggle path {
    -webkit-transition: .25s;
    transition: .25s;
}

.button-toggle:hover path {
    stroke: #bce57b;
}

.button-toggle--sm {
    color: #21272a;
    font-size: 0.75rem;
    /* 12/16 */
    padding-left: 1.5rem;
    /* 24/16 */
    padding-right: 1.5rem;
    /* 24/16 */
}

.button-toggle--sm:hover,
.button-toggle--sm:active {
    color: #21272a;
}

.button-toggle-filter--changed .button-toggle__name:after {
    width: 0.5rem;
    /* 8/16 */
    height: 0.5rem;
    /* 8/16 */
    border-radius: 50%;
    background: #da1e28;
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: .5rem;
}

.button-toggle.clicked .button-toggle__ico {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.button-toggle-filter-wrap {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all .noUi-target {
    background: #e2e5e9;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.all .noUi-horizontal {
    height: 4px;
}

.all .noUi-connect {
    background: #80bd2a;
}

.all .noUi-horizontal .noUi-handle {
    width: 1.5rem;
    /* 24/16 */
    height: 1.5rem;
    /* 24/16 */
    right: 0;
    top: -0.625rem;
    /* 10/16 */
}

.all .noUi-handle {
    border: 4px solid #80bd2a;
    border-radius: 50%;
    background: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.all .noUi-handle:before,
.all .noUi-handle:after {
    display: none;
}

.all .noUi-horizontal .noUi-handle.noUi-handle-lower {
    right: -1.5rem;
    /* 24/16 */
}

.price-control {
    padding-bottom: .75rem;
    overflow: hidden;
}

.price-control__val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.price-control__val-item {
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5;
}

.title-page {
    padding-bottom: .5rem;
}

.catalog-filter .products-categories {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalog-filter__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.catalog-filter__control-item {
    width: 25%;
}

.catalog-filter__control-item:first-child {
    width: 100%;
    max-width: 500px;
    margin-right: 2.375rem;
    /* 38/16 */
}

.news-list__item-link {
    color: #21272a;
    text-decoration: none;
}

.news-list__item-link:hover,
.news-list__item-link:active {
    color: #21272a;
}

.news-list__item-link:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
    top: -500px;
}

.news-list__item-name {
    margin-bottom: .75rem;
}

.news-list__item-name+p {
    margin-top: 0;
}

.news-list .news-list__item-content {
    padding-top: .5rem;
    padding-bottom: .65rem;
}

.news-list .news-list__item-content>*:last-child {
    margin-bottom: 0;
}

.news-list .news-list__item-content>*:first-child {
    margin-top: 0;
}

.swiper-products .swiper-slide.last-child {
    margin-right: 0;
}

.news-list .swiper-slide {
    height: auto;
}

.news-list .swiper-slide .product-card {
    height: 100%;
}

.news-list .product-card__content:after {
    padding-top: 63.75%;
}

.bx-no-touch .news-list__item-link:hover,
.bx-no-touch .news-list__item-link:active {
    color: #619716;
}

.no-toggle-button {
    margin-bottom: 0;
}

.no-toggle-button+.button-toggle-wrap {
    display: none;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 789;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.main-header a {
    text-decoration: none;
}

.main-header__section {
    border-bottom: 1px solid #e2e5e9;
}

.main-header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
}

.main-header__col {
    padding: 1rem 0;
}

.main-header__icons path {
    stroke: #4d5358;
}

.toggle-mobile-menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: none;
    background: transparent;
}

.toggle-mobile-menu__ico {
    -webkit-transition: .25s;
    transition: .25s;
}

.toggle-mobile-menu__ico--close {
    position: absolute;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

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

.main-nav {
    width: 100%;
    position: relative;
}

.main-nav__menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.main-nav__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1rem 1.5625rem;
    /* 25/16 */
    position: relative;
    min-height: 4.375rem;
    /* 70/16 */
    line-height: 1.2;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #619716;
}

.main-nav__item .main-nav__item-ico--fav path {
    stroke: #da1e28;
    fill: #da1e28;
}

.main-nav__item a {
    color: #21272a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav__item a .main-nav__item-ico--fav path {
    stroke: #4D5358;
    fill: transparent;
}

.main-nav__item a:hover,
.main-nav__item a:active {
    color: #619716;
}

.main-nav__item a:hover .main-nav__item-ico--fav path,
.main-nav__item a:active .main-nav__item-ico--fav path {
    stroke: #da1e28;
    fill: #da1e28;
}

.main-nav__item a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
}

.main-nav__item:first-child {
    padding-left: 0;
}

.main-nav__item:last-child {
    padding-right: 0;
}

.main-nav__item-ico {
    position: relative;
    margin-left: 12px;
}

.main-nav__item-num {
    font-size: 0.75rem;
    /* 12/16 */
    position: absolute;
    right: -0.625rem;
    /* 10/16 */
    top: -0.375rem;
    /* 6/16 */
    background: #da1e28;
    padding: 2px;
    min-width: 1.125rem;
    /* 18/16 */
    min-height: 1.125rem;
    /* 18/16 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 50%;
    z-index: 5;
    line-height: 1;
    font-weight: normal;
}

.main-nav__item--fav {
    margin-left: auto;
}

.hidden-desktop {
    display: none;
}

.hallo-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.hallo-bg:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
    z-index: 20;
}

.hallo-bg__img,
.hallo-bg__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.hallo-bg__img {
    -o-object-position: right;
    object-position: right;
}

.hallo-bg__video {
    z-index: 10;
    -webkit-transition: .25s;
    transition: .25s;
    opacity: 0;
    -webkit-transform: scale(1.38);
    transform: scale(1.38);
}

.main-content__section--product-hallo .centering-content {
    position: static;
}

.product-hallo__item--pages {
    min-height: 3rem;
    /* 48/16 */
}

.product-hallo__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5em;
    /* 40/16 */
    padding-bottom: 2rem;
}

.product-hallo__info a {
    color: #ffffff;
}

.product-hallo__info a path {
    -webkit-transition: .25s;
    transition: .25s;
}

.product-hallo__info a:hover,
.product-hallo__info a:active {
    color: #9fd454;
}

.product-hallo__info a:hover path,
.product-hallo__info a:active path {
    fill: #6ca024;
}

.product-hallo__info-item-name {
    font-size: 2.25em;
    /* 36/16 */
    line-height: 1.333;
    font-weight: bold;
}
.product-hallo__info-item-price s {
    color: #ddd;
    margin-left: 11px;
    box-shadow: 0 0 20px #00000038;
    background: #00000038;
    border-radius: 10px;
    padding: 3px 5px;
}
.main-content__section--product-hallo-mobile .product-hallo__info-item-price s {
    color: #61971660;
}

.product-tech {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-tech svg {
    margin-left: .2rem;
    fill: #80bd2a;
}

.product-tech a:hover svg,
.product-tech a:active svg {
    fill: #9fd454;
}

.choice-pages-link {
    position: absolute;
    z-index: 30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 0.75rem;
    /* 12/16 */
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    border: none;
    color: #ffffff;
    gap: .75rem;
}

.choice-pages-link:hover,
.choice-pages-link:active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.choice-pages-link--prev {
    left: 0;
}

.choice-pages-link--prev:before {
    background: url(../img/caret-left.svg) no-repeat center;
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.5em;
    /* 24/16 */
    height: 1.5em;
    /* 24/16 */
}

.choice-pages-link--next {
    right: 0;
}

.choice-pages-link--next:after {
    background: url(../img/caret-right.svg) no-repeat center;
    content: '';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 1.5em;
    /* 24/16 */
    height: 1.5em;
    /* 24/16 */
}

.centering-content-wrap {
    position: relative;
    z-index: 10;
}

.product-hallo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    min-height: 33.875rem;
    /* 542/16 */
}

.product-hallo__item {
    position: relative;
    z-index: 20;
}

.product-hallo__item--pages {
    position: static;
}

.product-hallo__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.product-hallo__buttons .button {
    min-width: 13.75rem;
    /* 220/16 */
}

.product-hallo__footer {
    margin-top: auto;
    padding-top: 2rem;
}

.product-hallo .title-page {
    margin-bottom: .74rem;
}

.var-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.var-area__item {
    max-width: 100%;
}

.var-area .variants-list {
    gap: 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[data-fancybox] {
    overflow: hidden;
    position: relative;
}

[data-fancybox]:before {
    content: '';
    background: url(../img/zooming.svg) no-repeat center;
    background-size: contain;
    -webkit-transition: .25s;
    transition: .25s;
    width: 3rem;
    height: 3rem;
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
}

[data-fancybox]:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .15;
}

[data-fancybox][data-type="ajax"]:before,
[data-fancybox][href="#"]:before {
    display: none;
}

.has-ajax .fancybox__content,
.has-inline .fancybox__content {
    width: 800px;
    margin: 0 1rem 1rem;
    max-width: calc(100% - 2rem);
}

.has-ajax .fancybox__content h2,
.has-inline .fancybox__content h2,
.has-ajax .fancybox__content h3,
.has-inline .fancybox__content h3,
.has-ajax .fancybox__content h4,
.has-inline .fancybox__content h4,
.has-ajax .fancybox__content h5,
.has-inline .fancybox__content h5 {
    font-weight: bold;
}

.is-compact .has-ajax .fancybox__content,
.is-compact .has-inline .fancybox__content {
    margin: 1rem;
    padding: 1rem;
}

.dialog-form {
    display: none;
}

.dialog-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 1rem;
}

.dialog-form .submit-info {
    margin: 0;
}

.dialog-form legend {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.1;
    text-transform: uppercase;
    padding-right: 2rem;
}

.has-inline .dialog-form {
    width: 500px;
}

body .is-compact .fancybox__content>.f-button.is-close-btn {
    background: transparent;
    color: #21272a;
}

body .is-compact .fancybox__content>.f-button.is-close-btn path {
    fill: #21272a;
}

.detailed_description_popup__content ul strong {
    color: #619716;
    font-size: 1rem;
}

.detailed_description_popup__content ul {
    padding-left: 0;
    display: block;
    font-size: 14px;
}

.detailed_description_popup__content ul li {
    padding: .4rem 0 0 0;
    line-height: 1.4;
    display: block;
    position: relative;
}

.detailed_description_popup__content ul li:last-child {
    padding-bottom: 0;
}

.detailed_description_popup__content ul li+strong {
    display: block;
    padding-top: 1.35rem;
}

.detailed_description_popup__content ul ul {
    padding-bottom: 0;
}

.detailed_description_popup__content> :last-child {
    padding-bottom: .1rem;
    margin-bottom: .1rem;
}

.semi-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}

.semi-row img {
    max-width: 100%;
}

.semi-row__item {
    width: calc(50% - 2rem);
}

.semi-row__item>*:last-child {
    margin-bottom: 0;
}

.semi-row .num-list>*:last-child {
    margin-bottom: 0;
}

.semi-row .num-list>*:last-child p {
    margin-bottom: 0;
}

.map-wrap {
    position: relative;
    cursor: help;
    overflow: hidden;
    width: 100%;
    background: #e2e5e9;
}

.map-wrap:before {
    content: '';
    display: block;
    padding-top: 59.746%;
}

.map-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.map-title {
    position: absolute;
    z-index: 1000;
    display: none;
    padding: .75rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid #e2e5e9;
    line-height: 1.25;
    font-size: 0.875rem;
    /* 14/16 */
}

body .fancybox__backdrop {
    background: rgba(24, 24, 27, 0.97);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.to-dir-letter {
    padding-top: 1rem;
}

.to-dir-letter .button {
    width: 100%;
}

.places-card__footer [data-fancybox]:before {
    display: none;
}

.swiper-products.places-list .swiper-slide {
    -webkit-transition: 0s;
    transition: 0s;
}

.places-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
    border: 1px solid #e2e5e9;
    -webkit-transition: border .25s;
    transition: border .25s;
}

.places-card__item {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.places-card__item .presentation-button {
    display: none;
}

.places-card__name {
    line-height: 1.4;
    max-width: 360px;
}

.places-card__header {
    background: #f3f4f7;
    padding: 1rem 1.5rem;
}

.places-card__content {
    padding: 0 1.5rem;
}

.places-card__footer {
    padding: 0 1.5rem 1.5rem;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

.bx-no-touch .places-card:hover {
    border-color: #c8ccd0;
}

.places-list .presentation-button[data-fancybox]:before {
    display: none;
}

.places-list .swiper-wrapper {
    width: calc(100% + 1.5rem);
}

.places-list .swiper-slide {
    height: auto;
    width: calc(33.333% - 1.5rem);
}

.places-list .swiper-slide .places-card {
    height: 100%;
}

.products-categories-content.places-list.opened {
    margin-bottom: 0;
}

.place-general-desc {
    margin: 0;
    padding: 0;
    display: block;
}

.place-general-desc__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    /* 12/16 */
    padding-bottom: 1.1rem;
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.3;
}

.place-general-desc__item a {
    text-decoration: none;
}

.place-general-desc__item-name {
    display: block;
    padding-bottom: 0.375rem;
    /* 6/16 */
    font-size: 1rem;
}

.place-general-desc__item-phone {
    text-decoration: none;
    color: #21272a;
}

.place-general-desc__item-text>*:first-child {
    margin-top: 0;
}

.place-general-desc__item-text>*:last-child {
    margin-bottom: 0;
}

.place-general-desc__item:last-child {
    padding-bottom: 0;
}

.main-content__section--contacts {
    border-bottom: 1px solid #e2e5e9;
    margin-bottom: 3.5rem;
    /* 56/16 */
}

.contacts-general-info {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts-general-info a {
    text-decoration: none;
}

.contacts-general-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
}

.contacts-general-info__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.contacts-general-info__item-content {
    margin-top: auto;
}

.contacts-general-info__item-email {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    /* 12/16 */
    text-transform: uppercase;
    margin-left: auto;
}

.contacts-general-info__item-adresse-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    /* 40/16 */
}

.contacts-general-info__item-linkname {
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.3;
}

.contacts-general-info__item-link {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.875rem;
    /* 14/16 */
    line-height: 1.3;
    padding-top: .4rem;
}

.contacts-general-info__item-phone {
    white-space: nowrap;
    color: #21272a;
    line-height: 1;
}

.contacts-general-info .title-s {
    line-height: 1.3;
}

.table-promo {
    width: 100%;
    text-transform: uppercase;
}

.table-promo th,
.table-promo td {
    border: none;
    padding: 0;
    text-align: left;
    -webkit-transition: .15s;
    transition: .15s;
    border-top: 1px solid #e2e5e9;
    padding: 1.5rem 1rem;
}

.table-promo th:last-child,
.table-promo td:last-child {
    text-align: right;
    padding-right: 0;
}

.table-promo th:first-child,
.table-promo td:first-child {
    padding-left: 0;
}

.table-promo th {
    font-weight: normal;
    color: #697077;
}

.table-promo td {
    font-size: 1.25rem;
    /* 20/16 */
    font-weight: bold;
}

.table-promo thead tr:first-child th,
.table-promo thead tr:first-child td {
    border-top: none;
}

.table-promo tbody tr:last-child td {
    border-bottom: 1px solid #e2e5e9;
}

.table-promo__price {
    color: #619716;
}

.table-promo__col-name {
    display: none;
}

.bx-no-touch .table-promo tbody tr {
    position: relative;
    -webkit-transition: .25s;
    transition: .25s;
}

.bx-no-touch .table-promo tbody tr:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 244, 247, 0)), color-stop(1%, rgba(243, 244, 247, 0.25)), color-stop(99%, rgba(243, 244, 247, 0.25)), to(rgba(243, 244, 247, 0)));
    background: linear-gradient(to right, rgba(243, 244, 247, 0) 0%, rgba(243, 244, 247, 0.25) 1%, rgba(243, 244, 247, 0.25) 99%, rgba(243, 244, 247, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.bx-no-touch .table-promo tbody tr:hover td {
    border-color: #c8ccd0;
}

.bx-no-touch .table-promo tbody tr:hover+tr td {
    border-top-color: #c8ccd0;
}

.main-content__section--product-promo {
    overflow: hidden;
}

.main-content__section--product-promo+.main-content__section {
    padding-top: 3.5rem;
    /* 56/16 */
}

.text-promo {
    max-width: 76.25em;
    /* 1220/16 */
    padding-bottom: .5rem;
}

.main-content__section--promo-about {
    border-bottom: 1px solid #e2e5e9;
}

.main-content__section--promo-about+.main-content__section {
    padding-top: 3.5rem;
}

.main-content__section--promo-about:before,
.main-content__section--promo-about:after {
    position: absolute;
    bottom: -2px;
    content: '';
    background: #ffffff;
    width: 2.5rem;
    height: 4rem;
}

.main-content__section--promo-about:before {
    left: 0;
}

.main-content__section--promo-about:after {
    right: 0;
}

.main-content__section--promo-about .semi-row__item {
    width: calc(51% - 2rem);
}

.main-content__section--promo-about .semi-row__item:first-child {
    width: calc(49% - 2rem);
}

.promo-name {
    color: #ffffff;
    position: relative;
    max-width: 33.5em;
    /* 536/16 */
    padding: 0 3.5rem 0 0;
    min-height: 33em;
    /* 528/16 */
    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;
}

.promo-name>* {
    position: relative;
}

.promo-name:before {
    content: '';
    position: absolute;
    top: -3.5rem;
    bottom: -3.5rem;
    left: -100vw;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
}

.promo-name .title {
    font-weight: bold;
}

.promo-name .title-page {
    padding: 0;
	font-size: 3.0rem;
}

.fw-video .ytdefer>div button {
    zoom: 3;
}

.swiper-pics [data-fancybox]:before {
    right: .5rem;
    top: .5rem;
}

.main-content__section--product-hallo-mobile {
    display: none;
    background: #f3f4f7;
    padding: 0.75rem 0;
    /* 12/16 */
}

.main-content__section--product-hallo-mobile .product-hallo {
    min-height: 0;
    gap: 2rem;
}

.main-content__section--product-hallo-mobile .product-hallo__info {
    width: 100%;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1rem;
}

.main-content__section--product-hallo-mobile .product-hallo__info a {
    color: #21272a;
}

.main-content__section--product-hallo-mobile .product-hallo__info-item:last-child {
    margin-left: auto;
}

.main-content__section--product-hallo-mobile .product-tech {
    letter-spacing: normal;
    text-transform: none;
}

.main-content__section--product-hallo-mobile .product-hallo__info-item-price {
    color: #619716;
}

body .f-button svg {
    -webkit-filter: none;
    filter: none;
}

.form-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2rem;
}

.form-footer .submit-info {
    text-align: right;
}

.form-v1 .form-cols__item:first-child {
    max-width: 392px;
}

.form-v1 .form-row:last-child {
    padding-top: .5rem;
}

.form-v1 .select-list__item-header {
    gap: 2rem;
}

.form-v1 .submit-info {
    max-width: 332px;
    padding-top: 0;
    margin-top: 0;
}

.form-v1 .button {
    min-width: 292px;
}

.form-cols--time .form-cols__item {
    max-width: calc(100% - 8.5rem);
}

.form-cols--time .form-cols__item:first-child {
    max-width: 7.5rem;
    /* 120/16 */
}

/* Скрыть оригинальный чекбокс */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Стилизация контейнера для кастомного чекбокса */
.custom-checkbox {
    position: relative;
    padding-left: 2.5rem;
    /* 40/16 */
    cursor: pointer;
    font-size: 1rem;
    min-height: 1.5rem;
    display: inline-block;
}

/* Стилизация внешнего вида кастомного чекбокса */
.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #f3f4f7;
    border: 1px solid #c8ccd0;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}

/* Изменение внешнего вида при активации чекбокса */
.custom-checkbox input:checked+.checkmark {
    background-color: #80bd2a;
    border: 1px solid #80bd2a;
}

/* Добавление метки для текста рядом с чекбоксом */
.custom-checkbox::before {
    content: '';
    display: inline-block;
    width: 0;
}

/* Изменение внешнего вида метки при активации чекбокса */
.custom-checkbox input:checked+.checkmark::before {
    content: '\2713';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.bx-no-touch .custom-checkbox:hover .checkmark {
    border-color: #c8ccd0;
    background-color: #ffffff;
}

.bx-no-touch .custom-checkbox:hover input:checked+.checkmark {
    background-color: #9fd454;
    border: 1px solid #9fd454;
}

.form-v2 textarea {
    height: 8rem;
    /* 128/16 */
}

.main-content {
    padding-bottom: 3.5rem;
    padding-top: 11rem;
    /* 176/16 */
    position: relative;
    z-index: 5;
}

.main-content__section {
    padding-bottom: 3.5rem;
    /* 56/16 */
    position: relative;
}

.main-content__section-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem 2rem;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 2rem;
}

.main-content__section-header .title {
    margin: 0;
}

.main-content__section:first-child,
.main-content__section--light {
    padding-top: 3.5rem;
    /* 56/16 */
}

.main-content__section--light {
    background: #f8f9fb;
}

.main-content__section--light .centering-content {
    padding-top: 0.75rem;
    /* 12/16 */
    padding-bottom: .75rem;
}

.main-content__section--light+.main-content__section {
    padding-top: 3.5rem;
}

.main-content__section--hallo {
    padding: 2.5rem 0;
    /* 40/16 */
    min-height: 50rem;
    /* 800/16 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: center;
    background-repeat: no-repeat;
    -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;
    margin-bottom: 3.5rem;
}

.main-content__section--hallo .section-name {
    margin: 0;
    max-width: 81.25rem;
    /* 1300/16 */
}

.main-content__section--hallo .centering-content {
    position: relative;
    z-index: 2;
}

.main-content__section--hallo+.main-content__section--light,
.main-content__section--hallo+.main-content__section--banners {
    margin-top: -3.5rem;
}

.main-content__section--product-hallo {
    padding-bottom: 2.75rem;
    /* 44/16 */
    padding-top: 3.375rem;
    /* 54/16 */
    background: #697077;
    color: #ffffff;
    min-height: 0;
}

.main-content__section--product-hallo:first-child {
    padding-top: 3.375rem;
    /* 54/16 */
}

.main-content__section--banners .swiper-banners {
    padding-top: 1rem;
}

.main-content__section--variants {
    border-bottom: 1px solid #e2e5e9;
    padding: 2rem 0;
    margin-bottom: 3.5rem;
    /* 56/16 */
}

.main-footer {
    color: #a2a9b0;
    background: #21272a;
    padding: 3.375rem 0;
    /* 54/16 */
}

.main-footer a {
    text-decoration: none;
}

.main-footer__content {
    display: grid;
    grid-template-columns: 22.125rem 1fr;
    /* 354/16 */
    grid-template-rows: 1fr 1fr;
    gap: 2rem 7rem;
    /* 80/16 */
    /* 120/16 */
    grid-template-areas: "footerTouch footerMenu""footerCopy footerMenu";
}

.main-footer__touch-contact {
    grid-area: footerTouch;
}

.main-footer__copy {
    font-size: 14px;
    line-height: 1.3;
    grid-area: footerCopy;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-column-gap: 5rem;
    column-gap: 5rem;
    /* 80/16 */
    grid-area: footerMenu;
    color: #ffffff;
}

.main-footer__menu a {
    color: #c8ccd0;
}

.main-footer__menu-item-name {
    padding-bottom: 20px;
    text-transform: uppercase;
}

.main-footer__menu-item-name a {
    color: #a2a9b0;
}

.main-footer__menu-item,
.main-footer__menu ul,
.main-footer__menu li {
    display: block;
}

.main-footer__menu ul {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    /* 14/16 */
}

.main-footer__menu ul li {
    padding: 0.25rem 0;
    /* 4/16 */
    min-width: 7.875rem;
    /* 126/16 */
}

.main-footer__menu a:hover,
.main-footer__menu a:active {
    color: #ffffff;
}

.main-footer .site-creator {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.main-footer .site-creator__name {
    position: relative;
}

.main-footer .site-creator a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    zoom: 0;
}

.main-footer .company-phone__num {
    color: #ffffff;
    white-space: nowrap;
}

.main-footer .company-phone__description {
    color: #a2a9b0;
    text-align: left;
    font-size: 1rem;
}

.main-footer .soc-list {
    padding: 0.75rem 0;
    /* 12/16 */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media only screen and (min-width: 1921px) {
    .hallo-bg__video {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }

    .swiper.swiper-products-detail.gallery-content {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 761px) {
    .main-footer__menu-item-content {
        max-height: none !important;
    }
}

@media only screen and (min-width: 300px) {
    .swiper-products.places-list.opened .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .swiper-products.opened .swiper-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem 1rem;
        width: calc(100% + 1rem);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: translate3d(0px, 0px, 0px) !important;
        transform: translate3d(0px, 0px, 0px) !important;
        -webkit-transition: 0s !important;
        transition: 0s !important;
    }

    .swiper-products.opened .swiper-wrapper .swiper-slide {
        width: calc(100% - 1rem);
        margin-right: 0;
        -webkit-transition: opacity .25s, width .25s, -webkit-transform .25s;
        transition: opacity .25s, width .25s, -webkit-transform .25s;
        transition: opacity .25s, transform .25s, width .25s;
        transition: opacity .25s, transform .25s, width .25s, -webkit-transform .25s;
    }

    .swiper-products.opened .swiper-wrapper .swiper-slide .product-card {
        width: 100%;
        max-width: 100%;
    }

    .swiper-products.opened .swiper-wrapper .swiper-slide.hidden-slide {
        height: 0;
        position: absolute;
        -webkit-transform: translateZ(0) scale(0.5) !important;
        transform: translateZ(0) scale(0.5) !important;
        z-index: 0;
    }

    .swiper-products.opened .swiper-wrapper .swiper-slide.visible-slide {
        z-index: 10;
    }

    .swiper-products.opened .places-card {
        border: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 7.5rem;
        /* 120/16 */
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #e2e5e9;
        padding-bottom: 3.5rem;
        /* 56/16 */
        margin-bottom: 3rem;
    }

    .swiper-products.opened .places-card__header {
        background: none;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-products.opened .places-card__content {
        padding-left: 0;
        padding-right: 0;
    }

    .swiper-products.opened .places-card__footer {
        padding: 0;
        width: 100%;
        margin-top: 0;
        height: 100%;
    }

    .swiper-products.opened .places-card__footer .map-wrap {
        height: 100%;
    }

    .swiper-products.opened .places-card__name {
        font-size: 1.5rem;
    }

    .swiper-products.opened .places-card__item {
        width: 100%;
        max-width: 28rem;
    }

    .swiper-products.opened.places-list .swiper-wrapper {
        gap: 0;
        width: 100%;
    }

    .swiper-products.opened.places-list .swiper-wrapper .swiper-slide {
        -webkit-transition: 0s;
        transition: 0s;
    }

    .swiper-products.opened .presentation-button {
        display: none;
    }

    .swiper-products.opened .places-card__item .presentation-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: auto;
    }

    .button-toggle-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (min-width: 680px) {
    .swiper-products.opened .swiper-wrapper {
        gap: 2rem 1.5rem;
        width: calc(100% + 1.5rem);
    }

    .swiper-products.opened .swiper-wrapper .swiper-slide {
        width: calc(50% - 1.5rem);
    }
}

@media only screen and (min-width: 761px) {
    .button-toggle-filter-wrap {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .swiper-products.opened .swiper-wrapper {
        gap: 2rem;
        width: calc(100% + 2rem);
    }

    .swiper-products.opened .swiper-wrapper .swiper-slide {
        width: calc(33.333% - 2rem);
    }
}

@media only screen and (max-width: 1920px) {
    .about-list__item .accordion__item-content {
        width: calc(100% + 2.5rem);
        padding-right: 2.5rem;
    }
}

@media only screen and (max-width: 1700px) {
    .contacts-general-info {
        gap: 3.5rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-general-info__item:last-child {
        width: 100%;
    }

    .contacts-general-info__item-email {
        margin-left: 0;
    }

    .about-list .semi-row__item-img {
        margin-top: 0;
    }

    .swiper .swiper-button-v1.swiper-button-next {
        right: -1rem;
    }

    .swiper .swiper-button-v1.swiper-button-prev {
        left: -1rem;
    }

    .swiper.swiper-tabs-content {
        margin-left: -2.5rem;
        margin-right: -2.5rem;
        width: calc(100% + 5rem);
    }

    .blank-card .form-area {
        min-width: 620px;
    }

    .blank-card--cols {
        gap: 6rem;
    }

    .blank-card--cols .blank-card__item:before {
        right: -3rem;
    }

    .submit-info {
        margin-bottom: 0;
    }
}

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

    .main-content__section--promo-about:before,
    .main-content__section--promo-about:after {
        width: 1.5rem;
    }

    .swiper.swiper-products-detail.gallery-content {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
    }

    .about-list__item .accordion__item-content {
        width: calc(100% + 1.5rem);
        padding-right: 1.5rem;
    }

    .hover-tooltip:after,
    .hover-tooltip:before,
    .hover-tooltip__content {
        width: 260px;
        margin-left: -130px;
    }

    .complectation .accordion__item-content {
        width: calc(100% + 1.5rem);
        padding-right: 1.5rem;
    }

    .blank-card {
        padding: 2.5rem;
    }

    .blank-card .form-area {
        min-width: 520px;
    }

    .centering-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .swiper .swiper-button-v1.swiper-button-next {
        right: -1.5rem;
    }

    .swiper .swiper-button-v1.swiper-button-prev {
        left: -1.5rem;
    }

    .swiper.swiper-tabs-content {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
    }

    .main-header__row {
        font-size: 14px;
    }

    .main-nav__item {
        min-height: 3rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main-content {
        padding-top: 10rem
            /* 160/16 */
        ;
    }

    .swiper.swiper-per-view .swiper-button-prev {
        left: -1rem;
    }

    .swiper.swiper-per-view .swiper-button-next {
        right: -1rem;
    }

    .fw-video .ytdefer>div button {
        zoom: 2;
    }

    .payment-steps {
        gap: 3rem;
    }

    .main-footer__content {
        grid-template-columns: 18rem 1fr;
    }
}

@media only screen and (max-width: 1220px) {
    .payment-steps__item-num {
        font-size: 5rem;
    }

    .about-text {
        padding-bottom: 2rem;
        padding-top: 0rem;
    }

    .about-text h2:first-child {
        padding-bottom: 0;
    }

    .text-section {
        padding: 2rem 0;
    }

    .swiper-products.opened .places-card {
        gap: 3rem;
    }

    .swiper-products.opened .places-card {
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .about-list {
        padding-top: 0;
    }

    .contacts-general-info__item {
        gap: 1rem;
    }

    .contacts-general-info__item-adresse-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.25rem 2.5rem;
    }

    .contacts-general-info {
        gap: 2.5rem;
        padding-top: 0;
    }

    .main-content__section--contacts {
        margin-bottom: 2rem;
    }

    .about-list>.about-list__item {
        margin-bottom: 2rem;
    }

    .about-list .semi-row {
        padding-bottom: 0;
    }

    .about-list .semi-row__item>*:first-child {
        margin-top: 0;
    }

    .about-list>.about-list__item {
        border-bottom: none;
    }

    .about-list .accordion__item:last-child {
        border-bottom: 1px solid #e2e5e9;
    }

    .about-list__item-text {
        padding-top: 0;
    }

    .gallery-thumbs {
        margin-bottom: 2rem;
    }

    .swiper.swiper-products-detail.gallery-content .swiper-gallery {
        margin-bottom: 2rem;
    }

    .swiper.swiper-products-detail.gallery-content .swiper-gallery:last-child {
        margin-bottom: 0;
    }

    .main-header {
        position: relative;
    }

    .main-header .hidden-mobile {
        display: none;
    }

    .main-header .hidden-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main-header__row {
        -webkit-column-gap: 1.5rem;
        column-gap: 1.5rem;
    }

    .main-header__col {
        padding: 5px 0 6px;
    }

    .main-header .logo img {
        height: 3.5rem;
        /* 56/16 */
    }

    .main-content {
        padding-top: 0;
    }

    .title-xxl {
        font-size: 2.8rem;
    }

    .selected-text mark {
        padding: .5rem 1rem;
    }

    .main-content__section--hallo {
        min-height: 29rem;
    }

    .main-content__section--hallo .title-xxl {
        max-width: 640px;
    }

    .main-content__section--hallo {
        margin-bottom: 2rem;
    }

    .main-content__section {
        padding-bottom: 2rem;
    }

    .main-content__section:first-child,
    .main-content__section--light,
    .main-content__section--light+.main-content__section {
        padding-top: 2rem;
    }

    .main-content__section--hallo+.main-content__section--light,
    .main-content__section--hallo+.main-content__section--banners {
        margin-top: -2rem;
    }

    .button--xxl {
        min-height: 3.5rem;
        /* 56/16 */
    }

    .products-categories {
        padding-bottom: 2rem;
    }

    .swiper-products .swiper-slide {
        width: 29rem;
    }

    .swiper-products .swiper-slide .product-card {
        width: 29rem;
    }

    .product-card {
        max-width: 29rem;
    }

    .product-card .variants-list__item {
        font-size: 15px;
    }

    .products-categories__button {
        min-width: 10.875rem;
        /* 174/16 */
    }

    .swiper-teasers .swiper-button-prev,
    .swiper-teasers .swiper-button-next {
        display: none;
    }

    .swiper.swiper-teasers {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .main-footer__content {
        gap: 2.5rem;
        grid-template-columns: 16rem 1fr;
    }

    .main-footer__menu {
        -webkit-column-gap: 3rem;
        column-gap: 3rem;
    }

    .main-content {
        padding-bottom: 2rem;
    }

    .catalog-filter .select-list__item-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0.25rem 2.5rem 0.25rem 1rem;
    }

    .catalog-filter__control-item:first-child {
        max-width: 29rem;
    }

    .catalog-filter .products-categories__button {
        min-height: 50px;
        font-size: 1rem;
    }

    .catalog-filter .products-categories__button.active:before {
        width: 24px;
        height: 24px;
    }

    .title-page.hidden-desktop {
        display: block;
    }

    .catalog-filter .select-list__item-placeholder {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .accordion__item-header-col {
        padding: 0 1rem;
    }

    .blank-card--cols {
        gap: 4rem;
    }

    .blank-card--cols .blank-card__item:before {
        right: -2rem;
    }

    .blank-card {
        padding: 2rem 2rem;
    }

    .main-content__section--variants {
        margin-bottom: 2rem;
    }

    .swiper-tabs-wrap {
        padding-bottom: 2rem;
    }

    .blank-card .form-area {
        min-width: 480px;
    }

    .var-area .variants-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 1.5rem;
    }

    .var-area .row-wrap {
        max-width: 660px;
        text-align: right;
        margin-right: -1.5rem;
    }

    .product-hallo {
        min-height: 130px;
    }

    .main-content__section--product-hallo-mobile {
        padding-bottom: .75rem;
    }

    [data-fancybox]:before,
    [data-fancybox]:hover:before {
        opacity: .2;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        right: 0rem;
        top: 0rem;
    }

    .swiper-pics [data-fancybox]:before,
    .swiper-pics [data-fancybox]:before,
    .swiper-gallery .swiper-slide [data-fancybox]:before {
        right: 0rem;
        top: 0rem;
    }

    .main-content__section--product-promo+.main-content__section,
    .main-content__section--promo-about+.main-content__section {
        padding-top: 2rem;
    }

    .main-header__section {
        z-index: 2;
        background: #ffffff;
        position: relative;
        border: none;
    }

    .main-header__section .centering-content>.main-header__row {
        position: relative;
    }

    .main-header__section .centering-content>.main-header__row:before {
        content: '';
        background: #e2e5e9;
        position: absolute;
        left: -1.5rem;
        bottom: 0;
        right: -1.5rem;
        height: 1px;
        -webkit-transition: left .2s, right .2s;
        transition: left .2s, right .2s;
    }

    .mobile-menu {
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        height: calc(100vh - 68px);
        position: absolute;
        right: 0;
        top: 100%;
        overflow: auto;
        z-index: -1;
        visibility: hidden;
        -webkit-transition: opacity .25s, -webkit-transform .2s;
        transition: opacity .25s, -webkit-transform .2s;
        transition: opacity .25s, transform .2s;
        transition: opacity .25s, transform .2s, -webkit-transform .2s;
        opacity: 0;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem);
    }

    .mobile-menu .centering-content {
        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%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 3.5rem;
        gap: 3.375rem;
    }

    .mobile-menu .centering-content:before {
        width: 8.375rem;
        /* 134/16 */
        height: 0.3125rem;
        /* 5/16 */
        content: '';
        position: absolute;
        background: #121619;
        bottom: .5rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 10px;
    }

    .mobile-menu .centering-content .hidden-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        /* 24/16 */
        gap: 1.5rem;
    }

    .mobile-menu .centering-content .hidden-desktop .button {
        width: 100%;
    }

    .mobile-menu .company-phone {
        text-align: center;
    }

    .mobile-menu .company-phone__num {
        font-weight: normal;
    }

    .mobile-menu .company-phone__description {
        text-align: center;
    }

    .mobile-menu .main-nav__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .mobile-menu .main-nav__item {
        padding: 5px 0;
        min-height: 54px;
        border-top: 1px solid #e2e5e9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        font-size: 0.875rem;
        /* 14/16 */
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .mobile-menu .main-nav__item:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-top: none;
    }

    .mobile-menu .main-nav__item--fav {
        width: 100%;
        margin-left: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .mobile-menu .main-nav__item-num {
        top: -2px;
        margin-right: -2px;
    }

    .mobile-menu .main-nav__item-ico--fav svg {
        display: none;
    }

    .mobile-menu__footer {
        display: none;
    }

    .menu-opened {
        height: 100vh;
        overflow: hidden;
    }

    .menu-opened body {
        height: 100vh;
        overflow: hidden;
    }

    .menu-opened .toggle-mobile-menu__ico--def {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        opacity: 0;
    }

    .menu-opened .toggle-mobile-menu__ico--close {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .menu-opened .main-header__section {
        border-bottom-color: #ffffff;
    }

    .menu-opened .main-header__section .centering-content>.main-header__row:before {
        left: 0;
        right: 0;
    }

    .menu-opened .main-content,
    .menu-opened .main-footer {
        -webkit-transition: -webkit-filter .25s;
        transition: -webkit-filter .25s;
        transition: filter .25s;
        transition: filter .25s, -webkit-filter .25s;
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }

    .menu-opened .mobile-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .form-v1 .button {
        min-width: 148px;
    }

    .about-text+.swiper-programs {
        margin-top: 0;
    }

    .swiper-programs {
        margin-bottom: 2.5rem;
    }
}

@media only screen and (max-width: 1099px) {
    .favorite-list {
        gap: 2rem 1.5rem;
        width: calc(100% + 1.5rem);
    }

    .favorite-list__item,
    .favorite-list .added-item {
        width: calc(50% - 1.5rem);
    }

    .row-wrap::-webkit-scrollbar {
        opacity: 0;
    }
}

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

    .favorite-list__item,
    .favorite-list .added-item {
        width: calc(100% - 1.5rem);
    }

    .favorite-list .added-item {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .payment-steps {
        overflow: auto;
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .payment-steps::-webkit-scrollbar {
        opacity: 0;
    }

    .payment-steps__item-num {
        font-size: 4.5rem;
    }

    .payment-steps__item-stepnum,
    .payment-steps__item-content {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .form-v1 .form-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-v1 .form-cols__item:first-child {
        max-width: 100%;
    }

    .form-v1 .form-cols__item:first-child .form-row:last-child {
        padding-top: 0;
    }

    .form-v1 .form-cols--time {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .form-v1 .form-cols--time .form-cols__item:first-child {
        max-width: 7.5rem;
        /* 120/16 */
    }

    .form-v1 .button {
        min-width: 292px;
    }

    .semi-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }

    .about-list .semi-row {
        gap: 1rem;
    }

    .main-content__section--promo-about .semi-row__item:first-child,
    .main-content__section--promo-about .semi-row__item,
    .semi-row__item {
        width: 100%;
    }

    .var-area {
        gap: 2rem;
    }

    .var-area .row-wrap {
        max-width: 440px;
    }

    .complectation__buttons {
        display: none;
    }

    .complectation .complectation__pd {
        margin-left: auto;
        padding-right: 0;
    }

    .complectation__name {
        width: 21rem;
    }

    .complectation-mobile-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-filter__control-item:first-child {
        margin-right: 1rem;
    }

    .main-footer__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-footer__copy {
        text-align: center;
    }

    .main-footer__touch-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.5rem;
    }

    .main-footer .soc-list {
        padding: 0;
    }

    .blank-card--cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blank-card--cols .blank-card__item:before {
        right: 0;
        top: -1.7rem;
        width: 100%;
        height: 1px;
    }

    .blank-card--cols .blank-card__item:last-child:before {
        display: block;
    }

    .blank-card--cols .blank-card__item:first-child:before {
        display: none;
    }

    .blank-card .form-area {
        min-width: 0;
    }

    .blank-card--form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .blank-card--form .blank-card__item:last-child:before {
        display: none;
    }

    .blank-card--form .blank-card__item:first-child:before {
        display: block;
    }

    .blank-card--form .blank-card__item p:first-child {
        font-weight: bold;
    }

    .complectation__icons>div {
        gap: .5rem;
    }

    .hallo-bg__img {
        -o-object-position: 88%;
        object-position: 88%;
    }

    body .is-horizontal .f-carousel__nav .f-button.is-prev,
    body .is-horizontal .fancybox__nav .f-button.is-prev {
        left: 0;
    }

    body .is-horizontal .f-carousel__nav .f-button.is-next,
    body .is-horizontal .fancybox__nav .f-button.is-next {
        right: 0;
    }

    .fancybox__nav .f-button {
        overflow: hidden;
    }

    .fancybox__nav .f-button:before {
        display: none;
    }

    .swiper.swiper-complectation .swiper-slide h4 {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .main-content__section-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-sort {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .product-sort__item:first-child {
        margin-right: auto;
    }

    .gallery-content__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery-content__text-item {
        width: 100%;
    }

    .gallery-content__text-item:last-child {
        max-width: 100%;
    }

    .blank-card--form-v1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blank-card--form-v1 .blank-card__item:last-child:before {
        display: block;
    }

    .blank-card--form-v1 .blank-card__item:first-child:before {
        display: none;
    }
}

@media only screen and (max-width: 760px) {
    .payment-steps {
        padding: 1rem 0 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.35rem;
    }

    .payment-steps__item {
        gap: .5rem;
    }

    .payment-steps__item-header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .places-card__header,
    .places-card__content,
    .places-card__footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .places-card__header {
        padding-top: 0.75rem;
        /* 12/16 */
        padding-bottom: .75rem;
    }

    .places-card__footer {
        padding-bottom: 1rem;
    }

    .places-card__footer .map-wrap {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .places-card__name {
        font-size: 1rem;
    }

    .swiper-products.places-list .swiper-slide {
        width: 344px;
        max-width: 100%;
    }

    .contacts-general-info__item {
        width: 100%;
        border-bottom: 1px solid #e2e5e9;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .contacts-general-info__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .contacts-general-info__item-email {
        gap: .25rem;
    }

    .contacts-general-info {
        gap: 0;
    }

    .main-nav {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .fw-video .ytdefer>div button {
        zoom: 1;
    }

    .main-content__section--promo-about:before,
    .main-content__section--promo-about:after {
        width: 1rem;
    }

    .promo-name {
        min-height: 198px;
        max-width: none;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: -1.5rem;
        margin-bottom: -2rem;
    }

    .promo-name:before {
        display: none;
    }

    .promo-name .title-page {
        font-size: 1rem;
        line-height: 1.5;
    }

    .promo-name .promo-name__content {
        width: calc(100vw + 1.5rem);
        padding: .75rem 1.5rem;
        /* 12/16 */
        background: rgba(0, 0, 0, 0.6);
    }

    .hover-tooltip:after,
    .hover-tooltip:before,
    .hover-tooltip__content {
        width: 202px;
        margin-left: -101px;
    }

    .swiper-media .swiper-slide {
        margin-right: 0.75rem;
        /* 12/16 */
        width: calc(33.333% - 0.75rem);
    }

    .swiper-media .swiper-wrapper {
        width: calc(100% + 0.75rem);
    }

    .swiper.swiper-tabs-content {
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
    }

    .main-content__section--product-hallo-mobile {
        display: block;
    }

    .complectation__name {
        width: auto;
    }

    .accordion__item-header-col {
        gap: 0.75rem;
        /* 12/16 */
    }

    .complectation__price {
        text-align: right;
    max-width: 60%;
    }

    .complectation__description-name {
        display: none;
    }

    .complectation .accordion__item-content {
        width: calc(100% + 1rem);
        padding-right: 1rem;
    }

    .complectation__icons>div {
        gap: .5rem;
    }

    .swiper .swiper-slide .complectation__icons img {
        width: 140px;
    }

    .complectation__icons {
        min-height: 180px;
    }

    .complectation .accordion__item-content>*:last-child {
        margin-bottom: 1rem;
    }

    .var-area .row-wrap {
        max-width: 340px;
    }

    .variants-list__item .button {
        padding: 0.25rem 1rem;
    }

    .variants-list__item .button--xl {
        min-height: 2.625rem;
        /* 42/16 */
        font-size: 1rem;
    }

    .var-area .variants-list {
        gap: .5rem;
    }

    .button--ssm.toggle-complectation {
        padding: .1rem 1rem;
        border-width: 1px;
        font-size: 11px;
    }

    .main-content__section--to-catalog:last-child {
        padding-bottom: 2rem;
    }

    .main-content__section--hallo {
        min-height: 230px;
    }

    .centering-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main-footer__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-footer__menu-item {
        border-bottom: 1px solid #343a3f;
    }

    .main-footer__menu-item:first-child {
        border-top: 1px solid #343a3f;
    }

    .main-footer__menu-item-name {
        padding: 1.125rem 0;
        /* 18/16 */
        padding-right: 2.5rem;
        /* 40/16 */
        position: relative;
        font-weight: bold;
        font-size: 0.75rem;
        /* 12/16 */
    }

    .main-footer__menu-item-name a {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .main-footer__menu-item-name a:before {
        content: '';
        position: absolute;
        display: block;
        right: -2rem;
        top: -1.125rem;
        bottom: -1.125rem;
        left: 0;
    }

    .main-footer__menu-item-name:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.75rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/caret-down1.svg) no-repeat center;
        background-size: contain;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    .main-footer__menu-item ul {
        -webkit-transition: all .3s;
        transition: all .3s;
        overflow: hidden;
        max-height: 0;
    }

    .main-footer__menu-item ul li {
        padding: 0.375rem 2.25rem 0.375rem 1.5rem;
        /* 6/16 */
        /* 36/16 */
        /* 6/16 */
        /* 24/16 */
        min-width: 0;
        position: relative;
    }

    .main-footer__menu-item ul li:before {
        content: '';
        position: absolute;
        width: 0.375rem;
        /* 6/16 */
        height: 0.375rem;
        /* 6/16 */
        background: #697077;
        display: block;
        left: 0;
        top: 0.875rem;
        /* 14/16 */
    }

    .main-footer__menu-item ul li:last-child {
        padding-bottom: 1rem;
    }

    .main-footer__menu-item ul li:first-child {
        padding-top: 0;
    }

    .main-footer__menu-item ul li:first-child:before {
        top: 0.5rem;
        /* 8/16 */
    }

    .main-footer__menu-item ul li li:last-child {
        padding-bottom: .375rem;
    }

    .main-footer__menu-item ul li li:first-child {
        padding-top: .375rem;
    }

    .main-footer__menu-item ul li li:first-child:before {
        top: 0.875rem;
        /* 14/16 */
    }

    .main-footer__menu-item.opened .main-footer__menu-item-name:after {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .main-footer {
        padding: 1.6rem 0 2rem;
    }

    .main-footer .company-phone__num {
        font-size: 1.25rem;
        /* 20/16 */
        font-weight: 400;
    }

    .main-footer .company-phone__description {
        display: none;
    }

    .main-footer .soc-list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .main-footer .soc-list__item svg {
        width: 2.375rem;
        /* 38/16 */
        height: 2.375rem;
        /* 38/16 */
    }

    .main-footer__content {
        gap: 1.5rem;
    }

    .main-content {
        padding-bottom: 0;
    }

    .accordion__item-name {
        font-size: 0.875rem;
        /* 14/16 */
        min-height: 3.5rem;
        /* 56/16 */
        line-height: 1.3;
    }

    .accordion__item-header {
        gap: 1rem 0;
    }

    .accordion--v1 .accordion__item-header {
        padding-right: 1.625rem;
    }

    .accordion__item-header-col:first-child {
        padding-right: 1rem;
        max-width: calc(100% - 202px);
    }

    .complectation .complectation__pd {
        padding-right: .75rem;
    }

    .accordion--v1 .accordion__item-header .accordion__item-name {
        min-height: 4.25rem;
        /* 68/16 */
        padding-left: 0;
        position: static;
    }

    .accordion--v1 .accordion__item-header .accordion__item-name:before {
        left: auto;
        right: 0;
    }

    .num-list {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .num-list>li {
        padding-left: 2.5rem;
        /* 40/16 */
    }

    .num-list>li:before {
        min-width: 1.5rem;
        /* 24/16 */
        height: 1.5rem;
        /* 24/16 */
        font-size: 1rem;
    }

    h1,
    h2,
    .title {
        font-size: 1.5rem;
        /* 24/16 */
        line-height: 1.416;
    }

    .product-card__name {
        font-size: 2.25rem;
        line-height: 1;
    }

    .title-s.product-card__name {
        font-size: 1rem;
        line-height: 1.5;
    }

    .onetag {
        right: .5rem;
        bottom: .5rem;
        font-size: 1.5rem;
        /* 24/16 */
        min-width: 5.3125rem;
        /* 85/16 */
        min-height: 3.125rem;
        /* 50/16 */
    }

    .onetag svg {
        zoom: .66;
    }

    .swiper-programs .swiper-slide {
        min-width: 20rem;
        /* 320/16 */
    }

    .teasers-list__item {
        min-width: 9.9rem;
        max-width: 9.9rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .teasers-list__item-ico {
        width: 3rem;
        /* 48/16 */
        height: 3rem;
        /* 48/16 */
    }

    .teasers-list__item-name {
        font-size: 0.75rem;
        /* 12/16 */
        padding-top: 1.5rem;
    }

    .swiper .teasers-list__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .main-content__section--light .centering-content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .button--xxl {
        min-height: 3.5rem;
        /* 56/16 */
        font-size: 1rem;
    }

    .tabs-names {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
    }

    .products-categories__button {
        min-width: 0;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        white-space: nowrap;
    }

    .swiper.swiper-per-view .swiper-button-next,
    .swiper.swiper-per-view .swiper-button-prev,
    .swiper .swiper .swiper-button-next,
    .swiper .swiper .swiper-button-prev {
        width: 2.75rem;
        /* 44/16 */
        height: 2.75rem;
        /* 44/16 */
        margin-top: -1.375rem;
    }

    .swiper .swiper .swiper-button-next,
    .swiper .swiper .swiper-button-prev {
        margin-top: -1.875rem;
    }

    .swiper.swiper-per-view .swiper-button-next {
        right: -0.5rem;
    }

    .swiper.swiper-per-view .swiper-button-prev {
        left: -0.5rem;
    }

    .swiper .swiper .swiper-button-next {
        right: .5rem;
    }

    .swiper .swiper .swiper-button-prev {
        left: .5rem;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .title,
    .title-xl,
    .title-xxl,
    .title-m,
    .title-sm {
        letter-spacing: 1px;
    }

    .title-xxl {
        font-size: 2rem;
        line-height: 1.28;
    }

    .main-content__section--hallo {
        padding-bottom: 1rem;
    }

    .main-content__section--hallo .title-xxl {
        font-size: 0.875rem;
        /* 14/16 */
        max-width: 300px;
    }

    .selected-text mark {
        padding: 0.25rem 0.7rem;
        line-height: 2.1;
    }

    .swiper.swiper-products-detail {
        margin-left: -1rem;
        margin-right: -1rem;
        width: calc(100% + 2rem);
    }

    .product-card__header,
    .product-card__content,
    .product-card__footer {
        padding: 1rem;
    }

    .product-card__footer .row-wrap {
        margin: -1rem;
        padding: 1rem 0 0;
        width: calc(100% + 2rem);
    }

    .swiper-products-detail .product-card__footer .row-wrap {
        padding: 1rem 1rem 0;
    }

    .swiper-products-detail .tags__item {
        font-size: 0.75rem;
        /* 12/16 */
    }

    .catalog-filter .products-categories__button {
        min-height: 42px;
        font-size: 0.875rem;
        /* 14/16 */
    }

    .catalog-filter .products-categories__button.active:before {
        width: 20px;
        height: 20px;
    }

    .catalog-filter__control {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .catalog-filter__control-item:first-child {
        margin-right: auto;
        max-width: 100%;
    }

    .catalog-filter__control-item {
        width: 100%;
    }

    .catalog-filter .select-list__item-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 3rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 3rem;
        /* 48/16 */
    }

    .catalog-filter {
        margin-bottom: 0;
    }

    .catalog-filter:before {
        display: none;
    }

    .catalog-filter {
        padding-bottom: 1.5rem;
    }

    .catalog-filter__control {
        -webkit-transition: opacity .25s;
        transition: opacity .25s;
        opacity: 0;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 0;
        overflow: hidden;
    }

    .catalog-filter__control.opened {
        opacity: 1;
        position: static;
        z-index: 10;
        height: auto;
        overflow: visible;
    }

    .catalog-filter {
        gap: 1.5rem;
    }

    legend {
        padding-bottom: 1.5rem;
    }

    .blank-card {
        padding: 1.5rem 1rem;
    }

    .swiper-tabs .tabs-names {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .variants-list__item .button {
        padding: 0.25rem .874rem;
    }

    .swiper-slide.tabs-names__item {
        min-width: 0;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        white-space: nowrap;
    }

    .swiper .swiper-button-v1.swiper-button-prev {
        left: 0rem;
    }

    .swiper .swiper-button-v1.swiper-button-next {
        right: 0rem;
    }

    .swiper .swiper-button-next.swiper-button-v1,
    .swiper .swiper-button-prev.swiper-button-v1 {
        width: 2.5rem;
        height: 3.75rem;
        margin-top: -1.875rem;
        opacity: 1;
    }

    .swiper.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 1rem;
    }

    .swiper.swiper-horizontal>.swiper-pagination-bullets {
        gap: .5rem;
    }

    .title-xl {
        font-size: 1.5rem;
        /* 24/16 */
    }

    .product-hallo__item--pages {
        display: none;
    }

    .product-hallo__item:first-child .product-hallo__buttons {
        display: none;
    }

    .product-hallo__buttons .button {
        min-width: 0;
        padding: .4rem .8rem;
        font-size: 0.75rem;
        /* 12/16 */
    }

    .product-hallo__buttons .hidden-mobile {
        display: none;
    }

    .button[target="_blank"]:after {
        width: 1rem;
        height: 1rem;
    }

    .favorite-link svg {
        width: 2.5rem;
        /* 40/16 */
        height: 2.5rem;
    }

    .product-hallo__info-item-name {
        font-size: 1.25rem;
        /* 20/16 */
    }

    .product-hallo__info-item-description {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .product-hallo__info.hidden-mobile {
        display: none;
    }

    .product-hallo__buttons {
        gap: .5rem;
    }

    .main-content__section.main-content__section--product-hallo {
        padding: 1rem 0;
    }

    .title-m {
        font-size: 1rem;
        line-height: 1.5;
    }

    .table-promo thead {
        display: none;
    }

    .table-promo tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #e2e5e9;
        padding: 12px 0;
    }

    .table-promo tr:last-child {
        border-bottom: 1px solid #e2e5e9;
    }

    .table-promo td {
        font-size: 0.875rem;
        /* 14/16 */
        padding: .2rem 0;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .table-promo tbody tr:last-child td {
        border: none;
    }

    .table-promo__col-name {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: normal;
        text-transform: none;
    }

    .tags__item {
        font-size: 12px;
    }

    .favorite-list__item .product-card__name {
        font-size: 1.5rem;
        /* 24/16 */
    }

    .favorite-list__item .product-card__price {
        font-size: 1rem;
    }

    .favorite-list__item .product-card .product-tech {
        letter-spacing: normal;
    }

    .product-card__size {
        font-size: 1rem;
    }

    .product-card__tech {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .favorite-empty-page {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .favorite-empty-page .title-m {
        font-size: 1.25rem;
        /* 20/16 */
    }

    .favorite-empty-page__ico {
        width: 120px;
        height: 120px;
    }

    .swiper.swiper-products-detail.gallery-content {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .swiper.swiper-products-detail.gallery-content .swiper-gallery {
        margin-bottom: 1rem;
    }

    .swiper.swiper-products-detail.gallery-content .swiper-gallery:last-child {
        margin-bottom: 0;
    }

    .menu-opened .main-header__section .centering-content>.main-header__row:before {
        left: .5rem;
        right: .5rem;
    }

    .num-list__content {
        margin-left: -2.5rem;
    }

    .about-list {
        font-size: 1rem;
    }

    .about-list__item .accordion__item-content {
        width: calc(100% + 1rem);
        padding-right: 1rem;
    }

    .about-list__item-text {
        padding-top: 0;
        padding-bottom: .5rem;
    }

    .about-list .semi-row {
        padding-bottom: 0;
    }

    .about-list>.about-list__item {
        margin-bottom: 2rem;
        border-bottom: none;
    }

    .about-list .semi-row {
        gap: .75rem;
    }

    .about-list {
        padding-top: 0;
    }
}

@media only screen and (max-width: 639px) {
    .places-card__item {
        gap: 1rem;
    }

    .swiper-products.opened .places-card {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .swiper-products.opened .places-card {
        gap: 1.5rem;
    }

    .contacts-general-info__item-email {
        display: none;
    }

    .contacts-general-info__item-content .hidden-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .semi-row__item .fw-img,
    .fw-video {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }

    .main-content__section--promo-about+.main-content__section {
        padding-top: 0;
    }

    .main-content__section--promo-about:before,
    .main-content__section--promo-about:after {
        display: none;
    }

    .main-content__section--promo-about {
        border-bottom: none;
    }

    .main-content__section--promo-about .semi-row__item .fw-img {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        max-width: calc(100% + 2rem);
    }

    .swiper .swiper .swiper-button-next,
    .swiper .swiper .swiper-button-prev {
        width: 2rem;
        height: 2rem;
        margin-top: -1.5rem;
    }

    .swiper-tabs-wrap {
        border-bottom: none;
        padding-bottom: 0;
    }

    .var-area {
        gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .var-area .row-wrap {
        max-width: calc(100% + 2rem);
        padding-right: 1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        margin-left: -1rem;
    }

    .var-area .variants-list {
        margin-right: 0;
    }

    .var-area .title {
        font-size: 1.25rem;
        /* 20/16 */
    }

    .main-content__section-header .title {
        font-size: 1.25rem;
        /* 20/16 */
    }

    .main-content__section-header .title-page {
        font-size: 1.5rem;
        line-height: 1.416;
        padding-bottom: 0;
    }

    .product-sort {
        gap: 1rem;
        padding: 0.375rem 0 0.5rem;
        /* 6/16 */
        /* 8/16 */
    }

    .product-sort__item {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .product-sort__item-link {
        font-size: 0.75rem;
        /* 12/16 */
        gap: .5rem;
    }

    .product-sort__item-ico svg {
        width: 1rem;
        height: 1rem;
    }

    .main-content__section--variants {
        border-bottom: none;
        margin-bottom: 0;
    }

    .button--ssm.toggle-complectation {
        display: none;
    }

    .main-content__section-header {
        padding-bottom: 1rem;
    }

    .main-content__section-header .title {
        text-align: center;
        width: 100%;
    }

    .blank-card--cols .blank-card__item:before {
        top: -1.9rem;
    }

    .catalog-filter .select-list__item-placeholder {
        font-size: 0.875rem;
        /* 14/16 */
    }

    .main-content__section--banners {
        padding: 0;
    }

    .products-categories-wrap,
    .swiper.products-categories-wrap {
        padding-top: 0.75rem;
    }

    .swiper.swiper-per-view .swiper-button-next,
    .swiper.swiper-per-view .swiper-button-prev {
        width: 2rem;
        /* 32/16 */
        height: 2rem;
        /* 32/16 */
        margin-top: -1rem;
    }

    .swiper.swiper-per-view .swiper-button-next:after,
    .swiper.swiper-per-view .swiper-button-prev:after {
        font-size: 1rem;
    }

    .swiper-products--main .swiper-slide {
        margin-right: 1rem;
    }

    .swiper-products--main .swiper-slide,
    .swiper-products--main .swiper-slide .product-card {
        width: 464px;
        max-width: 100%;
    }

    .swiper-products:not(.swiper-products--main) .swiper-slide {
        margin-right: .5rem;
    }

    .swiper-products:not(.swiper-products--main) .swiper-slide,
    .swiper-products:not(.swiper-products--main) .swiper-slide .product-card {
        width: 15rem;
        /* 240/16 */
    }

    .swiper-products:not(.swiper-products--main) .product-card__price {
        display: none;
    }

    .swiper-products:not(.swiper-products--main) .product-card__name {
        color: #ffffff;
        font-size: 1rem;
    }

    .swiper-products:not(.swiper-products--main) .product-card__name a {
        color: #ffffff;
    }

    .swiper-products:not(.swiper-products--main) .product-card__header {
        background: #21272a;
        width: 100%;
        padding: 0.75rem;
        /* 12/16 */
    }

    .swiper-products:not(.swiper-products--main) .product-card__content {
        min-height: 8.75rem;
        /* 140/16 */
    }

    .swiper-products:not(.swiper-products--main) .product-card__content .tags {
        display: none;
    }

    .swiper-products:not(.swiper-products--main) .product-card__footer {
        display: none;
    }

    .swiper .product-card .variants-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .swiper.swiper-products-detail {
        display: block;
    }

    .products-categories {
        padding-bottom: 1.9rem;
    }

    .swiper-products .product-card__default-link {
        pointer-events: none;
    }

    .swiper-products .product-card__default-link:before {
        bottom: -1000px;
    }

    .swiper-products--one .product-card__default-link,
    .swiper-products--main .product-card__default-link {
        pointer-events: auto;
    }

    .swiper-products .swiper-slide .product-card__content:before {
        content: '';
        -webkit-transition: .25s;
        transition: .25s;
        position: absolute;
        width: 3rem;
        /* 48/16 */
        height: 3rem;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        margin: -1.5rem 0 0 -1.5rem;
        background: url(../img/check.svg) no-repeat center rgba(0, 0, 0, 0.75);
        z-index: 30;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

    .swiper-products .swiper-slide.swiper-slide-thumb-active .product-card__content:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .swiper-products .swiper-button-lock {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .catalog-filter__control {
        gap: .5rem;
    }

    .catalog-filter__control .price-control {
        margin-bottom: 0.375rem;
        /* 6/16 */
    }

    .title-page {
        text-align: center;
    }

    .product-hallo .title-page,
    .promo-name .title-page {
        text-align: left;
    }

    .catalog-filter .products-categories-wrap,
    .catalog-filter .swiper.products-categories-wrap {
        padding-top: 0;
    }

    .catalog-filter .products-categories {
        gap: .5rem;
    }

    .form-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blank-card--form .submit-info {
        display: none;
    }

    .blank-card--form .submit-info--mobile {
        display: block;
        padding-top: .5rem;
    }

    [type="text"],
    [type="tel"],
    [type="email"],
    [type="password"],
    textarea {
        height: 3rem;
        /* 48/16 */
    }

    form .button {
        min-height: 3rem;
    }

    textarea {
        height: 8rem;
        /* 128/16 */
    }

    .blank-card--form .blank-card__item {
        font-size: 14px;
        text-align: center;
    }

    .blank-card--form .blank-card__item input,
    .blank-card--form .blank-card__item button,
    .blank-card--form .blank-card__item textarea {
        font-size: 1rem;
    }

    .blank-card--form .address-link {
        font-size: 12px;
        text-align: left;
        margin-top: .25rem;
    }

    .blank-card--form .address-link .address-link__name {
        padding-top: 5px;
    }

    .blank-card--form .address-link[target="_blank"] .address-link__name:after {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }

    .blank-card--form legend {
        width: 100%;
        text-align: center;
    }

    .blank-card--form .company-phone {
        padding: .5rem 0;
    }

    .blank-card--form .company-phone--has-ico .company-phone__num:before {
        display: none;
    }

    .blank-card--form .company-phone--has-ico .company-phone__num {
        padding-left: 0;
    }

    .blank-card--form .company-phone--has-ico .company-phone__description {
        padding-left: 0;
    }

    .blank-card--form .company-phone__description,
    .blank-card--form .company-phone__num {
        text-align: center;
    }

    .blank-card--form p:last-child .address-link {
        margin-top: 0;
    }

    .form-cols,
    .form-cols__item {
        gap: .5rem;
    }

    .form-cols__item .button {
        margin-top: 1rem;
    }

    .swiper .swiper-add-controls,
    .swiper.swiper-per-view .swiper-add-controls {
        display: none;
    }

    .main-content__section-header+.swiper .swiper-add-controls,
    .main-content__section-header+.swiper.swiper-per-view .swiper-add-controls {
        display: none;
    }

    .main-content__section--reviews .main-content__section-header {
        padding-right: 0;
    }

    .swiper-media.swiper.swiper-horizontal>.swiper-pagination-bullets {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .swiper.swiper-media {
        padding-bottom: 1.125rem;
        /* 18/16 */
    }

    .swiper.swiper-media .swiper-button-next,
    .swiper.swiper-media .swiper-button-prev {
        margin-top: -1.5625rem;
    }

    .main-content__section.hidden-desktop {
        display: block;
    }

    .favorite-list {
        margin-left: -1rem;
        width: calc(100% + 2rem);
    }

    .favorite-list__item,
    .favorite-list .added-item {
        width: 100%;
    }

    .product-card__footer .favorite-link-wrap {
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

    .swiper-products.gallery-thumbs .swiper-slide,
    .swiper-products.gallery-thumbs .swiper-slide .product-card,
    .swiper-products.news-list .swiper-slide,
    .swiper-products.news-list .swiper-slide .product-card {
        width: 320px;
    }

    .gallery-thumbs .swiper-slide {
        border-width: 2px;
    }

    .swiper-products.gallery-thumbs .product-card__header {
        background: #f3f4f7;
    }

    .swiper-products.gallery-thumbs .product-card__header .product-card__name {
        color: #21272a;
        font-size: 1.5rem;
        /* 24/16 */
    }

    .swiper-products.gallery-thumbs .product-card__header .product-card__subname {
        font-size: 0.75rem;
        /* 12/16 */
        padding-top: 6px;
    }

    .title-s {
        font-size: 1rem;
    }

    .news-list .news-list__item-content {
        font-size: 0.875rem;
        /* 14/16 */
        padding: 0;
    }

    .swiper-products.news-list .product-card__footer {
        display: block;
    }

    .news-list__item-name {
        margin-bottom: .5rem;
    }

    .products-categories-content.news-list {
        margin-bottom: 0;
    }

    .form-cols--time .form-cols__item {
        max-width: calc(100% - 8rem);
    }

    .select-list__item-header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 3rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 3rem;
        /* 48/16 */
    }

    .form-v1 .form-cols__item:first-child .form-row:last-child {
        padding: .5rem 0;
    }

    .blank-card--form .form-v1 .submit-info {
        display: block;
    }

    .form-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .form-v1 .submit-info {
        max-width: 100%;
        text-align: center;
    }

    .form-v1 .form-cols__item .button {
        margin-top: .5rem;
    }

    .products-categories-content.places-list {
        margin-bottom: 0;
    }

    .semi-row__item .fw-video .ytdefer>div button {
        zoom: 1;
    }

    .blank-card--form-v1 .blank-card__item {
        font-size: 1rem;
    }

    .dialog-form legend {
        font-size: 1.65rem;
    }
}

@media only screen and (max-width: 500px) {
    .form-cols--time .select-list__item-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0.25rem 2.5rem 0.25rem 1rem;
    }

    .form-cols--time .select-list__item-placeholder {
        font-size: 12px;
    }

    .form-cols--time .select-list__item-current-val {
        line-height: 1;
    }

    .form-cols--time .form-cols__item {
        max-width: calc(100% - 6.75rem);
    }

    .form-v1 .form-cols--time .form-cols__item:first-child {
        max-width: 6.25rem;
        /* 100/16 */
    }

    .contacts-general-info__item-adresse-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }

    .hover-tooltip:after,
    .hover-tooltip:before,
    .hover-tooltip__content {
        width: 160px;
        margin-left: -80px;
    }

    .hover-tooltip:after,
    .hover-tooltip__content {
        padding: 1rem 1rem .3rem;
    }

    .hover-tooltip:after,
    .hover-tooltip__content {
        font-size: 13px;
    }

    .product-hallo__info-item-description .hidden-mobile {
        display: none;
    }

    .swiper .swiper-slide .complectation__icons img {
        width: 100px;
    }

    .complectation__icons {
        min-height: 129px;
    }

    .swiper-products-detail .product-card__content {
        min-height: 13.125rem;
    }

    .swiper-tabs .tabs-names {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .complectation-mobile-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .place-general-desc {
        padding-right: .5rem;
    }

    .form-v1 .button {
        min-width: 0;
    }
}

@media only screen and (max-width: 420px) {
    .blank-card--form .address-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 370px) {
    .main-footer__touch-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .75rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .teasers-list__item {
        min-width: 9.1rem;
        max-width: 9.1rem;
    }

    .accordion__item-header .accordion__item-name {
        font-size: 0.8125rem;
        /* 13/16 */
    }

    .complectation__price {
        font-size: 0.9375rem;
        /* 15/16 */
    }

    .swiper-products.gallery-thumbs .swiper-slide,
    .swiper-products.gallery-thumbs .swiper-slide .product-card,
    .swiper-products.news-list .swiper-slide,
    .swiper-products.news-list .swiper-slide .product-card {
        width: 270px;
    }

    .swiper-products.places-list .swiper-slide {
        width: 280px;
    }

    .places-card__content {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .form-cols--time .form-cols__item {
        max-width: calc(100% - 5.875rem);
    }

    .form-v1 .form-cols--time .form-cols__item:first-child {
        max-width: 5.6rem;
    }

    .form-v1 .form-cols--time .form-cols__item:first-child input {
        padding-right: .2rem;
    }

    .swiper-programs .swiper-slide {
        min-width: 17.5rem
            /* 280/16 */
        ;
    }
}

@media only screen and (max-height: 500px) {
    .fancybox__container:not(.has-toolbar) .fancybox__footer {
        display: none;
    }
}

.mobile .accordion--v1 .accordion__item-name:hover,
.mobile .accordion__item-name:hover {
    color: #21272a;
}

.mobile .accordion--v1 .accordion__item-name:hover:before,
.mobile .accordion__item-name:hover:before {
    opacity: 1;
}

.mobile .accordion--v1 .accordion__item.opened .accordion__item-name,
.mobile .accordion__item.opened .accordion__item-name {
    color: #a2a9b0;
}

.mobile .accordion--v1 .accordion__item.opened .accordion__item-name:before,
.mobile .accordion__item.opened .accordion__item-name:before {
    opacity: .5;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {

    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " ("attr(href) ")";
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/*18.04.24*/
.swiper.swiper-complectation .swiper-slide .hover-tooltip h4 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 10.75rem;
    margin-left: auto;
    margin-right: auto;
}

.swiper.swiper-complectation .swiper-slide .hover-tooltip h4:before {
    transform: rotate(-90deg) translateY(-50%);
    -webkit-transform: rotate(-90deg) translateY(-50%);
    left: calc(50% + .35rem);
    top: -2.375rem;
    /* 38/16 */
}

@media only screen and (max-width: 760px) {
    .swiper.swiper-complectation .swiper-slide .hover-tooltip h4 {
        width: 140px;
    }
}

@media only screen and (max-width: 500px) {
    .swiper.swiper-complectation .swiper-slide .hover-tooltip h4 {
        width: 100px;
    }
}

/*end 18.04.24*/

/*21.04.24*/
.swiper .swiper-slide img {
    -o-object-position: 86% center;
    object-position: 86% center;
}

.headline-center {
    text-align: center;
}

/*end 21.04.24*/





/*22.04.24*/

.houses-blocks .normal-price,
.houses-blocks .no-price {
    font-size: 28px !important;
    line-height: 28px;
    white-space: nowrap;
}

.houses-blocks .center .normal-price,
.houses-blocks .center .no-price {
    font-size: 35px !important;
    line-height: 35px;
}

.houses-blocks .price__num {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap;
    justify-content: flex-end;
}

.houses-blocks:nth-child(1)~.houses-blocks .price__num {
    width: 100% !important;
    justify-content: center !important;
}

.houses-blocks:nth-child(1)~.houses-blocks .normal-price,
.houses-blocks:nth-child(1)~.houses-blocks .no-price {
    width: 100% !important;
    text-align: center !important;
}



.houses-slider--v1 .discount-price .rub,
.houses-slider--v1 .discount-price {
    color: #949494 !important;
}

.discount-price:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #949494;
}

.houses-slider--v1 .discount-price:before {
    display: none;
}

.houses-slider--v1 .discount-price {
    text-decoration: line-through;
}

.houses-line {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    background: none;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.houses-line a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    margin: 0 10px;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
    transition: 0.5s;
}

.houses-line a:hover {
    opacity: 1;
}

.houses-line a:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff !important;
    bottom: -3px;
    width: 100%;
    opacity: 1 !important;
    display: block !important;
    height: 2px;
}


.houses-slider {
    position: relative;
    transition: 1s;
}

.houses-blocks {
    display: flex !important;
    /*margin: 0 -10px;*/
    margin: 0;
    opacity: 0 !important;
    transition: 0.5s;
    left: -12px;
    align-items: flex-start;
}

.houses-blocks.slick-active {
    opacity: 1 !important;
}

.slick-slider .houses-blocks {
    visibility: hidden;
    z-index: -1;
}

.slick-slider .houses-blocks.slick-active {
    visibility: visible;
    z-index: 10
}

.houses-blocks .house-block {
    position: relative;
    margin: 12px;
    transition: 0.5s;
    cursor: pointer;
    /*background: #9FC44D;*/
    background: #064384;
    /*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(5,60,119,1) 0%, rgba(115,163,211,1) 100%);*/
    overflow: hidden;
}

.houses-blocks .house-block .house-desc--no-img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 60, 119, 1) 0%, rgba(115, 163, 211, 1) 100%);
}

.houses-blocks .house-block.house-block--clone {
    display: none;
}

.house-block p {
    top: 12px !important;
    font-size: 15px !important;
}

.houses-blocks .house-block:hover {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
}

.houses-blocks .house-block:hover .btn {
    opacity: 1 !important;
    bottom: 0 !important;
    top: -80px !important;
}

.houses-blocks .house-block:hover p {
    opacity: 1 !important;
}

.houses-blocks .house-block .house-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
}

.houses-blocks .house-block img {
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*background: #F7F7F7;*/
    transition: 0.5s;
    height: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    object-fit: cover;
}

.slick-slider .houses-blocks .house-block img {
    height: auto;
    object-fit: contain;
}


.houses-blocks .house-block:hover .price {
    opacity: 0;
}

.houses-slider--v1 .houses-blocks .house-block .price>* {
    transition: .5s;
}

.houses-slider--v1 .houses-blocks .house-block:hover .price {
    opacity: 1;
}

.houses-slider--v1 .houses-blocks .house-block:hover .price>* {
    opacity: 0;
}

.houses-slider--v1 .houses-blocks .house-block:hover .price>p {
    opacity: 1;
}

.houses-blocks .price {
    opacity: 1;
    transition: 0.5s;
    top: -30px;
    margin-top: 20px;
    color: #fff;

}

.houses-blocks .price__list {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}

.houses-blocks .price__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}

.houses-blocks .price__item span {
    text-transform: uppercase;
}

.houses-blocks .center .price__item {
    margin-bottom: 20px;
}

.houses-blocks .price div {
    color: #fff;
}

.houses-blocks .price span {
    white-space: nowrap;
    color: #fff;
}

.houses-blocks .price h4 {
    text-transform: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 1.3rem;
}

.houses-slider--v1 .houses-blocks .price h4 {
    text-align: center;
}

.houses-blocks .price h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    top: -25px;
    font-size: 35px;
}

.houses-blocks .left .house-block .house-desc,
.houses-blocks .right .house-block .house-desc {
    justify-content: flex-start;
}

.houses-blocks .left .house-block .house-desc h3,
.houses-blocks .right .house-block .house-desc h3 {
    text-transform: none;
    color: #fff;
    /*margin-top: 40px;*/
    padding: 0;
    font-size: 28px;
}

.houses-blocks .left .house-block .house-desc p,
.houses-blocks .right .house-block .house-desc p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 5px !important;
    line-height: 20px;
    transition: 0.5s;
}

.houses-blocks .left .house-block .house-desc .btn,
.houses-blocks .right .house-block .house-desc .btn {
    position: relative;
    opacity: 0;
    transition: 0.5s;
}

.house-block .btn {
    top: -50px;
}

.houses-blocks .left .house-block .house-desc .btn a,
.houses-blocks .right .house-block .house-desc .btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 38px;
    border: 1px solid #fff;
    border-radius: 45px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
}

.houses-blocks .left .house-block,
.houses-blocks .right .house-block {
    height: 428px;
    width: 100%;
    margin: 25px 12px !important;
}

.houses-blocks .left .house-block .house-desc .btn a:hover,
.houses-blocks .right .house-block .house-desc .btn a:hover {
    background: #fff;
    color: #252525;
}

.houses-blocks .left,
.houses-blocks .right {
    width: 28%;
}

.house-block>.house-desc>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.houses-blocks .center {
    width: 43%;
    margin: 0 25px;
}

.houses-blocks .center .house-block {
    height: 655px;
    width: 100%;
    margin: 25px 12px;
}

.houses-blocks .center .house-block .house-desc {
    justify-content: flex-start;
}

.houses-slider .slick-list {
    overflow: visible;
}

.houses-slider .slick-track {
    max-height: 100%;
    overflow: hidden;
}

.houses-slider--v1 .houses-blocks .house-block .house-desc {
    padding: 30px;
}

.houses-slider--v1 .houses-blocks .house-block .house-desc {
    text-align: center;
    align-items: center;
}

.houses-slider--v1 .houses-blocks .price {
    width: 100%;
    text-align: left;
    top: auto;
}

.houses-slider--v1 .houses-blocks .center .house-block .house-desc p,
.houses-slider--v1 .houses-blocks .left .house-block .house-desc p,
.houses-slider--v1 .houses-blocks .right .house-block .house-desc p {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
}

.houses-blocks .center .house-block .house-desc h3 {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: none;
}


.houses-slider--v1 .houses-blocks .center .house-block .house-desc h3 {
    line-height: 1;
}

.houses-blocks .center .house-block .house-desc p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    transition: 0.5s;
    opacity: 0;
    padding: 0;
}

.houses-blocks .center .house-block .house-desc .btn {
    position: relative;
    bottom: -40px;
    opacity: 0;
    transition: 0.5s;
}

.houses-blocks .center .house-block .house-desc .btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 38px;
    border: 1px solid #fff;
    border-radius: 45px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
}



.houses-blocks .center .house-block .house-desc .btn a:hover {
    background: #fff;
    color: #555555;
}

.houses-links .slick-dots {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.houses-links .slick-dots button {
    background: none;
    border: none;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    position: relative;
    color: #949494;
    transition: 0.5s;

}

.houses-links .slick-dots button:hover {
    color: #000;
}

.houses-links .slick-dots .slick-active button {
    color: #000;
}

.houses-links .slick-dots button:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 3px;
    background: #000;
    transition: 0.5s;
}

.houses-links .slick-dots .slick-active button:before {
    width: 100%;
}

.all-houses-btn {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all-houses-btn>a {
    color: #555555;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: .15em;
    padding: 12px 38px;
    border: 1px solid #555555;
    transition: 0.5s;
    border-radius: 30px;
    text-decoration: none;
}

.all-houses-btn>a:hover {
    background: #555555;
    color: #fff;
}



.houses-slider--v1 .houses-blocks .center .house-block .house-desc .btn,
.houses-slider--v1 .houses-blocks .left .house-block .house-desc .btn,
.houses-slider--v1 .houses-blocks .right .house-block .house-desc .btn {
    position: absolute;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(50px);
}

.houses-slider--v1 .houses-blocks .center .house-block:hover .house-desc .btn,
.houses-slider--v1 .houses-blocks .left .house-block:hover .house-desc .btn,
.houses-slider--v1 .houses-blocks .right .house-block:hover .house-desc .btn {
    transform: translateY(-50%);
}

.footer-slider {
    background-size: cover;
    position: relative;
    padding: 0 0 60px 0;
    opacity: 0;
    bottom: -40px;
    transition: 1s;
}

.h1 {
    text-align: center;
    font-size: 32px;
    margin: 0 0 30px 0;
    color: #000;
    text-transform: none;
    opacity: 0;
    transition: 1s;
    bottom: -60px !important;
    position: relative;
}

.footer-slider .footer-slide {
    position: relative;
    transition: 0.5s;
    height: 340px;
    top: 25px;
}

.footer-slider .footer-slide img {
    padding: 0 75px;
}

.s-bg-top {
    height: calc(100% - 50px);
    display: block;
    top: 50px;
    background-image: url('../img/ts-bg.jpg');
    position: absolute;
    left: 0;
    width: 100%;
    background-size: cover;
    z-index: -1;
}

.s-bg-top2 {
    position: absolute;
    top: 50px;
    z-index: 0;
    left: 0;
    height: 182px;
    width: 100%;
    background-image: url('../upload/bg-gradient-top-pc.png');
    background-repeat: repeat-x;
    background-size: 10px 100%;
}

.slick-slide img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    transition: 1s;
    height: 100%;
}

.footer-slider .footer-slide.slick-center:hover a {
    opacity: 1;
}

.footer-slider .footer-slide.slick-center:hover a .img {
    transform: translate(-50%, -50%) rotate(0deg) !important;
}

.footer-slider .footer-slide.slick-center:hover #img {
    width: 130% !important;
}

.footer-slider .footer-slide.slick-center {
    top: 0;
}

.footer-slider .footer-slide a {
    position: absolute;
    top: 0;
    left: 95px;
    width: calc(100% - 190px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    text-decoration: none;
    z-index: 100;
    opacity: 0;
}

.footer-slider .footer-slide a .img {
    transform: translate(-50%, -50%) rotate(-360deg) !important;
    width: 90px !important;
    height: 90px !important;
    object-fit: none !important;
    z-index: 1000;
    border-radius: 50%;
    border: 3px solid #fff;
    top: 50% !important;
    left: 50% !important;
    transition: 0.5s;
    padding: 0 !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.7);
}

.footer-slider .footer-slide a>p {
    z-index: 1000;
    margin-top: 150px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.34em;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px black;
}

.footer-slider .footer-slide h4 {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: none;
    text-shadow: 0 0 5px black;
    line-height: 1.33;
    opacity: 0;
    transition: 0.5s;
    padding: 0 95px;
}

.footer-slider .footer-slide.slick-center h4 {
    opacity: 1 !important;
}

.footer-slider .footer-slide.slick-center:hover #img {
    height: 110%;
}

.img-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer-slider .footer-slide #img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    transition: 1s;
    padding: 0 95px;
    height: 100%;
}

.footer-slider .footer-slide #img {
    padding: 0 95px;
}

.footer-slick-slider-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: calc(50% - 70px);
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2;
}

#footer-prev-arrow {
    width: 21%;
    height: 800px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

#footer-next-arrow {
    width: 21%;
    height: 800px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

h2.h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    bottom: -80px;
}

.footer-slick-slider-arrows svg {
    cursor: pointer;
    width: 26px;
    height: 38px;
    z-index: 200;
    position: relative;
    fill: #fff;
}

.footer-slider {
    height: 693px;
}

.footer-slider .slick-track {
    height: 600px;
    top: 95px;
}

.footer-slider .slick-center {
    transform: scale(1);
    height: 390px;
}

.footer-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -15px;
}

.footer-slider .slick-dots li {
    background: none;
    border: none;
    margin: 0 8px;
}

.footer-slider .slick-dots li button {
    background: none;
    border: none;
    position: relative;
    width: 10px;
    height: 10px;
    z-index: 20;
    cursor: pointer;
}

.footer-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    z-index: 10;
    transition: 0.5s;
}

.footer-slider .slick-dots .slick-active button:before {
    background: #fff;
}

/*#main_footer .centering_content_large {
    padding: 0 !important;
    width: 1440px;
    padding: 0 15px !important;
}
*/
.call-phone-mobile {
    display: none !important;
    width: 40px;
    height: 45px;
    position: relative;
}

.call-phone-mobile a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.call-phone-mobile img {
    width: 100%;
    position: relative;
    height: 100%;
    z-index: 5;
}

/*.houses-blocks .price__num, 
.houses-blocks .no-price{
    text-shadow: -1px -1px 1px #064384, 1px 1px 1px #064384;
}*/

.houses-blocks .no-price,
.houses-blocks .normal-price {
    text-shadow: 0px 0px 1px #064384, 0px 0px 1px #064384;
}

.houses-slider--v1 .discount-price {
    text-shadow: 0px 0px 1px #064384, 0px 0px 1px #064384;
}

/*Media*/
@media (max-width: 1440px) {
    .main-container {
        width: 100%;
    }

    #main_footer .centering_content_large {
        width: 100%;
    }
}

@media (max-width: 1380px) {

    .houses-slider--v1 .houses-blocks .left .house-block .house-desc,
    .houses-slider--v1 .houses-blocks .right .house-block .house-desc {
        padding: 15px;
    }

    .houses-slider--v1 .houses-blocks .center .house-block .house-desc {
        padding: 25px;
    }

    .houses-blocks .left .price__item,
    .houses-blocks .right .price__item {
        /*width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 10px;*/
        /*margin-bottom: 8px;*/
    }

    .price__item {
        font-size: 20px;
        line-height: 26px;
    }

    .price__item .discount-price {
        font-size: 17px !important;
        line-height: 26px;
    }

    .houses-blocks .normal-price,
    .houses-blocks .no-price {
        font-size: 26px !important;
        line-height: 26px;
    }

    .center .price__item {
        font-size: 26px;
        line-height: 26px;
    }

    .center .price__item .discount-price {
        font-size: 20px !important;
        line-height: 32px;
    }

    .houses-blocks .center .normal-price,
    .houses-blocks .center .no-price {
        font-size: 32px !important;
        line-height: 32px;
    }


    .houses-slider--v1 .houses-blocks .center .house-block .house-desc h3 {
        font-size: 44px;
    }

    .houses-slider--v1 .houses-blocks .price {
        margin-top: 5px;
    }

    .houses-slider--v1 .houses-blocks .center .price {
        margin-top: 10px;
    }



}

@media (max-width: 1300px) {
    .footer-slider .footer-slide.slick-center {
        height: 300px;
    }

    .footer-slider .footer-slide {
        height: 250px;
    }

    .houses-links .slick-dots button {
        font-size: 27px;
    }
}

@media (max-width: 1250px) {
    .houses-links {
        margin-top: 25px;
    }

    .tech-slide {
        height: 210px !important;
    }

    .footer-slider .slick-center {
        transform: scale(1.2);
    }


    .houses-slider--v1 .houses-blocks .center .house-block .house-desc {
        padding: 15px;
    }

    /*    .houses-blocks .center .price__item{
        margin-bottom: 16px;
    }*/

    .houses-slider--v1 .houses-blocks .price h4 {
        padding-bottom: .5rem;
    }


    .houses-slider--v1 .houses-blocks .center {
        margin: 0 12px;
    }

    .houses-slider--v1 .houses-blocks .left .house-block,
    .houses-slider--v1 .houses-blocks .right .house-block {
        margin: 12px 12px !important;
    }

    .houses-slider--v1 .houses-blocks .center .house-block {
        margin: 12px;
    }

    .houses-blocks .house-block:hover {
        box-shadow: 0 0 12px 3px rgb(0 0 0 / 50%);
    }


    /*    .houses-slider--v1 .houses-blocks .left .house-block,
    .houses-slider--v1 .houses-blocks .right .house-block {
        height: 350px;
    }
    .houses-slider--v1 .houses-blocks .center .house-block {
        height: 531px;
    }*/

    .houses-slider--v1 .houses-blocks .left .house-block,
    .houses-slider--v1 .houses-blocks .right .house-block {
        height: 444px;
    }

    .houses-slider--v1 .houses-blocks .center .house-block {
        /*height: 648px;*/
        height: 672px
    }

    .houses-blocks .left .price__item,
    .houses-blocks .right .price__item {
        margin-bottom: 11px;
    }

    .houses-blocks .center .price__item {
        margin-bottom: 18px;
    }

    .houses-blocks .price__name {
        display: block;
        padding-bottom: 3px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .houses-blocks .price__num,
    .houses-blocks .no-price {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .footer-slider .footer-slide #img {
        padding: 0 70px;
    }
}

@media (max-width: 1100px) {
    .footer-slider .footer-slide.slick-center {
        height: 200px;
    }

    .footer-slider .footer-slide {
        height: 150px;
    }

    .footer-slider .footer-slide h4 {
        font-size: 20px;
    }

    .footer-slider {
        height: 515px;
    }

    .footer-slider .slick-dots {
        margin-top: -190px;
    }

    .houses-links .slick-dots button {
        font-size: 20px;
    }

    .footer-slick-slider-arrows {
        top: calc(50% - 35px);
    }

    #footer-prev-arrow,
    #footer-next-arrow {
        width: 27%;
    }
}

@media (max-width: 1050px) {
    .footer-slider .footer-slide #img {
        padding: 0 45px;
    }

    .footer-slider .footer-slide.slick-center h4 {
        font-size: 16px;
    }

    .footer-slick-slider-arrows {
        top: calc(50% - 45px);
    }

    #footer-prev-arrow,
    #footer-next-arrow {
        width: 28%;
    }
}

.lalalend {
    padding-top: 30px;
}

@media (max-width: 1000px) {
    .lalalend {
        padding-top: 10px;
    }

    .footer-slider .footer-slide.slick-center {
        height: 150px;
    }

    .footer-slider .footer-slide {
        height: 100px;
    }

    .footer-slick-slider-arrows {
        top: calc(50% - 70px);
    }

    .footer-slider .footer-slide h4 {
        font-size: 14px;
    }

    .tech-slide {
        height: 180px !important;
    }

    .tech-slider a {
        font-size: 18px;
    }


    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        height: 350px;
    }

    .houses-blocks .center .house-block {
        height: 537px;
    }

    .houses-slider--v1 .houses-blocks .left .house-block,
    .houses-slider--v1 .houses-blocks .right .house-block {
        height: 428px;
    }

    .houses-slider--v1 .houses-blocks .center .house-block {
        /*height: 531px;*/
        height: 648px;
    }

    .houses-blocks .left .price__item .discount-price,
    .houses-blocks .right .price__item .discount-price {
        display: block;
        margin-top: -5px;
        margin-bottom: -1px;
    }

    .h2_top {
        margin-top: 60px !important;
        font-size: 25px;
        padding: 0 15px;
    }

    h1 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

@media (max-width: 950px) {

    .houses-blocks .left .house-block .house-desc h3,
    .houses-blocks .right .house-block .house-desc h3 {
        margin-top: 20px;
        font-size: 25px;
    }

    .houses-blocks .price {
        top: -55px;
    }


    .houses-slider--v1 .houses-blocks .left .house-block .house-desc h3,
    .houses-slider--v1 .houses-blocks .right .house-block .house-desc h3 {
        margin-top: 0;
        font-size: 25px;
    }

    .houses-slider--v1 .houses-blocks .price {
        top: auto;
    }

    .houses-slider--v1 .houses-blocks .center .house-block .house-desc h3 {
        font-size: 40px;
    }

    .price__item {
        line-height: 24px;
    }

    .center .price__item {
        line-height: 32px;
    }

    .footer-slider .footer-slide {
        height: 275px;
    }

    .footer-slider .footer-slide #img {
        padding: 0 200px;
    }

    .footer-slick-slider-arrows {
        top: calc(50% + 20px);
    }

    #footer-prev-arrow,
    #footer-next-arrow {
        width: 21%;
    }
}

@media (max-width: 900px) {

    .footer-slider .footer-slide {
        height: 220px;
        top: 5px;
    }

    .footer-slider .footer-slide h4 {
        font-size: 14px;
    }

    .footer-slider {
        height: 410px;
    }

    .footer-slider .slick-dots {
        margin-top: -245px;
    }

    .tech-slider a {
        font-size: 16px;
    }

    .tech-slide {
        height: 150px !important;
    }

    #footer-prev-arrow,
    #footer-next-arrow {
        width: 21%;
    }
}

@media (max-width: 800px) {
    .houses-links .slick-dots button {
        font-size: 17px;
    }

    .tech-slide {
        height: 140px !important;
    }
}

@media (max-width: 700px) {
    .tech-slider-container-rais {
        margin: 0 !important;
    }

    .slick-slider-arrows {
        display: none;
    }

    .attention {
        top: 10px;
        font-size: 23px;
    }

    .house-block p {
        display: none !important;
    }

    .house-block .price {
        top: -15px !important;
    }

    .house-block:hover .price {
        opacity: 1 !important;
    }

    .house-block .btn {
        display: none !important;
    }

    .all-houses-btn {
        top: 60px;
        z-index: 10000;
    }

    .social-row {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .social-row .phone {
        margin-left: 0;
        margin-right: 15px;
    }

    .footer-slider-container {
        margin-top: 100px;
    }

    .slick-slider-arrows {
        left: 0 !important;
        width: 100% !important;
    }

    .main_header .logo {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0 !important;
    }

    #footer_add_menu {
        flex-direction: column;
    }

    .call-phone-mobile {
        display: block !important;
    }

    .mobile_phone_link {
        display: none !important;
    }

    .call_phone_1 {
        display: none !important;
    }

    .houses-blocks {
        left: 0 !important;
    }

    .row {
        margin: 20px 0 -50px 0;
    }

    .row.houses-blocks {
        margin: 20px 0 0;
    }

    .main_slider_content_wrapper {
        display: none !important;
    }

    .houses-links .slick-dots button {
        font-size: 16px;
    }

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        height: 250px;
    }

    .houses-blocks .center .house-block {
        height: 388px;
    }

    .house-block .btn {
        position: relative;
        z-index: 110;
    }

    .house-block .btn a {
        position: relative;
        z-index: 111;
    }

    .houses-blocks .house-block .house-desc h3 {
        font-size: 20px !important;
    }

    .houses-blocks .house-block .house-desc p {
        font-size: 12px !important;
    }

    .houses-blocks .house-block .house-desc .btn a {
        font-size: 12px;
        padding: 8px 25px;
    }


    .houses-slider--v1 .houses-blocks .center .house-block .house-desc h3,
    .houses-slider--v1 .houses-blocks .house-block .house-desc h3 {
        font-size: 25px !important;
        line-height: 1.1;
    }

    .houses-slider--v1 .house-block .price {
        top: auto !important;
    }

    .houses-slider--v1 .houses-blocks .house-block:hover .price>* {
        opacity: 1;
    }

    .houses-slider--v1 .houses-blocks .house-block:hover .price>p {
        opacity: 0;
    }

    .houses-slider--v1 .houses-blocks .house-block .price__item:nth-child(4)~.price__item {
        display: none;
    }

    .houses-slider--v1 .houses-blocks .house-block .price__item:nth-child(4):before {
        display: none;
    }

    .houses-slider--v1 .houses-blocks .center .price {
        margin-top: 5px;
    }

    .houses-blocks .center .price__item {
        margin-bottom: 11px;
    }

    .center .price__item {
        font-size: 20px;
        line-height: 24px;
    }

    .houses-blocks .center .normal-price,
    .houses-blocks .center .no-price {
        font-size: 26px !important;
        line-height: 26px;
    }

    .center .price__item .discount-price {
        font-size: 17px !important;
        line-height: 26px;
    }


    .tech-slider {
        height: 475px !important;
    }

    .tech-slide {
        height: 400px !important;
        margin: 0;
        transition: 0.5s;
    }

    .tech-slider a {
        font-size: 33px;
    }

    .tech-slider-container {
        width: 100%;
    }

    .footer-slick-slider-arrows {
        display: none;
    }

    .footer-slider {
        height: 950px;
        margin-top: -90px;
    }

    .footer-slider .footer-slide {
        transform: scale(1);
        height: 330px;
        top: 40px;
    }

    .footer-slider .slick-dots {
        margin-top: 20px;
    }

    .footer-slider .footer-slide h4 {
        font-size: 36px;
        bottom: 0;
        top: 100%;
    }

    .s-bg-top {
        top: 85px;
        height: calc(100% - 85px);
        background-position: center;
    }

    .s-bg-top2 {
        top: 15px;
        height: 255px;
    }

    .footer-slider .footer-slide #img {
        padding: 0 45px;
    }

    .h1 {
        font-size: 42px;
        top: 15px;
    }

    .footer-slider .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }

    .footer-slider .slick-dots li {
        margin: 0 3px;
    }

    .houses-blocks {
        flex-direction: column;
    }

    .houses-blocks .left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .houses-slider--v1 .houses-blocks .left {
        justify-content: center;
    }

    .houses-blocks .left .house-block,
    .houses-slider--v1 .houses-blocks .left .house-block {
        width: calc(50% - 5px);
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    /*.houses-blocks .left .house-block img {
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/

    .houses-blocks .left .house-block .house-desc {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .houses-blocks .left .house-block .house-desc h3,
    .houses-blocks .left .house-block .house-desc p {
        color: #fff;
    }

    .houses-blocks .left .house-block .house-desc .btn a {
        color: #fff;
        border-color: #fff;
    }

    .houses-blocks .left .house-block .house-desc h3,
    .houses-blocks .right .house-block .house-desc h3 {
        font-size: 35px;
    }

    .houses-blocks .left .house-block .house-desc p,
    .houses-blocks .right .house-block .house-desc p {
        font-size: 18px;
    }


    .houses-blocks .left .house-block:nth-child(even),
    .houses-slider--v1 .houses-blocks .left .house-block:nth-child(even) {
        margin-left: 5px !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .houses-blocks .left .house-block:nth-child(odd),
    .houses-slider--v1 .houses-blocks .left .house-block:nth-child(odd) {
        margin-right: 5px !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }

    .houses-blocks .center {
        width: 100%;
        margin: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    .houses-slider--v1 .houses-blocks .center {
        justify-content: center;
    }

    .houses-blocks .center .house-block,
    .houses-slider--v1 .houses-blocks .center .house-block {
        width: calc(50% - 5px);
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    .houses-blocks .center .house-block:nth-child(2) {
        transform: translateY(calc(-100% - 10px));
    }

    .houses-blocks .center .house-block:nth-child(odd),
    .houses-slider--v1 .houses-blocks .center .house-block:nth-child(odd) {
        margin-right: 5px !important;
        margin-left: 0 !important;
    }

    .houses-blocks .center .house-block:nth-child(even),
    .houses-slider--v1 .houses-blocks .center .house-block:nth-child(even) {
        margin-left: 5px !important;
        margin-right: 0 !important;
    }

    .houses-slider--v1 .houses-blocks .center .house-block:nth-child(even) {
        transform: translateY(0);
    }


    .houses-blocks .center .house-block .house-desc {
        padding: 0 !important;
        justify-content: flex-start !important;
    }

    .houses-blocks .center .house-block .house-desc h3 {
        color: #fff;
        font-size: 35px;
        margin-top: 45px;
    }

    .houses-slider--v1 .houses-blocks .center .house-block .house-desc {
        padding: 15px !important;
    }

    .houses-blocks .center .house-block .house-desc p {
        color: #fff;
        font-size: 18px;
    }

    .houses-blocks .right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .houses-slider--v1 .houses-blocks .right {
        justify-content: center;
    }

    .houses-blocks.houses-blocks--duo .right .house-block,
    .houses-slider--v1 .houses-blocks .right .house-block {
        width: calc(50% - 5px);
        margin: 0 !important;
    }

    .houses-blocks .right .house-block:nth-child(1),
    .houses-blocks .right .house-block:nth-child(2) {
        width: calc(50% - 5px);
        margin: 0 !important;
    }

    .houses-slider--v1 .houses-blocks .right .house-block {
        margin-bottom: 10px !important;
    }

    .houses-blocks .right .house-block:nth-child(1) {
        margin-right: 5px !important;
    }

    .houses-blocks .right .house-block:nth-child(2) {
        margin-left: 5px !important;
        transform: translateY(calc(-100% - 10px));
    }

    .houses-blocks .right .house-block:nth-child(3) {
        width: calc(50% - 5px);
        transform: translate(calc(100% + 5px), -100%);
        margin: 0 0 0 5px !important;
        /*height: 385px;*/
        /*background: #f7f7f7;*/
    }

    .houses-slider--v1 .houses-blocks .right .house-block:nth-child(odd) {
        margin-right: 5px !important;
        margin-left: 0 !important;
        transform: translate(0, 0);
    }

    .houses-slider--v1 .houses-blocks .right .house-block:nth-child(even) {
        margin-left: 5px !important;
        margin-right: 0 !important;
        transform: translate(0, 0);
    }

    .houses-slider--v1 .houses-blocks .right.has-cloned .house-block:nth-child(odd):last-child {
        margin-right: 0 !important;
    }

    .houses-blocks .price h2 {
        font-size: 25px;
    }

    /*    .houses-blocks .right .house-block:nth-child(3) img {
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }*/

    .houses-blocks .right .house-block:nth-child(3) .house-desc {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
    }

    .houses-blocks .right .house-block:nth-child(3) .house-desc h3,
    .houses-blocks .right .house-block:nth-child(3) .house-desc p {
        color: #fff;
    }

    .houses-blocks .right .house-block:nth-child(3) .house-desc .btn a {
        color: #fff;
        border-color: #fff;
    }

    .house-block .price h2 {
        font-size: 20px;
    }

    .house-block .price h4 {
        font-size: 14px;
    }


    .houses-blocks.houses-blocks--duo {
        margin-bottom: 300px
    }

    .houses-blocks.houses-blocks--duo .left .house-block:nth-child(6),
    .houses-blocks.houses-blocks--duo .center .house-block:nth-child(2),
    .houses-blocks.houses-blocks--duo .right .house-block:nth-child(2),
    .houses-blocks.houses-blocks--duo .right .house-block:nth-child(3) {
        transform: translateY(0);
    }

    .houses-blocks.houses-blocks--duo .right .house-block:nth-child(3),
    .houses-blocks.houses-blocks--duo .right .house-block:nth-child(5) {
        margin: 10px 5px 0 0 !important;
    }

    .houses-blocks.houses-blocks--duo .right .house-block:nth-child(4),
    .houses-blocks.houses-blocks--duo .right .house-block:nth-child(6) {
        margin: 10px 0 0 5px !important;
    }



    /*    .houses-slider--v1 .houses-blocks .left .house-block img,
    .houses-slider--v1 .houses-blocks .right .house-block img,
    .houses-slider--v1 .houses-blocks .center .house-block img {
        left:0;
        transform: translate(0,0);
    }*/

    .houses-blocks .house-block.house-block--clone {
        display: block;
    }

    .houses-blocks .has-cloned .house-block:last-child {
        display: none;
    }

    .houses-blocks .right.has-cloned .house-block:last-child {
        display: block;
    }

    .houses-blocks .price__num,
    .houses-blocks .no-price {
        margin-top: -2px;
    }


    .houses-blocks .left .price__item .discount-price,
    .houses-blocks .right .price__item .discount-price,
    .houses-blocks .center .price__item .discount-price {
        margin-top: -1px;
        margin-bottom: -2px;
    }


    .houses-blocks .no-price,
    .houses-blocks .center .no-price {
        font-size: 17px !important;
        line-height: 26px;
        color: #949494 !important
    }

}

@media (max-width: 650px) {
    .houses-links .slick-dots button {
        font-size: 13px;
    }
}

@media (max-width: 600px) {

    .houses-blocks .no-price,
    .houses-blocks .center .no-price {
        font-size: 15px !important;
        line-height: 20px;
    }

    .price__item .discount-price,
    .houses-blocks .center .price__item .discount-price {
        font-size: 15px !important;
        line-height: 20px;
    }

    .houses-blocks .left .price__item,
    .houses-blocks .right .price__item,
    .houses-blocks .center .price__item {
        margin-bottom: 8px;
        line-height: 20px;
        font-size: 18px;
    }

    .houses-slider--v1 .houses-blocks .price h4 {
        padding-bottom: .25rem;
    }

    .houses-blocks .price__item:before {
        bottom: -1px;
    }

}

@media (max-width: 550px) {
    .tech-slide {
        height: 300px !important;
    }

    .tech-slider {
        height: 355px !important;
    }

    .houses-links .slick-dots button {
        font-size: 11px;
    }


}

@media (max-width: 500px) {
    h2.h1 {
        font-size: 30px;
    }

    .tech-slide {
        height: 270px !important;
    }

    .tech-slider {
        height: 325px !important;
    }

    .footer-slider .footer-slide {
        height: 242px;
    }

    .footer-slider .footer-slide h4 {
        font-size: 26px;
    }

    .footer-slider .slick-dots {
        margin-top: -130px;
    }

    .footer-slider {
        height: 550px;
    }

    .footer-slider .footer-slide #img {
        padding: 0 33px;
    }

    .s-bg-top2 {
        height: 220px;
    }

    .houses-slider--v1 .houses-blocks .house-block .price__item:nth-child(3)~.price__item,
    .houses-slider--v1 .houses-blocks .house-block .price__item:nth-child(3):before {
        display: none;
    }

    .houses-blocks .price__num,
    .houses-blocks .no-price {
        margin-top: -4px;
    }

    /*    .houses-blocks .normal-price{
        width: 100%;
        text-align: right;
    }*/

    .price__item .discount-price {
        width: 100%;
    }

    .houses-blocks .left .price__item,
    .houses-blocks .right .price__item,
    .houses-blocks .center .price__item {
        margin-bottom: 10px;
    }
}

@media (max-width: 450px) {
    /*    .houses-slider {
        margin-bottom: -150px !important;
    }*/

    .footer-slider .footer-slide h4 {
        padding: 0 33px;
    }

    .h2_top {
        font-size: 19px;
    }

    h2.h1 {
        font-size: 27px;
    }

    .footer-slider .footer-slide {
        height: 220px;
    }

    .footer-slide.slick-active h4 {
        opacity: 1 !important;
        top: calc(100% + 20px);
    }

    .s-bg-top2 {
        top: -90px;
    }

    .s-bg-top {
        top: -10px;
        height: calc(100% + 10px);
    }

    .tech-slider .slick-dots li {
        margin: 0 8px;
    }

    .tech-slider .slick-dots li button {
        width: 4px;
        height: 4px;
    }

    .tech-slider .slick-dots li button:before {
        width: 4px;
        height: 4px;
        background-color: rgba(255, 255, 255, 0.3);
        border: 1px solid #B8B8B8;
    }

    .tech-slider .slick-dots li.slick-active button:before {
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .houses-blocks .price {
        margin-top: 0 !important;
        top: 0 !important;
    }

    .houses-blocks .left .house-block .house-desc h3,
    .houses-blocks .right .house-block .house-desc h3 {
        margin-top: 20px !important;
    }

    .houses-blocks .center {
        margin: 0 10px;
    }

    .houses-blocks .center .house-block {
        height: 283px;
    }

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        height: 180px;
    }

    .house-block h3 {
        font-size: 22px !important;
    }

    .houses-blocks .left .house-block .house-desc p,
    .houses-blocks .right .house-block .house-desc p {
        font-size: 10px;
    }

    .houses-slider--v1 .houses-blocks .left .house-block .house-desc h3,
    .houses-slider--v1 .houses-blocks .right .house-block .house-desc h3 {
        margin-top: 0px !important;
    }

    h1 {
        font-size: 27px;
    }

    .tech-slide {
        height: 235px !important;
    }

    .slick-slider-arrows {
        left: 15px;
        width: calc(100% - 30px);
    }

    .houses-blocks .left .house-block:nth-child(2) h3,
    .houses-blocks .left .house-block:nth-child(3) h3,
    .houses-blocks .center .house-block h3,
    .houses-blocks .right .house-block:nth-child(1) h3,
    .houses-blocks .right .house-block:nth-child(2) h3 {
        margin-top: 20px !important;
    }

    .houses-slider--v1 .houses-blocks .left .house-block:nth-child(2) h3,
    .houses-slider--v1 .houses-blocks .left .house-block:nth-child(3) h3,
    .houses-slider--v1 .houses-blocks .center .house-block h3,
    .houses-slider--v1 .houses-blocks .right .house-block:nth-child(1) h3,
    .houses-slider--v1 .houses-blocks .right .house-block:nth-child(2) h3 {
        margin-top: 0 !important;
    }

    .footer-slider .footer-slide h4 {
        font-size: 17px;
    }

    .tech-slider {
        height: 300px !important;
    }

    .tech-slider a {
        font-size: 20px;
    }

    .house-block h3 {
        bottom: 5px;
    }

    .house-block .price h4 {
        bottom: 5px;
    }
}

@media (max-width: 400px) {
    .tech-slider {
        height: 275px !important;
    }

    .tech-slide {
        height: 220px !important;
    }

    h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .h2_top {
        font-size: 16px;
    }

    .houses-slider--v1 .houses-blocks .center .house-block .house-desc h3,
    .houses-slider--v1 .houses-blocks .house-block .house-desc h3 {
        font-size: 23px !important;
        line-height: 1.1;
    }

    .houses-slider--v1 .houses-blocks .left .house-block .house-desc,
    .houses-slider--v1 .houses-blocks .right .house-block .house-desc,
    .houses-slider--v1 .houses-blocks .center .house-block .house-desc {
        padding: 15px 10px !important;
    }
}

.three_best {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.three_best .best-block:nth-child(1) {
    margin-right: 13px;
    width: calc(28% - 13px);
}

.three_best .best-block:nth-child(2) {
    margin: 0 6px;
    width: calc(44% - 20px);
    margin-left: 10px;
}

.three_best .best-block:nth-child(2) h3 {
    font-size: 50px !important;
}

.three_best .best-block:nth-child(3) {
    margin-left: 16px;
    width: calc(28% - 16px);
}

.best-block {
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    width: 33.3%;
}

.three_best-wrap .best-block {
    max-height: 100% !important;
    overflow: hidden;
}

.best-block .best-desc>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.best-block .best-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.best-block h3 {
    text-transform: none;
    color: #fff;
    margin-top: 40px;
    padding: 0;
    font-size: 28px;
}

.best-block p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: 0.5s;
    top: 15px;
}

.best-block .price {
    opacity: 1;
    transition: 0.5s;
    top: -30px;
    margin-top: 20px;
}

.best-block .price h4 {
    text-transform: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.best-block .price h2 {
    color: #fff;
    padding: 0;
    margin: 0;
    top: -25px;
    font-size: 35px;
}

.best-block .btn {
    position: relative;
    opacity: 0;
    top: 0;
    transition: 0.5s;
}

.best-block .btn a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 12px 38px;
    border: 1px solid #fff;
    border-radius: 45px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.5s;
    z-index: 999;
}

.best-block .btn a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.best-block img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    object-fit: cover;
    background: #F7F7F7;
    transition: 0.5s;
    min-height: 100%;
    bottom: 0;
    min-height: 100%;
}

.best-block img:nth-child(3) {
    opacity: 0;
}

.best-block:hover {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.5);
}

.best-block:hover .btn {
    opacity: 1 !important;
    bottom: 0 !important;
    top: -80px !important;
}

.best-block:hover .price {
    opacity: 0;
}

.best-block:hover img:nth-child(2) {
    opacity: 0;
}

.best-block:hover img:nth-child(3) {
    opacity: 1;
}

.best-block:hover p {
    opacity: 1;
}

.houses-links .slick-dots {
    margin-bottom: 20px;
}


.three_best:last-child .best-block {
    height: auto !important
}

.three_best:last-child .best-block:before {
    content: '';
    display: block;
    padding-top: 113.4%;
}

.three_best:last-child .best-block:nth-child(2):before {
    padding-top: 72.1%;
}

/*p {
    padding-left: 20px;
    padding-right: 20px;
}*/

@media (max-width: 1200px) {

    /*.centering_content_large{
        padding: 0 15px !important
    }*/

    .houses-blocks .center {
        margin: 0px 10px;
    }

    .houses-blocks .center .house-block {
        margin: 6px 12px;
    }

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        margin: 15px 12px !important;
    }
}

@media (max-width: 800px) {
    .three_best {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        margin-top: -5px;
    }

    .three_best .best-block:nth-child(2n-1) {
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        width: calc(100% - 5px);
        margin-left: 0;
    }

    .three_best .best-block:nth-child(2n) {
        margin-left: 5px;
        width: calc(100% - 5px);
        margin-right: 0;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .three_best:last-child .best-block:nth-child(2):before {
        padding-top: 113.4%;
    }
}

@media (max-width: 700px) {
    .three_best {
        margin-top: 0;
        margin-bottom: 0;
    }

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block,
    .houses-blocks .center .house-block,
    .three_best:last-child .best-block,
    .three_best .best-block {
        height: 350px !important;
    }

    .houses-slider {
        /*margin-bottom: -295px;*/
        margin-bottom: 20px;
    }

    .houses-slider.houses-slider--v1 {
        margin-bottom: 0;
    }

    .lalalend {
        padding-top: 25px;
    }

    .best-block h3 {
        margin-top: 20px;
        font-size: 20px;
    }

    .three_best .best-block:nth-child(2) h3 {
        font-size: 20px !important;
    }

    .best-block .price {
        margin-top: 5px;
    }

    .best-block .price h2 {
        font-size: 20px;
    }

    .best-block .price h4 {
        font-size: 14px;
    }

    .houses-blocks .price h4 {
        padding-bottom: 1.8rem;
    }


    .houses-blocks .center .house-block .house-desc h3 {
        margin-top: 20px;
    }

    .houses-slider--v1 .houses-blocks .center .house-block .house-desc h3 {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block,
    .houses-blocks .center .house-block,
    .three_best:last-child .best-block,
    .three_best .best-block {
        height: 290px !important;
    }

    .houses-blocks.houses-blocks--duo {
        margin-bottom: 230px;
    }

    .houses-slider.houses-slider--v1 {
        margin-bottom: 0px;
    }
}

@media (max-width: 550px) {

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block,
    .houses-blocks .center .house-block,
    .three_best:last-child .best-block,
    .three_best .best-block {
        height: 240px !important;
    }

    .houses-blocks.houses-blocks--duo {
        margin-bottom: 190px;
    }

    .houses-slider.houses-slider--v1 {
        margin-bottom: 0px;
    }

    .houses-slider--v1 .houses-blocks .left .house-block,
    .houses-slider--v1 .houses-blocks .right .house-block,
    .houses-slider--v1 .houses-blocks .center .house-block {
        height: 290px !important;
    }
}

@media (max-width: 450px) {

    .best-block h3 {
        margin-top: 20px !important;
        font-size: 20px !important;
    }

    .three_best .best-block:nth-child(2) h3 {
        font-size: 20px !important;
    }

    .best-block p {
        top: 0 !important;
        font-size: 12px !important;
    }

    .best-block h4 {
        font-size: 14px !important;
    }

    .best-block .price {
        top: -25px !important;
    }

    .best-block h2 {
        font-size: 20px !important;
    }
}

@media (max-width: 420px) {
    .best-block .price {
        margin-top: 0;
        top: -40px !important;
    }

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block,
    .houses-blocks .center .house-block,
    .three_best:last-child .best-block,
    .three_best .best-block {
        height: 200px !important;
    }


    .houses-blocks.houses-blocks--duo {
        margin-bottom: 150px;
    }
}

.mobile_phone_link {
    font-weight: bold;
    font-size: 22px;
    display: none;
}

@media (max-width: 1199px) {
    .mobile_phone_link {
        display: block;
    }
}

/*tex.css*/
.main_slider_content_wrapper .main_slider.main_slider_content .swiper-slide {
    height: 800px !important;
}

#product_main_img {
    height: 600px;
}

#main-all {
    height: 1000px;
}

html body #houses-slider {
    opacity: 1 !important;
}

.main_footer:before {
    display: none !important;
}

#product_main_video {
    position: relative;
    top: 120px;
}

.main_header,
.main_header .mh_main_section {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 1px solid #dadada;
}

/*.centering_content_large{
  padding-top: 0 !important;
}*/
.houses-blocks .left,
.houses-blocks .right {
    width: 23.5%;
}

html body .houses-blocks {
    left: -15px;
    opacity: 1 !important;
}

.houses-blocks .center {
    width: 50%;
}

h2.h1 {
    margin-top: 55px;
}

h1 {
    margin-top: 60px;
}

#catalog {
    margin-top: -35px;
}

.houses-blocks .house-block p {
    opacity: 1 !important;
    text-shadow: 0 0 10px black;
    top: 0 !important;
    font-size: 14px;
}

.houses-blocks .house-block:hover p {
    opacity: 0 !important;
}

.house-block .btn {
    top: 30px;
}

html body .houses-blocks .house-block:hover .house-desc .btn {
    top: -13px !important;
}

.houses-blocks .house-block h3 {
    text-shadow: 0 0 10px black;
}

.houses-blocks .house-block .house-desc {
    justify-content: flex-end !important;
    padding-bottom: 30px;
}

.houses-blocks .left .house-block,
.houses-blocks .right .house-block {
    height: 376px;
}

.houses-blocks .center .house-block {
    height: 776px;
}

.catalog-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-grid>.right,
.catalog-grid>.left {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.catalog-grid>.center {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .catalog-grid__imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .catalog-grid__imgs .catalog-grid__img {
    background-size: cover;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .catalog-grid__item-text {
    padding: 0;
    top: 0;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .catalog-grid__item-text h3,
.catalog-grid>.left .catalog-grid__item:nth-child(1) .catalog-grid__item-text span {
    text-align: center;
    top: 0;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .button-wrap span {
    color: #fff !important;
    border: 1px solid #fff;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .button-wrap span:hover {
    background: #fff;
    color: #555 !important;
}

.catalog-grid>.left .catalog-grid__item:nth-child(1) .catalog-grid__name {
    padding-top: 0 !important;
}

.catalog-grid>.right .catalog-grid__item,
.catalog-grid>.left .catalog-grid__item {
    width: 100%;
    height: 467px;
}

.catalog-grid>.right .catalog-grid__item:nth-child(1) .catalog-grid__imgs {
    height: 100%;
}

.catalog-grid>.right .catalog-grid__item .catalog-grid__imgs,
.catalog-grid>.left .catalog-grid__item .catalog-grid__imgs {
    width: 100%;
    margin: 0;
    padding: 0;
}

.swiper-slide .left .catalog-grid__name,
.swiper-slide .right .catalog-grid__name {
    font-size: 28px;
}

.swiper-slide .right .catalog-grid__info {
    top: -5px;
}

.catalog-grid>.right .catalog-grid__item .catalog-grid__imgs .catalog-grid__img,
.catalog-grid>.left .catalog-grid__item .catalog-grid__imgs .catalog-grid__img {
    background-size: cover;
}

.catalog-grid>.right .catalog-grid__item .catalog-grid__name,
.catalog-grid>.left .catalog-grid__item .catalog-grid__name {
    position: relative;
    padding: 0;
    margin: 0;
}

.catalog-grid>.right .catalog-grid__item .catalog-grid__info,
.catalog-grid>.left .catalog-grid__item .catalog-grid__info {
    position: relative;
}

.catalog-grid>.right .catalog-grid__item .catalog-grid__item-content,
.catalog-grid>.left .catalog-grid__item .catalog-grid__item-content {
    height: 100%;
}

.catalog-grid>.center .catalog-grid__item-text {
    min-height: 115px;
    padding: 0px 84px 54px;
}

.catalog-grid>.center .catalog-grid__item-text h3 {
    font-size: 28px;
}

.catalog-grid>.center .catalog-grid__item-text .catalog-grid__info {
    font-size: 14px;
}

.catalog-grid>.center .catalog-grid__item {
    height: 700px;
}

.catalog-grid>.center .catalog-grid__item-content {
    height: 100%;
}

.ho-product-3column-group__ct {
    width: 33%;
}

.slick-slide {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.slick-slider-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    transform: translateY(-50%);
    z-index: 2;
}

.slick-slider-arrows svg {
    cursor: pointer;
    width: 35px;
    height: 55px;
    z-index: 200;
    position: relative;
}

.houses-line {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}

.houses-line a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    margin: 0 10px;
    padding: 0 10px;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
    transition: 0.5s;
}

.houses-line a:hover {
    opacity: 1;
}

.ho-product-3column-group__ct-inner {
    width: 100%;
}

.houses-line a:before {
    content: '';
    position: absolute;
    left: 0;
    background: #fff !important;
    bottom: -3px;
    width: 100%;
    opacity: 1 !important;
    display: block !important;
    height: 2px;
}

.ho-product-3column-group__sub-headline.black {
    color: #000 !important;
}

.ho-product-3column-group__sub-headline.white {
    color: #fff !important;
}

.yt-open {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.button-19 {
    color: #fff;
    border: 1px solid #fff;
}

.rais-wts {
    display: none;
    width: 40px;
    position: relative;
}

.rais-wts a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.rais-wts img {
    width: 100%;
}

.catalog-grid>.left .button-19:hover,
.catalog-grid>.right .button-19:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #555;
}

.catalog-grid>.center .button-19 {
    color: #555;
    border: 1px solid #555;
}

.catalog-grid>.center .button-19:hover {
    color: #fff;
}

.catalog-all-link .button-19 {
    border: 1px solid #555;
    color: #555;
}

.catalog-all-link .button-19:hover {
    color: #fff;
}

.main_slider_content_wrapper {
    display: block !important;
}

/*span.call_phone_1{
  display: block !important;
}*/
.catalog-grid__item {
    opacity: 1 !important;
}

#features .h1 {
    opacity: 1 !important;
}

.technological_slider__img-wrap {
    opacity: 1 !important;
}

.technological_slider__img {
    opacity: 1 !important;
}

.technological_slider__name {
    opacity: 1 !important;
}

.technological_slider__bg {
    opacity: 1 !important;
}

.slider_arrow.slider_arrow_next.licon {
    opacity: 1 !important;
}

#ts_pagination {
    opacity: 1 !important;
}

.slider_arrow.slider_arrow_prev.licon {
    opacity: 1 !important;
}

.swiper-container.catalog-tabs__content.mobile {
    display: none;
}

.grid_list.catalog_list {
    display: none;
}

@media (max-width: 900px) {
    .main_slider_content_wrapper .main_slider.main_slider_content .swiper-slide {
        height: 400px !important;
        padding: 0 !important;
        min-height: 1px !important;
    }

    .catalog-grid>.right .catalog-grid__item,
    .catalog-grid>.left .catalog-grid__item {
        height: 300px;
    }

    .catalog-grid>.center .catalog-grid__item {
        height: 460px;
    }

    #product_main_video {
        top: -150px;
        left: 50%;
        transform: translateX(-50%);
    }

    #product_main_img {
        height: 700px;
    }

    .catalog-tabs__names li a {
        font-size: 18px;
    }

    .houses-line a {
        font-size: 11px;
    }

    .ho-product-3column .s-slick {
        padding-bottom: 0;
    }

    .ho-product-3column-group__sub-headline {
        font-size: 12px;
        bottom: 10px;
    }

    .catalog-grid>.center .catalog-grid__item-text {
        padding: 0;
    }
}

@media (max-width: 700px) {
    .catalog-all-link {
        display: none;
    }

    .grid_list.catalog_list {
        display: block;
    }

    .catalog-grid__item {
        padding: 0 !important;
        margin: 0 !important;
    }

    #features {
        padding-top: 0;
        margin-top: 0;
    }

    h1 {
        margin-top: 40px;
    }

    .ho-product-3column-group {
        top: -80px;
    }

    /*.centering_content_large{
    padding-top: 0;
  }*/
    .main_page #catalog {
        top: -150px;
    }

    .catalog-grid {
        top: -50px;
    }

    .phone_add_info {
        display: none !important;
    }

    .ho-product-3column-group__sub-headline {
        font-size: 10px;
    }

    .houses-blocks .center .house-block .house-desc {
        justify-content: flex-end !important;
    }

    .houses-blocks .center .house-block .house-desc h3 {
        margin-bottom: 45px;
    }

    .main_slider_content_wrapper {
        display: none !important;
    }

    .swiper-container.catalog-tabs__content.mobile {
        display: flex;
        flex-direction: column;
    }

    #catalog_tabs_swiper {
        display: none !important;
    }

    .page_section {
        margin-top: 20px;
    }

    .catalog-tabs__names li a {
        font-size: 12px;
    }

    .swiper-slide .left .catalog-grid__name,
    .swiper-slide .right .catalog-grid__name {
        font-size: 55px;
    }

    .catalog-grid__info {
        font-size: 20px;
    }

    .main_footer .footer_add_menu>li>a,
    .main_footer .footer_add_menu>li>span {
        font-size: 10px;
    }

    .main_footer .footer_add_menu li li a,
    .footer_menu li li a {
        font-size: 10px;
    }

    .catalog-grid {
        flex-direction: column;
    }

    .catalog-grid>.right,
    .catalog-grid>.left {
        width: 100%;
    }

    .catalog-grid>.center {
        width: 100%;
    }

    .catalog-grid>.right .catalog-grid__item,
    .catalog-grid>.left .catalog-grid__item,
    .catalog-grid>.center .catalog-grid__item {
        height: 500px;
    }

    .catalog-tabs-mobile {
        text-align: center;
        font-size: 35px;
    }

    .catalog-tabs__names {
        display: none !important;
    }

    .catalog-tabs-mobile {
        margin: 15px 0;
        padding: 0;
    }

    .ho-product-3column-group__ct-inner {
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    }

    .right .catalog-grid__item:nth-child(3) {
        margin-bottom: -40px !important;
    }

    .left .catalog-grid__item:nth-child(1) {
        margin-top: 50px !important;
    }

    .slick-slide {
        transform: scale(2.7);
        transition: 0.5s;
        z-index: 3;
        opacity: 0.3;
    }

    .slick-active {
        z-index: 5;
    }

    .slick-center {
        transform: scale(2.7);
        z-index: 10;
        opacity: 1;
    }

    .slick-track {
        height: 470px;
    }

    /*.centering_content_large{
    padding-top: 0;
  }*/
    .mf_add_section {
        display: none !important;
    }

    .technological_slider .swiper-slide-active {
        z-index: 10;
        transform: scale(1.8);
        transition: 0.5s;
        opacity: 1 !important;
        margin-top: 85px !important;
    }

    .technological_slider .swiper-slide .technological_slider__name {
        opacity: 0 !important;
        transition: 0.5s;
    }

    .technological_slider .swiper-slide-active .technological_slider__name {
        opacity: 1 !important;
    }

    .technological_slider .swiper-slide-prev {
        z-index: 5;
        transform: scale(1.8);
        transition: 0.5s;
        opacity: 0.3;
        margin-top: 85px !important;
    }

    .technological_slider .swiper-slide-next {
        z-index: 5;
        transform: scale(1.8);
        transition: 0.5s;
        opacity: 0.3;
        margin-top: 85px !important;
    }

    #ts_pagination {
        bottom: 10px;
    }

    .technological_slider_extra_wrapper {
        margin-bottom: 0 !important;
    }

    #main_content {
        padding-bottom: 0 !important;
    }

    .technological_slider_wrapper {
        height: 340px;
    }

    .slick-center .ho-product-3column-group__sub-headline {
        opacity: 1 !important;
    }

    .slick-slide .ho-product-3column-group__sub-headline {
        top: 115px;
        color: #000 !important;
        opacity: 0;
    }

    /*  .phone_number{
    display: none !important;
  }*/
    .rais-wts {
        display: block !important;
    }
}

@media (max-width: 650px) {
    .main_header .phone_number {
        font-size: 15px;
    }

    .main_header .phone_add_info {
        font-size: 10px;
    }
}

@media (max-width: 580px) {
    .ho-product-3column-group__sub-headline {
        top: 90px;
    }
}

@media (max-width: 560px) {

    .catalog-grid>.right .catalog-grid__item,
    .catalog-grid>.left .catalog-grid__item,
    .catalog-grid>.center .catalog-grid__item {
        height: 400px;
    }

    .catalog-tabs__names li a {
        font-size: 10px;
    }

    .swiper-slide .left .catalog-grid__name,
    .swiper-slide .right .catalog-grid__name {
        font-size: 35px;
    }

    .catalog-grid__info {
        font-size: 18px;
    }

    .catalog-grid>.center .catalog-grid__item-text .catalog-grid__info {
        font-size: 9px;
    }

    .main_footer .footer_add_menu>li>a,
    .main_footer .footer_add_menu>li>span {
        font-size: 8px;
    }

    .main_footer .footer_add_menu li li a,
    .footer_menu li li a {
        font-size: 9px;
    }
}

@media (max-width: 500px) {

    .swiper-slide .left .catalog-grid__name,
    .swiper-slide .right .catalog-grid__name {
        font-size: 30px;
    }

    .catalog-grid__info {
        font-size: 15px;
    }

    .main_header .phone_number {
        font-size: 12px;
    }

    .main_header .phone_add_info {
        font-size: 9px;
    }

    .ho-product-3column-group__sub-headline {
        font-size: 8px;
    }

    h2.h1 {
        font-size: 15px;
    }

    .catalog-grid>.center .catalog-grid__item-text {
        min-height: 80px;
    }

    .slick-slider-arrows svg {
        width: 20px;
    }
}

@media (max-width: 460px) {
    .main_header .logo {
        width: 11em;
    }

    .ho-product-3column-group__sub-headline {
        top: 70px;
    }

    .slick-track {
        height: 370px;
    }
}

@media (max-width: 400px) {
    .catalog-grid__info {
        font-size: 5px;
    }

    .catalog-tabs__names li a {
        font-size: 8px;
    }
}

@media (max-width: 350px) {
    .main_header .phone_number {
        font-size: 10px;
    }

    .slick-track {
        height: 270px;
    }

    .main_header .phone_add_info {
        font-size: 7px;
    }

    .slick-slide .ho-product-3column-group__sub-headline {
        top: 50px;
    }

    .catalog-tabs__names li a {
        font-size: 7px;
    }

    .swiper-slide .left .catalog-grid__name,
    .swiper-slide .right .catalog-grid__name {
        font-size: 30px;
    }

    .catalog-grid__info {
        font-size: 14px;
    }

    .catalog-grid>.center .catalog-grid__item-text h3 {
        font-size: 22px;
    }

    .catalog-grid>.center .catalog-grid__item-text .catalog-grid__info {
        font-size: 6px;
    }
}

/*TEX*/
.catalog-grid>.right,
.catalog-grid>.left {
    width: 25%;
}

.catalog-grid>.center {
    width: 50%;
}

.catalog-grid>.right .catalog-grid__item,
.catalog-grid>.left .catalog-grid__item {
    height: 400px;
}

.catalog-grid>.center .catalog-grid__item {
    height: 800px;
}

html body .catalog-grid__item-text {
    padding: 0 !important;
    height: 10px !important;
    top: 100% !important;
    transform: translateY(-100%);
}

html body .catalog-grid__name {
    color: #fff;
    text-shadow: 0 0 5px black;
}

html body .catalog-grid__info {
    color: #fff;
    text-shadow: 0 0 5px black;
}

.catalog-grid__img {
    background-size: cover;
}

/*.centering_content_large{
  padding-top: 0;
}*/
@media (max-width: 700px) {

    .houses-blocks .left,
    .houses-blocks .right,
    .houses-blocks .center {
        width: 100% !important;
    }

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        height: 350px !important;
    }

    html body .houses-blocks .center .house-block {
        width: 100% !important;
        height: 650px;
        margin-right: 0 !important;
    }

    .houses-blocks .right .house-block {
        transform: none !important;
    }

    /*#houses-slider{
    height: 1500px;
  }*/
    #main-all {
        height: 1700px;
        background: none;
    }

    /*  #main_footer{
    z-index: 0;
    top: -100px;
  }*/
}

@media (max-width: 400px) {

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        height: 230px !important;
    }

    html body .houses-blocks .center .house-block {
        height: 380px;
    }

    /*#houses-slider{
    height: 1000px;
  }*/
    #main-all {
        height: 1150px;
    }

    .social-row .phone {
        font-size: 15px;
    }

    .social-row i {
        width: 23px;
        height: 23px;
        font-size: 17px;
    }
}

@media (max-width: 340px) {

    .houses-blocks .left .house-block,
    .houses-blocks .right .house-block {
        height: 170px !important;
    }

    html body .houses-blocks .center .house-block {
        height: 330px;
    }

    /*#houses-slider{
    height: 800px;
  }*/
    #main-all {
        height: 1000px;
    }
}

/*end tex.css*/


.house-desc,
.house-desc h3,
.houses-blocks .left .house-block .house-desc h3,
.houses-blocks .right .house-block .house-desc h3 {
    text-transform: uppercase;
}

.houses-blocks {
    margin-left: -10px;
    margin-right: -10px;
}

.main-content__section--tex {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.houses-blocks .left .house-block .house-desc,
.houses-blocks .right .house-block .house-desc {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.66;
}

.houses-blocks .left .house-block .house-desc p,
.houses-blocks .right .house-block .house-desc p {
    line-height: 1.66;
}


.text-promo {
    max-width: 100%;
}

.table-promo thead td {
    font-weight: normal;
    color: #697077;
    font-size: 1rem
}

.table-promo tbody td:last-child {
    color: #619716
}

.table-promo tbody td .table-promo__col-name {
    color: #21272a;
}

@media (max-width: 950px) {

    .houses-blocks .left .house-block .house-desc h3,
    .houses-blocks .right .house-block .house-desc h3 {
        max-width: 100%;
        line-height: 1.25;
    }

    .houses-blocks .center .house-block .house-desc h3 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 760px) {
    .table-promo td {
        -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }

    .table-promo__col-name {
        margin-right: auto;
    }
}

/*end 22.04.24*/



/*23.04.24*/
.page_add_anchors__ico {
    min-width: 7.5rem;
    width: 7.5rem;
    height: 7.5rem;
    margin-right: 1.3888888888888888rem;
    border-radius: 50%;
    background: url(/upload/ash1.png) no-repeat center #6DC62C;
    background-size: cover;
    /* 135/18 */
    /* 135/18 */
    /* 25/18 */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    -webkit-transition: background-color 250ms ease-out 0s;
    -moz-transition: background-color 250ms ease-out 0s;
    -o-transition: background-color 250ms ease-out 0s;
    -ms-transition: background-color 250ms ease-out 0s;
    transition: background-color 250ms ease-out 0s;
}

.main-content__section--product-hallo .page_add_anchors__item:after{
  display: none;
}


.page_add_anchors__ico--3d {
    background: url(/upload/ash3d.png) no-repeat center #6DC62C;
    background-size: cover;
}

.page_add_anchors__item:hover .page_add_anchors__ico{
    background-color: #fff;
}
.page_add_anchors__item:hover .page_add_anchors__ico path {
    fill: #659840;
}


.main-content__section--product-hallo .page_add_anchors {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 199;
    display: flex;
    margin: 0;
    gap: 1em;
}

.page_add_anchors__ico--play {
    background: url(/upload/ashPlay.png) no-repeat center #6DC62C;
    background-size: cover;
}

.main-content__section--product-hallo .page_add_anchors__item {
    padding: 0;
    border-radius: 50%;
}

.page_add_anchors__ico--play svg {
    margin-top: .222em;
    margin-left: .555em;
}


.main-content__section--product-hallo .page_add_anchors__ico {
    margin: 0
}



.button-animate {
    position: relative;
}

.button-animate:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: 200% 100%, auto, 100% 2px, 100% 2px, 100% 1px, 100% 1px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, .0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    animation: shine 5s ease reverse infinite;
    z-index: 5;
}

@keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-webkit-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-moz-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-ms-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

@-o-keyframes shine {
    100% {
        background-position: 500% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    20% {
        background-position: 200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }

    0% {
        background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    }
}

/*end 23.04.24*/



/*25.04.24*/
.complectation__price{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem 2rem;
    min-width: 27rem;
}


.accordion.accordion--v1.complectation{
    border-bottom: 1px solid #e2e5e9;
}


@media only screen and (max-width: 1400px) {
    .complectation .accordion__item-header-col{
        padding: 0 1rem
    }
    .complectation .accordion__item-header-col:last-child {
        padding-right: 0
    }
    .complectation .accordion__item-header-col:first-child{
        padding-left: 0;
    }



    .complectation__name{
        width: 16.5rem;
    }

    .complectation__price i{
        max-width: 220px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .complectation__price{
        min-width: 24rem;
    }
}/*end max 1400px*/


@media only screen and (max-width: 1200px) {
    .complectation .accordion__item-header-col:last-child{
        width: 164px;
        flex-direction: column;
        padding: .5rem 0;
        gap: .5rem;
    }
    .complectation .accordion__item-header-col:last-child .button{
        width: 100%;
    }

    .main-content__section--product-hallo .page_add_anchors{
        margin-left: 80px;
    }
}/*end max 1200px*/


@media only screen and (max-width: 1000px) {
    .complectation .complectation__pd{
        padding-right: 0;
    }
    .main-content__section--product-hallo .page_add_anchors{
        margin-left: 120px;
    }

    .page_add_anchors__ico{
        width: 6rem;
        height: 6rem;
    }
}/*end max 1000px*/


@media only screen and (max-width: 880px) {
    .complectation__price{
        min-width: 0;
        flex-direction: column;
        gap: .5rem;
        padding: 1rem 0;
    }
    .complectation__price i{
        max-width: none;

    }

    .accordion__item-header-col.complectation__pd .complectation__price{
        padding-right: 2rem
    }
}/*end max 880px*/

/*end 25.04.24*/



/*01.05.24*/

.swiper-complectation.swiper.swiper-per-view .swiper-button-prev{
    left: .25rem;
    transform: scale(.7);
    z-index: ;
}
.swiper-complectation.swiper.swiper-per-view .swiper-button-next{
    right: .25rem;
    transform: scale(.7);
}


.complectation__price{
    min-width: 40rem; /* 640/16 */
}

.complectation__price-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 0 .5rem;
}

.complectation__price-item:first-child{
    min-width: 22.5rem; /* 360/16 */
}
.engineering-complectation .complectation__price-item--mortgage{
    display: none;
}


.engineering-complectation .complectation__icons>div{
    align-items: flex-start;
}

.main-content__section--product-hallo .page_add_anchors__ico--play:before{
    content: '3D – тур';
    position: absolute;
    top: -2rem;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.35rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    white-space: nowrap;
}
.main-content__section--product-hallo .page_add_anchors__ico{
    overflow: visible;
}
.button-animate:after{
    overflow: hidden;
}

.smart-filter form .button#set_filter{
    min-height: 3.125rem; /* 50/16 */
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.smart-filter-dropdown-block{
    min-height: 2.875rem; /* 46/16 */
}

.smart-filter-form .row{
    flex-wrap: nowrap;
}
.smart-filter-slider-track-container{
    overflow: visible;
}

.smart-filter-popup-result{
    margin-left: 0;
    padding:0;
    line-height: 25px; 
}

.smart-filter.closed{
    display: none;
}

.smart-filter-typeA .smart-filter-parameters-box-title{
    padding-left: 0;
}

@media only screen and (max-width: 1620px) {
    .complectation__price {
        min-width: 23rem;
        flex-direction: column;
        gap:.25rem 2rem;
        align-items: flex-end;
        padding-right: 2rem
    }
    .complectation__price-item:first-child{
        min-width: 0;
    }
}
/*end max-width: 1620px*/

@media only screen and (max-width: 1400px) {
    .complectation__price i{
        max-width: none;
    }
}/*end max 1400px*/

@media only screen and (max-width: 1380px) {
    .swiper-complectation.swiper.swiper-per-view .swiper-button-next{
        right: -1rem;
        transform: scale(1);
    }
    .swiper-complectation.swiper.swiper-per-view .swiper-button-prev{
        left: -1rem;
        transform: scale(1);
    }

    .complectation .accordion__item-content{
        width: calc(100% + 3rem);
        padding-left: 1.5rem;
        margin-left: -1.5rem;
    }


    .smart-filter-typeA{
        max-width: 330px;
        flex: 330px 0 0 !important
    }
}
/*end max-width: 1380px*/

@media only screen and (max-width: 1100px) {
    .main-content__section--product-hallo .page_add_anchors{
        margin-left: 106px;
    }

    .smart-filter-form .row{
        flex-wrap: wrap;
    }

    .input-number-wr{
        top: 60%;
    }

    .smart-filter-typeA {
        max-width: 100%;
        flex: 100% 0 0 !important;
        margin-bottom: 24px;
    }


}
/*end max-width: 1100px*/

@media only screen and (max-width: 1000px) {
    .page_add_anchors__ico{
        min-width: 6rem;
        background-size: 123%;
    }
    .main-content__section--product-hallo .page_add_anchors__ico--play:before{
        font-size: 1.25rem;
        top: -1.8rem;
    }
}
/*end max-width: 1000px*/

@media only screen and (max-width: 880px) {
    .complectation__price{
        min-width: 0;
    }
    
    .complectation__price i{
        max-width: 178px
    }

    .main-content__section--product-hallo .page_add_anchors {
        margin-left: 220px;
    }
}
/*end max-width: 880px*/

@media only screen and (max-width: 760px) {
    .smart-filter-form .row .smart-filter-parameters-box{
        flex: 100% 0 0;
        width: 100%;
        margin-bottom: 2rem;
    }
    .smart-filter-input-group-dropdown{
        margin: 0;
    }
    .smart-filter-button-box,
    .smart-filter form .button#set_filter{
        width: 100%;
    }
    .smart-filter-button-box{
        margin: -10px 0 0px;
    }

    .accordion__item-header-col.complectation__pd .complectation__price{
        max-width: 100%;
        padding-right: .5rem;
    }
    .complectation .complectation__pd{
        padding-right: 1rem;
    }
    .complectation__name{
        width: 13rem;
    }

    .swiper-complectation.swiper.swiper-per-view .swiper-button-next{
        right: 0;
    }
    .swiper-complectation.swiper.swiper-per-view .swiper-button-prev{
        left: -.5rem;
    }

    .main-content__section--product-hallo .page_add_anchors {
        margin-left: 0;
    }
    .page_add_anchors__ico{
        min-width: 4rem;
        width: 4rem;
        height: 4rem;
    }
    .page_add_anchors__ico svg{
        transform: scale(.7);
    }
    .page_add_anchors__ico{
        background-size: 130%;
    }

    .main-content__section--product-hallo .page_add_anchors__ico--play:before{
        font-size: .9rem;
        top: -1.2rem;
    }
}
/*end max-width: 760px*/

@media only screen and (max-width: 700px) {
    .smart-filter-form .row{
        margin: 0
    }
}
/*end max-width: 700px*/

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

    /**/
    .complectation .complectation__pd{
        padding-left: 0
    }

    .complectation__price i{
        line-height: 1;
        max-width: 134px;
    }
}
/*end max-width: 650px*/

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

    .main-content__section-header{
        gap: .75rem 2rem;
    }
    .button--ssm.toggle-complectation{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin:0 auto 
    }
}
/*end max-width: 639px*/

@media only screen and (max-width: 560px) {
    .complectation__price-item{
        flex-direction: column;
        align-items: flex-end;
        line-height: 1.25;
    }
}
/*end max-width: 560px*/

@media only screen and (max-width: 370px) {
    .complectation__price i{
        max-width: 99px;
    }
}
/*end max-width: 370px*/


/*end 01.05.24*/



/*03.05.24*/

.swiper-fade .swiper-slide-active{
    z-index: 999;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide{
    height: auto;
}

.check-lists {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.check-lists a[target="_blank"]:after{
    display: none;
}

.check-lists li {
    padding-bottom: 0;
    display: block;
}

.check-lists li p {
    display: flex;
    align-items: center;
    padding-bottom: 0;
    float: left;
    position: relative;
    margin: 0;
}

.check-lists li p a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.check-lists li p img {
    margin: 0 10px 0 0 !important;
}

.check-lists li {
    margin-bottom: 20px;
}

.check-lists:last-child{
    margin-bottom: 0;
}
.check-lists:last-child > li:last-child{
    margin-bottom: 0;
}

.map-wrap--v1:before {
    display: none;
}

.swiper .swiper-slide img{
    max-height: none;
}

.js .accordion__item-content{
    max-height: 0
}

.js .accordion__item.opened .accordion__item-content{
    max-height: none
}


.hallo-bg:before{
    background: rgba(0,0,0,.2);
}

/*.selected-text mark{
    background: rgba(128,189,42, .75);
}*/


@media only screen and (min-width: 1820px) {
    .product-hallo{
        min-height: 36rem
    }
}
/*min-width: 1820px*/

@media only screen and (min-width: 1921px) {
    .product-hallo{
        min-height: 40rem
    }
}
/*min-width: 1921px*/

@media only screen and (min-width: 2060px) {
    .product-hallo{
        min-height: 48rem
    }
}
/*min-width: 2060px*/

@media only screen and (min-width: 2600px) {
    .product-hallo{
        min-height: 66rem
    }
}
/*min-width: 2600px*/

/*end 03.05.24*/



/*06.05.24*/
.updown {
    position: fixed;
    bottom: 30px;
    right: 240px;
    background-color: #659840;
    width: 48px;
    height: 48px;
    transform: rotate(180deg);
    border-radius: 50%;
    
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

.bx-no-touch .updown {
    display: flex;
}

.updown.active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

/*end 06.05.24*/


/*begin 07.05.24*/

.swiper-products .button-toggle-wrap{
    margin-top: 1.6rem;
}

.swiper-wrapper-transition1 {
    -webkit-transition: 0.35s ease-in-out !important;
    transition: 0.35s ease-in-out !important;
}

/*end 07.05.24*/


/*begin 08.05.24*/
.variants-list__item.hidden-slide{
    display: none;
}
.hallo-bg:before{
    background: none;
}
/*end 08.05.24*/



/*begin 14.05.24*/
.swiper-banners .swiper-slide img {
    object-position: center;
}

.swiper-banners [target="_blank"]:after {
    position: absolute;
    top: 14px;
    right: 8px;
    width: 1.5rem;
    /* 24/16 */
    height: 1.5rem;
    background: url(../img/target_blank123.svg) no-repeat center;
    background-size: contain;
    filter: none;
}

.bx-no-touch .swiper-banners [target="_blank"]:hover:after{
    opacity: .8
}

.swiper-banners [data-fancybox]{
    position: static;
}

.swiper-banners [data-fancybox]:before{
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: scale(1);
    background: none;
}

.swiper-banners [data-fancybox][target="_blank"]:after{
    /*display: none;*/
    width: 50px;
    height: 52px;
    -webkit-transition: .25s;
    transition: .25s;
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 20;
    background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSI+PHBhdGggY2xhc3M9Inl0cC1sYXJnZS1wbGF5LWJ1dHRvbi1iZyIgZD0iTTY2LjUyLDcuNzRjLTAuNzgtMi45My0yLjQ5LTUuNDEtNS40Mi02LjE5QzU1Ljc5LC4xMywzNCwwLDM0LDBTMTIuMjEsLjEzLDYuOSwxLjU1IEMzLjk3LDIuMzMsMi4yNyw0LjgxLDEuNDgsNy43NEMwLjA2LDEzLjA1LDAsMjQsMCwyNHMwLjA2LDEwLjk1LDEuNDgsMTYuMjZjMC43OCwyLjkzLDIuNDksNS40MSw1LjQyLDYuMTkgQzEyLjIxLDQ3Ljg3LDM0LDQ4LDM0LDQ4czIxLjc5LTAuMTMsMjcuMS0xLjU1YzIuOTMtMC43OCw0LjY0LTMuMjYsNS40Mi02LjE5QzY3Ljk0LDM0Ljk1LDY4LDI0LDY4LDI0UzY3Ljk0LDEzLjA1LDY2LjUyLDcuNzR6IiBmaWxsPSIjMjEyMTIxIiBmaWxsLW9wYWNpdHk9IjAuOCI+PC9wYXRoPjxwYXRoIGQ9Ik0gNDUsMjQgMjcsMTQgMjcsMzQiIGZpbGw9IiNmZmYiPjwvcGF0aD48L3N2Zz4=) no-repeat center;
    background-size: contain;
    
    filter: none;
}
.bx-no-touch .swiper-banners [data-fancybox][target="_blank"]:hover:after{
    background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDY4IDQ4IiB3aWR0aD0iMTAwJSI+PHBhdGggY2xhc3M9Inl0cC1sYXJnZS1wbGF5LWJ1dHRvbi1iZyIgZD0iTTY2LjUyLDcuNzRjLTAuNzgtMi45My0yLjQ5LTUuNDEtNS40Mi02LjE5QzU1Ljc5LC4xMywzNCwwLDM0LDBTMTIuMjEsLjEzLDYuOSwxLjU1IEMzLjk3LDIuMzMsMi4yNyw0LjgxLDEuNDgsNy43NEMwLjA2LDEzLjA1LDAsMjQsMCwyNHMwLjA2LDEwLjk1LDEuNDgsMTYuMjZjMC43OCwyLjkzLDIuNDksNS40MSw1LjQyLDYuMTkgQzEyLjIxLDQ3Ljg3LDM0LDQ4LDM0LDQ4czIxLjc5LTAuMTMsMjcuMS0xLjU1YzIuOTMtMC43OCw0LjY0LTMuMjYsNS40Mi02LjE5QzY3Ljk0LDM0Ljk1LDY4LDI0LDY4LDI0UzY3Ljk0LDEzLjA1LDY2LjUyLDcuNzR6IiBmaWxsPSIjZWIzMjIzIj48L3BhdGg+PHBhdGggZD0iTSA0NSwyNCAyNywxNCAyNywzNCIgZmlsbD0iI2ZmZiI+PC9wYXRoPjwvc3ZnPg==);

    opacity: 1;
}

.swiper-banners .swiper-slide{
    background: none
}

.swiper-banners .swiper-slide:after{
    z-index: 0;
    content: 'Изображение временно отсутствует :(';
    display: flex;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    background: #21272a;
    color: #fff;
}

.swiper-banners .swiper-slide img{
    z-index: 10;
}

@media (max-width: 1300px) {
    .swiper-banners [target="_blank"]:after{
        zoom:.85;
        top: 12px;
        right: 4px;
    }
    .swiper-banners [data-fancybox][target="_blank"]:after{
        zoom:.7;
        right: 10px;
        top: 8px;
    }
}

@media (max-width: 1000px) {
    .swiper-banners .swiper-slide img {
        object-position: 32% center;
    } 
    .swiper-banners [target="_blank"]:after{
        zoom:.7;
    }
    .swiper-banners [data-fancybox][target="_blank"]:after{
        zoom:.5;
    }
}

@media (max-width: 500px) {

    .swiper-banners [data-fancybox][target="_blank"]:after{
        zoom:.4;
    }
}

/*end 14.05.24*/

/*begin 16.05.24*/
.swiper-button-next, 
.swiper-button-prev{
    visibility: hidden;
    z-index: -1;
}

.swiper-initialized .swiper-button-next, 
.swiper-initialized .swiper-button-prev{
    visibility: visible;
    z-index: 10;
}
.swiper-lazy-preloader{
    z-index: 1110;
}

.swiper-complectation.swiper-initialized .swiper-lazy-preloader{
    display: none;
}

/*end 16.05.24*/

/*begin 17.05.24*/
.swiper-banners [target="_blank"]:after{
    z-index: 99;
}

.swiper-products.gallery-thumbs .swiper-slide:last-child{
    margin-right: 0;
}
/*end 17.05.24*/


/*begin 24.05.24*/

.main-content__section--404 .title-page{
    color: #A2A9B0;
    font-weight: bold;
}
.text-404-wrap{
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    text-wrap: balance;
}
.p404-buttons{    
    display: flex;
    /*flex-direction: column;*/
    padding-top: 1rem;
    gap: 0.75rem; /* 12/16 */
}
.p404-buttons .button{
    width: 100%;
}
.p404-desc{
    font-size: 0.875rem; /* 14/16 */
}

.main-content__section--404{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (min-width: 1221px){
    .main-content--vc,
    .main-footer{
        margin-top: auto;
    }
    .all{
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1220px){
    .main-content__section--404 .title-page{
        font-size: 4rem
    }


}

@media only screen and (max-width: 760px) {
    .p404-buttons .button--xl{
        font-size: 1rem;
        min-height: 3.5rem; /* 56/16 */
    }
    .main-content__section--404 .title-page{
        font-size: 2.25rem; /* 36/16 */
    }
}

@media (max-width: 500px) {
    .p404-buttons{    
        flex-direction: column;
    }
}
/*end 24.05.24*/

/*begin 28.05.24*/
.news-detail {
    padding-bottom: 1rem;
}
.teasers-list--v1 .teasers-list__item {
    width: 25%;
}
/*end 28.05.24*/


/*begin 01.06.24*/
.brand-color{
    color: #80BD2A
}
.teasers-detail-list .swiper-slide{
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    background: #fff
}


.attention-list li::marker{
    color: red;
}

.gallery-content,
.swiper-teasers-detail{
    user-select: auto;
}
/*end 01.06.24*/


/*begin 02.06.24*/
.swiper-teasers-thumbs .teasers-list__item{

}
.swiper-teasers-thumbs .teasers-list__item:before,
.swiper-teasers-thumbs .teasers-list__item:after{
    content: '';
    position: absolute;
    display: block;
    left: 50%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 100%;
    width: 300px;
    margin-left: -150px;
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
}
.swiper-teasers-thumbs .teasers-list__item:before{
    background: url(../img/popup.svg) no-repeat bottom;
    background-size: cover;
    height: 20px;
    margin-bottom: 14px;
}

.swiper-teasers-thumbs .teasers-list__item:after{
    background-color: #e3fcc5;
    text-align: center;
    padding: 1.35rem 1.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.125;
    margin-bottom: 32px;
}

.swiper-teasers-thumbs img{
    transition: filter .2s ease-in;
}
.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active img{
    filter: grayscale(1);
}

/*.bx-no-touch .swiper-teasers-thumbs .teasers-list__item:hover img{
    filter: grayscale(1);
}*/

.swiper-teasers-thumbs .teasers-list__item{
    cursor: pointer;
}

.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active{
    cursor: default;
}

.swiper .teasers-list__item{
    height: auto;
    justify-content: flex-start;
}

.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active:before,
.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active:after{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 10;
    visibility: visible;
}

.teasers-list__item-name{
    transition: color .2s ease-in;
}

.bx-no-touch .swiper-teasers-thumbs .teasers-list__item:hover .teasers-list__item-name{
    color: #9fd454
}

.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active .teasers-list__item-name,
.bx-no-touch .swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active:hover .teasers-list__item-name{
    color: #80BD2A
}



/*.main-content__section--our-advantages-thumbs{
    overflow: hidden;
}
*/
.teasers-list__item-link{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
/*.teasers-list__item-link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 199;
    display: block;
}*/

.teasers-list__item-link .teasers-list__item-name{
    color: #21272a
}

.bx-no-touch .teasers-list__item-link:hover .teasers-list__item-name{
    color: #9fd454
}


@media only screen and (max-width: 1380px){
    .swiper-teasers-thumbs .teasers-list__item:before,
    .swiper-teasers-thumbs .teasers-list__item:after{
        width: 260px;
        margin-left: -130px;
    }
}


@media only screen and (max-width: 760px){
    .swiper-teasers-thumbs .teasers-list__item:before,
    .swiper-teasers-thumbs .teasers-list__item:after{
        width: 202px;
        margin-left: -101px;
    }
}


@media only screen and (max-width: 500px){
    .swiper-teasers-thumbs .teasers-list__item:before,
    .swiper-teasers-thumbs .teasers-list__item:after{
        width: 160px;
        margin-left: -80px;
    }
}


/*end 02.06.24*/

/*begin 03.06.24*/
.teasers-detail-list__item{
    padding: 0 5.5rem;
}
.teasers-detail-list__item-num{
    position: absolute;
    left: 0;
    top: 0;
    width: 5rem;
    text-align: center;
    background: #E3FCC5;
    border-radius: 50%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teasers-detail-list__item-num + h2,
.teasers-detail-list__item-num + h3,
.teasers-detail-list__item-num + h4,
.teasers-detail-list__item-num + p{
    margin-top: 0;
}

.swiper-teasers-detail{
    user-select: none;
}

.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active:before,
.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active:after{
    display: none;
}

.teasers-list__item-name{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3; /* Устанавливает количество строк */
}


.selected-text mark{
    background: rgba(128,189,42,0.6)
}

.swiper .swiper-button-next.swiper-button-v1.swiper-button-v1--brand, 
.swiper .swiper-button-prev.swiper-button-v1.swiper-button-v1--brand{
    background: url(../img/slide-arrow-brand1.svg) no-repeat center;
}

.section-pre-text{
    margin-top: 0; 
    font-weight: bold; 
    text-transform: uppercase;
}
.section-pre-text--center{
    text-align: center;
}

.section-pre-text--top{
    margin-top: -1.5rem;
}

.section-pre-text__header{
    font-size: 1.5rem;
    font-weight: bold;
    color: #80BD2A;
    /*text-shadow: 0 0 1px red;*/
    margin: 0;
    line-height: 1.35;
}
.section-pre-text__subheader{
    margin-top: 0;
    letter-spacing: 0.022rem;
}
@media only screen and (max-width: 1220px){
    .section-pre-text--top{
        margin-top: -1.25rem;
    }
}
@media only screen and (max-width: 760px){
    .teasers-detail-list__item {
        padding: 0 2.5rem;
    }
    .teasers-detail-list__item-num{
        width: 2rem;
        height: 2rem;
    }

    .swiper-teasers-detail .swiper-button-v1.swiper-button-prev{
        margin-left: -.5rem;
    }
    .swiper-teasers-detail .swiper-button-v1.swiper-button-next{
        margin-right: -.5rem;
    }
    .section-pre-text__header{
        font-size: 1.062rem;
    }
    .section-pre-text{
        font-size: 0.75rem;
    }
    .section-pre-text__subheader{
        letter-spacing: normal;
    }

    .swiper-teasers-detail .swiper-button-next, 
    .swiper-teasers-detail .swiper-button-prev,
    .swiper-per-view.swiper-teasers-thumbs .swiper-button-next,
    .swiper-per-view.swiper-teasers-thumbs .swiper-button-prev{
        width: 2rem;
        height: 2rem;
        margin-top: -1rem;
    }
    .swiper-teasers-detail .swiper-button-next:after, 
    .swiper-teasers-detail .swiper-button-prev:after,
    .swiper-per-view.swiper-teasers-thumbs .swiper-button-next:after, 
    .swiper-per-view.swiper-teasers-thumbs .swiper-button-prev:after{
        font-size: 1rem;
    }
    .swiper-teasers-detail .swiper-button-prev{
        left: 0;
    }
    .swiper-teasers-detail .swiper-button-next{
        right: 0;
    }

    .teasers-list__item-name{
        margin: 0;
    }
}

@media only screen and (max-width: 639px){
    .section-pre-text{
        text-align: center;
    }

}

/*end 03.06.24*/



/*begin 06.06.24*/
.section-pre-text__main-link{
    text-decoration: none;
    display: block;
    margin: -1rem 0;
    padding: 1rem;
}
.section-pre-text__subheader{
    color: #21272a;
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.section-pre-text__header{
    -webkit-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.bx-no-touch .section-pre-text__main-link:hover .section-pre-text__header{
    color: #659840;
}

.bx-no-touch .section-pre-text__main-link:hover{
    background: #E3FCC5;
}

/*end 06.06.24*/


/*begin 15.06.24*/
.location-var{
    display: flex;
    align-items: center;
    gap:0.5rem; /* 8/16 */
    padding-top: 0.75rem; /* 12/16 */
}
.location-var__ico{

}
.location-var__ico path{
    fill:#80BD2A;
}
.location-var__name{
    color: #697077;
    text-transform: uppercase;
    font-size: 0.875rem; /* 14/16 */
    font-weight: bold;
    transition: .25s color
}

.bx-no-touch a.location-var:hover .location-var__ico path{
    fill: #71aa23
}
.bx-no-touch a.location-var:hover .location-var__name{
    color: #21272a
}


.location-list{
    padding: 0;
    margin: 0;
}

.location-list__item{
    display: block;
    padding: 1rem 0;
    position: relative;
    border-bottom: 1px solid #E2E5E9;
    font-weight: bold;
    color: #697077;
}
.location-list__item:last-child{
    border-bottom: none;
}

.location-list__item a{
    text-decoration: none;
}

.location-list__item a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.location-list-name{
    color: #21272A
}

.has-inline .dialog-form--sm{
    width: 400px;
}


.swiper-banners .swiper-slide{
    margin-right: .5rem;
}

@media only screen and (max-width: 639px){
    .location-list__item{
        padding: 0.75rem 0; /* 12/16 */
    }

    .swiper-products--main .swiper-slide{
        max-width: calc(100vw - 2rem);
        margin-right: .5rem;
    }

    .swiper.swiper-per-view.swiper-products--main .swiper-button-prev,
    .swiper.swiper-per-view.swiper-products--main .swiper-button-next{
        width: 2.75rem;
        height: 2.75rem;
        margin-top: -1.375rem;
    }
}

@media only screen and (max-width: 400px){
    .swiper-products--main .product-card__name{
        font-size: 2rem
    }
}

@media only screen and (max-width: 350px){
    .swiper-products--main .product-card__name{
        font-size: 1.7rem
    }
}

@media only screen and (min-width: 350px){
    .swiper-banners .swiper-slide{
        width: calc(50% - .25rem);
        margin-right: .5rem;
    }
    
}

@media only screen and (min-width: 640px){
    .swiper-banners .swiper-slide{
        width: calc(33.333% - .666rem);
        margin-right: 1rem;
    }
}

/*end 15.06.24*/


/*begin 17.06.24*/
::-moz-selection {
    color: #222;
    background: #E3FCC5
}

::selection {
    color: #222;
    background: #E3FCC5
}

.news-detail-img img{
    max-height: 30vw;
    object-fit: cover;
    object-position: center;
}


.section-pre-text__header{
    text-shadow: 0.035rem 0.035rem 0 red, 0.035rem -0.035rem 0 red, -0.035rem 0.035rem 0 red, -0.035rem -0.035rem 0 red, 0.035rem 0px 0 red, 0px 0.035rem 0 red, -0.035rem 0px 0 red, 0px -0.035rem 0 red, 0.035rem 0px 0.035rem rgba(255,0,0,0);
    
    font-size: 2.25rem;
}
.bx-no-touch .section-pre-text__main-link:hover .section-pre-text__header{
    color: #E3FCC5;
}

.section-pre-text__subheader{
    font-size: 1.25rem;
    letter-spacing: 0.175rem;
}


.teasers-list{
    counter-reset: teasers-counter;
}

.teasers-list__item{
    position: relative;
}

.teasers-list__item-ico{
    position: relative;
}
.teasers-list__item-ico::before {
    counter-increment: teasers-counter;
    content: counter(teasers-counter);
    position: absolute;
    top: -1.2rem;
    left: -1.35rem;
    font-size: 1rem;
    line-height: 1;
    /*font-weight: bold;*/
    color: #fff;
    /* Цвет номера */
    background: #80BD2A;
    /* Фон номера */
    border-radius: 50%;
    width: 1.5rem; /* 24/16 */
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .2s ease-in;
}

.bx-no-touch .swiper-teasers-thumbs .teasers-list__item:hover .teasers-list__item-ico::before,
.bx-no-touch .teasers-list__item-link:hover .teasers-list__item-ico::before{
    background: #9fd454;
}

.swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active .teasers-list__item-ico::before,
.bx-no-touch .swiper-teasers-thumbs .teasers-list__item.swiper-slide-thumb-active:hover .teasers-list__item-ico::before{
    background: #A8A8A8
}


@media only screen and (max-width: 1000px){
    .news-detail-img img{
        max-height: 60vw;
    }
}

@media only screen and (max-width: 930px){
    .section-pre-text__header{
        font-size: 1.8rem;
    }
    .section-pre-text__subheader{
        font-size: 1rem;
        letter-spacing: 0.148rem;
    }
}

@media only screen and (max-width: 760px){
    .section-pre-text__header{
        font-size: 1.5rem;
    }
    .section-pre-text__subheader{
        letter-spacing: 0.022rem;
    }

    .teasers-list__item-link{
        align-items: flex-start;
    }

    .teasers-list__item-ico::before{
        font-size: .8rem;
        top: -1.05rem;
        left: -1.25rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .swiper.swiper-teasers{
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (min-width: 1921px){
    .news-detail-img img{
        max-height: 528px;
    }
}

/*end 17.06.24*/


/*begin 10.07.24*/

.button-toggle-wrap{
    display: flex;
}



.button-toggle__name{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
}

.button-toggle-wrap--mb{
    margin-bottom: 2rem;
}

@media only screen and (max-width: 440px) {
    .button-toggle-wrap--index{
        margin-top: -1rem;
    }
}


.swiper-products--main.opened .swiper-button-prev,
.swiper-products--main.opened .swiper-button-next{
    display: none;
}

/*end 10.07.24*/


/*begin 22.07.24*/
.hallo-row,
.hallo-tizers{
    display: flex;
}

.hallo-row{
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
}

.hallo-tizers{
    gap:1rem;
    display: flex;
}
.hallo-tizers__item{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 17.5rem; /* 280/16 */
    min-height: 17.5rem;
    color:#fff;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    text-align: center;
    flex-direction: column;
    /*padding: .5rem;*/
}

.hallo-tizers__item-figure{
    font-size: 5.3rem;
    display: block;
    font-weight: bold;
    text-align: center;
    text-wrap: balance;
    text-transform: uppercase;
}
.hallo-tizers__item-name{
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-wrap: balance;
    max-width: 9rem;
    line-height: 1.44;
    text-transform: uppercase;
}





@media only screen and (max-width: 1750px) {
    .hallo-tizers__item{
        min-width: 14.5rem;
        min-height: 14.5rem;
    }
    .hallo-tizers__item-figure{
        font-size: 4.8rem;
    }
    .hallo-tizers__item-name{
        font-size: 1.4rem;
    }
}


@media only screen and (max-width: 1500px) {
    .hallo-tizers__item{
        min-width: 12.5rem;
        min-height: 12.5rem;
    }
    .hallo-tizers__item-figure{
        font-size: 4.2rem;
    }
    .hallo-tizers__item-name{
        font-size: 1.2rem;
    }
}


@media only screen and (max-width: 1220px) {
    .hallo-tizers__item{
        min-width: 9.5rem;
        min-height: 9.5rem;
    }
    .hallo-tizers__item-figure{
        font-size: 3.25rem;
    }
    .hallo-tizers__item-name{
        font-size: .9rem;
        max-width: 90%;
    }
}


@media only screen and (max-width: 760px) {
    .hallo-tizers__item-figure{
        font-size: 1.625rem; /* 26/16 */
    }
    .hallo-tizers__item-name{
        font-size: .5rem;
        max-width: 3.125rem; /* 50/16 */
    }

    .hallo-tizers__item{
        min-width: 5rem; /* 80/16 */
        min-height: 5rem;
    }

}


@media only screen and (max-width: 450px) {
    .hallo-row{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap:.5rem;
    }
    .hallo-row__item{
        width: 100%;
        max-width: 100%;
    }
    .hallo-tizers{
        justify-content: flex-end;
    }
}

.product-hallo__item--tizers{
    padding: 4.25rem 0 0 12.5rem ;
}

.product-hallo__item--tizers .choice-pages-link{
    transform: translateY(-50%);
}

.product-hallo .hallo-tizers {
    margin-top: -4.25rem;
}
.product-hallo .hallo-tizers .hallo-tizers__item{
    min-width: 8.5rem;
    min-height: 8.5rem;
}
.product-hallo .hallo-tizers .hallo-tizers__item-figure{
    font-size: 2.8rem;
}
.product-hallo .hallo-tizers .hallo-tizers__item-name{
    font-size: 0.8rem;
    max-width: 90%;
}

@media only screen and (max-width: 760px) {
    .product-hallo__item--tizers{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
    }
    .product-hallo__item--tizers .choice-pages-link{
        display: none;
    }
    .product-hallo .hallo-tizers{
        margin: 0;
        /*flex-direction: column;*/
        justify-content: flex-start;
        align-items: flex-start;
        gap:.5rem;
    }

    .product-hallo .hallo-tizers .hallo-tizers__item-figure{
        font-size: 1.625rem; /* 26/16 */
    }
    .product-hallo .hallo-tizers .hallo-tizers__item-name{
        font-size: .5rem;
        max-width: 3.125rem; /* 50/16 */
    }
    .product-hallo .hallo-tizers .hallo-tizers__item{
        min-width: 5rem; /* 80/16 */
        min-height: 5rem;
    }
    .product-hallo{
        gap: 2rem
    }
    .product-hallo .title-page{
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

/*end 22.07.24*/


/*begin 29.07.24*/

.attention-message{
    color: #619716;
    font-size: 2.75rem; /* 44/16 */
    line-height: 1.4;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    background: #f4f4f4;
    text-transform: uppercase;
    padding: 1.25rem 0; /* 20/16 */
    text-wrap: balance;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 1220px) {
    .attention-message{
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1140px) {
    .attention-message{
        font-size: 2.2rem
    }
}

@media only screen and (max-width: 940px) {
    .attention-message{
        font-size: 1.8rem
    }
}

@media only screen and (max-width: 760px) {
    .attention-message{
        font-size: 1.4rem;
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 639px) {
    .main-content__section--banners + .attention-message{
        margin-bottom: 0rem;
        margin-top: 1rem;
    }
	.swiper-products--main .swiper-slide{
        max-width: calc(100vw - 4rem);
    }
}

@media only screen and (max-width: 560px) {
    .attention-message{
        font-size: 1rem;
    }
}

@media only screen and (max-width: 400px) {
    .attention-message{
        font-size: .9rem;
        padding: .8rem 0;
    }
}

/*end 29.07.24*/



/*begin 03.08.24*/
.swiper.swiper-complectation .swiper-slide .hover-tooltip h4 {
    letter-spacing: normal;
}

.hover-tooltip .video-link__name {
    display: none;
}

.hover-tooltip .video-link {
    /*width: 2.2rem;
        height: 2rem;
        background: url(../img/icon-yt1.svg) no-repeat center;
        background-size: contain;
        display: inline-flex;
        z-index: 30;
        position: absolute;
        right: 0;
        transition: opacity .25s;*/
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    overflow: visible;
}
.bx-no-touch .hover-tooltip .video-link{
    width: 100%;
    height: 100%;    
}


.hover-tooltip .video-link__ico {
    display: block;
    position: absolute;
    right: 0.25rem;
    /* 4/16 */
    top: 0.25rem;
    /* 4/16 */
    /*font-size: 12px;*/
    /*zoom:.8;*/

    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/video-play-icon.svg) no-repeat center #DA1E28;
    background-size: 60%;
    transition: .25s background-color;
}

.bx-no-touch .hover-tooltip .video-link:hover .video-link__ico path {
    fill:
        /*#21272A;*/
        #bce57b;
    /*#80BD2A;*/

}

.bx-no-touch .hover-tooltip .video-link:hover .video-link__ico {
    background-color: #bce57b;
}

.engineering-complectation .complectation__icons>div,
.complectation__icons>div {
    align-items: normal;
}

.swiper-complectation .hover-tooltip {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hover-tooltip .video-link[data-fancybox]:before {
    display: none;
}

.complectation__icons {
    display: block;
}

/*.complectation__icons .hover-tooltip:after,
.complectation__icons .hover-tooltip:before,
.complectation__icons .hover-tooltip--d-block:after,
.complectation__icons .hover-tooltip--d-block:before,
.teasers-list .hover-tooltip:after,
.teasers-list .hover-tooltip:before,
.teasers-list .hover-tooltip--d-block:after,
.teasers-list .hover-tooltip--d-block:before{
    display: none;
}
*/
.hover-tooltip:after,
.hover-tooltip:before,
.hover-tooltip--d-block:after,
.hover-tooltip--d-block:before{
    display: none;
}

.hover-tooltip__close{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.8rem; 
    height: 1.8rem;
    background: url(../img/cose-icon.svg) no-repeat center;
    background-size: 74%;
    cursor: pointer;
    opacity: .6;
}

@media only screen and (max-width: 1000px) {
    .swiper.swiper-complectation .swiper-slide h4 .rub:before {
        font-size: 0.875rem
    }
}

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

    /*.hover-tooltip .video-link__ico{
            zoom:.68;
        }*/
    .swiper.swiper-complectation .swiper-slide h4 {
        font-size: .8rem;
    }

    .swiper.swiper-complectation .swiper-slide h4 .rub:before {
        font-size: .8rem;
    }
}

@media only screen and (max-width: 500px) {
    /*.hover-tooltip .video-link__ico{
            zoom:.5;
        }*/

    .swiper.swiper-complectation .swiper-slide h4 {
        font-size: .75rem;
    }

    .swiper.swiper-complectation .swiper-slide h4 .rub:before {
        font-size: .75rem;
    }

    .swiper.swiper-complectation .swiper-slide .hover-tooltip h4 {
        letter-spacing: .05rem;
    }
}

/*end 03.08.24*/


/*begin 04.10.24*/
.hover-tooltip__content:after {
    height: 32px;
    width: 100%;
    left: 0;
    top: 100%;
    content: '';
    position: absolute;
}

.hover-tooltip .hover-tooltip__content .video-link__name {
    display: block;
    /*border-bottom: 1px dashed;*/
    /*        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
    color: #21272A;
    text-align: left;
    word-wrap: break-word;
    max-width: calc(100% - 26px);
}

.hover-tooltip .hover-tooltip__content .video-link {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    gap: .5rem;
    border: 1px solid #BCE57B;
    background: #BCE57B;
    /*border-radius: 5px;*/
    padding: 0.25rem .8rem;
    justify-content: center;
}

.hover-tooltip .hover-tooltip__content .video-link__ico {
    position: relative;
    top: auto;
    right: auto;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    /*margin-left: auto;*/
    background-size: 70%;
}

.hover-tooltip .hover-tooltip__content .dd_video {
    /*display: flex;
        justify-content: center;*/
    margin-bottom: -10px;
    padding-top: 10px;
}

.bx-no-touch .hover-tooltip .hover-tooltip__content .dd_video {
    display: none;
}

.bx-no-touch .hover-tooltip__close {
    display: none;
}

.hover-tooltip.hover-tooltip--closed .hover-tooltip__content {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
}

.hover-tooltip:last-child .hover-tooltip__close {
    margin-right: .25rem;
}

.hover-tooltip:last-child .hover-tooltip__close:after {
    display: block;
    position: absolute;
    height: 100%;
    width: .25rem;
    left: 100%;
    top: 0;
    content: '';
}

@media only screen and (max-width: 1920px){
    .hover-tooltip:first-child .hover-tooltip__content {
        -webkit-transform: translateX(1rem);
        transform: translateX(1rem);
    }
    .hover-tooltip:last-child .hover-tooltip__content {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem);
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1381px) {
    .hover-tooltip:first-child .hover-tooltip__content:before {
        background-size: 106% 106%;
        background-position: 126% bottom;
    }
    .hover-tooltip:last-child .hover-tooltip__content:before {
        background-size: 106% 106%;
        background-position: -26% bottom;
    }
}


@media only screen and (max-width: 1380px) {
    .hover-tooltip .hover-tooltip__content .video-link {
        width: auto;
        padding: .2rem .5rem;
        gap: .45rem;
    }

    .hover-tooltip .hover-tooltip__content .video-link__name {
        font-size: 13px;
        line-height: 1;
    }

    .hover-tooltip__content {
        padding-bottom: .45rem;
    }

    .hover-tooltip .hover-tooltip__content .dd_video {
        margin-bottom: -6px;
    }

    .hover-tooltip:first-child .hover-tooltip__content:before {
        background-position: 70% bottom;
    }
    .hover-tooltip:last-child .hover-tooltip__content:before {
        background-position: 30% bottom;
    }
}

@media only screen and (max-width: 760px) {
    .hover-tooltip__close {
        width: 1.6rem;
        height: 1.6rem;
    }

    .hover-tooltip__content {
        padding-left: .9rem;
        padding-right: .9rem;
    }

    .hover-tooltip>.dd_video .video-link__ico {
        width: 1.5rem;
        height: 1.5rem;
        right: 0.2rem;
        top: 0.2rem;
        background-size: 66%;
    }

    .hover-tooltip .hover-tooltip__content .video-link__ico {
        background-size: 64%;
        width: 22px;
        height: 22px;
        min-width: 22px;
        min-height: 22px;
    }

    .hover-tooltip:after,
    .hover-tooltip:before,
    .hover-tooltip__content {
        width: 222px;
        margin-left: -111px;
    }

/*    .hover-tooltip:last-child .hover-tooltip__close {
        margin-right: .5rem;
    }
    .hover-tooltip:last-child .hover-tooltip__close:after{
        width: .5rem;
    }*/

    .hover-tooltip .hover-tooltip__close{
        width: 1.35rem;
        height: 1.35rem
    }


    .hover-tooltip:first-child .hover-tooltip__content:before {
        background-position: 62% bottom;
    }
    .hover-tooltip:last-child .hover-tooltip__content:before {
        background-position: 40% bottom;
    }

    .complectation .accordion__item-content{
        width: calc(100% + 2rem);
        padding-left: 1rem;
        margin-left: -1rem;
    }
}

@media only screen and (max-width: 500px) {
    .hover-tooltip>.dd_video .video-link__ico {
        width: 17px;
        height: 17px;
        right: 3px;
        top: 3px;
        background-size: 66%;
    }

    .hover-tooltip:after, .hover-tooltip:before, .hover-tooltip__content {
        width: 180px;
        margin-left: -90px;
    }
}

/*end 04.10.24*/


/*begin 06.10.24*/
.main-footer__menu-item-content--cols {
    columns: 3;
    column-gap: 5rem
}

.main-footer__menu-item-content--cols li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.centering-content > .smart-filter:first-child{
    margin-bottom: 1.75rem; /* 28/16 */
}

.semi-row__item>*:first-child,
.text-promo>*:first-child{
    margin-top: 0;
}

.main-footer__menu{
    margin-bottom: -.25rem;
}

@media only screen and (max-width: 1220px) {
    .main-footer__menu-item-content--cols {
        column-gap: 3rem
    }
}

@media only screen and (max-width: 1000px) {
    .main-footer__menu{
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 760px) {
    .main-footer__menu-item-content--cols {
        column-gap: 0;
        columns: inherit;
    }
    .main-footer__menu-item ul li{
        padding-right: .5rem;
    }
}

@media only screen and (max-width: 639px) {
    .swiper-products.opened .swiper-wrapper .swiper-slide{
        max-width: 100%;
    }
}
/*end 06.10.24*/


/*begin 07.11.24*/
.hallo-tizers__item{
    width: 14.5rem;
}
.product-hallo .hallo-tizers .hallo-tizers__item{
    width: 8.5rem;
}
.hallo-tizers__item-name{
    word-wrap: break-word;
}
.product-hallo .hallo-tizers .hallo-tizers__item-name,
.hallo-tizers__item-name{
    max-width: 100%
}


.choice-pages-link__short-name{
    display: none;
}

@media only screen and (max-width: 1500px) {
    .hallo-tizers__item{
        width: 12.5rem;
    }
    .product-hallo .hallo-tizers .hallo-tizers__item{
        width: 8.5rem;
    }
}
@media only screen and (max-width: 1220px) {
    .hallo-tizers__item{
        width: 9.5rem;
    }
    .product-hallo .hallo-tizers .hallo-tizers__item{
        width: 8.5rem;
    }

}

@media only screen and (max-width: 1000px) and (min-width: 761px) {
    .main-content__section--hallo .hallo-row{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .choice-pages-link__short-name{
        display: block;
    }
    .choice-pages-link__full-name{
        display: none;
    }
    .product-hallo__item--tizers{
        padding-left: 8.82rem;
    }
}

@media only screen and (max-width: 760px) {
    .product-hallo .hallo-tizers .hallo-tizers__item,
    .hallo-tizers__item{
        width: 5rem;
    }
    .product-hallo .hallo-tizers .hallo-tizers__item-name{
        max-width: 100%
    }
    .product-hallo .hallo-tizers{
        max-width: 290px;   
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 450px) {
    .main-content__section--hallo .hallo-tizers{
        justify-content:flex-start;
    }
}

@media only screen and (max-width: 400px) {
    .swiper-products--main .product-card__name{
        font-size: 1.96rem
    }
}
/*end 07.11.24*/


/*begin 13.11.24*/
@media only screen and (max-width: 1100px) {
    .reciews_list.reciews_list--wrap .rl_item{
        width: 100%;
    }
}
/*end 13.11.24*/

/*begin 11.06.25*/
.swiper .swiper-button-next.swiper-button-disabled, 
.swiper .swiper-button-prev.swiper-button-disabled{
    pointer-events: none;
}
/*end 11.06.25*/

.promorehau, .promoground {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000000;
    transform: translate(-50%, -50%);
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px #888;
    box-sizing: border-box;
    display: none;
}
.promorehau .close, .promoground .close {
    position: absolute;
    top: 33px;
    right: 18px;
    font-size: 50px;
    transform: rotate(45deg);
    line-height: 0;
    cursor: pointer;
    color: #fff;
    font-family: sans-serif;
}
.promorehau .modaltext, .promoground .modaltext {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: rgba(255,255,255,0.75);
    max-width: 45%;
    padding: 10px;
}
.promoground .modaltext {
    bottom: auto;
    top: 30px;
}

.promorehau [type="text"], .promorehau [type="tel"], .promorehau [type="email"], 
.promoground [type="text"], .promoground [type="tel"], .promoground [type="email"] {
    height: auto;
    padding: 10px;
}
.promorehau button.button.button--reverse, .promoground button.button.button--reverse {
    padding: 2px 15px;
    height: auto;
    min-height: 2.5rem;
}


.quiz {
    padding: 2.5rem;
    max-width: 40%;
    margin: 0 auto;
    box-shadow: 0rem 0.5rem 1.5rem 0rem rgba(77, 83, 88, 0.08);
    border: 1px solid #e2e5e9;
}
.quiz-wrap + .main-footer .main-footer__content {
    display: block;
}
.quiz legend.suptitle {
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    color: #619716;
    letter-spacing: 0;
    line-height: 1;
}
.quiz legend.title {
    font-size: 1.9rem;
    padding-bottom: 0.5rem;
    color: #619716;
    font-weight: bold;
}
.quiz legend.subtitle {
    font-size: 1.3rem;
    color: #619716;
    padding-bottom: 0.5rem;
}
.quiz legend.titlenote {
    font-size: 0.7rem;
    font-style: normal;
    color: #aaa;
}
.quiz span {
    line-height: 0;
    color: #ccc;
}

@media only screen and (max-width: 1024px) {
.promorehau, .promoground {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    transform: none;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 10px #888;
    box-sizing: border-box;
    display: none;
    /* max-width: 100%; */
    width: 100%;
    height: 100%;
    background: #4d9b0f;
}
.promorehau .modaltext, .promoground .modaltext {
    position: relative;
    bottom: auto;
    left: 0px;
    background: rgba(255,255,255,0.8);
    max-width: none;
    right: 0;
    padding: 10px;
    margin-top: 15px;
}
.promorehau img, .promoground img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz {
    padding: 1.5rem;
    max-width: none;
    margin: 0 auto;
    box-shadow: 0rem 0.5rem 1.5rem 0rem rgba(77, 83, 88, 0.08);
    border: 1px solid #e2e5e9;
}

}


/*07.08.25*/
.has-video .fancybox__content{
  position: relative;
  padding: 0;
  height: auto !important;
  
  background: none;
}
.has-video .fancybox__content:before{
    content: '';
    display: block;
    padding-top: 56.25%;
    z-index: 0
}

.has-video .fancybox__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
span.strong {
	font-weight: bolder;
}