@font-face {
    font-family: 'Conv_HouschkaPro-Medium';
    src: url("../fonts/HouschkaPro-Medium.eot");
    src: local("☺"), url("../fonts/HouschkaPro-Medium.woff") format("woff"), url("../fonts/HouschkaPro-Medium.ttf") format("truetype"), url("../fonts/HouschkaPro-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conv_HouschkaPro-DemiBold';
    src: url("../fonts/HouschkaPro-DemiBold.eot");
    src: local("☺"), url("../fonts/HouschkaPro-DemiBold.woff") format("woff"), url("../fonts/HouschkaPro-DemiBold.ttf") format("truetype"), url("../fonts/HouschkaPro-DemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conv_HouschkaPro-Bold';
    src: url("../fonts/HouschkaPro-Bold.eot");
    src: local("☺"), url("../fonts/HouschkaPro-Bold.woff") format("woff"), url("../fonts/HouschkaPro-Bold.ttf") format("truetype"), url("../fonts/HouschkaPro-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conv_HouschkaPro-ExtraBold';
    src: url("../fonts/HouschkaPro-ExtraBold.eot");
    src: local("☺"), url("../fonts/HouschkaPro-ExtraBold.woff") format("woff"), url("../fonts/HouschkaPro-ExtraBold.ttf") format("truetype"), url("../fonts/HouschkaPro-ExtraBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Conv_HouschkaPro-Light';
    src: url("../fonts/HouschkaPro-Light.eot");
    src: local("☺"), url("../fonts/HouschkaPro-Light.woff") format("woff"), url("../fonts/HouschkaPro-Light.ttf") format("truetype"), url("../fonts/HouschkaPro-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
    padding: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul,
ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

*:focus, *:active {
    outline: none;
}

body {
    color: #292929;
    font: 14px/1.4 "Open Sans", Helvetica, Arial, sans-serif;
    letter-spacing: 0.85px;
}

a {
    color: #2f8fea;
}

a:hover {
    text-decoration: none;
}

.content {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 20px;
}

.content h1 {
    font-size: 25px;
}

.content h2 {
    font-size: 22px;
}

.content h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.content h4 {
    font-size: 17px;
}

.content h5 {
    font-size: 16px;
}

.content h6 {
    font-size: 15px;
}

.content * + * {
    margin-top: 20px;
}

.content a {
    color: #2c77bb;
    text-decoration: underline;
}

.content a:hover {
    color: #2abbff;
}

.content li + li {
    margin-top: 10px;
}

.content ul, .content ul li {
    list-style-type: square;
    list-style-position: inside;
}

.content ol, .content ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.content table th {
    font-weight: bold;
}

.content table td {
    padding: 14px 15px;
    border-top: 1px solid #cccaca;
    border-bottom: 1px solid #cccaca;
}

.content table.zebra tr:nth-child(even) {
    background-color: #e6e4e4;
}

.content table.zebra td {
    border: 1px solid #cccaca;
}


.content img {
    max-width: 100%;
}

html,
body {
    height: 100%;
}

.svg-symbol {
    display: none;
}

.svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.svg-icon.svg-icon_2-bottle {
    width: 87px;
    height: 83px;
}

.svg-icon.svg-icon_3-bottle {
    width: 126px;
    height: 83px;
}

.svg-icon.svg-icon_advantage-1 {
    width: 89px;
    height: 112px;
}

.svg-icon.svg-icon_advantage-2 {
    width: 119px;
    height: 119px;
}

.svg-icon.svg-icon_advantage-3 {
    width: 92px;
    height: 115px;
}

.svg-icon.svg-icon_bank-card {
    width: 70px;
    height: 43px;
}

.svg-icon.svg-icon_bottle {
    width: 9px;
    height: 22px;
}

.svg-icon.svg-icon_callback {
    width: 184px;
    height: 183px;
}

.svg-icon.svg-icon_car {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_card {
    width: 61.33333px;
    height: 61.33333px;
}

.svg-icon.svg-icon_card .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_cart {
    width: 26.507811px;
    height: 18.9429px;
}

.svg-icon.svg-icon_certified {
    width: 61.33333px;
    height: 61.33333px;
}

.svg-icon.svg-icon_certified .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_check {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_check .cls-1 {
    fill: none;
    stroke: #2c77bb;
    stroke-miterlimit: 10;
    stroke-width: 1.8px;
    fill-rule: evenodd;
}

.modal__close.js-modal-close .svg-icon.svg-icon_close {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_close {
    width: 15px;
    height: 16px;
}

.svg-icon.svg-icon_close .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_cool {
    width: 70px;
    height: 82px;
}

.svg-icon.svg-icon_delivery {
    width: 61.33333px;
    height: 61.33333px;
}

.svg-icon.svg-icon_delivery .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_desktop {
    width: 70px;
    height: 56px;
}

.svg-icon.svg-icon_documents {
    width: 70px;
    height: 70px;
}

.svg-icon.svg-icon_email {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_email .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_empty-basket {
    width: 315px;
    height: 215px;
}

.svg-icon.svg-icon_equipment {
    width: 64px;
    height: 82px;
}

.svg-icon.svg-icon_facebook {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_facebook .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_factory {
    width: 133px;
    height: 88px;
}

.svg-icon.svg-icon_food {
    width: 71px;
    height: 86px;
}

.svg-icon.svg-icon_googlep {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_googlep .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_key {
    width: 23px;
    height: 23px;
}

.svg-icon.svg-icon_location {
    width: 17.550779px;
    height: 22.800289px;
}

.svg-icon.svg-icon_login {
    width: 18.799837px;
    height: 18.799709px;
}

.svg-icon.svg-icon_logo {
    width: 249px;
    height: 45.210721px;
}

.svg-icon.svg-icon_loyalty-1 {
    width: 109px;
    height: 90px;
}

.svg-icon.svg-icon_loyalty-2 {
    width: 69px;
    height: 100px;
}

.svg-icon.svg-icon_loyalty-3 {
    width: 140px;
    height: 105px;
}

.svg-icon.svg-icon_menu {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_menu .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_microscope {
    width: 70px;
    height: 84px;
}

.svg-icon.svg-icon_money {
    width: 70px;
    height: 46px;
}

.svg-icon.svg-icon_phone {
    width: 15.30078px;
    height: 24.07618px;
}

.svg-icon.svg-icon_products {
    width: 105px;
    height: 86px;
}

.svg-icon.svg-icon_quick-order {
    width: 198px;
    height: 163px;
}

.svg-icon.svg-icon_sale-for-link {
    width: 96px;
    height: 96px;
}

.svg-icon.svg-icon_sale {
    width: 17px;
    height: 18px;
}

.svg-icon.svg-icon_sale .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_search {
    width: 19.134905px;
    height: 19.137024px;
}

.svg-icon.svg-icon_send {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_send .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_service {
    width: 127px;
    height: 72px;
}

.svg-icon.svg-icon_symbol-dropdown {
    width: 10.578px;
    height: 5.2610002px;
}

.svg-icon.svg-icon_twitter {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_twitter .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_water-drop {
    width: 17px;
    height: 22px;
}

.svg-icon.svg-icon_waterdrop-mini {
    width: 11.66111px;
    height: 14.94921px;
}

.header .header__toggle-aside, .header .header__btn-location,
.header .header__btn-del-point, .footer .footer__to-top, .basket-modal .basket-modal__back, .counter .counter__btn, .user-modal .user-modal__to-recovery, .btn, .form.form_loyalty-profile .form__add-child,
.form.form_loyalty-profile .form__remove-child, .popup.popup_location .popup__btn-other {
    display: inline-block;
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.list-orders__order.lo--order .lo--order__footer, .delivery-points {
    *zoom: 1;
}

.list-orders__order.lo--order .lo--order__footer:before, .delivery-points:before, .list-orders__order.lo--order .lo--order__footer:after, .delivery-points:after {
    display: table;
    content: "";
    line-height: 0;
}

.list-orders__order.lo--order .lo--order__footer:after, .delivery-points:after {
    clear: both;
}

.nav-buyers .nav-buyers__menu, .nav-aside .nav-aside__menu, .nav-aside .nav-aside__submenu, .nav-footer .nav-footer__list {
    list-style: none;
}

.nav-buyers .nav-buyers__menu a, .nav-aside .nav-aside__menu a, .nav-aside .nav-aside__submenu a, .nav-footer .nav-footer__list a {
    text-decoration: none;
}

.user .user__nav-toggle .user__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layout-main {
    position: relative;
    z-index: 1;
    width: 1366px;
    margin: 0 auto;
}

.aside .aside__logo .logo {
    height: 76px;
}

.layout-main .layout-main__aside {
    position: fixed;
    top: 90px;
    width: 340px;
    height: 100vh;
    background-color: white;
    border-right: 1px solid #eaedf1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.layout-main .layout-main__aside + .layout-main__main {
    width: 1026px;
    margin-left: 340px;
}

.layout-main .layout-main__aside + .layout-main__main .layout-main__header {
    width: 1026px;
}

.layout-main .layout-main__main {
    padding-top: 90px;
    overflow: hidden;
}


.layout-main .layout-main__header {
    position: fixed;
    top: 0;
    width: 1366px;
    height: 70px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 100;
}

.aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    /*padding: 22px 40px 20px 40px;*/
}

.aside .aside__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -10px;
    margin-bottom: 54px;
}

.aside .aside__callback {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 34px;
}

.aside .aside__location {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 27px;
    margin-bottom: 32px;
}

.aside .aside__hr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 1px;
    margin-left: 10px;
    background-color: #eaedf1;
}

.aside .aside__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    /*margin-left: 41px;*/
    margin-top: 26px;
    overflow: hidden;
}

.aside .aside__sale {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 40px;
    margin-left: 18px;
}

.header {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*border-bottom: 1px solid #eaedf1;*/
    /*box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.07);*/
    transition: all 0.3s;
}

.header .header__mobile-panel {
    display: none;
}

.header .header__mobile-panel .svg-icon {
    fill: #2c77bb;
}

.header .header__toggle-aside {
    width: 60px;
    margin: 0 5px 0 11px;
    text-align: center;
}

/*.header .header__mobile_callback {*/
/*  color: #2c77bb;*/
/*  font-size: 11px;*/
/*  font-family: "Conv_HouschkaPro-DemiBold";*/
/*  cursor: pointer;*/
/*}*/

/*.header .header__mobile_callback:hover {*/
/*  text-decoration: underline;*/
/*}*/

.header .header__logo {
    width: 172px;
}

.header .header__btn-location,
.header .header__btn-del-point {
    margin-left: 20px;
}

/*.header .header__phone {*/
/*  margin-left: 20px;*/
/*}*/

.header .header__panel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    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;
    height: 100%;
    /*padding-left: 58px;*/
}

/*.header .callback {*/
/*  display: none;*/
/*}*/

.header .header__fast-order-btn.btn {
    margin-bottom: 3px;
    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;
}

.header .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*padding-right: 19px;*/
}

.header .header__search {
    margin-left: 28px;
}

.header .header__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
}

/*.header.header_without-aside .header__mobile-panel {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*}*/

/*.header.header_without-aside .header__toggle-aside {*/
/*  display: none;*/
/*}*/

/*.header.header_without-aside .header__logo {*/
/*  margin-left: 55px;*/
/*}*/

/*.header.header_without-aside .header__btn-location {*/
/*  display: none;*/
/*}*/

/*.header.header_without-aside .header-phone .header-phone__icon {*/
/*  width: 20px;*/
/*  margin-right: 19px;*/
/*  text-align: center;*/
/*}*/

/*.header.header_without-aside .header-phone .header-phone__icon .svg-icon {*/
/*  width: 14px;*/
/*  height: 21px;*/
/*  fill: #2c77bb;*/
/*}*/

/*.header.header_without-aside .header-phone .header-phone__text {*/
/*  margin-bottom: 2px;*/
/*  color: #2c77bb;*/
/*  font: 20px "Conv_HouschkaPro-DemiBold";*/
/*}*/

/*.header.header_action-1 .header__btn-location {*/
/*  display: none;*/
/*}*/

/*.header.header_action-1 .callback {*/
/*  display: block;*/
/*  -ms-flex-negative: 0;*/
/*      flex-shrink: 0;*/
/*}*/

/*.header.header_action-1 .callback .callback__toggle-icon .svg-icon {*/
/*  height: 24px;*/
/*}*/

/*.header.header_action-1 .nav-buyers, .header.header_action-1 .header__buttons {*/
/*  display: none;*/
/*}*/

.footer {
    padding: 46px 54px 35px 56px;
    background-color: #f7f9fa;
}

.footer .footer__copy.mobile {
    display: none;
}

.footer .footer__layout-mobile {
    display: none;
}

.footer .footer__layout-mobile .footer__layout-mobile-2 {
    width: 173px;
    margin-top: 33px;
}

.footer .footer__layout-mobile .footer__layout-mobile-3 {
    margin-top: 36px;
}

.footer .footer__layout-mobile .footer__layout-mobile-3 .footer__list-soc {
    margin-bottom: 0;
}

.footer .footer__layout-3.mobile {
    display: none;
}

/*.footer .footer__layout-3.mobile .footer__layout-3-2 {*/
/*  width: 173px;*/
/*  margin-top: 32px;*/
/*}*/

/*.footer .footer__layout-3.mobile .footer__list-soc {*/
/*  display: inline-block;*/
/*  vertical-align: top;*/
/*  margin-top: 36px;*/
/*}*/

/*.footer .footer__layout-3.mobile .footer__to-top {*/
/*  margin-top: 28px;*/
/*}*/

.footer .footer__layout-1-2-3.mobile {
    display: none;
}

/*.footer .footer__layout-1-2-3.mobile .stores__col-2 {*/
/*  border-right: 1px solid #eaedf1;*/
/*  padding-right: 30px;*/
/*  padding-left: 14px;*/
/*}*/

.footer .footer__layout-1-2-3.mobile .footer__img-link:last-of-type {
    margin-left: 20px;
}

.footer .lang.mobile {
    display: none;
}

.footer .lang.mobile:before {
    content: "";
    position: absolute;
    top: 8px;
    height: 1px;
    left: 0;
    background: #e6eaee;
    width: 30px;
}

.footer .footer__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 36px;
    border-bottom: 1px solid #eaedf1;
}

.footer .footer__layout-1-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 313px;
    flex: 0 0 313px;
    padding-right: 45px;
    border-right: 1px solid #eaedf1;
}

.footer .footer__layout-1-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer__layout-1-2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0 31px;
}

.footer .footer__layout-1-2-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 55px;
    padding: 12px 0 0 36px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer .footer__layout-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 44px;
}

.footer .footer__layout-2 .footer__to-top {
    display: none;
}

.footer .footer__layout-2-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 313px;
    flex: 0 0 313px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__layout-2-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer__layout-2-2 .footer__img-link {
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.footer .footer__layout-2-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

/*.footer .footer__layout-2-3:before {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  width: 1px;*/
/*  height: 30px;*/
/*  margin-right: 30px;*/
/*  background-color: #eaedf1;*/
/*}*/

/*.footer .footer__layout-2-3 .footer__copy {*/
/*  display: none;*/
/*}*/

.footer .footer__title {
    margin-bottom: 22px;
    color: #9db2c6;
    font: 14px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.footer .footer__phone {
    margin-bottom: 23px;
    color: #364859;
    font: 23px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
}

.footer .footer__btn-callback {
    margin-bottom: 24px;
}

.footer .footer__btn-callback .svg-icon {
    width: 11px;
    height: 18px;
    margin-right: 18px;
}

.footer .footer__list-soc {
    margin-bottom: 64px;
}

.footer .footer__wrap-nav {
    padding: 0 5px;
}

.footer .footer__copy {
    color: #9db2c6;
    font: 13px "Conv_HouschkaPro-Medium";
}

.footer .footer__img-link {
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer .footer__img-link img {
    vertical-align: bottom;
}

.footer .footer__img-link:hover {
    opacity: 0.6;
}

.footer .footer__to-top {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #e6edf2;
    border-radius: 50%;
}

.footer .footer__to-top:after {
    background-image: url("../images/sprites/sprite.png");
    background-position: -919px -666px;
    width: 13px;
    height: 17px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: 14px;
    left: 16px;
}

/*.footer .footer__to-top:hover {*/
/*  background-color: #dfe8ee;*/
/*}*/

.footer__stores.stores {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*.footer__stores.stores .stores__col-1 {*/
/*  -webkit-box-flex: 0;*/
/*      -ms-flex: 0 0 175px;*/
/*          flex: 0 0 175px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*}*/

/*.footer__stores.stores .stores__col-2 {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  height: 30px;*/
/*  padding-left: 7px;*/
/*  border-left: 1px solid #eaedf1;*/
/*}*/

/*.footer__stores.stores .stores__title {*/
/*  color: #5b748b;*/
/*  font: 13px "Conv_HouschkaPro-Medium";*/
/*  letter-spacing: 0.1px;*/
/*}*/

/*.footer__stores.stores .stores__item {*/
/*  display: inline-block;*/
/*  margin-left: 16px;*/
/*  transition: opacity 0.3s;*/
/*}*/

/*.footer__stores.stores .stores__item.stores__item_ua {*/
/*  background-image: url("../images/sprites/sprite.png");*/
/*  background-position: -919px -626px;*/
/*  width: 17px;*/
/*  height: 15px;*/
/*  background-size: 1164px, 1079px;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.footer__stores.stores .stores__item.stores__item_rus {*/
/*  background-image: url("../images/sprites/sprite.png");*/
/*  background-position: -961px -586px;*/
/*  width: 17px;*/
/*  height: 15px;*/
/*  background-size: 1164px, 1079px;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.footer__stores.stores .stores__item:hover {*/
/*  opacity: 0.6;*/
/*}*/

.svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.svg-icon.svg-icon_2-bottle {
    width: 87px;
    height: 83px;
}

.svg-icon.svg-icon_3-bottle {
    width: 126px;
    height: 83px;
}

.svg-icon.svg-icon_advantage-1 {
    width: 89px;
    height: 112px;
}

.svg-icon.svg-icon_advantage-2 {
    width: 119px;
    height: 119px;
}

.svg-icon.svg-icon_advantage-3 {
    width: 92px;
    height: 115px;
}

.svg-icon.svg-icon_bank-card {
    width: 70px;
    height: 43px;
}

.svg-icon.svg-icon_bottle {
    width: 9px;
    height: 22px;
}

.svg-icon.svg-icon_callback {
    width: 184px;
    height: 183px;
}

.svg-icon.svg-icon_car {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_card {
    width: 61.33333px;
    height: 61.33333px;
}

.svg-icon.svg-icon_card .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_cart {
    width: 26.507811px;
    height: 18.9429px;
}

.svg-icon.svg-icon_certified {
    width: 61.33333px;
    height: 61.33333px;
}

.svg-icon.svg-icon_certified .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_check {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_check .cls-1 {
    fill: none;
    stroke: #2c77bb;
    stroke-miterlimit: 10;
    stroke-width: 1.8px;
    fill-rule: evenodd;
}

/*.svg-icon.svg-icon_close {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*}*/

.svg-icon.svg-icon_close .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_cool {
    width: 70px;
    height: 82px;
}

.svg-icon.svg-icon_delivery {
    width: 61.33333px;
    height: 61.33333px;
}

.svg-icon.svg-icon_delivery .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_desktop {
    width: 70px;
    height: 56px;
}

.svg-icon.svg-icon_documents {
    width: 70px;
    height: 70px;
}

.svg-icon.svg-icon_email {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_email .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_empty-basket {
    width: 315px;
    height: 215px;
}

.svg-icon.svg-icon_equipment {
    width: 64px;
    height: 82px;
}

.svg-icon.svg-icon_facebook {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_facebook .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_factory {
    width: 133px;
    height: 88px;
}

.svg-icon.svg-icon_food {
    width: 71px;
    height: 86px;
}

.svg-icon.svg-icon_googlep {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_googlep .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_key {
    width: 23px;
    height: 23px;
}

.svg-icon.svg-icon_location {
    width: 17.550779px;
    height: 22.800289px;
}

.svg-icon.svg-icon_logo {
    width: 249px;
    height: 45.210721px;
}

.svg-icon.svg-icon_loyalty-1 {
    width: 109px;
    height: 90px;
}

.svg-icon.svg-icon_loyalty-2 {
    width: 69px;
    height: 100px;
}

.svg-icon.svg-icon_loyalty-3 {
    width: 140px;
    height: 105px;
}

.svg-icon.svg-icon_menu {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_menu .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_microscope {
    width: 70px;
    height: 84px;
}

.svg-icon.svg-icon_money {
    width: 70px;
    height: 46px;
}

.svg-icon.svg-icon_phone {
    width: 15.30078px;
    height: 24.07618px;
}

.svg-icon.svg-icon_products {
    width: 105px;
    height: 86px;
}

.svg-icon.svg-icon_quick-order {
    width: 198px;
    height: 163px;
}

.svg-icon.svg-icon_sale-for-link {
    width: 96px;
    height: 96px;
}

/*.svg-icon.svg-icon_sale {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*}*/

.svg-icon.svg-icon_sale .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_search {
    width: 19.134905px;
    height: 19.137024px;
}

.svg-icon.svg-icon_send {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_send .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_service {
    width: 127px;
    height: 72px;
}

.svg-icon.svg-icon_symbol-dropdown {
    width: 10.578px;
    height: 5.2610002px;
}

.svg-icon.svg-icon_twitter {
    width: 40px;
    height: 40px;
}

.svg-icon.svg-icon_twitter .cls-1 {
    fill: #2c77bb;
}

.svg-icon.svg-icon_water-drop {
    width: 17px;
    height: 22px;
}

.svg-icon.svg-icon_waterdrop-mini {
    width: 11.66111px;
    height: 14.94921px;
}

.logo {
    display: block;
    text-decoration: none;
}

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

.logo .svg-icon {
    width: 100%;
}

.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.toggle .toggle__text {
    color: #2c77bb;
    font-family: "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.toggle .toggle__icon {
    display: block;
    margin-left: 8px;
    fill: #2c77bb;
}

.toggle:hover .toggle__text {
    color: #2abbff;
}

.toggle:hover .toggle__icon {
    fill: #2abbff;
}

.toggle .svg-icon_symbol-dropdown {
    display: block;
    width: 10px;
    height: 6px;
}

.search .search__toggle {
    width: 40px;
    height: 40px;
    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;
    cursor: pointer;
}

.search .search__toggle:hover .search__icon {
    fill: #2abbff;
}

.search .search__icon {
    display: inline-block;
    fill: #2c77bb;
}

.user .user__toggle {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    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;
}

.user .user__toggle:hover .user__icon {
    fill: #2abbff;
}

.user .user__link {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    text-transform: none;
}

.user .user__link:hover .user__icon {
    fill: #2abbff;
}

.user .user__icon {
    fill: #2c77bb;
}

.user .user__nav-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.user .user__nav-toggle svg {
    fill: #2c77bb;
}

.user .user__avatar {
    width: 25px;
    overflow: hidden;
}

.user .user__avatar img {
    width: 100%;
    vertical-align: bottom;
}

.user .user__name {
    margin: 0 10px;
    max-width: 99px;
    color: #2c77bb;
    font: 17px "Conv_HouschkaPro-Medium";
}

.user .user__nav {
    position: absolute;
    top: 100%;
    display: none;
}

.user.user_nav-open .user__nav {
    display: block;
}

.basket-small .basket-small__toggle {
    position: relative;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #278eed;
    transition: background 0.3s;
    cursor: pointer;
}

/*.basket-small .basket-small__toggle:hover {*/
/*  background-color: #2abbff;*/
/*}*/

.basket-small .basket-small__toggle:hover .basket-small__counter {
    background-color: #278eed;
}

.basket-small .basket-small__icon {
    position: absolute;
    top: 24px;
    left: 16px;
    fill: #fff;
}

.basket-small .basket-small__counter {
    position: absolute;
    top: 11px;
    left: 51px;
    height: 18px;
    min-width: 18px;
    padding: 0 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: background 0.3s;
    background-color: #1e619e;
    border-radius: 9px;
    color: #fff;
    font: 13px/19px "Conv_HouschkaPro-ExtraBold";
    text-align: center;
}

.block-basket {
    border-bottom: 1px solid #eaedf1;
}

.block-basket .block-basket__list-products {
    border-bottom: 1px solid #eaedf1;
}

.block-basket .block-basket__list-products .product + .product {
    border-top: 1px dashed #eaedf1;
}

.block-basket .block-basket__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
}

.block-basket .block-basket__for-payment {
    width: 360px;
}

.block-basket .block-basket__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.block-basket .block-basket__delivery-text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.block-basket .block-basket__delivery-text .tooltip {
    margin-top: -2px;
    text-transform: none;
}

.block-basket .block-basket__delivery-text .tooltip .tooltip__text {
    max-width: calc(100vw - 30px);
    right: unset;
    left: -150px;
}

.block-basket .block-basket__delivery-price {
    color: #364859;
    font: 16px "Conv_HouschkaPro-Bold";
}

.block-basket .block-basket__wrap-price {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.block-basket .block-basket__label {
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.block-basket .block-basket__price {
    color: #364859;
    font: 23px "Conv_HouschkaPro-Bold";
}

.block-basket .block-basket__old-price {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 2px;
    color: #364859;
    font: 12px "Conv_HouschkaPro-Bold";
    text-decoration: line-through;
}

.basket-modal .basket-modal__state-with-goods {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100vh;*/
}

.basket-modal .basket-modal__empty-basket.e--basket {
    padding-top: 134px;
    text-align: center;
}

.basket-modal .basket-modal__empty-basket.e--basket .e--basket__icon {
    margin-bottom: 48px;
}

.basket-modal .basket-modal__empty-basket.e--basket .e--basket__icon .svg-icon {
    width: 237px;
    height: 162px;
}

.basket-modal .basket-modal__empty-basket.e--basket .e--basket__text {
    margin-bottom: 48px;
    color: #364859;
    font: 25px "Conv_HouschkaPro-DemiBold";
}

.basket-modal .basket-modal__empty-basket.e--basket .e--basket__btn-back {
    width: 260px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}

.basket-modal .basket-modal__title {
    padding: 38px 58px;
    color: #364859;
    font: 25px "Conv_HouschkaPro-DemiBold";
}

.basket-modal .basket-modal__scroll-wrap {
    overflow: hidden;
    max-height: max-content;
}

.basket-modal .basket-modal__list-products {
    height: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #ebeef0;
}

.basket-modal .basket-modal__list-products .product {
    padding: 20px 0;
}

.basket-modal .basket-modal__list-products .product + .product {
    border-top: 1px solid #eaedf1;
}

/*.basket-modal .basket-modal__list-products .product.product_in-basket-modal.for_friday {*/
/*  padding: 50px 15px 60px;*/
/*  border: 1px solid;*/
/*  position: relative;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.basket-modal .basket-modal__list-products .product.product_in-basket-modal.for_friday.with_border {*/
/*  border-left: 4px solid;*/
/*}*/

/*.basket_group_block {*/
/*  position: relative;*/
/*  padding: 30px 0;*/
/*}*/

.basket_group_block {
    position: relative;
    padding: 30px 15px;
    padding-top: 0;
}

.basket_group_block.with_border {
    border: 1px solid #868686;
    margin-bottom: 10px;
    border-left: 4px solid #000;
}

.basket_group_block .label_sale {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    color: #1F1F1F;
    background: url('/local/templates/main/images/label_friday.png') no-repeat center/cover;
    padding: 8px 15px 8px 30px;
    z-index: 1;
}


.label_bottom-row {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #9DB2C6;
    flex-wrap: wrap;
}

.basket_group_block .label_bottom-row .title {
    color: #9DB2C6;
    font: 14px/13px "Open Sans", Helvetica, Arial, sans-serif;
    padding-left: 10px;
}


.basket_group_block .label_bottom-row .title.best-price-discount {
    padding: 7px 20px 8px;
    background: #000;
    color: #6CABE4;
    border-radius: 20px;
    font-size: 13px;
}

.basket_group_block .label_bottom-row span.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    font: 18px "Conv_HouschkaPro-DemiBold";
    color: #6CABE4;
    margin-right: 10px;
}


.basket-modal .basket-modal__footer {
    padding: 20px 40px;
}

.basket-modal .basket-modal__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.basket-modal .basket-modal__delivery.basket-modal__delivery_hide {
    display: none;
}

.basket-modal .basket-modal__delivery-text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.basket-modal .basket-modal__delivery-text .tooltip {
    margin-top: -2px;
    text-transform: none;
}

.basket-modal .basket-modal__delivery-text .tooltip .tooltip__text {
    max-width: calc(100vw - 30px);
    right: unset;
    left: -75px;
}

.basket-modal .basket-modal__delivery-price {
    color: #364859;
    font: 16px "Conv_HouschkaPro-Bold";
}

a.basket-modal__btn-submit.btn.btn_block.btn_blue {
    background-color: #5e9b52;
    border-color: #5e9b52;
}

a.basket-modal__btn-submit.btn.btn_block.btn_blue:hover {
    background-color: #3a755b;
    border-color: #3a755b;
}

.basket-modal .basket-modal__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.basket-modal .basket-modal__caption {
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.basket-modal .basket-modal__total {
    color: #364859;
    font: 23px "Conv_HouschkaPro-Bold";
}

.basket-modal .basket-modal__total span {
    font-size: 16px;
    text-transform: uppercase;
}

.basket-modal .basket-modal__btn-submit {
    margin-bottom: 20px;
}

.basket-modal .basket-modal__back {
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    letter-spacing: 1px;
}

.basket-modal .basket-modal__back:hover {
    color: #2abbff;
}

.basket-modal.basket-modal_with-goods .basket-modal__state-empty {
    display: none;
}

.basket-modal.basket-modal_with-goods .basket-modal__state-with-goods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.callback .callback__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.1px;
}

.callback .callback__toggle-icon {
    width: 20px;
    margin-right: 19px;
    text-align: center;
}

.callback .callback__toggle-icon .svg-icon {
    width: 14px;
    height: 21px;
    fill: #ccd6de;
}

.callback .callback__toggle-text {
    margin-bottom: 2px;
    color: #2c77bb;
    font: 20px "Conv_HouschkaPro-DemiBold";
}

.callback .callback__toggle-desc {
    color: #9db2c6;
    font: 15px "Conv_HouschkaPro-Medium";
}

.location {
    position: relative;
}

.location .location__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.location .location__toggle:hover .location__toggle-icon .svg-icon {
    fill: #2abbff;
}

.location .location__toggle:hover .location__toggle-text {
    color: #2abbff;
}

.location .location__toggle:hover .location__toggle-arrow .svg-icon {
    fill: #2abbff;
}

.location .location__toggle-icon {
    width: 20px;
    margin-right: 24px;
    margin-top: -2px;
    margin-left: -4px;
    text-align: center;
}

.location .location__toggle-icon .svg-icon {
    fill: #1F96FF;
    transition: fill 0.3s;
}

.location .location__toggle-text {
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: color 0.3s;
}

.location .location__toggle-arrow {
    margin-left: 3px;
}

.location .location__toggle-arrow .svg-icon {
    fill: #2c77bb;
    transition: fill 0.3s;
}

.location .location__popup {
    position: absolute;
    top: 50%;
    right: -390px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 375px;
}

.page-basket .top-meta .title .title__back_link, .page-checkout .top-meta .title .title__back_link {
    display: none;
}

.top-meta {
    padding-top: 9px;
    padding-left: 56px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaedf1;
}

.top-meta .breadcrumbs {
    margin-bottom: 12px;
}

.top-meta .title {
    margin-bottom: 12px;
}

.breadcrumbs .breadcrumbs__item {
    color: #9db2c6;
    font: 15px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumbs .breadcrumbs__item:not(span):hover {
    color: #2c77bb;
}

.breadcrumbs .breadcrumbs__item + .breadcrumbs__item:before {
    color: #9db2c6;
    content: '•';
    margin: 0 16px 0 17px;
    font-size: 7px;
}

.title {
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0.1px;
}

.title + .subtitle {
    margin-top: 10px;
}

.title.title_center {
    text-align: center;
}

.subtitle {
    color: #858585;
    font: 18px/21px "Conv_HouschkaPro-Light";
}

.counter {
    color: #9db2c6;
    display: flex;
    align-items: center;
}

.counter .counter__btn {
    width: 28px;
    height: 28px;
    font: 25px Conv_HouschkaPro-Bold;
    line-height: 25px;
    text-align: center;
    transition: color .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter .counter__btn:hover {
    color: #364859;
}

.counter .counter__field {
    background-color: #fff;
    width: 30px;
    height: 20px;
    transition: color 0.3s;
    font: 14px "Conv_HouschkaPro-Bold";
    line-height: 20px;
    text-align: center;
    border: none;
}

.product__layouts .counter .counter__field {
    border: 1px solid;
    padding: 3px 5px;
    max-width: 39px;
    text-align: center;
    width: auto;
}

.list-trust {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0 32px;
}

.list-trust .list-trust__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-trust .list-trust__icon {
    margin-right: 30px;
}

.list-trust .list-trust__icon .svg-icon {
    fill: #424242;
}

.list-trust .list-trust__text {
    color: #5b748b;
    font: 11px/23px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.recommend .recommend__title {
    text-align: center;
    margin-bottom: 44px;
    padding: 44px 20px 0;
}

.recommend .recommend__slider {
    padding: 34px 100px 46px;
    border-top: 1px solid #eaedf1;
}

.soc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 31px;
    height: 31px;
    margin-right: 16px;
    border-radius: 50%;
    vertical-align: middle;
    transition: opacity 0.3s;
}

.soc:after {
    display: inline-block;
    content: '';
    margin: auto;
}

.soc.soc_viber {
    /*background-color: #7c4e9d;*/
    display: none !important;
}

.soc.soc_viber:after {
    background-image: url("../images/sprites/viber.png");
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.soc.soc_viber:after {*/
/*  background-image: url("../images/sprites/sprite.png");*/
/*  background-position: -961px -626px;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  background-size: 1164px, 1079px;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.soc.soc_skype {*/
/*  background-color: #69b3e4;*/
/*}*/

/*.soc.soc_skype:after {*/
/*  background-image: url("../images/sprites/sprite.png");*/
/*  background-position: -964px -456px;*/
/*  width: 17px;*/
/*  height: 17px;*/
/*  background-size: 1164px, 1079px;*/
/*  background-repeat: no-repeat;*/
/*}*/

/*.soc.soc_fb {*/
/*  background-color: #5676d3;*/
/*}*/

.soc.soc_fb:after {
    background-image: url(../images/sprites/facebook.svg);
    background-position: center;
    width: 32px;
    height: 31px;
    background-size: cover;
    background-repeat: no-repeat;
}

/*.soc.soc_ytube {*/
/*  background-color: #fb5359;*/
/*}*/

.soc.soc_ytube:after {
    background-image: url("../images/sprites/youtube.svg");
    background-position: center;
    width: 31px;
    height: 31px;
    background-size: cover;
    background-repeat: no-repeat;
}

.soc.soc_tw {
    background-color: #5bcbf4;
}

.soc.soc_tw:after {
    background-image: url("../images/sprites/sprite.png");
    background-position: -919px -586px;
    width: 17px;
    height: 15px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.soc:hover {
    opacity: 0.8;
}


.soc.soc_inst {
    position: relative;
}

.soc.soc_inst:after {
    background-image: url(../images/sprites/instagram.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
}

@-webkit-keyframes fade_in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fade_in {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.lang .lang__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.lang .lang__toggle-text {
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: color 0.3s;
}

.lang .lang__toggle-arrow {
    margin: -5px 0 0 3px;
}

.lang .lang__toggle-arrow .svg-icon {
    fill: #2c77bb;
    transition: fill 0.3s;
}

.lang .lang__dropdown {
    position: absolute;
    display: none;
    margin-left: -2px;
}

.lang__list {
    width: 40px;
    border: 1px solid #d1dce8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    border-radius: 4px;
}

.lang__link {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    padding: 3px 0;
    font: 12px "Conv_HouschkaPro-Medium";
}

.lang__link:hover {
    background-color: #d8f3ff;
}

.lang .fade_in {
    -webkit-animation: fade_in 0.3s;
    animation: fade_in 0.3s;
}

.loyalty {
    padding-bottom: 36px;
    border-bottom: 1px solid #eaedf1;
}

.loyalty .loyalty__title {
    margin-bottom: 45px;
    text-align: center;
}

.loyalty .loyalty__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.loyalty .loyalty__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-bottom: 34px;
    border-left: 1px solid #eaedf1;
}

.loyalty .loyalty__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    margin-bottom: 36px;
}

.loyalty .loyalty__icon .svg-icon {
    margin: auto;
}

.loyalty .loyalty__icon .svg-icon_loyalty-1 {
    height: 68px;
}

.loyalty .loyalty__icon .svg-icon_loyalty-2 {
    height: 76px;
}

.loyalty .loyalty__icon .svg-icon_loyalty-3 {
    height: 80px;
}

.loyalty .loyalty__step {
    margin-bottom: 18px;
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    letter-spacing: 0.1px;
    text-align: center;
    text-transform: uppercase;
}

.loyalty .loyalty__text {
    padding: 0 50px;
    color: #5b748b;
    font: 17px/23px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
    text-align: center;
}

.lastnews {
    padding: 46px 0;
    overflow: hidden;
}

.lastnews .lastnews__title {
    margin-bottom: 44px;
    text-align: center;
}

.lastnews .lastnews__list {
    padding: 0 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #eaedf1;
    border-left: none;
}

.lastnews .lastnews__item {
    width: 50%;
    padding: 20px 32px;
    border-left: 1px solid #eaedf1;
}

.lastnews .lastnews__item:first-child {
    border: none;
}

.lastnews .lastnews__footer {
    margin-top: 40px;
    padding-left: 58px;
}

.lastnews .lastnews__more {
    text-decoration: none;
    color: #1e619e;
    transition: all 0.3s;
}

.lastnews .lastnews__more .svg-icon {
    width: 9px;
    margin-top: -1px;
    fill: #1e619e;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    transition: all 0.3s;
}

.lastnews .lastnews__more:hover {
    color: #2abbff;
}

.lastnews .lastnews__more:hover .svg-icon {
    fill: #2abbff;
}

.subscribe {
    position: relative;
    padding: 47px 59px 56px 285px;
    background-color: #2c77bc;
    letter-spacing: -0.01px;
}

.subscribe .subscribe__icon {
    /*background-image: url("../images/sprites/sprite.png");*/
    background-position: 0px -828px;
    width: 169px;
    height: 110px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 33px;
}

.subscribe .subscribe__title {
    margin-bottom: 12px;
    color: #fff;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.subscribe .subscribe__bonus {
    color: #fff;
    font: 15px "Conv_HouschkaPro-Medium";
}

.form.form_subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.form.form_subscribe .checkbox {
    padding: 15px 0 0;
}

.form.form_subscribe .checkbox .checkbox__text {
    color: #a5cff6;
}

.order_review.gdrp_confirmation_form form div:last-child {
    text-align: center;
}

.order_review.gdrp_confirmation_form button.confirm_gdpr {
    margin-top: 10px;
    margin-right: 10px;
}

.order_review.gdrp_confirmation_form button.confirm_gdpr,
.order_review.gdrp_confirmation_form button.cancel_gdpr {
    padding: 0 22px;
    border-radius: 17px;
    font: 12px/34px "Conv_HouschkaPro-DemiBold";
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    background: #278eed;
    color: #fff;
    border: 1px solid transparent;
    height: 34px;
}

.order_review.gdrp_confirmation_form div button:hover {
    background-color: #2abbff;
}


.form.form_subscribe .checkbox .checkbox__text a {
    color: #a5cff6;
}


.form.form_subscribe .form__layout-2 {
    /*-webkit-box-flex: 1;*/
    /*    -ms-flex: 1 0 0px;*/
    /*        flex: 1 0 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    width: 70%;
}

.form.form_subscribe .form__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.form.form_subscribe .form__inp {
    height: 40px;
    width: 100%;
    padding: 1px 15px;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    color: #364859;
    font: 15px "Conv_HouschkaPro-Medium";
}

.form.form_subscribe .form__inp::-webkit-input-placeholder {
    color: #9db2c6;
}

.form.form_subscribe .form__inp::-moz-placeholder {
    color: #9db2c6;
}

.form.form_subscribe .form__inp:-moz-placeholder {
    color: #9db2c6;
}

.form.form_subscribe .form__inp:-ms-input-placeholder {
    color: #9db2c6;
}

.form.form_subscribe .form__btn-submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    padding: 0;
    margin-left: 11px;
}

.seoblock .seoblock__title {
    margin-bottom: 24px;
}

.seoblock .seoblock__content {
    padding-left: 4px;
    color: #5b748b;
    font: 400 15px/23px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
}

.seoblock .seoblock__content ul {
    list-style: disc;
    padding-left: 15px;
}

.seoblock .seoblock__content ul li {
    list-style: disc;
}

.seoblock h1, .seoblock h2, .seoblock h3, .seoblock h4, .seoblock h4, .seoblock h5 {
    margin: 0 0 10px;
    font: inherit;
}

.seoblock.seoblock_border-top {
    border-top: 1px solid #eaedf1;
}

.seoblock-append {
    padding: 65px 44px 60px 52px;
    border-bottom: 1px solid #eaedf1;
}

.seoblock-append .seoblock-append__wrapper_toggle {
    max-height: 130px;
    overflow: hidden;
}

.seoblock-append.seoblock-append__wrapper_empty {
    padding: 0;
}

.seoblock-append div:empty {
    display: none;
}

.seoblock-append .seoblock-append__toggle {
    /*display: none;*/
    padding: 0;
    margin-top: 15px;
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted;
    cursor: pointer;
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 1.1px;
    text-decoration: none;
    transition: color 0.3s;
}

.seoblock-append .seoblock-append__toggle:hover {
    color: #2abbff;
}

.seoblock.seoblock_as-action-5 .seoblock__content > * + * {
    margin-top: 30px;
}

.seoblock.seoblock_as-action-5 .seoblock__content h1,
.seoblock.seoblock_as-action-5 .seoblock__content h2,
.seoblock.seoblock_as-action-5 .seoblock__content h3,
.seoblock.seoblock_as-action-5 .seoblock__content h4,
.seoblock.seoblock_as-action-5 .seoblock__content h5,
.seoblock.seoblock_as-action-5 .seoblock__content h6 {
    text-align: center;
}

.seoblock.seoblock_as-action-5 .seoblock__footer {
    padding-top: 15px;
    text-align: center;
}

.seoblock.seoblock_as-action-5 .seoblock__footer img {
    max-width: 100%;
}

.sale-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 55px 15px;
    background-color: #1e619e;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.sale-link .sale-link__icon {
    margin-right: 20px;
}

.sale-link .sale-link__icon .svg-icon {
    fill: #fff;
    width: 32px;
    height: 32px;
}

.sale-link .sale-link__text {
    font: 15px "Conv_HouschkaPro-Medium";
}

.sale-link:hover {
    background-color: #267bc9;
}

.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature .feature__name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 136px;
    padding-right: 15px;
    color: #9db2c6;
    font: 11px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.feature .feature__value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    color: #364859;
    font: 11px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.feature.feature_titles {
    margin-bottom: 29px;
}

.feature.feature_titles .feature__name {
    color: #5b748b;
}

.feature.feature_titles .feature__value {
    color: #5b748b;
}

.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bonus .bonus__icon {
    margin-right: 12px;
}

.bonus .bonus__icon .svg-icon {
    width: 13px;
    height: 18px;
    fill: #1e619e;
}

.bonus .bonus__text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-ExtraBold";
}

.bonus .bonus__text span {
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
}

.bonus.bonus_block {
    position: relative;
    display: block;
    height: 56px;
    padding-top: 6px;
    padding-left: 76px;
}

.bonus.bonus_block .bonus__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.bonus.bonus_block .bonus__icon .svg-icon {
    width: 51px;
    height: 56px;
}

.bonus.bonus_block .bonus__text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.bonus.bonus_block .bonus__text span {
    color: #364859;
    font-family: "Conv_HouschkaPro-Bold";
}

.bonus.bonus_block .bonus__link {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px dashed #2c77bb;
    color: #2c77bb;
    font: 17px "Conv_HouschkaPro-Medium";
    text-decoration: none;
}

.bonus.bonus_block .bonus__link:hover {
    border-bottom-color: transparent;
    color: #2abbff;
}

.list-share .list-share__item {
    display: inline-block;
    margin-right: 10px;
}

.list-share .list-share__item:hover .list-share__icon .svg-icon {
    fill: #7d99b3;
}

.list-share .list-share__icon .svg-icon {
    fill: #9db2c6;
    height: 26px;
}


.best_section {
    min-height: 2660px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.top_sale-section {
    min-height: 1232px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.trusted_section {
    min-height: 202px;
    max-height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.news_section {
    min-height: 623px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.trust.trust_in-product-card .trust__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trust.trust_in-product-card .trust__icon {
    width: 60px;
}

.trust.trust_in-product-card .trust__icon .svg-icon {
    fill: #707070;
    width: 34px;
    height: 46px;
}

.trust.trust_in-product-card .trust__title {
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.trust.trust_in-product-card .trust__text {
    padding-left: 60px;
    padding-right: 90px;
    color: #9db2c6;
    font: 15px/23px "Conv_HouschkaPro-Medium";
}

.feedback {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*padding: 51px 0 44px 223px;*/
    background-color: #2c77bc;
    padding: 35px 0 35px 253px;
}

.feedback .feedback__icon {
    background-image: url("../images/sprites/sprite.png");
    background-position: 0px -963px;
    width: 150px;
    height: 116px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    position: absolute;
    /*top: 52px;*/
    top: 38px;
    left: 38px;
}


.feedback .feedback__help {
    width: 280px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    padding-right: 38px;
    padding-bottom: 20px;
    border-right: 1px solid #a2c3e2;
}

.feedback .feedback__help .feedback__title {
    margin-bottom: 30px;
}

.feedback .feedback__callus {
    margin-left: 40px;
    display: none;
}

.feedback .feedback__callus .feedback__title {
    margin-bottom: 25px;
}

.feedback .feedback__callback {
    /*margin-left: 18px;*/
    margin: 0 auto;
}

.feedback .feedback__callback .feedback__title {
    margin-bottom: 20px;
}

.feedback .feedback__title {
    color: #fff;
    font: 19px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0.1px;
}

.feedback .feedback__text {
    color: #a2c3e2;
    font: 15px "Conv_HouschkaPro-Medium";
}

.feedback .feedback__contacts {
    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;
    margin-bottom: 10px;
}

.feedback .feedback__phone {
    white-space: nowrap;
    color: #fff;
    font: 23px "Conv_HouschkaPro-Medium";
    padding-right: 10px;
}

.feedback .feedback__list-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.feedback .feedback__list-soc a.soc.soc_skype {
    display: none;
}

.feedback .feedback__form.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feedback .feedback__form.form .form__inp {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    height: 40px;
    padding: 1px 10px 1px 20px;
    background-color: #fff;
    border: none;
    border-radius: 20px 0 0 20px;
    color: #364859;
    font: 15px "Conv_HouschkaPro-Medium";
    vertical-align: bottom;
}

.feedback .feedback__form.form .form__submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 40px;
    padding: 0;
    border-radius: 0 20px 20px 0;
    vertical-align: bottom;
}

.tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.tooltip .tooltip__icon {
    position: relative;
    display: inline-block;
    background-image: url("../images/sprites/sprite.png");
    background-position: -1130px -762px;
    width: 14px;
    height: 14px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.tooltip .tooltip__icon:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 10px;
    display: none;
    border: 15px solid transparent;
    border-bottom-color: #e8f5ff;
}

.tooltip .tooltip__text {
    position: absolute;
    top: 40px;
    right: -30px;
    display: none;
    width: 330px;
    padding: 20px;
    background-color: #e8f5ff;
    color: #547491;
    font: 15px "Conv_HouschkaPro-Medium";
    z-index: 5;
}

.tooltip:hover .tooltip__icon:after {
    display: block;
}

.tooltip:hover .tooltip__text {
    display: block;
}

.user-modal {
    padding: 0 55px 30px;
}

.user-modal .user-modal__state-login {
    display: none;
}

.user-modal .user-modal__state-registration {
    display: none;
}

.user-modal .user-modal__state-recovery {
    display: none;
}

.user-modal .user-modal__state-message {
    display: none;
}

.user-modal .user-modal__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 253px;
}

.user-modal .user-modal__icon > * {
    margin: auto;
}

.user-modal .user-modal__title {
    color: #364859;
    font: 25px "Conv_HouschkaPro-DemiBold";
    margin: 10px 0 30px;
    text-align: center;
}

.user-modal .user-modal__text {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    text-align: center;
    margin-bottom: 20px;
}

.user-modal .btn {
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
}

.user-modal .user-modal__to-recovery {
    color: #2c77bb;
    font: 17px "Conv_HouschkaPro-Medium";
}

.user-modal .user-modal__to-recovery:hover {
    color: #2abbff;
}

.user-modal.user-modal_login .user-modal__state-login {
    display: block;
}

.user-modal.user-modal_registration .user-modal__state-registration {
    display: block;
}

.user-modal.user-modal_recovery .user-modal__state-recovery {
    display: block;
}

.user-modal__state-registration.s--registration .s--registration__state-step-2 {
    display: none;
}

.user-modal__state-registration.s--registration.s--registration_step-2 .s--registration__state-step-1 {
    display: none;
}

.user-modal__state-registration.s--registration.s--registration_step-2 .s--registration__state-step-2 {
    display: block;
}

.user-modal__state-recovery.s--recovery .s--recovery__state-step-2 {
    display: none;
}

.user-modal__state-recovery.s--recovery .s--recovery__state-step-3 {
    display: none;
}

.user-modal__state-recovery.s--recovery.s--recovery_step-2 .s--recovery__state-step-1 {
    display: none;
}

.user-modal__state-recovery.s--recovery.s--recovery_step-2 .s--recovery__state-step-2 {
    display: block;
}

.user-modal__state-recovery.s--recovery.s--recovery_step-3 .s--recovery__state-step-1 {
    display: none;
}

.user-modal__state-recovery.s--recovery.s--recovery_step-3 .s--recovery__state-step-3 {
    display: block;
}

.checkout {
    position: relative;
}

.checkout .checkout__before {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    padding: 20px 40px 20px 35px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eaedf1;
    display: flex;
    border-left: 4px solid #3193ee;
}

.checkout .checkout__to-login {
    display: inline-block;
    color: #2c77bb;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
}

.checkout .checkout__to-login:hover {
    color: #2abbff;
    text-decoration: none;
}

.checkout__before-text {
    padding-left: 20px;
}

.checkout .tooltip__text {
    max-width: calc(100vw - 30px);
    right: unset;
    left: -150px;
}

.checkout .checkout__grid,
.checkout .checkout__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout .checkout__grid .checkbox__text,
.checkout .checkout__form .checkbox__text {
    -ms-flex-negative: unset;
    flex-shrink: unset;
}

.checkout .checkout__grid .form__field,
.checkout .checkout__form .form__field {
    padding-top: 20px;
}

.checkout .checkout__grid .bx-location .bx-location__label,
.checkout .checkout__form .bx-location .bx-location__label {
    padding-left: 0;
    color: #9db2c6;
    font: 17px "Conv_HouschkaPro-Medium";
}

.checkout .checkout__grid .bx-location .bx-location__label::-webkit-input-placeholder,
.checkout .checkout__form .bx-location .bx-location__label::-webkit-input-placeholder {
    color: #9db2c6;
}

.checkout .checkout__grid .bx-location .bx-location__label::-moz-placeholder,
.checkout .checkout__form .bx-location .bx-location__label::-moz-placeholder {
    color: #9db2c6;
}

.checkout .checkout__grid .bx-location .bx-location__label:-moz-placeholder,
.checkout .checkout__form .bx-location .bx-location__label:-moz-placeholder {
    color: #9db2c6;
}

.checkout .checkout__grid .bx-location .bx-location__label:-ms-input-placeholder,
.checkout .checkout__form .bx-location .bx-location__label:-ms-input-placeholder {
    color: #9db2c6;
}

.checkout .checkout__layout-1-1 {
    width: 62%;
    border-right: 1px solid #eaedf1;
}

.checkout .checkout__layout-1-2 {
    width: 520px;
    padding: 40px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 862px;
    overflow: auto;
}

.checkout .checkout__layout-1-2::-webkit-scrollbar,
.checkout .checkout__layout-1-2::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.checkout .checkout__layout_fixed {
    position: fixed;
    top: 70px;
    right: calc((100% - 1366px) / 2);
    padding-bottom: 0;
    border-bottom: 1px solid #eaedf1;
}

.checkout .checkout__layout_fixed_bottom {
    position: absolute;
    top: unset;
    bottom: 0;
    right: 0;
}

.checkout .checkout__section {
    padding: 40px 40px 40px 40px;
    border-left: 1px solid #eaedf1;
}

.checkout .checkout__section + .checkout__section {
    border-top: 1px solid #eaedf1;
}

.checkout__row {
    margin: 0 -40px;
    padding: 0 40px;
    border-top: 1px solid #ddd;
}

.checkout__row.pb {
    padding-bottom: 40px;
}

.checkout__section-bottom {
    padding-bottom: 40px;
}


.checkout .checkout__title {
    margin-bottom: 45px;
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.checkout .checkout__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout .checkout__data + .checkout__data {
    margin-top: 25px;
}

.checkout .checkout__data-key {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 166px;
    padding-right: 10px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-DemiBold";
}

.checkout .checkout__data-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
}

.checkout .checkout__list-addresses {
    margin-bottom: 26px;
}

.checkout .checkout__list-addresses .radio + .radio {
    margin-top: 15px;
}

.checkout .checkout__link {
    display: inline-block;
    padding-bottom: 1px;
    border-bottom: 1px dashed #2c77bb;
    color: #2c77bb;
    text-decoration: none;
}

.checkout .checkout__link:hover {
    border-bottom-color: transparent;
}

/*.checkout .checkout__datetime {*/
/*  margin-top: 60px;*/
/*}*/

.checkout .checkout__datetime .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.checkout .checkout__datetime .form__field + .form__field {
    margin-left: 36px;
}

.checkout .checkout__datetime .form__field_data {
    position: relative;
}

.checkout .checkout__datetime .form__field_data .form__icon {
    background-image: url("../images/sprites/sprite.png");
    background-position: -961px -498px;
    width: 16px;
    height: 17px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    position: absolute;
    top: 28px;
    right: 10px;
    pointer-events: none;
}

.checkout .checkout__datetime .form__field_data .form__inp {
    padding-right: 35px;
    width: 130px;
}

.checkout .checkout__datetime .form__field_data select {
    width: 120px;
}

.checkout .checkout__caption {
    margin: 55px 0 35px;
    color: #364859;
    font: 20px "Conv_HouschkaPro-DemiBold";
}

.checkout .checkout__payment-method {
    width: 620px;
    max-width: 100%;
}

.checkout .checkout__comment {
    width: 620px;
    max-width: 100%;
    margin-bottom: 38px;
}

.checkout .checkout__comment.c--comment .c--comment__toggle {
    cursor: pointer;
}

.checkout .checkout__comment.c--comment .c--comment__inner {
    display: none;
}

.checkout .checkout__comment.c--comment .checkout__caption {
    margin-bottom: 30px;
}

.checkout .checkout__comment.c--comment.c--comment_open .c--comment__toggle {
    display: none;
}

.checkout .checkout__comment.c--comment.c--comment_open .c--comment__inner {
    display: block;
}

.checkout .checkout__confirm {
    margin-bottom: 30px;
}

.checkout .checkout__send {
    width: 620px;
    max-width: 100%;
    margin-bottom: 26px;
}

.checkout .checkout__send .btn.btn_blue {
    background-color: #5e9b52;
    border-color: #5e9b52;
}

.checkout .checkout__send .btn_blue:hover {
    background-color: #3a755b;
    border-color: #3a755b;
}

.checkout .checkout__text {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    letter-spacing: 0;
}

.checkout .checkout__order .product {
    padding: 15px 0;
}

.checkout .checkout__personal-data {
    width: 396px;
    max-width: 100%;
    margin-bottom: 20px;
}

.checkout .checkout__registration {
    width: 396px;
    max-width: 100%;
    margin-bottom: 20px;
}

.checkout .checkout__registration .checkbox .checkbox__element {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkout .checkout__registration .checkbox .checkbox__icon {
    margin-top: 2px;
}

.checkout .checkout__registration.checkout__registration_step-2 .checkout__reg-step-1 {
    display: none;
}

.checkout .checkout__registration.checkout__registration_step-2 .checkout__reg-step-2 {
    display: block;
}

.checkout .checkout__reg-step-2 {
    display: none;
}

.checkout__payment-method.p--method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: none;
    align-self: stretch;
    width: 100%;

    justify-content: flex-start;
}

.checkout__payment-method.p--method .p--method__item {
    width: 22%;
    margin-right: 1%;
    border: 1px solid #e2e6ea;
    border-radius: 40px;
    overflow: hidden;
    background-color: #f7f9fa;
}

.comment-delivery-dropdown {
    padding-left: 15px;
}


.checkout__payment-method.p--method .p--method__hiden-field {
    display: none;
}

.checkout__payment-method.p--method .p--method__element:hover, .checkout__payment-method.p--method .p--method__hiden-field:checked + .p--method__element {
    color: #fff;
    background-color: #278eed;
}

.checkout__payment-method.p--method .p--method__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #364859;
    font: 12px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
    cursor: pointer;
    flex-wrap: wrap;
    height: 100%;
}

.checkout__payment-method.p--method .p--method__element .icon_method {
    margin-bottom: 10px;
}

.checkout__payment-method.p--method .p--method__element .icon_method img {
    filter: invert(55%) sepia(48%) saturate(1794%) hue-rotate(179deg) brightness(103%) contrast(91%);
}

.checkout__payment-method.p--method .p--method__element:hover .icon_method img, .checkout__payment-method.p--method .p--method__hiden-field:checked + .p--method__element .icon_method img {
    filter: brightness(0) invert(1);
}

.checkout__payment-method.p--method .p--method__icon {
    display: none;
    margin-right: 8px;
}

.checkout__order.c--order .c--order__toggle {
    display: none;
    border-bottom: 1px solid #eaedf1;
}

.checkout__order.c--order .c--order__count-goods {
    margin-bottom: 3px;
    color: #9db2c6;
    font: 17px "Conv_HouschkaPro-DemiBold";
}

.checkout__order.c--order .c--order__toggle-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 30px 20px;
}

/*.checkout__order.c--order .c--order__toggle-btn {*/
/*  -ms-flex-negative: 0;*/
/*      flex-shrink: 0;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  background-color: #278eed;*/
/*}*/

/*.checkout__order.c--order .c--order__toggle-btn .icon {*/
/*  margin: auto;*/
/*}*/

.checkout__order.c--order .c--order__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 30px;
}

.checkout__order.c--order .c--order__head .checkout__link {
    margin-top: 5px;
    margin-left: 10px;
}

.checkout__order.c--order .c--order__list {
    padding: 0 30px;
}

.checkout__order.c--order .c--order__layout-1 {
    padding: 30px;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.checkout__order.c--order .c--order__payment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout__order.c--order .c--order__payment.c--order__payment_summ {
    display: none;
    margin-bottom: 10px;
}

.checkout__order.c--order .c--order__payment.c--order__payment_summ .c--order__total {
    color: #5b748b;
    text-decoration: line-through;
}

.checkout__order.c--order .c--order__payment.c--order__payment_summ.c--order__payment_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout__order.c--order .c--order__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.checkout__order.c--order .c--order__delivery-text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.checkout__order.c--order .c--order__delivery-text .tooltip {
    margin-top: -2px;
    text-transform: none;
}

.checkout__order.c--order .c--order__delivery-text .tooltip .tooltip__text {
    left: -97px;
}

.checkout__order.c--order .c--order__delivery-price {
    color: #364859;
    font: 16px "Conv_HouschkaPro-Bold";
}

.checkout__order.c--order .c--order__caption {
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.checkout__order.c--order .c--order__total {
    color: #364859;
    font: 23px "Conv_HouschkaPro-Bold";
}

.checkout__order.c--order .c--order__info {
    padding: 30px;
}

.checkout__order.c--order .c--order__footer {
    display: none;
    padding: 20px;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.list-cities {
    -webkit-columns: 3;
    columns: 3;
    margin: 0 -10px;
}

.list-cities .list-cities__item {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
}

.list-cities .list-cities__item:hover .list-cities__text {
    color: #2abbff;
}

.list-cities .list-cities__item.list-cities__item_big .list-cities__text {
    font-size: 21px;
}

.list-cities .list-cities__item.list-cities__item_active .list-cities__text {
    color: #fff;
    background-color: #2c77bb;
}

.list-cities .list-cities__text {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    color: #2c77bb;
    white-space: nowrap;
    font: 15px/21px "Conv_HouschkaPro-Medium";
}

.account-info {
    height: 196px;
    overflow: hidden;
}

.account-info .account-info__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 196px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-info .account-info__layout-1-1 {
    margin: 0 57px 0 44px;
}

.balance {
    width: 410px;
    padding: 24px 36px 30px;
    background-color: #e9f8ff;
    border-radius: 58px;
}

.balance .balance__title {
    color: #364859;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.balance .balance__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.balance .balance__count {
    padding-top: 7px;
    color: #364859;
    font: 32px "Conv_HouschkaPro-Bold";
}

.balance .balance__count span {
    font-size: 14px;
}

.balance .balance__btn-add {
    width: 172px;
}

.balance .balance__btn-add .btn__icon {
    margin-right: 10px;
}

.list-orders {
    margin: 0 40px;
}

.list-orders .list-orders__head {
    margin-bottom: 30px;
}

.list-orders .list-orders__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 50px;
}

.list-orders .list-orders__layout-1-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

.list-orders .list-orders__layout-1-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-left: 20px;
}

.list-orders .list-orders__layout-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-left: 20px;
}

.list-orders .list-orders__th {
    color: #9db2c6;
    font: 11px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.list-orders .list-orders__order:nth-child(even) .lo--order__head {
    background-color: #f6fcff;
}

.list-orders .list-orders__footer {
    padding-top: 50px;
}

.list-orders .list-orders__btn-more {
    position: relative;
    height: 45px;
}

.list-orders .list-orders__btn-more .btn__icon {
    position: absolute;
    top: 8px;
    left: 21px;
    color: #5b748b;
    font: 25px/16px "Conv_HouschkaPro-Bold";
    letter-spacing: 3px;
}

.list-orders .list-orders__btn-more .btn__text {
    color: #2c77bc;
}

.list-orders .list-orders__btn-more:hover .btn__icon {
    color: #fff;
}

.list-orders .list-orders__btn-more:hover .btn__text {
    color: #fff;
}

.list-orders__order.lo--order .lo--order__head {
    position: relative;
    padding: 10px 0;
    border-radius: 18px;
    cursor: pointer;
}

.list-orders__order.lo--order .lo--order__head:hover {
    background-color: #fbfbfb;
}

.list-orders__order.lo--order .lo--order__arrow {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 0;
}

.list-orders__order.lo--order .lo--order__arrow .svg-icon {
    fill: #1e619e;
}

.list-orders__order.lo--order .lo--order__head-num {
    color: #1e619e;
    font: 15px "Conv_HouschkaPro-DemiBold";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-orders__order.lo--order .lo--order__head-date {
    color: #364859;
    font: 15px "Conv_HouschkaPro-DemiBold";
}

.list-orders__order.lo--order .lo--order__head-price {
    color: #364859;
    font: 16px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.list-orders__order.lo--order .lo--order__container {
    display: none;
    padding: 0 20px;
}

.list-orders__order.lo--order .lo--order__list-products {
    margin: 20px 0 0;
    border-top: 1px solid #eaedf1;
}

.list-orders__order.lo--order .lo--order__list-features {
    padding: 20px 0;
    border-top: 1px solid #eaedf1;
}

.list-orders__order.lo--order .lo--order__list-features .feature + .feature {
    margin-top: 15px;
}

.list-orders__order.lo--order .lo--order__list-features .feature__name {
    width: 180px;
    line-height: 15px;
    vertical-align: top;
}

.list-orders__order.lo--order .lo--order__list-features .feature__value {
    text-transform: none;
    font: 15px/18px "Conv_HouschkaPro-DemiBold";
    vertical-align: top;
}

.list-orders__order.lo--order .lo--order__footer {
    padding: 20px 0 40px;
    border-top: 1px solid #eaedf1;
}

.list-orders__order.lo--order .lo--order__total {
    float: right;
    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;
    width: 250px;
}

.list-orders__order.lo--order .lo--order__total-text {
    color: #364859;
    font: 11px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.list-orders__order.lo--order .lo--order__total-price {
    color: #364859;
    font: 23px "Conv_HouschkaPro-Bold";
}

.list-orders__order.lo--order .lo--order__total-price span {
    font-size: 16px;
}

.list-orders__order.lo--order .lo--order__btn-repeat {
    width: 250px;
    float: right;
    clear: both;
}

.list-orders__order.lo--order.lo--order_open .lo--order__container {
    display: block;
}

.list-orders__order.lo--order.lo--order_open .lo--order__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.delivery-points {
    position: relative;
}

.delivery-points .delivery-points__icon {
    position: absolute;
    top: -2px;
    left: 1px;
}

.delivery-points .delivery-points__icon .svg-icon {
    fill: #2c77bb;
}

.delivery-points .delivery-points__item {
    padding-left: 41px;
    color: #2c77bb;
    font: 12px/16px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    cursor: pointer;
}

.delivery-points .delivery-points__item:hover {
    color: #2abbff;
}

.delivery-points .delivery-points__btn-change {
    float: right;
}

.ab_test .action .action__footnote {
    left: auto;
    right: 48px;
}

.ab_test .action .action__form {
    right: auto;
    left: 57px;
}

.action {
    position: relative;
}

.action .action__bg {
    display: block;
    overflow: hidden;
}

.action .action__bg .action__img {
    vertical-align: bottom;
    width: 100%;
}

.action .action__form {
    position: absolute;
    bottom: 0;
    right: 57px;
    width: 456px;
}

.action .action__footnote {
    position: absolute;
    bottom: 0;
    left: 48px;
    width: 442px;
    height: 120px;
    padding-top: 16px;
    line-height: 25px;
}

.action .action__footnote, .action .action__footnote h1 {
    font-size: 14px;
    font-weight: normal;
}

.action .action__footnote-star {
    position: absolute;
    top: 8px;
    left: -20px;
}

.action.action_with-text {
    position: relative;
}

.action.action_with-text .action__bg {
    height: auto;
    min-height: unset;
}

.action.action_with-text .action__content {
    position: absolute;
    top: 50%;
    left: 58px;
    width: 315px;
    color: #fff;
    font: 45px/60px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.action.action_with-text .action__text {
    margin-bottom: 35px;
}

.action.action_v3 .action__form {
    right: 10px;
    bottom: 30px;
    width: 380px;
}

.action.action_v10 .action__btn-order {
    position: absolute;
    top: 336px;
    left: 232px;
    width: 166px;
    height: 51px;
    padding: 0;
    border-radius: 25px;
    font-size: 21px;
    line-height: 50px;
}

.list-advantages {
    padding-top: 50px;
    border-top: 1px solid #eaedf1;
    position: relative;
}

.list-advantages .list-advantages__title {
    margin-bottom: 44px;
    text-align: center;
}

.list-advantages .list-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eaedf1;
}

.list-advantages .list-advantages__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 48px 55px 35px;
    text-align: center;
}

.list-advantages .list-advantages__item:not(:first-child) {
    border-left: 1px solid #eaedf1;
}

.list-advantages .list-advantages__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 auto 39px;
}

.list-advantages .list-advantages__icon .svg-icon,
.list-advantages .list-advantages__icon .icon,
.list-advantages .list-advantages__icon img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.list-advantages .list-advantages__caption {
    margin-bottom: 16px;
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.list-advantages .list-advantages__text {
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
    line-height: 23px;
    padding: 0 45px;
}

.list-advantages .slider__btn {
    position: absolute;
    top: 202px;
    z-index: 2;
}

.list-advantages .slider__btn_next {
    background-image: url(../images/sprites/sprite.png);
    background-position: -1145px -443px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    right: 23px;
}

.list-advantages .slider__btn_prev {
    background-image: url(../images/sprites/sprite.png);
    background-position: -1131px -636px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    left: 23px;
}

.list-advantages_slider {
    display: none;
}

.list-advantages_slider .list-advantages__title {
    margin-bottom: 0;
}

.list-advantages_slider .swiper-pagination {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.list-advantages_slider .swiper-pagination-bullet {
    border: 1px solid #007aff;
    background: transparent;
    width: 10px;
    height: 10px;
    margin-right: 16px;
}

.list-advantages_slider .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.list-advantages_slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.factories {
    padding-top: 40px;
}

.factories .factories__title {
    margin-bottom: 102px;
    text-align: center;
}

.factories .factories__map {
    position: relative;
    overflow: hidden;
    padding-bottom: 230px;
    margin-left: 54px;
}

.factories .factories__item {
    position: absolute;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.factories .factories__item.factories__item_kiev {
    top: 114px;
    left: 392px;
}

.factories .factories__item.factories__item_kiev .factories__popup {
    top: 75px;
    left: -170px;
}

.factories .factories__item.factories__item_kiev .factories__popup .popup__arrow {
    top: -22px;
    left: 188px;
    border-bottom-color: #fff;
}

.factories .factories__item.factories__item_mirgorod {
    top: 147px;
    left: 520px;
}

.factories .factories__item.factories__item_mirgorod .factories__popup {
    top: 75px;
    left: -170px;
}

.factories .factories__item.factories__item_mirgorod .factories__popup .popup__arrow {
    top: -22px;
    left: 188px;
    border-bottom-color: #fff;
}

.factories .factories__item.factories__item_pristan {
    top: 402px;
    left: 497px;
}

.factories .factories__item.factories__item_pristan .factories__popup {
    top: -50px;
    left: -390px;
}

.factories .factories__item.factories__item_pristan .factories__popup .popup__arrow {
    top: 67px;
    right: -22px;
    border-left-color: #fff;
}

.factories .factories__item.factories__item_morshin {
    top: 182px;
    left: 78px;
}

.factories .factories__item.factories__item_morshin .factories__popup {
    top: 75px;
    left: -20px;
}

.factories .factories__item.factories__item_morshin .factories__popup .popup__arrow {
    top: -22px;
    left: 38px;
    border-bottom-color: #fff;
}

.factories .factories__icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 58px;
    height: 58px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s;
    vertical-align: middle;
}

.factories .factories__icon .svg-icon {
    margin: auto;
    transition: all 0.4s;
}

.factories .factories__billing {
    position: absolute;
    top: -80px;
    left: -80px;
    width: 218px;
    height: 218px;
    pointer-events: none;
    border: 1px solid rgba(39, 142, 237, 0.3);
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s 0.1s;
}

.factories .factories__billing:before, .factories .factories__billing:after {
    content: '';
    position: absolute;
}

.factories .factories__billing:before {
    top: -93px;
    left: -93px;
    width: 406px;
    height: 406px;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.2s 0.2s;
    border: 1px solid rgba(39, 142, 237, 0.15);
}

.factories .factories__billing:after {
    top: -247px;
    left: -247px;
    width: 712px;
    height: 712px;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 0.1s 0.3s;
    border: 1px solid rgba(39, 142, 237, 0.1);
}

.factories .factories__city {
    display: inline-block;
    color: #364859;
    font: 13px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all 0.4s;
}

.factories .factories__popup {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s step-start;
    pointer-events: none;
}

.factories .factories__item:hover .factories__icon {
    background-color: #2689e5;
}

.factories .factories__item:hover .factories__icon svg {
    fill: #fff !important;
}

.factories .factories__item:hover .factories__city {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.factories .factories__item:focus {
    z-index: 10;
}

.factories .factories__item:focus .factories__icon {
    background-color: #2689e5;
}

.factories .factories__item:focus .factories__icon svg {
    fill: #fff !important;
}

.factories .factories__item:focus .factories__billing {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.factories .factories__item:focus .factories__billing:before, .factories .factories__item:focus .factories__billing:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.factories .factories__item:focus .factories__city {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.factories .factories__item:focus .factories__popup {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.3s ease-in 0.4s;
    pointer-events: auto;
}

.factories.factories_without-aside .factories__map {
    width: 1026px;
    margin: 0 auto;
}

.recovery-2 {
    padding: 0 55px 40px;
}

.recovery-2 .recovery-2__step-2 {
    display: none;
}

.recovery-2 .btn {
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
}

.recovery-2.recovery-2_step-2 .recovery-2__step-1 {
    display: none;
}

.recovery-2.recovery-2_step-2 .recovery-2__step-2 {
    display: block;
}

.use-aqua .use-aqua__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 37px 30px;
}

.use-aqua .use-aqua__quantity {
    color: #364859;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.use-aqua .use-aqua__quantity strong {
    font: 14px "Conv_HouschkaPro-ExtraBold";
}

.use-aqua .use-aqua__quantity .tooltip {
    vertical-align: top;
}

.use-aqua .use-aqua__toggle {
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
    border-bottom: 1px dashed #1e619e;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.use-aqua .use-aqua__toggle:hover {
    border-color: transparent;
}

.use-aqua .use-aqua__container {
    display: none;
    padding: 29px 56px;
    background-color: #278eed;
}

.use-aqua .use-aqua__grid-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #52a5f1;
}

.use-aqua .use-aqua__icon svg {
    width: 31px;
    height: 43px;
    fill: #fff;
}

.use-aqua .use-aqua__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding-left: 26px;
    margin-left: 24px;
    border-left: 1px solid #52a5f1;
    color: #fff;
    font: 15px/25px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
}

.use-aqua .use-aqua__grid-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 17px;
}

.use-aqua .use-aqua__caption {
    color: #fff;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.use-aqua .use-aqua__inp {
    width: 85px;
    height: 40px;
    border: none;
    border-radius: 20px;
    border-color: #fff;
    color: #364859;
    font: 14px "Conv_HouschkaPro-ExtraBold";
    text-align: center;
}

.use-aqua.use-aqua_open .use-aqua__container {
    display: block;
}

.address {

    border-bottom: 1px solid #eaedf1;
}

.page-account .page-account__list-addresses .address + .address {
    margin-top: 0;
}

.page-account .page-account__inner:has(.page-account__list-addresses) {
    padding-left: 0;
}

.page-account:has(.page-account__list-addresses) {
    .nav-account {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}

.page-account__list-addresses {
    position: relative;
    z-index: 2;
}

.address:has(.address__list-info.opened) {
    .address__title {
        background: #F7F9FA;

        .addresses__nav-btns .address__circle-btn {
            background-color: white;

            &.toggle_btn_address {
                background: #488CE7;
                color: white;
            }
        }
    }
}

.address .address__title {
    padding: 10px 10px 10px 54px;
    margin-bottom: 0;
    color: #364859;
    font: 18px "Conv_HouschkaPro-DemiBold";
    position: relative;
    display: flex;
    align-items: center;
}

.address .address__list-info {
    padding-left: 54px;
}

.address .address__title .title__span {
    flex-grow: 1;
}

.address .address__title .addresses__nav-btns {
    display: flex;
    align-items: center;
    gap: 12px;

}

.address .address__title .addresses__nav-btns .address__circle-btn {
    width: 48px;
    height: 48px;
    background: #F7F9FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    margin-left: 0;
    color: #93a7ba;
}

.address .address__title img {
    margin-right: 15px;
}

.address .address__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.address button.btn-blue {
    background: #488CE7;
    border-radius: 25px;
    padding: 13px 42px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all 0.3s;
    margin-top: 25px;
}

#exampleModalAddress p {
    font: 15px "Conv_HouschkaPro-Medium";
    line-height: 140%;
    padding-top: 20px;
    padding-bottom: 30px;
}

#exampleModalAddress p.title {
    line-height: 100%;
    font: 23px "Conv_HouschkaPro-DemiBold";
    text-align: center;
    color: #364859;
    padding: 0;
}

#exampleModalAddress a {
    line-height: 100%;
    font: 23px "Conv_HouschkaPro-DemiBold";
    text-align: center;
    color: #2C77BC;
    text-decoration: none;
    display: block;
    margin: 0 auto 10px;
    width: max-content;
}

#exampleModalAddress a:hover {
    color: #9FAAB5;
}

#exampleModalAddress button.btn.btn-secondary {
    border: 1px solid #D1DCE8;
    border-radius: 25px;
    padding: 17px 70px;
    margin: 0 auto;
    display: inline-block;
    color: #2c77bc;
    font: 14px/14px "Conv_HouschkaPro-DemiBold";
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

#exampleModalAddress button.btn.btn-secondary:hover {
    color: #fff;
}

#exampleModalAddress span.text {
    font: 12px "Conv_HouschkaPro-Medium";
    line-height: 140%;
    display: block;
    text-align: center;
    color: #9FAAB5;
}

#exampleModalAddress.modal {
    position: relative;
    width: auto;
    max-width: 100%;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
}

#exampleModalAddress .modal-dialog {
    padding: 60px 80px;
    background-color: #fff;
    max-width: 600px;
}

#exampleModalAddress .modal-content,
#exampleModalAddress .modal-footer {
    border: none;
}

#exampleModalAddress .modal-body {
    padding: 0;
}

#exampleModalAddress button.btn-close {
    background: transparent;
    border: none;
    right: 0;
    top: -25px;
    position: absolute;
}

.modal-backdrop {
    background: rgba(107, 174, 237, 0.2);
}

.address button.btn-blue:hover {
    border: 1px solid #488CE7;
    color: #488CE7;
    background: transparent;
}

button.button_hide-block.toggle_btn {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #F7F9FA;
    border: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_edit-block.edit_btn {
    /*width: 48px;*/
    /*height: 48px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*background: #F7F9FA;*/
    color: #93A7BA;
    /*border-radius: 100%;*/
    margin-left: 10px;
    /*transition: 0.2s;*/
}

/*.button_edit-block.edit_btn:hover {*/
/*    background-color: #488CE7;*/
/*    color: white;*/
/*}*/

button.button_hide-block.toggle_btn:hover {
    background: #ececec;
}

button.button_hide-block.toggle_btn svg {
    width: 12px;
    height: 6px;
    fill: #3973B9;
    transition: all 0.3s;
    transform: rotate(00deg);
}

.address.active button.button_hide-block.toggle_btn svg {
    transform: rotate(180deg);
}


.address.active .address__list-info {
    height: auto;
    overflow: visible;
    margin-top: 30px;
}

.address .address__list-info.opened {
    padding-top: 30px;
    padding-bottom: 30px;
}

.address .address__info + .address__info {
    margin-top: 20px;
}

.address .address__info-key {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-DemiBold";
}

.address .address__info-value {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-left: 20px;
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
}

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

.media .media__video {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 442px;
    height: 394px;
}

.media .media__first-four-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 468px;
    height: 394px;
    margin-top: -26px;
}

.media .media__others-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 952px;
    margin-left: -26px;
}

.media .media__wrap-img {
    width: 208px;
    height: 184px;
    margin: 26px 0 0 26px;
    overflow: hidden;
}

.media .media__img {
    vertical-align: bottom;
    width: 100%;
}

.offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 76px 60px 70px;
}

.offer .offer__icon svg {
    max-width: 100%;
}

.offer .offer__symbol-multiplication {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #76d7ff;
    font: 35px/1 "Conv_HouschkaPro-Medium";
}

.offer .offer__aqua {
    position: relative;
}

.offer .offer__aqua-num {
    color: #2078bc;
    font: 85px/1 "Conv_HouschkaPro-Medium";
}

.offer .offer__aqua-text {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2c77bc;
    font: 14px/1 "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.offer .offer__symbol-equality {
    color: #76d7ff;
    font: 65px/1 "Conv_HouschkaPro-Medium";
}

.offer .offer__result {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 300px;
}

.offer .offer__result-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 126px;
    margin-right: 30px;
    text-align: center;
}

.offer .offer__result-text {
    color: #2c77bc;
    font: 14px/22px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.offer img {
    max-width: 100%;
}

.aqua-guide {
    padding-top: 87px;
}

.aqua-guide .aqua-guide__title {
    margin-bottom: 108px;
    text-align: center;
}

.aqua-guide .aqua-guide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aqua-guide .aqua-guide__item:nth-child(even) .aqua-guide__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.aqua-guide .aqua-guide__item:nth-child(even) .aqua-guide__wrap-img {
    margin: 0 0 0 45px;
}

.aqua-guide .aqua-guide__item + .aqua-guide__item {
    margin-top: 135px;
}

.aqua-guide .aqua-guide__info {
    width: 160px;
    margin: 0 85px;
    text-align: center;
}

.aqua-guide .aqua-guide__caption {
    margin-bottom: 12px;
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.aqua-guide .aqua-guide__text {
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
}

.aqua-guide .aqua-guide__wrap-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin: 0 45px 0 0;
    box-shadow: 0 5px 90px 20px rgba(0, 0, 0, 0.08);
}

.aqua-guide .aqua-guide__img {
    max-width: 100%;
    vertical-align: bottom;
}

.faq {
    border-bottom: 1px solid #eaedf1;
}

.faq .faq__item {
    border-top: 1px solid #eaedf1;
}

.faq .faq__item.faq__item_active .faq__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq .faq__item.faq__item_active .faq__item-content {
    display: block;
}

.faq .faq__item-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 35px 55px 33px;
    cursor: pointer;
}

.faq .faq__item-title {
    color: #364859;
    font: 19px "Conv_HouschkaPro-Medium";
}

.faq .faq__arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: all 0.4s;
}

.faq .faq__item-content {
    display: none;
    padding: 0 55px 33px;
}

.faq .faq__subitem.faq__subitem_active .faq__subitem-content {
    display: block;
}

.faq .faq__subitem.faq__subitem_active .faq__subitem-toggle {
    color: #2abbff;
}

.faq .faq__subitem-toggle {
    padding: 14px 0 16px;
    color: #2c77bb;
    font: 17px/27px "Conv_HouschkaPro-Medium";
    cursor: pointer;
}

.faq .faq__subitem-toggle:hover {
    color: #2abbff;
}

.faq .faq__subitem-content {
    display: none;
    color: #5b748b;
    font: 17px/27px "Conv_HouschkaPro-Medium";
}

.faq .faq__subitem-content > * + * {
    margin-top: 12px;
}

.list-banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    margin-right: -10px;
}

.list-banners .list-banners__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-top: 5px;
}


.list-banners .banner {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .list-banners .banner,
    .list-banners .list-banners__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .list-banners .banner__info {
        display: block;
    }
}

.video-adaptive {
    position: relative;
    padding-bottom: 56.25%;
}

.video-adaptive .video-adaptive__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.pretty-list.pretty-list_action-4 {
    min-height: 547px;
    padding: 40px 60px 50px;
    background: #f8f8f8 url(../images/bg/pretty-list-action-4.jpg) right bottom no-repeat;
}

.pretty-list.pretty-list_action-4 .pretty-list__title {
    padding-left: 20px;
    margin-bottom: 44px;
}

.pretty-list.pretty-list_action-4 .pretty-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px 20px 9px;
}

.pretty-list.pretty-list_action-4 .pretty-list__item-icon {
    margin-right: 15px;
    width: 20px;
    height: 30px;
}

.pretty-list.pretty-list_action-4 .pretty-list__item-text {
    color: #000;
    font: 14px "Conv_HouschkaPro-DemiBold";
}

.block-action-7 {
    border-top: 1px solid #eaedf1;
}

.block-action-7 .block-action-7__wrap-title {
    padding: 28px 20px 37px;
    text-align: center;
}

.block-action-7 .block-action-7__title {
    color: #1e619e;
    font: 23px/27px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0;
}

.block-action-7 .block-action-7__text {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
}

.block-action-7 .block-action-7__top-content {
    padding: 32px 50px 56px;
    border-top: 1px solid #eaedf1;
}

.block-action-7 .block-action-7__top-content .block-action-7__title {
    margin-top: 5px;
}

.block-action-7 .block-action-7__banner-1 {
    min-height: 357px;
    padding: 35px 53px 6px;
    margin-bottom: 43px;
}

.block-action-7 .block-action-7__banner-1 .block-action-7__title {
    width: 490px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 15px;
}

.block-action-7 .block-action-7__banner-1-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-action-7 .block-action-7__banner-1-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 490px;
    flex: 0 0 490px;
    color: #5b748b;
    font: 17px/22px "Conv_HouschkaPro-Medium";
    letter-spacing: -0.4px;
}

.block-action-7 .block-action-7__banner-1-content p {
    margin-top: 8px;
}

.block-action-7 .block-action-7__banner-1-wrap-img {
    width: 223px;
    margin-top: -35px;
    margin-left: 40px;
}

.block-action-7 .block-action-7__banner-1-wrap-img img {
    max-width: 100%;
}

.block-action-7 .block-action-7__banner-2 {
    min-height: 356px;
    padding-top: 43px;
    padding-left: 507px;
    background: url("../images/bg/action-7-banner-2.png") left top no-repeat;
    background-size: cover;
}

.block-action-7 .block-action-7__banner-2-inner {
    width: 460px;
}

.block-action-7 .block-action-7__banner-2-inner .block-action-7__title {
    margin-bottom: 36px;
}

.block-action-7 .block-action-7__banner-2-inner .block-action-7__text {
    line-height: 28px;
}

.action-info {
    padding: 11px 50px 14px;
    color: #364859;
}

.action-info .action-info__title {
    margin-bottom: 10px;
    font: 20px/26px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
}

.action-info .action-info__text {
    font: 14px/24px "Conv_HouschkaPro-Medium";
}

.btn {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #d1dce8;
    border-radius: 20px;
    color: #2c77bc;
    font: 12px/38px "Conv_HouschkaPro-DemiBold";
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn .btn__icon {
    display: inline-block;
    vertical-align: middle;
    fill: #2c77bc;
    transition: fill 0.3s, color 0.3s;
}

.btn .btn__text {
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    line-height: 1;
    margin-top: 1px;
}

.form.form_subscribe .form__btn-submit.btn .btn__text {
    display: none;
}


.btn:hover {
    border-color: #278eed;
    background-color: #278eed;
    color: #fff;
}

.btn:hover .btn__icon {
    fill: #fff;
}

.btn:disabled {
    border-color: #d6d6d2 !important;
    background-color: #d6d6d2 !important;
}

.btn.btn_block {
    width: 100%;
}

.btn.btn_icon-left {
    position: relative;
}

.btn.btn_icon-left .btn__icon {
    position: absolute;
    top: 0;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.btn.btn_icon-left .btn__icon .svg-icon {
    width: 18px;
    height: 18px;
    margin: auto;
}

.btn.btn_sm {
    line-height: 32px;
    padding: 0 22px;
    border-radius: 17px;
}

.btn.btn_sm .btn__icon {
    margin-right: 17px;
}

.btn.btn_sale {
    position: relative;
    width: 210px;
    overflow: hidden;
    border: 1px solid #d1dce8;
    background-color: #f7f9fa;
    height: 38px;
}


a.aside__sale.btn.btn_sale {
    display: block;
    margin-bottom: 10px;
}

.btn.btn_sale .btn__icon {
    position: absolute;
    top: 6px;
    left: 12px;
}

.btn.btn_sale .btn__icon .svg-icon {
    fill: #b6daf1;
}

.btn.btn_sale .btn__text {
    padding-left: 8px;
    padding-bottom: 4px;
}

.btn.btn_sale:hover {
    background-color: #cbefff;
    color: #2c77bc;
}

.btn.btn_sale:hover .btn__icon .svg-icon {
    fill: #6da8d6;
}

.btn.btn_blue {
    background-color: #278eed;
    border-color: #278eed;
    color: #fff;
    padding: 0 24px;
}

.btn.btn_blue .svg-icon {
    fill: #fff;
}

.btn.btn_blue:hover {
    background-color: #0f67b8;
    border-color: #0f67b8;
}

.btn.btn_white {
    padding: 0 30px;
    border-color: #fff;
    color: #fff;
}

.btn.btn_white:hover {
    background-color: #fff;
    color: #2c77bb;
}

.product .product__wrap-img {
    display: block;
    text-decoration: none;
}

.product .product__img {
    max-width: 100%;
}

.product .product__title {
    display: block;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    text-decoration: none;
}

.product .product__block-cost {
    position: relative;
}

.product__wrap-cost .product__block-cost .sale_label-price {
    display: none;
}

.product .product__price {
    color: #364859;
    font: 16px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.product .product__old-price {
    position: absolute;
    /*top: 27px;*/
    top: 40px;
    left: 0;
    color: #9db2c6;
    font: 12px "Conv_HouschkaPro-Medium";
    text-decoration: line-through;
}

.product .product__block-cost .product__old-price {
    position: static;
    margin-bottom: 5px;
}

.product .product__old-price + .product__price {
    color: #ff5a00;
}

.product .product__block-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.product .product__btn-buy .svg-icon {
    margin-right: 10px;
}

.product .product__btn-buy {
    width: 136px;
}

.product .product__layout-1 .product__btn-buy {
    background-color: #5e9b52;
    border: 1px solid #5e9b52;
    width: 200px;
    color: #fff;
}

.product .product__layout-1 .product__btn-buy:hover {
    order-color: #278eed;
    background-color: #278eed;
}

.product .btn.product__btn-buy .btn__icon {
    fill: #fff;
}

.product .product__label {
    position: absolute;
}

.product .product__delete {
    cursor: pointer;
}

.product .product__delete .svg-icon {
    fill: #2c77bb;
}

.product .product__delete:hover .svg-icon {
    fill: #2abbff;
}

.product.product_tile {
    position: relative;
    padding: 30px 0 39px;
    transition: all 0.3s;
}

.product.product_tile .product__inner {
    width: 260px;
    margin: 0 auto;
}

.product.product_tile .product__wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 192px;
    height: 192px;
    margin: 0 auto 45px;
}

.product.product_tile .product__img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

.product.product_tile .product__title {
    height: 66px;
    margin-bottom: 24px;
    overflow: hidden;
    letter-spacing: 0.1px;
    line-height: 22px;
}

.product.product_tile .product__wrap-cost {
    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;
    padding: 0 14px;
    margin-bottom: 44px;
}

.product.product_tile .product__block-buy {
    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;
    padding: 0 14px;
}

.product.product_tile .product__block-buy .btn__icon {
    display: none;
}

.product.product_tile .product__btn-buy .svg-icon {
    width: 19px;
    height: 14px;
}

.product.product_tile .product__counter .counter .counter__btn:hover {
    color: #9db2c6;
}

.product.product_tile .product__label {
    top: 0;
    right: 0;
}

.product.product_tile:hover {
    box-shadow: 0 7px 59px rgba(0, 0, 0, 0.11);
}

.product.product_tile:hover .counter {
    color: #364859;
}

.product.product_tile:hover .product__label.label .label__bg {
    width: 150px;
    height: 150px;
}

.product.product_tile:hover .product__label.label.halloween__label .label__bg {
    width: 120px;
    height: 120px;
}

.product.product_tile:hover .product__btn-buy {
    color: #fff;
    background-color: #278eed;
    border-color: #278eed;
}

.product.product_tile:hover .product__btn-buy .svg-icon {
    fill: #fff;
}

.product.product_tile:hover .product__btn-buy:hover {
    background-color: #0f67b8;
    border-color: #0f67b8;
}

.product__packing.packing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__packing.packing .packing__icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 12px;
}

.product__packing.packing .packing__icon .svg-icon {
    width: 8px;
    height: 17px;
    fill: #9db2c6;
}

.product__packing.packing .packing__text {
    display: inline-block;
    color: #9db2c6;
    font: 13px "Conv_HouschkaPro-Medium";
    vertical-align: middle;
}

.product__label.label {
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.product__label.label .label__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
    background-color: #9cd74f;
    -webkit-transform: rotateZ(45deg) translate(50%, -50%);
    transform: rotateZ(45deg) translate(50%, -50%);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: all 0.3s;
}

.product__label.label.label_sale .label__bg {
    background: #ec652d;
}

.product__label.label.halloween__label .label__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: transparent;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transition: all 0.3s;
    -webkit-transform: none;
    transform: none;
}

.product__label.label .label__text {
    position: relative;
    width: 120px;
    height: 20px;
    padding-top: 68px;
    -webkit-transform: rotateZ(45deg) translate(50%, -50%);
    transform: rotateZ(45deg) translate(50%, -50%);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    color: #fff;
    font: 12px "Conv_HouschkaPro-Bold";
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-align: center;
}

.product__label.label.label_top .label__bg {
    background-color: #cbc56f;
}

.product__label.label.label_top .label__text {
    padding-top: 56px;
    font-size: 16px;
}

.product__label.label.label_sale .label__bg {
    background-color: #2c77bc;
}

/*.product__label.label.label_sale .label__text {*/
/*  padding-top: 35px;*/
/*  font-size: 16px;*/
/*  -webkit-transform: rotateZ(0) translate(34px, -50%);*/
/*          transform: rotateZ(0) translate(34px, -50%);*/
/*}*/

.product__label.label.label_sale .label__text {
    padding-top: 35px;
    font-size: 16px;
    -webkit-transform: rotateZ(45deg) translate(60px, 16%);
    transform: rotateZ(45deg) translate(60px, 16%);
}

.slider.slider_product-imgs .product__label.label.label_sale .label__text {
    font-size: 10px;
}

.product__label.label.label_orange .label__bg {
    background-color: #ff5a00;
}

.product__label.label.label_orange .label__text {
    padding-top: 55px;
    font-size: 16px;
}


.product.product_slide {
    position: relative;
    padding-bottom: 40px;
}

.product.product_slide .btn .btn__text {
    margin-top: -4px;
}

.product.product_slide .product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product.product_slide .product__wrap-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    width: 116px;
    height: 116px;
}

.product.product_slide .product__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product.product_slide .product__title {
    margin-bottom: 18px;
    letter-spacing: -0.1px;
    line-height: 22px;
}

.product.product_slide .product__packing {
    margin-bottom: 10px;
    letter-spacing: -0.1px;
}

.product.product_slide .product__price {
    letter-spacing: -0.1px;
}

.product.product_slide .product__block-buy {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.product.product_slide .product__btn-buy {
    width: 111px;
    height: 34px;
}

.product.product_slide:hover .product__block-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product.product_main-slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-top: 60px;
}

.product.product_main-slide .product__img {
    width: 100%;
    /*height: auto;*/
    object-fit: cover;
}

.product.product_main-slide .product__inner {
    position: absolute;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 1px 1px 1px black;
}

.product.product_main-slide .product__title {
    margin-bottom: 10px;
    color: #fff;
    font: 45px/60px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.product.product_main-slide .product__text {
    margin-bottom: 26px;
    color: #fff;
    font: 23px "Conv_HouschkaPro-Medium";
}

.product.product_main-slide .product__price {
    margin-bottom: 33px;
    color: #fff;
    font: 34px/34px "Conv_HouschkaPro-DemiBold";
    text-transform: none;
}

.product.product_main-slide .product__price small {
    font: 15px "Conv_HouschkaPro-Medium";
    vertical-align: top;
}

.product.product_main-slide .product__btn-buy {
    width: 160px;
    height: 50px;
    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;
    border-color: #278eed;
    border-radius: 25px;
    background-color: #278eed;
    color: #fff;
}

.product.product_main-slide .product__btn-buy .btn__icon {
    fill: #fff;
}

.product.product_main-slide .product__btn-buy:hover {
    background-color: transparent;
    border-color: #fff;
}

.product.product_single {
    border-bottom: 1px solid #eaedf1;
}

.product.product_single .product__layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product.product_single .product__layout-1-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 368px;
    padding-right: 24px;
}

.product.product_single .product__layout-1-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-top: 38px;
}

.product.product_single .product__layout-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 312px;
    flex: 0 0 312px;
    padding-top: 24px;
    padding-left: 24px;
}

.product.product_single .product__wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 344px;
    overflow: hidden;
}

.product.product_single .product__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: bottom;
}

.product.product_single .product__top-features {
    padding: 0 27px;
    margin-bottom: 28px;
}

.product.product_single .product__top-features .feature + .feature {
    margin-top: 13px;
}

.product.product_single .product__block-cost {
    padding: 0 27px 35px;
}

.product.product_single .product__price {
    font-size: 23px;
    position: relative;
    width: max-content;
}

.product.product_single .product__price span:nth-child(2) {
    font-size: 14px;
}

.product.product_single .product__price .sale_label-price {
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
}


.product.product_single .product__price .sale_label-price span {
    white-space: nowrap;
    background: url(/local/templates/main/images/label_friday.png) no-repeat bottom/cover;
    width: 76px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: #5393CD;
    padding-left: 15px;
}

.discount__blocks {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 27px 20px;
}

.product__inner .discount__blocks {
    padding: 0 0 20px;
}

.discount__blocks input {
    display: none;
}

.discount__blocks span {
    color: #6CABE4;
    font: 12px/12px "Conv_HouschkaPro-DemiBold";
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    background: #F7F9FA;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    cursor: pointer;
}


.discount__blocks :checked + span, .discount__blocks span:hover {
    background: #000;
}

.product_price-wrapper {
    padding-bottom: 18px;
}

.product.product_single .product__old-price {
    padding-left: 27px;
}

.product.product_single .product__block-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between;
    padding: 19px 0 21px 25px;
    border-top: 1px solid #eaedf1;
}

.product.product_single .product__block-buy .counter {
    margin-right: 16px;
    display: flex;
    align-items: center;
}

.product.product_single .product__bonus {
    padding: 19px 27px 20px 17px;
    border-top: 1px solid #eaedf1;
}

.product.product_single .product__explanation {
    padding: 19px 27px 20px 17px;
    border-top: 1px solid #eaedf1;
    color: #9db2c6;
    font: 15px/24px "Conv_HouschkaPro-Medium";
}

.product.product_single .product__explanation a {
    color: #2c77bb;
    text-decoration: none;
}

.product.product_single .product__explanation a:hover {
    color: #2abbff;
}

.product.product_single .product__share {
    padding: 29px 18px 38px;
    border-top: 1px solid #eaedf1;
}

.product.product_single .product__tabs {
    border-top: 1px solid #eaedf1;
}

.product.product_single .product__features .feature + .feature {
    margin-top: 13px;
}

.product.product_single .product__features .feature.feature_for-mobile {
    display: none;
}

.product.product_single .product__quality {
    margin-top: 20px;
    color: #9db2c6;
    font: 11px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.product.product_single .product__quality h2 {
    display: inline;
    font-size: inherit;
}

.product.product_single .product__quality a {
    color: #2c77bb;
    text-decoration: none;
}

.product.product_single .product__quality a:hover {
    color: #2abbff;
}

.product.product_single .product__all-features {
    max-width: 640px;
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-rule: 1px solid #eaedf1;
    column-rule: 1px solid #eaedf1;
    margin-left: -20px;
}

.product.product_single .product__all-features .feature {
    padding: 6px 20px 7px 0;
    margin-left: 20px;
}

.product.product_single .product__all-features .feature.feature_for-mobile {
    display: none;
}

.product.product_single .product__promo-title {
    margin-bottom: 16px;
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.product.product_single .product__content-block p {
    color: #364859;
    font: 17px/27px "Conv_HouschkaPro-Medium";
}

.product.product_single .product__content-block p + p {
    margin-top: 17px;
}

.product.product_single .product__content-block a {
    color: #2c77bb;
    font: 17px "Conv_HouschkaPro-Bold";
}

.product_single .d--info .d--info__nav {
    display: none;
}

.product_single .d--info .d--info__nav-item {
    margin: 12px;
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
    border-bottom: 1px dashed #1e619e;
}

.product_single .d--info .d--info__nav-item.d--info__nav-item_active {
    color: #364859;
    border-bottom-color: transparent;
}

.product_single .d--info .d--info__item {
    padding: 46px 0 38px;
    border-top: 1px solid #eaedf1;
}

.product_single .d--info .d--info__title {
    margin-bottom: 30px;
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.product_single .d--info .d--info__caption {
    margin-bottom: 30px;
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.product_single .d--info .d--info__mob-title {
    display: none;
    margin: 20px 0;
    color: #364859;
    font: 14px "Conv_HouschkaPro-Bold";
    text-align: center;
}

.product_single .d--info .d--info__grid-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_single .d--info .d--info__col-1-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 350px;
    padding-top: 10px;
    padding-right: 20px;
}

.product_single .d--info .d--info__col-1-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

.product_single .d--info.d--info_padding .d--info__item {
    padding-left: 54px;
    padding-right: 54px;
}

.product.product_block-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 20px 30px;
}

.product.product_block-basket .product__layout-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 0 20px;
}

.product.product_block-basket .product__layout-3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 260px;
    padding: 0 20px;
}

.product.product_block-basket .product__wrap-img {
    width: 115px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product.product_block-basket .product__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product.product_block-basket .product__title {
    margin-bottom: 10px;
}

.product.product_in-basket-modal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product.product_in-basket-modal .product__layout-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product.product_in-basket-modal .product__layout-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 0 30px;
}

/*.product.product_in-basket-modal .product__layout-3 {*/
/*  -ms-flex-negative: 0;*/
/*      flex-shrink: 0;*/
/*  width: 150px;*/
/*  max-width: 150px;*/
/*}*/

.product.product_in-basket-modal .product__layout-3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    max-width: 100px;
}

.product.product_in-basket-modal .product__wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    height: 104px;
}

.product.product_in-basket-modal .product__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}

.product.product_in-basket-modal .product__title {
    margin-bottom: 10px;
}

.product.product_in-basket-modal .tooltip {
    position: static;
}

.product.product_in-basket-modal .tooltip .tooltip__text {
    top: inherit;
    right: 80px;
    margin-top: 20px;
}

.product.product_in-basket-modal .product__price {
    text-align: right;
}

.product.product_in-basket-modal .product__delete {
    margin-top: -4px;
}

.product.product_in-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product.product_in-order .product__layout-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product.product_in-order .product__layout-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
}

.product.product_in-order .product__layout-2-1 {
    /*-webkit-box-flex: 1;*/
    /*    -ms-flex: 1 0 0;*/
    /*        flex: 1 0 0;*/
    width: 100%;
}

.product.product_in-order .product__layout-2-2 {
    /*-webkit-box-flex: 0;*/
    /*    -ms-flex: 0 0 116px;*/
    /*        flex: 0 0 116px;*/
    width: 100%;
}

.product.product_in-order .product__wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 104px;
    height: 104px;
}

.product.product_in-order .product__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: bottom;
}

.product.product_in-order .product__title {
    margin-bottom: 10px;
}

.product.product_in-order .product__price {
    text-align: right;
}

.product.product_in-list-orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
}

.product.product_in-list-orders .product__layout-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin: 0 20px;
}

.product.product_in-list-orders .product__layout-3 {
    width: 130px;
}

.product.product_in-list-orders .product__wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
}

.product.product_in-list-orders .product__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: bottom;
}

.product.product_in-list-orders .product__title {
    margin-bottom: 6px;
}

.product.product_in-list-orders .product__packing {
    margin-bottom: 10px;
}

.product.product_in-list-orders .product__count {
    color: #364859;
    font: 16px "Conv_HouschkaPro-Bold";
}

.ctlg-control {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #eaedf1;
}

.ctlg-control .ctlg-control__mobile-toggle {
    display: none;
    padding: 13px 0;
}

.ctlg-control .ctlg-control__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 0;
}

.ctlg-control .ctlg-control__col-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 33px 0 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2px;
}

.ctlg-control .ctlg-control__filter {
    margin: 10px;
}

.ctlg-control .ctlg-control__col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
    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: 22px;
    margin: 10px 0;
    border-left: 1px solid #eaedf1;
}

.ctlg-control .ctlg-control__toggle {
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    cursor: pointer;
}

.ctlg-control .ctlg-control__toggle .svg-icon {
    fill: #2c77bb;
    width: 10px;
    height: 5px;
    margin-left: 4px;
    margin-bottom: 2px;
}

.ctlg-control .ctlg-control__toggle:hover {
    color: #2abbff;
}

.ctlg-control .ctlg-control__toggle:hover .svg-icon {
    fill: #2abbff;
}

.ctlg-control__filter.filter {
    position: relative;
}

.ctlg-control__filter.filter .filter__toggle {
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    cursor: pointer;
}

.ctlg-control__filter.filter .filter__toggle .svg-icon {
    fill: #2c77bb;
    width: 10px;
    height: 5px;
    margin-left: 4px;
    margin-bottom: 2px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.ctlg-control__filter.filter .filter__toggle:hover {
    color: #2abbff;
}

.ctlg-control__filter.filter .filter__toggle:hover .svg-icon {
    fill: #2abbff;
}

.ctlg-control__filter.filter .filter__list {
    position: absolute;
    top: 25px;
    left: -30px;
    display: none;
    width: max-content;
    padding: 29px 30px 23px;
    background-color: #fff;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.ctlg-control__filter.filter .filter__list-item + .filter__list-item {
    margin-top: 10px;
}

.ctlg-control__filter.filter .filter__btn-apply {
    margin-top: 20px;
}

.ctlg-control__filter.filter.filter_open-list {
    position: relative;
    z-index: 1;
}

.ctlg-control__filter.filter.filter_open-list .filter__toggle .svg-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ctlg-control__filter.filter.filter_open-list .filter__list {
    display: block;
}

.ctlg-control__sort.sort {
    position: relative;
}

.ctlg-control__sort.sort .sort__list {
    position: absolute;
    top: 44px;
    left: -68px;
    display: none;
    width: 216px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.ctlg-control__sort.sort .sort__list-item {
    display: block;
    padding: 17px 25px 17px;
    color: #364859;
    font: 15px/1 "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
    text-decoration: none;
    transition: all 0.3s;
}

.ctlg-control__sort.sort .sort__list-item + .sort__list-item {
    border-top: 1px solid #eaedf1;
}

.ctlg-control__sort.sort .sort__list-item:hover {
    color: #fff;
    background-color: #2c77bc;
}

.ctlg-control__sort.sort.sort_open-list .sort__list {
    display: block;
}

.ctlg-list {
    margin-left: -1px;
}

.ctlg-list .ctlg-list__title {
    padding: 44px 20px 48px;
    text-align: center;
    border-bottom: 1px solid #eaedf1;
}

.ctlg-list .ctlg-list__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ctlg-list .ctlg-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333333%;
    border-bottom: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
}

.ctlg-list .ctlg-list__item.ctlg-list__item_full {
    width: 100%;
    background: #f7f9fa;
}

.ctlg-list .ctlg-list__footer {
    padding: 55px 55px 60px;
}

.ctlg-list .ctlg-list__btn-more.btn {
    position: relative;
    height: 45px;
    width: 100%;
    max-width: 326px;
    margin: 0 auto;
    display: block;
    font-size: 12px;
}

.ctlg-list .ctlg-list__btn-more.btn .btn__icon {
    /*position: absolute;*/
    /*top: 8px;*/
    /*left: 21px;*/
    color: #5b748b;
    font: 22px/16px "Conv_HouschkaPro-Bold";
    letter-spacing: 3px;
}

.ctlg-list .ctlg-list__btn-more.btn .btn__text {
    color: #2c77bc;
    font: 12px/42px Conv_HouschkaPro-DemiBold;
    margin-right: 10px;
}

.ctlg-list .ctlg-list__btn-more.btn:hover .btn__icon svg {
    fill: #fff;
}

.ctlg-list .ctlg-list__btn-more.btn:hover .btn__text {
    color: #fff;
}


.ctlg-list.ctlg-list_slider .ctlg-list__title {
    border-bottom: none;
    padding-bottom: 18px;
}

.ctlg-list.ctlg-list_slider.ctlg-list_no-paddings .slider__container {
    padding: 0;
}

.promo-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo-cats .promo-cats__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    height: 260px;
    padding: 53px 53px;
    overflow: hidden;
}

.promo-cats .promo-cats__item.promo-cats__item_1 {
    background-color: #64c8f0;
}

.promo-cats .promo-cats__item.promo-cats__item_1 .promo-cats__bg {
    background-image: url(../images/sprites/cup.png);
    background-position: 0 0;
    width: 894px;
    height: 561px;
    background-size: 894px, 955px;
    background-repeat: no-repeat;
    left: -5px;
    top: 61px;
}

.promo-cats .promo-cats__item.promo-cats__item_2 {
    background-color: #278eed;
}

.promo-cats .promo-cats__item.promo-cats__item_2 .promo-cats__bg {
    background-image: url(../images/sprites/spoon.png);
    background-position: 0;
    width: 91px;
    height: 431px;
    background-size: 76%;
    background-repeat: no-repeat;
    top: 120px;
    left: 230px;
    -webkit-transform: scale(1.253);
    transform: scale(1.253);
}

.promo-cats .promo-cats__item.promo-cats__item_3 {
    background-color: #2c77bc;
}

.promo-cats .promo-cats__item.promo-cats__item_3 .promo-cats__bg {
    background-image: url(../images/sprites/cooler.png);
    background-position: 0;
    width: 129px;
    height: 216px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 88px;
    left: 237px;
    -webkit-transform: scale(1.123);
    transform: scale(1.123);
}

.promo-cats .promo-cats__bg {
    position: absolute;
    pointer-events: none;
}

.promo-cats .promo-cats__title {
    margin-bottom: 27px;
    color: #fff;
    font: 14px/30px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.input, .textarea {
    width: 100%;
    padding: 1px 6px;
    background-color: #fff;
    border: 2px solid #deebfb;
    border-radius: 4px;
}

.input:focus, .bx-location.bx-location_open .bx-location__label, .textarea:focus {
    border-color: #9ac2f3;
}

.checkout .checkout__datetime .form__inp,
.checkout .checkout__datetime select, .bx-location .bx-location__label, .bx-location .bx-location__inp, .form.form_callback .select, .form.form_loyalty-profile .form__inp {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #d0dde8;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.input {
    height: 40px;
    color: #292929;
    font: 12px "Noto Sans", Helvetica, Arial, sans-serif;
}

.input::-webkit-input-placeholder {
    color: #a5a4a4;
}

.input::-moz-placeholder {
    color: #a5a4a4;
}

.input:-moz-placeholder {
    color: #a5a4a4;
}

.input:-ms-input-placeholder {
    color: #a5a4a4;
}

.textarea {
    height: 80px;
    resize: none;
}

.bx-location {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bx-location:after {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1141px -687px;
    width: 20px;
    height: 20px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.bx-location .bx-location__label {
    position: relative;
    padding: 1px 26px 1px 6px;
}

.bx-location .bx-location__popup {
    position: absolute;
    top: 100%;
    display: none;
    width: 100%;
    padding: 2px 18px 10px;
    margin-top: -3px;
    background-color: #fff;
    border: 1px solid #d0dde8;
    border-radius: 4px;
}

.bx-location .bx-location__wrap-field {
    margin-bottom: 10px;
}

.bx-location .bx-location__inp {
    font-size: 15px;
}

.bx-location .bx-location__info {
    color: #6c6e80;
    font: 12px/1.1 "Noto Sans", Helvetica, Arial, sans-serif;
}

.bx-location .bx-location__list {
    display: none;
    max-height: 200px;
    overflow: auto;
}

.bx-location .bx-location__item {
    padding: 3px 5px;
    color: #292929;
    font: 15px "Conv_HouschkaPro-Medium";
    cursor: pointer;
}

.bx-location .bx-location__item:hover {
    background-color: #2c77bb;
    color: #fff;
}

.bx-location.bx-location_open {
    z-index: 10;
}

.bx-location.bx-location_open .bx-location__popup {
    display: block;
    min-height: 150px;
}

.bx-location.bx-location_not-empty .bx-location__info {
    display: none;
}

.bx-location.bx-location_not-empty .bx-location__list {
    display: block;
}

.checkbox .checkbox__hidden-field {
    display: none;
}

.checkbox .checkbox__element {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkbox .checkbox__icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    width: 14px;
    height: 14px;
    margin-right: 18px;
    border: 1px solid #9db2c6;
    border-radius: 4px;
    transition: border 0.2s;
}

.checkbox .checkbox__element .checkbox__icon {
    display: none;
}


.checkbox .checkbox__icon:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s;
    background-image: url("../images/sprites/sprite.png");
    background-position: -991px -666px;
    width: 11px;
    height: 9px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.checkbox .checkbox__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #364859;
    font: 15px "Conv_HouschkaPro-Medium";
}

.checkbox .checkbox__thumb {
    display: inline-block;
    width: 30px;
    margin-right: 4px;
    margin-left: -8px;
    text-align: center;
    vertical-align: bottom;
}

.checkbox .checkbox__hidden-field:checked + .checkbox__element .checkbox__icon {
    border-color: #2e5d9a;
}

.checkbox .checkbox__hidden-field:checked + .checkbox__element .checkbox__icon:after {
    opacity: 1;
}

.select3230 {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    z-index: 1;
}

.select3230__label {
    box-sizing: border-box;
    float: left;
    width: calc(100% - 42px);
    height: 100%;
    padding-left: 14px;
    overflow: hidden;
    background-color: #fff;
    color: #a9a9a9;
    font: 14px/38px "Conv_HouschkaPro-Medium";
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 1px 1px #FFF;
}

.select3230__btn {
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 38px;
    height: 38px;
    margin: 0;
    background-color: #fff;
    line-height: 38px;
    text-align: center;
}

.select3230__btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.select3230__list {
    display: none;
    position: absolute;
    margin-top: 1px;
    border: 1px solid #CCC;
    background-color: #fff;
    overflow: hidden;
    z-index: 8040;
}

.select3230__list ul {
    max-height: 300px;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.select3230__list li {
    padding: 2px 0;
}

.select3230__list a {
    display: block;
    padding: 7px;
    color: #292929;
    font: 14px/1.1 "Conv_HouschkaPro-Medium";
    text-decoration: none;
}

.select3230__list a:hover {
    color: #333;
    background-color: #eee;
}

.select3230_inner .select3230__list {
    top: 40px;
    left: -1px;
    width: calc(100% + 2px);
}

.select3230_inner.open {
    z-index: 2;
}

.radio .radio__hidden-field {
    display: none;
}

.radio .radio__element {
    position: relative;
    display: inline-block;
}

.radio .radio__icon {
    position: absolute;
    top: 3px;
    left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.radio .radio__icon:after, label.radio__element input.radio__hidden-field + span.radio__icon:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    display: none;
    width: 10px;
    height: 10px;
    background-color: #0093F1;
    border-radius: 50%;
}

.radio .radio__text {
    display: inline-block;
    padding-left: 36px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

/*.radio .radio__hidden-field:checked + .radio__element .radio__icon, label.radio__element input.radio__hidden-field+span.radio__icon:before {*/
/*  border-color: #1e619e;*/
/*}*/

/*.flex_delivery-row {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.flex_delivery-row p {*/
/*   width: 100%;*/
/*   padding-top: 15px;*/
/* }*/

.checkout_subtitle {
    font: 18px "Conv_HouschkaPro-DemiBold";
    padding-bottom: 20px;
    width: 100%;
}

/*.flex_delivery-row .radio.chose_delivery-radio {*/
/*  margin-right: 25px;*/
/*}*/

/*.flex_delivery-row .radio.chose_delivery-radio label {*/
/*  padding: 0 50px;*/
/*  transition: all 0.3s;*/
/*}*/

.flex_delivery-row .radio.chose_delivery-radio label .radio__text {
    transition: all 0.3s;
}

/*.flex_delivery-row .radio.chose_delivery-radio.active label,*/
/*.flex_delivery-row .radio.chose_delivery-radio:hover label {*/
/*  background: #278eed;*/
/*  border-color: #278eed;*/
/*  color: #fff;*/
/*}*/

/*.flex_delivery-row .radio.chose_delivery-radio.active label .radio__text,*/
/*.flex_delivery-row .radio.chose_delivery-radio:hover label .radio__text {*/
/*  color: #fff;*/
/*}*/

.checkout .checkout__list-addresses .radio.chose_delivery-radio {
    margin-top: 0;
}

.radio.chose_delivery-radio label {
    text-transform: initial;
}


/*.radio.chose_delivery-radio  p {*/
/*  padding-left: 36px;*/
/*  padding-top: 21px;*/
/*  color: #5B748B;*/
/*  font-size: 15px;*/
/*  line-height: 1;*/
/*}*/

/*.radio.chose_delivery-radio:first-child {*/
/*  margin-bottom: 25px;*/
/*}*/

.chose_delivery-radio-items {
    /*padding-left: 36px;*/
    height: 170px;
    overflow: auto;
}

.chose_delivery-radio-items::-webkit-scrollbar,
.checkout__order.c--order .c--order__inner::-webkit-scrollbar {
    width: 7px;
    background-color: #F7F9FA;
}

.chose_delivery-radio-items::-webkit-scrollbar-thumb,
.checkout__order.c--order .c--order__inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0093F1;
    height: 30px;
}

.chose_delivery-radio-items::-webkit-scrollbar-track,
.checkout__order.c--order .c--order__inner::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F7F9FA;
    border: 1px solid #E3E3EB;
}

.checkout .checkout__list-addresses {
    margin-top: -20px;
}

.chose_delivery-radio-items {
    margin-bottom: 30px;
}

.flex_delivery-row .radio .radio__text {
    padding-left: 0;
}

.checkout .checkout__list-addresses .radio .radio__element {
    height: 22px;
}

label input.radio__hidden-field:checked + span.radio__icon:after {
    display: block;
}


.radio .radio__hidden-field:checked + .radio__element .radio__icon:after {
    display: block;
}

.flex_delivery-row .radio .radio__hidden-field + span.radio__text.btn {
    transition: all 0.3s;
    padding: 0 50px;
    text-transform: initial;
    font: 16px/38px "Conv_HouschkaPro-DemiBold";
}

.flex_delivery-row .radio .radio__hidden-field:checked + span.radio__text.btn,
.flex_delivery-row .radio .radio__hidden-field + span.radio__text.btn:hover {
    background: #278eed;
    border-color: #278eed;
    color: #fff;
}


.captcha {
    padding-top: 16px;
}

.captcha .captcha__title {
    margin-bottom: 16px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.captcha .captcha__img {
    display: block;
    max-width: 100%;
    margin-bottom: 4px;
}

.captcha .captcha__link {
    display: inline-block;
    color: #2c77bb;
    font: 17px "Conv_HouschkaPro-Medium";
    text-decoration: none;
}

.captcha .captcha__link:hover {
    color: #2abbff;
}

.radio-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid #e2e6ea;
    border-radius: 22px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.07);
}

.radio-btns .radio-btns__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    background-color: #fff;
    border-left: 1px solid #e2e6ea;
    text-align: center;
}

.radio-btns .radio-btns__item:first-child {
    border-left: 0;
    border-radius: 22px 0 0 22px;
}

.radio-btns .radio-btns__item:last-child {
    border-right: 0;
    border-radius: 0 22px 22px 0;
}

.radio-btns .radio-btns__inp {
    display: none;
}

.radio-btns .radio-btns__label {
    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: 43px;
    cursor: pointer;
}

.radio-btns .radio-btns__text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.radio-btns .radio-btns__inp:checked + .radio-btns__label {
    background-color: #278eed;
}

.radio-btns .radio-btns__inp:checked + .radio-btns__label .radio-btns__text {
    color: #fff;
}

.checkbox-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border: 1px solid #e2e6ea;
    border-radius: 22px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.07);
}

.checkbox-btns .checkbox-btns__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    background-color: #fff;
    border-left: 1px solid #e2e6ea;
    text-align: center;
}

.checkbox-btns .checkbox-btns__item:first-child {
    border-left: 0;
    border-radius: 22px 0 0 22px;
}

.checkbox-btns .checkbox-btns__item:last-child {
    border-right: 0;
    border-radius: 0 22px 22px 0;
}

.checkbox-btns .checkbox-btns__inp {
    display: none;
}

.checkbox-btns .checkbox-btns__label {
    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: 43px;
    cursor: pointer;
}

.checkbox-btns .checkbox-btns__text {
    color: #364859;
    font: 12px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.checkbox-btns .checkbox-btns__inp:checked + .checkbox-btns__label {
    background-color: #278eed;
}

.checkbox-btns .checkbox-btns__inp:checked + .checkbox-btns__label .checkbox-btns__text {
    color: #fff;
}

.form .form__item + .form__item {
    margin-top: 26px;
}

.form .form__row + .form__row {
    margin-top: 24px;
}

.form .form__row.form__row_smart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    margin-top: 10px;
}

.form .form__row.form__row_smart .form__field {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0;
    flex: auto 0 0;
}

.form .form__row.form__row_smart .form__field + .form__field {
    margin-left: 30px;
}

.form .form__label {
    color: #9db2c6;
    font: 13px "Conv_HouschkaPro-Medium";
}

.form .form__field {
    position: relative;
    z-index: 2;
}

.form .form__field.form__field_popup {
    z-index: 3;
}

.form .form__field.form__field_error .form__msg-error {
    display: block;
}

.form .form__field_error .form__label {
    color: red !important;
}

.form .form__field_error .form__inp {
    border-color: #f74c4c !important;
}

.form .form__msg-error {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    height: 20px;
    padding: 2px 10px;
    color: #f74c4c;
    font: 12px "Conv_HouschkaPro-Medium";
    z-index: 1;
    transition: top 0.2s;
}

.form .form__link {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px dashed #1e619e;
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
    cursor: pointer;
}

.form .form__link:hover {
    border-bottom-color: transparent;
}

.form .form__message {
    display: none;
    text-align: center;
}

.form .form__text-success {
    margin: 0 -10px 18px;
    color: #43b262;
    font: 14px "Noto Sans", Helvetica, Arial, sans-serif;
}

.form .form__footer {
    margin-top: 13px;
    text-align: center;
}

.form .form__info {
    color: #9e9e9e;
    font: 12px "Noto Sans", Helvetica, Arial, sans-serif;
    text-align: center;
}

.form .form__server-err {
    text-align: left;
    margin: 10px 0;
}

.form .form__textarea {
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #e2e6ea;
    border-radius: 2px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form .form__submit {
    letter-spacing: 1.2px;
}

button.form__submit.btn.btn_blue.btn_block.btn_icon-left {
    background-color: #5e9b52;
    border: 1px solid #5e9b52;
}

button.form__submit.btn.btn_blue.btn_block.btn_icon-left:hover {
    background-color: #3a755b;
    border-color: #3a755b;
}

button.form__submit.btn.btn_blue.btn_block.btn_icon-left .btn__icon {
    display: none;
}

.form.form_show-message .form__body {
    display: none;
}

.form.form_show-message .form__message {
    display: block;
}

.form__field.form__field_magic {
    position: relative;
    padding-top: 20px;
}

.form__field.form__field_magic:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #278eed;
    transition: all 0.3s;
}

.form__field.form__field_magic .form__inp {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #d0dde8;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form__field.form__field_magic .form__inp::placeholder {
    font-size: 0;
}

.form__field.form__field_magic.form__field_focus .form__inp::placeholder {
    font-size: 17px;
}

.form__field.form__field_magic .form__label {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.3s;
    pointer-events: none;
    color: #9db2c6;
    font: 17px "Conv_HouschkaPro-Medium";
    -webkit-transform: translate(0, 17px);
    transform: translate(0, 17px);
}

.form__field.form__field_magic.form__field_focus:after {
    width: 100%;
}

.form__field.form__field_magic.form__field_focus .form__label {
    font-size: 13px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.form.form_type-1 .form__row + .form__row {
    margin-top: 24px;
}

.form.form_type-1 .form__row .form__link {
    margin-top: 10px;
}

.form.form_type-1 .form__text {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_type-1 .form__text.form__text_center {
    text-align: center;
}

.form.form_type-1 .form__msg {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_type-1 .form__label {
    color: #9db2c6;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_type-1 .form__field {
    position: relative;
}

.form.form_type-1 .form__inp {
    width: 100%;
    height: 36px;
    border: none;
    border-bottom: 1px solid #d0dde8;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_type-1 .form__footer {
    margin-top: 40px;
}

.form.form_type-1 .form__footer .btn + .btn {
    margin-top: 20px;
}

.server-err {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.server-err .server-err__icon {
    margin-right: 10px;
}

.server-err .server-err__text {
    margin-top: -3px;
    color: #f74c4c;
    font: 12px "Noto Sans", Helvetica, Arial, sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.server-err.server-err_show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form.form_login .form__submit {
    position: relative;
    margin-top: 20px;
}

.form.form_login .form__footer {
    margin-top: 20px;
}

.form.form_profile {
    padding: 0 55px;
}

.form.form_profile .form__layout-1-1 {
    width: 396px;
    max-width: 100%;
}

.form.form_profile .form__layout-1-2 {
    display: none;
}

.form.form_profile .form__title {
    margin-bottom: 24px;
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0;
}

.form.form_profile .form__footer {
    width: 396px;
    max-width: 100%;
    margin-top: 40px;
}

.form.form_profile .form__submit {
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
}

.form.form_registration-step-1 .form__field_checkboxes, .form.form_checkout-reg-1 .form__field_checkboxes {
    padding-top: 0;
}

.form.form_registration-step-1 .checkbox .checkbox__text, .form.form_checkout-reg-1 .checkbox .checkbox__text {
    -ms-flex-negative: inherit;
    flex-shrink: inherit;
}

.form.form_registration-step-1 .checkbox .checkbox__link, .form.form_checkout-reg-1 .checkbox .checkbox__link {
    text-decoration: underline;
}

.form.form_registration-step-1 .checkbox .checkbox__hidden-field:checked ~ .checkbox__element .checkbox__icon, .form.form_checkout-reg-1 .checkbox .checkbox__hidden-field:checked ~ .checkbox__element .checkbox__icon {
    border-color: #2e5d9a;
}

.form.form_registration-step-1 .checkbox .checkbox__hidden-field:checked ~ .checkbox__element .checkbox__icon:after, .form.form_checkout-reg-1 .checkbox .checkbox__hidden-field:checked ~ .checkbox__element .checkbox__icon:after {
    opacity: 1;
}

.form.form_delivery-points .radio {
    margin-bottom: 20px;
}

.form.form_action {
    padding: 55px;
    background-color: #fff;
    box-shadow: 0 2px 59px rgba(0, 0, 0, 0.22);
}

.form.form_action .form__title {
    margin-bottom: 13px;
}

.form.form_action .form__field.form__field_popup {
    padding-top: 20px;
}

.form.form_action .form__field.form__field_radio {
    padding-top: 18px;
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0;
    flex: auto 0 0;
}

.form.form_action .bx-location .bx-location__label {
    padding-left: 0;
}

.form.form_action .bx-location .bx-location__label::-webkit-input-placeholder {
    color: #9db2c6;
}

.form.form_action .bx-location .bx-location__label::-moz-placeholder {
    color: #9db2c6;
}

.form.form_action .bx-location .bx-location__label:-moz-placeholder {
    color: #9db2c6;
}

.form.form_action .bx-location .bx-location__label:-ms-input-placeholder {
    color: #9db2c6;
}

.form.form_action .form__submit {
    margin-top: 33px;
}

.form.form_action .form__footer {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form.form_action .form__list-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid #e5ecf2;
}

.form.form_action .form__list-soc .soc {
    margin-right: 18px;
}

.form.form_action .form__rules {
    padding-left: 18px;
    text-align: left;
}

.form.form_action .form__rules a {
    color: #2c77bb;
    border-bottom: 1px dashed #b2c9de;
    text-decoration: none;
}

.form.form_action .form__rules a:hover {
    color: #2abbff;
    border-color: transparent;
}

.form.form_action .form__ps {
    margin-top: 20px;
    color: #808080;
    font: 14px "Conv_HouschkaPro-Light";
}

.form.form_location {
    min-height: 60px;
}

.form.form_account-recovery {
    width: 396px;
    margin: 40px 55px;
}

.form.form_account-recovery .form__submit {
    height: 50px;
    border-radius: 25px;
    line-height: 48px;
}

.form.form_new-delivery-point {
    padding-top: 50px;
}

.form.form_new-delivery-point .form__title {
    margin-bottom: 20px;
    color: #364859;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.form.form_new-delivery-point .form__field_popup {
    padding-top: 20px;
}

.form.form_new-delivery-point .bx-location .bx-location__label {
    padding-left: 0;
    color: #9db2c6;
}

.form.form_new-delivery-point .bx-location .bx-location__label::-webkit-input-placeholder {
    color: #9db2c6;
}

.form.form_new-delivery-point .bx-location .bx-location__label::-moz-placeholder {
    color: #9db2c6;
}

.form.form_new-delivery-point .bx-location .bx-location__label:-moz-placeholder {
    color: #9db2c6;
}

.form.form_new-delivery-point .bx-location .bx-location__label:-ms-input-placeholder {
    color: #9db2c6;
}

.form.form_new-delivery-point .checkbox .checkbox__text {
    padding-top: 2px;
}

.form.form_new-delivery-point .checkbox .tooltip {
    margin-left: 10px;
}

.form.form_new-delivery-point .checkbox .tooltip .tooltip__text {
    right: -100px;
}

.form.form_new-delivery-point .form__footer {
    margin-top: 24px;
}

.form.form_new-delivery-point .form__submit .btn__icon {
    top: 5px;
    height: auto;
    font: 24px "Conv_HouschkaPro-Medium";
}

.form.form_faq {
    padding: 40px 0;
}

.form.form_faq .form__title {
    margin-bottom: 20px;
    color: #364859;
    font: 19px "Conv_HouschkaPro-Medium";
}

.form.form_faq .form__field_small {
    width: 50%;
}

.form.form_faq .form__footer {
    margin-top: 38px;
}

.form.form_callback .form__field + .form__field {
    margin-top: 10px;
}

.form.form_callback .form__field.form__field_popup {
    padding-top: 20px;
}

.form.form_callback .form__footer {
    margin-top: 50px;
}

.form.form_callback .bx-location .bx-location__label {
    padding-left: 0;
}

.form.form_callback .select {
    padding-left: 0;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_callback .select option {
    padding-left: 4px;
}

.form.form_quick-order .form__label.form__label_default {
    margin-bottom: 10px;
    color: #9db2c6;
    font: 13px "Conv_HouschkaPro-Medium";
}

.form.form_quick-order .form__field.form__field_popup {
    padding-top: 20px;
}

.form.form_quick-order .form__footer {
    margin-top: 50px;
}

.form.form_quick-order .form__submit {
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
}

.form.form_quick-order .bx-location .bx-location__label {
    padding-left: 0;
}

.form.form_quick-order .radio-btns {
    margin-top: 30px;
}

.form.form_quick-order .counter {
    padding: 0 0 6px;
    border-bottom: 2px solid #278eed;
}

.form.form_loyalty-profile .form__head {
    padding: 40px 100px 40px 50px;
    border-bottom: 1px solid #e6eaee;
}

.form.form_loyalty-profile .form__title {
    margin-bottom: 10px;
}

.form.form_loyalty-profile .form__subtitle {
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_loyalty-profile .form__status-bar {
    position: relative;
    height: 7px;
    margin-top: 35px;
    background-color: #f4f9fb;
    border-radius: 3px;
}

.form.form_loyalty-profile .form__status-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333%;
    height: 100%;
    background-color: #278eed;
    border-radius: 3px;
    transition: all 0.3s;
}

.form.form_loyalty-profile .form__states {
    padding: 40px 100px 40px 50px;
}

.form.form_loyalty-profile .form__state-2 {
    display: none;
}

.form.form_loyalty-profile .form__state-3 {
    display: none;
}

.form.form_loyalty-profile .form__state-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.form.form_loyalty-profile .form__state-title {
    color: #364859;
    font: 20px "Conv_HouschkaPro-DemiBold";
}

.form.form_loyalty-profile .form__state-info {
    color: #9db2c6;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.form.form_loyalty-profile .form__row.form__row_grid-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.form.form_loyalty-profile .form__row.form__row_grid-children .form__col {
    max-width: 46%;
}

.form.form_loyalty-profile .form__col {
    max-width: 194px;
}

.form.form_loyalty-profile .form__field.form__field_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form.form_loyalty-profile .form__field.form__field_grid .form__col {
    width: 100%;
    max-width: 230px;
}

.form.form_loyalty-profile .form__field.form__field_date .form__icon {
    background-image: url("../images/sprites/sprite.png");
    background-position: -961px -498px;
    width: 16px;
    height: 17px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    position: absolute;
    top: 28px;
    right: 10px;
    pointer-events: none;
}

.form.form_loyalty-profile .form__field.form__field_counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.form.form_loyalty-profile .form__field.form__field_counter .form__col:first-child {
    max-width: 235px;
}

.form.form_loyalty-profile .form__field.form__field_counter .counter {
    display: inline-block;
    padding-bottom: 2px;
    margin-left: 50px;
    border-bottom: 2px solid #278eed;
}

.form.form_loyalty-profile .form__field.form__field_checkboxes .checkbox {
    margin-top: 15px;
}

.form.form_loyalty-profile .form__caption {
    margin-bottom: 20px;
    color: #9db2c6;
    font: 17px "Conv_HouschkaPro-Medium";
}

.form.form_loyalty-profile .form__children {
    padding: 40px 100px 40px 50px;
    margin-top: 40px;
    margin-right: -100px;
    margin-left: -50px;
    border-top: 1px solid #d0dde8;
}


.form.form_loyalty-profile .form__child + .form__child {
    margin-top: 20px;
}

.form.form_loyalty-profile .form__add-child,
.form.form_loyalty-profile .form__remove-child {
    display: inline;
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
    border-bottom: 1px dashed #1e619e;
    white-space: nowrap;
}

.form.form_loyalty-profile .form__add-child:hover,
.form.form_loyalty-profile .form__remove-child:hover {
    border-color: transparent;
}

.form.form_loyalty-profile .form__state-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 42px;
}

.form.form_loyalty-profile .form__state-footer .btn {
    width: 184px;
}


.form.form_loyalty-profile .form__state-footer .btn + .btn {
    margin-left: auto;
}

.form.form_loyalty-profile .form__kind {
    display: none;
    margin-top: 40px;
}

.form.form_loyalty-profile .form__kind.form__kind_active {
    display: block;
}

.form.form_loyalty-profile.form_state-2 .form__state-1 {
    display: none;
}

.form.form_loyalty-profile.form_state-2 .form__state-2 {
    display: block;
}

.form.form_loyalty-profile.form_state-2 .form__status-bar::after {
    width: 66.666%;
}

.form.form_loyalty-profile.form_state-3 .form__state-1 {
    display: none;
}

.form.form_loyalty-profile.form_state-3 .form__state-3 {
    display: block;
}

.form.form_loyalty-profile.form_state-3 .form__status-bar::after {
    width: 100%;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon.icon_filter {
    background-image: url("../images/sprites/sprite.png");
    background-position: -957px -540px;
    width: 16px;
    height: 16px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_modal-user-login {
    background-image: url("../images/sprites/sprite.png");
    background-position: -700px -586px;
    width: 180px;
    height: 136px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_recovery-success {
    background-image: url("../images/sprites/sprite.png");
    background-position: -484px -586px;
    width: 191px;
    height: 137px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_privat {
    background-image: url("../images/sprites/sprite.png");
    background-position: -919px -498px;
    width: 17px;
    height: 17px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_pormone {
    background-image: url("../images/sprites/sprite.png");
    background-position: -919px -456px;
    width: 20px;
    height: 17px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_alfa {
    background-image: url("../images/sprites/sprite.png");
    background-position: -919px -540px;
    width: 13px;
    height: 21px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_arrow-bottom {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1035px -762px;
    width: 26px;
    height: 14px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_modal-location {
    background-image: url("../images/sprites/sprite.png");
    background-position: -244px -586px;
    width: 215px;
    height: 196px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_how-we-work-1 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1035px -495px;
    width: 71px;
    height: 71px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_how-we-work-2 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1035px -591px;
    width: 71px;
    height: 71px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_how-we-work-3 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1035px -392px;
    width: 85px;
    height: 78px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_loyalty-product-1 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -919px -708px;
    width: 8px;
    height: 21px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_loyalty-product-2 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -537px;
    width: 21px;
    height: 21px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_loyalty-product-3 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -591px;
    width: 21px;
    height: 20px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.icon.icon_loyalty-product-4 {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -495px;
    width: 26px;
    height: 17px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.svg-icon.svg-icon_water-drop {
    fill: #2c77bb;
}

.mfp-rotate-in-right {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-rotate-in-right .mfp-with-anim {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.mfp-rotate-in-right .mfp-with-anim .modal__inner {
    opacity: 0;
    -webkit-transform: translateZ(100px) translateX(100%) rotateY(-90deg);
    transform: translateZ(100px) translateX(100%) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 0.3s ease-in-out;
}

.mfp-rotate-in-right.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
    background-color: #1e619e;
}

.mfp-rotate-in-right.mfp-ready .mfp-with-anim .modal__inner {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0) rotateY(0);
    transform: translateZ(0) translateX(0) rotateY(0);
}

.mfp-rotate-in-right.mfp-ready.mfp-bg {
    opacity: 0.15;
}

.mfp-rotate-in-right.mfp-removing {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.mfp-rotate-in-right.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateZ(100px) translateX(100%) rotateY(-90deg);
    transform: translateZ(100px) translateX(100%) rotateY(-90deg);
    transition: all 0.3s ease-in-out;
}

.mfp-rotate-in-right.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-content .modal {
    position: relative;
    width: auto;
    max-width: 480px;
    margin: 20px auto;
    padding: 40px 80px;
    background-color: #fff;
    border-radius: 6px;
}

.mfp-align-top .modal {
    margin: 50px auto 20px;
}

.modal .modal__close {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    z-index: 11;
}

.modal .modal__close .svg-icon {
    fill: #2c77bb;
}

.modal .modal__close:hover .svg-icon {
    fill: #2abbff;
}

.modal .modal__title {
    color: #364859;
    font: 25px "Conv_HouschkaPro-DemiBold";
}

.modal.modal_right {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    height: 100vh;
    max-width: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: block;
    left: auto;
    overflow: auto;
    background: #fff;
}


.modal.modal_right .modal__inner {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.modal.modal_user .modal__inner {
    height: 100%;
}

.modal.modal_user .modal__scroll-wrapp {
    height: 100%;
}

.modal.modal_location.modal_right {
    width: 512px;
}

.modal.modal_location .modal__inner {
    padding: 40px 0 40px;
    height: 100%;
}

.modal.modal_location .modal__scroll-wrapp {
    height: 100%;
    padding: 0 55px 0;
}

.modal.modal_location .modal__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    text-align: center;
}

.modal.modal_location .modal__icon > * {
    margin: auto;
}

.modal.modal_location .modal__title {
    margin-bottom: 30px;
    text-align: center;
}

.modal.modal_location .list-cities {
    margin-bottom: 30px;
}

.modal.modal_delivery-points.modal_right {
    width: 512px;
}

.modal.modal_delivery-points .modal__inner {
    padding: 40px 0 40px;
    height: 100%;
}

.modal.modal_delivery-points .modal__scroll-wrapp {
    height: 100%;
    padding: 0 55px 0;
}

.modal.modal_delivery-points .modal__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    text-align: center;
}

.modal.modal_delivery-points .modal__icon > * {
    margin: auto;
}

.modal.modal_delivery-points .modal__title {
    margin-bottom: 30px;
    text-align: center;
}

.modal.modal_thanks {
    text-align: center;
}

.modal.modal_thanks .modal__container {
    width: 280px;
    margin: 0 auto;
}

.modal.modal_thanks .modal__icon {
    padding-top: 150px;
    margin-bottom: 50px;
}

.modal.modal_thanks .modal__icon.modal__icon_rotate .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal.modal_thanks .modal__btn-exit {
    margin-top: 40px;
}

.modal.modal_recovery-2 .modal__inner {
    height: 100%;
}

.modal.modal_recovery-2 .modal__scroll-wrapp {
    height: 100%;
}

.modal.modal_recovery-2 .modal__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 253px;
}

.modal.modal_recovery-2 .modal__icon > * {
    margin: auto;
}

.modal.modal_recovery-2 .modal__title {
    color: #364859;
    font: 25px "Conv_HouschkaPro-DemiBold";
    margin: 10px 0 30px;
    text-align: center;
}

.modal.modal_recovery-2 .modal__text {
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    text-align: center;
    margin-bottom: 20px;
}

.modal.modal_callback .modal__inner {
    height: 100%;
    padding: 40px 0 30px;
}

.modal.modal_callback .modal__scroll-wrapp {
    height: 100%;
    padding: 0 55px;
}

.modal.modal_callback .madal__icon {
    margin-bottom: 20px;
    text-align: center;
}

.modal.modal_callback .modal__title {
    text-align: center;
    margin-bottom: 16px;
}

.modal.modal_callback .modal__text {
    margin-bottom: 16px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    text-align: center;
}

.modal.modal_quick-order .modal__inner {
    height: 100%;
    padding: 40px 0 30px;
}

.modal.modal_quick-order .modal__scroll-wrapp {
    height: 100%;
    padding: 0 55px;
}

.modal.modal_quick-order .madal__icon {
    margin-bottom: 20px;
    text-align: center;
}

.modal.modal_quick-order .modal__title {
    text-align: center;
    margin-bottom: 16px;
}

.modal.modal_quick-order .modal__text {
    margin-bottom: 40px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-Medium";
    text-align: center;
}

.modal.modal_cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    z-index: 100;
    display: none;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
}

.modal.modal_cookies .modal__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.modal_cookies .modal__container {
    justify-content: center;
}

.modal.modal_cookies .modal__container .mob_text {
    display: none;
}

.modal.modal_cookies .modal__container .mob_text {
    display: none;
}

.modal.modal_cookies .modal__container {
    justify-content: center;
}

.modal.modal_cookies .modal__link {
    color: #fff;
}

.modal.modal_cookies .modal__text {
    margin-right: 20px;
    color: #fff;
    font: 15px "Conv_HouschkaPro-Medium";
    text-align: center;
}

.modal.modal_cookies .modal__inner {
    width: 100%;
    height: 80px;
    background-color: #1e619e;
}

.modal.modal_cookies.active {
    display: block;
}

.nav-buyers .nav-buyers__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 11px;
}

.nav-buyers .nav-buyers__toggle:hover .nav-buyers__toggle-text {
    color: #2abbff;
}

.nav-buyers .nav-buyers__toggle:hover .nav-buyers__toggle-icon {
    fill: #2abbff;
}

.nav-buyers .nav-buyers__toggle-text {
    color: #2c77bb;
    font-family: "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    text-decoration: none;
}

.nav-buyers .nav-buyers__toggle-icon {
    display: block;
    margin-left: 8px;
    fill: #2c77bb;
    font-size: 0;
}

.nav-buyers .nav-buyers__toggle-icon .svg-icon {
    width: 10px;
    height: 6px;
}

.nav-buyers .nav-buyers__menu {
    position: absolute;
}

.nav-aside {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
}

.nav-aside .nav-aside__toggle {
    display: none;
}

.nav-aside .nav-aside__scroll-wrapp {
    max-height: 100%;
}

.nav-aside .nav-aside__menu {
    padding-right: 14px;
}

.nav-aside .nav-aside__item + .nav-aside__item {
    margin-top: 14px;
}

.aside li.nav-aside__item {
    padding-left: 0;
    position: relative;
    padding-left: 0;
}

.nav-aside .nav-aside__item.nav-aside__item_active .nav-aside__text {
    color: #2abbff;
}

.nav-aside .nav-aside__item-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    position: relative;
}

.nav-aside .nav-aside__item-toggle:hover .nav-aside__text {
    color: #2abbff;
}

.nav-aside .nav-aside__item-toggle:hover .nav-aside__arrow {
    fill: #2abbff;
}

.nav-aside .nav-aside__text {
    display: inline-block;
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
    padding: 3px 0 2px 35px;
    width: 100%;
    position: relative;
}

.nav-aside .nav-aside__text:not(span):hover {
    color: #2abbff;
}

.aside .nav-aside__submenu li.nav-aside__item .nav-aside__text {
    padding-left: 0;
}

.nav-aside .nav-aside__arrow {
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 2px;
    transition: all 0.3s;
    fill: #2c77bb;
    font-size: 0;
    line-height: 0;
}

.nav-aside .nav-aside__arrow .svg-icon {
    width: 10px;
    height: 5px;
    line-height: 6px;
}

.nav-aside .nav-aside__submenu {
    display: none;
    margin-left: 20px;
    margin-top: 29px;
}

.nav-aside .nav-aside__item_open .nav-aside__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-aside .nav-aside__item_open .nav-aside__submenu {
    display: block;
}

.nav-footer .nav-footer__title-arrow {
    display: none;
    margin-left: 5px;
    fill: #8da2b6;
}

.nav-footer .nav-footer__list {
    padding-top: 6px;
}

.nav-footer .nav-footer__item + .nav-footer__item {
    margin-top: 21px;
}

.nav-footer .nav-footer__link {
    color: #5b748b;
    font: 15px/1.2 "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
}

.nav-account {
    padding-bottom: 24px;
}

.nav-account .nav-account__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 22px;
    border-bottom: 1px solid #eaedf1;
}

.nav-account .nav-account__item {
    display: block;
    padding: 26px 0 30px;
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    text-decoration: none;
}

.nav-account .nav-account__item:not(:first-child) .nav-account__inner {
    border-left: 1px solid #eaedf1;
}

.nav-account .nav-account__item:not(.nav-account__item_active):hover {
    color: #2abbff;
}

.nav-account .nav-account__item:not(.nav-account__item_active):hover .nav-account__count {
    background-color: #2abbff;
}

.nav-account .nav-account__item.nav-account__item_active {
    position: relative;
    border-color: #eaedf1;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.nav-account .nav-account__item.nav-account__item_active:after {
    content: '';
    position: absolute;
    bottom: -24px;
    left: 0px;
    width: 100%;
    height: 25px;
    background-color: #fff;
}

.nav-account .nav-account__item.nav-account__item_active .nav-account__inner {
    border-left-color: transparent;
}

.nav-account .nav-account__item.nav-account__item_active + .nav-account__item .nav-account__inner {
    border-left-color: transparent;
}

.nav-account .nav-account__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 32px 0;
}

.nav-account .nav-account__text br {
    display: none;
}

.nav-account .nav-account__count {
    padding: 2px 5px;
    margin-left: 4px;
    border-radius: 9px;
    background-color: #2c77bb;
    color: #fff;
    font: 12px "Conv_HouschkaPro-ExtraBold";
}

.nav.nav_user {
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.3);
}

.nav.nav_user .nav__link {
    display: block;
    padding: 6px 12px;
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
    text-decoration: none;
}

.nav.nav_user .nav__link:hover {
    background-color: #f2f2f2;
}

.banner.banner_in-ctlg-list {
    position: relative;
    height: 100%;
    min-height: 499px;
    padding-top: 25px;
    padding-left: 30px;
}

.banner.banner_in-ctlg-list .banner__bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: -1;
}

.banner.banner_in-ctlg-list .banner__label {
    display: block;
    width: 75px;
    height: 23px;
    margin-bottom: 28px;
    margin-left: -6px;
    border: 1px solid #fff;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    line-height: 21px;
}

.banner.banner_in-ctlg-list .banner__title {
    margin-bottom: 14px;
    color: #fff;
    font: 21px/35px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.banner.banner_in-ctlg-list .banner__text {
    width: 170px;
    margin-bottom: 185px;
    color: #fff;
    font: 17px/20px "Conv_HouschkaPro-Medium";
}

.banner.banner_in-ctlg-list .banner__btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.banner.banner_about-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    background-repeat: no-repeat;
}

.banner.banner_about-company .banner__content {
    margin: auto 0;
    padding-left: 53px;
}

.banner.banner_about-company .banner__title {
    max-width: 300px;
    margin-bottom: 25px;
    color: #fff;
    font: 45px/60px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.banner.banner_about-company .banner__text {
    max-width: 430px;
    margin-bottom: 40px;
    color: #fff;
    font: 23px/32px "Conv_HouschkaPro-Medium";
}

.banner.banner_loyalty-program {
    position: relative;
    overflow: hidden;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.banner.banner_loyalty-program .banner__bg-img {
    width: 100%;
    vertical-align: bottom;
}

.banner.banner_loyalty-program .banner__container {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner.banner_loyalty-program .banner__title {
    max-width: 360px;
    margin-bottom: 6px;
    color: #fff;
    font: 45px/60px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.banner.banner_loyalty-program .banner__text {
    max-width: 410px;
    margin-bottom: 20px;
    color: #d4d5d5;
    font: 23px/32px "Conv_HouschkaPro-Medium";
}

.banner.banner_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 50px 0;
}

.banner.banner_actions .banner__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    padding-right: 10px;
    padding-bottom: 27px;
}

.banner.banner_actions .banner__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 25px;
    color: #fff;
    font: 14px "Conv_HouschkaPro-Medium";
}

.banner.banner_actions .banner__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 25px;
    color: #fff;
    font: 14px/30px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.banner.banner_actions .banner__btn-more {
    width: 130px;
}

.banner.banner_actions .banner__wrap-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 240px;
}

.banner.banner_actions .banner__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto 0;
    vertical-align: bottom;
}

.banner.banner_action-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 50px 27px;
    background-position: top;
    background-size: cover;
}

.banner.banner_action-3 .banner__info {
    width: 80%;
}

.banner.banner_action-3 .banner__title {
    margin-bottom: 15px;
    font: 28px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.banner.banner_action-3 .banner__text {
    font: 17px "Conv_HouschkaPro-Medium";
}

.banner.banner_action-3.banner_white-text {
    color: #fff;
}

.banner.banner_action-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 50px 0;
}

.banner.banner_action-4 .banner__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    padding-right: 10px;
    padding-bottom: 27px;
}

.banner.banner_action-4 .banner__title {
    margin-bottom: 12px;
    color: #004995;
    font: 28px "Conv_HouschkaPro-Medium";
}

.banner.banner_action-4 .banner__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 25px;
    color: #004995;
    font: 16px/23px "Conv_HouschkaPro-Medium";
}

.banner.banner_action-4 .banner__btn-more {
    width: 130px;
}

.banner.banner_action-4 .banner__wrap-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 240px;
}

.banner.banner_action-4 .banner__img {
    max-width: 100%;
    max-height: 100%;
    margin: auto auto 0;
    vertical-align: bottom;
}

.banner.banner_action-4.banner_text-white .banner__title {
    color: #fff;
}

.banner.banner_action-4.banner_text-white .banner__text {
    color: #fff;
}

.banner.banner_action-5 {
    position: relative;
    background: url("../images/bg/banner-action-5-inner.png") center center no-repeat;
    background-size: cover;
}

.banner.banner_action-5 .banner__content {
    padding: 70px 50px 60px;
    background: url("../images/bg/banner-action-5-top.png") center top no-repeat, url("../images/bg/banner-action-5-bottom.png") center bottom no-repeat;
    color: #fff;
}

.banner.banner_action-5 .banner__title {
    margin-bottom: 20px;
    color: #fff;
    font: 23px "Conv_HouschkaPro-DemiBold";
    text-align: center;
}

.banner.banner_action-5 .banner__list {
    padding-right: 245px;
    color: #fff;
    font: 17px/26px "Conv_HouschkaPro-Medium";
}

.banner.banner_action-5 .banner__list-item {
    margin-bottom: 6px;
}

.banner.banner_action-5 .banner__list-item:before {
    content: '';
    background-image: url("../images/sprites/sprite.png");
    background-position: -998px -540px;
    width: 11px;
    height: 12px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    vertical-align: inherit;
}

.banner.banner_action-5 .banner__bottle {
    position: absolute;
    bottom: 32px;
    right: 82px;
    width: 165px;
    height: 273px;
    background-image: url("../images/bg/banner-action-5-bottle.png");
}

.banner.banner_action-6 .banner__img-1 {
    width: 100%;
    margin-bottom: 30px;
    vertical-align: bottom;
}

.banner.banner_action-6 .banner__grid-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner.banner_action-6 .banner__grid-1-1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.banner.banner_action-6 .banner__grid-1-2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 0 10px 0 50px;
    text-align: center;
}

.banner.banner_action-6 .banner__title {
    margin-bottom: 10px;
    color: #364859;
    font: 24px/30px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.banner.banner_action-6 .banner__text {
    color: #282828;
    font: 14px "Conv_HouschkaPro-Medium";
}

.banner.banner_action-6 .banner__img-2 {
    max-width: 100%;
}

.slider .slider__btn {
    cursor: pointer;
}

.slider.slider_products {
    position: relative;
}

.slider.slider_products .slider__btn,
.blog-products__slider .slider__btn {
    position: absolute;
    top: 52px;
    transition: opacity 0.3s;
    cursor: pointer;
}

.slider.slider_products .slider__btn.slider__btn_prev,
.blog-products__slider .slider__btn.slider__btn_prev{
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -636px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    left: -47px;
}

.slider.slider_products .slider__btn.slider__btn_next,
.blog-products__slider .slider__btn.slider__btn_next{
    background-image: url("../images/sprites/sprite.png");
    background-position: -1145px -443px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    right: -40px;
}

.slider.slider_products .slider__btn:hover {
    opacity: 0.6;
}

.slider.slider_main {
    margin-top: -60px;
}

.slider.slider_main .slider__container {
    height: 100%;
    min-height: 75vh;
}

.slider.slider_main .slider__list {
    height: 100%;
}

.product.product_main-slide picture {
    height: 100%;
    display: block;
}

.slider.slider_main .slider__slide {
    position: relative;
    height: 100%;
}

.slider.slider_main .swiper-pagination {
    width: max-content;
    right: 0;
    bottom: 8%;
    background: rgb(231 234 234 / 80%);
    left: auto;
    padding: 0 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.slider.slider_main .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #285883;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.slider.slider_main .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #285883;
}

.slider.slider_main .slider__video-preview {
    height: 100%;
    background-size: cover;
}

.slider.slider_main .slider__btn-play-video {
    background-image: url("../images/sprites/sprite.png");
    background-position: 0px -586px;
    width: 219px;
    height: 217px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slider.slider_trust {
    position: relative;
    padding: 35px 105px 48px;
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.slider.slider_trust .slider__title {
    margin-bottom: 58px;
    text-align: center;
}

.slider.slider_trust .slider__relative-wrap {
    position: relative;
}

.slider.slider_trust .slider__btn {
    position: absolute;
    top: 0;
}

.slider.slider_trust .slider__btn_prev {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -636px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    left: -56px;
}

.slider.slider_trust .slider__btn_next {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1145px -443px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    right: -56px;
}

.slider.slider_trust .slider__slide {
    /*width: 127px;*/
    width: auto;
    padding: 0 20px;
    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;
}

.slider.slider_trust .slider__slide img {
    max-width: 100%;
}

.slider.slider_trust .slider__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 30px;
}

.slider.slider_loyalty .slider__pagination {
    display: none;
}


.slider.slider_product-imgs {
    position: relative;
}

.slider.slider_product-imgs .slider__slide {
    height: 460px;
    padding-top: 58px;
}

.slider.slider_product-imgs .slider__btn {
    position: absolute;
    top: 202px;
    z-index: 2;
}

.product.product_single .product__wrap-img {
    cursor: zoom-in;
}

.product.product_single .thumbs__slider-wrapper {
    padding: 0 22px;
}
.product.product_single .thumbs__slider-wrapper .product__nav-slider {
    overflow: hidden;
    position: relative;
}
.product.product_single .thumbs__slider-wrapper .slider__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}
.product.product_single .thumbs__slider-wrapper .slider__btn.slider__btn_prev {
    background-image: url(../images/sprites/sprite.png);
    background-position: -1131px -636px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    left: 10px;
}
.product.product_single .thumbs__slider-wrapper .slider__btn.slider__btn_next {
    background-image: url(../images/sprites/sprite.png);
    background-position: -1145px -443px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    right: 10px;
}
.product.product_single .thumbs__slider-wrapper .slider__btn.swiper-button-disabled {
    display: none;
}
.product.product_single .thumbs__slider-wrapper .swiper-slide-thumb-active .product__thumb-img {
    border: 1px solid #285883;
}
.product.product_single .thumbs__slider-wrapper .product__thumb-img {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 2px;
}
.product.product_single .thumbs__slider-wrapper .product__img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
    max-width: 100px;
}
.f-thumbs__slide__img{
    object-fit: contain !important;
}
.is-classic .is-nav-selected .f-thumbs__slide__button::after{
    border: 1px solid #285883;
}

.fancybox__backdrop {
    background-color: rgba(255, 255, 255, 0.95);
}

.fancybox__container {
    background-color: white;
    color: #333;

    .f-button {
        background-color: #f0f0f0;
    }
}

.fancybox__toolbar,
.fancybox__nav {
    --fancybox-color: #333;
    --fancybox-hover-color: #000;
    --fancybox-active-color: #000;
}

.fancybox__button {
    background-color: #f0f0f0;
    color: #333;
}


.slider.slider_product-imgs .slider__btn_prev {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -636px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    left: 23px;
}

.slider.slider_product-imgs .slider__btn_next {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1145px -443px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    right: 23px;
}

.slider.slider_product-imgs .slider__pagination {
    position: absolute;
    left: 30px;
    bottom: 50px;
}

.slider.slider_product-imgs .slider__pagination .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: 16px;
    border: 1px solid #1e619e;
    background-color: transparent;
}

.slider.slider_product-imgs .slider__pagination .swiper-pagination-bullet-active {
    background-color: #1e619e;
}
.slider.slider_product-imgs .swiper-button-disabled{
    display: none;
}
.slider.slider_product-promo {
    padding-bottom: 30px;
}

.slider.slider_product-promo .slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 13px;
    border: 1px solid #1e619e;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
}

.slider.slider_product-promo .slider__pagination .swiper-pagination-bullet-active {
    background-color: #1e619e;
}

.slider_product-promo .s--slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider_product-promo .s--slide .s--slide__lauout-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.slider_product-promo .s--slide .s--slide__lauout-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 513px;
    flex: 0 0 513px;
    overflow: hidden;
}

.slider_product-promo .s--slide .s--slide__title {
    margin-bottom: 18px;
    color: #364859;
    font: 17px "Conv_HouschkaPro-DemiBold";
}

.slider_product-promo .s--slide .s--slide__text {
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.1px;
}

.slider_product-promo .s--slide .s--slide__text p {
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
}

.slider_product-promo .s--slide .s--slide__text p + p {
    margin-top: 10px;
}

.slider_product-promo .s--slide .s--slide__img {
    width: 100%;
    vertical-align: bottom;
}

.slider.slider_products-tile {
    position: relative;
}

.slider.slider_products-tile .slider__btn {
    position: absolute;
    top: 137px;
    transition: opacity 0.3s;
    cursor: pointer;
    z-index: 1;
}

.slider.slider_products-tile .slider__btn.slider__btn_prev {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1131px -636px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    left: 20px;
}


.slider.slider_products-tile .slider__btn.slider__btn_next {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1145px -443px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
    right: 20px;
}


.slider.slider_products-tile .slider__btn:hover {
    opacity: 0.6;
}

.slider.slider_products-tile .slider__container {
    padding: 30px 0 55px;
}

.slider.slider_products-tile .slider__slide {
    border: 1px solid #eaedf1;
    border-right-color: transparent;
}


.slider.slider_advantages .slider__pagination {
    display: none;
}


.slider.slider_about-company .slider__container {
    position: relative;
}

.slider.slider_about-company .slider__slide img {
    max-width: 100%;
    vertical-align: bottom;
}

.slider.slider_about-company .slider__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.slider.slider_about-company .slider__btn:after {
    content: '';
    display: inline-block;
}

.slider.slider_about-company .slider__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 100%;
    height: 0px;
    box-shadow: 0 0 40px 8px #000;
    background-color: transparent;
}

.slider.slider_about-company .slider__btn.slider__btn_prev {
    left: 20px;
}

.slider.slider_about-company .slider__btn.slider__btn_prev:after {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1101px -687px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.slider.slider_about-company .slider__btn.slider__btn_next {
    right: 20px;
}

.slider.slider_about-company .slider__btn.slider__btn_next:after {
    background-image: url("../images/sprites/sprite.png");
    background-position: -1145px -392px;
    width: 15px;
    height: 26px;
    background-size: 1164px, 1079px;
    background-repeat: no-repeat;
}

.news.news_tile .news__wrap-img {
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    transition: opacity 0.3s;
}

.news.news_tile .news__wrap-img:hover {
    opacity: 0.8;
}

.news.news_tile .news__img {
    width: 100%;
    margin-bottom: 22px;
    vertical-align: bottom;
}

.news.news_tile .news__date {
    margin-bottom: 20px;
    color: #9db2c6;
    font: 15px "Conv_HouschkaPro-Medium";
}

.news.news_tile .news__title {
    color: #1e619e;
    font: 17px "Conv_HouschkaPro-Medium";
    text-decoration: none;
    transition: color 0.3s;
}

.news.news_tile .news__title:hover {
    color: #2abbff;
}

.tabs.tabs_trust .tabs__nav {
    display: none;
    padding: 0 20px;
}

.tabs.tabs_trust .tabs__nav-item {
    padding: 20px 10px;
    border: 1px solid transparent;
    color: #2c77bb;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    cursor: pointer;
}

.tabs.tabs_trust .tabs__nav-item.tabs__nav-item_active {
    background-color: #fafafa;
    border-color: #eaedf1;
    border-bottom-color: transparent;
}

.tabs.tabs_trust .tabs__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    margin-bottom: 20px;
}

.tabs.tabs_product-detailes .tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #eaedf1;
}

.tabs.tabs_product-detailes .tabs__nav-item {
    padding: 28px 0 24px;
    margin: 0 30px;
    border-bottom: 2px solid transparent;
    color: #1e619e;
    font: 12px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
    cursor: pointer;
}

.tabs.tabs_product-detailes .tabs__nav-item:hover {
    color: #364859;
}

.tabs.tabs_product-detailes .tabs__nav-item.tabs__nav-item_active {
    color: #364859;
    border-bottom-color: #278eed;
}

.tabs.tabs_product-detailes .tabs__container {
    padding: 40px 50px;
}

.tabs.tabs_product-detailes .tabs__tab {
    display: none;
}

.tabs.tabs_product-detailes .tabs__tab.tabs__tab_active {
    display: block;
}

.accordion.accordion_in-product .accordion__toggle {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 37px 14px 40px;
    background-color: #9db2c6;
    border-bottom: 1px solid #fff;
    color: #fff;
    font: 12px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.accordion.accordion_in-product .accordion__toggle-arrow .svg-icon {
    fill: #fff;
}

.popup.popup_location {
    display: none;
    /*border-radius: 6px;*/
    /*box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.1);*/
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.18);
    min-width: 289px;
    width: auto;
    padding: 22px 20px 19px 20px;
    top: calc(100% + 24px);
    right: -50%;
    transform: translateX(25%);
}

.popup.popup_location:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -18px;
    z-index: 1;
    background: url("/local/templates/main/images/arrow-town.svg") no-repeat center/contain;
    width: 72px;
    height: 70px;
    transform: translateX(-50%);
}

.popup.popup_location .popup__inner {
    position: relative;
    /*padding: 23px 127px 19px 34px;*/
    z-index: 2;
    /*background-color: #fff;*/
    /*border-radius: 6px;*/
}

/*.popup.popup_location .popup__bg-img {*/
/*  background-image: url("../images/sprites/sprite.png");*/
/*  background-position: -1035px -241px;*/
/*  width: 119px;*/
/*  height: 126px;*/
/*  background-size: 1164px, 1079px;*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*}*/

.popup.popup_location .popup__title {
    margin-bottom: 13px;
    color: #514B4B;
    font: 18px/14px "Conv_HouschkaPro-Medium";
    white-space: nowrap;
}

.popup.popup_location .popup__title span {
    color: #1F96FF;
    font: 18px/14px "Conv_HouschkaPro-Bold";
}

.popup.popup_location .popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10px;
    flex-wrap: wrap;
}

.popup.popup_location .popup__footer button.popup__btn-ok.btn.btn_blue {
    width: 100%;
    margin-bottom: 26px;
}

.popup.popup_location .popup__btn-other {
    font: 13px "Conv_HouschkaPro-DemiBold";
    color: #278EED;
    text-align: center;
    line-height: 14px;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    margin: 0 auto;
    border-bottom: 1px dashed;
}

.popup.popup_location .popup__btn-other:hover {
    color: #2abbff;
}

.popup.popup_location.popup_show {
    display: block;
}

.popup.popup_factory {
    width: 370px;
    border-radius: 4px;
}

.popup.popup_factory .popup__arrow {
    position: absolute;
    border: 11px solid transparent;
}

.popup.popup_factory .popup__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 20px 40px 30px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 89px rgba(0, 0, 0, 0.17);
}

.popup.popup_factory .popup__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.popup.popup_factory .popup__icon .svg-icon {
    width: 103px;
}

.popup.popup_factory .popup__info {
    padding-left: 12px;
    color: #364859;
}

.popup.popup_factory .popup__title {
    font: 17px "Conv_HouschkaPro-DemiBold";
    margin-top: -4px;
    margin-bottom: 12px;
}

.popup.popup_factory .popup__address {
    font: 17px "Conv_HouschkaPro-Medium";
}

.panel .panel__title {
    padding: 44px 20px 48px;
    text-align: center;
    border-bottom: 1px solid #eaedf1;
}

.panel .panel__subtitle {
    color: #5b748b;
    font: 17px "Conv_HouschkaPro-Medium";
}

.panel .panel__header {
    padding: 44px 20px 48px;
    text-align: center;
    border-bottom: 1px solid #eaedf1;
}

.panel .panel__header .panel__title {
    padding: 0;
    border-bottom: none;
}

.panel .panel__header .panel__subtitle {
    margin-top: 10px;
}

.panel .panel__small-head {
    padding: 9px 55px 0;
}

.panel .panel__small-head + .panel__content {
    padding-top: 22px;
}

.panel .panel__small-head .panel__title {
    padding: 0;
    border-bottom: none;
    text-align: left;
}

.panel .panel__small-head .panel__subtitle {
    margin-top: 10px;
}

.panel .panel__content {
    padding: 45px 55px;
    color: #5b748b;
    font: 17px/27px "Conv_HouschkaPro-Medium";
}

.panel .panel__content > * + * {
    margin-top: 27px;
}

.panel .panel__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
}

.panel .panel__grid-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    border-left: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.panel.panel_with-bdt {
    border-top: 1px solid #eaedf1;
}

.panel.panel_stages-of-production .panel__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.panel.panel_stages-of-production .panel__grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 60px;
}

.panel.panel_pride .panel__grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.panel.panel_pride .panel__grid-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333%;
}

.panel.panel_loyalty-program .panel__title {
    border-top: 1px solid #eaedf1;
}

.panel.panel_loyalty-program .offer + .offer {
    border-top: 1px solid #eaedf1;
}

.panel.panel_payment-method .panel__grid-item {
    border-bottom: none;
}

.panel.panel_faq .panel__body {
    padding-top: 30px;
}

.panel.panel_faq .form_faq {
    max-width: 520px;
    margin: 0 55px;
}

.card {
    text-align: center;
}

.card .card__icon {
    margin-bottom: 20px;
}

.card .card__icon > * {
    max-width: 100%;
}

.card .card__title {
    margin-bottom: 16px;
    color: #364859;
    font: 14px/22px "Conv_HouschkaPro-Bold";
}

.card .card__text {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
}

.card.card_stages-of-production .card__icon {
    height: 90px;
}

.card.card_stages-of-production .card__icon svg {
    max-height: 100%;
}

.card.card_stages-of-production .card__title {
    text-transform: uppercase;
}

.card.card_pride {
    position: relative;
    display: block;
    height: 240px;
    overflow: hidden;
    transition: all 0.2s;
}

.card.card_pride .card__inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    transition: all 0.4s;
}

.card.card_pride .card__icon {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin: 0 40px;
}

.card.card_pride .card__img {
    max-width: 100%;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.4s;
}

.card.card_pride .card__btn-more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 136px;
    margin: 0 auto;
}

.card.card_pride:hover {
    box-shadow: 0 7px 59px rgba(0, 0, 0, 0.11);
}

.card.card_pride:hover .card__inner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 50px 0 40px;
}

.card.card_pride:hover .card__img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.card.card_aqua-use {
    padding: 52px 45px 78px;
    text-align: center;
}

.card.card_aqua-use .card__icon {
    height: 90px;
    margin-bottom: 20px;
}

.card.card_aqua-use .card__title {
    text-transform: uppercase;
    margin-bottom: 12px;
}

.card.card_payment {
    width: 230px;
    padding: 40px 0;
    margin: 0 auto;
}

.card.card_payment .card__icon {
    height: 50px;
    margin-bottom: 37px;
}

.card.card_payment .card__title {
    text-transform: uppercase;
    margin-bottom: 13px;
}

.card.card_action-3 {
    text-align: left;
}

.card.card_action-3 .card__img {
    width: 100%;
}

.card.card_action-3 .card__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.card.card_action-3 .card__icon {
    height: 51px;
    margin-right: 10px;
    margin-bottom: 0;
}

.card.card_action-3 .card__icon img {
    width: auto;
    max-height: 100%;
    vertical-align: middle;
}

.card.card_action-3 .card__title {
    margin-bottom: 0;
}

.card.card_action-3 .card__text {
    padding: 0 20px 20px;
}

.page-home .page-home__lastnews {
    overflow: hidden;
}

.page-basket .block-basket {
    margin-bottom: 50px;
}

.page-account .nav-account {
    margin-bottom: 28px;
}

.page-account .page-account__inner {
    padding-bottom: 50px;
    border-bottom: 1px solid #eaedf1;
}

.page-account .slider_products-tile {
    margin-bottom: -55px;
}


.page-account .page-account__form {
    width: 397px;
    margin-left: 54px;
}

.page-content .content {
    padding: 50px;
}

.page-action {
    margin-top: -80px;
}

.page-action .action {
    padding-bottom: 120px;
}

.page-action .action.action_v3 {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.page-action .action.action_v4 {
    padding-bottom: 0;
}

.page-action .action.action_v6 .action__form {
    padding-top: 20px;
}

.page-action .action.action_v6 .action__form .form_action {
    padding-top: 35px;
    padding-bottom: 20px;
}

.page-action .action.action_v6 .action__form .form__row + .form__row {
    margin-top: 16px;
}

/*.page-action .action.action_v7 {*/
/*  padding-bottom: 0px;*/
/*}*/

@media all and (max-width: 1460px) {

    .slider.slider_main .slider__container {
        min-height: 100vh;
    }

    .slider.slider_main {
        margin-top: -60px;
    }
}

@media all and (max-width: 1400px) {
    .page-action .action.action_v7 .action__bg {
        min-height: unset;
    }

    .checkout .checkout__confirm, .checkout .checkout__send, .checkout__agreement {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .callback .callback__toggle .callback__toggle-content:nth-last-child(2) {
        display: none;
    }
}

@media all and (max-width: 1400px) {
    .page-action .action.action_v7 {
        margin-bottom: 13px;
    }
}

@media all and (max-width: 991px) {
    .product.product_main-slide .product__img {
        max-height: initial;
    }
}

@media all and (max-width: 799px) {
    .page-action .action.action_v7 {
        padding-bottom: 100px;
    }
}

@media all and (max-width: 680px) {
    .checkout__payment-method.p--method {
        flex-wrap: wrap;
    }

    .checkout__payment-method.p--method .p--method__item {
        width: 32%;
        margin-right: 1%;
        margin-bottom: 5px;
        border-radius: 22px;
    }

    .checkout__payment-method.p--method .p--method__element {
        padding: 20px 20px;
        text-transform: inherit;
    }
}

.page-action .action.action_v7 .action__form {
    right: 28px;
    bottom: 6px;
}

.page-action .action.action_v7 .form_action {
    padding-bottom: 66px;
}

.page-action .factories {
    border-top: 1px solid #eaedf1;
}

.page-action .page-action__structure .title {
    margin-bottom: 44px;
    text-align: center;
}

.page-action .page-action__structure-wrap {
    min-height: 383px;
    padding: 40px 60px 50px;
    background: #f8f8f8 url("../images/bg/action-structure.jpg") right bottom no-repeat;
}

.page-action .page-action__structure-table {
    table-layout: fixed;
}

.page-action .page-action__structure-table td {
    width: 178px;
    padding: 8px 20px 9px;
    font: 11px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.page-action .page-action__structure-table thead td {
    padding-bottom: 22px;
    color: #5b748b;
}

.page-action .page-action__structure-table tbody td {
    color: #364859;
}

.page-action .page-action__structure-table tbody td:first-child {
    color: #9db2c6;
}

.page-action .seoblock {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-action .ctlg-list_slider {
    border-top: 1px solid #eaedf1;
}

.page-action .list-banners + .recommend {
    padding-top: 55px;
}

.page-action .page-action__block-title {
    padding: 20px;
    text-align: center;
}

.page-action .banner.banner_action-6 {
    margin-bottom: 20px;
}

.page-action.page-action_8 .action.action_v8 {
    padding-bottom: 0;
}

.page-action.page-action_8 .action.action_v8 .action__form {
    right: 28px;
    bottom: 0;
}

.page-action.page-action_8 .action.action_v8 .form.form_action {
    padding: 27px 55px 39px;
}

.page-action.page-action_8 .action.action_v8 .form.form_action .form__title {
    margin-bottom: -4px;
}

.page-action.page-action_8 .action.action_v8 .form.form_action .form__separator {
    height: 2px;
    margin: 29px 0 -3px;
    background-color: #278eed;
}

.page-action.page-action_8 .action.action_v8 .form.form_action .form__row + .form__row {
    margin-top: 4px;
}

.page-action.page-action_8 .action.action_v8 .form.form_action .form__row + .form__row.form__row_other {
    position: relative;
    margin-top: 23px;
}

.page-action.page-action_8 .action.action_v8 .form.form_action .form__field.form__field_radio {
    padding-top: 23px;
}

.page-action.page-action_8 .action.action_v8 .form.form_action .form__footer {
    margin-top: 47px;
}

.page-action.page-action_8 .action-info {
    padding: 0 40px 33px;
    margin-top: -2px;
    letter-spacing: normal;
}

.page-action.page-action_8 .action-info .action-info__text {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
}

.page-action.page-action_8 .action-info .action-info__text p {
    margin-bottom: 8px;
}

.page-action.page-action_8 .action-info .action-info__text strong {
    font-family: "Conv_HouschkaPro-Bold";
}

.page-action.page-action_8 .action-info .action-info__footnote {
    margin-top: 11px;
    color: #364859;
    font: 14px/25px "Conv_HouschkaPro-Medium";
}

.page-action.page-action_8 .panel.panel_stages-of-production {
    border-top: 1px solid #eaedf1;
}

.page-action.page-action_8 .panel.panel_stages-of-production .panel__title {
    padding: 15px 245px 19px;
    color: #1e619e;
    line-height: 30px;
}

.page-action.page-action_8 .factories {
    padding-top: 58px;
    border-top: 0;
}

.page-action.page-action_8 .factories .factories__title {
    color: #1e619e;
}

.page-action.page-action_8 .factories .factories__map {
    padding-bottom: 36px;
}


.page-action.page-action_8 .panel.panel_pride {
    border-top: 1px solid #eaedf1;
}

.page-action.page-action_8 .panel.panel_pride .panel__title {
    padding: 32px 20px 33px;
    color: #1e619e;
}

.page-action.page-action_8 .ctlg-list.ctlg-list_slider .ctlg-list__title {
    color: #1e619e;
    padding: 49px 20px 3px;
}

.page-action.page-action_8 .slider.slider_trust {
    padding: 0 105px 48px;
    margin-top: -5px;
    border-top: 0;
}

.page-action.page-action_9 .action.action_without-footnote {
    padding-bottom: 0;
}

.page-action.page-action_9 .action.action_without-footnote .action__form {
    right: 27px;
    bottom: 4px;
}

.page-action.page-action_9 .action-info {
    padding: 20px 53px 45px;
}

.page-action.page-action_9 .action-info .action-info__title {
    margin-bottom: 0;
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Bold";
}

.page-action.page-action_9 .action-info .action-info__text {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.3px;
}

.page-action.page-action_9 .panel.panel_stages-of-production {
    border-top: 1px solid #eaedf1;
}

.page-action.page-action_9 .panel.panel_stages-of-production .panel__title {
    padding: 15px 245px 19px;
    color: #1e619e;
    line-height: 30px;
}

.page-action.page-action_9 .factories {
    padding-top: 58px;
    border-top: 0;
}

.page-action.page-action_9 .factories .factories__title {
    color: #1e619e;
}

.page-action.page-action_9 .factories .factories__map {
    padding-bottom: 36px;
}

.page-action.page-action_9 .panel.panel_pride {
    border-top: 1px solid #eaedf1;
}

.page-action.page-action_9 .panel.panel_pride .panel__title {
    padding: 32px 20px 33px;
    color: #1e619e;
}

.page-action.page-action_9 .ctlg-list.ctlg-list_slider .ctlg-list__title {
    color: #1e619e;
    padding: 49px 20px 3px;
}

.page-action.page-action_9 .slider.slider_trust {
    padding: 0px 105px 48px;
    margin-top: -5px;
    border-top: 0;
}

.page-action.page-action_10 .action_v10 {
    padding-bottom: 0;
}

.page-action.page-action_10 .action-info {
    padding: 0 53px 5px;
}

.page-action.page-action_10 .action-info .action-info__title {
    margin-bottom: 0;
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Bold";
}

.page-action.page-action_10 .action-info .action-info__text {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
    letter-spacing: 0.3px;
}

.page-action.page-action_10 .panel.panel_stages-of-production {
    border-top: 1px solid #eaedf1;
}

.page-action.page-action_10 .panel.panel_stages-of-production .panel__title {
    padding: 15px 245px 19px;
    color: #1e619e;
    line-height: 30px;
}

.page-action.page-action_10 .factories {
    padding-top: 58px;
    border-top: 0;
}

.page-action.page-action_10 .factories .factories__title {
    color: #1e619e;
}

.page-action.page-action_10 .factories .factories__map {
    padding-bottom: 36px;
}

.page-action.page-action_10 .panel.panel_pride {
    border-top: 1px solid #eaedf1;
}

.page-action.page-action_10 .panel.panel_pride .panel__title {
    padding: 32px 20px 33px;
    color: #1e619e;
}

.page-action.page-action_10 .ctlg-list.ctlg-list_slider {
    border-top: none;
}

.page-action.page-action_10 .ctlg-list.ctlg-list_slider .ctlg-list__title {
    color: #1e619e;
    padding: 49px 20px 3px;
}

.page-action.page-action_10 .slider.slider_trust {
    padding: 0 105px 48px;
    margin-top: -5px;
    border-top: 0;
}

.page-actions {
    margin-top: -80px;
}

.page-actions .action {
    padding-bottom: 0;
}

.page-about-company {
    margin-top: -80px;
}

.page-loyalty-program {
    margin-top: -80px;
}

.page-loyalty-program .aqua-guide {
    margin-bottom: 40px;
}

.page-loyalty-program .seoblock__title {
    text-align: center;
}

.page-buyers .top-meta {
    margin-bottom: 40px;
}

.page-buyers .panel_payment-method {
    margin-bottom: 40px;
}

.page-404 {
    width: 380px;
    margin: 140px auto 200px auto;
    text-align: center;
    letter-spacing: 0.1px;
}


.page-404 .page-404__icon {
    margin-bottom: 24px;
}

.page-404 .page-404__title {
    margin-bottom: 20px;
    color: #364859;
    font: 25px/34px "Conv_HouschkaPro-DemiBold";
}

.page-404 .page-404__text {
    margin-bottom: 32px;
    color: #364859;
    font: 17px/26px "Conv_HouschkaPro-Medium";
}

.page-404 .page-404__btn {
    width: 300px;
    height: 50px;
    border-radius: 25px;
    letter-spacing: 1px;
}


.page-thanks {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.page-thanks .page-thanks__box {
    width: 280px;
    margin: 0 auto;
}

.page-thanks .page-thanks__icon {
    margin-bottom: 50px;
}

.page-thanks .page-thanks__icon.page-thanks__icon_false {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.page-thanks .page-thanks__title {
    margin-bottom: 40px;
    color: #364859;
    font: 25px "Conv_HouschkaPro-DemiBold";
}

/*.landing__wrap, .landing__wrap.landing__wrap_ru {*/
/*    min-height: 745px;*/
/*    border-bottom: 1px solid #e6eaee;*/
/*    background: url(../images/bg/landing_backNew-ru.jpg) no-repeat;*/
/*    !*background: url(../images/bg/landing_back.jpg) no-repeat;*!*/
/*    margin-top: -80px;*/
/*    padding-top: 80px;*/
/*    background-size: contain;*/
/*}*/

/*.landing__wrap.landing__wrap_ru {*/
/*    background: url(../images/bg/landing_backNew-ru.jpg) no-repeat;*/
/*}*/

.landing__wrap, .landing__wrap.landing__wrap_ua {
    min-height: 745px;
    border-bottom: 1px solid #e6eaee;
    background: url('../images/bg/landing_backnew-ukr_new_2.jpg') no-repeat;
    margin-top: -80px;
    padding-top: 80px;
    background-size: contain;
}

.landing__wrap.landing__wrap_ua {
    background: url('../images/bg/landing_backnew-ukr_new_2.jpg') no-repeat;
}


.landing__wrap .mobile_landing_image {
    display: none;
}

/*.landing__wrap .landing__info_block {*/
/*  margin: 225px 0  0px 51px;*/
/*  width: 427px;*/
/*}*/

.landing__wrap .landing__info_block {
    margin: 115px 0 0px 51px;
    width: 427px;
}

.landing__wrap .landing__info_title {
    font-size: 41px;
    color: #373737;
    font-family: "Conv_HouschkaPro-Light";
    line-height: 40px;
}

.landing__wrap .landing__info_descr {
    font-size: 21px;
    font-family: "Conv_HouschkaPro-Medium";
}

.landing__wrap .landing__info_descr span {
    color: #6ab1e3;
    font-family: "Conv_HouschkaPro-DemiBold";
}

/*.landing__wrap .landing__picture_wrap {*/
/*  margin-top: 60px;*/
/*}*/

.landing__wrap .landing__picture_wrap {
    align-items: flex-start;
    margin-top: 60px;
    display: flex;
}

/*.landing__picture_wrap-item {*/
/*  border-right: 1px solid #f6f6f6;*/
/*}*/

.flex_app {
    display: flex;
    align-items: center;
}


.landing__picture_wrap-item.mob {
    display: none;
}

.landing__picture_wrap-item.desc {
    margin-left: -25px;
}

.landing__wrap .landing__picture_wrap img {
    display: inline-block;
    vertical-align: top;
    /*margin-right: 15px;*/
    margin-bottom: 10px;
    max-width: 150px;
}

.landing__wrap .landing__message_value {
    color: #373737;
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.landing__wrap_2 {
    padding: 36px 56px 95px;
    border-bottom: 1px solid #e6eaee;
    background: url('/local/templates/main/css/../images/bg/phone-ukr_new_2.png') no-repeat;
    background-position: center 196px;
}

/*.landing__wrap_2.landing__wrap_2_ru {*/
/*    background: url(/local/templates/main/css/../images/bg/phone-ru.png) no-repeat;*/
/*    background-position: center 196px;*/
/*}*/

.landing__wrap_2 .landing__wrap_2_title {
    font-size: 23px;
    color: #1e619e;
    font-family: "Conv_HouschkaPro-DemiBold";
    margin: 0 auto 115px;
    width: 400px;
    text-align: center;
}

.landing__wrap_2 .landing__comment_wrap {
    overflow: hidden;
    padding: 5px;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_left_item {
    float: left;
    width: 300px;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_head {
    background: #2787e1;
    height: 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    text-align: center;
    font-family: "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_body {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px 10px 10px;
    text-align: right;
    font-size: 17px;
    color: #364859;
    font-family: "Conv_HouschkaPro-Medium";
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-top: -24px;
    box-shadow: 0px 2px 2px 2px #dcdbdb;
    height: 105px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 95px;
}


.landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_head.bottom {
    border-top-right-radius: 0;
}


.landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_body.bottom {
    border-bottom-right-radius: 30px;
}


.landing__wrap_2 .landing__comment_wrap .landing__comment_right_item {
    float: right;
    width: 300px;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_right_item .landing__comment_left_item_head {
    background: #2787e1;
    height: 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #fff;
    font-size: 18px;
    padding: 13px 10px;
    text-align: center;
    font-family: "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_right_item .landing__comment_left_item_body {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 24px 10px 10px;
    text-align: right;
    font-size: 17px;
    color: #364859;
    font-family: "Conv_HouschkaPro-Medium";
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -24px;
    box-shadow: 0px 2px 2px 2px #dcdbdb;
    height: 105px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 95px;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_right_item .landing__comment_left_item_head.bottom {
    border-top-left-radius: 0;
}

.landing__wrap_2 .landing__comment_wrap .landing__comment_right_item .landing__comment_left_item_body.bottom {
    border-bottom-left-radius: 30px;
}

.landing__wrap_3 {
    padding-top: 32px;
}

.landing__wrap_3 .landing__wrap_3_title {
    font-size: 23px;
    color: #1e619e;
    font-family: "Conv_HouschkaPro-DemiBold";
    margin: 0 auto 35px;
    width: 400px;
    text-align: center;
}

.landing__wrap_3 iframe {
    height: 484px;
}

.landing__wrap_3 .slider.slider_trust {
    border-top: none;
}

/* fixing basket */
.block-basket__list-products .product__layouts {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product.product_in-basket-modal .product__layouts {
    position: relative;
    display: flex;
    width: 100%;
    align-items: top;
}


/*fixing captcha in callback-modal*/
/*element is dynamically inserted, container has padding, affecting all other elements*/
div.form__footer div:nth-child(2) {
    display: inline-block;
    margin: 3% auto;
}


/*adding downloading of bills*/
.lo--order__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

}

.lo--order__footer:after,
.lo--order__footer:before {
    display: none !important;
}

.lo--order__total {
    float: unset !important;
}

.lo--order__total-text {
    color: #9db2c6 !important;
}

.lo--order__total-price {
    letter-spacing: normal;
    color: #008ff4 !important;
}
.lo--order__btn-rating{
    padding: 0 24px;
}

.invoice-download {
    height: 55px;
    margin-left: auto;
    /*border-right: solid 1px #9db2c6;*/
    float: right;
    display: flex;
    align-items: center;
}

.invoice-download span {
    margin-left: 10px;
    margin-right: 15px;
    font-family: Conv_HouschkaPro-DemiBold;
    font-size: 12px;
    color: #9db2c6;
}

.download {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    flex-shrink: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: #fff2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download img {
    width: 15px;
    height: 15px;
}

.to-email-container {
    position: relative;
    width: auto;
    height: auto;
}

.to-email {
    width: 40px;
    height: 40px;
    margin-right: 32px;
    border: none;
    outline: none;
    border-radius: 50%;
    background-color: #f6f8fa;
    font-family: Conv_HouschkaPro-ExtraBold;
    font-size: 24px;
    color: #008ff4;
}

.email-active {
    background-color: #008ff4;
    color: #fff;
}

form.to-email-popup {
    width: 510px;
    height: 110px;
    padding: 35px 0 35px 40px;
    position: absolute;
    top: -135px;
    left: -235px;
    border-radius: 4px;
    box-shadow: 1px 7px 42px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    /*display: flex;*/
    align-items: center;
    display: none;
}

form.to-email-popup:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 16px);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 11px solid #fff;
}

form.email-popup-shown {
    display: flex;
}

form.email-popup-shown span {
    margin-left: 0;
}

form.to-email-popup input {
    display: block;
    max-width: 260px;
    width: 260px;
    border: none;
    border-bottom: solid 2px #288eed;
    font-family: Conv_HouschkaPro-DemiBold;
    font-size: 14px;
    letter-spacing: 0.58px;
    line-height: 2;
    color: #364859;
}

form.to-email-popup input::placeholder {
    color: #364859;
    opacity: 1;
}

form.to-email-popup button.send {
    width: 150px;
    height: 40px;
    margin-left: 25px;
    border: none;
    outline: none;
    border-radius: 28px;
    background-color: #f6f8fa;
    font-family: Conv_HouschkaPro-Bold;
    letter-spacing: 0.5px;
    font-size: 12px;
    color: #008ff4;
}

.close-btn-container {
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-bottom: 95px;
}

button.to-email-popup-close {
    height: 30px; /*fixing auto-height*/
    border: none;
    outline: none;
    background-color: transparent;
    transform: rotate(45deg);
    transform-origin: 20% 20%;
    font-family: Conv_HouschkaPro;
    font-size: 28px;
    color: #9db2c6;
}

.lo--order__btn-repeat {
    height: 40px;
    margin-left: 32px;
    float: unset !important;
}

/*******SMART_BANNER_EXIT*******/
.smartbanner .smartbanner__info__author {
    font-size: 10px;
}

.smartbanner__exit::before, .smartbanner__exit::after {
    width: 1px;
    height: 18px !important;
    top: 1px !important;
}

.smartbanner__exit {
    width: 18px !important;
    height: 18px !important;
    left: 15px !important;
}

.smartbanner__info {
    left: 110px !important;
}

.smartbanner__icon {
    left: 45px !important;
}

/*********NEW_CART_SLIDER********/

.recommended_novelties .product.product_tile .product__inner {
    width: 100%;
}

.recommended_novelties .product.product_tile .product__wrap-img {
    width: 90%;
    height: 192px;
    margin: 0 auto 45px;
}

.recommended_novelties .product.product_tile {
    padding: 30px 10px 39px;
}


.recommended_novelties .product__packing.packing .packing__text {
    display: none;
}

.recommended_novelties .product.product_tile .product__wrap-cost {
    justify-content: flex-start;
    padding: 0;
    margin: 16px 0;
    height: 45px;
}

.recommended_novelties .product.product_tile .product__block-buy {
    flex-wrap: wrap;
    padding: 0;
}

.recommended_novelties .product__block-buy.product__not-available {
    padding-bottom: 53px !important;
}

.recommended_novelties .product__counter {
    margin-bottom: 12px;
    width: 100%;
}

.recommended_novelties .slider.slider_products-tile .slider__btn {
    top: 45%;
}

.recommended_novelties .slider.slider_products-tile .slider__btn {
    display: block;
}

.recommended_novelties .slider.slider_products-tile .slider__btn.slider__btn_prev {
    left: 20px;
}

.recommended_novelties .slider.slider_products-tile .slider__btn.slider__btn_next {
    right: 20px;
}

.recommended_novelties_popup .slider.slider_products-tile .slider__slide {
    border-right-color: #eaedf1;
}


div#recommended_novelties_popup {
    padding: 0 20px;
}

#recommended_novelties_popup .product.product_tile .product__wrap-img {
    width: 120px;
    height: 120px;
}

#recommended_novelties_popup .product__counter {
    position: relative;
    display: none;
}

#recommended_novelties_popup .product.product_tile {
    position: relative;
    padding: 20px 10px 25px;
}

#recommended_novelties_popup .product.product_tile .product__inner {
    width: 100%;
    margin: 0 auto;
}

#recommended_novelties_popup .slider.slider_products-tile .slider__container {
    padding: 10px 0 0;
}

#recommended_novelties_popup .product.product_tile .product__wrap-cost {
    margin-bottom: 30px;
    height: 30px;
}

#recommended_novelties_popup .product .product__title {
    font: 14px "Conv_HouschkaPro-Medium";
}

#recommended_novelties_popup .product.product_tile .product__title {
    /*height: 44px;*/
    height: 60px;
}

#recommended_novelties_popup .product__block-buy.product__not-available {
    padding-bottom: 21px;
}

.ctlg-list.ctlg-list_slider.recommended_novelties_popup .ctlg-list__title {
    padding: 5px 0 18px;
}


.basket-modal .basket-modal__scroll-wrap {
    height: 260px !important;
}

.basket-modal.basket-modal_with-goods {
    overflow-y: auto;
}


.basket-modal .basket-modal__scroll-wrap {
    height: max-content !important;
}


.basket-modal .basket-modal__scroll-wrap {
    overflow: visible !important;
}

.scroll-wrapper > .scroll-content {
    overflow-y: auto;
}


/******LANDING_OFFICE************/


.page-action .office_landing .action {
    position: relative;
    padding-bottom: 170px;
    background: #fafafc;
}

form.form_landing-office {
    position: absolute;
    top: calc(100% - 188px);
    left: 20px;
    width: calc(100% - 40px);
    background: #fff;
    padding: 0 25px 45px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.top_form_block {
    display: flex;
    align-items: center;
    border: 1px solid #e6eaee;
    border-top: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    margin-bottom: 15px;
}

.office_landing .form__response {
    padding: 30px;
    text-align: center;
    font: 18px "Conv_HouschkaPro-Medium";
}

.form_input_block {
    display: flex;
}

.top_form_block p.title_form-office {
    padding: 12px 70px 12px 40px;
    background-color: #1e62a0;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    font: 23px "Conv_HouschkaPro-DemiBold";
    margin-right: 40px;
}

.top_form_block .form_input_block .form__field.form__field_radio {
    margin-right: 50px;
}

.form_input_block-town {
    position: relative;
}

.form_input_block-town span {
    color: #033d6f;
    font: 17px "Conv_HouschkaPro-Medium";
    margin-right: 10px;
}

.form_input_block-town input,
.form_input_block-town input::placeholder {
    color: #033d6f;
    font: 17px "Conv_HouschkaPro-Medium";
    border: none;
}


.form_input_block-town span.location__toggle-arrow {
    position: absolute;
    right: 5px;
}

.bottom_form_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_form_block .form__field.form__field_magic input.form__inp {
    padding: 10px 20px;
    border-radius: 40px;
    width: 100%;
    height: auto;
    border: 2px solid #1e62a0;
    color: #1e62a0;
    font: 17px "Conv_HouschkaPro-Medium";
    text-transform: uppercase;
}

.bottom_form_block .form__field.form__field_magic .form__label {
    position: absolute;
    top: 14px;
    left: 21px;
}

.bottom_form_block .form__field.form__field_magic.form__field_focus .form__label {
    top: -5px;
}

.bottom_form_block .form__field.form__field_magic:after {
    display: none;
}

.office_landing .form_input_block {
    width: 300px;
}

.office_landing .form_input_block .form__row {
    width: 100%;
}

.office_landing .form.form_action .form__field.form__field_popup {
    padding-top: 15px;
}

.office_landing .form.form_action .form__field.form__field_popup .bx-location .bx-location__label {
    border: none;
}

.office_landing .form.form_action {
    padding: 0 25px 20px;
}


.bottom_form_block .form__field.form__field_magic input.form__inp::placeholder {
    color: #1e62a0;
}

.office_landing .form_action .bottom_form_block button {
    height: 44px;
}

.bottom_form_block button {
    color: #fff;
    font: 17px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    background-color: #1e62a0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 0 60px;
    border: none;
}


.delivery_block_landing {
    background: #fafafc;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.delivery_block_landing .flex {
    padding: 0;
    min-width: 100%;
    justify-content: flex-start;
}

.left_side {
    width: 60%;
}


.left_side h3 {
    padding: 65px 0 30px;
    color: #1e62a0;
    font: 23px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
}

.left_side p.subtitle {
    color: #364859;
    margin-bottom: 55px;
    font: 18px "Conv_HouschkaPro-Medium";
}

.left_side .flex {
    margin-bottom: 25px;
}

.left_side .flex img {
    margin-right: 25px;
    width: 45px;
    height: 45px;
}

.left_side .flex .left_side-cont {
    max-width: calc(100% - 70px);
}

.left_side .flex .left_side-title {
    color: #1e62a0;
    padding-bottom: 5px;
    font: 17px "Conv_HouschkaPro-Bold";
    text-transform: uppercase;
}

.left_side .flex .left_side-cont p {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
}


.right_side {
    width: 40%;
}

.right_side img {
    width: 100%;
    object-fit: contain;
    margin-top: -140px;
    z-index: 1;
    position: relative;
}

.delivery_block-info {
    background: #1e62a0;
    margin-left: -50px;
    width: calc(100% + 50px);
    padding: 20px 0;
    text-align: center;
    margin-top: -55px;
    z-index: 2;
}

.delivery_block-info p {
    color: #fff;
    text-transform: uppercase;
    font: 18px "Conv_HouschkaPro-DemiBold";
}

.office_landing .panel.panel_stages-of-production {
    border-right: 1px solid #eaedf1;
}

.about_landing-wrap-title .flex {
    max-width: 100%;
    padding: 0;
    justify-content: center;
}

.about_landing-wrap-title {
    padding: 25px 0 20px;
    border-bottom: 1px solid #eaedf1;
}

.about_landing-wrap-title p.about_landing-title {
    color: #1e619e;
    font: 23px "Conv_HouschkaPro-DemiBold";
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.office_landing .panel.panel_stages-of-production .panel__title {
    display: none;
}

.about_landing-wrap-title .flex img.mr_b {
    margin-right: 30px;
}

.our_values_landing-wrap {
    max-width: 60%;
}

.our_values {
    padding: 35px 0 80px 35px;
}

.our_values .flex {
    padding: 0;
    max-width: 100%;
    margin: 0;
}

.our_values_landing-wrap {
    max-width: 60%;
    display: flex;
}

.our_values .flex p {
    width: 100%;
}

.our_values p.our_values_landing-title {
    padding-left: 40px;
    color: #1e62a0;
    margin-bottom: 35px;
    font: 23px "Conv_HouschkaPro-DemiBold";
}

.our_values .values_icon-check {
    margin-right: 25px;
}

.our_values_landing-wrap .flex {
    margin-bottom: 12px;
}

.our_values_landing-wrap .flex p {
    color: #5b748b;
    font: 17px/25px "Conv_HouschkaPro-Medium";
}

.our_values p.our_values_landing-wrap-title {
    color: #6ac259;
    font: 17px "Conv_HouschkaPro-Bold";
    margin-bottom: 5px;
}

.delivery_block_landing img.delivery_mob-img {
    display: none;
}

.page-action .office_landing .factories {
    padding-left: 35px;
}

.lo--order__btn {
    width: 100% !important;
    /*margin-left: 32px;*/
}

.lo--order__btn .lo--order__btn-repeat {
    width: 100%;
    margin-left: 0;
}

.bottom_form_block .form__field.form__field_magic input::-webkit-outer-spin-button,
.bottom_form_block .form__field.form__field_magic input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

#modal_cookies {
    z-index: 999;
    height: 80px;
}


/*NEW LANDINGS*/
.watsonspromo .top_form_block p.title_form-office {
    background-color: #e6007c;
}

.watsonspromo .bottom_form_block button {
    background-color: #e6007c;
}


.matchyaZen .top_form_block p.title_form-office {
    background-color: #95b652;
}

.matchyaZen .bottom_form_block button {
    background-color: #95b652;
}


.fishka_new .top_form_block p.title_form-office {
    background-color: #ef4046;
}

.fishka_new .bottom_form_block button {
    background-color: #ef4046;
}

.office_landing.fishka_new {
    padding-top: 60px;
}

.page-action .office_landing.fishka_new .action {
    background: #fff;
}

.page-action .office_landing.fishka_new .form.form_action {
    box-shadow: 0 2px 5px rgb(0, 0, 0, .2);
}


.terms_action-fishka {
    padding: 30px 50px;
    border-bottom: 1px solid #eaedf1;
}

.terms_action-fishka p {
    color: #364859;
    font: 17px "Conv_HouschkaPro-DemiBold";
    padding-bottom: 15px;
    line-height: 1.3;
}

.terms_action-fishka p.mt {
    padding-top: 25px;
}

.terms_action-fishka h3 {
    color: #1e62a0;
    font: 23px "Conv_HouschkaPro-DemiBold";
    text-transform: uppercase;
    padding-bottom: 30px;
}

.page-product-card .product__detailed-info.d--info.d--info_padding.mob_show-block {
    display: none;
}

.header__mobile_tel {
    display: none;
}

button.c--order__btn-slideup.btn.btn_block svg.svg-icon {
    display: none;
}

.slider.slider_product-imgs .sale_label, .product.product_tile .sale_label {
    position: absolute;
    top: 58px;
    left: 15px;
    z-index: 1;
    width: 100px;
    height: 100px;
    background: #D7EDFF;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.product.product_tile .sale_label {
    top: 10px;
    left: 10px;
}

.sale_label .title {
    font: 12px "Conv_HouschkaPro-DemiBold";
    letter-spacing: 0.1px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #090909;
    padding-bottom: 5px;
}

.banner_product-card {
    padding-top: 10px;
}

.banner_product-card img {
    max-width: 100%;
}


.sale_label span.sale_label-row {
    font: 10px "Conv_HouschkaPro-Medium";
    color: #090909;
}

.sale_label span.sale_label-row span {
    color: #6CABE4;
}

.nav-aside .nav-aside__item + .nav-aside__item.bf__menu {
    background: #000;
}

.nav-aside .nav-aside__item.bf__menu img {
    filter: none;
    margin-top: -3px;
}

.nav-aside .nav-aside__item.bf__menu:hover img {
    filter: none;
}


.nav-aside__item span {
    margin-right: 15px;
    font-size: 19px;
    display: inline-block;
    color: #2c77bb;
}

.nav-aside__item span.icon-img {
    position: absolute;
    top: 0;
    left: 0;
}

.nav-aside__item:hover span {
    color: #2abbff;
}

.page-action.page-action_8 .action.action_v8.action_without-footnote .action__form {
    bottom: auto;
    top: 70px;
}


@media only screen and (max-width: 1700px) {
    .slider.slider_main .slider__container {
        min-height: 100vh;
    }
}

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

    .basket-modal .basket-modal__title {
        padding: 15px 58px;
    }

    .basket-modal .basket-modal__footer {
        padding: 15px 40px 50px;
    }

    .basket-modal__list-products .product:first-child {
        padding-top: 15px;
    }

    .basket-modal.basket-modal_with-goods .slider.slider_products-tile .slider__btn {
        top: 115px;
    }

    .basket-modal.basket-modal_with-goods .slider.slider_products-tile .slider__btn {
        top: 115px;
    }

    #recommended_novelties_popup .product.product_tile .product__wrap-img {
        width: 80px;
        height: 80px;
    }

    .basket-modal__list-products .product:first-child {
        padding-top: 20px !important;
    }

    #recommended_novelties_popup .product.product_tile .product__wrap-cost {
        margin-bottom: 10px;
    }

    #recommended_novelties_popup .product .product__btn-buy {
        font: 12px/30px "Conv_HouschkaPro-DemiBold";
    }

    .product.product_in-basket-modal .product__wrap-img {
        width: 95px;
        height: 95px;
    }

    .basket-modal .basket-modal__list-products .product {
        padding: 15px 0;
    }

    .ctlg-list.ctlg-list_slider.recommended_novelties_popup .ctlg-list__title {
        padding: 5px 0 0px;
    }

}

@media all and (max-width: 1400px) {
    .layout-main {
        width: 100%;
    }

    .layout-main .layout-main__aside + .layout-main__main {
        width: calc(100% - 340px);
    }

    .layout-main .layout-main__aside + .layout-main__main .layout-main__header {
        right: 0;
        width: calc(100% - 340px);
    }

    .layout-main .layout-main__header {
        width: 100%;
    }

    .aside .aside__logo {
        margin-left: 2px;
    }

    .header .header__btn-repeat-order {
        display: none;
    }

    .footer {
        padding: 46px 20px 14px 20px;
    }

    .footer .footer__layout-2-3 {
        margin-top: 20px;
    }

    .footer .footer__btn-callback .svg-icon {
        display: none;
    }

    .footer .footer__btn-callback .h-small-desktop-hide {
        display: none;
    }

    .loyalty .loyalty__item {
        padding-bottom: 11px;
    }

    .loyalty .loyalty__text {
        padding: 0 10px;
        font-size: 15px;
    }

    .lastnews {
        padding: 46px 20px 44px;
    }

    /*.lastnews .lastnews__list {*/
    /*  margin: 0 -27px;*/
    /*}*/
    .lastnews .lastnews__item {
        padding: 0 27px;
    }

    .subscribe {
        padding: 47px 59px 56px 225px;
    }

    .trust.trust_in-product-card .trust__text {
        padding-right: 20px;
    }

    .feedback {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 50px;
    }

    .feedback .feedback__icon {
        display: none;
    }

    .feedback .feedback__help {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }

    .feedback .feedback__callus {
        margin-left: 0;
    }

    .feedback .feedback__callback {
        /*margin-left: 56px;*/
        margin-left: 0;
    }

    .checkout .checkout__layout-1-2 {
        width: 38%;
    }

    .checkout .checkout__layout_fixed {
        right: 0;
    }

    .account-info .account-info__layout-1-1 {
        margin: 0 40px 0 30px;
    }

    .action .action__bg {
        position: relative;
        min-height: 600px;
    }

    .action .action__form {
        right: 0;
        width: 361px;
    }

    .action .action__footnote {
        bottom: -110px;
        width: 620px;
        height: 100px;
    }

    .action.action_v3 .action__form {
        bottom: 40px;
    }

    .action.action_v4 .action__bg {
        min-height: unset;
    }

    .action.action_v5 .action__bg {
        min-height: unset;
    }

    .action.action_v10 .action__bg {
        min-height: unset;
    }

    .action.action_v10 .action__btn-order {
        top: 32%;
        left: 28%;
        width: 128px;
        height: 42px;
        font-size: 18px;
        letter-spacing: -0.3px;
        line-height: 40px;
    }

    .list-advantages {
        padding-top: 33px;
    }

    .list-advantages .list-advantages__title {
        margin-bottom: 34px;
    }

    .list-advantages .list-advantages__item {
        padding: 48px 25px 35px;
    }

    .list-advantages .list-advantages__icon {
        margin-bottom: 32px;
    }

    .list-advantages .list-advantages__text {
        font-size: 15px;
    }

    .factories .factories__map {
        width: 618px;
        margin: 0 auto;
        padding-bottom: 140px;
    }

    .factories .factories__img {
        width: 100%;
    }

    .factories .factories__item.factories__item_kiev {
        top: 73px;
        left: 269px;
    }

    .factories .factories__item.factories__item_mirgorod {
        top: 100px;
        left: 355px;
    }

    .factories .factories__item.factories__item_pristan {
        top: 274px;
        left: 345px;
    }

    .factories .factories__item.factories__item_pristan .factories__popup {
        top: 75px;
        left: -170px;
    }

    .factories .factories__item.factories__item_pristan .factories__popup .popup__arrow {
        top: -22px;
        left: 188px;
        right: auto;
        border-left-color: transparent;
        border-bottom-color: #fff;
    }

    .factories .factories__item.factories__item_morshin {
        top: 116px;
        left: 49px;
    }

    .factories:not(.factories_without-aside) .factories__map {
        width: 618px;
        margin: 0 auto;
        padding-bottom: 140px;
    }

    .factories:not(.factories_without-aside) .factories__img {
        width: 100%;
    }

    .factories:not(.factories_without-aside) .factories__item.factories__item_kiev {
        top: 73px;
        left: 269px;
    }

    .factories:not(.factories_without-aside) .factories__item.factories__item_mirgorod {
        top: 100px;
        left: 355px;
    }

    .factories:not(.factories_without-aside) .factories__item.factories__item_pristan {
        top: 274px;
        left: 345px;
    }

    .factories:not(.factories_without-aside) .factories__item.factories__item_pristan .factories__popup {
        top: 75px;
        left: -170px;
    }

    .factories:not(.factories_without-aside) .factories__item.factories__item_pristan .factories__popup .popup__arrow {
        top: -22px;
        left: 188px;
        right: auto;
        border-left-color: transparent;
        border-bottom-color: #fff;
    }

    .factories:not(.factories_without-aside) .factories__item.factories__item_morshin {
        top: 116px;
        left: 49px;
    }

    .factories.factories_without-aside .factories__map {
        width: 618px;
        padding-bottom: 140px;
    }

    .media {
        width: 618px;
    }

    .media .media__video {
        width: 100%;
    }

    .media .media__first-four-img {
        width: 644px;
        height: auto;
        margin: 0 0 0 -26px;
    }

    .media .media__others-img {
        width: 644px;
    }

    .media .media__wrap-img {
        width: 135px;
        height: 119px;
    }

    .block-action-7 .block-action-7__top-content {
        padding-top: 21px;
        padding-bottom: 25px;
    }

    .block-action-7 .block-action-7__top-content .block-action-7__title {
        margin-top: 22px;
    }

    .block-action-7 .block-action-7__banner-1 {
        background: url("../images/bg/action-7-banner-1-desk.png") right top no-repeat;
        background-size: cover;
    }

    .block-action-7 .block-action-7__banner-1 {
        padding-bottom: 36px;
        margin-bottom: 5px;
        background-image: url("../images/bg/action-7-banner-1-mob.png");
    }

    .block-action-7 .block-action-7__banner-1 .block-action-7__title {
        width: 100%;
        margin-bottom: 26px;
        text-align: center;
    }

    .block-action-7 .block-action-7__banner-1-content {
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    }

    .block-action-7 .block-action-7__banner-1-wrap-img {
        margin-top: 50px;
        margin-left: 32px;
    }

    .block-action-7 .block-action-7__banner-2 {
        padding-left: 233px;
        background-position-x: -120px;
    }

    .product.product_main-slide .product__title {
        margin-bottom: calc(10 * 100vw / 1400);
        font: calc(45 * 100vw / 1400)/calc(60 * 100vw / 1400) "Conv_HouschkaPro-Medium";
    }

    .product.product_main-slide .product__text {
        margin-bottom: calc(26 * 100vw / 1400);
        font: calc(23 * 100vw / 1400) "Conv_HouschkaPro-Medium";
    }

    .product.product_main-slide .product__price {
        margin-bottom: calc(33 * 100vw / 1400);
        font: calc(34 * 100vw / 1400)/calc(34 * 100vw / 1400) "Conv_HouschkaPro-DemiBold";
    }

    .product.product_single .product__layout-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product.product_single .product__layout-1-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .product.product_in-order .product__layout-2 {
        display: block;
    }

    .product.product_in-order .product__price {
        margin-top: 10px;
        text-align: left;
    }

    .ctlg-list .ctlg-list__item.ctlg-list__item_full {
        display: none;
    }

    .ctlg-list .ctlg-list__item.ctlg-list__item_with-banner {
        display: none;
    }

    .promo-cats .promo-cats__item {
        padding: 53px 0 0 31px;
    }

    .promo-cats .promo-cats__item.promo-cats__item_1 .promo-cats__bg {
        top: -60px;
        left: -158px;
        -webkit-transform: scale(0.484);
        transform: scale(0.484);
    }

    .promo-cats .promo-cats__item.promo-cats__item_2 .promo-cats__bg {
        top: 72px;
        left: 171px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .promo-cats .promo-cats__item.promo-cats__item_3 .promo-cats__bg {
        top: 70px;
        left: 175px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .form.form_action {
        padding: 35px;
    }

    .form.form_action .form__title {
        margin-bottom: 8px;
    }

    .form.form_action .form__row + .form__row {
        margin-top: 22px;
    }

    .form.form_action .form__field.form__field_radio {
        padding-top: 0;
    }

    .form.form_action .form__footer {
        margin-top: 15px;
    }

    .nav-account .nav-account__inner {
        padding: 6px 22px 0;
    }

    .nav-account .nav-account__text br {
        display: block;
    }

    .banner.banner_actions {
        padding-right: 0;
        padding-left: 20px;
        overflow: hidden;
    }

    .banner.banner_actions .banner__wrap-img {
        width: 200px;
        height: 200px;
    }

    .banner.banner_action-4 {
        padding-right: 0;
        padding-left: 20px;
        overflow: hidden;
    }

    .banner.banner_action-4 .banner__wrap-img {
        width: 200px;
        height: 200px;
    }

    .banner.banner_action-5 .banner__list {
        padding-right: 150px;
    }

    .banner.banner_action-5 .banner__bottle {
        right: 20px;
    }

    .banner.banner_action-6 .banner__grid-1-1 {
        width: 40%;
    }

    .slider_product-promo .s--slide .s--slide__lauout-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .slider_product-promo .s--slide .s--slide__lauout-2 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .news.news_tile .news__date {
        margin-bottom: 15px;
    }

    .tabs.tabs_trust {
        padding-left: 47px;
    }

    .tabs.tabs_trust .tabs__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tabs.tabs_trust .tabs__tab {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .panel.panel_pride .panel__grid-item {
        width: 50%;
    }

    .page-action .action {
        padding-bottom: 0;
    }

    .page-action .action:not(.action_without-footnote) {
        margin-bottom: 100px;
    }

    .page-action .office_landing .action:not(.action_without-footnote) {
        margin: 0 !important;
    }

    .page-action .action.action_v5 {
        padding-bottom: 53px;
    }

    .page-action .action.action_v6 {
        padding-bottom: 0;
    }

    .page-action .action.action_v6 .action__form {
        right: 20px;
        bottom: 90px;
    }

    .page-action .action.action_v7 .action__bg {
        min-height: unset;
    }

    .page-action .action.action_v7 {
        margin-bottom: 13px;
    }

    .page-action .action.action_v7 .action__form {
        right: 0;
    }

    .page-action .page-action__structure-table td {
        width: 156px;
    }

    .page-action.page-action_8 .action.action_v8 .action__bg {
        min-height: unset;
    }

    .page-action.page-action_8 .action.action_v8 .action__form {
        right: 0;
        bottom: auto;
        top: 70px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action {
        padding: 20px 40px 48px 32px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__field.form__field_radio {
        padding-top: 30px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__field.form__field_radio:first-child {
        padding-left: 20px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__field.form__field_radio:last-child {
        padding-right: 20px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__submit {
        width: 259px;
        margin-left: 19px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__footer {
        padding-left: 19px;
        margin-top: 42px;
    }

    .page-action.page-action_8 .action-info {
        padding-top: 1px;
        padding-bottom: 23px;
    }

    .page-action.page-action_8 .panel.panel_stages-of-production .panel__title {
        padding: 15px 93px 30px;
    }

    .page-action.page-action_8 .factories {
        padding-top: 39px;
    }

    .page-action.page-action_8 .factories .factories__title {
        margin-bottom: 107px;
    }

    .page-action.page-action_8 .factories .factories__map {
        padding-bottom: 146px;
    }

    .page-action.page-action_8 .panel.panel_pride .panel__title {
        padding-bottom: 26px;
    }

    .page-action.page-action_8 .ctlg-list.ctlg-list_slider .ctlg-list__title {
        padding: 31px 20px 12px;
    }

    .page-action.page-action_8 .slider.slider_trust {
        margin-top: 6px;
    }

    .page-action.page-action_9 .action__bg {
        min-height: unset;
    }

    .page-action.page-action_9 .action.action_without-footnote .action__form {
        bottom: 55px;
        right: 0;
    }

    .page-action.page-action_9 .action-info {
        padding: 15px 36px 71px;
    }

    .page-action.page-action_9 .panel.panel_stages-of-production .panel__title {
        padding: 15px 93px 30px;
    }

    .page-action.page-action_9 .factories {
        padding-top: 39px;
    }

    .page-action.page-action_9 .factories .factories__title {
        margin-bottom: 107px;
    }

    .page-action.page-action_9 .factories .factories__map {
        padding-bottom: 146px;
    }

    .page-action.page-action_9 .panel.panel_pride .panel__title {
        padding-bottom: 26px;
    }

    .page-action.page-action_9 .ctlg-list.ctlg-list_slider .ctlg-list__title {
        padding: 31px 20px 12px;
    }

    .page-action.page-action_9 .slider.slider_trust {
        margin-top: 6px;
    }

    .page-action.page-action_10 .action-info {
        padding: 0 30px 87px 36px;
    }

    .page-action.page-action_10 .panel.panel_stages-of-production .panel__title {
        padding: 19px 93px 26px;
    }

    .page-action.page-action_10 .factories {
        padding-top: 39px;
    }

    .page-action.page-action_10 .factories .factories__title {
        margin-bottom: 76px;
    }

    .page-action.page-action_10 .factories .factories__map {
        padding-bottom: 177px;
    }

    .page-action.page-action_10 .panel.panel_pride .panel__title {
        padding-bottom: 26px;
    }

    .page-action.page-action_10 .ctlg-list.ctlg-list_slider .ctlg-list__title {
        padding: 31px 20px 12px;
    }

    .page-action.page-action_10 .slider.slider_trust {
        margin-top: 6px;
    }

}

/*MAX 1400*/


@media all and (max-width: 1400px) and (min-width: 1070px) {
    .product.product_main-slide .product__btn-buy {
        width: calc(160 * 100vw / 1400);
        height: calc(50 * 100vw / 1400);
        border-radius: calc(25 * 100vw / 1400);
    }

    .product.product_main-slide .product__btn-buy .btn__icon svg {
        width: calc(27 * 100vw / 1400);
        height: calc(19 * 100vw / 1400);
    }

    .page-action .action.action_v6 {
        padding-bottom: 0;
    }

    .page-action .action.action_v6 .action__form {
        right: 10px;
        bottom: 120px;
        width: 334px;
    }
}


@media (max-width: 1380px) {
    .landing__wrap .landing__info_title {
        width: 297px;
    }

    .landing__wrap .landing__info_descr {
        width: 90%;
    }
}


@media (max-width: 1350px) {
    .landing__wrap, .landing__wrap.landing__wrap_ru {
        border-bottom: none;
    }

    .landing__wrap_2,
    .landing__wrap_2.landing__wrap_2_ru {
        overflow: hidden;
        padding: 36px 0px 95px;
        background-position: 44px 165px;
    }

    .landing__wrap_2 .landing__wrap_2_title {
        border-top: 1px solid #e6eaee;
        border-bottom: 1px solid #e6eaee;
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 50px;
    }

    .landing__wrap_2 .landing__comment_wrap {
        width: 315px;
        float: right;
        margin-right: 40px;
    }

    .landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_head {
        border-top-left-radius: 0;
    }

    .landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_body {
        margin-bottom: 17px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
    }

    .landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_head.bottom {
        border-top-right-radius: 30px;
    }

    .landing__wrap_2 .landing__comment_wrap .landing__comment_left_item .landing__comment_left_item_body.bottom {
        border-bottom-left-radius: 30px;
    }

    .landing__wrap_2 .landing__comment_wrap .landing__comment_right_item .landing__comment_left_item_body {
        margin-bottom: 17px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}

@media (max-width: 1300px) {
    .form_input_block {
        justify-content: space-between;
        width: calc(100% - 320px);
    }

    .top_form_block p.title_form-office {
        padding: 12px 40px 12px 40px;
        margin-right: 0;
    }

    .top_form_block {
        justify-content: space-between;
    }

    .top_form_block .form_input_block .form__field.form__field_radio {
        margin-right: 0;
    }

    .delivery_block-info {
        margin-top: 5px;
    }
}

@media (max-width: 1260px) {
    .invoice-download {
        margin-left: 20px;
    }
}

@media all and (max-width: 1200px) {
    .header .callback {
        display: none;
    }

    .layout-main .layout-main__aside {
        width: 306px;
    }

    .layout-main .layout-main__aside + .layout-main__main {
        width: calc(100% - 306px);
        margin-left: 306px;
    }

    .layout-main .layout-main__aside + .layout-main__main .layout-main__header {
        width: calc(100% - 306px);
    }

    .aside {
        padding: 22px 40px 20px 33px;
    }

    .footer {
        padding: 46px 54px 14px 51px;
    }

    .footer .footer__layout-3.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 36px 33px 0;
        border-top: 1px solid #eaedf1;
        margin-top: 43px;
    }

    .footer .footer__layout-1-2-3.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid #eaedf1;
        margin-top: 53px;
        padding-top: 38px;
    }

    .footer .footer__layout-1-2-3.mobile .footer__stores.stores {
        border-bottom: none;
        padding-top: 10px;
        margin-bottom: 10px;
        display: none;
    }

    .footer .lang.mobile {
        display: block;
        margin-top: 21px;
        padding-top: 37px;
        position: relative;
    }

    .footer .footer__layout-1-1 {
        display: none;
    }

    .footer .footer__layout-1-2-2 {
        display: none;
    }

    .footer .footer__layout-2-1 {
        display: none;
    }

    .footer .footer__layout-2-3 {
        display: none;
    }

    .subscribe {
        padding: 47px 52px 56px 44px;
    }

    .subscribe .subscribe__icon {
        display: none;
    }

    .product.product_tile .product__inner {
        padding: 0 5px;
    }
}

/*MAX 1200*/

@media (max-width: 1200px) {
    .form_input_block {
        justify-content: space-between;
        width: calc(100% - 290px);
    }
}


@media all and (min-width: 1070px) {
    .header.header_transparent {
        background-color: transparent;
        border-bottom-color: transparent;
        box-shadow: none;
    }

    .header.header_transparent .nav-buyers .nav-buyers__toggle-icon {
        fill: #fff;
        transition: fill 0.3s;
    }

    .header.header_transparent .nav-buyers .nav-buyers__toggle-text {
        color: #fff;
        transition: color 0.3s;
    }

    .header.header_transparent .nav-buyers .nav-buyers__toggle:hover .nav-buyers__toggle-icon {
        fill: #2c77bb;
    }

    .header.header_transparent .nav-buyers .nav-buyers__toggle:hover .nav-buyers__toggle-text {
        color: #2c77bb;
    }

    .header.header_transparent .header__fast-order-btn .btn__icon {
        fill: #fff;
    }

    .header.header_transparent .header__fast-order-btn .btn__text {
        color: #fff;
    }

    .header.header_transparent .search .search__icon {
        fill: #fff;
    }

    .header.header_transparent .search .search__toggle:hover .search__icon {
        fill: #2c77bb;
    }

    .header.header_transparent .user .user__icon {
        fill: #fff;
        height: 24px;
    }

    .header.header_transparent .user .user__toggle:hover .user__icon {
        fill: #2c77bb;
    }

    .header.header_transparent .basket-small .basket-small__toggle {
        background-color: transparent;
    }

    .header.header_transparent .header__btn-repeat-order {
        color: #fff;
    }

    .header.header_transparent .user .user__nav-toggle svg {
        fill: #2c77bb;
    }

    /*.header.header_transparent .user .user__name {*/
    /*  color: #fff;*/
    /*}*/
}

/*MIN 1170*/


@media all and (max-width: 1070px) {
    .product.product_main-slide .product__inner {
        top: 60%;
    }

    .product.product_main-slide .product__title {
        margin-bottom: 0;
        font-size: 30px;
        line-height: 42px;
    }

    .product.product_main-slide .product__text {
        display: none;
    }

    .product.product_main-slide .product__price {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 30px;
    }

    .product.product_main-slide .product__btn-buy {
        width: 146px;
        height: 40px;
    }
}

/*MAX 1070*/


@media all and (max-width: 1069px) {
    .layout-main {
        max-width: 100%;
        width: 100%;
    }

    .layout-main .layout-main__aside {
        display: none;
    }

    .layout-main .layout-main__aside.layout-main__aside_open {
        display: block;
    }

    .layout-main .layout-main__aside + .layout-main__main {
        margin-left: 0;
    }

    .layout-main .layout-main__aside + .layout-main__main {
        width: 100%;
    }

    .layout-main .layout-main__aside + .layout-main__main .layout-main__header {
        width: 100%;
        left: 0;
        max-width: 100%;
    }

    .layout-main .layout-main__header {
        width: 100%;
    }

    .aside .aside__logo {
        display: none;
    }

    .aside .aside__logo + .aside__callback {
        margin-top: 53px;
    }

    .aside .aside__logo + .aside__hr {
        display: none;
    }

    .aside .aside__location {
        display: none;
    }

    .header .header__mobile-panel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .header .header__panel {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header .nav-buyers {
        display: none;
    }

    .header .header__fast-order-btn.btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 183px;
        flex: 0 0 183px;
    }

    .header .header__fast-order-btn.btn .btn__icon {
        margin-right: 12px;
    }

    .header .header__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header .header__search {
        margin-left: 16px;
    }

    .header.header_without-aside .header__btn-location {
        display: inline-block;
    }

    .header.header_action-1 .header__mobile-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .header .header__user {
        margin-right: 0;
    }

    .header .header__buttons {
        padding-right: 0;
    }

    .logo img {
        max-width: none;
        display: block;
    }

    .top-meta {
        padding-left: 30px;
    }

    .recommend .recommend__slider {
        padding: 34px 68px 46px;
    }

    .checkout .checkout__layout-1-1 {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 50%;
    }

    .checkout .checkout__layout-1-2 {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 50%;
    }

    .checkout .checkout__section {
        padding: 40px 30px 40px 30px;
    }

    .checkout .checkout__data {
        display: block;
    }

    .checkout .checkout__data-key {
        margin-bottom: 4px;
    }

    .checkout__payment-method.p--method .p--method__item:nth-child(3) {
        border-left: none;
        border-top: 1px solid #e2e6ea;
    }

    .action.action_v10 .action__btn-order {
        top: 33%;
        left: 27%;
    }

    .factories.factories_without-aside .factories__img {
        width: 100%;
    }

    .factories.factories_without-aside .factories__item.factories__item_kiev {
        top: 73px;
        left: 269px;
    }

    .factories.factories_without-aside .factories__item.factories__item_mirgorod {
        top: 100px;
        left: 355px;
    }

    .factories.factories_without-aside .factories__item.factories__item_pristan {
        top: 274px;
        left: 345px;
    }

    .factories.factories_without-aside .factories__item.factories__item_pristan .factories__popup {
        top: 75px;
        left: -170px;
    }

    .factories.factories_without-aside .factories__item.factories__item_pristan .factories__popup .popup__arrow {
        top: -22px;
        left: 188px;
        right: auto;
        border-left-color: transparent;
        border-bottom-color: #fff;
    }

    .factories.factories_without-aside .factories__item.factories__item_morshin {
        top: 116px;
        left: 49px;
    }

    .product.product_slide .product__block-buy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product.product_block-basket {
        padding: 20px 10px 20px 20px;
    }

    .modal.modal_cookies .modal__container {
        padding: 20px 50px;
    }

    .banner.banner_action-6 .banner__grid-1 {
        display: block;
    }

    .banner.banner_action-6 .banner__grid-1-1 {
        text-align: center;
        width: auto;
        margin-bottom: 20px;
    }

    .banner.banner_action-6 .banner__grid-1-2 {
        width: auto;
        padding: 0 30px;
    }

    .banner.banner_action-6 .banner__title {
        font-size: 18px;
        line-height: 24px;
    }

    .tabs.tabs_trust {
        padding-left: 0;
    }

    .card.card_pride:hover {
        box-shadow: none;
    }

    .card.card_pride:hover .card__inner {
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
        padding: 0;
    }

    .card.card_pride:hover .card__img {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .page-content .content {
        padding: 30px;
    }

    .page-action.page-action_8 .action.action_v8 .action__form {
        right: 3px;
        bottom: 40px;
        top: auto;
    }

    .page-action.page-action_8 .action.action_v8.action_without-footnote .action__form {
        bottom: auto;
        top: 70px;
    }

    .page-action.page-action_9 .action.action_without-footnote .action__form {
        bottom: 40px;
    }

    .page-action.page-action_10 .action-info {
        padding: 0 30px 55px 56px;
    }

    .landing__wrap, .landing__wrap.landing__wrap_ru {
        background: url(../images/bg/landing_back-810.jpg) no-repeat;
        background-size: contain;
    }

    .landing__wrap:after,
    .landing__wrap.landing__wrap_ru:after {
        content: "";
        /*background: url(../images/bg/app_landing_image810.png) no-repeat;*/
        background: url(../images/content/actions/mob_phone-bg.png) no-repeat;
        position: absolute;
        height: 452px;
        width: 534px;
        top: 144px;
        right: 66px;
    }

    .landing__wrap .landing__info_block {
        margin-top: 380px;
        width: 487px;
    }

    .landing__wrap .landing__info_title {

        width: 300px;
        position: relative;
    }

    /*.landing__wrap .landing__info_title:after {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  background: url(../images/bg/ladning_app_title_image.png) no-repeat;*/
    /*  height: 126px;*/
    /*  width: 123px;*/
    /*  background-size: contain;*/
    /*  top: -160px;*/
    /*  left: 0;*/
    /*}*/
    .landing__wrap .landing__info_descr {
        width: auto;
    }

    .landing__wrap .landing__message_value {
        margin-bottom: 50px;
        margin-top: 40px;
    }

}

/*MAX 1069*/

@media (max-width: 1069px) {
    .page-action .office_landing .factories {
        padding-left: 0;
    }

    .chose_delivery-radio-cont-body p.title_input {
        max-width: 100%;
    }
}


@media (max-width: 992px) {
    .form_input_block {
        justify-content: space-between;
        width: calc(100% - 240px);
    }

    .delivery_block-info {
        margin-top: -20px;
    }

    .delivery_block_landing .left_side h3 {
        padding: 30px 0 25px;
    }

    .delivery_block_landing .left_side p.subtitle {
        margin-bottom: 30px;
    }

    .delivery_block_landing {
        padding-left: 65px;
    }

    .delivery_block_landing .left_side .flex img {
        margin-right: 20px;
        width: 30px;
        height: 30px;
    }

    .delivery_block_landing .left_side .flex .left_side-title {
        font: 14px "Conv_HouschkaPro-Bold";
    }

    .delivery_block_landing .left_side .flex {
        margin-bottom: 20px;
    }

    .delivery_block-info {
        margin-left: -66px;
        width: calc(100% + 66px);
    }

    .delivery_block-info p {
        font: 14px "Conv_HouschkaPro-DemiBold";
    }

    .top_form_block p.title_form-office {
        font: 16px "Conv_HouschkaPro-DemiBold";
    }

    .bottom_form_block input {
        font: 14px "Conv_HouschkaPro-Medium";
        width: 33%;
        padding: 8px 20px;
    }

    .bottom_form_block button {
        font: 14px "Conv_HouschkaPro-DemiBold";
    }

    .top_form_block .form_input_block .form__field.form__field_radio .radio .radio__text {
        font: 14px "Conv_HouschkaPro-Medium";
    }

    .form_input_block-town input, .form_input_block-town input::placeholder {
        font: 14px "Conv_HouschkaPro-Medium";
    }

    .top_form_block {
        margin-bottom: 25px;
    }

    .form_input_block .form_input_block-town span {
        font: 14px "Conv_HouschkaPro-Medium";
    }

    .our_values_landing-wrap {
        max-width: 70%;
    }

    form.form_landing-office {
        left: 0;
        width: 100%;
    }

    .form.form_subscribe .form__layout-2 {
        padding-left: 0;
    }
}

@media all and (min-width: 800px) and (max-width: 1069px) {
    .page-action .action.action_v6 {
        padding-bottom: 0;
    }

    .page-action .action.action_v6 .action__form {
        right: 24px;
        bottom: 170px;
        width: 334px;
    }
}

@media (max-width: 860px) {
    .landing__wrap:after,
    .landing__wrap.landing__wrap_ru:after {
        right: 0;
    }


    .form.form_subscribe .form__layout-2 {
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .block-basket__list-products .product__layouts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: unset;
    }

    .product.product_in-basket-modal .product__layouts {
        align-items: unset;
    }

    .office_landing.fishka_new {
        padding-top: 0;
    }

    .product.product_main-slide {
        padding-top: 0;
    }

    .slider.slider_main .slider__slide {
        height: auto;
    }
}


@media all and (max-width: 799px) {
    .layout-main .layout-main__main {
        padding-top: 70px;
    }

    .header.header_without-aside .header__mobile-panel {
        -webkit-box-flex: 2;
        -ms-flex: 2 0 0;
        flex: 2 0 0;
    }

    .footer {
        padding: 46px 20px 14px;
    }

    .footer .footer__contacts {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .footer .footer__phone {
        margin-bottom: 23px;
    }

    .footer .footer__btn-callback {
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        max-width: 280px;
    }

    .footer .footer__list-soc {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 4px;
    }

    .user .user__name {
        display: none;
    }

    .user .user__nav {
        right: 0;
    }

    .block-basket .block-basket__footer {
        display: block;
        padding: 20px 0 30px;
    }

    .block-basket .block-basket__bonuses {
        width: 280px;
        margin: 0 auto 10px;
    }

    .block-basket .block-basket__for-payment {
        width: 280px;
        margin: 0 auto;
    }

    .top-meta {
        padding-left: 20px;
    }

    .loyalty {
        padding-bottom: 20px;
    }

    .loyalty .loyalty__step {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .seoblock-append {
        padding: 40px 30px 26px;
    }

    .trust.trust_in-product-card {
        padding: 0 10px;
    }

    .trust.trust_in-product-card .trust__text {
        padding: 0 10px;
    }

    .feedback {
        display: block;
    }

    .feedback .feedback__help {
        width: 100%;
        border-right: none;
    }

    .feedback .feedback__callback {
        margin-left: 0;
        margin-top: 20px;
    }

    .feedback .feedback__contacts {
        display: block;
    }

    .feedback .feedback__list-soc {
        display: block;
        margin: 20px 0;
    }

    .feedback .feedback__form.form {
        max-width: 300px;
    }

    .checkout .checkout__grid,
    .checkout .checkout__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkout .checkout__form {
        padding-top: 50px;
    }

    .checkout .checkout__layout-1-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        border-right: none;
    }

    .checkout .checkout__layout-1-2 {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .checkout .checkout__datetime {
        margin-top: 30px;
    }

    .checkout .checkout__datetime .form__field + .form__field {
        margin-left: 10px;
    }

    .checkout .checkout__datetime .form__inp,
    .checkout .checkout__datetime select {
        font-size: 16px !important;
    }

    .checkout .checkout__caption {
        margin: 30px 0;
    }

    .checkout .checkout__payment-method {
        margin-bottom: 30px;
    }

    .checkout__order.c--order .c--order__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .checkout__order.c--order .c--order__inner {
        display: none;
    }

    .checkout__order.c--order .c--order__head {
        padding: 30px;
    }

    .checkout__order.c--order .c--order__head .checkout__title {
        margin-bottom: 0;
    }

    .checkout__order.c--order .c--order__list {
        padding: 0 10px;
    }

    .checkout__order.c--order.c--order_active .c--order__toggle {
        display: none;
    }

    .checkout__order.c--order.c--order_active .c--order__inner {
        display: block;
    }

    .checkout__order.c--order.c--order_active .c--order__footer {
        display: block;
    }

    .account-info {
        display: none;
    }

    .list-orders {
        margin: 0 10px;
    }

    .list-orders .list-orders__head {
        display: none;
    }

    .list-orders .list-orders__layout-1 {
        padding-left: 30px;
    }

    .list-orders .list-orders__layout-1-1 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .list-orders .list-orders__layout-1-2 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .list-orders .list-orders__layout-1-3 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .list-orders__order.lo--order .lo--order__arrow {
        top: 15px;
        left: 12px;
    }

    .list-orders__order.lo--order .lo--order__head-num {
        font-size: 12px;
    }

    .list-orders__order.lo--order .lo--order__head-date {
        font-size: 12px;
    }

    .list-orders__order.lo--order .lo--order__head-price {
        font-size: 12px;
    }

    .action .action__form {
        width: 280px;
        bottom: -210px;
        right: auto;
        left: 50%;
        margin-left: -140px;
    }

    .action .action__footnote {
        width: 280px;
        bottom: -310px;
        left: 50%;
        margin-left: -120px;
    }

    .action.action_with-text .action__img {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .action.action_with-text .action__content {
        left: 10px;
        width: 300px;
    }

    .action.action_v3 .action__form {
        right: auto;
        bottom: -220px;
        left: 50%;
        width: 280px;
        margin-left: -140px;
    }

    .action.action_v10 .action__btn-order {
        top: 94%;
        left: 50%;
        width: 168px;
        height: 42px;
        margin-left: -84px;
        font-size: 24px;
        line-height: 42px;
    }

    .address .address__title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .address .address__list-info {
        padding: 0 15px;
    }

    .address .address__list-info.opened {
        padding: 14px 15px;
    }

    .address .address__title img {
        margin-right: 10px;
    }

    .address .address__info {
        display: block;
    }

    .address .address__title .addresses__nav-btns {
        padding-left: 10px;
        gap: 10px;
    }

    .address .address__title .addresses__nav-btns .address__circle-btn {
        width: 32px;
        height: 32px;
    }

    .address .address__title .addresses__nav-btns .address__circle-btn svg {
        width: 15px;
    }

    .address .address__info-value {
        margin-left: 0;
    }

    .media {
        width: 100%;
    }

    .media .media__first-four-img {
        width: 100%;
        margin: 0;
    }

    .media .media__others-img {
        width: 100%;
        margin: 0;
    }

    .media .media__wrap-img {
        width: auto;
        height: 84px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        padding: 0 10px;
        margin: 20px 0 0;
    }

    .offer {
        padding: 36px 20px 30px;
        text-align: center;
    }

    .offer .offer__icon {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .offer .offer__symbol-multiplication {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        font-size: 20px;
    }

    .offer .offer__aqua {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .offer .offer__aqua-num {
        font-size: 50px;
    }

    .offer .offer__aqua-text {
        font-size: 12px;
    }

    .offer .offer__symbol-equality {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        font-size: 30px;
    }

    .offer .offer__result {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
    }

    .offer .offer__result-icon {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .offer .offer__result-text {
        font-size: 12px;
        line-height: 20px;
    }

    .aqua-guide {
        padding-top: 30px;
    }

    .aqua-guide .aqua-guide__title {
        margin-bottom: 30px;
    }

    .aqua-guide .aqua-guide__item {
        display: block;
    }

    .aqua-guide .aqua-guide__item:nth-child(even) .aqua-guide__info {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .aqua-guide .aqua-guide__item:nth-child(even) .aqua-guide__wrap-img {
        margin: 0 20px;
    }

    .aqua-guide .aqua-guide__item + .aqua-guide__item {
        margin-top: 40px;
    }

    .aqua-guide .aqua-guide__info {
        width: auto;
        margin: 0 20px 20px;
    }

    .aqua-guide .aqua-guide__wrap-img {
        margin: 0 20px;
    }

    .faq .faq__item-toggle {
        padding: 35px 20px 33px;
    }

    .faq .faq__item-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .list-banners .list-banners__item {
        display: block;
        width: 100%;
    }

    .pretty-list.pretty-list_action-4 {
        min-height: 447px;
        padding: 20px 15px;
        background-position: -307px bottom;
    }

    .block-action-7 .block-action-7__top-content {
        padding-right: 20px;
        padding-left: 20px;
    }

    .block-action-7 .block-action-7__banner-1 {
        padding: 0;
        background-image: none;
    }

    .block-action-7 .block-action-7__banner-1-inner {
        display: block;
    }

    .block-action-7 .block-action-7__banner-1-content {
        padding: 12px 25px 16px;
        background: url("../images/bg/action-7-banner-1-mob.png") right top no-repeat;
        background-size: cover;
    }

    .block-action-7 .block-action-7__banner-1-wrap-img {
        margin: 25px auto 10px;
    }

    .block-action-7 .block-action-7__banner-2 {
        padding-right: 20px;
        padding-left: 20px;
        background-image: url("../images/bg/action-7-banner-2-mob.png");
        background-position-x: 0;
    }

    .block-action-7 .block-action-7__banner-2-inner {
        width: 100%;
    }

    .block-action-7 .block-action-7__banner-2-inner .block-action-7__title {
        text-align: center;
    }

    .action-info {
        padding: 11px 20px 14px;
    }

    .product.product_single .product__layout-1-1 {
        width: 280px;
    }

    .product.product_single .product__top-features {
        padding: 0 10px 0 10px;
    }

    .product.product_single .product__top-features .feature__name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
    }

    .product.product_single .product__block-cost {
        padding: 0 10px 35px 10px;
    }

    .product.product_single .product__old-price {
        padding-left: 10px;
    }

    .product.product_single .product__block-buy {
        padding: 19px 20px 21px 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product.product_single .product__bonus {
        padding: 19px 10px 20px 10px;
    }

    .product.product_single .product__features .feature {
        width: 280px;
        padding-left: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .product.product_single .product__all-features {
        margin: 0 auto;
    }

    .product.product_single .product__promo-title {
        display: none;
    }

    .product.product_single .product__promo-slider {
        display: none;
    }

    .product_single .d--info .d--info__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .product_single .d--info .d--info__item {
        display: none;
        border-top: none;
        padding: 0;
    }

    .product_single .d--info .d--info__item.d--info__item_active {
        display: block;
    }

    .product_single .d--info .d--info__title {
        display: none;
    }

    .product_single .d--info .d--info__caption {
        display: none;
    }

    .product_single .d--info .d--info__mob-title {
        display: block;
    }

    .product_single .d--info .d--info__grid-1 {
        display: block;
    }

    .product_single .d--info .d--info__col-1-1 {
        width: 280px;
        padding: 0;
        margin: 0 auto 20px;
    }

    .product_single .d--info.d--info_padding .d--info__item {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .product.product_block-basket {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product.product_block-basket .product__layout-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding: 20px 40px 0 18px;
    }

    .ctlg-list .ctlg-list__item {
        width: 50%;
    }

    .ctlg-list .ctlg-list__footer {
        padding: 27px 20px 28px;
    }

    .form.form_profile {
        padding: 0 33px;
    }

    .form.form_action {
        padding: 35px 20px 46px;
    }

    .form.form_callback .select {
        font-size: 14px !important;
    }

    .form.form_loyalty-profile .form__head {
        padding: 20px;
    }

    .form.form_loyalty-profile .form__states {
        padding: 20px;
    }

    .form.form_loyalty-profile .form__state-head {
        display: block;
    }

    .form.form_loyalty-profile .form__state-info {
        margin-top: 10px;
    }

    .form.form_loyalty-profile .form__children {
        padding: 20px;
        margin-right: -20px;
        margin-left: -20px;
    }

    .modal.modal_cookies .modal__container {
        display: block;
        padding: 20px 10px;
        text-align: center;
    }

    .modal.modal_cookies .modal__text {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .nav-account {
        max-width: 100%;
        padding-bottom: 0;
        overflow: auto;
        border-bottom: 1px solid #eaedf1;
    }

    .nav-account .nav-account__list {
        border-bottom: none;
    }

    .nav-account .nav-account__item {
        padding: 12px 0 10px;
        border: none;
    }

    .nav-account .nav-account__item:not(:first-child) .nav-account__inner {
        border: none;
    }

    .nav-account .nav-account__item.nav-account__item_active {
        box-shadow: none;
    }

    .nav-account .nav-account__item.nav-account__item_active:after {
        display: none;
    }

    .nav-account .nav-account__item.nav-account__item_active .nav-account__inner {
        background-color: #e9f8ff;
    }

    .nav-account .nav-account__inner {
        padding: 0 14px;
        border-radius: 13px;
    }

    .nav-account .nav-account__text {
        white-space: nowrap;
    }

    .nav-account .nav-account__text br {
        display: none;
    }

    .banner.banner_loyalty-program .banner__bg-img {
        position: relative;
        left: 50%;
        width: auto;
        height: 523px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .banner.banner_loyalty-program .banner__container {
        left: 0;
        width: 100%;
        padding: 0 20px;
    }

    .banner.banner_loyalty-program .banner__title {
        font: 23px/30px "Conv_HouschkaPro-Medium";
    }

    .banner.banner_loyalty-program .banner__text {
        font: 17px/23px "Conv_HouschkaPro-Medium";
    }

    .banner.banner_actions {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner.banner_actions .banner__info {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        display: block;
        width: auto;
        padding-right: 20px;
    }

    .banner.banner_actions .banner__img {
        margin: auto 0 0;
    }

    .banner.banner_action-4 {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner.banner_action-4 .banner__info {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: auto;
        padding-right: 20px;
    }

    .banner.banner_action-4 .banner__img {
        margin: auto 0 0;
    }

    .banner.banner_action-5 .banner__content {
        padding: 70px 20px 60px;
    }

    .banner.banner_action-5 .banner__list {
        padding-right: 0;
    }

    .banner.banner_action-5 .banner__bottle {
        display: none;
    }

    .nav-account .nav-account__item.nav-account__item_active .nav-account__inner {
        background-color: #e9f8ff;
    }

    .slider.slider_main {
        margin-top: -10px;
    }

    .slider.slider_main .swiper-pagination {
        bottom: 50px;
    }

    .slider.slider_trust {
        padding: 35px 20px 48px;
    }

    .slider.slider_trust .slider__relative-wrap {
        margin: 0 35px;
    }

    .slider.slider_trust .slider__btn_prev {
        left: -35px;
    }

    .slider.slider_trust .slider__btn_next {
        right: -35px;
    }

    .tabs.tabs_product-detailes .tabs__nav {
        display: none;
    }

    .tabs.tabs_product-detailes .tabs__container {
        padding: 0;
    }

    .tabs.tabs_product-detailes .tabs__tab {
        display: block;
    }

    .accordion.accordion_in-product .accordion__toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .accordion.accordion_in-product .accordion__container {
        padding: 20px;
        display: none;
    }

    .accordion.accordion_in-product .accordion__item.accordion__item_active .accordion__toggle {
        background-color: #278eed;
    }

    .accordion.accordion_in-product .accordion__item.accordion__item_active .accordion__toggle-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .accordion.accordion_in-product .accordion__item.accordion__item_active .accordion__container {
        display: block;
    }

    .panel.panel_stages-of-production .panel__grid {
        margin-left: 0;
    }

    .panel.panel_stages-of-production .panel__grid-item {
        width: 100%;
        border-left: none;
    }

    .panel.panel_aqua-use .panel__grid {
        display: block;
        margin-left: 0;
    }

    .panel.panel_aqua-use .panel__grid-item {
        border-left: none;
    }

    .panel.panel_payment-method .panel__grid {
        display: block;
    }

    .panel.panel_payment-method .panel__grid-item {
        border-left: none;
        border-top: 1px solid #eaedf1;
    }

    .panel.panel_faq .panel__small-head {
        padding-left: 20px;
        padding-right: 20px;
    }

    .panel.panel_faq .form_faq {
        margin: 0 20px;
    }

    .panel.panel_action-3 .panel__grid {
        display: block;
    }

    .panel.panel_action-3 .panel__grid-item {
        max-width: 380px;
        margin: 0 auto 20px;
        border: none;
    }

    .card.card_aqua-use {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-checkout .top-meta {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-account .page-account__form {
        width: auto;
        max-width: 397px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-content .content {
        padding: 20px;
    }

    .page-action {
        margin-top: -10px;
    }

    .page-action .action {
        margin-bottom: 220px;
    }

    .page-action .action:not(.action_without-footnote) {
        margin-bottom: 350px;
    }

    .page-action .action.action_v3 {
        margin-bottom: 220px;
    }

    .page-action .office_landing .action {
        padding-bottom: 250px;
    }

    .page-action .action.action_v4 {
        margin-bottom: 0;
    }

    .page-action .action.action_v5 {
        padding-bottom: 200px;
    }

    .page-action .action.action_v7 {
        padding-bottom: 100px;
    }

    .page-action .factories {
        display: none;
    }

    .page-action .page-action__structure-wrap {
        padding: 40px 0 50px;
    }

    .page-action .page-action__structure-table {
        width: 100%;
    }

    .page-action .page-action__structure-table td {
        width: auto;
    }

    .page-action .page-action__structure-table td:nth-child(3) {
        display: none;
    }

    .page-action.page-action_1 .action:not(.action_without-footnote) {
        margin-bottom: 280px;
    }

    .page-action.page-action_1 .action__form {
        width: 385px;
        bottom: -170px;
        right: 0;
        left: unset;
        margin-left: unset;
    }

    .page-action.page-action_1 .action__form .form_action {
        padding: 35px 60px 46px;
    }

    .page-action.page-action_1 .action__form .form_action .form__list-soc {
        padding-right: 15px;
    }

    .page-action.page-action_1 .action__form .form_action .form__list-soc .soc {
        margin-right: 20px;
    }

    .page-action.page-action_1 .action__form .form_action .form__rules {
        padding-left: 30px;
    }

    .page-action.page-action_1 .action__footnote {
        width: calc(100% - 28px - 28px);
        bottom: -278px;
        left: 48px;
        margin-left: unset;
    }

    .page-action.page-action_8 .action.action_v8 {
        padding-bottom: 0;
        margin: 0;
    }

    .page-action.page-action_8 .action.action_v8 .action__form {
        position: static;
        width: 320px;
        margin: 0 auto 22px;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__field.form__field_radio:first-child {
        padding-left: 0;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__field.form__field_radio:last-child {
        padding-right: 0;
    }

    .page-action.page-action_8 .action.action_v8 .form.form_action .form__submit {
        width: 100%;
        margin-left: 0;
    }

    .page-action.page-action_8 .panel.panel_stages-of-production .panel__title {
        padding: 15px 20px 30px;
    }

    .page-action.page-action_9 .action.action_without-footnote {
        margin-bottom: 30px;
    }

    .page-action.page-action_9 .action.action_without-footnote .action__form {
        position: relative;
        bottom: auto;
    }

    .page-action.page-action_9 .panel.panel_stages-of-production .panel__title {
        padding: 15px 20px 30px;
    }

    .page-action.page-action_10 .action_v10 {
        margin-bottom: 44px;
    }

    .page-action.page-action_10 .action-info {
        padding: 0 18px 63px 18px;
    }

    .page-action.page-action_10 .panel.panel_stages-of-production .panel__title {
        padding: 15px 20px 30px;
    }

    .page-action.page-action_10 .slider.slider_trust {
        padding: 0 20px 48px;
    }

    .page-actions {
        margin-top: -10px;
    }

    .page-about-company {
        margin-top: -10px;
    }

    .page-loyalty-program {
        margin-top: -10px;
    }

    .page-buyers .panel_faq {
        margin-top: 20px;
    }

}


/*MAX 799*/


@media (max-width: 799px) {
    .page-action .office_landing .factories {
        display: block;
    }

    .page-action .office_landing .factories .factories__map {
        padding-left: 20px;
    }
}

@media all and (min-width: 567px) and (max-width: 799px) {
    .page-action .action.action_v6 {
        margin-bottom: 184px;
    }

    .page-action .action.action_v6 .action__form {
        bottom: -179px;
    }


}

@media (max-width: 790px) {
    .landing__wrap,
    .landing__wrap.landing__wrap_ru {
        min-height: 0;
    }

    .landing__wrap:after,
    .landing__wrap.landing__wrap_ru:after {
        display: none;
    }

    .landing__wrap .mobile_landing_image {
        display: inline;
    }

    .landing__wrap .landing__info_block {
        /*margin: 210px auto 0;*/
        margin: 20px auto 0;
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }

    .landing__wrap .landing__info_title {
        margin: 0 auto 0;
    }

    .landing__wrap .landing__info_title:after {
        left: 50%;
        margin-left: -61.5px;
    }

    .landing__wrap .landing__message_value {
        margin-bottom: 25px;
    }
}


@media all and (max-width: 787px) {
    .page-thanks {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media all and (max-width: 769px) {
    .product.product_main-slide .product__inner {
        top: unset;
        bottom: 60px;
    }
}

/*MAX 769*/


@media (max-width: 768px) {
    .header .header__mobile-panel {
        -webkit-box-flex: 0.1;
        -ms-flex: 0.1 0 0;
        flex: 0.1 0 0;
    }

    .header .header__fast-order-btn.btn {
        display: none;
    }

    .header .header__btn-location,
    .header .header__btn-del-point {
        margin-left: 0;
    }

    .footer .footer__layout-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 31px 42px;
        border-bottom: 1px solid #eaedf1;
        margin-bottom: 26px;
    }

    .footer .footer__layout-3.mobile {
        display: none;
    }

    .footer .footer__layout-1-2-3.mobile {
        /*-webkit-box-pack: justify;*/
        /*-ms-flex-pack: justify;*/
        justify-content: center;
        padding: 38px 31px 0;
    }

    .footer .footer__layout-1-2-1 {
        padding: 0 15px 0;
    }

    .footer .footer__layout-2 {
        padding-bottom: 34px;
    }

    .footer .footer__layout-2 .footer__to-top {
        display: inline-block;
    }

    .logo .svg-icon {
        margin-left: 69px;
    }

    .h-mobile-hide {
        display: none;
    }

    .delivery_block_landing .left_side h3 {
        padding: 0px 0 25px;
    }

    .delivery_block_landing .left_side {
        width: 65%;
    }

    .delivery_block_landing .right_side {
        width: 35%;
    }

    .delivery_block_landing .right_side img {
        margin-top: -120px;
    }

    .delivery_block-info {
        margin-top: 15px;
    }

    .top_form_block p.title_form-office {
        padding: 12px 30px 12px 30px;
    }

    .form_input_block {
        width: calc(100% - 210px);
    }

    .page-action .office_landing .action {
        padding-bottom: 250px;
    }

    form.form_landing-office {
        top: calc(100% - 255px);
    }
}


/*Notifications*/
.notification__btn-wrapper {
    margin-left: 20px;
    padding-top: 8px;
}

.notification__btn {
    position: relative;
    background-color: transparent;
    border: none;

}

.notification__loader {
    background-color: #f7f9fa;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: -3px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

.notification__loader img {
    width: 16px;
    height: 16px;
    animation: 2s linear notification_spinner infinite;
}

@keyframes notification_spinner {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.notification__header-counter {
    top: -9px;
    right: -9px;
    height: 22px;
    min-width: 22px;
    padding: 0 2px;
    transition: background .3s;
    background-color: #FF707E;
    color: #fff;
    font: 11px/19px Conv_HouschkaPro-Bold;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    letter-spacing: 0;
    position: absolute;
}

.notification__preloader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    background-color: white;

}

.modal.modal__notification .order_eval_block {
    padding: 20px clamp(20px, 2vw, 30px);
    display: grid;
    grid-template-columns: clamp(100px, 10vw, 117px) 1fr;
    grid-gap: 6px clamp(14px, 1.7vw, 20px);
}
.modal.modal__notification .order_eval_block h5 {
    margin-bottom: 4px;
    font-style: normal;
    font-size: 17px;
    line-height: 17px;
    color: #364859;
    font-family: "Conv_HouschkaPro-DemiBold", sans-serif;
}
.modal.modal__notification .order_eval_block p{
    margin: 0;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.modal.modal__notification .order_eval_block button{
    padding: 0 5px;
    border: 1px solid #488CE6;
    border-radius: 20px;
    font: 12px / 28px "Conv_HouschkaPro-DemiBold";
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    background-color: #488CE6;
    color: white;
    height: 30px;
}
.modal.modal__notification .order_eval_block button:hover{
    border-color: #d1dce8;
    background-color: transparent;
    color: #488CE6;
}

.modal.modal__notification .order_eval_block .eval__img{
    background-color: #f7f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    transition: 0.2s;
}
.modal.modal__notification {
    letter-spacing: 0;
}

.modal.modal__notification .modal__inner .notification__empty-wrapper {
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal.modal__notification .modal__inner .notification__empty-wrapper .notification__empty-header {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 100%;
    text-align: center;
    color: #364859;
    margin-bottom: 20px;
}

.modal.modal__notification .modal__inner .notification__empty-wrapper .notification__empty-description {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color: #607389;
    margin-bottom: 53px;
}

.modal.modal__notification .modal__inner .notification__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal.modal__notification .modal__inner .notification__inner .notification__header {
    background-color: white;
    padding: 16px 45px 16px clamp(20px, 2vw, 30px);
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #EAEDF1;
    position: sticky;
    top: 0;
    font-family: "Conv_HouschkaPro-DemiBold", sans-serif;
    z-index: 5;
}

.modal.modal__notification .modal__inner .notification__inner .notification__header .notification__header-title {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    color: #364859;
}

.modal.modal__notification .modal__inner .notification__inner .notification__header .notification__counter {
    padding: 4px 10px;
    display: flex;
    justify-content: center;
    gap: 2px;
    background: #FF707E;
    border-radius: 30px;
    color: white;
    line-height: 1;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper {
    position: relative;
    z-index: 2;
    overflow-y: auto;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item {
    padding: 20px clamp(20px, 2vw, 30px);
    border-bottom: 1px solid #EAEDF1;
    display: grid;
    grid-template-columns: 1fr clamp(32px, 2.4vw, 36px);
    grid-gap: clamp(10px, 1.4vw, 28px);

    opacity: 0.7;
    transition: 0.2s;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:last-child {
    border-bottom: none;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.new__notification {
    opacity: 1;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.new__notification .notification__msg .notification__title-wrapper .notification__date-status .notification__status:before {
    border-radius: 100%;
    width: 9px;
    height: 9px;
    background-color: #FF707E;
    position: absolute;
    left: 2px;
    top: 2px;
    content: '';
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) {
    cursor: pointer;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__img img {
    max-height: 78px;
    object-fit: contain !important;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    text-transform: lowercase;
    font-style: normal;
    text-decoration: none;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content i {
    font-style: normal !important;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content a {
    text-decoration: none;
    color: #364859;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content * {
    font-weight: 400;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content br {
    display: none;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content div {
    margin-top: 0 !important;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ul {
    list-style: disc;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ul li {
    list-style: disc;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ul, .modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ol {
    padding-left: 15px;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ul li, .modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ol li {
    display: list-item;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ul li::marker, .modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content ol li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}


.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open {
    background-color: #F7F9FA;
    opacity: 1;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg {
    grid-template-areas: "img img" "title title" "content content";
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__img-wrapper {
    margin-bottom: 10px;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__content {
    text-overflow: initial;
    display: initial;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    max-height: fit-content;
    overflow: visible;
    padding-top: 10px;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .notification__msg .notification__title {
    text-overflow: initial;
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    max-height: fit-content;
    overflow: visible;
    word-break: initial;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .open__notification-btn {
    background-color: white;
}

.modal.modal__notification .modal__inner .notification__inner .notification__header .notification__counter:has(.unread_msg_counter.hide) {
    display: none;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item.open .open__notification-btn svg {
    transform: rotateX(180deg);
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .open__notification-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(32px, 2.4vw, 36px);
    height: clamp(32px, 2.4vw, 36px);
    border-radius: 100%;
    background: #F7F9FA;
    border: none;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg {
    display: grid;
    grid-template-columns: clamp(100px, 10vw, 117px) 1fr;
    grid-gap: 6px clamp(14px, 1.7vw, 20px);
    grid-template-rows: auto 1fr;
    grid-template-areas: "img title" "img content";
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__img-wrapper {
    grid-area: img;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__img-wrapper .notification__img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    transition: 0.2s;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__img-wrapper .notification__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.2s;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__img-wrapper .notification__img.notification__no-img {
    background-color: #CAE5F4;
    padding: 20px 0;
    transition: 0.2s;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__title-wrapper {
    grid-area: title;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__title-wrapper .notification__title {
    margin-bottom: 4px;
    font-style: normal;
    font-size: 17px;
    line-height: 17px;
    color: #364859;
    font-family: "Conv_HouschkaPro-DemiBold", sans-serif;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__title-wrapper .notification__date-status {
    display: flex;
    align-items: center;
    gap: 6px;
}


.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__title-wrapper .notification__date-status .notification__status {
    width: 13px;
    height: 13px;
    background-color: #E1EFDE;
    border-radius: 100%;
    position: relative;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__title-wrapper .notification__date-status .notification__datetime {
    font-family: 'Conv_HouschkaPro-Medium', sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    color: #666666;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content {
    grid-area: content;
    font-family: 'Conv_HouschkaPro-Medium', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #364859;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 32px;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__title {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content {
    & > p, & > div {
        margin-top: 15px;
    }

}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content > *:first-child {
/ / margin-top: 0;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content a {
    color: #488CE6;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content .notification__link-wrapper {
    margin-top: 20px;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content .notification__link-wrapper .notification__link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    background-color: #488CE6;
    border-color: #488CE6;
    color: white;
}

.modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content .notification__link-wrapper .notification__link:hover {
    border-color: #d1dce8;
    background-color: transparent;
    color: #488CE6;
}

.modal.modal__notification .modal__inner .notification__inner .notification__footer {
    background-color: white;
    padding: 25px clamp(20px, 2vw, 30px);
    position: relative;
    z-index: 5;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Conv_HouschkaPro-DemiBold", sans-serif;
}

.modal.modal__notification .modal__inner .notification__inner .notification__footer .load__bore-btn-wrapper {
    display: flex;
    width: 100%;
}

.modal.modal__notification .modal__inner .notification__inner .notification__footer .notification__load-more-btn {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 48px;
    border: 1px solid #EAEDF1;
    border-radius: 25px;
    font-size: 14px;
    line-height: 14px;
    color: #488CE6;
    transition: 0.2s;
    background-color: transparent;
    max-width: 220px;
    width: 100%;
    box-sizing: border-box;
}

@keyframes loading {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }

}

.modal.modal__notification .modal__inner .notification__inner .notification__footer .notification__load-more-btn.loading .load__more-btn-icon {
    animation: 2s infinite loading;
}

.modal.modal__notification .modal__inner .notification__inner .notification__footer .notification__load-more-btn:hover {
    background-color: #488CE6;
    color: white;
    border-color: #488CE6;
}

.modal.modal__notification .modal__inner .notification__inner .notification__footer .scroll__to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #EAEDF1;
    color: #B5C1CF;
    transition: 0.2s;
    width: 48px;
    height: 48px;
    background-color: transparent;
    min-width: 48px;
}

.modal.modal__notification .modal__inner .notification__inner .notification__footer .scroll__to-top:hover {
    color: #488CE6;
    border-color: #488CE6;
}


/*MAX 768*/


@media all and (max-width: 767px) {
    .list-advantages .list-advantages__list {
        display: block;
    }

    .list-advantages .list-advantages__item {
        width: 280px;
        margin: 0 auto;
    }

    .list-advantages .list-advantages__item:not(:first-child) {
        border-left: none;
        border-top: 1px solid #eaedf1;
    }
}

/*MAX 767*/


@media (max-width: 724px) {

    .header .header__btn-location,
    .header .header__btn-del-point {
        margin-left: 22px;
    }

    .logo .svg-icon {
        /*width: 137px;*/
        margin-left: 0;
    }
}

/*MAX 724*/


@media (max-width: 700px) {
    .footer .footer__layout-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 25px;
    }

    .footer .footer__layout-mobile .footer__layout-mobile-2 {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .footer .footer__layout-mobile .footer__layout-mobile-1 {
        width: 100%;
        text-align: center;
    }

    .footer .footer__layout-mobile .footer__layout-mobile-1 .footer__title,
    .footer .footer__layout-mobile .footer__layout-mobile-1 .footer__copy {
        display: none;
    }

    .footer .footer__layout-1-2-3.mobile {
        margin-top: 28px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 15px 0 0;
    }

    .footer .footer__layout-1-2-3.mobile .footer__stores.stores {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eaedf1;
    }

    .footer .footer__layout-1-2-3.mobile .stores__col-2 {
        border-right: none;
    }

    .footer .footer__layout-1 {
        padding-bottom: 30px;
    }

    .form.form_subscribe .form__layout-2 {
        margin-left: 25px;
    }
}

/*MAX 700*/


@media (max-width: 690px) {
    .landing__wrap_2,
    .landing__wrap_2.landing__wrap_2_ru {
        background: none;
        padding-bottom: 55px;
    }

    .landing__wrap_2 .landing__comment_wrap {
        float: none;
        margin: 0 auto;
    }
}


@media (max-width: 675px) {
    .form.form_subscribe {
        display: block;
    }

    .form.form_subscribe .form__layout-1 {
        text-align: center;
    }

    .form.form_subscribe .form__layout-2 {
        padding-top: 20px;
        margin-left: 0;
    }
}

/*MAX 675*/


@media (max-width: 668px) {

    .delivery_block_landing .right_side img {
        display: none;
    }

    .delivery_block_landing img.delivery_mob-img {
        display: block;
        margin-top: 0;
    }

    .office_landing .form.form_action .form__field.form__field_popup .bx-location .bx-location__label {
        border-bottom: 1px solid #d0dde8;
    }

    .bottom_form_block button {
        margin-bottom: 20px;
    }


    form.form_landing-office {
        width: calc(100% - 20px);
        left: 10px;
        padding: 0 13px 35px;
    }

    .top_form_block {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .top_form_block p.title_form-office {
        width: 100%;
        border-bottom-right-radius: 10px;
        text-align: center;
    }

    .top_form_block {
        border: none;
    }

    .top_form_block .form_input_block {
        width: 100%;
        padding-top: 15px;
    }

    .bottom_form_block {
        flex-wrap: wrap;
    }

    .bottom_form_block input {
        width: 48%;
    }

    .bottom_form_block button {
        width: 100%;
        margin-top: 15px;
        padding: 10px 0;
    }

    .delivery_block_landing {
        padding: 25px;
        padding-top: 70px;
        padding-bottom: 0;
    }

    .delivery_block_landing .left_side {
        width: 100%;
    }

    .delivery_block_landing .right_side {
        width: 100%;
    }

    .delivery_block_landing img.delivery_mob-img {
        object-fit: contain;
        margin: 0 auto;
        width: auto;
    }

    .delivery_block-info {
        margin-top: 60px;
        width: calc(100% + 50px);
        margin-left: -25px;
        margin-right: -25px;
    }

    .our_values_landing-wrap {
        max-width: 100%;
    }

    .about_landing-wrap-title .flex {
        padding: 0 10px;
    }

}

@media (max-width: 667px) {
    .office_landing .grecaptcha-badge,
    .office_landing .grecaptcha-badge iframe {
        width: auto !important;
        max-width: 256px;
    }

    .office_landing .grecaptcha-badge .rc-anchor-invisible {
        width: auto !important;
    }
}

@media (max-width: 650px) {
    .lo--order__footer {
        flex-direction: column;
    }

    .lo--order__total {
        width: 100% !important;
    }

    .invoice-download {
        width: 100%;
        margin-left: 0;
        border: none;
    }

    .invoice-download span {
        margin-left: 0;
    }

    a.download {
        margin-left: auto;
    }

    .to-email {
        margin-right: 0;
    }

    .lo--order__btn-repeat {
        width: 100% !important;
        margin-left: 0;
    }

    form.to-email-popup {
        left: unset;
        right: 0;
        width: 80vw;
    }

    form.to-email-popup:after {
        display: none;
    }

    form.to-email-popup input {
        max-width: 40vw;
    }

    .lo--order__btn {
        margin: 0 auto;
    }

    .checkout .checkout__title {
        margin-bottom: 23px;
        font: 20px "Conv_HouschkaPro-DemiBold";
    }

    .checkout_subtitle {
        font: 17px "Conv_HouschkaPro-DemiBold";
        padding-bottom: 16px;
    }

    .checkout .checkout__section {
        padding: 30px 10px;
    }

    .chose_delivery-radio-cont {
        padding: 24px 16px;
    }

    .chose_delivery-radio-cont-head img {
        margin-right: 16px;
        max-width: 32px;
    }

    .chose_delivery-radio-cont-body {
        margin-left: 0;
        padding-top: 4px;
        margin-top: 14px;
    }

    .checkout .chose_delivery-radio-cont-body .checkout__datetime {
        padding-top: 14px;
    }

    .checkout .checkout__datetime {
        margin-top: 0;
    }

    .chose_delivery-radio-cont-body p.title_input {
        font: 15px "Conv_HouschkaPro-DemiBold";
        min-width: 100%;
        margin-right: 0;
    }

    .delivery-radio-cont-body-more_info p span {
        font: 15px "Conv_HouschkaPro-Medium";
    }

    .checkout .checkout__form .chose_delivery-radio-cont-body .form__field {
        width: 100%;
    }

    .checkout .checkout__datetime .form__field_data .form__inp {
        width: 100%;
    }

    .checkout .checkout__form .chose_delivery-radio-cont-body .form__field {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .radio.chose_delivery-radio p.error {
        padding-left: 16px;
        font: 13px "Conv_HouschkaPro-Medium";
    }

    .chose_delivery-radio-cont-body .form__field .time_block span {
        font: 15px "Conv_HouschkaPro-Medium";
    }

    .checkout .checkout__datetime input.timepicker.form__inp, .checkout .checkout__datetime input.timepicker_last-time.form__inp {
        width: 100%;
    }

    .time_block {
        margin-right: 0;
        width: calc(50% - 13px);
    }

    .delivery-radio-cont-body-more_info p {
        font: 15px "Conv_HouschkaPro-DemiBold";
    }

    .delivery-radio-cont-body-more_info {
        padding-top: 10px;
    }

    .chose_delivery-radio-cont-head-info .top_row p {
        font: 17px "Conv_HouschkaPro-DemiBold";
    }

    .chose_delivery-radio-cont-head-info .top_row p.price_info {
        font: 15px "Conv_HouschkaPro-DemiBold";
    }
}

@media (max-width: 650px) {
    .lo--order__footer {
        flex-direction: column;
    }

    .lo--order__total {
        width: 100% !important;
    }

    .invoice-download {
        width: 100%;
        margin-left: 0;
        border: none;
    }

    .invoice-download span {
        margin-left: 0;
    }

    a.download {
        margin-left: auto;
    }

    .to-email {
        margin-right: 0;
    }

    .lo--order__btn-repeat {
        width: 100% !important;
        margin-left: 0;
    }

    form.to-email-popup {
        left: unset;
        right: 0;
        width: 80vw;
    }

    form.to-email-popup:after {
        display: none;
    }

    form.to-email-popup input {
        max-width: 40vw;
    }

    .lo--order__btn {
        margin: 0 auto;
    }

    .checkout .checkout__title {
        margin-bottom: 23px;
        font: 20px "Conv_HouschkaPro-DemiBold";
    }

    .checkout_subtitle {
        font: 17px "Conv_HouschkaPro-DemiBold";
        padding-bottom: 16px;
    }

    .checkout .checkout__section {
        padding: 30px 10px;
    }

    .chose_delivery-radio-cont {
        padding: 24px 16px;
    }

    .chose_delivery-radio-cont-head img {
        margin-right: 16px;
        max-width: 32px;
    }

    .chose_delivery-radio-cont-body {
        margin-left: 0;
        padding-top: 4px;
        margin-top: 14px;
    }

    .checkout .chose_delivery-radio-cont-body .checkout__datetime {
        padding-top: 14px;
    }

    .checkout .checkout__datetime {
        margin-top: 0;
    }

    .chose_delivery-radio-cont-body p.title_input {
        font: 15px "Conv_HouschkaPro-DemiBold";
        min-width: 100%;
        margin-right: 0;
    }

    .delivery-radio-cont-body-more_info p span {
        font: 15px "Conv_HouschkaPro-Medium";
    }

    .checkout .checkout__form .chose_delivery-radio-cont-body .form__field {
        width: 100%;
    }

    .checkout .checkout__datetime .form__field_data .form__inp {
        width: 100%;
    }

    .checkout .checkout__form .chose_delivery-radio-cont-body .form__field {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .radio.chose_delivery-radio p.error {
        padding-left: 16px;
        font: 13px "Conv_HouschkaPro-Medium";
    }

    .chose_delivery-radio-cont-body .form__field .time_block span {
        font: 15px "Conv_HouschkaPro-Medium";
    }

    .checkout .checkout__datetime input.timepicker.form__inp, .checkout .checkout__datetime input.timepicker_last-time.form__inp {
        width: 100%;
    }

    .time_block {
        margin-right: 0;
        width: calc(50% - 13px);
    }

    .delivery-radio-cont-body-more_info p {
        font: 15px "Conv_HouschkaPro-DemiBold";
    }

    .delivery-radio-cont-body-more_info {
        padding-top: 10px;
    }

    .chose_delivery-radio-cont-head-info .top_row p {
        font: 17px "Conv_HouschkaPro-DemiBold";
    }

    .chose_delivery-radio-cont-head-info .top_row p.price_info {
        font: 15px "Conv_HouschkaPro-DemiBold";
    }
}

@media (max-width: 600px) {
    .notification__btn-wrapper {
        order: 3;
        margin-left: 0;
    }

    .office_landing.fishka_new {
        padding-top: 60px;
    }

    .container_header .lang {
        margin-left: 20px;
        margin-right: 0;
    }

    .layout-main .layout-main__header {
        height: 60px;
    }

    .layout-main .layout-main__main {
        padding-top: 0;
    }

    .header .header__mobile-panel {
        -webkit-box-flex: 3;
        -ms-flex: 3 0 0;
        flex: 3 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: flex-start;
    }

    .header .header__toggle-aside {
        width: 40px;
        margin: 0 5px 0 5px;
    }

    .header .header__logo {
        width: auto;
        margin: 0 20px;
    }

    .header .header__btn-location,
    .header .header__btn-del-point {
        width: 40px;
        text-align: center;
        margin-left: 0;
    }

    .user .user__nav-toggle {
        margin-right: 0;
    }

    .header .header__panel {
        -webkit-box-flex: 2;
        -ms-flex: 2 0 0;
        flex: 2 0 0;
        padding-left: 0;
    }

    .header .header__fast-order-btn.btn {
        display: none;
    }

    .header .header__buttons {
        width: 100%;
        padding-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .header__search {
        margin-left: 0;
    }

    .header .header__user {
        margin-left: 0;
    }

    .header .header__basket {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }

    /*.logo img {*/
    /*  width: 164px;*/
    /*}*/
    .logo img {
        /*width: 30px;*/
        padding-top: 0;
    }

    .logo {
        /*width: 40px;*/
        overflow: hidden;
    }

    .logo .svg-icon {
        width: 172px;
        margin-left: 0;
    }

    .header .logo .svg-icon {
        width: 120px;
    }

    .basket-small .basket-small__toggle {
        width: 60px;
        height: 60px;
    }

    .basket-small .basket-small__icon {
        top: 15px;
        left: 9px;
    }

    .basket-small .basket-small__counter {
        top: 6px;
        left: 47px;
    }

}

/*MAX 600*/


@media only screen and (max-width: 568px) {
    .recommended_novelties .product__block-buy.product__not-available {
        padding-bottom: 21px !important;
    }
}


@media only screen and (max-width: 568px) {
    .recommended_novelties .product__block-buy.product__not-available {
        padding-bottom: 21px !important;
    }
}

@media all and (max-width: 566px) {
    .modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item:not(.open) .notification__msg .notification__content {
        font-size: 16px;
        line-height: 18px;
    }

    .modal.modal__notification .modal__inner .notification__inner .notification__items-wrapper .notification__item .notification__msg .notification__content {
        font-size: 16px;
        line-height: 18px;
    }

    .footer {
        padding: 24px 0 14px;
    }

    .footer .footer__copy.mobile {
        display: block;
        text-align: center;
        padding-bottom: 100px;
    }

    .footer .footer__layout-mobile {
        border-bottom: 1px solid #eaedf1;
    }

    .footer .lang.mobile {
        padding: 0;
        margin: 0;
    }

    .footer .lang.mobile:before {
        display: none;
    }

    .footer .footer__layout-1 {
        padding-bottom: 0;
    }

    .footer .footer__layout-1-2 {
        padding: 30px 0;
    }

    .footer .footer__layout-1-2-1 {
        display: block;
        padding-left: 0;
        text-align: center;
    }

    .footer .footer__layout-1-2-1 .footer__title {
        margin-bottom: 14px;
    }

    .footer .footer__layout-1-2-2 .footer__copy {
        display: none;
    }

    .footer .footer__layout-2 .footer__to-top {
        display: none;
    }

    .footer .footer__layout-2-1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #eaedf1;
    }

    .footer .footer__layout-2-1 .footer__img-link {
        margin: 0 10px;
    }

    .footer .footer__layout-2-2 {
        width: 280px;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer .footer__layout-2-2 .footer__img-link {
        margin: 10px 20px;
    }

    .footer .footer__layout-2-3 .footer__copy {
        display: block;
    }

    .footer .footer__contacts {
        text-align: center;
    }

    .footer .footer__btn-callback {
        max-width: 280px;
        margin: 0 auto 0;
    }

    .footer .footer__btn-callback .svg-icon {
        display: inline-block;
    }

    .footer .footer__btn-callback .h-small-desktop-hide {
        display: inline-block;
    }

    .footer .footer__list-soc {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .footer__stores {
        width: 280px;
        padding: 20px 0;
        margin: 0 auto;
    }

    .footer .footer__wrap-nav {
        margin-bottom: 10px;
    }

    .footer .footer__copy {
        margin-bottom: 10px;
    }

    .block-basket .block-basket__for-payment {
        width: 100%;
        padding: 0 20px;
    }

    .basket-modal .basket-modal__title {
        padding: 38px 58px 38px 20px;
    }

    .basket-modal .basket-modal__list-products .product {
        padding: 20px 0 45px 10px;
    }

    .basket-modal .basket-modal__footer {
        padding: 20px;
    }

    .page-basket .top-meta .title, .page-checkout .top-meta .title {
        position: relative;
        padding-left: 31px;
    }

    .page-basket .top-meta .title .title__back_link, .page-checkout .top-meta .title .title__back_link {
        display: block;
        width: 11px;
        height: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-left: 2px solid #2d78bc;
        border-top: 2px solid #2d78bc;
        position: absolute;
        top: 8px;
        left: 0;
    }

    .top-meta .breadcrumbs {
        display: none;
    }

    .title {
        font-size: 21px;
    }

    .recommend .recommend__title {
        /*text-align: left;*/
    }

    .recommend .recommend__slider {
        padding: 34px 20px 46px;
    }

    .lang .lang__dropdown {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .loyalty .loyalty__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border-left: none;
    }

    .loyalty .loyalty__text {
        max-width: 300px;
        padding: 20px 0;
        margin: 0 auto;
    }

    .lastnews .lastnews__list {
        display: block;
    }

    .lastnews .lastnews__item {
        width: 100%;
    }

    .lastnews .lastnews__item + .lastnews__item {
        margin-top: 60px;
    }

    .subscribe {
        padding: 37px 20px 46px;
    }

    .form.form_subscribe .form__layout-2 {
        display: block;
    }

    .form.form_subscribe .form__btn-submit {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
        position: relative;
    }

    .form.form_subscribe .form__btn-submit .btn__icon {
        position: absolute;
    }

    .form.form_subscribe .form__btn-submit .btn__text {
        display: inline-block;
    }

    .form.form_subscribe .form__btn-submit .btn__icon {
        position: absolute;
        top: 0;
        right: 0;
    }

    .trust.trust_in-product-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 28px 28px;
    }


    .best_section {
        align-items: start;
    }

    .top_sale-section {
        align-items: start;
    }

    .trusted_section {
        align-items: start;
    }

    .news_section {
        align-items: start;
    }

    .trust.trust_in-product-card .trust__icon .svg-icon {
        width: 46px;
    }

    .trust.trust_in-product-card .trust__title {
        display: none;
    }

    .trust.trust_in-product-card .trust__text {
        max-width: 250px;
    }

    .feedback {
        padding: 51px 30px 44px;
    }

    .user-modal {
        padding: 0 20px 30px;
    }

    .checkout .checkout__before {
        padding: 20px;
    }

    .checkout .checkout__section {
        padding: 35px 20px 40px;
    }

    .checkout .checkout__title {
        margin-bottom: 35px;
    }

    .checkout .checkout__registration {
        width: 100%;
    }

    .checkout__order.c--order .c--order__head {
        padding: 30px 20px;
    }

    .list-cities {
        -webkit-columns: 2;
        columns: 2;
        margin: 0;
    }

    .block-cities-wrap .modal__icon,
    .block-cities-wrap .modal__title {
        display: none;
    }

    .header__panel .user .user__nav-toggle {
        margin-right: 0;
    }

    .header__panel .user .user__nav-toggle .svg-icon.svg-icon_symbol-dropdown {
        display: none;
    }

    .header__mobile-panel .header__btn-del-point {
        display: none;
    }

    .header .header__panel {
        width: auto !important;
        margin-left: 0;
    }

    .list-cities .list-cities__item {
        display: none;
    }

    .list-cities .list-cities__item.list-cities__item_big {
        display: block;
    }

    .list-cities .list-cities__item.list-cities__item_big .list-cities__text {
        font-size: 15px;
    }

    .list-orders__order.lo--order .lo--order__list-features .feature {
        display: block;
    }

    .list-orders__order.lo--order .lo--order__list-features .feature__name {
        width: auto;
        margin-bottom: 4px;
    }

    .list-orders__order.lo--order .lo--order__list-features .feature__value {
        padding-left: 10px;
    }

    .list-advantages_we_work {
        display: none;
    }

    .list-advantages_slider {
        display: block !important;
    }

    .media .media__video {
        height: 280px;
    }

    .media .media__wrap-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        height: 100px;
    }

    .product.product_tile .product__inner {
        padding: 0 20px;
        width: 100%;
    }

    .product.product_tile .product__wrap-img {
        width: 100%;
    }

    .product.product_tile .product__wrap-cost {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px;
        padding: 0;
    }

    .product.product_tile .product__block-buy {
        justify-content: flex-start;
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }

    .basket-modal__state-with-goods .product.product_tile .product__block-buy {
        margin-top: 30px;
    }

    .product.product_tile .product__block-buy .btn__icon {
        display: none;
    }

    .product__packing.packing {
        width: 100%;
        margin-bottom: 15px;
    }

    .product.product_slide {
        padding-bottom: 53px;
    }

    .product.product_slide .product__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product.product_slide .product__packing.packing, .product.product_slide .product__counter {
        display: none;
    }

    .product.product_slide .product__wrap-img {
        margin-bottom: 18px;
    }

    .product.product_slide .product__block-buy {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }

    .product.product_slide .product__btn-buy {
        width: 120px;
    }

    .product.product_single .product__layout-1 {
        display: block;
    }

    .product.product_single .product__layout-1-1 {
        width: 100%;
        padding-right: 0;
    }

    .product.product_single .product__top-features {
        display: none;
    }

    .product.product_single .product__features .feature.feature_for-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product.product_single .product__all-features {
        -webkit-columns: 1;
        columns: 1;
        -webkit-column-rule: none;
        column-rule: none;
    }

    .product.product_single .product__all-features .feature {
        width: 280px;
        padding-left: 20px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .product.product_single .product__all-features .feature.feature_for-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product.product_block-basket .counter {
        color: #364859;
    }

    .product.product_block-basket .product__delete {
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .product.product_block-basket .product__layout-2 {
        width: calc(100% - 100px);
        padding: 0 10px;
        overflow: hidden;
    }

    .product.product_block-basket .product__layout-3 {
        padding: 20px 40px 0 11px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .product.product_block-basket .product__layout-3 .product__price {
        margin-left: 20px;
    }

    .product.product_block-basket .product__wrap-img {
        width: 100px;
        height: 100px;
    }

    .product.product_in-basket-modal {
        padding-bottom: 20px;
    }

    .product.product_in-basket-modal .counter {
        color: #364859;
        position: absolute;
        bottom: 11px;
        left: 22px;
    }

    .product.product_in-basket-modal .product__layout-3 {
        position: absolute;
        left: 140px;
        bottom: 12px;
    }

    .product.product_in-basket-modal .product__layout-4 {
        position: absolute;
        right: 0;
        top: 11px;
    }

    .product.product_in-basket-modal .tooltip {
        /*display: none;*/
    }

    .product.product_in-basket-modal .tooltip .tooltip__text {
        width: 300px;
        right: 0;
    }

    .product.product_in-basket-modal .product__price {
        text-align-last: left;
    }

    .product.product_in-list-orders {
        display: block;
        width: 100%;
        margin: 0 auto;
        border: 1px solid #eaedf1;
        border-top: none;
    }

    .product.product_in-list-orders .product__layout-3 {
        width: auto;
        margin: 0 20px;
        text-align: right;
    }

    .product.product_in-list-orders .product__wrap-img {
        width: 192px;
        height: 192px;
        margin: 0 auto 10px;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle .m-toggle__icon {
        width: 61px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-right: 1px solid #eaedf1;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle .m-toggle__right {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        padding-left: 53px;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle .m-toggle__text {
        display: inline-block;
        color: #2c77bb;
        font: 13px "Conv_HouschkaPro-DemiBold";
        text-transform: uppercase;
        vertical-align: middle;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle .m-toggle__count {
        display: inline-block;
        height: 18px;
        padding: 0 5px;
        margin-left: 10px;
        background-color: #2c77bb;
        border-radius: 9px;
        color: #fff;
        font: 13px/19px "Conv_HouschkaPro-ExtraBold";
        vertical-align: middle;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle .m-toggle__arrow {
        display: inline-block;
        vertical-align: top;
        margin-left: 5px;
    }

    .ctlg-control .ctlg-control__mobile-toggle.m-toggle .m-toggle__arrow .svg-icon {
        fill: #2c77bb;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        vertical-align: middle;
    }

    /*.ctlg-control .ctlg-control__layout {*/
    /*  display: none;*/
    /*}*/
    /*.ctlg-control.ctlg-control_mobile-fixed .ctlg-control__layout {*/
    /*  display: block;*/
    /*  border-top: 1px solid #eaedf1;*/
    /*}*/
    /*.ctlg-control.ctlg-control_mobile-fixed .ctlg-control__col-1 {*/
    /*  display: block;*/
    /*  padding: 0 20px;*/
    /*}*/
    .ctlg-control.ctlg-control_mobile-fixed .filter {
        margin: 15px 0;
    }

    .ctlg-control.ctlg-control_mobile-fixed .filter .filter__list {
        position: static;
        width: 100%;
        max-width: 320px;
        padding: 12px 14px 20px;
        box-shadow: none;
    }

    .ctlg-control.ctlg-control_mobile-fixed .ctlg-control__col-2 {
        display: block;
        padding: 15px 20px 0;
        border-top: 1px solid #eaedf1;
    }

    .ctlg-list .ctlg-list__title {
        padding: 30px 15px 33px;
        border-bottom: none;
    }

    .ctlg-list .product__counter {
        /*display: none;*/
        width: 100%;
        padding-bottom: 10px;
    }

    .product.product_tile .product__block-buy {
        flex-wrap: wrap;
    }

    .ctlg-list .ctlg-list__products {
        margin: 0 auto;
        border-top: 1px solid #eaedf1;
    }

    .ctlg-list .ctlg-list__item {
        border-right: 1px solid #eaedf1;
    }

    .promo-cats {
        display: block;
    }

    .checkbox-btns {
        display: block;
    }

    .checkbox-btns .checkbox-btns__item {
        border-top: 1px solid #e2e6ea;
        border-left: 0;
    }

    .checkbox-btns .checkbox-btns__item:first-child {
        border-top: 0;
    }

    .checkbox-btns .checkbox-btns__item:last-child {
        border-radius: 0 0 22px 22px;
    }

    .form .form__row.form__row_smart {
        display: block;
    }

    .form .form__row.form__row_smart .form__field + .form__field {
        margin-top: 10px;
        margin-left: 0;
    }

    .form.form_action .form__row.form__row_smart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .form.form_action .form__row.form__row_smart .form__field + .form__field {
        margin-top: 0;
    }

    .form.form_loyalty-profile .form__row.form__row_grid-children {
        display: block;
    }

    .form.form_loyalty-profile .form__row.form__row_grid-children .form__col {
        max-width: none;
        width: 100%;
    }

    .form.form_loyalty-profile .form__row.form__row_grid-children .form__col + .form__col {
        margin-top: 20px;
    }

    .form.form_loyalty-profile .form__col {
        max-width: none;
    }

    .form.form_loyalty-profile .form__field.form__field_grid {
        display: block;
    }

    .form.form_loyalty-profile .form__field.form__field_grid .form__col {
        max-width: none;
    }

    .form.form_loyalty-profile .form__field.form__field_grid .form__col + .form__col {
        margin-top: 20px;
    }

    .form.form_loyalty-profile .form__field.form__field_counter {
        display: block;
    }

    .form.form_loyalty-profile .form__field.form__field_counter .form__col:first-child {
        max-width: none;
    }

    .form.form_loyalty-profile .form__field.form__field_counter .counter {
        margin-left: 0;
    }

    .form.form_loyalty-profile .form__state-footer .btn {
        width: 130px;
    }

    .modal.modal_right {
        width: 100%;
    }

    .modal.modal_location.modal_right {
        width: 320px;
    }

    .modal.modal_location .modal__scroll-wrapp {
        padding: 0 30px;
    }

    .modal.modal_location .modal__icon {
        display: none;
    }

    .modal.modal_delivery-points.modal_right {
        width: 320px;
    }

    .modal.modal_delivery-points .modal__scroll-wrapp {
        padding: 0 30px;
    }

    .modal.modal_delivery-points .modal__icon {
        display: none;
    }

    .modal.modal_cookies .modal__text {
        font-size: 14px;
    }

    .modal.modal_cookies {
        width: 100%;
    }

    .nav-footer .nav-footer__title-arrow {
        display: inline-block;
    }

    .nav-footer .nav-footer__list {
        display: none;
        overflow: hidden;
        transition: all 0.6s;
    }

    .nav-footer .nav-footer__item {
        margin-bottom: 15px;
    }

    .nav-footer .nav-footer__item + .nav-footer__item {
        margin-top: 0;
    }

    .nav-footer.nav-footer_open .nav-footer__list {
        display: block;
    }

    .nav-footer.nav-footer_open .nav-footer__title-arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .banner.banner_actions .banner__info {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 200px;
        padding-right: 10px;
    }

    .banner.banner_action-4 .banner__info {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 200px;
        padding-right: 10px;
    }

    .slider.slider_products {
        width: 90%;
        margin: 0 auto;
    }

    .slider.slider_products .slider__btn.slider__btn_prev {
        left: -20px;
    }

    .slider.slider_products .slider__btn.slider__btn_next {
        right: -20px;
    }

    .slider.slider_main .swiper-pagination {
        bottom: 40px;
    }

    .product.product_block-basket {
        position: relative;
    }

    .slider.slider_loyalty .slider__container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* Fix of Webkit flickering */
        z-index: 1;
    }

    .slider.slider_loyalty .swiper-container-vertical > .slider__wrapper {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider.slider_loyalty .slider__wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        box-sizing: content-box;
    }

    .slider.slider_loyalty .swiper-container-android .swiper-slide,
    .slider.slider_loyalty .slider__wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .slider.slider_loyalty .slider__slide .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .slider.slider_loyalty .slider__pagination {
        display: block;
        text-align: center;
    }

    .slider.slider_loyalty .slider__bullet {
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        margin: 15px;
        border: 1px solid #2c77bb;
        background-color: #fff;
        color: #2c77bb;
        font: 12px/40px "Conv_HouschkaPro-DemiBold";
        vertical-align: middle;
    }

    .slider.slider_loyalty .slider__bullet:after {
        background-image: url("../images/sprites/sprite.png");
        background-position: -1035px -687px;
        width: 41px;
        height: 50px;
        background-size: 1164px, 1079px;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        opacity: 0;
        z-index: -1;
    }

    .slider.slider_loyalty .slider__bullet.swiper-pagination-bullet-active {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }

    .slider.slider_loyalty .slider__bullet.swiper-pagination-bullet-active:after {
        opacity: 1;
    }

    .slider.slider_products-tile .slider__btn {
        display: none;
    }

    .slider.slider_products-tile .slider__btn.slider__btn_prev {
        left: -20px;
    }

    .slider.slider_products-tile .slider__btn.slider__btn_next {
        right: -20px;
    }

    .slider.slider_products-tile .slider__slide {
        border-right-color: #eaedf1;
    }

    .slider.slider_advantages .slider__container {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* Fix of Webkit flickering */
        z-index: 1;
    }

    .slider.slider_advantages .swiper-container-vertical > .slider__wrapper {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider.slider_advantages .slider__wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        box-sizing: content-box;
    }

    .slider.slider_advantages .swiper-container-android .swiper-slide,
    .slider.slider_advantages .slider__wrapper {
        -webkit-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }

    .slider.slider_advantages .slider__slide .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .slider.slider_advantages .slider__pagination {
        display: block;
        text-align: center;
    }

    .slider.slider_advantages .slider__bullet {
        position: relative;
        display: inline-block;
        height: 40px;
        width: 40px;
        margin: 15px;
        border: 1px solid #2c77bb;
        background-color: #fff;
        color: #2c77bb;
        font: 12px/40px "Conv_HouschkaPro-DemiBold";
        vertical-align: middle;
    }

    .slider.slider_advantages .slider__bullet:after {
        background-image: url("../images/sprites/sprite.png");
        background-position: -1035px -687px;
        width: 41px;
        height: 50px;
        background-size: 1164px, 1079px;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        opacity: 0;
        z-index: -1;
    }

    .slider.slider_advantages .slider__bullet.swiper-pagination-bullet-active {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
    }

    .slider.slider_advantages .slider__bullet.swiper-pagination-bullet-active:after {
        opacity: 1;
    }

    .tabs.tabs_trust .tabs__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -1px;
    }

    .tabs.tabs_trust .tabs__container {
        border-top: 1px solid #eaedf1;
        background-color: #fafafa;
    }

    .tabs.tabs_trust .tabs__tab {
        display: none;
    }

    .tabs.tabs_trust .tabs__tab.tabs__tab_active {
        display: block;
    }

    .card.card_pride {
        height: 120px;
    }

    .card.card_pride .card__icon {
        margin: 0 10px;
    }

    .page-catalog .ctlg-control {
        margin-bottom: 20px;
    }

    .page-home .page-home__seotext {
        display: none;
    }

    .page-checkout .top-meta {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-action.page-action_1 .action:not(.action_without-footnote) {
        margin-bottom: 350px;
    }

    .page-action.page-action_1 .action__form {
        width: 280px;
        bottom: -170px;
        right: auto;
        left: 50%;
        margin-left: -140px;
    }

    .page-action.page-action_1 .action__form .form_action {
        padding: 35px 20px 46px;
    }

    .page-action.page-action_1 .action__form .form_action .form__title {
        text-align: center;
    }

    .page-action.page-action_1 .action__form .form_action .form__submit {
        margin-top: 15px;
    }

    .page-action.page-action_1 .action__form .form_action .form__list-soc {
        padding-right: 5px;
    }

    .page-action.page-action_1 .action__form .form_action .form__list-soc .soc {
        margin-right: 20px;
    }

    .page-action.page-action_1 .action__form .form_action .form__rules {
        padding-left: 20px;
    }

    .page-action.page-action_1 .action__form .form_action .form__field + .form__field {
        margin-left: 30px;
    }

    .page-action.page-action_1 .action__footnote {
        bottom: -288px;
        width: calc(100% - 33px);
        left: 21px;
    }

    .page-action.page-action_1 .action__footnote .action__footnote-star {
        left: -12px;
    }

    .page-action.page-action_1 .page-action__structure-wrap {
        background: unset;
    }

    .page-action.page-action_1 .page-action__structure-table {
        min-width: 430px;
        width: 100%;
    }

    .page-action.page-action_1 .page-action__structure-table td {
        padding-right: 0;
    }

    .page-action.page-action_1 .page-action__structure-table td:nth-child(3) {
        display: table-cell;
    }

    .page-action.page-action_1 .slider_trust {
        border: none;
    }

    .page-404 {
        width: 240px;
        margin: 75px auto 100px auto;
    }

    .page-404 .page-404__btn {
        width: 240px;
    }

    .block-basket__list-products .product__delete {
        left: -15px !important;
        top: -15px !important;
    }

    .product.product_in-basket-modal .counter {
        bottom: -20px;
        left: 12px;
    }

    .product.product_in-basket-modal .product__price {
        position: absolute;
        bottom: -30px;
        text-align: left !important;
    }

    .product.product_in-basket-modal .product__delete {
        position: absolute;
        left: -15px;
        top: -15px;
    }

    .product__layouts .counter button.counter__btn.counter__btn_minus {
        margin-right: 10px;
    }

    .product__layouts .counter button.counter__btn.counter__btn_plus {
        margin-left: 10px;
    }

    .page-product-card .product__detailed-info.d--info.d--info_padding {
        display: none;
    }

    .page-product-card .product__detailed-info.d--info.d--info_padding.mob_show-block {
        display: block;
        padding-bottom: 30px;
    }

}

/*MAX 566*/

@media (max-width: 520px) {
    .page-action .office_landing .action {
        padding-bottom: 340px;
    }

    form.form_landing-office {
        top: calc(100% - 340px);
    }

    .office_landing .form__field.form__field_magic {
        width: 100%;
        margin-bottom: 0;
    }

    .office_landing .form_action .bottom_form_block button {
        margin-top: 15px !important;
    }

    .timepicker-select-wrapper-from, .timepicker-select-wrapper-to {
        width: 100%;
    }

}

@media (min-width: 450px) {
    .header .header__mobile_callback {
        display: none;
    }

    .header .header__phone {
        display: none;
    }

    .use-aqua .use-aqua__quantity br {
        display: none;
    }

}

/*MIN 450*/

@media (max-width: 450px) {
    .header_busket {
        padding: 0 20px;
    }

    header.header.header_busket .header__phone {
        display: none;
    }

    header.header.header_busket .header__toggle-aside {
        display: none !important;
    }

    header.header.header_busket .header__mobile_tel {
        display: block;
    }

    .header_busket .header__panel {
        flex: 2 0 0 !important;
    }

    header.header.header_busket .header__mobile_tel a {
        color: #514b4b;
        text-decoration: none;
        font: 16px "Conv_HouschkaPro-DemiBold";
    }

    header.header.header_busket .header__mobile_callback {
        color: #3577bc;
        text-decoration: underline;
        text-decoration-style: dashed;
        font: 12px "Conv_HouschkaPro-Medium";
        text-transform: capitalize;
    }

    .container_header header.header.header_busket .lang {
        display: none;
    }

    header.header.header_busket {
        padding: 10px 20px;
    }

    .header_busket .header__mobile-panel {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .header_busket .header__toggle-aside {
        display: none;
    }

    .header_busket .header__btn-location,
    .header_busket .header__btn-del-point {
        display: none;
    }

    .header_busket .header__panel {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .header_busket .header__buttons {
        display: none;
    }

    .block-basket .block-basket__delivery-text .tooltip .tooltip__text {
        left: -88px;
    }

    .basket-modal .basket-modal__delivery-text .tooltip .tooltip__text {
        left: -88px;
    }

    .user-modal.user-modal_registration .user-modal__icon {
        display: none;
    }

    .checkout .tooltip__text {
        left: -257px;
    }

    .use-aqua .tooltip__text {
        left: -64px;
    }
}

/*MAX 450*/
div.news-detail img.detail_picture {
    border-radius: 20px;
}
.content div.news-detail  img{
    height: auto;
    object-fit: contain;
}

@media (max-width: 430px) {
    .notification__btn-wrapper {
        order: 3;
        margin-left: 10px;
    }

    .header__mobile-panel .logo img {
        max-width: 120px;
    }

    .checkout .button_hide-block {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    .checkout .checkout__section {
        padding: 30px 10px;
    }

    .checkout .checkout__list-addresses {
        margin-top: 0;
    }

    .checkout .checkout__data {
        display: flex;
    }

    .checkout .checkout__data + .checkout__data {
        margin-top: 15px;
    }

    p.address_item {
        font: 15px "Conv_HouschkaPro-Medium";
        line-height: 15px;
        padding-bottom: 15px;
    }

    p.address_item span {
        font: 15px "Conv_HouschkaPro-DemiBold";
    }

    .radio .radio__text {
        display: inline-block;
        padding-left: 36px;
        color: #364859;
        font: 15px "Conv_HouschkaPro-Medium";
    }

    .radio .radio__icon {
        width: 20px;
        height: 20px;
    }

    .radio .radio__icon:after, label.radio__element input.radio__hidden-field + span.radio__icon:after {
        top: 4px;
        left: 4px;
    }

    .checkout .checkout__title {
        margin-bottom: 20px;
    }

    .form__field.form__field_magic .form__inp {
        font: 16px "Conv_HouschkaPro-Medium" !important;
    }

    .form__field.form__field_magic .form__label {
        font-size: 15px;
    }

    .checkout .checkout__data-key {
        width: 40%;
    }

    .checkout .checkout__data-value {
        width: 60%;
    }

    .checkout__section .outlets-search {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .checkout__order.c--order .c--order__toggle-info {
        flex: 1 0 0;
        padding: 20px 10px;
    }

    .chose_delivery-radio-items {
        height: 174px;
    }

    .flex_delivery-row .radio.chose_delivery-radio {
        margin-right: 0;
        width: 100%;
    }

    .flex_delivery-row .radio .radio__hidden-field + span.radio__text.btn {
        width: 100%;
        margin-top: 10px;
    }

    .flex_delivery-row p {
        padding-bottom: 5px;
    }

    .checkout .checkout__list-addresses .radio .radio__icon {
        top: 1px;
    }

    .product.product_tile .product__img {
        height: auto;
        object-fit: contain;
    }

    .product.product_tile .sale_label {
        top: 0;
        left: 0;
    }

    .discount__blocks span {
        font: 11px/12px "Conv_HouschkaPro-DemiBold";
        width: 34px;
        height: 34px;
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .slider.slider_product-imgs .sale_label, .product.product_tile .sale_label {
        left: 0;
    }

    div.news-detail img.detail_picture {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    .terms_action-fishka {
        padding: 30px 25px;
    }

    .checkout__payment-method.p--method .p--method__item {
        width: 49%;
        margin-right: 2%;
    }

    .checkout__payment-method.p--method .p--method__item:nth-child(2n) {
        margin-right: 0;
    }

    a.soc.soc_skype {
        display: none;
    }

    .feedback .feedback__callus .feedback__title {
        text-align: center;
    }

    .feedback .feedback__callus {
        text-align: center;
    }

    .feedback .feedback__callback .feedback__title {
        text-align: center;
    }

    .feedback .feedback__help {
        text-align: center;
        padding-right: 0;
    }

    .terms_action-fishka h3 {
        padding-bottom: 24px;
        padding-top: 35px;
    }

    .terms_action-fishka p {
        font: 12px "Conv_HouschkaPro-DemiBold";
        padding-bottom: 5px;
    }

    .top_form_block .form_input_block {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .top_form_block .form_input_block .form_input_block-town {
        width: 100%;
        order: 1;
        margin-bottom: 124px;
    }

    .top_form_block .form_input_block .form__field.form__field_radio {
        width: max-content;
        padding-right: 10px;
        order: 2;
    }

    .bottom_form_block input.name {
        width: calc(100% - 26px);
        position: absolute;
        top: 90px;
    }

    .bottom_form_block input.phone {
        width: calc(100% - 26px);
        position: absolute;
        top: 147px;
    }

    .delivery_block_landing {
        padding-top: 65px;
    }

    .delivery_block-info p {
        padding: 0 25px;
    }

    .about_landing-wrap-title .flex img.mr_b {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .about_landing-wrap-title {
        padding: 25px 0 35px;
    }

    .our_values {
        padding: 50px 0 60px 20px;
        background: #f9fafe !important;
    }

    .bottom_form_block .form__field.form__field_magic.form__field_focus .form__label {
        top: 0;
    }

    .modal.modal_cookies .modal__container .mob_text {
        display: inline-block;
        font-size: 12px;
    }

    .modal.modal_cookies .modal__container span.desc_text {
        display: none;
    }

    .modal.modal_cookies .modal__link {
        display: none;
    }

    .modal.modal_cookies .modal__container .mob_text .modal__link {
        display: inline-block;
        text-decoration: underline;
    }

    .modal.modal_cookies .modal__container {
        display: flex;
    }

    .modal.modal_cookies .modal__container .btn.btn_white {
        padding: 0 15px;
    }


    .landing__wrap, .landing__wrap.landing__wrap_ru {
        background: url(../images/bg/Ellipse_bg-mob.png) no-repeat;
        background-position: 100%;
        background-size: cover;
    }

    .landing__wrap .landing__picture_wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .landing__picture_wrap-item {
        border: none;
    }

    .landing__picture_wrap-item:last-child {
        padding-left: 0;
    }


    .landing__picture_wrap-item.desc {
        display: none;
    }

    .landing__picture_wrap-item.mob {
        display: block;
    }

    .svg-icon.svg-icon_login {
        width: 22px;
        height: 22px;
    }

    /*.header .header__btn-location {*/
    /*  display: none;*/
    /*}*/
    .header .header__user {
        padding: 0;
        margin: 0;
    }


    .header .header__mobile-panel .svg-icon svg path {
        fill: #2c77bb !important;
    }

    .header .logo {
        width: auto;
        overflow: visible;
    }

    .header .header__mobile-panel .svg-icon #logo g.h-mobile-hide {
        display: block !important;
    }

    .header .header__mobile-panel .svg-icon g.h-mobile-hide path {
        fill: #2c77bb !important;
    }

    header.header.header_busket {
        padding: 12px 15px;
    }

    header.header.header_busket .callback .callback__toggle {
        display: block;
    }

    header.header.header_busket a.header__phone {
        display: none;
    }

    /*.logo .svg-icon.svg-icon_logo {*/
    /*  width: auto;*/
    /*  height: auto;*/
    /*}*/
    .basket-small .basket-small__toggle {
        width: 60px;
        height: 66px;
    }

    .header .header__panel {
        padding: 0;
        text-align: right;
    }

    .header__mobile_tel {
        display: block;
    }

    .header__mobile_tel a {
        color: #514b4b;
        text-decoration: none;
        font: 16px "Conv_HouschkaPro-DemiBold";
    }

    .header__mobile_callback {
        color: #3577bc;
        text-decoration: underline;
        text-decoration-style: dashed;
        font: 12px "Conv_HouschkaPro-Medium";
        text-transform: capitalize;
    }

    .checkout__order.c--order.c--order_active .c--order__inner {
        height: auto;
    }

    .checkout__order.c--order .c--order__info {
        display: none;
    }

    button.c--order__btn-slideup.btn.btn_block {
        background: #eaedf1;
        color: #0d2732;
        border: 1px solid #eaedf1;
        max-width: 180px;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .checkout__order.c--order .c--order__head .checkout__link {
        margin-top: 0;
    }

    button.c--order__btn-slideup.btn.btn_block svg.svg-icon {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        transform: rotate(
                180deg);
        display: inline-block;
    }

    .checkout__before svg.svg-icon {
        width: 30px;
        height: 30px;
        overflow: visible;
    }

    .checkout__before image#user_4_ {
        width: 20px;
        height: 20px;
    }

    .checkout__order.c--order .c--order__head {
        border-bottom: 1px solid #eaedf1;
    }


    .checkout__order.c--order .c--order__toggle .icon.icon_arrow-bottom {
        background-position: -1030px -759px;
        width: 18px;
        height: 10px;
        background-size: 1154px, 1079px;
        filter: brightness(0);
    }

    /*.checkout__order.c--order .c--order__toggle-btn {*/
    /*  width: 40px;*/
    /*  height: 40px;*/
    /*  background-color: #eaedf1;*/
    /*  border-radius: 50%;*/
    /*}*/
}

/*MIN 450*/

@media (max-width: 450px) {
    .header_busket {
        padding: 0 20px;
    }

    header.header.header_busket .header__phone {
        display: none;
    }

    header.header.header_busket .header__toggle-aside {
        display: none !important;
    }

    header.header.header_busket .header__mobile_tel {
        display: block;
    }

    .header_busket .header__panel {
        flex: 2 0 0 !important;
    }

    header.header.header_busket .header__mobile_tel a {
        color: #514b4b;
        text-decoration: none;
        font: 16px "Conv_HouschkaPro-DemiBold";
    }

    header.header.header_busket .header__mobile_callback {
        color: #3577bc;
        text-decoration: underline;
        text-decoration-style: dashed;
        font: 12px "Conv_HouschkaPro-Medium";
        text-transform: capitalize;
    }

    .container_header header.header.header_busket .lang {
        display: none;
    }

    header.header.header_busket {
        padding: 10px 20px;
    }

    .header_busket .header__mobile-panel {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .header_busket .header__toggle-aside {
        display: none;
    }

    .header_busket .header__btn-location,
    .header_busket .header__btn-del-point {
        display: none;
    }

    .header_busket .header__panel {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .header_busket .header__buttons {
        display: none;
    }

    .block-basket .block-basket__delivery-text .tooltip .tooltip__text {
        left: -88px;
    }

    .basket-modal .basket-modal__delivery-text .tooltip .tooltip__text {
        left: -88px;
    }

    .user-modal.user-modal_registration .user-modal__icon {
        display: none;
    }

    .checkout .tooltip__text {
        left: -257px;
    }

    .use-aqua .tooltip__text {
        left: -64px;
    }
}

/*MAX 450*/
div.news-detail img.detail_picture {
    border-radius: 20px;
}

@media (max-width: 430px) {


    .checkout .button_hide-block {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    .checkout .checkout__section {
        padding: 30px 10px;
    }

    .checkout .checkout__list-addresses {
        margin-top: 0;
    }

    .checkout .checkout__data {
        display: flex;
    }

    .checkout .checkout__data + .checkout__data {
        margin-top: 15px;
    }

    p.address_item {
        font: 15px "Conv_HouschkaPro-Medium";
        line-height: 15px;
        padding-bottom: 15px;
    }

    p.address_item span {
        font: 15px "Conv_HouschkaPro-DemiBold";
    }

    .radio .radio__text {
        display: inline-block;
        padding-left: 36px;
        color: #364859;
        font: 15px "Conv_HouschkaPro-Medium";
    }

    .radio .radio__icon {
        width: 20px;
        height: 20px;
    }

    .radio .radio__icon:after, label.radio__element input.radio__hidden-field + span.radio__icon:after {
        top: 4px;
        left: 4px;
    }

    .checkout .checkout__title {
        margin-bottom: 20px;
    }

    .form__field.form__field_magic .form__inp {
        font: 16px "Conv_HouschkaPro-Medium" !important;
    }

    .form__field.form__field_magic .form__label {
        font-size: 15px;
    }

    .checkout .checkout__data-key {
        width: 40%;
    }

    .checkout .checkout__data-value {
        width: 60%;
    }

    .checkout__section .outlets-search {
        width: 100% !important;
        margin-bottom: 24px;
    }

    .checkout__order.c--order .c--order__toggle-info {
        flex: 1 0 0;
        padding: 20px 10px;
    }

    .chose_delivery-radio-items {
        height: 174px;
    }

    .flex_delivery-row .radio.chose_delivery-radio {
        margin-right: 0;
        width: 100%;
    }

    .flex_delivery-row .radio .radio__hidden-field + span.radio__text.btn {
        width: 100%;
        margin-top: 10px;
    }

    .flex_delivery-row p {
        padding-bottom: 5px;
    }

    .checkout .checkout__list-addresses .radio .radio__icon {
        top: 1px;
    }

    .product.product_tile .product__img {
        height: auto;
        object-fit: contain;
    }

    .product.product_tile .sale_label {
        top: 0;
        left: 0;
    }

    .discount__blocks span {
        font: 11px/12px "Conv_HouschkaPro-DemiBold";
        width: 34px;
        height: 34px;
        margin-right: 7px;
        margin-bottom: 7px;
    }

    .slider.slider_product-imgs .sale_label, .product.product_tile .sale_label {
        left: 0;
    }

    div.news-detail img.detail_picture {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    .terms_action-fishka {
        padding: 30px 25px;
    }

    .checkout__payment-method.p--method .p--method__item {
        width: 49%;
        margin-right: 2%;
    }

    .checkout__payment-method.p--method .p--method__item:nth-child(2n) {
        margin-right: 0;
    }

    a.soc.soc_skype {
        display: none;
    }

    .feedback .feedback__callus .feedback__title {
        text-align: center;
    }

    .feedback .feedback__callus {
        text-align: center;
    }

    .feedback .feedback__callback .feedback__title {
        text-align: center;
    }

    .feedback .feedback__help {
        text-align: center;
        padding-right: 0;
    }

    .terms_action-fishka h3 {
        padding-bottom: 24px;
        padding-top: 35px;
    }

    .terms_action-fishka p {
        font: 12px "Conv_HouschkaPro-DemiBold";
        padding-bottom: 5px;
    }

    .top_form_block .form_input_block {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .top_form_block .form_input_block .form_input_block-town {
        width: 100%;
        order: 1;
        margin-bottom: 124px;
    }

    .top_form_block .form_input_block .form__field.form__field_radio {
        width: max-content;
        padding-right: 10px;
        order: 2;
    }

    .bottom_form_block input.name {
        width: calc(100% - 26px);
        position: absolute;
        top: 90px;
    }

    .bottom_form_block input.phone {
        width: calc(100% - 26px);
        position: absolute;
        top: 147px;
    }

    .delivery_block_landing {
        padding-top: 65px;
    }

    .delivery_block-info p {
        padding: 0 25px;
    }

    .about_landing-wrap-title .flex img.mr_b {
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .about_landing-wrap-title {
        padding: 25px 0 35px;
    }

    .our_values {
        padding: 50px 0 60px 20px;
        background: #f9fafe !important;
    }

    .bottom_form_block .form__field.form__field_magic.form__field_focus .form__label {
        top: 0;
    }

    .modal.modal_cookies .modal__container .mob_text {
        display: inline-block;
        font-size: 12px;
    }

    .modal.modal_cookies .modal__container span.desc_text {
        display: none;
    }

    .modal.modal_cookies .modal__link {
        display: none;
    }

    .modal.modal_cookies .modal__container .mob_text .modal__link {
        display: inline-block;
        text-decoration: underline;
    }

    .modal.modal_cookies .modal__container {
        display: flex;
    }

    .modal.modal_cookies .modal__container .btn.btn_white {
        padding: 0 15px;
    }


    .landing__wrap, .landing__wrap.landing__wrap_ru {
        background: url(../images/bg/Ellipse_bg-mob.png) no-repeat;
        background-position: 100%;
        background-size: cover;
    }

    .landing__wrap .landing__picture_wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
    }

    .landing__picture_wrap-item {
        border: none;
    }

    .landing__picture_wrap-item:last-child {
        padding-left: 0;
    }


    .landing__picture_wrap-item.desc {
        display: none;
    }

    .landing__picture_wrap-item.mob {
        display: block;
    }

    .svg-icon.svg-icon_login {
        width: 22px;
        height: 22px;
    }

    /*.header .header__btn-location {*/
    /*  display: none;*/
    /*}*/
    .header .header__user {
        padding: 0;
        margin: 0;
    }


    .header .header__mobile-panel .svg-icon svg path {
        fill: #2c77bb !important;
    }

    .header .logo {
        width: auto;
        overflow: visible;
    }

    .header .header__mobile-panel .svg-icon #logo g.h-mobile-hide {
        display: block !important;
    }

    .header .header__mobile-panel .svg-icon g.h-mobile-hide path {
        fill: #2c77bb !important;
    }

    header.header.header_busket {
        padding: 12px 15px;
    }

    header.header.header_busket .callback .callback__toggle {
        display: block;
    }

    header.header.header_busket a.header__phone {
        display: none;
    }

    /*.logo .svg-icon.svg-icon_logo {*/
    /*  width: auto;*/
    /*  height: auto;*/
    /*}*/
    .basket-small .basket-small__toggle {
        width: 60px;
        height: 66px;
    }

    .header .header__panel {
        padding: 0;
        text-align: right;
    }

    .header__mobile_tel {
        display: block;
    }

    .header__mobile_tel a {
        color: #514b4b;
        text-decoration: none;
        font: 16px "Conv_HouschkaPro-DemiBold";
    }

    .header__mobile_callback {
        color: #3577bc;
        text-decoration: underline;
        text-decoration-style: dashed;
        font: 12px "Conv_HouschkaPro-Medium";
        text-transform: capitalize;
    }

    .checkout__order.c--order.c--order_active .c--order__inner {
        height: auto;
    }

    .checkout__order.c--order .c--order__info {
        display: none;
    }

    button.c--order__btn-slideup.btn.btn_block {
        background: #eaedf1;
        color: #0d2732;
        border: 1px solid #eaedf1;
        max-width: 180px;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .checkout__order.c--order .c--order__head .checkout__link {
        margin-top: 0;
    }

    button.c--order__btn-slideup.btn.btn_block svg.svg-icon {
        width: 10px;
        height: 10px;
        margin-left: 5px;
        transform: rotate(
                180deg);
        display: inline-block;
    }

    .checkout__before svg.svg-icon {
        width: 30px;
        height: 30px;
        overflow: visible;
    }

    .checkout__before image#user_4_ {
        width: 20px;
        height: 20px;
    }

    .checkout__order.c--order .c--order__head {
        border-bottom: 1px solid #eaedf1;
    }


    .checkout__order.c--order .c--order__toggle .icon.icon_arrow-bottom {
        background-position: -1030px -759px;
        width: 18px;
        height: 10px;
        background-size: 1154px, 1079px;
        filter: brightness(0);
    }

    /*.checkout__order.c--order .c--order__toggle-btn {*/
    /*  width: 40px;*/
    /*  height: 40px;*/
    /*  background-color: #eaedf1;*/
    /*  border-radius: 50%;*/
    /*}*/
}


@media (max-width: 420px) {
    form.to-email-popup {
        padding: 10px 0 0 0;
        flex-direction: column;
    }

    form.to-email-popup input {
        max-width: 60vw !important;
    }

    form.to-email-popup button.send {
        width: 60vw;
        min-height: 30px !important;
        height: 30px;
        margin: 10px 0 0 0;
    }

    button.to-email-popup-close {
        position: absolute;
        top: 0;
    }
}

@media (max-width: 414px) {
    div.form__footer div:nth-child(2) {
        margin: 3% -1.8vw;
        margin: 3% -10%;
    }
}

@media (max-width: 400px) {
    .landing__wrap,
    .landing__wrap.landing__wrap_ru {
        background: url(../images/bg/app_landing_image320.png) no-repeat;
        background-size: cover;
        background-position: 0px 70px;
    }
}

@media only screen and (max-width: 400px) {
    .recommended_novelties .product__block-buy.product__not-available {
        padding-bottom: 2px !important;
    }

    div#recommended_novelties_popup {
        height: 39vh;
    }

    #recommended_novelties_popup .title {
        font-size: 18px;
    }


    #recommended_novelties_popup .product.product_tile {
        padding: 15px 10px;
    }

    #recommended_novelties_popup .product.product_tile .product__inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }


    #recommended_novelties_popup .product.product_tile .product__wrap-img {
        max-width: 20%;
        height: 80px;
        margin: 0;
    }

    #recommended_novelties_popup .product.product_tile .product__title {
        width: calc(100% - 30%);
        height: 49px;
    }

    #recommended_novelties_popup .product.product_tile .product__wrap-cost {
        margin-bottom: 20px;
        display: flex;
        align-items: flex-end;
    }

    #recommended_novelties_popup .product__packing.packing {
        width: max-content;
        margin-bottom: 0;
        margin-right: 10px;
    }

    .basket-modal .basket-modal__title {
        padding: 15px 30px;
    }

    .modal .modal__title {
        font: 22px "Conv_HouschkaPro-DemiBold";
    }

    .basket-modal .basket-modal__list-products .product {
        padding: 20px 0 40px 10px;
    }
}


@media (max-width: 390px) {
    div.form__footer div:nth-child(2) {
        margin: 3% -10%;
    }
}

@media (max-width: 375px) {
    .office_landing.fishka_new {
        padding-top: 5px;
    }
}

@media (max-width: 360px) {
    div.form__footer div:nth-child(2) {
        margin: 3% -20%;
    }
}

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

    #recommended_novelties_popup .title {
        font-size: 18px;
    }
}

@media (max-width: 330px) {
    div.form__footer div:nth-child(2) {
        margin: 3% -35%;
    }
}

.s--registration__state-step-1 .form__field.form__field_checkboxes.form__field_error {
    margin-bottom: 35px !important;
}

.page-home__hits {
    width: 100%;
}

.form .form__row.form__row_smart .form__field {
    max-width: 100%;
}

.checkbox .checkbox__text {
    width: 100%;
}

.header .callback .callback__toggle .callback__toggle-content:nth-last-child(2) {
    padding-right: 40px;
}

.callback__toggle.pb-20 {
    padding-bottom: 20px;
}

.aside .aside__hr {
    margin-left: 15px;
    margin-right: 25px;
    margin-top: 10px;
}

.aside {
    padding-top: 0 !important;
}


@media (max-width: 1230px) {
    .header .callback .callback__toggle .callback__toggle-content:nth-last-child(2) {
        padding-right: 15px;
    }

    .aside .aside__callback {
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .layout-main .layout-main__aside {
        top: 70px !important;
    }

    .layout-main .layout-main__aside {
        height: calc(100vh - 70px);
        overflow: auto;
    }

    body.hidden_body {
        overflow: hidden;
    }

    .slider.slider_main .slider__container {
        min-height: 80vh;
    }

    .product.product_main-slide .product__img {
        height: 590px;
    }

    .header .basket-small .basket-small__counter {
        top: 9px;
    }

    .header .header__logo {
        width: auto;
        margin: 0 5px;
    }

    .container_header .lang {
        margin-left: 10px;
    }

    .basket-small .basket-small__icon {
        top: 18px;
    }

    .header .basket-small .basket-small__counter {
        left: 45px;
    }
}

/*Choose Town mob*/

@media (max-width: 480px) {
    .header .aside__location {
        display: block;
        margin-left: 0;
    }

    .delivery-points {
        display: none;
    }

    .location .location__toggle {
        display: none;
    }

    .popup.popup_location {
        width: 100%;
        top: calc(100vh - 332px);
        right: 0;
        transform: none;
        position: fixed;
        border-radius: 70px 70px 0 0;
        padding-top: 90px;
        height: 332px;
    }

    .popup.popup_location:before {
        display: none;
    }

    .popup.popup_location .popup__title {
        text-align: center;
    }

    .form.form_location {
        min-height: initial;
        margin-bottom: 20px;
    }

    .modal.modal_location.modal_right {
        top: auto;
        right: 0;
        width: 100%;
        height: auto;
        left: auto;
        bottom: 0;
        border-radius: 70px 70px 0 0;
    }

    .modal.modal_location.modal_right .modal__close {
        display: none;
    }

    .modal.modal_location.modal_right .modal__title {
        font: 18px "Conv_HouschkaPro-Medium";
    }

    .modal.modal_location.modal_right .list-cities .list-cities__text {
        font: 12px/15px "Conv_HouschkaPro-Bold";
        text-transform: uppercase;
    }

    .modal.modal_location .list-cities {
        margin-bottom: 20px;
    }

    .bx-location .bx-location__popup {
        bottom: 100%;
        top: auto;
        z-index: 11;
        border-radius: 24px;
        background: #FFF;
        box-shadow: none;
        border: none;
    }

    .bx-location .bx-location__popup .bx-location__inp {
        border: 1px solid #d0dde8;
        border-radius: 20px;
        padding: 0 10px;
        margin-top: 10px;
    }

    .bx-location .bx-location__list {
        max-height: 130px;
    }

    .bx-location .bx-location__popup {
        bottom: auto;
        top: 0;
        padding: 0;
    }

    .bx-location.bx-location_open .bx-location__popup {
        min-height: 240px;
    }

    .bx-location .bx-location__inp {
        border: none !important;
        border-radius: 0 !important;
        border-bottom: 1px solid #d0dde8 !important;
        margin-top: 0 !important;
        font: 17px "Conv_HouschkaPro-Medium";
    }
}


/*BLOG STYLE NEW*/
.news-list .news-item {
    display: flex;
}

.news-item-img {
    margin-right: 30px;

}

.content .news-list .news-item a {
    color: #488CE6;
    text-decoration: none;
}

.content .news-list .news-item h2 {
    font: 23px "Conv_HouschkaPro-Bold";
    line-height: 23px;
    letter-spacing: 0;
    text-align: left;
    color: #488CE6;
    transition: all 0.3s;
}

.content .news-list .news-item a:hover h2 {
    color: #2abbff;
}

.news-item-img img {
    border-radius: 34px;
    float: none !important;
}

.news-item {
    margin-bottom: 30px;
}

.news-item-cont {
    line-height: 22px;
    font: 17px "Conv_HouschkaPro-Medium";
    width: calc(100% - 330px);
}

.news-item-cont span.news-date-time {
    color: #666;
    font: 14px "Conv_HouschkaPro-Medium";
    line-height: 18px;
    display: block;
    margin-bottom: 9px;
}


@media (max-width: 668px) {
    .news-list .news-item {
        flex-wrap: wrap;
    }

    .news-item-cont {
        width: 100%;
    }

    .news-item-img {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

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

    .content .news-list .news-item h2 {
        margin-bottom: 10px;
    }
}

.seoblock-append.seoblock-append__wrapper_empty .seoblock-append__toggle {
    display: none;
}


/* NEW HEADER/FOOTER */
.new_base-layout .container {
    max-width: 1396px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.new_base-layout .header .callback .callback__toggle .callback__toggle-content:nth-last-child(2) {
    display: none;
}

.new_base-layout .container_header {
    padding: 0 15px;
}

.new_base-layout .layout-main__header {
    padding: 0;
}

.new_base-layout .layout-main__header .header .header__user {
    display: none;
}

.new_base-layout .layout-main__header .header .header__fast-order-btn.btn {
    display: none;
}

.new_base-layout .layout-main__header .header .lang {
    display: none;
}

.new_base-layout .layout-main__header .header .notification__btn-wrapper {
    display: none;
}

.new_base-layout .layout-main__header .header .aside__location {
    display: none;
}

.new_base-layout .layout-main__header .header .callback .callback__toggle-text a {
    color: #1F96FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-family: Houschka Pro, sans-serif;
}

.new_base-layout .layout-main__header .header .callback {
    display: block;
}

.new_base-layout .layout-main__header .header .callback .callback__toggle {
    padding-right: 0;
    display: flex;
}

.new_base-layout .layout-main__header .header .callback .callback__toggle-desc {
    color: #514B4B;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
}

.new_base-layout .layout-main__header .header .header__btn-location {
    display: none !important;
}

.new_base-layout .layout-main__header .header .header__toggle-aside {
    display: none !important;
}

@media (min-width: 600px) {
    .new_base-layout .header .header__mobile-panel {
        display: none;
    }

    .new_base-layout .header .header__panel {
        justify-content: space-between;
    }
}

.new_base-layout .header__panel .aside__logo {
    max-width: clamp(150px, 20vw, 260px);
    display: block;
}

.new_base-layout .header__panel .aside__logo .logo img {
    width: 100% !important;
}

.new_base-layout .header {
    padding: 20px 0;
}

.new_base-layout .header .container {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
}

.new_base-layout .header .header__logo {
    max-width: clamp(150px, 20vw, 260px);
}

.new_base-layout .header .header__logo picture {
    display: flex;
    align-items: center;
}

.new_base-layout .header .header__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.new_base-layout .header .header__phone {
    display: grid;
    grid-template-columns: 24px 1fr;
    grid-gap: 16px;
    align-items: center;
    justify-content: center;
}

.new_base-layout .header .header__phone .phone__title .phone {
    color: #1F96FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 70% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.new_base-layout .header .header__phone .phone__title .phone__subtitle {
    color: #514B4B;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 107.692% */
}

.new_base-layout .footer ,
.new_base-layout-footer .footer {
    margin-top: 10px;
    padding: 0;
}

.new_base-layout .footer .footer__wrapper ,
.new_base-layout-footer .footer .footer__wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #E2E2E2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_base-layout .footer .footer__wrapper .copyright ,
.new_base-layout-footer .footer .footer__wrapper .copyright {
    color: #93A7BA;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 146.667% */
}

.new_base-layout .footer .footer__wrapper .payments ,
.new_base-layout-footer .footer .footer__wrapper .payments {
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: center;
    opacity: 0.55;
}

.new_base-layout .footer .footer__wrapper .social ,
.new_base-layout-footer .footer .footer__wrapper .social {
    display: flex;
    align-items: center;
    gap: 28px;
}

.new_base-layout .footer .footer__wrapper .social .social__link ,
.new_base-layout-footer .footer .footer__wrapper .social .social__link {
    display: flex;
    align-items: center;
    opacity: 0.55;
    transition: 0.3s;
}

.new_base-layout .footer .footer__wrapper .social .social__link:hover ,
.new_base-layout-footer .footer .footer__wrapper .social .social__link:hover {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .new_base-layout .footer ,
    .new_base-layout-footer .footer {
        margin-top: 0;
    }

    .new_base-layout .footer .container ,
    .new_base-layout-footer .footer .container {
        padding: 0;
    }

    .new_base-layout .footer .footer__wrapper ,
    .new_base-layout-footer .footer .footer__wrapper {
        flex-direction: column-reverse;
    }

    .new_base-layout .footer .footer__wrapper .social ,
    .new_base-layout-footer .footer .footer__wrapper .social {
        padding-bottom: 25px;
        border-bottom: 1px solid #E2E2E2;
        width: 100%;
        justify-content: center;
        margin-bottom: 25px;
    }

    .new_base-layout .footer .footer__wrapper .payments ,
    .new_base-layout-footer .footer .footer__wrapper .payments {
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    .new_base-layout .layout-main__header .header .header__toggle-aside {
        display: none !important;
    }

    .new_base-layout .header .header__buttons {
        justify-content: initial;
    }

    .new_base-layout .header .header__panel {
        width: 100%;
    }

    .new_base-layout .header .header__logo {
        margin: 0;
    }

    .new_base-layout .callback .callback__toggle-icon {
        display: none;
    }

    .new_base-layout .callback .callback__toggle-content {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .new_base-layout .header .header__phone {
        grid-template-columns: 1fr;
    }

    .new_base-layout .header .header__phone .phone__icon {
        display: none;
    }

    .new_base-layout .header .header__phone .phone__title .phone {
        font-size: 18px;
        line-height: 14px;
        letter-spacing: 0.54px;
        margin-bottom: 0;
    }
}

@media (max-width: 430px) {
    .new_base-layout .layout-main__header {
        height: fit-content;
    }

    .new_base-layout .layout-main .layout-main__main {
        padding-top: 0;
        margin-top: 83px;
    }
}

.equipment-about-wrap {
    height: fit-content;
}

/*NEW DISCOUNT IN CHECKOUT*/
.modal-dialog:has(.not-solo-discount) {
    .modal-title.not-solo {
        display: block !important;
    }

    .modal-title.solo {
        display: none !important;
    }
}

.not-solo-discount {
    .multiple-cont-top {
        .title {
            display: none !important;
        }
    }

    .info-block-label {
        position: relative;
        border-left: none;
        display: block !important;

        .info-counter {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #488CE6;
            width: 65px;
            gap: 5px;
            color: white;
            font-size: 22px;
            font-weight: 600;
        }

        p {
            font-size: 19px;
            font-weight: 600;
            line-height: 19px;
            color: #364859;

        }

    }

    .multiple-cont-top {
        margin-top: 12px;
    }
}

@media (max-width: 992px) {
    .not-solo-discount {
        .info-block-label {
            padding-left: 80px;

            p {
                text-align: left;
            }

        }

        .multiple-cont-top p {
            text-align: left !important;
        }

    }

    .modal-dialog:has(.not-solo-discount) {
        h5#exampleModalProductPersonalLabel {
            font-size: 20px;
            line-height: 20px;
        }
    }

}

/*ZLOG PACKAGE STYLES*/
.checkout__section-bottom {
    border-left: 1px solid #eaedf1;
    padding-top: 0;
}

.checkout__package_bags {
    padding-top: 30px;
    border-top: 1px solid #eaedf1;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaedf1;
}

.checkout__confirm, .checkout__send, .checkout__agreement {
    padding-left: 40px;
}

.checkout .checkout__comment {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    border-bottom: 1px solid #eaedf1;
}

.checkout .checkout__comment .comment-delivery-title {
    padding-left: 0;
}

.comment-delivery-dropdown {
    padding-left: 0;
}

.checkout__package_bags .product.product_in-order .product__layout-2, .checkout__zalog .product.product_in-order .product__layout-2 {
    height: 100%;
    flex-direction: column;
    gap: 21px;
}

.checkout__package_bags .product.product_in-order .product__layout-2-1, .checkout__zalog .product.product_in-order .product__layout-2-1 {
    flex-grow: 1;
}

.checkout__package_bags .product.product_in-order .product__layout-2-2, .checkout__zalog .product.product_in-order .product__layout-2-2 {
    width: fit-content;
}

.checkout__package_bags .product.product_in-order .counter__btn_plus, .checkout__zalog .product.product_in-order .counter__btn_plus, .checkout__package_bags .product.product_in-order .counter__btn_plus__bag, .checkout__zalog .product.product_in-order .counter__btn_plus__bag {
    padding-top: 2px;
}

.checkout__package_bags .product.product_in-order .counter__price-wrapper, .checkout__zalog .product.product_in-order .counter__price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.checkout__package_bags .product.product_in-order .counter__price-wrapper .product__price, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__price {
    margin-top: 0;
}

@media (max-width: 575px) {
    /*.checkout__package_bags:has(input[type="checkbox"]:checked) .product.product_in-order, .checkout__zalog:has(input[type="checkbox"]:checked) .product.product_in-order {*/
    /*    border-color: #488ce6;*/
    /*}*/

    .checkout__package_bags .product.product_in-order, .checkout__zalog .product.product_in-order {
        box-shadow: none !important;
        border-radius: 20px;
        border-color: #eaedf1;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter {
        order: 0 !important;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter {
        background-color: #488ce6;
        border-radius: 30px;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn {
        color: white;
        font-family: "Conv_HouschkaPro-Medium", sans-serif;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__field, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__field {
        border-radius: 50%;
        height: 26px;
        width: 26px;
        aspect-ratio: 1;
        color: #488ce6;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_plus, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_plus, .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_plus__bag, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_plus__bag {
        padding-top: 5px;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_minus, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_minus, .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_minus__bag, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__counter .counter .counter__btn_minus__bag {
        padding-top: 2px;
    }

    .checkout__package_bags .product.product_in-order .counter__price-wrapper .product__layout-2-2, .checkout__zalog .product.product_in-order .counter__price-wrapper .product__layout-2-2 {
        order: 1 !important;
    }

    .checkout__package_bags .product.product_in-order .product__layout-2, .checkout__zalog .product.product_in-order .product__layout-2 {
        gap: 0;
    }

    .checkout__package_bags .product.product_in-order .product__layout-2 .product__layout-2-1, .checkout__zalog .product.product_in-order .product__layout-2 .product__layout-2-1 {
        order: 0 !important;
    }

    .checkout__package_bags .product.product_in-order .product__wrap-img, .checkout__zalog .product.product_in-order .product__wrap-img {
        width: 85px;
        align-items: center;
    }
}

@media (max-width: 566px) {
    .checkout .checkout__confirm {
        margin-bottom: 10px;
    }

    .checkout__package_bags {
        padding-bottom: 10px;
    }

    .checkout__confirm, .checkout__send, .checkout__agreement {
        padding-left: 20px;
    }

    .checkout .checkout__comment {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .footer .footer__layout-1-1 {
        flex: 0 0 235px;
        padding-right: 10px;
    }

    .footer .footer__layout-1-2-1 {
        padding: 0 0 0 10px;
    }
}

/*Fix new born*/
body:has(.form-fix) {
    .layout-main .layout-main__main {
        padding-top: 150px;
    }

    .action__form .form__row .wv-captcha {
        padding: 0 0 20px;
    }

    .form .form__row.form__row_smart {
        width: 100%;
    }

    .page-action .action.action_v7 .form_action {
        padding: 20px;

    }

    .page-action .action.action_v7 .action__form {
        bottom: 40px;
        top: 0;
        display: flex;
    }

    .form.form_action .form__row + .form__row {
        margin-top: 15px;
    }

    .form__field.form__field_magic {
        margin-bottom: 0;
    }

    .form.form_action .form__row + .form__row:has(input[type="text"]) {
        margin-top: 0;
    }

    .action__form .form__row .wv-captcha {
        margin-top: 20px
    }

    @media (max-width: 1200px) {


        .page-action .action.action_v7 .action__form {
            height: fit-content;
            min-height: max-content;
            bottom: 0;
        }

    }
    @media (max-width: 800px) {
        .layout-main .layout-main__main {
            padding-top: 70px;
        }

    }
    @media (max-width: 566px) {
        .page-action .action.action_v7 .action__form {
            position: relative;
            margin-top: 15px;
        }

        .layout-main .layout-main__main {
            padding-top: 60px;
        }

        .page-action .action {
            padding-bottom: 0 !important;
            margin-bottom: 15px !important;

        }
    }
}

.nav-aside .nav-aside__item + .nav-aside__item.new__clietn-promo .nav-aside__text{
    color: #ff5a00;
}
a.aside__sale.btn.btn_sale.CAREER{
    background-color: rgb(39, 142, 237, 0.15);
    color: rgb(39, 142, 237);
    border-color: rgb(39, 142, 237, 0.6);
    .btn__text{
        line-height: 38px;
    }
    &:hover{
        background-color: white;
    }
}

/*zalog info modal*/
.zalog__modal {
    background-color: rgba(107, 174, 237, 0.25);

    .modal-dialog {
        max-width: 600px;
    }
    .modal-body {
        padding: 60px 76px;
        .btn-close {
            position: absolute;
            right: 10px;
            top: 10px;
            background: transparent;
            border: none;
            z-index: 1;
            left: initial;
            display: flex !important;
            width: 32px;
            height: 32px;
            align-items: center;
            justify-content: center;


            svg {
                width: 12px;
                height: 12px;
            }
        }
        .zalog__modal-img-wrapper{
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            img{
                height: auto;
                object-fit: contain;
            }
        }
        .zalog__modal-title{
            font-family: 'Conv_HouschkaPro-DemiBold', sans-serif;
            font-style: normal;
            font-size: 23px;
            line-height: 100%;
            text-align: center;
            color: #364859;
            margin-bottom: 20px;
            letter-spacing: 0;
        }
        .zalog__modal-description{
            font-family: 'Conv_HouschkaPro-Medium', sans-serif;
            font-style: normal;
            font-size: 17px;
            line-height: 100%;
            text-align: center;
            color: #607389;
            margin-bottom: 50px;
            letter-spacing: 0;

            &.alcohol-modal__description{
                margin-bottom: 20px;
            }
        }
        .modal__checkbox{
            display: flex;
            justify-content: center;
            margin-bottom: 50px;
            .modal__checkbox-label{
                font-family: 'Conv_HouschkaPro-Medium', sans-serif;
                font-style: normal;
                font-size: 17px;
                line-height: 100%;
                text-align: center;
                color: #607389;
                cursor: pointer;
            }
        }
    }
    .close__btn-wrapper {
        display: flex;
        justify-content: center;
        .close__btn {
            min-width: 216px;
            background-color: #5e9b52;
            border: 1px solid #5e9b52;
            color: white;
            height: 48px;
            font-size: 14px;
            border-radius: 25px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            &:hover {
                background-color: white;
                color: #5e9b52;
            }
        }

    }
}
@media screen and (max-width: 768px) {
    .zalog__modal {

        .modal-body {
            padding: 20px;

            .zalog__modal-img-wrapper {
                margin-bottom: 16px;
            }

            .zalog__modal-title {
                font-size: 20px;
                margin-bottom: 16px;
            }

            .zalog__modal-description {
                line-height: 140%;
                margin-bottom: 32px;
            }
        }
    }
}

@media screen and (min-width: 1070px){
    .nav-aside .nav-aside__item_open .nav-aside__submenu{
        width: 250px;
        li.nav-aside__item{
            padding: 3px 20px;

        }
    }
}

/* blog products slider */

.product__proposal.no__products .proposal__no-products {
    max-width: 390px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}

.product__proposal.no__products .proposal__header {
    font-size: clamp(20px, 3vw, 34px);
    margin-bottom: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #1E1F4B;

}

.product__proposal.no__products .proposal__image {
    margin-bottom: 20px;
}

.product__proposal.no__products .proposal__title {
    font-family: "HouschkaPro-Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 100%;

    text-align: center;

    color: #1F96FF;
    margin-bottom: 20px;
}

.product__proposal.no__products .proposal__description {

    font-style: normal;
    font-family: 'HouschkaPro-Medium', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    /* Black text */
    color: #000000;
}

.product__proposal.no__products {
    padding: 45px 0;
    margin: 0 auto;
    font-family: 'Houschka Pro', sans-serif;
}

.product__proposal.no__products .proposal__header {
    margin-bottom: 20px;
}

.product__proposal.no__products .proposal__title {
    margin-bottom: 20px;
    font-size: 18px;
}

.product__proposal.no__products .proposal__description {
    font-size: 15px;
}
.ctlg-list .blog-products__slider {
    * + * {
        margin-top: initial;
    }
}

.blog-products__slider {
    position: relative;
}

.ctlg-list .blog-products__slider .ctlg-list__item {
    width: 100%;
    border-right: 1px solid #eaedf1;
    border-top: 1px solid #eaedf1;
}

.blog-products-replace{
    padding: 0 20px;
}

.blog-products-replace .blog-products__slider .slider__btn.slider__btn_next {
    right: -25px;
    &.swiper-button-disabled{
        opacity: 0.4;
    }
}

.blog-products-replace .blog-products__slider .slider__btn.slider__btn_prev {
    left: -25px;
    &.swiper-button-disabled{
        opacity: 0.4;
    }
}
.blog-products-replace .product.product_tile .product__title{
    margin-bottom: 24px;
}
.blog-products-replace .ctlg-list .blog-products__slider .ctlg-list__item{
    height: 100%;
    .product.product_tile{
        height: 100%;
    }
}

.blog-products-replace .blog-products__slider .slider__btn {
    top: 50%;
    transform: translateY(-50%);
}

.blog-products__slider .slider__container {
    flex: 1 1 auto;
    min-width: 0;
}
