

/* Start:/bitrix/templates/.default/ajax/ajax.css?1633434286448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/local/templates/roso/vendor/normalize.css?16334343006138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/roso/vendor/slick/slick.css?16334343001776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/roso/vendor/datepicker/datepicker-bulma.css?16351397895237*/
.datepicker {
    display: none;
}

.datepicker.active {
    display: block;
}

.datepicker-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding-top: 4px;
}

.datepicker-dropdown.datepicker-orient-top {
    padding-top: 0;
    padding-bottom: 4px;
}

.datepicker-picker {
    display: inline-block;
    border-radius: 4px;
    background-color: white;
}

.datepicker-dropdown .datepicker-picker {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker-picker span {
    display: block;
    flex: 1;
    border: 0;
    border-radius: 4px;
    cursor: default;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.datepicker-main {
    padding: 2px;
}

.datepicker-footer {
    box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.1);
    background-color: whitesmoke;
}

.datepicker-controls, .datepicker-view, .datepicker-view .days-of-week, .datepicker-grid {
    display: flex;
}

.datepicker-grid {
    flex-wrap: wrap;
}

.datepicker-view .dow, .datepicker-view .days .datepicker-cell {
    flex-basis: 14.28571%;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    flex-basis: 25%;
}

.datepicker-view .week, .datepicker-cell {
    height: 2.25rem;
    line-height: 2.25rem;
}

.datepicker-title {
    box-shadow: inset 0 -1px 1px rgba(10, 10, 10, 0.1);
    background-color: whitesmoke;
    padding: 0.375rem 0.75rem;
    text-align: center;
    font-weight: 700;
}

.datepicker-header .datepicker-controls {
    padding: 2px 2px 0;
}

.datepicker-header .datepicker-controls .button {
    border-color: transparent;
    font-weight: bold;
}

.datepicker-header .datepicker-controls .button:hover {
    background-color: #f9f9f9;
}

.datepicker-header .datepicker-controls .button:focus:not(:active) {
    box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.datepicker-header .datepicker-controls .button:active {
    background-color: #f2f2f2;
}

.datepicker-header .datepicker-controls .button[disabled] {
    box-shadow: none;
}

.datepicker-footer .datepicker-controls .button {
    margin: calc(0.375rem - 1px) 0.375rem;
    border-radius: 2px;
    width: 100%;
    font-size: 0.75rem;
}

.datepicker-controls .view-switch {
    flex: auto;
}

.datepicker-controls .prev-btn,
.datepicker-controls .next-btn {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
    width: 2.25rem;
}

.datepicker-controls .prev-btn.disabled,
.datepicker-controls .next-btn.disabled {
    visibility: hidden;
}

.datepicker-view .dow {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
}

.datepicker-view .week {
    width: 2.25rem;
    color: #b5b5b5;
    font-size: 0.75rem;
}

@media (max-width: 22.5rem) {
    .datepicker-view .week {
        width: 1.96875rem;
    }
}

.datepicker-grid {
    width: 15.75rem;
}

@media (max-width: 22.5rem) {
    .calendar-weeks + .days .datepicker-grid {
        width: 13.78125rem;
    }
}

.datepicker-cell:not(.disabled):hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.datepicker-cell.focused:not(.selected) {
    background-color: #e8e8e8;
}

.datepicker-cell.selected, .datepicker-cell.selected:hover {
    background-color: #3273dc;
    color: #fff;
    font-weight: 600;
}

.datepicker-cell.disabled {
    color: #dbdbdb;
}

.datepicker-cell.prev:not(.disabled), .datepicker-cell.next:not(.disabled) {
    color: #7a7a7a;
}

.datepicker-cell.prev.selected, .datepicker-cell.next.selected {
    color: #e6e6e6;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today) {
    border-radius: 0;
    background-color: whitesmoke;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today):not(.disabled):hover {
    background-color: #eeeeee;
}

.datepicker-cell.highlighted:not(.selected):not(.range):not(.today).focused {
    background-color: #e8e8e8;
}

.datepicker-cell.today:not(.selected) {
    background-color: #00d1b2;
}

.datepicker-cell.today:not(.selected):not(.disabled) {
    color: #fff;
}

.datepicker-cell.today.focused:not(.selected) {
    background-color: #00c4a7;
}

.datepicker-cell.range-start:not(.selected), .datepicker-cell.range-end:not(.selected) {
    background-color: #b5b5b5;
    color: #fff;
}

.datepicker-cell.range-start.focused:not(.selected), .datepicker-cell.range-end.focused:not(.selected) {
    background-color: #afafaf;
}

.datepicker-cell.range-start {
    border-radius: 4px 0 0 4px;
}

.datepicker-cell.range-end {
    border-radius: 0 4px 4px 0;
}

.datepicker-cell.range {
    border-radius: 0;
    background-color: #dbdbdb;
}

.datepicker-cell.range:not(.disabled):not(.focused):not(.today):hover {
    background-color: #d5d5d5;
}

.datepicker-cell.range.disabled {
    color: #c2c2c2;
}

.datepicker-cell.range.focused {
    background-color: #cfcfcf;
}

.datepicker-view.datepicker-grid .datepicker-cell {
    height: 4.5rem;
    line-height: 4.5rem;
}

.datepicker-input.in-edit {
    border-color: #2366d1;
}

.datepicker-input.in-edit:focus, .datepicker-input.in-edit:active {
    box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}

/* End */


/* Start:/local/templates/roso/vendor/custom.css?174849814164420*/
html {
    background-color: #F3F4EF !important;
}

header .content_wrapper .menu .header_menu_wrap a:last-of-type {
    /*color: #fff !important;*/
    opacity: 1;
}

header .content_wrapper .menu .header_menu_wrap a:last-of-type:hover {
    opacity: 0.5;
}

.cards_wrapper.news-items .single_card_wrap {
    width: 33.33%;
}

.cards_wrapper.news-items .single_card_wrap .single_card .card_img {
    height: 180px;
}

.news_page .main_content #main_h1 {
    text-align: left;
}

.detail-page .news-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    margin-bottom: 45px;
}

.detail-page .news-detail-wrapper .col-left {
    max-width: 376px;
    max-height: 400px;
    width: 100%;
    display: inline-block;
    margin-right: 24px;
}

.detail-page .news-detail-wrapper .col-left .detail_picture {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.detail-page .news-detail-wrapper .col-right {
    width: 100%;
    max-width: 536px;
    display: inline-block;
}

.detail-page .date {
    text-align: right;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #AEAEAE;
    padding: 32px 0;
}

.page_404 .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 550px;
    flex-direction: column;
}

.main_content .content_wrapper.page_404 {
    max-width: 100%;
}

.page_404 .flex-container .img-wrapper .title-404 {
    font-weight: 800;
    font-size: 288px;
    line-height: 288px;
    /*background: #fff;*/
    /*mix-blend-mode: lighten;*/

    /* background-color: #E6E2DA; */
    background-color: #F3F4EF;
    background-blend-mode: soft-light, normal;

}

.page_404 .flex-container .img-wrapper {
    background-image: url(/local/templates/roso/images/fire-animation.gif);
    background-size: auto;
    background-position-y: -45px;
    overflow: hidden;
    background-position-x: center;
}

.page_404 .flex-container .sub-title-404 {
    font-size: 36px;
    line-height: 44px;
}

@media (max-width: 640px) {
    .page_404 .flex-container .img-wrapper .title-404 {
        font-size: 150px;
        line-height: 200px;
    }

    .page_404 .flex-container .img-wrapper {
        background-position-y: -110px;
    }

    .page_404 .flex-container .sub-title-404 {
        font-size: 22px;
        line-height: 22px;
    }

    .detail-page .news-detail-wrapper {
        flex-flow: column;
    }

    .detail-page .news-detail-wrapper .col-left {
        max-width: 100%;
        margin-bottom: 25px;
        display: flex;
    }

    .detail-page .news-detail-wrapper .col-right {
        max-width: 100%;
    }

    .cards_wrapper.news-items .single_card_wrap {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .cards_wrapper.news-items .single_card_wrap {
        width: 100%;
    }
}

#basket-root .basket-items-list-wrapper .basket-items-list-header {
    background: #F8F8F8;
}

.product_bottom .product-item-button-container .btn-default.in_cart:hover {
    background-color: #F8F8F8;
}

.input_wrap.password .vision .vision_on path {
    fill: #141414;
}

.order_menu .item.inactive {
    background-color: #F8F8F8;
}

.order_menu .item:hover {
    background: #F8F8F8;
}

.content_wrapper {
    position: relative;
}

.dropdown-toggle {
    display: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #141414;
    padding: 0 20px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.dropdown-toggle.active::after {
    transform: rotate(180deg);
}

.dropdown-toggle::after {
    display: inline-block;
    content: '';
    background: url(/local/templates/roso/images/svg/icons/select_arrow.svg);
    width: 14px;
    height: 8px;
    background-size: cover;
    float: right;
    margin-top: 17px;
}

.product-item-button-container .btn-default.in_cart:hover,
.product-item-detail-info-container .btn-default.in_cart:hover {
    background-color: #F8F8F8 !important;
}

@media(max-width: 640px) {
    .dropdown-toggle {
        display: block;
    }

    .order_menu.mobile {
        position: absolute;
        transform: translate3d(0px, 40px, 0px);
        top: 3px;
        left: 0px;
        z-index: 1000;
        display: none;
        margin: 0 16px;
        background-color: #fff;
        border: 0;
        height: 146px;
        width: 100%;
    }

    .order_menu.mobile.show {
        display: block;
    }

    header .mobile_menu_sandwich:hover .hamburger_inner,
    header .mobile_menu_sandwich:hover .hamburger_inner:before,
    header .mobile_menu_sandwich:hover .hamburger_inner:after {
        background-color: #fff !important;
    }
}

@media (max-width: 1659px) {
    header .menu .header_menu_wrap a.selected span:before {
        background: #E7515A !important;
    }
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
}

form#register_form.hidden,
form#bonus_form.hidden {
    display: none;
}

.radio_wrap.old_adress .radio_inner .single_radio+.single_radio {
    margin: 24px 0 0 0;
}

.radio_wrap.old_adress .radio_inner .single_radio {
    display: block;
}

.content_wrapper .form_wrapper .input_wrap {
    margin-top: 16px;
}

.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper {
    display: flex;
    padding: 24px 0;
    flex-wrap: wrap;
}

.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper .apps-button {
    width: 216px;
    height: 64px;
    background: #F8F8F8;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 16px;
    color: #141414;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
}

.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper .apps-button img {
    object-fit: contain;
}

.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper .apps-button+.apps-button {
    margin-left: 16px;
}

.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper .apps-button.ios {
    background: #1E1E1F;
    color: #FFFFFF;
}

.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper .apps-button .name {
    font-size: 16px;
    line-height: 18px;
}

.bonus_forms_wrapper .bonus_card_wrap * {
    pointer-events: none;
}

.iconsWrap img,
.bonus_forms_wrapper .bonus_card_wrap {
    cursor: pointer;
}

.bonus_forms_wrapper .bonus_card_wrap.disabled,
.iconsWrap img.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.bonus_wrapper .bonus_forms_wrapper .right .getcard_sms {
    display: inline-block;
    background: #141414;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 22px;
    cursor: pointer;
}

.bonus_wrapper .bonus_forms_wrapper .right .getcard_sms svg {
    margin-right: 9px;
}

.bonus_wrapper .bonus_forms_wrapper .right .getcard_sms svg path {
    fill: #fff;
}

.bonus_wrapper .bonus_forms_wrapper .right .getcard_sms svg circle {
    fill: #fff;
}

.bonus_wrapper .bonus_forms_wrapper .right .getcard_sms svg rect {
    fill: #fff;
}

.product_wrap .product_right .product-item-detail-info-container .btn-default.in_cart {
    line-height: 36px;
}

.product_wrap .product_right .product-item-detail-info-container .btn-default {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.product-item-button-container .btn-default.in_cart,
.product-item-detail-info-container .btn-default.in_cart {
    color: #141414;
    border: solid 2px #E7515A;
    background: #fff;
    line-height: 32px;
}

.product-item-button-container .btn-default,
.product-item-detail-info-container .btn-default {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    border: none;
    border-radius: 6px;
    background-color: #141414;
    padding: 0 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-align: center;
}

header .auth.active .user_menu {
    z-index: 120;
    padding-right: 51px;
}

body .fixed_reserve_wrapper {
    z-index: 10;
}

@media (max-width: 485px) {
    .bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper {
        flex-direction: column;
    }

    .bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper .apps-button+.apps-button {
        margin-left: 0;
        margin-top: 16px;
    }

    .catalog_sections_menu_wrap .inner_wrap {
        display: none;
    }
}

/* Обновление для страницы "Бонусная программа" в ЛК */
.bonus_wrapper .bonus_forms_wrapper .right .apps-wrapper.updated {
    display: block;
}

.apps-wrapper.updated p {
    font-size: 18px;
    line-height: 24px;
}

.apps-wrapper.updated .iconsWrap {
    width: 100%;
    margin: 24px 0 0 0;
}

.apps-wrapper.updated .iconsWrap .apple {
    padding: 16px 11px;
    background: #1E1E1F;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
}

.apps-wrapper.updated .iconsWrap .android {
    margin-left: 24px;
}

.apps-wrapper.updated .getcard_sms {
    margin: 32px 0 0 0;
}

.main_content .bonus_forms_wrapper .catalog_button svg {
    margin: -4px 16px 0 0;
}

.bonus_forms_wrapper .catalog_button {
    margin: 48px 0 0 0;
    width: 100%;
}

.bonus_forms_wrapper .right .catalog_button {
    display: none;
}

@media (max-width: 425px) {
    .content_wrapper .footer_social_wrapper a+a {
        margin: 0 0 0 4px;
    }
}

@media all and (max-width:765px) {
    .bonus_forms_wrapper .left .catalog_button {
        display: none;
    }

    .bonus_forms_wrapper .right .catalog_button {
        display: block;
    }
}

.page_order .delivery_type.inbetween {
    color: #979797;
}

.page_order .delivery_type.inbetween span {
    font-size: 16px;
    line-height: 22px;
}

@media all and (max-width:1410px) and (min-width:1360px) {
    header .phone {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 600 !important;
        margin: 26px 0 0 0 !important;
        /* display:none; */
    }

    /*header .menu .header_menu_wrap a,*/
    /*header .auth .login span {*/
    /*    font-size: 14px !important;*/
    /*}*/
}

@media all and (max-width:400px) {
    body .main_content .catalog_button {
        font-size: 15px;
    }
}

/***********************
** Метки START
***********************/
.product_wrap .img_wrap {
    position: relative;
}

.product-item.single_card .marker,
.product_wrap .img_wrap .marker,
.basket-item-block-image .marker {
    display: inline-block;
    box-sizing: border-box;
    z-index: 20;
    padding: 0 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    height: 30px;
    border: 2px solid #868686;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    top: 3px;
    right: 9px;
}

.product_wrap .img_wrap .marker {
    top: 8px;
    right: -8px;
}

.basket-item-block-image .marker {
    right: -3px;
    font-size: 10px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #868686;
    line-height: 20px;
    height: 22px;
}

.product-item.single_card .oldPrice,
.product-item-detail-price-current .oldPrice {
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #AEAEAE;
    margin: 0 0 0 8px;
}

.product-item-detail-price-current .oldPrice {
    font-size: 18px;
}

.main_content .basket-items-list-item-descriptions {
    width: auto;
}

.main_content #basket-root .basket-item-block-info {
    width: 194px;
}

.main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
    padding-left: 24px;
    min-width: auto;
    width: auto;
}

.main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one.basketPickupRow {
    padding-left: 16px;
}

.basketPickupRow .bonus,
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price .bonus {
    color: #66C65E;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin: 4px 0 0 0;
}

.main_content #basket-root .basket-checkout-container .basket-checkout-section-inner {
    flex-flow: column wrap;
    position: relative;
}

.main_content #basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block.basket-checkout-block-btn {
    display: block;
    position: absolute;
    bottom: -110px;
    left: 0;
    text-align: center;
    width: 100%;
}

#basket-root .totalInfo {
    margin-left: calc(100% - 296px);
}

.form_wrapper.order_submit .totalBlock span,
#basket-root .totalInfo span {
    display: inline-block;
}

.page_order .form_wrapper.order_submit .totalBlock .summ,
.form_wrapper.order_submit .totalBlock p,
#basket-root .totalInfo p {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 296px;
}

.main_content .totalInfo p+p {
    margin: 8px 0 0 0;
}

.main_content .totalInfo p.pickupPrice {
    margin: 16px 0 0 0;
}

.main_content .totalInfo p.pickupDiscount {
    margin: 0;
    color: #E7515A;
}

.main_content .totalInfo p.pickupDiscount>span {
    color: #E7515A;
}

#basket-root .totalInfo .left.gray {
    color: #979797;
    margin: 0;
    line-height: 14px;
}

#basket-root .totalInfo .left {
    text-align: left;
    float: left;
    margin: 0 27px 0 0;
}

#basket-root .totalInfo .right {
    text-align: right;
    float: right;
}

.form_wrapper.order_submit .totalBlock .bonus {
    font-size: 20px;
    line-height: 14px;
}

.form_wrapper.order_submit .totalBlock .bonus,
#basket-root .totalInfo .bonus {
    color: #66C65E;
}

#basket-root .totalInfo .total,
#basket-root .totalInfo .right {
    font-size: 20px;
    line-height: 24px;
}

.main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price .basket-item-price-title.mobile {
    display: none;
}

.page_order .form_wrapper.order_submit .bottom_wrap .delivery_type {
    float: left;
}

.form_wrapper.order_submit .totalBlock p+p {
    margin: 7px 0 0 0;
}

.page_order .main_content .content_wrapper .form_wrapper.order.step_02 .input_wrap.bonus .bonusInnerWrap {
    max-width: 344px;
}

.page_order .main_content .content_wrapper .form_wrapper.order.step_02 .input_wrap.bonus {
    max-width: 100%;
}

.input_wrap.bonus .bonusInfo {
    margin: 16px 0 0 0;
}

@media all and (max-width:1024px) {
    .main_content #basket-root #basket-item-table .basket-items-list-item-amount {
        padding-left: 8px;
        padding-right: 8px;
    }

    .main_content #basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block.basket-checkout-block-btn {
        display: block;
        position: relative;
        bottom: auto;
        left: auto;
        margin: 20px 0 0 0;
    }
}

@media all and (max-width:900px) {
    #basket-root #basket-item-table td.basket-items-list-item-descriptions {
        clear: both;
    }

    .main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
        margin: 0 44px 20px 0;
    }
}

@media all and (max-width:640px) {

    #basket-root #basket-item-table tbody {
        display: block;
    }

    .product-item.single_card .marker,
    .product_wrap .img_wrap .marker {
        font-size: 10px;
        padding: 0 6px;
        border-radius: 4px;
        border: 1px solid #868686;
        line-height: 20px;
        height: 22px;
    }

    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_name {
        padding: 11px 12px 16px 12px;
    }

    .product-item.single_card .oldPrice,
    .product-item-detail-price-current .oldPrice {
        font-size: 12px;
        margin: 0 0 0 8px;
    }

    .product-item-detail-price-current .oldPrice {
        font-size: 16px;
    }

    .main_content #basket-root .basket-items-list-wrapper .basket-items-list-header,
    .main_content #basket-root #basket-item-table .mobile_description .pr_description,
    .main_content #basket-root #basket-item-table .mobile_description .pr_weight {
        display: none;
    }

    .main_content #basket-root .basket-item-block-image {
        width: 73px;
        max-width: 73px;
    }

    .main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price .basket-item-price-title.mobile {
        display: block;
    }

    .main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price .basket-item-price-title,
    .main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one.basketPickupRow,
    .main_content #basket-root #basket-item-table .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
        display: none;
    }

    .main_content #basket-root #basket-item-table .basket-items-list-item-amount {
        margin-bottom: 13px;
        padding-left: 0;
        padding-right: 0;
        float: right;
    }

    .main_content #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
        margin: 9px 0 12px 0;
        padding: 0;
    }

    #basket-item-table .basket-item-block-amount {
        padding: 0;
        z-index: 10;
    }

    .main_content #basket-root .basket-item-block-amount .basket-item-amount-filed {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }

    .main_content #basket-root .basket-item-block-amount .basket-item-amount-btn-minus,
    .main_content #basket-root .basket-item-block-amount .basket-item-amount-btn-plus {
        height: 32px;
    }

    .main_content .basket-item-block-price .basket-item-price-current,
    .main_content .basket-item-block-price .bonus {
        display: inline-block;
    }

    #basket-item-table .mobile_description .basket-item-block-price {
        padding-top: 0;
        text-align: left;
    }

    #basket-item-table .mobile_description .basket-item-block-price .basket-item-price-title {
        text-align: left;
    }

    #basket-item-table .mobile_description .basket-item-block-price .basket-item-price-current-text {
        font-size: 14px;
        line-height: 20px;
    }

    #basket-item-table .mobile_description .basket-item-block-price .bonus {
        color: #66C65E;
        font-size: 12px;
        line-height: 16px;
    }

    #basket-root .totalInfo {
        margin-left: 0;
    }

    .main_content .totalInfo p {
        width: 100%;
    }

    #basket-root .totalInfo .total,
    #basket-root .totalInfo .right {
        font-size: 16px;
        line-height: 19px;
    }

    #basket-root .totalInfo .left.small {
        font-size: 14px;
    }

    .main_content .totalInfo p+p {
        margin: 4px 0 0 0;
    }

    .main_content .totalInfo p.pickupPrice {
        margin: 8px 0 0 0;
    }

    .main_content .totalInfo p.pickupDiscount {
        margin: -5px 0 0 0;
    }

    .main_content #basket-root {
        margin: 28px 0 0 0;
    }
}

/***********************
** Метки END
***********************/

/* 09.07.20*/
header.fixed {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 9999;
}

.page_front header.fixed {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 9999;
}

.flying-to-cart {
    position: fixed;
    z-index: 99999;
    width: 24px;
    height: 24px;
}

.cart-message span::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 14px;
    height: 10px;
    margin-right: 15px;
    background-image: url(/local/templates/roso/images/cartok.svg);
    background-size: cover;
}

.cart-message span {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.cart-message {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(20, 20, 20, 0.2);
    padding: 15px 24px;
    border-radius: 8px;
    z-index: 9999;
}

@media (max-width: 640px) {
    .cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_img.hover .descr {
        display: block;
    }

    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img.hover .descr {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 63px;
    }

    .cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_img.hover .product_data {
        display: block;
    }

    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img.hover .product_data {
        display: block;
    }
}

@media (max-width: 485px) {
    .catalog_sections_menu_wrap .inner_wrap {
        display: block;
    }
}

@media (max-width: 480px) {
    .cards_wrapper.catalog_sections .single_card_wrap {
        width: 50%;
    }
}

/******************************************
** 29.07.2020
** Оформление заказ на странице корзины START
******************************************/
.orderFormShown .basket-checkout-container .basket-btn-checkout,
#cartOrderBlock {
    display: none;
}

.page_order.page_cart .cart_bottom {
    display: block;
}

#cartOrderBlock .loading_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    z-index: 10;
    top: 0;
    left: 0;
}

#cartOrderBlock .loading_wrap .lds-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

.page_order .main_content #cartOrderBlock .content_wrapper .form_page {
    margin: 24px 0 0 0;
}

#cartOrderBlock .content_wrapper .form_wrapper.order.step_02 {
    margin: 0;
}

.content_wrapper .catalog_sections_menu_wrap .inner_wrap {
    margin: 0;
    margin-top: 32px;
}

.content_wrapper .catalog_sections_menu_wrap .arrow {
    display: none;
}

@media all and (max-width: 640px) {
    #basket-root #basket-item-table td {
        padding-bottom: 11px !important;
    }
}

@media all and (max-width: 640px) {
    .page_order.page_cart .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead {
        margin-bottom: 0;
    }

    .page_order.page_cart .form_wrapper.order_submit .totalBlock .summ,
    .form_wrapper.order_submit .totalBlock p,
    #basket-root .totalInfo p {
        width: 100%;
    }

    .page_order.page_cart .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small {
        width: calc(50% - 8px);
        margin: 16px 0 0 0 !important;
    }

    .page_order.page_cart .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small.house,
    .page_order.page_cart .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small.flat,
    .page_order.page_cart .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small.floor {
        margin-right: 16px !important;
    }

    /* Залипающее меню каталога в корзине */

    .page_cart .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed+.arrow {
        position: fixed;
        right: 0px;
        top: 64px;
        color: #333333;
        z-index: 99999;
        font-size: 18px;
        width: 16px;
        background: #fff;
        opacity: 0.95;
        padding-left: 8px;
        padding-right: 16px;
        height: 52px;
        display: flex;
        align-items: center;
    }

    .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed a {
        display: inline-block;
    }

    /*.content_wrapper .catalog_sections_menu_wrap .inner_wrap a {*/
    /*    height: auto;*/
    /*    line-height: 18px;*/
    /*    font-size: 13px;*/
    /*    margin: 0;*/
    /*    background: transparent;*/
    /*    border: 0;*/
    /*    padding: 4px 6px 4px 6px;*/
    /*}*/

    .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed a {
        height: auto;
        line-height: 18px;
        font-size: 13px;
        margin: 0;
        background: transparent;
        border: 0;
        padding: 4px 6px 4px 6px;
    }

    .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed {
        position: fixed;
        top: 64px;
        left: 0;
        margin: 0;
        z-index: 8888;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 16px;
        padding-right: 16px;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);
        background: #fff;
    }

    .page_cart .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        max-width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
    }
}

/******************************************
** Оформление заказ на странице корзины END
******************************************/

/******************************************
** 30.07.2020
** Онлайн-оплата START
******************************************/

.paymentRadioWrap .single_radio,
.paymentRadioWrap .single_radio label {
    font-size: 0;
}

.paymentRadioWrap .single_radio {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    text-align: center;
}

.paymentRadioWrap .single_radio+.single_radio {
    margin-left: 12px;
}

.paymentRadioWrap .single_radio+.single_radio.active,
.paymentRadioWrap .single_radio.active+.single_radio {
    margin-left: 11px;
}

.paymentRadioWrap .single_radio input {
    display: none;
}

.paymentRadioWrap .single_radio label {
    display: inline-block;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 8px;
    height: 60px;
    padding: 10px 16px;
    cursor: pointer;
    width: 170px;
}

.paymentRadioWrap .single_radio label span {
    display: inline-block;
    font-size: 11px;
    line-height: 18px;
}

.paymentRadioWrap .single_radio.offlineCash label span {
    width: 90px
}

.paymentRadioWrap .single_radio.offlineCard label span {
    width: 90px
}

.paymentRadioWrap .single_radio.onlineCard label span {
    width: 55px
}

.paymentRadioWrap .single_radio label img {
    vertical-align: top;
    margin: 0 10px 0 0;
}

.paymentRadioWrap .single_radio.offlineCash label img,
.paymentRadioWrap .single_radio.offlineCard label img {
    margin-top: 3px;
}

.paymentRadioWrap .single_radio.applePay label,
.paymentRadioWrap .single_radio.yandexPay label,
.paymentRadioWrap .single_radio.googlePay label,
.paymentRadioWrap .single_radio.sbp label {
    text-align: center;
    padding: 0 16px;
    line-height: 60px;
}

.paymentRadioWrap .single_radio.applePay label img,
.paymentRadioWrap .single_radio.yandexPay label img,
.paymentRadioWrap .single_radio.googlePay label img,
.paymentRadioWrap .single_radio.spb label img {
    vertical-align: middle;
    margin: 0;
}

.paymentRadioWrap .single_radio.spb label img {
    height: 38px;
}

.paymentRadioWrap .single_radio.yandexPay label img {
    height: 32px;
}

.paymentRadioWrap .single_radio input:checked+label {
    border: 2px solid #A53533;
}

.content_wrapper.order_success .error {
    color: #A53533;
    font-weight: bold;
    font-size: 20px;
}

@media all and (max-width: 640px) {

    .paymentRadioWrap .single_radio,
    .paymentRadioWrap .single_radio label {
        width: 100%;
    }

    /*.paymentRadioWrap .single_radio.applePay,*/
    /*.paymentRadioWrap .single_radio.googlePay {*/
    /*    width: calc(50% - 8px);*/
    /*}*/

    .paymentRadioWrap .single_radio.spb label {
        text-align: center;
    }

    .paymentRadioWrap .single_radio+.single_radio {
        margin-left: 0;
    }

    .paymentRadioWrap .single_radio+.single_radio.active,
    .paymentRadioWrap .single_radio.active+.single_radio {
        margin-left: 0;
    }

    /*.paymentRadioWrap .single_radio.googlePay {margin-left: 12px !important;}*/
    .paymentRadioWrap .single_radio input:checked+label {
        border: 1px solid #A53533;
    }
}

/******************************************
** Онлайн-оплата END
******************************************/

.input_wrap.comment textarea {
    min-height: 210px;
}

.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a {
    display: inline-block !important;
    border: none !important
}

.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a svg {
    margin: 0 10px 0 0;
}

.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a svg path {
    fill: #E7515A;
}

@media all and (max-width: 440px) {
    .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a {
        width: 100%;
        margin-left: 0 !important;
        font-size: 16px !important;
    }

    .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a.toCond svg {
        margin: 0 13px 0 3px;
    }
}

.totalInfo .total,
.totalInfo .pickupPrice,
.totalBlock .summ {
    font-weight: bold;
}



.product-item.single_card .marker {
    top: 100px;
}

@media (max-width: 640px) {
    .product-item.single_card .marker {
        top: 78px;
        right: 5px;
    }
}

.element_page_wrap .marker {
    right: 10px !important;
}

@media (max-width: 640px) {
    .element_page_wrap .marker {
        bottom: 10px;
    }
}

.basket-item-block-image .marker {
    top: 4px !important;
}

.product-item.single_card .marker {
    top: 100px;
}

@media (max-width: 640px) {
    .product-item.single_card .marker {
        top: 78px;
        right: 5px;
    }
}

.element_page_wrap .marker {
    right: 10px !important;
}

@media (max-width: 640px) {
    .element_page_wrap .marker {
        bottom: 10px;
    }
}

.basket-item-block-image .marker {
    top: 4px !important;
}

/* Новый слайдер на главной */
.page_front .slider_wrap.frontpageInner {
    margin-top: 0;
}


.main_content .bx_pagination_page a {
    border-bottom: none;
}

/* Постраничная навигация в списке заказов пользователя */
.order_list_wrapper .bx-pagination {
    margin: 32px auto 0 auto;
}

.order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #E7515A;
}

@media all and (max-width: 640px) {
    .order_list_wrapper .bx-pagination {
        margin: 16px auto 0 auto;
    }

    .order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
    .order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
        font-size: 0;
        display: inline-block;
        position: relative;
    }

    .order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-prev span:before,
    .order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-next span:before {
        content: '';
        position: absolute;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        top: 9px;
    }

    .order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-prev span:before {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 15px;
    }

    .order_list_wrapper .bx-pagination .bx-pagination-container ul li.bx-pag-next span:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 15px;
    }

    .order_list_wrapper .bx-pagination .bx-pagination-container ul li {
        margin: 0 1px 15px 1px;
    }
}

.description_vacancy {
    padding-top: 50px;
}

.more-listing-check {
    display: none;
}

@media all and (max-width: 640px) {
    .content_wrapper .catalog_sections_menu_wrap .inner_wrap {
        position: relative;
    }

    .content_wrapper .catalog_sections_menu_wrap .inner_wrap .more-listing-check {
        width: 60px;
        display: inline-flex;
        padding: 0px 6px 0px 5px;
        height: 30px;
        border: 2px solid #E7515A;
        border-radius: 8px;
        box-sizing: border-box;
        position: relative;
        top: 0px;
        background: #fff;
        left: 0px;
        bottom: 4px;
    }

    /*
    .inner_wrap a:nth-last-child(-n+15){
        display: none !important;
    }
    .active-menis a:nth-last-child(-n+15){
        display: inline-block !important;
    }
    */

    .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed .more-listing-check {
        width: 60px;
        display: inline-flex;
        padding: 0px 6px 0px 5px;
        height: 30px;
        border: 2px solid #E7515A;
        border-radius: 8px;
        box-sizing: border-box;
        position: relative;
        top: 0px;
        background: #fff;
        left: 0px;
        bottom: 4px;
    }

    .more-listing-check span {
        margin: auto;
        font-size: 12px;
    }
}

.popup-window {
    z-index: 10000 !important;
}

.radio_wrap .radio_inner .single_radio input:disabled+label {
    cursor: default;
    opacity: 0.5;
}

.radio_wrap .radio_inner .single_radio input:disabled+label::before,
.radio_wrap .radio_inner .single_radio input:disabled+label:hover::before {
    border: 1px solid #E0E0E0;
}

@media all and (max-width: 1100px) {
    .page_front .fixed_reserve_wrapper {
        display: none;
    }

    .main_content .front_video_wrap .header_button.get_card {
        display: block;
    }

    .main_content .front_video_wrap .front_logo img {
        max-height: calc(100vh - 440px);
    }

    .main_content .front_video_wrap .show_reserve {
        display: block;
        width: 220px;
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        bottom: 235px;
    }
}

.errortext a,
.errortext a:hover {
    color: #BE4319;
    white-space: nowrap;
}

.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr,
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
    font-size: 14px !important;
    line-height: 11px;
}

.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr {
    font-size: 10px !important;
}

.smalll {
    font-size: 9px;
    line-height: 10px;
    color: #fff;
}

/* 06.09.2021 */
@media all and (min-width: 1025px) {
    .page_cart.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small {
        width: 11%;
    }
}

@media all and (min-width: 641px) {
    .page_cart.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small {
        font-size: 14px;
    }
}

.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr,
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
    font-size: 10px;
    line-height: 11px;
    color: #fff;
}

.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #fff;
    padding-top: 6px;
    right: 8px;
    border-top: 1px solid #fff;
}

.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr {
    padding: 5px 5px 0 8px;
    font-size: 9px !important;
}


@media (max-width: 640px) {
    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
        font-size: 10px !important;
    }

    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr {
        font-size: 8px !important;
    }
}

.product-item.single_card .descr {
    max-height: calc(100% - 64px);
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: normal;
}

@media (max-width: 1100px) {
    .main_content .front_video_wrap .show_reserve {
        padding-left: 31px;
    }
}

.front_video_wrap h1,
.front_video_wrap .front_logo,
.front_video_wrap .open_menu,
.front_video_wrap .footer_social_wrapper,
.front_video_wrap .header_button {
    z-index: 9 !important;
}

.roso_overlay {
    z-index: 20;
}








.slider-review-sec {
    margin-top: 89px;
    overflow: hidden;
    position: relative;
}

.navigation-sldier {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

.navigation-sldier svg {
    margin: auto;
}

.navigation-sldier .prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    display: flex;
    pointer-events: all;
    left: -105px;
    position: absolute;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(1, 9, 39, 0.08);
}

.navigation-sldier .prev svg {
    transform: scaleX(-1);
}

.navigation-sldier .next {
    pointer-events: all;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    right: -105px;
    position: absolute;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgba(1, 9, 39, 0.08);
}

.navigation-sldier .row {
    max-width: 1020px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}

.row-slidre {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 936px;
}




.slide-review {
    box-sizing: border-box;
}

.slide-review .content {
    padding: 47px 55px;
    padding-right: 59px;
    padding-bottom: 45px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    position: relative;
}

.slide-review .content .img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
}

.slide-review .content .img img {
    height: 100%;
    width: 100%;
    object-position: center;
    border-radius: 50%;
    object-fit: cover;
}

.slide-review .left-sec {
    display: flex;
}

.name-rating {
    margin-left: 24px;
    /* margin-top: 19px; */
}

.slide-review .top {
    /* display: flex;
    justify-content: space-between; */
}

.slide-review .top .right-sec {
    color: #B3BBD9;
    font-size: 14px;
    padding-top: 31px;
    display: inline-block;
    position: absolute;
    left: 168px;
    top: 71px;
}

.slide-review .left-sec .rating {
    display: flex;
    margin-top: 7px;
}

.slide-review .left-sec .rating svg {
    fill: #D9D9D9;
}

.slide-review .left-sec .rating .level {
    fill: #E7515A;
}

.slide-review .left-sec .rating svg+svg {
    margin-left: 4px;
}

.slide-review .bottom {
    margin-left: 112px;
    margin-top: -2px;
}

.slide-review .bottom .text {
    margin-bottom: 21px;
    line-height: 29px;

    max-height: 200px;
    overflow: auto;

    max-height: 200px;
    overflow: auto;
    padding-right: 5px;
}

.output-logo {
    position: absolute;
    /* bottom: 32px; */
    bottom: 0px;
    right: 22px;
}

.output-logo img {
    max-height: 30px;
}

@media all and (min-width: 1000px) {
    .output-logo {
        right: 55px;
        bottom: 0px;
    }

    .output-logo img {
        max-height: 40px;
    }
}




.slide-review .bottom .text::-webkit-scrollbar {
    width: 4px;
    background: #F0F1F7;
    border-radius: 6px;
    overflow: hidden;
}

.slide-review .bottom .text::-webkit-scrollbar-thumb {
    background: #B3BBD9;
    border-radius: 6px;
}

.slide-review .photo {
    height: 72px;
    margin-bottom: 16px;
    display: flex;
}

.slide-review .photo img {
    height: 64px;
    width: 64px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.slide-review .photo img+img {
    margin-left: 16px;
}

.slide-review a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #0dbcca !important;
    border-bottom: 1px solid #0dbcca !important;
}

.review_slider .slick-dots {
    display: none !important;
}

.slick-hidden {
    display: none !important;
}


@media all and (max-width: 800px) {
    .slide-review .content {
        padding: 30px 16px;
        overflow: hidden;
    }

    .slide-review .content .img {
        width: 64px;
        height: 64px;
    }

    .slide-review .bottom {
        margin-left: 0;
    }

    .slide-review .photo img {
        height: 64px;
        width: 64px;
        display: none;
        border-radius: 4px;
    }

    .slide-review .photo img:nth-child(-n+3) {
        display: block;
    }
}

@media all and (max-width: 600px) {
    .slide-review .top {
        display: block;
        position: relative;
    }

    .slider-review-sec {
        padding-bottom: 50px;
    }

    .slide-review {
        padding: 20px;
        box-sizing: border-box;
    }

    .name-rating {
        margin-left: 16px;
        margin-top: 0px;
    }

    .rating svg {
        height: 12px;
        width: 12px;
    }

    .slide-review .top .right-sec {
        position: absolute;
        top: 20px;
        left: 79px;
        font-size: 12px;
    }

    .slide-review .bottom {
        margin-top: 29px;
    }

    .slide-review .bottom .text {
        font-size: 14px;
        line-height: 24px;
    }

    .slide-review .photo {
        margin-bottom: 0;
    }

    .review_slider .slick-dots {
        padding-left: 0;
        display: block;
        text-align: center;
        width: 100%;
        bottom: -15px !important;
    }

    .review_slider .slick-dots li {
        border-radius: 50%;
    }

    .review_slider .slick-dots li.slick-active {
        background: #004C28;
        transform: scale(1.2);
    }

    .review_slider .slick-dots {
        /* display: block !important; */
        display: none !important;
    }

}

.slider-review-sec h2 {
    text-align: center;
    margin-bottom: 20px;
}

#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block .basket-btn-checkout:hover {
    color: #000;
}

#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block .basket-btn-checkout {
    z-index: 10;
}

select option:disabled {
    color: #bbbbbb;
}


.auto_width:disabled {
    opacity: 0.4;
    pointer-events: none;
    background: #ccc;
    border: 2px solid #ccc;
}

.day_data {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}

.day_data svg {
    height: 20px;
    width: 20px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

.radio_wrap .radio_inner .data_input {
    display: inline-block;
    width: 150px;
    cursor: pointer;
}

.radio_wrap .radio_inner input[name="selected_time"] {
    display: inline-block;
    width: 78px;
    text-align: center;
}

.register_lnk.focused {
    line-height: 40px;
    display: inline-block;
    border: solid 1px #0dbcca;
    border-radius: 6px;
    padding: 0 20px;
}

@media all and (max-width: 640px) {
    .register_lnk.focused {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

    label[for="delivery_time_02"] {
        width: 100%;
        margin-bottom: 16px;
    }
}

.paymentRadioWrap input:disabled+label {
    cursor: default;
    opacity: 0.3;
}

.sale-order-history-link:hover {
    background: #fff;
    color: #0dbcca;
}


/*
 * Apple Pay START
*/
.single_radio.applePay {
    display: none;
}

/*
 * Apple Pay END
*/

/* Ссылка на установку карты в ЛК
 * START
*/

#cardlink_error,
#cardlink {
    display: none;
}

#cardlink_error.visible,
#cardlink.visible {
    display: inline-block;
    margin: 32px 0 0 0;
    border-bottom: none;
}

.getcard_sms.disabled {
    cursor: default;
    opacity: 0.5;
}

/* Ссылка на установку карты в ЛК
 * END
*/

.input_wrap.phone .subtext a {
    white-space: nowrap;
    color: #0dbcca;
    border: none;
}

.input_wrap.phone .subtext a:hover {
    opacity: 0.7;
}

/* Тексты описаний поверх карточек товаров
 * START
*/

@media all and (min-width: 1025px) {
    .page .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr,
    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {}

    .page .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr {
        flex-grow: 1;
        font-size: 12px !important;
        line-height: 12px;
        padding: 8px;
        max-height: calc(100% - 56px);
    }

    .page .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 6px 0 0 0;
        margin: 0 8px 8px 8px;
    }
}

/* Тексты описаний поверх карточек товаров
 * END
*/

/* ReCaptcha V2
 * START
*/
.recaptcha-v2-wrapper {
    margin: 16px 0 0 0;
}

#popup_login_form .recaptcha-v2-wrapper {
    margin: 16px 0;
}

/* ReCaptcha V2
 * END
*/

/* START confirm-variant */
.confirm-variant .confirm-variant__title {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #141414;
    margin-bottom: 10px;
}

.confirm-variant .confirm-variant__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -6px;
    margin-right: -6px;
}

.confirm-variant .confirm-variant__item {
    flex: 0 0 calc(100% / 4 - 12px);
    max-width: calc(100% / 4 - 12px);
    width: 100%;
    margin: 0 6px;
}

.confirm-variant .confirm-variant__field {
    display: none;
}

.confirm-variant .confirm-variant__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
    color: #AEAEAE;
    white-space: nowrap;
    min-height: 32px;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    transition: 0.3s border-color, 0.3s color;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.confirm-variant .confirm-variant__field:checked+.confirm-variant__label {
    border-color: #141414;
    color: #141414;
}

.confirm-variant .confirm-variant__field:disabled+.confirm-variant__label {
    opacity: 0.6;
    cursor: not-allowed;
}

.confirm-variant+.input_wrap .subtext {
    padding-top: 0;
}

/* END confirm-variant */


/* START FIX Header */
/* @media only screen and (min-width: 1411px) and (max-width: 1505px) {
    header .content_wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    header .menu {
        margin: 24px auto 0 !important;
        padding: 0 14px;
    }

    header .right_wrap .phone+.header_button {
        margin-left: 18px !important;
    }

    header .right_wrap .cart {
        padding: 0 14px 0 14px !important;
    }

    header .menu .header_menu_wrap a+a {
        margin: 0 0 0 13px !important;
    }
}

@media only screen and (min-width: 1361px) and (max-width: 1410px) {
    header .content_wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    header .menu {
        margin: 24px auto 0 !important;
        padding: 0 14px;
    }

    header .right_wrap .phone+.header_button {
        margin-left: 18px !important;
    }

    header .right_wrap .cart {
        padding: 0 14px 0 14px !important;
    }
}

@media only screen and (min-width: 1660px) and (max-width: 1775px) {
    header .content_wrapper {
        display: flex;
        flex-wrap: nowrap;
    }

    header .menu {
        margin: 24px auto 0 !important;
        padding: 0 14px;
    }

    header .right_wrap .get_card,
    header .right_wrap .cart,
    header .right_wrap .phone, header .right_wrap .auth {
        margin-left: 0;
    }

    header .right_wrap .header_button+.header_button,
    header .right_wrap .phone+.header_button {
        margin-left: 19px !important;
    }
} */
/* END FIX Header */

.backToPhone {
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    min-height: 32px;
    border: 1px solid #141414;
    border-radius: 3px;
    transition: 0.3s border-color, 0.3s color;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    color: #141414;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px !important;
    padding: 0 16px;
    margin: 0;
}

.backToPhone .arrow {
    pointer-events: none;
    border: solid #141414;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 8px 0 0;

    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.backToPhone:hover {
    opacity: 0.7;
}

.input_wrap .send_again:hover {
    opacity: 0.5 !important;
}

.descriptionSms b,
.descriptionCall b,
.input_wrap .subtext a {
    white-space: nowrap;
}

/* START Popup banner */
/* .roso_overlay {z-index: 10000 !important;} - Ломает выбор даты в попап-форме бронирования */
.roso_overlay .roso_popup.banner {
    padding: 32px;
    height: auto;
    width: calc(100% - 48px);
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 3px 2px rgb(20 20 20 / 3%);
    border-radius: 8px;

    max-height: 90vh;
    overflow: hidden;

    overflow-y: scroll;
    scrollbar-width: thin;
}

.roso_popup.banner .content_wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    max-height: calc(90vh - 64px);
}

.roso_popup.banner h3,
.roso_popup.banner .text,
.roso_popup.banner .image,
.roso_popup.banner .popupButton {
    margin-top: 16px;
    flex: 1 0;
}

.roso_popup.banner h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin: 0 !important;
    color: #141414;
    text-align: center;
    padding: 0 24px;
}

.roso_popup.banner .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #141414;
}

.roso_popup.banner .image {
    flex: 1 1 auto;
    min-height: 0;
    position: relative;
    display: flex;
}

.roso_popup.banner .image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.roso_popup.banner .popupButton {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: solid 2px #0dbcca;
    border-radius: 6px;
    background: #0dbcca;
    text-align: center;
    line-height: 36px;
}

.roso_popup.banner .popupButton:hover {
    background: #fff;
    color: #141414;
}

@media all and (min-width: 640px) {
    .roso_overlay .roso_popup.banner {
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .roso_popup.banner .popupButton {
        width: auto;
        padding: 0 24px;
        display: inline-block;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

@media all and (min-width: 1024px) {
    .roso_overlay .roso_popup.banner {
        width: 800px;
        height: 100vh;
    }

    .roso_popup.banner h3,
    .roso_popup.banner .text,
    .roso_popup.banner .image,
    .roso_popup.banner .popupButton {
        margin-top: 24px;
    }

    .roso_popup.banner h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .roso_popup.banner .text {
        font-size: 16px;
        line-height: 22px;
    }
}

/* END Popup banner */

.cabinet_wrapper .input_wrap.disabled {
    opacity: 0.5;
}

/*
 * Блокировка форм при ajax отправке
*/
.form_wrapper.reservation.is-loading {
    opacity: 0.7;
    z-index: -1;
}

form[name="banquet"] {
    position: relative;
}

form[name="banquet"].is-loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1570px) {
    header .logo {
        max-width: 200px;
    }

    .header_button {
        font-size: 12px;
    }

    header .auth .login span {
        font-size: 12px !important;
    }

    header .auth .login svg {
        margin: 0 0 0 12px;
    }

    header .menu .header_menu_wrap a {
        font-size: 14px;
    }

    header .menu .header_menu_wrap a+a {
        margin-left: 20px;
    }
}

@media (min-width: 1360px) {
    header .logo .lg_text {
        width: 60px;
    }

    header .logo .lg_image {
        width: 35px;
    }
}

@media (min-width: 1700px) {
    header .logo .lg_text {
        width: 70px;
    }

    header .logo .lg_image {
        width: 45px;
    }

    header .logo {
        margin-right: 40px;
    }
}

/* попап слайдер в списках товаров разделов */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 99991;
}

.main_container {
    border-radius: 5px;
    /* height: 530px; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
    align-items: center;
    justify-content: center;
    /* top: -100px; */
}

.slider {
    display: flex;
    overflow: hidden;
    width: 1450px;
}

.container_without_close {
    display: flex;
}

.product-item.single_card .marker {
    z-index: 1;
}

.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr {
    z-index: 1 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container_without_close {
        width: 90%;
    }
}

.custom_card {
    height: auto !important;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -40px;
    right: 5%;
    /* display: flex; */
    /* width: 1516px; */
    /* justify-content: end; */
}

.close_svg {
    position: initial !important;
}

.prev-button {
    background: none;
    border: none;
}

.next-button {
    background: none;
    border: none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.slide_group_container {
    border-radius: 5px;
    /* height: 500px; */
    width: 1450px;
    display: none;
    align-items: center;
    justify-content: center;
}

.slide_group_container.active {
    border-radius: 5px;
    /* height: 500px; */
    width: 1450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_main {
    display: flex !important;
    width: 850px !important;
    flex-shrink: 0 !important;
    height: 100%;
    border-radius: 10px;
    padding: 35px;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 2;
}

.slide_main_img_container {
    width: 50%;
    /* height: auto; */
    display: flex;
    align-items: start;
    /* max-height: 400px; */
}

.slide_main_img {
    border-radius: 10px;
    width: 100%;
    /* height: auto; */
    object-fit: contain;
    /* max-height: 400px; */
    object-position: top;
}

.slide_main_content {
    width: 50%;
    padding-left: 30px;
}

.slide_main_title {
    font-size: 23px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
}

.slide_main_link_of_product_copied {
    margin-left: 5px;
}

.slide_main_title_content {
    width: 50%;
}

.slide_main_weight_product {
    font-size: 15px;
    font-weight: 400;
}

.slide_main_text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
}

.slide_main_text_properties {
    color: #000000;
    font-size: 16px;
    font-size: 16px;
    line-height: 26px;
    font-family: Montserrat;
    margin-top: 25px;
}

.slide_main_button {
    background: #000000;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 24px 5px 24px;
    text-decoration: none;
}

.slide_around {
    width: 300px;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.slide_around_img_container {
    width: 162px;
    height: 102px;
    display: flex;
    align-items: center;
}

.slide_around_img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide_around_content {
    display: block;
    width: 50%;
    padding-top: 10px;
    text-align: center;
}

.slide_around_title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.count_btn {
    height: 36px;
    width: 126px;
    border: solid 2px #E7515A;
    border-radius: 6px;
    display: flex;
    padding: 3px;
    justify-content: space-between;
    text-align: center;
}

.count_minus {
    width: 33%;
    height: 100%;
    text-align: center;
}

.count_value {
    width: 33%;
    height: 100%;
    border: none;
    text-align: center;
}

.count_plus {
    width: 33%;
    height: 100%;
    text-align: center;
}

.slide_main_hr {
    display: none;
}

.weight_product {
    font-size: 15px;
}

#popup {
    display: none;
    position: fixed;
    transform: translate(-18%, -100%);
    background-color: #EEEEEE;
    padding: 8px 16px 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #EEEEEE;
}

#popup_of_card_main {
    display: none;
    position: absolute;
    transform: translate(45%, -110%);
    background-color: #EEEEEE;
    padding: 8px 16px 8px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.slide_around_img_container:hover {
    width: 194px;
    height: 122px;
}

.slide_main_copy_link_of_product {
    margin-left: 8px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .main_container {
        height: auto;
    }

    .slide_main {
        width: 100% !important;
    }

    .slide_group_container.active {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .container_without_close {
        width: 100%;
        /* height: 94%; */
        /*top: -5%;*/
    }

    .modal {
        /* height: 100%; */
        /* align-items: start; */
        /* top: 10%; */
    }

    .close {
        /*top: -2%;*/
    }

    .main_container {
        /* height: 84%; */
        top: 0px;
        align-items: center;
    }

    .custom_card {
        height: 100% !important;
        /*90%*/
        margin-left: 10px;
        margin-right: 10px;
    }

    .slide_main {
        width: 100%
            /* 350px */
            !important;
        height: auto;
        flex-wrap: wrap;
        padding: 15px;
        overflow-y: auto;
        max-width: 100%;
        max-height: 100%;
        overflow: scroll;
    }

    .slide_group_container.active {
        width: 120%;
        /* height: 100%; */
        /* margin-left: 10px; */
        padding: 0 10px;
        align-items: start;
    }

    .slide_main_title {
        font-size: 19px;
        width: 100%;
    }

    .slide_main_content {
        width: 100%;
        padding-left: 0px !important;
        padding-top: 10px;
        flex-wrap: wrap;
        display: flex;
    }

    .slide_main_text {
        margin-top: 10px;
        line-height: 19.6px;
        font-size: 14px !important;
        color: #424242;
        width: 100%;
        /* height: 60px; */
        /* overflow: scroll; */
    }

    .product-item-info-container.product-item-hidden {
        width: 100%;
    }

    .slide_main_preview_text {
        padding-right: 10px;
    }

    .slide_main_hr {
        display: block;
        height: 1px;
        color: #F0F0F0;
        border-style: solid;
        border-color: #F0F0F0;
        background-color: #CDCDCD;
    }

    .weight_product {
        font-size: 12px;
    }

    .slide_main_text_properties {
        line-height: 19.6px;
        font-size: 14px !important;
    }

    .slider .slide_group_container.active .slide_around {
        display: block;
        width: 5%;
        height: 100%;
        background: #fff;
    }

    .slider {
        justify-content: center;
        /* height: 100%; */
        width: 100%;
    }

    .slide_main_img_container {
        width: 100%;
        /* height: 46%; */
        /*auto*/
        align-items: end;
    }

    .slide_main_img {
        /* height: 100%; */
    }

    .slide_main_text_properties {
        margin-top: 7px;
    }

    .product-item-price-current {
        font-size: 18px;
        line-height: 28px;
    }

    .next-button {
        display: none;
    }

    .prev-button {
        display: none;
    }

    .slide_around_img {
        display: none;
    }

    .slide_around_content {
        display: none;
    }

    .content_wrapper .catalog_sections_menu_wrap .inner_wrap.fixed {
        z-index: 1 !important;
    }

    .slick-dots {
        z-index: 1;
    }
}

body {
    background: #F3F4EF;
}

.detail_text {
    width: 100%;
}

.detail_text img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.vk-video {
    opacity: 0;
    user-select: none;
    pointer-events: none;
}

.vk-video.--full-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vk-video.--started {
    opacity: 1;
    user-select: auto;
    pointer-events: all;
}

.modal .prev-button,
.modal .next-button {
    outline: none;
}

@media only screen and (max-height: 750px) {
    .slide_main_text {
        max-height: 150px;
        overflow-y: auto;
    }
}

@media only screen and (max-height: 640px) and (max-width: 600px) {
    .slide_main_text {
        max-height: 60px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 768px) {
    .slide_around {
        display: none;
    }
}

@media only screen and (min-width: 990px) and (max-width: 991px) {
    .slide_group_container.active,
    .cards_wrapper .single_card_wrap.custom_card {
        width: unset !important;
    }

    .slide_around {
        display: flex;
    }

    .slider {
        width: auto;
    }

    .slide_main {
        flex-direction: column;
    }

    .slide_main_img_container {
        width: 100%;
        flex: 0 0 100%;
    }

    .slide_main_content {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
    }

    .slide_main_title {
        flex-direction: column;
    }
}

@media only screen and (min-width: 991px) {
    .slide_group_container.active {
        max-width: 1450px;
        width: unset;
    }
    .slider {
        width: unset;
    }
}

@media only screen and (min-width: 1440px) {
    .slide_around {
        display: flex;
    }

    .modal .prev-button,
    .modal .next-button {
        display: none;
    }

    .close {
        top: -60px;
        right: 21%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
    header .right_wrap {
        margin-top: 14px !important;
    }
}


@media only screen and (min-width: 318px) and (max-width: 900px) {
    header .right_wrap {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    header .right_wrap .bx-basket.cart#bx_basketFKauiI {
        padding: 0 !important;
        margin: 0 !important;
    }

    header .right_wrap .header_button {
        border: 1px solid #fff !important;
    }

    header .right_wrap .phone_mobile {
        margin: 0 !important;
        margin-left: 6px !important;
    }

    header .mobile_menu_sandwich {
        margin: 0 !important;
        margin-left: 35px !important;
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 360px) {
    header .right_wrap .cart .cur_price {
        display: none;
    }

    header .right_wrap .cart {
        padding: 0 8px 0 6px !important;
    }

    .header_button img, .header_button svg {
        margin-right: 0 !important;
    }
}

header .right_wrap .phone_mobile,
header .right_wrap .phone_mobile a {
    display: block;
}

/* End */


/* Start:/local/templates/roso/components/bitrix/menu/simple_menu/style.css?17066771881016*/
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header .menu .header_menu_wrap a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
}

header .menu .header_menu_wrap a:nth-child(2) > span:nth-child(1) svg {
  color: #fc3f1b;
  fill: #fc3f1b;
}
header .menu .header_menu_wrap a:nth-child(2) > span:nth-child(1) svg {
  color: #fc3f1b;
  fill: #fc3f1b;
  animation: blink 2s infinite;
}

header .menu .header_menu_wrap a:nth-child(2) > span:nth-child(1) {
  width: 5px !important;
  height: 5px !important;
  animation: blink 2s infinite;
  margin-right: 5px !important;
}

header .menu .header_menu_wrap a:nth-child(2) {
  display: inline-flex;
  align-items: center;
  margin-left: 15px !important;
}

header .menu .header_menu_wrap a:nth-child(2) > span:nth-child(2) {
	margin-bottom: 3%;
}

@media (max-width: 1570px) {
  header .menu .header_menu_wrap a + a {
    margin-left: 25px !important;
  }
}
/* End */


/* Start:/local/templates/roso/template_styles.css?1748349109152166*/
@charset "UTF-8";
    * {
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: #141414;
}
html {
    height: 100%;
    background-color: #e5e5e5;
    background-repeat: repeat;
    background-blend-mode: soft-light, normal;
}
.clear {
    clear: both;
}
body {
    height: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #141414;
}
.content_wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    box-sizing: border-box;
}
footer, header {
    height: 1px;
    vertical-align: top;
}
.main_content {
    box-sizing: border-box;
    height: auto;
    vertical-align: top;
    display: inline-block;
    width: 100%;
    min-height: calc(100vh - 140px);
}
@media (max-width:1024px) {
    .main_content {
    min-height: calc(100vh - 198px);
}
}@media (max-width:640px) {
    .main_content {
    min-height: calc(100vh - 192px);
}
}h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    margin: 0;
}
a {
    text-decoration: none;
}
a:active, a:focus, a:hover {
    text-decoration: none;
    color: #0dbcca;
}
img, svg {
    vertical-align: middle;
}
.header_button {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    color: #f4f1d4;
    border: 2px solid #f4f1d4;
    border-radius: 8px;
    background-color: transparent;
}
.header_button img, .header_button svg {
    vertical-align: middle;
    margin: 0 9px 0 0;
}
.header_button svg circle, .header_button svg path, .header_button svg rect {
    fill: #f4f1d4;
}
.header_button:hover {
    background-color: #f4f1d4;
    color: #141414;
}
.header_button:hover svg circle, .header_button:hover svg path, .header_button:hover svg rect {
    fill: #141414;
}
.main_content .content_wrapper {
    width: 1024px;
    padding: 0 44px;
    margin: 0 auto;
}
.main_content .content_wrapper.page {
    margin: 72px auto 163px;
}
.main_content #main_h1 {
    margin: 80px 0 0;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.main_content h2 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    line-height: 30px;
}
.main_content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.main_content p {
    margin: 0;
}
.main_content h3+p, .main_content p+p, .main_content p+table, .main_content table+p {
    margin: 22px 0 0;
}
.main_content p+h2, .main_content table+h2, .main_content ul+h2 {
    margin: 64px 0 0;
}
.main_content h2+p {
    margin: 24px 0 0;
}
.main_content p+h3, .main_content table+h3, .main_content ul+h3 {
    margin: 28px 0 0;
}
.main_content a {
    color: #0dbcca;
    border-bottom: 1px solid rgba(231, 81, 90, .3);
}
.main_content table.standart {
    border: 1px solid #e2e2e2;
}
.main_content table.standart td {
    vertical-align: top;
    border: 1px solid #e2e2e2;
}
@media (max-width:1024px) {
    .main_content .content_wrapper {
    width: 100%;
    padding: 0 16px;
    margin: 0;
}
.main_content .content_wrapper.page {
    margin: 31px 0 66px;
}
.main_content #main_h1 {
    margin: 44px 0 0;
    font-size: 26px;
    line-height: 36px;
}
.main_content p+p {
    margin: 22px 0 0;
}
.main_content p+h2 {
    margin: 32px 0 0;
}
.main_content h2+p {
    margin: 24px 0 0;
}
}.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.roso_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background-color: hsla(0, 0%, 8%, .5);
}
.roso_overlay .roso_popup {
    display: none;
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    width: 458px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -229px;
    padding: 32px 32px 40px;
    transform: translateY(-70%);
}
.roso_overlay .roso_popup .popup_head {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 32px;
}
.roso_overlay .roso_popup .popup_close {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 20px;
    height: 20px;
    z-index: 5;
}
.roso_overlay .roso_popup .popup_close:hover {
    opacity: .5;
}
.roso_overlay .roso_popup .error_text {
    color: red;
}
.roso_overlay .roso_popup.bonus_sms .popup_head {
    margin: 0 0 24px;
}
.roso_overlay .roso_popup.reservation {
    transform: translateY(-50%);
}
@media (max-width:640px) {
    .roso_overlay .roso_popup {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    margin: 0;
    padding: 68px 16px;
    transform: none;
}
.roso_overlay .roso_popup .popup_head {
    font-size: 20px;
    line-height: 24px;
}
.roso_overlay .roso_popup.reservation {
    transform: none;
}
.roso_overlay .popup_close {
    right: 16px;
}
}.cards_wrapper {
    margin: 64px -12px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:1024px) {
    .cards_wrapper {
    margin-top: 44px;
}
}.cards_wrapper .single_card_wrap {
    display: flex;
    width: 25%;
    padding: 0 12px;
    margin-bottom: 32px;
    box-sizing: border-box;
    position: relative;
}
@media (max-width:1024px) {
    .cards_wrapper .single_card_wrap {
    width: 33.33%;
    margin-bottom: 16px;
}
}@media (max-width:780px) {
    .cards_wrapper .single_card_wrap {
    width: 50%}
}@media (max-width:480px) {
    .cards_wrapper .single_card_wrap {
    width: 100%}
}.cards_wrapper .single_card_wrap .single_card {
    border: 1px solid #eee;
    width: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.cards_wrapper .single_card_wrap .single_card .card_img, .cards_wrapper .single_card_wrap .single_card .card_name {
    display: flex;
    flex-direction: column;
    position: relative;
}
.cards_wrapper .single_card_wrap .single_card .card_img {
    height: 124px;
    background-size: cover;
    background-position: 50%;
    border-radius: 8px 8px 0 0;
}
.cards_wrapper .single_card_wrap .single_card .card_img.placeholder {
    background-color: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50%}
.cards_wrapper .single_card_wrap .single_card .card_name {
    font-size: 18px;
    padding: 16px;
    font-weight: 500;
    text-align: center;
    color: #141414;
    flex: 1;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.cards_wrapper .single_card_wrap .single_card .card_name .desc {
    font-size: 14px;
    line-height: 20px;
    color: #bcbcbc;
    font-weight: 400;
}
.cards_wrapper .single_card_wrap .single_card:hover .card_name span {
    color: #0dbcca;
}
.cards_wrapper .single_card_wrap .single_card:hover .card_name span .desc {
    color: #bcbcbc;
}
.cards_wrapper .single_card_wrap .single_card:hover .card_img:after, .cards_wrapper .single_card_wrap .single_card:hover .card_img:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%}
.cards_wrapper .single_card_wrap .single_card:hover .card_img:before {
    background-color: hsla(0, 0%, 8%, .5);
    border-radius: 8px 8px 0 0;
}
@media (max-width:1024px) {
    .cards_wrapper.pdf_menu {
    margin-top: 24px;
}
}.cards_wrapper.pdf_menu .single_card_wrap .single_card .card_img {
    height: 180px;
}
.cards_wrapper.pdf_menu .single_card_wrap .single_card:hover .card_img:after {
    background-image: url(/local/templates/roso/images/svg/icons/download.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
@media (max-width:1024px) {
    .cards_wrapper.pdf_menu .single_card_wrap .single_card {
    flex-direction: row;
}
.cards_wrapper.pdf_menu .single_card_wrap .single_card .card_img {
    height: 100%;
    width: 80px;
    border-radius: 8px 0 0 8px;
}
}@media (max-width:600px) {
    .cards_wrapper.pdf_menu .single_card_wrap {
    width: 100%}
}.pdf_menu_wrapper.under_sections {
    margin: 98px 0 0;
}
.pdf_menu_wrapper h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
@media (max-width:1024px) {
    .pdf_menu_wrapper.under_sections {
    margin: 43px 0 0;
}
.pdf_menu_wrapper h2 {
    font-size: 26px;
    line-height: 36px;
}
}.main_content .ugli_button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    border: none;
    border-radius: 6px;
}
.main_content .ugli_button svg {
    margin: -2px 12px 0 0;
}
.main_content .ugli_button.green {
    color: #fff;
    border: 1px solid #0dbcca;
    background-color: #0dbcca;
}
.main_content .ugli_button.green:hover {
    background-color: #fff;
    border: 1px solid #fff;
}
.main_content .ugli_button.white {
    border: 1px solid #fff;
    background: #fff;
    color: #141414;
}
.main_content .ugli_button.white svg path {
    fill: #0dbcca;
}
.main_content .ugli_button.white:hover {
    color: #fff;
    background: #0dbcca;
    border-color: #0dbcca;
}
.main_content .ugli_button.white:hover svg path {
    fill: #fff;
}
.load-more-container {
    text-align: center;
}
.show_more_button {
    margin: 32px auto 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 6px;
    background: #0dbcca;
    cursor: pointer;
    width: auto;
}
.show_more_button:hover {
    background: #fff;
}
.top_banner {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.top_banner .menu-footer {
    display: none;
}
.top_banner .footer_social_wrapper {
    width: 100%;
    text-align: center;
    margin: 168px 0 0;
}
.top_banner .footer_social_wrapper a {
    width: 64px;
    height: 64px;
}
.top_banner .footer_social_wrapper a svg {
    width: 36px;
    height: 36px;
    margin: 14px 0 0;
}
.top_banner .footer_social_wrapper a+a {
    margin: 0 0 0 32px;
}
@media (max-width:1024px) {
    .top_banner {
    height: 112px;
}
.top_banner .footer_social_wrapper {
    margin: 40px 0 0!important;
    display: inline-block!important;
}
.top_banner .footer_social_wrapper a {
    width: 32px;
    height: 32px;
}
.top_banner .footer_social_wrapper a svg {
    width: 18px;
    height: 18px;
    margin: 0;
}
.top_banner .footer_social_wrapper a+a {
    margin: 0 0 0 8px;
}
}.show_reserve {
    display: inline-block;
    color: #fff;
    background: #0dbcca;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    cursor: pointer;
    padding: 0 20px;
}
.show_reserve svg {
    vertical-align: middle;
    margin: -3px 9px 0 0;
}
.show_reserve:hover {
    background: #fff;
    color: #30413c;
}
.show_reserve:hover svg path {
    fill: #0dbcca;
}

.show_reservew {
    display: inline-block;
    color: #fff;
    background: #0dbcca;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    cursor: pointer;
    padding: 0 20px;
}
.show_reservew svg {
    vertical-align: middle;
    margin: -3px 9px 0 0;
}
.show_reservew:hover {
    background: #fff;
    color: #30413c;
}
.show_reservew:hover svg path {
    fill: #0dbcca;
}

.fixed_reserve_wrapper {
    position: absolute;
    top: 102px;
    right: 96px;
    z-index: 7;
}
@media (max-width:1660px) {
    .fixed_reserve_wrapper {
    right: 32px;
}
}@media (max-width:900px) {
    .fixed_reserve_wrapper {
    display: none;
}
}.front_video_wrap .show_reserve {
    display: none;
}
}.front_video_wrap .show_reservew {
    display: none;
}
.pay-variable {
    display: flow-root;
}
.card-info {
    margin-top: 30px;
    margin-bottom: 30px;
}
.card-info .inform {
    position: relative;
    padding-left: 95px;
    margin-bottom: 20px;
}
.card-info .inform:last-child {
    margin-bottom: 0;
}
.card-info .picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
}
.card-info .picture img {
    max-width: 80%;
    margin-bottom: 10px;
}
@media (max-width:520px) {
    .card-info .inform {
    padding-left: 0;
}
.card-info .inform span {
    display: block;
}
.card-info .picture {
    position: relative;
    width: 100%}
.card-info .picture img {
    max-width: 37%;
    margin-right: 10%;
    margin-bottom: 20px;
}
}#mainMapWrapper {
    width: 100%;
    height: 640px;
}
@media (max-width:1024px) {
    #mainMapWrapper {
    height: 320px;
}
#mainMapWrapper>ymaps {
    height: 320px!important;
}
}@media (max-width:520px) {
    .payanwayimg img {
    max-width: 100%}
}.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 44px;
    height: 44px;
    margin: 8px;
    border: 8px solid #30413c;
    border-radius: 50%;
    animation: a 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #30413c transparent transparent;
}
.lds-ring div:first-child {
    animation-delay: -.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -.15s;
}
@keyframes a {
    0% {
    transform: rotate(0deg);
}
to {
    transform: rotate(1turn);
}
}header {
    background-color: #a0b146;
    height: 70px;
}
header:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 70px;
    mix-blend-mode: multiply;
}
@media (max-width:640px) {
    header, header: before {
    height: 64px;
}
}header .content_wrapper {
    max-width: 1920px;
    padding: 0 96px;
    box-sizing: border-box;
}
@media (max-width:1660px) {
    header .content_wrapper {
    max-width: 100%;
    padding: 0 32px;
}
}@media (max-width:1120px) {
    header .content_wrapper {
    max-width: 1024px;
}
}@media (max-width:640px) {
    header .content_wrapper {
    max-width: 100%;
    padding: 0 16px;
}
}header .logo, header .logo .lg_image, header .logo .lg_text, header .menu {
    float: left;
}
header .logo .lg_image {
    margin: 9px 0 0;
}
header .logo .lg_text {
    margin: 16px 0 0 12px;
}
header .logo:hover svg .hover {
    fill: #e3e3e3;
}
@media (max-width:1120px) {
    header .logo .lg_text {
    height: 20px;
    width: auto;
    margin: 25px 0 0 12px;
}
header .logo .lg_image {
    height: 38px;
    width: auto;
    margin: 16px 0 0;
}
}@media (max-width:640px) {
    header .logo .lg_image {
    margin: 12px 0 0;
}
header .logo .lg_text {
    display: none;
}
}header .menu {
    margin: 24px 0 0 20px;
    font-size: 0;
    display: block;
    box-sizing: border-box;
}
header .menu.desktop {
    display: block!important;
}
header .menu .header_menu_wrap a {
    display: inline-block;
    position: relative;
    color: #f4f1d4;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: none;
}
header .menu .header_menu_wrap a span {
    color: #f4f1d4;
}
header .menu .header_menu_wrap a:hover, header .menu .header_menu_wrap a:last-of-type {
    opacity: .5;
}
header .menu .header_menu_wrap a:last-of-type:hover {
    opacity: 1;
}
header .menu .header_menu_wrap a.selected:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: .15em;
    background: #f4f1d4;
    border-radius: 100px;
}
header .menu .header_menu_wrap a.selected:hover:before {
    opacity: .5;
}
header .menu .header_menu_wrap a+a {
    margin: 0 0 0 32px;
}
header .menu .mobile_menu_head, header .menu .phone.mobile_menu {
    display: none;
}
@media (max-width:1850px) {
    header .menu {
    margin: 24px 0 0 32px;
}
header .menu .header_menu_wrap a+a {
    margin: 0 0 0 24px;
}
}@media (max-width:1660px) {
    header .menu {
    margin: 24px 0 0 32px;
}
header .menu .header_menu_wrap a+a {
    margin: 0 0 0 24px;
}
}@media (max-width:1600px) {
    header .menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #e6e2da;
    background-repeat: repeat;
    background-blend-mode: soft-light, normal;
    top: 46px;
    padding: 32px;
    min-width: 352px;
    height: auto;
    overflow-y: scroll;
    z-index: 7;
    box-shadow: -2px 2px 8px 0 rgba(34, 60, 80, .2);
}
header .menu .header_menu_wrap a {
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    color: #141414;
    letter-spacing: normal;
}
header .menu .header_menu_wrap a span {
    color: #141414;
}
header .menu .header_menu_wrap a+a {
    margin: 16px 0 0;
}
}@media (max-width:1659px) {
    header .menu .header_menu_wrap a.selected: before {
    display: none;
}
header .menu .header_menu_wrap a.selected span {
    display: inline-block;
    position: relative;
}
header .menu .header_menu_wrap a.selected span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: .15em;
    background: #0dbcca;
    border-radius: 100px;
}
}@media (max-width:940px) {
    header .menu .phone.mobile_menu {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 32px;
    font-weight: 500;
}
header .menu .phone.mobile_menu a, header .menu .phone.mobile_menu a span {
    color: #141414;
}
header .menu .mobile_menu_head {
    position: relative;
    display: block;
    padding: 34px 0 0;
    margin: 30px 0 0;
}
header .menu .mobile_menu_head .mb_logo_wrap {
    display: none;
}
header .menu .mobile_menu_head:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: hsla(0, 0%, 8%, .05);
    border-radius: 10px;
    top: 0;
    left: 0;
}
header .menu .mobile_menu_head .header_button {
    display: block;
    margin: 30px 0 0;
    height: 48px;
    line-height: 44px;
    font-weight: 600;
    color: #141414;
    border-color: #fff;
    box-shadow: 0 2px 6px hsla(0, 0%, 8%, .2);
    background-color: #fff;
}
header .menu .mobile_menu_head .header_button svg circle, header .menu .mobile_menu_head .header_button svg path, header .menu .mobile_menu_head .header_button svg rect {
    fill: #0dbcca;
}
header .menu .mobile_menu_head .show_reserve {
    margin: 16px 0 0;
    text-align: center;
    font-size: 16px;
    display: block;
}
header .menu .mobile_menu_head .show_reservew {
    margin: 16px 0 0;
    text-align: center;
    font-size: 16px;
    display: block;
}
header .menu .mobile_menu_head .auth {
    margin: 0;
    position: relative;
}
header .menu .mobile_menu_head .auth .login svg {
    height: 20px;
    width: auto;
    margin: 1px 12px 0 0;
}
header .menu .mobile_menu_head .auth .login svg circle, header .menu .mobile_menu_head .auth .login svg path, header .menu .mobile_menu_head .auth .login svg rect {
    fill: #141414;
}
header .menu .mobile_menu_head .auth .login span {
    color: #141414;
    font-size: 20px;
    text-transform: none;
    margin: 0;
}
header .menu .mobile_menu_head .auth .user_menu_mobile {
    display: inline-block;
    box-sizing: border-box;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 100%;
    color: #141414;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a.exit {
    line-height: 24px;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a.exit svg {
    margin: -2px 12px 0 0;
    vertical-align: middle;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a.exit svg path {
    fill: #141414;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a.exit span {
    color: #141414;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a:hover {
    opacity: .5;
}
header .menu .mobile_menu_head .auth .user_menu_mobile a+a {
    margin: 16px 0 0;
}
}@media (max-width:800px) {
    header .menu {
    height: calc(100vh - 70px);
}
}@media (max-width:640px) {
    header .menu {
    top: 40px;
    height: auto;
    max-height: calc(100vh - 64px);
    width: 100%;
    min-width: 100%;
    padding: 35px 16px;
}
}header .right_wrap {
    float: right;
    font-size: 0;
}
header .right_wrap .bx-basket.cart .bx-basket-item-list {
    display: none;
}
header .right_wrap .auth, header .right_wrap .cart, header .right_wrap .get_card, header .right_wrap .phone {
    display: inline-block;
    vertical-align: top;
}
header .right_wrap .bx-basket.cart, header .right_wrap .get_card {
    margin: 15px 0 0;
}
header .right_wrap .cart {
    position: relative;
    padding: 0 22px 0 20px;
}
header .right_wrap .cart.active {
    background-color: #fff;
    color: #141414;
}
header .right_wrap .cart.active svg {
    margin-top: -2px;
}
header .right_wrap .cart.active svg path {
    fill: #a0b146;
}
header .right_wrap .cart.active:hover {
    color: #0dbcca;
}
header .right_wrap .cart.active:hover svg path {
    fill: #a0b146;
}
@media (max-width:640px) {
    header .right_wrap .cart {
    height: 36px;
    line-height: 32px;
}
header .right_wrap .cart.bx-basket {
    margin-top: 14px;
}
}@media (max-width:400px) {
    header .right_wrap .cart.bx-basket {
    margin: 14px 0 0 -10px!important;
}
}header .right_wrap .header_button+.header_button, header .right_wrap .phone+.header_button {
    margin-left: 32px;
}
@media (max-width:1660px) {
    header .right_wrap .phone+.header_button {
    margin-left: 24px;
}
}@media (max-width:1120px) {
    header .right_wrap .header_button+.header_button, header .right_wrap .phone+.header_button {
    margin-left: 24px;
}
}@media (max-width:940px) {
    header .right_wrap .auth, header .right_wrap .get_card, header .right_wrap .phone {
    display: none;
}
}@media (max-width:640px) {
    header .right_wrap {
    height: 64px;
}
}@media (max-width:400px) {
    header .right_wrap {
    width: calc(100% - 38px);
    text-align: center;
}
}header .right_wrap .phone_mobile {
    display: none;
}
@media (max-width:940px) {
    header .right_wrap .phone_mobile {
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0;
}
header .right_wrap .phone_mobile a svg rect {
    stroke: #f4f1d4;
}
header .right_wrap .phone_mobile a svg path {
    /* fill: #f4f1d4; */
}
header .right_wrap .phone_mobile a:hover svg rect {
    stroke: #ee5756;
}
header .right_wrap .phone_mobile a:hover svg path {
    /* fill: #ee5756; */
}
}@media (max-width:640px) {
    header .right_wrap .phone_mobile {
    margin: 14px 0 0 -10px;
}
}header .auth {
    margin: 23px 0 0 32px;
    position: relative;
}
header .auth.active {
    margin-top: 16px;
}
@media (max-width:1660px) {
    header .auth {
    margin-left: 0;
}
}header .auth .login {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
header .auth .login span, header .auth .login svg {
    float: left;
}
header .auth .login span {
    margin: 2px 0 0;
    color: #f4f1d4;
}
header .auth .login svg {
    margin: 0 0 0 16px;
}
header .auth .login svg circle, header .auth .login svg path, header .auth .login svg rect {
    fill: #f4f1d4;
}
header .auth .login:hover {
    opacity: .5;
}
header .auth .active_user {
    font-size: 14px;
    line-height: 20px;
}
header .auth .active_user .bonus_count, header .auth .active_user .name {
    color: #f4f1d4;
}
header .auth .active_user .name {
    font-weight: 600;
    cursor: pointer;
}
header .auth .active_user .name svg {
    margin: -3px 0 0 6px;
    vertical-align: middle;
    display: inline-block;
}
header .auth .active_user .name svg path {
    stroke: #f4f1d4;
}
header .auth .active_user .name.open, header .auth .active_user .name:hover {
    opacity: .5;
}
header .auth .active_user .name.open svg {
    margin: 0 0 0 6px;
    transform: rotate(180deg);
}
header .auth .user_menu {
    display: none;
    box-sizing: border-box;
    z-index: 6;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 6px hsla(0, 0%, 8%, .2);
    border-radius: 8px;
    padding: 24px;
    top: 60px;
    right: 0;
}
header .auth .user_menu a+a {
    margin: 16px 0 0;
}
header .auth .user_menu a {
    display: inline-block;
    white-space: nowrap;
    color: #141414;
}
header .auth .user_menu a:hover {
    color: #0dbcca;
}
header .phone {
    font-size: 14px;
    line-height: 24px;
    margin: 23px 0 0;
    font-weight: 500;
    letter-spacing: .05em;
}
header .phone a {
    display: block;
    color: #f4f1d4;
}
header .phone a span {
    color: #f4f1d4;
}
header .phone a:hover {
    opacity: .5;
}
@media (max-width:1760px) and (min-width:1660px) {
    header .phone {
    display: none!important;
}
}@media (max-width:1120px) {
    header .phone {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 26px 0 0;
}
}header .mobile_menu_sandwich {
    display: none;
}
@media (max-width:1600px) {
    header .mobile_menu_sandwich {
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    margin: 24px 0 0 64px;
    position: relative;
    cursor: pointer;
}
header .mobile_menu_sandwich .hamburger_inner:after, header .mobile_menu_sandwich .hamburger_inner:before {
    content: ""}
header .mobile_menu_sandwich .hamburger_inner, header .mobile_menu_sandwich .hamburger_inner:after, header .mobile_menu_sandwich .hamburger_inner:before {
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #f4f1d4;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    border-radius: 100px;
}
header .mobile_menu_sandwich .hamburger_inner:before {
    top: 10px;
}
header .mobile_menu_sandwich .hamburger_inner:after {
    top: 20px;
}
header .mobile_menu_sandwich:hover .hamburger_inner, header .mobile_menu_sandwich:hover .hamburger_inner:after, header .mobile_menu_sandwich:hover .hamburger_inner:before {
    background-color: #fff;
}
header .mobile_menu_sandwich.active {
    width: 38px;
    height: 38px;
    margin: 26px 0 -8px 58px;
}
header .mobile_menu_sandwich.active .hamburger_inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
}
header .mobile_menu_sandwich.active .hamburger_inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
header .mobile_menu_sandwich.active .hamburger_inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
}@media (max-width:640px) {
    header .mobile_menu_sandwich {
    margin: 21px 0 0 44px;
}
header .mobile_menu_sandwich.active {
    margin: 23px 0 0 38px;
}
}@media (max-width:400px) {
    header .mobile_menu_sandwich {
    float: right;
    margin: 21px 0 0 6px;
}
header .mobile_menu_sandwich.active {
    margin: 23px 0 0;
}
}.page_front header {
    position: relative;
    z-index: 5;
}
footer {
    background-color: #a0b146;
    position: relative;
    height: 70px;
    text-align: center;
}
footer:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 70px;
    mix-blend-mode: multiply;
}
@media (max-width:886px) {
    footer, footer: before {
    height: 128px;
}
}@media (max-width:640px) {
    footer {
    text-align: left;
}
}footer .content_wrapper {
    max-width: 1024px;
    padding: 0 44px;
    display: inline-block;
}
@media (max-width:640px) {
    footer .content_wrapper {
    padding: 0 16px;
}
}footer .left {
    margin: 17px 0 0;
    float: left;
    text-align: left;
    width: 250px;
}
footer .left .copyright, footer .left a {
    display: block;
    clear: both;
    font-size: 14px;
}
footer .left .copyright {
    color: #fff;
    font-size: 14px;
    margin: 0 0 -5px;
    line-height: 20px;
}
footer .left a {
    display: inline-block;
    color: #ffffff;
    line-height: 16px;
    letter-spacing: .03em;
    border-bottom: 1px solid hsla(0, 0%, 68%, .25);
}
footer .left a:hover {
    color: #fff;
    border-color: transparent;
}
@media (max-width:800px) {
    footer .left {
    width: auto;
}
}footer .roso_link {
    float: right;
    margin: 21px 0 0;
    width: 250px;
    text-align: right;
}
footer .roso_link span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
    display: inline-block;
    letter-spacing: .02em;
}
footer .roso_link img, footer .roso_link svg {
    margin: 0 0 -3px 4px;
}
footer .roso_link:hover img, footer .roso_link:hover svg {
    opacity: .5;
}
@media (max-width:886px) {
    footer .roso_link {
    width: auto;
}
}@media (max-width:640px) {
    footer .roso_link {
    width: 100px;
    text-align: right;
    position: absolute;
    right: 16px;
    top: 56px;
}
footer .roso_link span {
    display: none;
}
footer .roso_link img, footer .roso_link svg {
    width: 80%;
    margin: -10px 0 0;
}
}.footer_social_wrapper {
    margin: 19px 0 0;
    font-size: 0;
    display: inline-block;
}
.footer_social_wrapper a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #fff;
    border-radius: 8px;
    border-bottom: none;
}
.footer_social_wrapper a img, .footer_social_wrapper a svg {
    vertical-align: middle;
}
.footer_social_wrapper a svg path {
    fill: #141414;
}
.footer_social_wrapper a:hover {
    background-color: #141414;
}
.footer_social_wrapper a:hover svg path {
    fill: #fff;
}
.footer_social_wrapper a.menu-footer {
    background: transparent;
    width: 145px;
    color: #fff;
    vertical-align: top;
    font-size: 15px;
    white-space: nowrap;
}
.footer_social_wrapper a.menu-footer:hover {
    opacity: .5;
}
.footer_social_wrapper a+a {
    margin: 0 0 0 16px;
}
@media (max-width:886px) {
    .footer_social_wrapper {
    margin: 24px 0 0;
    display: block;
    clear: both;
}
}@media (max-width:640px) {
    .footer_social_wrapper {
    margin: 24px 0 0;
}
.footer_social_wrapper .menu-footer {
    display: none;
}
.footer_social_wrapper a+a {
    margin: 0 0 0 8px;
}
}.front_video_wrap .footer_social_wrapper a svg path {
    fill: #0dbcca;
}
.front_video_wrap .footer_social_wrapper a:hover {
    background-color: #0dbcca;
}
.front_video_wrap .footer_social_wrapper a:hover svg path {
    fill: #fff;
}
::-webkit-input-placeholder {
    color: #979797;
}
:-moz-placeholder, ::-moz-placeholder {
    color: #979797;
}
:-ms-input-placeholder {
    color: #979797;
}
input[type=password], input[type=text] {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    padding: 0 16px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}
input[type=password].error, input[type=text].error {
    border-color: red;
}
.submit_button, input[type=submit] {
    background: #0dbcca;
    color: #fff;
    height: 40px;
    border: 2px solid #0dbcca;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    outline: none;
    cursor: pointer;
}
.submit_button.auto_width, input[type=submit].auto_width {
    width: auto;
}
@media (max-width:640px) {
    .submit_button.auto_width, input[type=submit].auto_width {
    width: 100%}
}.submit_button:hover, input[type=submit]:hover {
    color: #30413c;
    background: #fff;
}
select {
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 16px;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: url(/local/templates/roso/images/svg/icons/select_arrow.svg) no-repeat;
    background-position: 95% 15px;
}
select::-ms-expand {
    display: none;
}
textarea {
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    min-height: 140px;
    outline: none;
}
@media (max-width:640px) {
    textarea {
    min-height: 200px;
}
}.counter_wrap>p, .radio_wrap>p {
    font-size: 16px;
    line-height: 22px;
}
.counter_wrap>p {
    line-height: 40px!important;
}
.counter_wrap .counter_wrap_inner, .counter_wrap .minus, .counter_wrap .plus, .counter_wrap>p, .counter_wrap input {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.counter_wrap .counter_wrap_inner {
    line-height: 40px;
    margin: 0 0 0 12px;
}
.counter_wrap .counter_wrap_inner .minus, .counter_wrap .counter_wrap_inner .plus {
    width: 33px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: relative;
}
.counter_wrap .counter_wrap_inner .plus:hover svg path {
    fill: #0dbcca;
}
.counter_wrap .counter_wrap_inner .minus:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    left: 13px;
    background: #424242;
    border-radius: 10px;
}
.counter_wrap .counter_wrap_inner .minus:hover:before {
    background: #0dbcca;
}
.counter_wrap .counter_wrap_inner input {
    width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #edf3f1;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
}
@media (max-width:640px) {
    .counter_wrap>p {
    width: 90px;
    font-size: 14px!important;
    line-height: 20px!important;
}
}.checkbox_wrap input {
    display: none;
}
.checkbox_wrap label {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 24px;
    cursor: pointer;
}
.checkbox_wrap label:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
}
.checkbox_wrap label:hover:before {
    border: 1px solid #b9b9b9;
}
.checkbox_wrap input:checked+label:before {
    border: 1px solid #0dbcca;
    background: #0dbcca;
}
.checkbox_wrap input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 9px;
    left: 4px;
    top: 5px;
    background-image: url(/local/templates/roso/images/svg/icons/checkbox_active.svg);
}
.checkbox_wrap input:checked+label:hover:before {
    border: 1px solid #fff;
    background: #fff;
}
.radio_wrap .radio_inner {
    font-size: 0;
    display: inline-block;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 10px 17px;
    line-height: 100%}
.radio_wrap .radio_inner .single_radio {
    display: inline-block;
}
.radio_wrap .radio_inner .single_radio+.single_radio {
    margin: 0 0 0 24px;
}
.radio_wrap .radio_inner input {
    display: none;
}
.radio_wrap .radio_inner label {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding: 0 0 0 24px;
    cursor: pointer;
}
.radio_wrap .radio_inner label:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
}
.radio_wrap .radio_inner label:hover:before {
    border: 1px solid #b9b9b9;
}
.radio_wrap .radio_inner input:checked+label:before {
    border: 1px solid #0dbcca;
}
.radio_wrap .radio_inner input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 6px;
    border-radius: 50%;
    background: #0dbcca;
}
.radio_wrap p+.radio_inner {
    margin: 20px 0 0;
}
@media (max-width:640px) {
    .radio_wrap .radio_inner {
    display: block;
    width: 100%}
.radio_wrap .radio_inner .single_radio {
    width: 100%}
.radio_wrap .radio_inner .single_radio+.single_radio {
    margin: 12px 0 0;
}
.radio_wrap p {
    font-size: 14px!important;
    line-height: 20px!important;
}
.radio_wrap p+.radio_inner {
    margin: 11px 0 0;
}
}.input_wrap {
    box-sizing: border-box;
}
.input_wrap.password {
    position: relative;
}
.input_wrap.password .vision {
    position: absolute;
    right: 16px;
    top: 5px;
    cursor: pointer;
}
.input_wrap.password .vision .vision_on {
    display: inline;
}
.input_wrap.password .vision.not_shown .vision_on, .input_wrap.password .vision .vision_off {
    display: none;
}
.input_wrap.password .vision.not_shown .vision_off {
    display: inline;
}
.input_wrap .send_again, .input_wrap .subtext {
    font-size: 14px;
    line-height: 20px;
}
@media (max-width:640px) {
    .input_wrap .send_again, .input_wrap .subtext {
    font-size: 12px;
    line-height: 16px;
}
}.input_wrap .subtext {
    color: #aeaeae;
    padding: 16px 0 0;
}
@media (max-width:640px) {
    .input_wrap .subtext {
    padding: 19px 0 0;
}
}.input_wrap .send_again {
    cursor: pointer;
    margin: 16px 0 0;
    color: #0dbcca;
}
.input_wrap .send_again:hover {
    color: #fff;
}
.input_wrap .send_again.disabled {
    cursor: default;
    color: #aeaeae;
}
.input_wrap .send_again .counter {
    padding: 0 0 0 16px;
    color: #141414;
}
.input_wrap .subtext+.send_again {
    margin: 4px 0 0;
}
.input_wrap .policy {
    margin: 16px 0 0;
    text-align: center;
    color: #aeaeae;
    font-size: 13px;
    line-height: 18px;
}
.input_wrap .policy a {
    color: #aeaeae;
    border-bottom: 1px solid hsla(0, 0%, 8%, .15);
}
.input_wrap .policy a:hover {
    color: #141414;
    border-color: transparent;
}
.input_wrap.error input {
    border-color: red;
}
.input_wrap+.input_wrap {
    margin: 16px 0 0;
}
.input_wrap+.submit {
    margin: 24px 0 0;
}
#popup_login_form form {
    margin: 32px 0 0;
}
#popup_login_form .waitwindowlocal {
    right: 0;
    display: none;
}
#popup_login_form input[type=submit] {
    height: 48px;
    line-height: 48px;
}
#popup_login_form .links {
    margin: 22px 0 0;
    font-size: 16px;
    line-height: 22px;
}
#popup_login_form .links a {
    color: #141414;
}
#popup_login_form .links a:hover {
    color: #0dbcca;
}
#popup_login_form .links .forgot_lnk {
    float: right;
    color: #aeaeae;
}
#popup_login_form .links .forgot_lnk:hover {
    color: #0dbcca;
}
.content_wrapper.form_page {
    margin: 80px auto;
}
.content_wrapper.form_page h1 {
    font-size: 36px;
    line-height: 44px;
}
.content_wrapper.form_page .success_message {
    display: none;
    margin: 32px 0 0;
}
@media (max-width:1024px) {
    .content_wrapper.form_page {
    margin: 44px auto;
}
.content_wrapper.form_page h1 {
    text-align: center;
    font-size: 26px;
    line-height: 36px;
}
}.content_wrapper.order #order_form_01.hidden, .content_wrapper.order #order_form_02.hidden, .content_wrapper.order #order_form_015.hidden {
    display: none;
}
.content_wrapper.password_restore, .content_wrapper.register {
    width: 546px;
}
.content_wrapper.password_restore .form_wrapper, .content_wrapper.register .form_wrapper {
    background: #fff;
}
.content_wrapper.password_restore #register_form_01.hidden, .content_wrapper.password_restore #register_form_02.hidden, .content_wrapper.password_restore #register_form_015.hidden, .content_wrapper.register #register_form_01.hidden, .content_wrapper.register #register_form_02.hidden, .content_wrapper.register #register_form_015.hidden {
    display: none;
}
@media (max-width:640px) {
    .content_wrapper.password_restore, .content_wrapper.register {
    width: 100%;
    padding: 0 16px;
}
.content_wrapper.password_restore .input_wrap+.submit, .content_wrapper.register .input_wrap+.submit {
    margin: 18px 0 0;
}
}.content_wrapper.register .step_02 input[type=submit] {
    height: 46px;
    line-height: 46px;
}
.content_wrapper.feedback .form_wrapper {
    background: #fff;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.content_wrapper .form_wrapper {
    padding: 32px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 32px 0 0;
}
.content_wrapper .form_wrapper .form_field {
    position: relative;
}
.content_wrapper .form_wrapper .form_field textarea {
    vertical-align: top;
}
.content_wrapper .form_wrapper .form_field.date .calendar-icon {
    z-index: 6;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.content_wrapper .form_wrapper .form_field.pseudo_select:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    right: 13px;
    top: 15px;
    padding: 2px;
    border: solid #aeaeae;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.content_wrapper .form_wrapper .error_text {
    color: #ee5756;
    display: none;
}
.content_wrapper .form_wrapper .error_text.visible {
    display: inline-block;
}
.content_wrapper .form_wrapper .change_number {
    font-size: 14px;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: #aeaeae;
    margin: 16px 0 0;
}
.content_wrapper .form_wrapper .change_number:hover {
    color: #0dbcca;
}
.content_wrapper .form_wrapper p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.content_wrapper .form_wrapper p.error_text+.input_wrap, .content_wrapper .form_wrapper p.error_text+p {
    margin: 0;
}
.content_wrapper .form_wrapper p+p, .content_wrapper .form_wrapper p.error_text.visible+p {
    margin: 16px 0 0;
}
.content_wrapper .form_wrapper p+.input_wrap, .content_wrapper .form_wrapper p.error_text.visible+.input_wrap {
    margin: 24px 0 0;
}
.content_wrapper .form_wrapper.profile_edit {
    background: #fff;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.content_wrapper .form_wrapper.profile_edit .input_wrap {
    max-width: 344px;
}
.content_wrapper .form_wrapper.profile_edit .links {
    margin: 16px 0 0;
}
.content_wrapper .form_wrapper.profile_edit .links a+a {
    margin: 0 0 0 16px;
}
.content_wrapper .form_wrapper.profile_edit .message p {
    margin: 0 0 16px;
}
.content_wrapper .form_wrapper.profile_edit .message p+p {
    margin: 16px 0;
}
.content_wrapper .form_wrapper.order p+.input_wrap, .content_wrapper .form_wrapper.password_restore p+.input_wrap, .content_wrapper .form_wrapper.register p+.input_wrap {
    margin: 0;
}
.content_wrapper .form_wrapper.order p.visible+.input_wrap, .content_wrapper .form_wrapper.password_restore p.visible+.input_wrap, .content_wrapper .form_wrapper.register p.visible+.input_wrap {
    margin: 24px 0 0;
}
.content_wrapper .form_wrapper.order .error_text+p, .content_wrapper .form_wrapper.password_restore .error_text+p, .content_wrapper .form_wrapper.register .error_text+p {
    margin: 0;
}
.content_wrapper .form_wrapper.order .error_text.visible+p, .content_wrapper .form_wrapper.password_restore .error_text.visible+p, .content_wrapper .form_wrapper.register .error_text.visible+p {
    margin: 16px 0 0;
}
.content_wrapper .form_wrapper.order .input_wrap, .content_wrapper .form_wrapper.order.step_015 p {
    max-width: 344px;
}
.content_wrapper .form_wrapper.order.step_02 .input_wrap {
    max-width: 100%}
@media (max-width:1024px) {
    .content_wrapper .form_wrapper {
    padding: 16px;
}
}@media (max-width:640px) {
    .content_wrapper .form_wrapper.order .input_wrap, .content_wrapper .form_wrapper.profile_edit .input_wrap {
    max-width: 100%}
}.content_wrapper .form_wrapper.reservation {
    padding: 0;
    margin: 0;
    font-size: 0;
    border: none;
}
.content_wrapper .form_wrapper.reservation .errortext {
    margin: 0 0 16px;
    display: inline-block;
}
.content_wrapper .form_wrapper.reservation .submit_button, .content_wrapper .form_wrapper.reservation input[type=submit] {
    font-size: 16px;
}
.content_wrapper .form_wrapper.reservation .form_field .field_label {
    font-size: 16px;
    line-height: 40px;
}
.content_wrapper .form_wrapper.reservation .form_field.error input[type=text] {
    border: 1px solid red;
}
.content_wrapper .form_wrapper.reservation .form_field.phone {
    margin: 16px 0 0;
}
.content_wrapper .form_wrapper.reservation .form_field.date, .content_wrapper .form_wrapper.reservation .form_field.time {
    margin: 25px 0 0;
}
.content_wrapper .form_wrapper.reservation .form_field.date input[type=text], .content_wrapper .form_wrapper.reservation .form_field.date select, .content_wrapper .form_wrapper.reservation .form_field.time input[type=text], .content_wrapper .form_wrapper.reservation .form_field.time select {
    border: none;
    box-shadow: 0 3px 10px hsla(0, 0%, 8%, .1);
    border-radius: 6px;
}
.content_wrapper .form_wrapper.reservation .form_field.date.error input[type=text], .content_wrapper .form_wrapper.reservation .form_field.date.error select, .content_wrapper .form_wrapper.reservation .form_field.time.error input[type=text], .content_wrapper .form_wrapper.reservation .form_field.time.error select {
    border: 1px solid red;
}
.content_wrapper .form_wrapper.reservation .form_field.comment {
    margin: 32px 0 0;
}
.content_wrapper .form_wrapper.reservation .form_field.submit {
    width: 100%;
    margin: 32px 0 0;
}
.content_wrapper .form_wrapper.reservation .form_field.submit .button {
    margin: 0 0 10px;
}
.content_wrapper .form_wrapper.reservation .form_field.submit .oferta {
    color: #aeaeae;
    font-size: 13px;
    line-height: 18px;
}
.content_wrapper .form_wrapper.reservation .form_field.submit .oferta a {
    color: #aeaeae;
    border-bottom: 1px solid hsla(0, 0%, 8%, .15);
}
.content_wrapper .form_wrapper.reservation .form_field.submit .oferta a:hover {
    color: #141414;
    border-color: transparent;
}
.content_wrapper .form_wrapper.reservation .form_field.date, .content_wrapper .form_wrapper.reservation .form_field.name, .content_wrapper .form_wrapper.reservation .form_field.surname, .content_wrapper .form_wrapper.reservation .form_field.time {
    width: calc(50% - 8px);
    box-sizing: border-box;
    display: inline-block;
}
.content_wrapper .form_wrapper.reservation .form_field.surname, .content_wrapper .form_wrapper.reservation .form_field.time {
    margin-left: 16px;
}
.content_wrapper .form_wrapper.reservation .form_field.guests {
    margin-top: 24px;
}
.content_wrapper .form_wrapper.reservation .form_field.guests input[type=text] {
    border: 1px solid #edf3f1;
    box-sizing: border-box;
    border-radius: 8px;
    width: 42px;
    padding: 0 5px;
    text-align: center;
}
.content_wrapper .form_wrapper.reservation .form_field.guests .field_label, .content_wrapper .form_wrapper.reservation .form_field.guests .guests_control {
    display: inline-block;
    vertical-align: top;
    outline: none;
}
.content_wrapper .form_wrapper.reservation .form_field.guests .field_label {
    margin: 0 20px 0 0;
}
.content_wrapper .form_wrapper.reservation .form_field.guests .guests_control {
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.content_wrapper .form_wrapper.reservation .form_field.guests .guests_control svg {
    vertical-align: middle;
}
.content_wrapper .form_wrapper.reservation .form_field.guests .guests_control:hover svg path {
    fill: #0dbcca;
}
@media (max-width:640px) {
    .content_wrapper .form_wrapper.reservation .form_field.comment, .content_wrapper .form_wrapper.reservation .form_field.date, .content_wrapper .form_wrapper.reservation .form_field.name, .content_wrapper .form_wrapper.reservation .form_field.submit, .content_wrapper .form_wrapper.reservation .form_field.surname, .content_wrapper .form_wrapper.reservation .form_field.time {
    width: 100%;
    display: block;
    margin: 16px 0 0;
}
.content_wrapper .form_wrapper.reservation .form_field.name {
    margin: 0;
}
.content_wrapper .form_wrapper.reservation .form_field.date, .content_wrapper .form_wrapper.reservation .form_field.submit, .content_wrapper .form_wrapper.reservation .form_field.time {
    margin: 24px 0 0;
}
}.content_wrapper.banquet {
    width: 936px;
    padding: 0;
}
@media (max-width:1024px) {
    .content_wrapper.banquet {
    width: 100%;
    padding: 0 16px;
}
}.content_wrapper.banquet .form_wrapper {
    margin: 48px 0 0;
    padding: 32px 160px 48px 88px;
    background: #fff;
}
.content_wrapper.banquet .form_wrapper .success_message {
    color: #0dbcca;
}
.content_wrapper.banquet .form_wrapper .banquet_top {
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.content_wrapper.banquet .form_wrapper .banquet_top svg {
    position: absolute;
    top: 3px;
    left: -56px;
}
.content_wrapper.banquet .form_wrapper .banquet_top svg path {
    fill: #0dbcca;
}
.content_wrapper.banquet .form_wrapper .banquet_top+form {
    margin: 32px 0 0;
}
.content_wrapper.banquet .form_wrapper .form_field {
    width: 398px;
    position: relative;
}
.content_wrapper.banquet .form_wrapper .form_field.type {
    font-size: 0;
    width: auto;
}
.content_wrapper.banquet .form_wrapper .form_field.type input[type=radio] {
    display: none;
}
.content_wrapper.banquet .form_wrapper .form_field.type .radio_wrap {
    display: inline-block;
}
.content_wrapper.banquet .form_wrapper .form_field.type .radio_wrap label {
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 20px;
    margin: 0 16px 0 0;
}
.content_wrapper.banquet .form_wrapper .form_field.type .radio_wrap input[type=radio]:checked+label {
    border: 2px solid #e7515a;
    line-height: 34px;
}
@media (max-width:500px) {
    .content_wrapper.banquet .form_wrapper .form_field.type .radio_wrap {
    display: block;
    width: 100%}
.content_wrapper.banquet .form_wrapper .form_field.type .radio_wrap label {
    display: block;
    width: 100%;
    margin: 8px 0 0;
}
}.content_wrapper.banquet .form_wrapper .form_field.comment {
    width: 608px;
    margin: 25px 0 0;
}
@media (max-width:700px) {
    .content_wrapper.banquet .form_wrapper .form_field.comment {
    width: 100%}
}.content_wrapper.banquet .form_wrapper .form_field.date, .content_wrapper.banquet .form_wrapper .form_field.guests {
    width: 191px;
    float: left;
}
.content_wrapper.banquet .form_wrapper .form_field.date select, .content_wrapper.banquet .form_wrapper .form_field.guests select {
    width: 100%;
    background: none;
    color: #979797;
}
.content_wrapper.banquet .form_wrapper .form_field.date input[type=text], .content_wrapper.banquet .form_wrapper .form_field.date select, .content_wrapper.banquet .form_wrapper .form_field.guests input[type=text], .content_wrapper.banquet .form_wrapper .form_field.guests select {
    border: none;
    box-shadow: 0 3px 10px hsla(0, 0%, 8%, .1);
    border-radius: 6px;
}
.content_wrapper.banquet .form_wrapper .form_field.date.error input[type=text], .content_wrapper.banquet .form_wrapper .form_field.date.error select, .content_wrapper.banquet .form_wrapper .form_field.guests.error input[type=text], .content_wrapper.banquet .form_wrapper .form_field.guests.error select {
    border: 1px solid red;
}
.content_wrapper.banquet .form_wrapper .form_field.date:after, .content_wrapper.banquet .form_wrapper .form_field.guests:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    right: 13px;
    top: 15px;
    padding: 2px;
    border: solid #aeaeae;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
@media (max-width:500px) {
    .content_wrapper.banquet .form_wrapper .form_field.date, .content_wrapper.banquet .form_wrapper .form_field.guests {
    width: 100%;
    float: none;
    margin: 16px 0 0!important;
}
}.content_wrapper.banquet .form_wrapper .form_field.guests {
    margin: 25px 0 0 16px!important;
}
@media (max-width:500px) {
    .content_wrapper.banquet .form_wrapper .form_field.guests {
    margin: 16px 0 0!important;
}
}.content_wrapper.banquet .form_wrapper .form_field.error input, .content_wrapper.banquet .form_wrapper .form_field.error select, .content_wrapper.banquet .form_wrapper .form_field.error textarea {
    border-color: red;
}
.content_wrapper.banquet .form_wrapper .form_field.submit {
    width: 500px;
    margin: 32px 0 0;
}
.content_wrapper.banquet .form_wrapper .form_field.submit .button {
    float: left;
    margin: 0 24px 0 0;
    z-index: 1;
}
.content_wrapper.banquet .form_wrapper .form_field.submit .oferta {
    color: #aeaeae;
    font-size: 13px;
    line-height: 18px;
}
.content_wrapper.banquet .form_wrapper .form_field.submit .oferta a {
    color: #aeaeae;
    border-bottom: 1px solid hsla(0, 0%, 8%, .15);
}
.content_wrapper.banquet .form_wrapper .form_field.submit .oferta a:hover {
    color: #141414;
    border-color: transparent;
}
.content_wrapper.banquet .form_wrapper .form_field+.form_field {
    margin: 25px 0 0;
}
@media (max-width:1024px) {
    .content_wrapper.banquet {
    margin-top: 64px;
}
.content_wrapper.banquet .form_wrapper {
    margin: 32px 0 0;
}
}@media (max-width:700px) {
    .content_wrapper.banquet .banquet_top {
    padding: 0 0 0 58px;
}
.content_wrapper.banquet .banquet_top svg {
    left: 0!important;
}
.content_wrapper.banquet .form_wrapper {
    padding: 22px 16px;
}
.content_wrapper.banquet .form_wrapper .form_field, .content_wrapper.banquet .form_wrapper .form_field.submit {
    width: 100%}
}@media (max-width:640px) {
    .content_wrapper.banquet .form_wrapper .form_field.submit .button {
    float: none;
}
.content_wrapper.banquet .form_wrapper .form_field .oferta {
    margin: 18px 0 0;
}
}.banquet_outer_wrap {
    position: relative;
}
.banquet_outer_wrap .left_img, .banquet_outer_wrap .right_img {
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
}
@media (max-width:1024px) {
    .banquet_outer_wrap .left_img, .banquet_outer_wrap .right_img {
    display: none;
}
}.banquet_outer_wrap .left_img {
    left: 0;
    top: 230px;
    width: 491px;
    height: 800px;
    background-image: url(/local/templates/roso/images/banquet_left.png);
}
.banquet_outer_wrap .right_img {
    right: 0;
    top: 180px;
    width: 552px;
    height: 650px;
    background-image: url(/local/templates/roso/images/banquet_right.png);
}
.slider_wrap {
    width: 100%;
    position: relative;
}
.slider_wrap, .slider_wrap .full_width_slider {
    max-width: 100%}
.slider_wrap .full_width_slider .slick-list {
    padding: 0!important;
}
.slider_wrap .full_width_slider .slide {
    margin: 0 8px;
}
.slider_wrap .full_width_slider img {
    min-height: 500px;
}
@media (max-width:1025px) {
    .slider_wrap .full_width_slider .slide {
    margin: 0 4px;
}
.slider_wrap .full_width_slider img {
    height: 350px;
    min-height: 350px;
}
}@media (max-width:640px) {
    .slider_wrap .full_width_slider .slide {
    margin: 0 1px;
}
.slider_wrap .full_width_slider img {
    height: 192px;
    min-height: 192px;
}
}.slider_wrap .full_width_slider.reviews img {
    min-height: 1px;
}
@media (max-width:1025px) {
    .slider_wrap .full_width_slider.reviews img {
    max-width: 100%;
    height: auto;
    min-height: 1px;
}
}@media (max-width:640px) {
    .slider_wrap .full_width_slider.reviews img {
    height: auto;
    min-height: 1px;
}
}.slider_wrap .head_slider .slide:not(:first-of-type):not(.slick-slide) {
    display: none;
}
.slider_wrap .head_slider .slide a {
    width: 100%;
    display: block;
}
.slick-slider .slick-list, .slider_wrap .head_slider .slick-slide>div, .slider_wrap .head_slider .slide img {
    width: 100%}
.slick-slider a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    border: none;
}
.slick-arrow, .slick-dots {
    position: absolute;
    font-size: 0;
    z-index: 5;
}
.slick-arrow {
    opacity: .5;
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    box-shadow: 0 2px 6px hsla(0, 0%, 8%, .2);
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid #fff;
    cursor: pointer;
    top: 50%;
    margin: -28px 0 0;
    outline: none;
    text-align: center;
}
.slick-arrow.slick-prev {
    left: 48px;
}
.slick-arrow.slick-prev:before {
    content: "←"}
.slick-arrow.slick-next {
    right: 48px;
}
.slick-arrow.slick-next:before {
    content: "→"}
.slick-arrow:hover {
    opacity: 1;
}
.slick-dots {
    display: block;
    bottom: 8px;
    left: 50%;
    list-style-type: none;
    transform: translateX(-50%);
}
.slick-dots li {
    cursor: pointer;
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #bcbcbc;
    opacity: .5;
    border-radius: 2px;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li+li {
    margin: 0 0 0 4px;
}
@media (max-width:1025px) {
    .full_width_slider.reviews .slick-dots {
    bottom: -30px;
}
}.main_content .catalog_button {
    display: inline-block;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff;
    height: 64px;
    line-height: 62px;
    padding: 0 24px;
    font-size: 16px;
    color: #141414;
}
.main_content .catalog_button:hover {
    color: #0dbcca;
}
.main_content .catalog_button img, .main_content .catalog_button svg {
    margin: 0 16px 0 0;
}
.main_content .catalog_wrap h1 {
    text-align: center;
    font-size: 48px;
    line-height: 64px;
    font-family: Montserrat, sans-serif;
}
.main_content .catalog_wrap .notification {
    font-size: 14px;
    line-height: 20px;
    color: #aeaeae;
}
.main_content .catalog_wrap .notification.center {
    text-align: center;
}
.main_content .catalog_wrap h1+.notification {
    margin: 27px 0 0;
}
.main_content .catalog_wrap .top_buttons {
    width: 100%;
    font-size: 0;
    margin: 57px 0 0;
}
.main_content .catalog_wrap .top_buttons .show_reserve {
    display: none;
}
.main_content .catalog_wrap .top_buttons .show_reservew {
    display: none;
}
.main_content .catalog_wrap .top_buttons .catalog_button {
    width: calc(50% - 12px);
}
.main_content .catalog_wrap .top_buttons .catalog_button.delivery {
    margin: 0 11px 0 0;
}
.main_content .catalog_wrap .top_buttons .catalog_button.map {
    margin: 0 0 0 11px;
}
.main_content .catalog_wrap .top_buttons .catalog_button:hover svg path, .main_content .catalog_wrap .top_buttons .catalog_button svg path {
    fill: #0dbcca;
}
.main_content .catalog_wrap .section_description, .main_content .catalog_wrap .slider_wrap {
    margin: 80px 0 0;
}
.main_content .catalog_wrap .section_description h2, .main_content .catalog_wrap .section_description h3 {
    text-align: center;
}
.main_content .catalog_wrap .section_description h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.main_content .catalog_wrap .section_description h3 {
    font-family: Montserrat, sans-serif;
    color: #979797;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}
.main_content .catalog_wrap .section_description a {
    color: #30413c;
    border-bottom: 1px solid hsla(0, 0%, 8%, .2);
}
.main_content .catalog_wrap .section_description a:hover {
    color: #0dbcca;
    border-bottom: 1px solid rgba(231, 81, 90, .3);
}
.main_content .catalog_wrap .section_description h2+h3, .main_content .catalog_wrap .section_description p+h3 {
    margin: 18px 0 0;
}
.main_content .catalog_wrap .section_description h2+p, .main_content .catalog_wrap .section_description h3+p {
    margin: 48px 0 0;
}
@media (max-width:1024px) {
    .main_content .catalog_wrap h1 {
    font-size: 26px;
    line-height: 36px;
}
.main_content .catalog_wrap h1+.notification {
    margin: 22px 0 0;
}
.main_content .catalog_wrap .top_buttons {
    margin: 30px 0 0;
}
}@media (max-width:900px) {
    .main_content .catalog_wrap .top_buttons .show_reserve {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    margin: 0 0 22px;
}
.main_content .catalog_wrap .top_buttons .show_reservew {
    display: block;
    width: auto;
    text-align: center;
    font-size: 16px;
    margin: 0 0 22px;
}
}@media (max-width:640px) {
    .main_content .catalog_wrap .top_buttons .show_reserve {
    margin: 0 0 16px;
}
.main_content .catalog_wrap .top_buttons .show_reservew {
    margin: 0 0 16px;
}
.main_content .catalog_wrap .top_buttons .catalog_button {
    width: 100%}
.main_content .catalog_wrap .top_buttons .catalog_button.delivery, .main_content .catalog_wrap .top_buttons .catalog_button.map {
    margin: 0;
}
.main_content .catalog_wrap .top_buttons .catalog_button+.catalog_button {
    margin: 16px 0 0;
}
.main_content .catalog_wrap .slider_wrap {
    margin: 56px -16px 0;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
}
.main_content .catalog_wrap .section_description {
    margin: 45px 0 0;
}
.main_content .catalog_wrap .section_description h2 {
    font-size: 26px;
    line-height: 36px;
}
.main_content .catalog_wrap .section_description h3 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}
.main_content .catalog_wrap .section_description h2+h3, .main_content .catalog_wrap .section_description p+h3 {
    margin: 21px 0 0;
}
.main_content .catalog_wrap .section_description h2+p, .main_content .catalog_wrap .section_description h3+p {
    margin: 24px 0 0;
}
}@media (max-width:480px) {
    .main_content .catalog_wrap .notification.bottom {
    margin-top: 9px;
}
}.cards_wrapper.catalog_sections .single_card_wrap .single_card:hover .card_img:after {
    background-image: url(/local/templates/roso/images/svg/icons/arrow_right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.main_content .menu_back {
    border: none;
    color: #141414;
    font-size: 28px;
    line-height: 38px;
    font-family: Montserrat, sans-serif;
}
.main_content .menu_back.product_page {
    margin-top: -16px;
    display: block;
}
@media (max-width:1024px) {
    .main_content .menu_back.product_page {
    margin-top: 0;
}
}@media (max-width:640px) {
    .main_content .menu_back.product_page {
    margin-top: -13px;
    font-size: 16px;
}
}.main_content .menu_back svg {
    margin: 0 16px 0 0;
}
.main_content .menu_back .mobile {
    display: none;
}
.main_content .menu_back:hover, .main_content .menu_back:hover .desktop {
    color: #0dbcca;
}
.main_content .menu_back:hover svg path {
    fill: #0dbcca;
}
@media (max-width:640px) {
    .main_content .menu_back {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0 16px;
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    background: #f8f8f8;
}
.main_content .menu_back svg {
    width: 16px;
    height: auto;
    margin: 0 8px 0 0;
}
.main_content .menu_back .desktop {
    display: none;
}
.main_content .menu_back .mobile {
    display: inline;
}
}.catalog_sections_menu_wrap .inner_wrap {
    margin: 32px -4px 0;
    font-size: 0;
}
.catalog_sections_menu_wrap .inner_wrap a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 8px;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 16px;
    margin: 0 4px 8px;
    color: #141414;
}
.catalog_sections_menu_wrap .inner_wrap a:hover {
    background-color: #f8f8f8;
}
.catalog_sections_menu_wrap .inner_wrap a.active {
    border: 2px solid #0dbcca;
}
@media (max-width:640px) {
    .catalog_sections_menu_wrap .inner_wrap a {
    height: auto;
    line-height: 20px;
    font-size: 14px;
    padding: 6px 8px;
}
}@media (max-width:640px) {
    .cards_wrapper {
    margin-left: -8px;
    margin-right: -8px;
}
}@media (max-width:640px) {
    .cards_wrapper.catalog_section .single_card_wrap {
    padding: 0 8px;
}
}@media (max-width:480px) {
    .cards_wrapper.catalog_section .single_card_wrap {
    width: 50%}
}.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img {
    border-bottom: none;
    height: 136px;
    position: relative;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img.placeholder {
    background-color: #fff;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50%}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr, .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
    display: none;
    font-size: 11px;
    line-height: 14px;
    color: #fff;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .descr {
    letter-spacing: .02em;
    z-index: 5;
    padding: 8px 16px 0;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_img .product_data {
    position: absolute;
    bottom: 8px;
    left: 16px;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name {
    align-items: normal;
    justify-content: end;
    text-align: left;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product-item-price-container, .cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product_name {
    font-size: 16px;
    line-height: 22px;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product_name {
    color: #141414;
    border: none;
    font-weight: 600;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product-item-price-container {
    font-weight: 400;
    margin: 8px 0 0;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product_bottom {
    display: flex;
    flex: 1;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: flex-end;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_img .descr, .cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_img .product_data {
    display: block;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_name {
    color: #141414;
}
@media (max-width:640px) {
    .cards_wrapper.catalog_section .single_card_wrap .single_card .card_img {
    height: 104px;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name {
    padding: 11px 16px 16px;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product_name {
    font-size: 12px;
    line-height: 16px;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card .card_name .product-item-price-container {
    font-size: 14px;
    margin: 13px 0 0;
}
.cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_img .descr, .cards_wrapper.catalog_section .single_card_wrap .single_card:hover .card_img .product_data {
    display: none;
}
}.product-item-button-container, .product-item-detail-info-container {
    margin: 16px 0 0;
}
.product-item-button-container .not_available, .product-item-detail-info-container .not_available {
    border: none;
    color: #aeaeae;
    line-height: 36px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
}
.product-item-button-container .not_available:hover, .product-item-detail-info-container .not_available:hover {
    color: #aeaeae;
}
.product-item-button-container .btn-default, .product-item-detail-info-container .btn-default {
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    line-height: 32px;
    border: 2px solid #0dbcca;
    border-radius: 6px;
    background-color: #0dbcca;
    padding: 0 24px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.product-item-button-container .btn-default .quantity, .product-item-button-container .btn-default .white_border, .product-item-detail-info-container .btn-default .quantity, .product-item-detail-info-container .btn-default .white_border {
    display: none;
}
.product-item-button-container .btn-default:hover, .product-item-detail-info-container .btn-default:hover {
    color: #141414;
    background-color: #fff;
}
.product-item-button-container .btn-default.in_cart, .product-item-detail-info-container .btn-default.in_cart {
    color: #141414;
    border: 2px solid #0dbcca;
    background: #fff;
    line-height: 32px;
}
.product-item-button-container .btn-default.in_cart .quantity, .product-item-button-container .btn-default.in_cart .white_border, .product-item-detail-info-container .btn-default.in_cart .quantity, .product-item-detail-info-container .btn-default.in_cart .white_border {
    display: block;
    border-radius: 50%}
.product-item-button-container .btn-default.in_cart .white_border, .product-item-detail-info-container .btn-default.in_cart .white_border {
    border: 2px solid #fff;
    position: absolute;
    right: -12px;
    top: -12px;
}
.product-item-button-container .btn-default.in_cart .quantity, .product-item-detail-info-container .btn-default.in_cart .quantity {
    font-size: 11px;
    line-height: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 600;
    color: #0dbcca;
    border: 2px solid #0dbcca;
    background: #fff;
}
.product-item-button-container .btn-default.in_cart:hover, .product-item-detail-info-container .btn-default.in_cart:hover {
    background-color: #d2e3de;
}
@media (max-width:640px) {
    .product-item-button-container, .product-item-detail-info-container {
    margin: 18px 0 0;
}
.product-item-button-container .btn-default, .product-item-button-container .not_available, .product-item-detail-info-container .btn-default, .product-item-detail-info-container .not_available {
    font-size: 12px;
}
.product-item-button-container .not_available, .product-item-detail-info-container .not_available {
    line-height: 16px;
    display: inline-block;
    padding-bottom: 8px;
}
.product-item-button-container .btn-default, .product-item-detail-info-container .btn-default {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}
.product-item-button-container .btn-default.in_cart, .product-item-detail-info-container .btn-default.in_cart {
    line-height: 28px;
}
}.product_wrap {
    display: flex;
    flex-direction: row;
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 40px;
    margin: 32px 0 0;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.product_wrap .img_wrap {
    max-width: 408px;
    flex: 1;
}
.product_wrap .img_wrap img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.product_wrap .product_right {
    margin: 0 0 0 32px;
    flex: 1;
}
.product_wrap .product_right h1 {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
}
.product_wrap .product_right .description, .product_wrap .product_right .price_wrapper, .product_wrap .product_right .product-item-detail-info-container, .product_wrap .product_right .properties {
    margin: 24px 0 0;
}
.product_wrap .product_right .description, .product_wrap .product_right .properties {
    font-size: 16px;
    line-height: 22px;
}
.product_wrap .product_right .price_wrapper {
    font-size: 20px;
    line-height: 28px;
    color: #141414;
}
.product_wrap .product_right .product-item-detail-info-container .btn-default {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.product_wrap .product_right .product-item-detail-info-container .btn-default.in_cart {
    line-height: 36px;
}
@media (max-width:640px) {
    .product_wrap {
    padding: 16px;
    margin: 16px 0 0;
    flex-direction: column;
}
.product_wrap .img_wrap {
    max-width: 100%}
.product_wrap .product_right {
    margin: 17px 0 0;
}
.product_wrap .product_right h1 {
    font-size: 18px;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
}
.product_wrap .product_right .description, .product_wrap .product_right .properties {
    margin: 13px 0 0;
}
.product_wrap .product_right .price_wrapper {
    margin: 21px 0 0;
}
.product_wrap .product_right .description, .product_wrap .product_right .properties {
    font-size: 14px;
    line-height: 20px;
}
.product_wrap .product_right .product-item-detail-info-container {
    margin: 26px 0 0;
}
.product_wrap .product_right .product-item-detail-info-container .not_available {
    font-size: 16px;
}
.product_wrap .product_right .product-item-detail-info-container .btn-default {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.product_wrap .product_right .product-item-detail-info-container .btn-default.in_cart {
    line-height: 44px;
}
}.recommend_wrap {
    margin: 64px 0 0;
}
.recommend_wrap h2 {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.recommend_wrap .cards_wrapper {
    margin-top: 48px;
}
@media (max-width:1024px) {
    .recommend_wrap {
    margin: 44px 0 0;
}
.recommend_wrap h2 {
    font-size: 26px;
    line-height: 36px;
}
.recommend_wrap .cards_wrapper {
    margin-top: 24px;
}
}.catalog_button:hover svg path, .catalog_button svg path {
    fill: #0dbcca;
}
.cart_bottom .column_text+p, .cart_bottom h2+p, .cart_bottom p+.column_text, .page_conditions .column_text+p, .page_conditions h2+p, .page_conditions p+.column_text {
    margin: 32px 0 0;
}
.cart_bottom .column_text, .page_conditions .column_text {
    column-count: 4;
}
.cart_bottom .column_text p+p, .page_conditions .column_text p+p {
    margin: 24px 0 0;
}
.cart_bottom .catalog_button, .page_conditions .catalog_button {
    width: 50%;
    margin: 48px 0;
}
@media (max-width:1024px) {
    .cart_bottom .column_text+p, .cart_bottom h2+p, .cart_bottom p+.column_text, .page_conditions .column_text+p, .page_conditions h2+p, .page_conditions p+.column_text {
    margin: 22px 0 0;
}
.cart_bottom .column_text p+p, .page_conditions .column_text p+p {
    margin: 16px 0 0;
}
.cart_bottom .catalog_button, .page_conditions .catalog_button {
    margin: 34px 0;
}
}@media (max-width:830px) {
    .cart_bottom .column_text, .page_conditions .column_text {
    column-count: 3;
}
}@media (max-width:640px) {
    .cart_bottom .column_text, .page_conditions .column_text {
    column-count: 2;
}
.cart_bottom .catalog_button, .page_conditions .catalog_button {
    width: 100%}
}@media (max-width:400px) {
    .cart_bottom .column_text, .page_conditions .column_text {
    column-count: 1;
}
}.cart_bottom {
    margin: 96px 0 0;
}
.cart_bottom h2 {
    font-size: 36px;
    line-height: 44px;
}
@media (max-width:1024px) {
    .cart_bottom {
    margin: 44px 0 0;
}
.cart_bottom h2 {
    font-size: 26px;
    line-height: 36px;
    text-align: center;
}
}.page_cart .main_content #main_h1 {
    text-align: left;
    margin-top: 32px;
}
.page_cart .content_wrapper.page {
    margin-top: 48px;
}
@media (max-width:1024px) {
    .page_cart .main_content #main_h1 {
    text-align: center;
}
.page_cart .content_wrapper.page {
    margin-top: 32px;
}
}#basket-root {
    margin: 48px 0 0;
}
#basket-root .basket-items-list-header, #basket-root .basket-items-list-wrapper {
    background: #fff;
}
#basket-root .basket-items-list-wrapper {
    border-radius: 8px;
    border: 1px solid #eee;
}
#basket-root .basket-items-list-header {
    padding: 16px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #eee;
}
#basket-root .basket-items-list-header .basket-items-search-field {
    outline: none;
    width: 400px;
    padding: 0;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: relative;
    flex: unset;
    box-sizing: border-box;
}
#basket-root .basket-items-list-header .basket-items-search-field input {
    outline: none;
    padding: 0 40px 0 16px;
    width: 100%;
    box-sizing: border-box;
}
@media (max-width:720px) {
    #basket-root .basket-items-list-header {
    display: block;
}
#basket-root .basket-items-list-header .basket-items-search-field {
    width: 100%}
#basket-root .basket-items-list-header .basket-items-search-field+.basket-items-list-header-filter {
    flex: unset;
    text-align: left;
    margin: 17px 0 0;
    padding: 0;
}
#basket-root .basket-items-list-header .basket-items-search-field+.basket-items-list-header-filter a {
    margin: 0;
    padding: 0;
}
#basket-root .basket-items-list-header .basket-items-search-field+.basket-items-list-header-filter a+a {
    margin: 0 0 0 16px;
}
}#basket-root .basket-clear {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}
#basket-root .basket-clear svg {
    vertical-align: middle;
}
#basket-root .basket-clear:hover svg rect {
    fill: #141414;
}
#basket-root .basket-items-list-header-filter-item {
    font-size: 16px;
    color: #141414;
    font-family: Montserrat, sans-serif;
    padding-right: 16px;
}
#basket-root #basket-item-table td {
    padding: 24px 0;
    vertical-align: top;
    position: relative;
}
#basket-root #basket-item-table .mobile_description {
    display: none;
}
#basket-root #basket-item-table .basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    background-color: #fff;
    padding: 0;
}
#basket-root #basket-item-table .basket-item-actions-remove, #basket-root #basket-item-table .basket-items-list-item-clear-btn {
    position: absolute;
    right: 0;
    top: 24px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#basket-root #basket-item-table .basket-item-actions-remove svg, #basket-root #basket-item-table .basket-items-list-item-clear-btn svg {
    vertical-align: top;
}
#basket-root #basket-item-table .basket-item-actions-remove:hover svg rect, #basket-root #basket-item-table .basket-items-list-item-clear-btn:hover svg rect {
    fill: #0dbcca;
}
#basket-root #basket-item-table .basket-items-list-item-clear-btn {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 0 0 36px;
}
#basket-root #basket-item-table .basket-items-list-item-amount, #basket-root #basket-item-table .basket-items-list-item-price {
    vertical-align: middle;
}
#basket-root #basket-item-table .basket-items-list-item-price {
    padding-left: 0;
    padding-right: 0;
    width: 143px;
    min-width: 143px;
}
#basket-root #basket-item-table .basket-items-list-item-price .basket-item-block-price {
    padding: 0;
    text-align: right;
}
#basket-root #basket-item-table .basket-items-list-item-price .basket-item-block-price .basket-item-price-current-text {
    font-size: 20px;
    line-height: 28px;
}
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
    padding-left: 48px;
    padding-right: 0;
    width: 110px;
    min-width: 110px;
}
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price {
    text-align: left;
}
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price .basket-item-price-current-text {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
}
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price .basket-item-price-title {
    color: #aeaeae;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
}
#basket-root #basket-item-table .basket-items-list-item-amount {
    padding-left: 32px;
    padding-right: 0;
}
@media (max-width:1024px) {
    #basket-root #basket-item-table .basket-items-list-item-amount, #basket-root #basket-item-table .basket-items-list-item-price, #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
    flex: 1;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 1px;
}
}@media (max-width:900px) {
    #basket-root #basket-item-table {
    display: block;
    width: 100%}
#basket-root #basket-item-table td, #basket-root #basket-item-table tr {
    display: inline-block;
    width: 100%;
    padding: 0;
}
#basket-root #basket-item-table td {
    padding: 16px 0 0;
}
#basket-root #basket-item-table .basket-item-block-info {
    width: calc(100% - 112px);
    padding-right: 24px;
}
#basket-root #basket-item-table .basket-items-list-item-amount, #basket-root #basket-item-table .basket-items-list-item-price, #basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
    padding-left: 0;
    padding-right: 0;
    border: none;
}
#basket-root #basket-item-table .basket-items-list-item-amount {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
#basket-root #basket-item-table .basket-items-list-item-price {
    width: auto;
    display: inline-block;
}
#basket-root #basket-item-table .basket-items-list-item-price .basket-item-block-price {
    padding: 5px 0 24px 30px;
    text-align: left;
}
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one {
    float: left;
    margin: 0 44px 0 0;
    clear: none;
}
#basket-root #basket-item-table .basket-items-list-item-price.basket-items-list-item-price-for-one .basket-item-block-price {
    padding: 0;
}
#basket-root #basket-item-table .basket-items-list-item-price .basket-item-actions-remove {
    display: none;
}
}@media (max-width:640px) {
    #basket-root #basket-item-table .basket-item-block-info {
    width: calc(100% - 80px);
}
#basket-root #basket-item-table td {
    padding: 11px 0 0;
}
#basket-root #basket-item-table .basket-items-list-item-amount {
    display: inline-block;
    float: none;
}
#basket-root #basket-item-table .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) {
    width: 100%;
    clear: both;
}
#basket-root #basket-item-table .basket-items-list-item-price:not(.basket-items-list-item-price-for-one) .basket-item-block-price {
    padding: 0 0 24px;
}
#basket-root #basket-item-table .mobile_description {
    display: block;
    border: none;
}
#basket-root #basket-item-table .mobile_description .pr_description, #basket-root #basket-item-table .mobile_description .pr_weight {
    font-size: 12px;
    line-height: 16px;
}
#basket-root #basket-item-table .mobile_description .pr_description+.pr_weight {
    margin: 8px 0 0;
}
}#basket-root .basket-items-list {
    padding: 0 24px;
}
@media (max-width:900px) {
    #basket-root .basket-items-list {
    padding: 0 16px;
}
}#basket-root .basket-item-block-image, #basket-root .basket-item-block-info {
    flex: unset;
}
#basket-root .basket-item-block-image {
    width: 112px;
    max-width: 112px;
    box-sizing: border-box;
    padding: 0;
    margin: 0 24px 0 0;
}
#basket-root .basket-item-block-image .basket-item-image-link {
    border: none;
}
#basket-root .basket-item-block-image img {
    border-radius: 8px;
}
@media (max-width:640px) {
    #basket-root .basket-item-block-image {
    width: 64px;
    max-width: 64px;
    margin: 0 16px 0 0;
}
}#basket-root .basket-item-block-info {
    width: 296px;
    box-sizing: border-box;
}
#basket-root .basket-item-block-info .basket-item-info-name {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    border: none;
    padding: 0;
    display: inline-block;
}
#basket-root .basket-item-block-info .basket-item-info-name:hover {
    color: #0dbcca;
}
@media (max-width:640px) {
    #basket-root .basket-item-block-info .basket-item-info-name {
    font-size: 14px;
    line-height: 20px;
}
}#basket-root .basket-item-block-info .pr_description, #basket-root .basket-item-block-info .pr_weight {
    font-size: 14px;
    line-height: 20px;
    margin: 12px 0 0;
}
@media (max-width:640px) {
    #basket-root .basket-item-block-info .pr_description, #basket-root .basket-item-block-info .pr_weight {
    display: none;
    font-size: 12px;
    line-height: 16px;
}
}#basket-root .basket-item-block-info .basket-item-actions-remove {
    display: none;
}
@media (max-width:900px) {
    #basket-root .basket-item-block-info .basket-item-actions-remove {
    display: block;
    top: 0!important;
}
}#basket-root .basket-item-block-amount .basket-item-amount-filed {
    box-sizing: border-box;
    width: 42px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #edf3f1;
    font-size: 16px;
    color: #141414;
    font-weight: 500;
    padding: 0 6px;
}
#basket-root .basket-item-block-amount .basket-item-amount-btn-minus, #basket-root .basket-item-block-amount .basket-item-amount-btn-plus {
    height: 40px;
}
#basket-root .basket-item-block-amount .basket-item-amount-btn-minus:hover, #basket-root .basket-item-block-amount .basket-item-amount-btn-plus:hover {
    background-color: #fff;
}
#basket-root .basket-item-block-amount .basket-item-amount-btn-minus:hover:after, #basket-root .basket-item-block-amount .basket-item-amount-btn-minus:hover:before, #basket-root .basket-item-block-amount .basket-item-amount-btn-plus:hover:after, #basket-root .basket-item-block-amount .basket-item-amount-btn-plus:hover:before {
    background-color: #0dbcca;
}
#basket-root .basket-search-not-found {
    margin: 0;
}
#basket-root .basket-search-not-found .basket-search-not-found-icon {
    margin: 0 auto 50px;
}
#basket-root .basket-search-not-found .basket-search-not-found-text {
    color: #aeaeae;
    font-size: 18px;
    line-height: 22px;
}
#basket-root .basket-checkout-container {
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 32px;
    margin: 24px 0 0;
}
@media (max-width:1024px) {
    #basket-root .basket-checkout-container {
    margin: 16px 0 0;
    padding: 19px 16px 16px;
}
}#basket-root .basket-checkout-container .basket-checkout-section-inner {
    justify-content: space-between;
}
#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block-total {
    padding: 0;
    text-align: left;
}
#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block-total .basket-checkout-block-total-title {
    font-size: 24px;
    line-height: 33px;
    color: #000;
}
@media (max-width:1024px) {
    #basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block-total .basket-checkout-block-total-title {
    font-size: 20px;
    line-height: 27px;
}
}#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block-total .basket-checkout-block-total-description {
    color: #aeaeae;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 0;
}
@media (max-width:1024px) {
    #basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block-total .basket-checkout-block-total-description {
    margin: 3px 0 0;
}
}#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block.basket-checkout-block-btn {
    display: flex;
    align-items: center;
}
#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block .basket-btn-checkout {
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #0dbcca;
    border-radius: 6px;
    text-align: center;
    padding: 0 20px;
    border: none;
    outline: none;
    cursor: pointer;
}
#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block .basket-btn-checkout:hover {
    background: #fff;
}
#basket-root .basket-checkout-container .basket-checkout-block-total-price {
    padding-left: 0;
    text-align: left;
    display: inline-block;
}
@media (max-width:470px) {
    #basket-root .basket-checkout-container .basket-checkout-section-inner {
    display: block;
}
#basket-root .basket-checkout-container .basket-checkout-block.basket-checkout-block-btn {
    display: block;
    width: 100%;
    margin: 19px 0 0;
}
#basket-root .basket-checkout-container .basket-checkout-block .basket-btn-checkout {
    width: 100%}
}.page_cabinet {
    background: none;
}
.page_cabinet .main_content #main_h1 {
    text-align: left;
}
.page_cabinet .main_content .content_wrapper.page {
    margin-top: 48px;
}
@media (max-width:640px) {
    .page_cabinet .main_content .content_wrapper.page {
    margin-top: 32px;
}
}.cabinet_menu {
    margin: 32px 0 0;
    font-size: 0;
    position: relative;
}
.cabinet_menu .mobile_head {
    display: none;
}
.cabinet_menu .cab_link {
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #141414;
    border: 1px solid #eee;
    background: #fff;
}
.cabinet_menu .cab_link.first {
    border-radius: 8px 0 0 8px;
}
.cabinet_menu .cab_link.last {
    border-radius: 0 8px 8px 0;
}
.cabinet_menu .cab_link.active {
    background: #141414;
    color: #fff;
    border: 1px solid #141414;
    cursor: default;
}
.cabinet_menu .cab_link+.cab_link.last, .cabinet_menu .cab_link.first+.cab_link {
    border-left: none;
}
.cabinet_menu .exit {
    display: block;
    float: right;
    border: none;
    margin: 8px 0 0;
}
.cabinet_menu .exit svg path {
    fill: #aeaeae;
}
.cabinet_menu .exit:hover svg path {
    fill: #0dbcca;
}
@media (max-width:640px) {
    .cabinet_menu {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
}
.cabinet_menu .exit {
    position: absolute;
    right: 0;
    top: -70px;
}
.cabinet_menu .mobile_head {
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
}
.cabinet_menu .mobile_head svg {
    float: right;
    margin: 16px 0 0;
}
.cabinet_menu .cab_link {
    width: 100%;
    border: none;
    padding: 0 16px;
    display: none;
}
.cabinet_menu .cab_link.active {
    display: none;
}
.cabinet_menu.open .mobile_head svg {
    transform: rotate(180deg);
}
.cabinet_menu.open .cab_link {
    display: block;
}
.cabinet_menu.open .cab_link.active {
    display: none;
}
}.order_list_wrapper .order_head {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    padding: 21px 32px;
    background: #fff;
}
.order_list_wrapper .order_head span {
    box-sizing: border-box;
    display: inline-block;
    width: 18%}
.order_list_wrapper .order_inner_short {
    box-sizing: border-box;
    padding: 32px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
}
.order_list_wrapper .order_inner_short .bonus, .order_list_wrapper .order_inner_short .date, .order_list_wrapper .order_inner_short .more, .order_list_wrapper .order_inner_short .payed, .order_list_wrapper .order_inner_short .summ {
    display: inline-block;
    box-sizing: border-box;
}
.order_list_wrapper .order_inner_short .bonus, .order_list_wrapper .order_inner_short .date, .order_list_wrapper .order_inner_short .payed, .order_list_wrapper .order_inner_short .summ {
    width: 18%}
.order_list_wrapper .order_inner_short .bonus .b_removed.active {
    color: #dd767c;
}
.order_list_wrapper .order_inner_short .bonus .b_added.active {
    color: #66c65e;
}
.order_list_wrapper .order_inner_short .more {
    width: 26%;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
}
.order_list_wrapper .order_inner_short .more svg {
    margin: -2px 0 0 7px;
}
.order_list_wrapper .order_inner_short .more.open {
    color: #aeaeae;
}
.order_list_wrapper .order_inner_short .more.open svg {
    margin: 0 0 0 7px;
    transform: rotate(180deg);
}
.order_list_wrapper .order_inner_short .more.open svg path {
    stroke: #aeaeae;
}
.order_list_wrapper .order_inner_short .more:hover {
    color: #0dbcca;
}
.order_list_wrapper .order_inner_short .more:hover svg path {
    stroke: #0dbcca;
}
.order_list_wrapper .order_inner_detailed {
    box-sizing: border-box;
    border: 1px solid #eee;
    border-top: none;
    padding: 24px 32px;
    display: none;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
}
.order_list_wrapper .order_inner_detailed.shown {
    display: flex;
}
.order_list_wrapper .order_inner_detailed .order_top {
    display: none;
}
.order_list_wrapper .order_inner_detailed .order_item {
    display: flex;
    flex-direction: row;
    position: relative;
}
.order_list_wrapper .order_inner_detailed .order_item .img {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: 0 24px 0 0;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 45%}
.order_list_wrapper .order_inner_detailed .order_item .product_info .name, .order_list_wrapper .order_inner_detailed .order_item .product_info .weight {
    display: block;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info .name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border: none;
    color: #000;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info .name:hover {
    color: #0dbcca;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info .weight {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0;
}
.order_list_wrapper .order_inner_detailed .order_item .quantity {
    border: 1px solid #edf3f1;
    box-sizing: border-box;
    border-radius: 8px;
    background: #f8f8f8;
    padding: 0 12px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    margin: 6px 0 0;
}
.order_list_wrapper .order_inner_detailed .order_item .price {
    font-size: 20px;
    line-height: 28px;
    color: #424242;
    margin: 13px 0 0;
    flex-basis: 30%;
    text-align: right;
}
.order_list_wrapper .order_inner_detailed .order_item+.order_item {
    margin: 48px 0 0;
}
.order_list_wrapper .order_inner_detailed .order_item+.order_item:before {
    content: "";
    position: absolute;
    width: 200%;
    border-top: 1px solid #eee;
    top: -24px;
    left: -32px;
}
@media (max-width:850px) {
    .order_list_wrapper .order_inner_short .more {
    width: 23%}
}@media (max-width:750px) {
    .order_list_wrapper .order_head span, .order_list_wrapper .order_inner_short .bonus, .order_list_wrapper .order_inner_short .date, .order_list_wrapper .order_inner_short .more, .order_list_wrapper .order_inner_short .payed, .order_list_wrapper .order_inner_short .summ {
    width: 18%}
}@media (max-width:640px) {
    .order_list_wrapper .order_head {
    font-size: 0;
    padding: 11px 16px 13px;
}
.order_list_wrapper .order_head span {
    box-sizing: border-box;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
}
.order_list_wrapper .order_head .bonus, .order_list_wrapper .order_head .payed {
    display: none;
}
.order_list_wrapper .order_inner_short {
    padding: 25px 16px;
    font-size: 0;
}
.order_list_wrapper .order_inner_short .bonus, .order_list_wrapper .order_inner_short .date, .order_list_wrapper .order_inner_short .payed, .order_list_wrapper .order_inner_short .summ {
    width: 50%;
    font-size: 16px;
}
.order_list_wrapper .order_inner_short .more {
    width: 100%;
    text-align: left;
    font-size: 14px;
}
.order_list_wrapper .order_inner_short .bonus, .order_list_wrapper .order_inner_short .payed {
    display: none;
}
.order_list_wrapper .order_inner_detailed {
    padding: 15px 16px 30px;
    margin: -25px 0 0;
    background: #fff;
}
.order_list_wrapper .order_inner_detailed .order_top {
    display: block;
    font-size: 0;
    margin: -15px 0 15px;
}
.order_list_wrapper .order_inner_detailed .order_top .line .label, .order_list_wrapper .order_inner_detailed .order_top .line .value {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0;
    text-align: left;
    font-weight: 400;
}
.order_list_wrapper .order_inner_detailed .order_top .line .label {
    font-size: 14px;
    line-height: 20px;
    color: #424242;
}
.order_list_wrapper .order_inner_detailed .order_top .line .value {
    font-size: 16px;
    line-height: 22px;
    color: #141414;
}
.order_list_wrapper .order_inner_detailed .order_top .line .value .delimiter {
    color: #979797;
}
.order_list_wrapper .order_inner_detailed .order_top .line .value .b_removed.active {
    color: #dd767c;
}
.order_list_wrapper .order_inner_detailed .order_top .line .value .b_added.active {
    color: #66c65e;
}
.order_list_wrapper .order_inner_detailed .order_item {
    display: block;
}
.order_list_wrapper .order_inner_detailed .order_item .img {
    margin: 0 16px 0 0;
    float: left;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info {
    flex-basis: unset;
    min-height: 64px;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info .name {
    font-size: 14px;
    line-height: 20px;
}
.order_list_wrapper .order_inner_detailed .order_item .product_info .weight {
    margin: 3px 0 0;
}
.order_list_wrapper .order_inner_detailed .order_item .quantity {
    clear: left;
    float: left;
    margin: 8px 16px 0 80px;
}
.order_list_wrapper .order_inner_detailed .order_item .price {
    text-align: left;
    height: 40px;
    line-height: 40px;
    margin: 8px 0 0;
}
}.bonus_wrapper {
    margin: 64px 0 0;
}
@media (max-width:1024px) {
    .bonus_wrapper {
    margin: 34px 0 0;
}
}.bonus_wrapper .error_text {
    color: red;
}
.bonus_wrapper .bonus_forms_wrapper .left, .bonus_wrapper .bonus_forms_wrapper .right {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.bonus_wrapper .bonus_forms_wrapper .right {
    width: calc(100% - 485px);
    margin: 0 0 0 103px;
}
.bonus_wrapper .bonus_forms_wrapper .right .get_card {
    margin: 24px 0 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #141414;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 20px;
}
.bonus_wrapper .bonus_forms_wrapper .right .get_card svg {
    margin: 2px 9px 0 0;
}
.bonus_wrapper .bonus_forms_wrapper .right .get_card svg circle, .bonus_wrapper .bonus_forms_wrapper .right .get_card svg path, .bonus_wrapper .bonus_forms_wrapper .right .get_card svg rect {
    fill: #fff;
}
.bonus_wrapper .bonus_forms_wrapper .right .get_card:hover {
    background: #30413c;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper {
    margin: 24px 0 0;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links, .bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .qr_code {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a {
    display: block;
    box-sizing: border-box;
    border-radius: 16px;
    width: 216px;
    height: 64px;
    border: none;
    clear: both;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a .img {
    display: block;
    width: 65px;
    height: 50px;
    background-size: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    margin: 7px 4px 0 15px;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a .text {
    padding: 12px 0 14px;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a .text .small {
    font-size: 14px;
    line-height: 20px;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a .text .big {
    font-size: 16px;
    line-height: 18px;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a.apple_wallet {
    background: #1e1e1f;
    color: #fff;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a.wallet_passes {
    border: 1px solid #eee;
    color: #141414;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links a+a {
    margin: 16px 0 0;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .qr_code {
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 8px;
    width: 144px;
    height: 144px;
    margin: 0 0 0 24px;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .qr_code img {
    max-width: 112px;
}
@media (max-width:1024px) {
    .bonus_wrapper .bonus_forms_wrapper .right {
    margin: 0 0 0 53px;
}
}@media (max-width:915px) {
    .bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .links {
    display: block;
}
.bonus_wrapper .bonus_forms_wrapper .right .apps_wrapper .qr_code {
    margin: 16px 0 0;
}
}@media (max-width:765px) {
    .bonus_wrapper .bonus_forms_wrapper .right {
    width: auto;
    margin: 24px 0 0;
}
}.bonus_wrapper .bonus_forms_wrapper .left {
    width: 376px;
}
.bonus_wrapper .bonus_forms_wrapper .left .prefix {
    font-size: 16px;
    line-height: 26px;
}
.bonus_wrapper .bonus_forms_wrapper .left .prefix.big {
    font-size: 24px;
    line-height: 30px;
}
.bonus_wrapper .bonus_forms_wrapper .left .suffix {
    font-size: 14px;
    line-height: 20px;
    margin: 28px 0 0;
    color: #aeaeae;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap, .bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 24px 0 0;
}
.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content {
    padding: 16px 32px;
    text-align: center;
    min-height: 150px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(/local/templates/roso/images/cart-animation.gif);
    opacity: .05;
    z-index: 2;
    border-radius: 16px;
}

.cardLogo{
    z-index:3
}

.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    background-color: #a0b146;
    mix-blend-mode: multiply;
    border-radius: 16px 16px 0px 0px;
}

.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content .cardLogo img, .bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content .cardLogo svg {
    max-height: 150px;
}
.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content .balance, .bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content .text {
    font-weight: 700;
}
.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content .balance {
    font-size: 56px;
    line-height: 56px;
}
.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .card_content .text {
    margin: 8px 0 0;
    font-size: 36px;
    line-height: 36px;
}
.bonus_wrapper .bonus_forms_wrapper .left .bonus_card_wrap .bottom {
    border-radius: 0 0 16px 16px;
    height: 52px;
    line-height: 52px;
    color: #0dbcca;
    text-align: center;
    background: #f4f1d4;
    font-weight: 700;
    font-size: 14px;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content {
    padding: 36px 32px;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content p {
    color: #aeaeae;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content p.error_text {
    color: red;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content p+p {
    margin: 0;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content p.visible+p {
    margin: 16px 0 0;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content p+input {
    margin: 24px 0 0;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap .top_content input[type=text] {
    height: 46px;
    line-height: 46px;
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap input[type=submit] {
    border-radius: 0 0 16px 16px;
    height: 52px;
    line-height: 52px;
    background: linear-gradient(90deg, #565656, #141414);
}
.bonus_wrapper .bonus_forms_wrapper .left .add_card_form_wrap input[type=submit]:hover {
    background: #0dbcca;
}
@media (max-width:1024px) {
    .bonus_wrapper .bonus_forms_wrapper .left .prefix.big {
    font-size: 20px;
    line-height: 28px;
}
}@media (max-width:420px) {
    .bonus_wrapper .bonus_forms_wrapper .left {
    width: 100%}
}.bonus_wrapper .conditions {
    margin: 96px 0 0;
}
.bonus_wrapper .conditions h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
}
.bonus_wrapper .conditions h2+ol {
    margin: 32px 0 0;
}
.bonus_wrapper .conditions ol {
    counter-reset: a;
    padding: 0 0 0 32px;
}
.bonus_wrapper .conditions ol li {
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 22px;
}
.bonus_wrapper .conditions ol li:before {
    counter-increment: a;
    content: counters(a, ".", decimal-leading-zero) ".";
    position: absolute;
    left: -32px;
    color: #0dbcca;
}
.bonus_wrapper .conditions ol li+li {
    margin: 20px 0 0;
}
@media (max-width:1024px) {
    .bonus_wrapper .conditions {
    margin: 37px 0 0;
}
.bonus_wrapper .conditions h2 {
    font-size: 26px;
    line-height: 36px;
}
.bonus_wrapper .conditions h2+ol {
    margin: 22px 0 0;
}
}.main_content .history_message {
    font-size: 20px;
    line-height: 30px;
}
.main_content .sale-order-history-link {
    border: none;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
    margin: 24px 0 0;
    color: #fff;
    background: #0dbcca;
    border-radius: 6px;
}
.main_content .sale-order-history-link:hover {
    color: #fff;
    background: #fff;
}
.page_front .front_map {
    margin: 96px 0 0;
}
@media (max-width:1024px) {
    .page_front .front_map {
    margin: 48px 0 0;
}
.page_front .front_map>ymaps {
    height: 320px!important;
}
}.page_front .content_wrapper.contacts {
    margin-top: 91px;
}
.page_front .content_wrapper.front_text_top {
    margin: 80px auto 0;
}
.page_front .content_wrapper.front_text_top h2 {
    font-family: Montserrat, sans-serif;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
}
.page_front .content_wrapper.front_text_top h2+p {
    margin: 32px 0 0;
}
.page_front .content_wrapper.front_text_top p+p {
    margin: 24px 0 0;
}
.page_front .content_wrapper.front_text_top p {
    font-size: 18px;
    line-height: 28px;
}
.page_front .content_wrapper.front_text_top p.hidden {
    display: none;
}
.page_front .content_wrapper.front_text_top .readmore {
    margin: 16px 0 0;
    color: #141414;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    border-bottom: 1px dashed hsla(0, 0%, 8%, .15);
}
.page_front .content_wrapper.front_text_top .readmore:hover {
    color: #0dbcca;
    border-bottom: 1px dashed rgba(231, 81, 90, .15);
}
@media (max-width:1024px) {
    .page_front .content_wrapper.front_text_top {
    margin: 44px auto 0;
}
.page_front .content_wrapper.front_text_top h2 {
    font-size: 26px;
    line-height: 36px;
}
.page_front .content_wrapper.front_text_top h2+p {
    margin: 22px 0 0;
}
.page_front .content_wrapper.front_text_top p+p {
    margin: 16px 0 0;
}
.page_front .content_wrapper.front_text_top p {
    font-size: 16px;
    line-height: 24px;
}
}@media (max-width:640px) {
    .page_front .content_wrapper.front_text_top .readmore {
    display: none;
}
.page_front .content_wrapper.front_text_top p.hidden {
    display: none!important;
}
}.page_front .content_wrapper.front_text_middle {
    margin-top: 90px;
}
.page_front .content_wrapper.front_text_middle h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
.page_front .content_wrapper.front_text_middle h2+p {
    margin: 48px 0 0;
}
@media (max-width:1024px) {
    .page_front .content_wrapper.front_text_middle {
    margin-top: 44px;
}
.page_front .content_wrapper.front_text_middle h2 {
    font-size: 26px;
    line-height: 36px;
}
.page_front .content_wrapper.front_text_middle h2+p {
    margin: 22px 0 0;
}
}.page_front .content_wrapper .to_menu {
    display: inline-block;
    line-height: 20px;
    border: none;
    margin: 27px 0 0;
}
.page_front .content_wrapper .to_menu svg {
    margin: 0 13px 0 0;
}
.page_front .content_wrapper .to_menu svg path {
    fill: #0dbcca;
}
.page_front .content_wrapper .to_menu span {
    color: #0dbcca;
    border-bottom: 1px solid hsla(0, 0%, 8%, .15);
}
.page_front .content_wrapper .to_menu:hover span {
    color: #0dbcca;
    border-bottom: 1px solid rgba(231, 81, 90, .15);
}
.page_front .slider_wrap {
    margin-top: 96px;
}
@media (max-width:1024px) {
    .page_front .slider_wrap {
    margin-top: 48px;
}
}.page_front footer {
    margin-top: 96px;
}
@media (max-width:1024px) {
    .page_front footer {
    margin-top: 64px;
}
}.page_front .front_text_top+.slider_wrap {
    margin-top: 64px;
}
@media (max-width:1024px) {
    .page_front .front_text_top+.slider_wrap {
    margin-top: 32px;
}
}.content_wrapper.front_banners {
    margin-top: 67px;
    font-size: 0;
}
.content_wrapper.front_banners .banner {
    display: inline-block;
    border: none;
}
.content_wrapper.front_banners img {
    border-radius: 8px;
    max-width: 100%}
.content_wrapper.front_banners.count_3 .banner_1 {
    width: 100%;
    margin: 0 0 24px;
}
.content_wrapper.front_banners.count_3 .banner_2, .content_wrapper.front_banners.count_3 .banner_3 {
    width: calc(50% - 12px);
}
.content_wrapper.front_banners.count_3 .banner_2 {
    margin: 0 12px 0 0;
}
.content_wrapper.front_banners.count_3 .banner_3 {
    margin: 0 0 0 12px;
}
.content_wrapper.front_banners.count_2 .banner_1, .content_wrapper.front_banners.count_2 .banner_2 {
    width: calc(50% - 12px);
}
.content_wrapper.front_banners.count_2 .banner_1 {
    margin: 0 12px 0 0;
}
.content_wrapper.front_banners.count_2 .banner_2 {
    margin: 0 0 0 12px;
}
.content_wrapper.front_banners.count_1 .banner_1 {
    width: 100%}
@media (max-width:1024px) {
    .content_wrapper.front_banners {
    margin-top: 40px;
}
.content_wrapper.front_banners.count_3 .banner_1 {
    margin: 0 0 16px;
}
.content_wrapper.front_banners.count_3 .banner_2, .content_wrapper.front_banners.count_3 .banner_3 {
    width: calc(50% - 8px);
}
.content_wrapper.front_banners.count_3 .banner_2 {
    margin: 0 8px 0 0;
}
.content_wrapper.front_banners.count_3 .banner_3 {
    margin: 0 0 0 8px;
}
.content_wrapper.front_banners.count_2 .banner_1, .content_wrapper.front_banners.count_2 .banner_2 {
    width: calc(50% - 8px);
}
.content_wrapper.front_banners.count_2 .banner_1 {
    margin: 0 8px 0 0;
}
.content_wrapper.front_banners.count_2 .banner_2 {
    margin: 0 0 0 8px;
}
}@media (max-width:640px) {
    .content_wrapper.front_banners.count_1 .banner_1, .content_wrapper.front_banners.count_1 .banner_2, .content_wrapper.front_banners.count_1 .banner_3, .content_wrapper.front_banners.count_2 .banner_1, .content_wrapper.front_banners.count_2 .banner_2, .content_wrapper.front_banners.count_2 .banner_3, .content_wrapper.front_banners.count_3 .banner_1, .content_wrapper.front_banners.count_3 .banner_2, .content_wrapper.front_banners.count_3 .banner_3 {
    width: 100%;
    margin: 0;
}
.content_wrapper.front_banners.count_1 .banner+.banner, .content_wrapper.front_banners.count_2 .banner+.banner, .content_wrapper.front_banners.count_3 .banner+.banner {
    margin-top: 8px;
}
}.page_front .contacts h2, .page_front .feedback h2, .page_front .other_places_wrapper h2, .page_front .subscribe h2 {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}
@media (max-width:1024px) {
    .page_front .contacts h2, .page_front .feedback h2, .page_front .other_places_wrapper h2, .page_front .subscribe h2 {
    font-size: 26px;
    line-height: 36px;
}
}.page_front .content_wrapper.feedback {
    margin-top: 130px;
}
.page_front .content_wrapper.feedback .feedback_top {
    font-size: 16px;
    line-height: 22px;
    position: relative;
}
.page_front .content_wrapper.feedback .feedback_top svg {
    position: absolute;
    top: 3px;
    left: -56px;
}
.page_front .content_wrapper.feedback .feedback_top svg circle, .page_front .content_wrapper.feedback .feedback_top svg path, .page_front .content_wrapper.feedback .feedback_top svg rect {
    fill: #0dbcca;
    stroke: #0dbcca;
}
.page_front .content_wrapper.feedback .feedback_top+form {
    margin: 32px 0 0;
}
.page_front .content_wrapper.feedback .form_wrapper {
    margin: 60px 0 0;
    padding: 32px 160px 48px 88px;
}
.page_front .content_wrapper.feedback .form_wrapper .success_message {
    color: #0dbcca;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field {
    width: 447px;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field textarea {
    vertical-align: top;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field.error input, .page_front .content_wrapper.feedback .form_wrapper .form_field.error textarea {
    border-color: red;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field.submit {
    width: 500px;
    margin: 32px 0 0;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field.submit .button {
    float: left;
    margin: 0 24px 0 0;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field.submit .oferta {
    color: #aeaeae;
    font-size: 13px;
    line-height: 18px;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field.submit .oferta a {
    color: #aeaeae;
    border-bottom: 1px solid hsla(0, 0%, 8%, .15);
}
.page_front .content_wrapper.feedback .form_wrapper .form_field.submit .oferta a:hover {
    color: #141414;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field+.form_field {
    margin: 24px 0 0;
}
@media (max-width:1024px) {
    .page_front .content_wrapper.feedback {
    margin-top: 44px;
}
.page_front .content_wrapper.feedback .form_wrapper {
    margin: 32px 0 0;
}
}@media (max-width:700px) {
    .page_front .content_wrapper.feedback .feedback_top {
    padding: 0 0 0 58px;
}
.page_front .content_wrapper.feedback .feedback_top svg {
    left: 0;
}
.page_front .content_wrapper.feedback .form_wrapper {
    padding: 22px 16px;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field, .page_front .content_wrapper.feedback .form_wrapper .form_field.submit {
    width: 100%}
}@media (max-width:640px) {
    .page_front .content_wrapper.feedback .form_wrapper .form_field.submit .button {
    float: none;
}
.page_front .content_wrapper.feedback .form_wrapper .form_field .oferta {
    margin: 18px 0 0;
}
}.page_front .content_wrapper.subscribe {
    margin-top: 87px;
}
.page_front .content_wrapper.subscribe h2 {
    margin-bottom: 32px;
}
.page_front .content_wrapper.subscribe .form_wrapper, .page_front .content_wrapper.subscribe .subscribe_left {
    display: block;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.page_front .content_wrapper.subscribe .subscribe_left {
    width: 320px;
    padding: 24px;
    border: 1px solid #eee;
    border-radius: 8px;
    float: left;
}
.page_front .content_wrapper.subscribe .subscribe_left img, .page_front .content_wrapper.subscribe .subscribe_left svg {
    float: left;
}
.page_front .content_wrapper.subscribe .subscribe_left svg circle, .page_front .content_wrapper.subscribe .subscribe_left svg path, .page_front .content_wrapper.subscribe .subscribe_left svg rect {
    fill: #0dbcca;
    stroke: #0dbcca;
}
.page_front .content_wrapper.subscribe .subscribe_left .text {
    width: calc(100% - 56px);
    margin: 0 0 0 56px;
    line-height: 22px;
}
.page_front .content_wrapper.subscribe .form_wrapper {
    width: calc(100% - 344px);
    margin: 0 0 0 344px;
    padding: 22px 24px;
    font-size: 0;
}
.page_front .content_wrapper.subscribe .form_wrapper .success_message {
    color: #0dbcca;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field {
    display: inline-block;
    vertical-align: top;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field.email {
    width: calc(100% - 161px);
    margin: 0 16px 0 0;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field.submit {
    width: 145px;
    font-size: 16px;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field.submit:hover .button {
    color: #30413c;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field.error input {
    border-color: red;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field .button {
    border: 2px solid #0dbcca;
    line-height: 36px;
    padding: 0 16px;
}
.page_front .content_wrapper.subscribe .form_wrapper .privacy {
    color: #aeaeae;
    font-size: 13px;
    line-height: 18px;
    margin: 16px 0 0;
    width: 350px;
    font-family: Montserrat, sans-serif;
}
.page_front .content_wrapper.subscribe .form_wrapper .privacy a {
    color: #aeaeae;
    border-bottom: 1px solid hsla(0, 0%, 8%, .15);
}
.page_front .content_wrapper.subscribe .form_wrapper .privacy a:hover {
    color: #141414;
}
@media (max-width:1024px) {
    .page_front .content_wrapper.subscribe {
    margin-top: 49px;
}
.page_front .content_wrapper.subscribe h2 {
    margin-bottom: 28px;
}
}@media (max-width:800px) {
    .page_front .content_wrapper.subscribe .subscribe_left {
    float: none;
    width: 100%}
.page_front .content_wrapper.subscribe .form_wrapper {
    min-height: 0;
    width: 100%;
    margin: 16px 0 0;
}
}@media (max-width:500px) {
    .page_front .content_wrapper.subscribe .form_wrapper .form_field.email {
    width: 100%;
    margin: 0;
}
.page_front .content_wrapper.subscribe .form_wrapper .form_field.submit {
    width: 100%;
    margin: 16px 0 0;
}
.page_front .content_wrapper.subscribe .form_wrapper .privacy {
    width: 100%}
}.other_places_wrapper {
    margin: 86px -12px 0;
}
.other_places_wrapper .slick-arrow {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #fff;
    border: none;
    opacity: 1;
}
.other_places_wrapper .slick-arrow:hover {
    opacity: .7;
}
.other_places_wrapper .slick-arrow svg path {
    stroke: #0dbcca;
}
.other_places_wrapper .slick-arrow.slick-prev {
    left: -72px;
}
.other_places_wrapper .slick-arrow.slick-next {
    right: -72px;
}
.other_places_wrapper .slick-dots {
    bottom: -40px;
    margin: 0;
    padding: 0;
}
.other_places_wrapper .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .2;
    background: #141414;
}
.other_places_wrapper .slick-dots li.slick-active, .other_places_wrapper .slick-dots li:hover {
    opacity: 1;
}
.other_places_wrapper .slick-dots li:first-of-type, .other_places_wrapper .slick-dots li:last-of-type {
    background: none;
}
.other_places_wrapper .slick-dots li:first-of-type:before, .other_places_wrapper .slick-dots li:last-of-type:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    background: #141414;
    border-radius: 50%}
.other_places_wrapper .slick-dots li:first-of-type.slick-active:before, .other_places_wrapper .slick-dots li:first-of-type:hover:before, .other_places_wrapper .slick-dots li:last-of-type.slick-active:before, .other_places_wrapper .slick-dots li:last-of-type:hover:before {
    opacity: 1;
}
.other_places_wrapper .places_inner {
    margin: 50px 0 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.other_places_wrapper .places_inner .place_wrap {
    width: 25%;
    display: flex;
    padding: 0 12px;
    box-sizing: border-box;
}
.other_places_wrapper .places_inner .place_wrap a {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 186px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto;
    border: 1px solid #eee;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(138, 150, 163, .14);
}
@media (max-width:1024px) {
    .other_places_wrapper {
    margin: 44px -8px 0;
}
.other_places_wrapper .places_inner {
    margin: 28px 0 0;
}
.other_places_wrapper .places_inner .place_wrap {
    padding: 0 8px;
}
}@media (max-width:800px) {
    .other_places_wrapper .places_inner .place_wrap {
    width: 50%}
}@media (max-width:540px) {
    .other_places_wrapper {
    margin: 44px 0 0;
}
.other_places_wrapper .places_inner .place_wrap a {
    background-size: 90%;
    height: 136px;
}
}.front_video_wrap {
    background-image: url(/local/templates/roso/images/front_cover.jpg);
    background-repeat: no-repeat;
    background-position: center 70px;
    height: 100vh;
    margin: -70px 0 0;
    position: relative;
    overflow: hidden;
}
.front_video_wrap .gradient_cover_img, .front_video_wrap .gradient_cover_video {
    position: absolute;
    width: 100%;
    height: 100%}
.front_video_wrap .footer_social_wrapper .menu-footer {
    display: none;
}
.front_video_wrap .gradient_cover_img {
    background: linear-gradient(180deg, rgba(13, 13, 15, .8), transparent);
    z-index: 2;
}
.front_video_wrap .gradient_cover_video {
    background: transparent;
    z-index: 3;
}
.front_video_wrap .front_player {
    position: absolute;
    opacity: 0;
}
.front_video_wrap .front_player.active {
    opacity: 1;
}
.front_video_wrap .footer_social_wrapper, .front_video_wrap .front_logo, .front_video_wrap .header_button, .front_video_wrap .open_menu, .front_video_wrap h1 {
    z-index: 4;
}
.front_video_wrap .front_logo {
    position: relative;
    text-align: center;
    padding: 147px 0 0;
}
.front_video_wrap .front_logo img {
    width: auto;
    max-height: calc(100vh - 280px);
}
@media (max-width:1100px) {
    .front_video_wrap .front_logo {
    padding: 140px 40px 0;
}
.front_video_wrap .front_logo img {
    max-width: 100%;
    max-height: calc(100vh - 320px);
}
}@media (max-width:430px) {
    .front_video_wrap {
    max-height: 100dvh;
}
}.front_video_wrap h1 {
    padding: 166px 0 0;
    text-shadow: 0 2px 6px hsla(0, 0%, 8%, .2);
    text-align: center;
    color: #fff;
    font-size: 72px;
    line-height: 80px;
    font-weight: 800;
    font-family: Montserrat, sans-serif;
    position: relative;
}
.front_video_wrap .header_button {
    display: none;
}
.front_video_wrap .open_menu {
    background: #fff;
    border-radius: 8px;
    border: none;
    position: absolute;
    bottom: 62px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 28px 0 32px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #30413c;
    font-size: 16px;
    box-shadow: 0 2px 6px hsla(0, 0%, 8%, .2);
    min-width: 160px;
}
.front_video_wrap .open_menu svg {
    margin: -3px 13px 0 0;
}
.front_video_wrap .open_menu svg path {
    fill: #0dbcca;
}
.front_video_wrap .open_menu:hover {
    color: #fff;
    background: #0dbcca;
}
.front_video_wrap .open_menu:hover svg path {
    fill: #fff;
}
.front_video_wrap .footer_social_wrapper {
    margin: 0;
    position: absolute;
    right: 96px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
}
.front_video_wrap .footer_social_wrapper a+a {
    margin: 16px 0 0;
}
@media (max-width:1100px) {
    .front_video_wrap h1 {
    padding: 77px 0 0;
    font-size: 28px;
    line-height: 32px;
}
.front_video_wrap .open_menu {
    bottom: 104px;
    width: max-content;
}
.front_video_wrap .header_button {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 170px;
    height: 48px;
    line-height: 44px;
    border-bottom: 2px solid #fff;
    color: #fff;
    width: 190px;
    transform: translateX(-50%);
    min-width: 220px;
    box-sizing: border-box;
}
.front_video_wrap .header_button:hover {
    color: #141414;
}
.front_video_wrap .header_button.get_card {
    display: none;
    color: #141414;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    box-shadow: 0 2px 6px hsla(0, 0%, 8%, .2);
}
.front_video_wrap .header_button.get_card svg circle, .front_video_wrap .header_button.get_card svg path, .front_video_wrap .header_button.get_card svg rect {
    fill: #0dbcca;
}
.front_video_wrap .header_button.get_card:hover {
    color: #fff;
    background-color: #0dbcca;
    border-color: #0dbcca;
}
.front_video_wrap .header_button.get_card:hover svg circle, .front_video_wrap .header_button.get_card:hover svg path, .front_video_wrap .header_button.get_card:hover svg rect {
    fill: #fff;
}
.front_video_wrap .footer_social_wrapper {
    right: auto;
    top: auto;
    bottom: 31px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    text-align: center;
}
.front_video_wrap .footer_social_wrapper a+a {
    margin: 0 0 0 8px;
}
}@media (max-width:1100px) {
    .page_front header .right_wrap .get_card {
    display: none;
}
}.page_order .cart_bottom {
    display: none;
}
.page_order .main_content #main_h1 {
    text-align: left;
}
.page_order .main_content .content_wrapper {
    padding: 0;
}
.page_order .main_content .content_wrapper.page {
    margin-top: 32px;
}
.page_order .main_content .content_wrapper .form_page {
    margin: 48px 0 80px;
}
@media (max-width:1080px) {
    .page_order .main_content #main_h1, .page_order .main_content .content_wrapper.page {
    padding: 0 16px;
}
.page_order .main_content .content_wrapper .form_page {
    margin: 32px 0 136px;
}
}@media (max-width:640px) {
    .page_order .main_content .content_wrapper .form_page {
    margin: 32px 0 52px;
}
}.page_order .address_wrap {
    margin: 32px 0 0;
    display: none;
}
.page_order select {
    width: 344px;
}
@media (max-width:640px) {
    .page_order select {
    width: 100%}
}.page_order .step_02 .address_wrap+.input_wrap, .page_order .step_02 .input_wrap+.input_wrap {
    margin: 32px 0 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.bonus {
    max-width: 344px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.bonus strong {
    color: #0dbcca;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.bonus input[type=text] {
    margin: 16px 0 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.comment {
    max-width: 505px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address {
    font-size: 0;
    margin-top: 16px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address input[name=street] {
    width: 202px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small {
    width: 110px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead+input, .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address input+input {
    margin: 0 0 0 16px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead {
    vertical-align: top;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead input+input {
    margin: 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead .tt-menu {
    font-size: 14px;
    width: 100%;
    padding: 16px;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    border-top: none;
    margin-top: -5px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead .tt-menu .tt-suggestion+.tt-suggestion {
    margin: 10px 0 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead .tt-menu .tt-suggestion {
    cursor: pointer;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a {
    display: none;
    font-size: 14px;
    margin: 0 0 0 32px;
    color: #141414;
    border-bottom: 1px dashed hsla(0, 0%, 8%, .15);
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.radio_wrap a:hover {
    color: #0dbcca;
    border-bottom: 1px dashed rgba(231, 81, 90, .15);
}
@media (max-width:1024px) {
    .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead {
    display: block!important;
    margin-bottom: 16px;
    clear: both;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .twitter-typeahead+input, .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address input+input {
    margin: 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small+.small {
    margin: 0 0 0 16px;
}
}@media (max-width:640px) {
    .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.delivery a {
    margin-bottom: 9px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.bonus {
    max-width: 100%}
}@media (max-width:560px) {
    .page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address input[name=street] {
    width: 100%}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small+.small {
    margin: 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small {
    width: calc(50% - 8px);
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small.flat {
    margin: 0 0 0 16px;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small.entrance {
    margin: 16px 0 0;
}
.page_order .content_wrapper .form_wrapper.order.step_02 .input_wrap.address .small.floor {
    margin: 16px 0 0 16px;
}
}.page_order .form_wrapper {
    background: #fff;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.page_order .form_wrapper.order_submit {
    padding: 32px;
    position: relative;
}
.page_order .form_wrapper.order_submit .loading_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, .5);
    text-align: center;
    z-index: 5;
    top: 0;
    left: 0;
}
.page_order .form_wrapper.order_submit .loading_wrap .lds-ring {
    transform: translateY(50%);
}
.page_order .form_wrapper.order_submit .summ {
    display: block;
    font-size: 24px;
    line-height: 33px;
}
.page_order .form_wrapper.order_submit .bottom_wrap {
    margin: 16px 0 0;
}
.page_order .form_wrapper.order_submit .bottom_wrap span {
    font-size: 16px;
    line-height: 22px;
}
.page_order .form_wrapper.order_submit .bottom_wrap input[type=submit] {
    float: right;
    height: 48px;
    line-height: 48px;
}
.page_order .form_wrapper.order_submit .bottom_wrap .bonus_points .samovivoz, .page_order .form_wrapper.order_submit .bottom_wrap .delivery_type .samovivoz {
    display: inline;
}
.page_order .form_wrapper.order_submit .bottom_wrap .bonus_points .delivery, .page_order .form_wrapper.order_submit .bottom_wrap .delivery_type .delivery {
    display: none;
}
.page_order .form_wrapper.order_submit .bottom_wrap .delivery_type {
    color: #979797;
}
.page_order .form_wrapper.order_submit .bottom_wrap .bonus_points {
    display: inline-block;
    margin: 8px 0 0;
}
@media (max-width:640px) {
    .page_order .form_wrapper.order_submit {
    margin-top: 16px;
    padding: 19px 16px;
}
.page_order .form_wrapper.order_submit .summ {
    font-size: 20px;
    line-height: 27px;
}
.page_order .form_wrapper.order_submit .bottom_wrap {
    margin: 11px 0 0;
}
.page_order .form_wrapper.order_submit .bottom_wrap input[type=submit] {
    margin: 16px 0 0;
    float: none;
}
.page_order .form_wrapper.order_submit .bottom_wrap .bonus_points, .page_order .form_wrapper.order_submit .bottom_wrap .delivery_type, .page_order .form_wrapper.order_submit .bottom_wrap span {
    font-size: 14px;
    line-height: 20px;
}
.page_order .form_wrapper.order_submit .bottom_wrap .bonus_points {
    color: #0dbcca;
    margin: 4px 0 0;
}
}.page_order #order_form_02 .input_wrap .conditions {
    display: inline-block;
}
.page_order #order_form_02 .input_wrap .conditions a:hover svg path, .page_order #order_form_02 .input_wrap .conditions a svg path {
    fill: #0dbcca;
}
@media (max-width:850px) {
    .page_order #order_form_02 .input_wrap .conditions {
    display: block;
    margin: 16px 0 0;
}
}.page_order_success .main_content .content_wrapper.order_success {
    margin: 80px auto;
}
.page_order_success .main_content .content_wrapper.order_success .buttons, .page_order_success .main_content .content_wrapper.order_success .code, .page_order_success .main_content .content_wrapper.order_success h1, .page_order_success .main_content .content_wrapper.order_success p {
    text-align: center;
}
.page_order_success .main_content .content_wrapper.order_success h1 {
    font-size: 36px;
    line-height: 44px;
    position: relative;
}
.page_order_success .main_content .content_wrapper.order_success h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 88px;
    height: 2px;
    background: #424242;
    bottom: -24px;
    left: 50%;
    margin: 0 0 0 -44px;
}
.page_order_success .main_content .content_wrapper.order_success .message {
    margin: 90px 0 0;
}
.page_order_success .main_content .content_wrapper.order_success .message p+p {
    margin: 24px 0 0;
}
.page_order_success .main_content .content_wrapper.order_success .buttons, .page_order_success .main_content .content_wrapper.order_success .code {
    margin: 64px 0 0;
}
.page_order_success .main_content .content_wrapper.order_success .code {
    font-size: 36px;
    line-height: 52px;
}
.page_order_success .main_content .content_wrapper.order_success .buttons {
    font-size: 0;
}
.page_order_success .main_content .content_wrapper.order_success .buttons .ugli_button+.ugli_button {
    margin: 0 0 0 24px;
}
@media (max-width:640px) {
    .page_order_success .main_content .content_wrapper.order_success {
    margin: 44px auto;
}
.page_order_success .main_content .content_wrapper.order_success h1 {
    font-size: 26px;
    line-height: 36px;
}
.page_order_success .main_content .content_wrapper.order_success h1:before {
    display: none;
}
.page_order_success .main_content .content_wrapper.order_success .message {
    margin: 31px 0 0;
}
.page_order_success .main_content .content_wrapper.order_success .message p {
    font-size: 16px;
    line-height: 24px;
}
.page_order_success .main_content .content_wrapper.order_success .buttons, .page_order_success .main_content .content_wrapper.order_success .code, .page_order_success .main_content .content_wrapper.order_success .message p+p {
    margin: 24px 0 0;
}
.page_order_success .main_content .content_wrapper.order_success .code span {
    display: block;
}
}@media (max-width:500px) {
    .page_order_success .main_content .content_wrapper.order_success .buttons .ugli_button {
    clear: both;
    display: block;
    width: auto;
}
.page_order_success .main_content .content_wrapper.order_success .buttons .ugli_button+.ugli_button {
    margin: 16px 0 0;
}
}.order_menu {
    margin: 32px 0 0;
}
.order_menu .item {
    display: inline-block;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #141414;
    padding: 0 20px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.order_menu .item:hover {
    color: #0dbcca;
}
.order_menu .item.has_before:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 11px;
    left: -19px;
    top: 13px;
    background-image: url(/local/templates/roso/images/svg/icons/order_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.order_menu .item.has_before.inactive:before {
    opacity: .3;
}
.order_menu .item.inactive {
    color: #aeaeae;
    cursor: default;
}
.order_menu .item+.item {
    margin: 0 0 0 28px;
}
@media (max-width:640px) {
    .order_menu {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}
.order_menu .item {
    box-sizing: border-box;
    width: 100%;
    border: none;
}
.order_menu .item:before {
    display: none;
}
.order_menu .item+.item {
    margin: 0;
}
}.page_contacts .main_content {
    min-height: auto;
}
.page_contacts .main_content .content_wrapper.page {
    margin: 72px auto 60px;
}
.page_contacts .content_wrapper.requisites {
    max-width: 936px;
    margin: 36px auto 0;
}
@media (max-width:1024px) {
    .page_contacts .content_wrapper.requisites {
    max-width: 100%;
    padding: 0 16px;
}
.page_contacts .main_content+ymaps {
    height: 320px!important;
}
.page_contacts .main_content .content_wrapper.page {
    margin: 32px 0 48px;
}
}.contacts_wrapper {
    margin: 26px 0 0;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contacts_wrapper .contact_element {
    font-size: 0;
    display: flex;
    align-items: center;
    width: calc(50% - 12px);
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 30px 24px;
    margin: 24px 0 0;
    background: #fff;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.contacts_wrapper .contact_element .img_wrap, .contacts_wrapper .contact_element .text {
    vertical-align: top;
}
.contacts_wrapper .contact_element .img_wrap {
    text-align: center;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 24px 0 0;
}
.contacts_wrapper .contact_element .img_wrap svg circle, .contacts_wrapper .contact_element .img_wrap svg path, .contacts_wrapper .contact_element .img_wrap svg rect {
    fill: #0dbcca;
    stroke: #0dbcca;
}
.contacts_wrapper .contact_element .text {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    color: #141414;
}
.contacts_wrapper .contact_element .text a {
    border: none;
    color: #141414;
}
.contacts_wrapper .contact_element .text a:hover {
    color: #0dbcca;
}
.contacts_wrapper .contact_element .work, .contacts_wrapper .contact_element .work_wrapper {
    display: inline-block;
    vertical-align: top;
}
.contacts_wrapper .contact_element .work_wrapper {
    display: flex;
    margin-top: -5px;
}
.contacts_wrapper .contact_element .work_wrapper .work {
    font-size: 14px;
    line-height: 20px;
}
.contacts_wrapper .contact_element .work_wrapper .work span {
    display: block;
}
.contacts_wrapper .contact_element .work_wrapper .work+.work {
    margin: 0 0 0 32px;
}
@media (max-width:920px) {
    .contacts_wrapper .contact_element {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}
.contacts_wrapper .contact_element+.contact_element {
    margin: 16px 0 0;
}
}@media (max-width:640px) {
    .contacts_wrapper .contact_element {
    padding: 30px 16px;
}
.contacts_wrapper .contact_element .text {
    font-size: 14px;
    line-height: 20px;
    display: block;
    width: calc(100% - 48px);
}
.contacts_wrapper .contact_element .img_wrap {
    margin: 0 16px 0 0;
    float: left;
}
.contacts_wrapper .contact_element .work_wrapper {
    width: calc(100% - 48px);
}
.contacts_wrapper .contact_element .work_wrapper .work, .contacts_wrapper .contact_element .work_wrapper .work+.work {
    margin: 0 24px 0 0;
}
}.departments_wrapper {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 32px;
    margin: 24px 0 0;
    background: #fff;
    box-shadow: 0 3px 32px rgba(138, 150, 163, .24);
}
.departments_wrapper .section_wrapper .section_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    width: 240px;
    float: left;
}
.departments_wrapper .section_wrapper .elements_wrap {
    width: calc(100% - 240px);
    margin: 0 0 0 240px;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element {
    display: inline-block;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element a {
    border: none;
    color: #0dbcca;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element a:hover {
    color: #0dbcca;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element .el_mail, .departments_wrapper .section_wrapper .elements_wrap .department_element .el_name, .departments_wrapper .section_wrapper .elements_wrap .department_element .el_phone {
    display: block;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element+.department_element {
    margin: 0 0 0 125px;
}
@media (max-width:920px) {
    .departments_wrapper .section_wrapper .elements_wrap .department_element+.department_element {
    margin: 0 0 0 50px;
}
}@media (max-width:860px) {
    .departments_wrapper .section_wrapper .elements_wrap .department_element {
    display: block;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element+.department_element {
    margin: 16px 0 0;
}
}.departments_wrapper .section_wrapper+.section_wrapper {
    margin: 40px 0 0;
}
@media (max-width:640px) {
    .departments_wrapper {
    padding: 24px 16px;
    margin: 16px 0 0;
}
.departments_wrapper .section_wrapper .section_name {
    width: 100%;
    float: none;
}
.departments_wrapper .section_wrapper .elements_wrap {
    width: 100%;
    margin: 7px 0 0;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.departments_wrapper .section_wrapper .elements_wrap .department_element+.department_element {
    margin: 0;
}
.departments_wrapper .section_wrapper+.section_wrapper {
    margin: 26px 0 0;
}
}@media (max-width:570px) {
    .departments_wrapper .section_wrapper .elements_wrap .department_element {
    width: 100%}
.departments_wrapper .section_wrapper .elements_wrap .department_element+.department_element {
    margin: 16px 0 0;
}
}.page_bankety .main_content #main_h1, .page_bankety .main_content h2 {
    font-family: Montserrat, sans-serif;
    text-align: center;
}
.page_bankety .main_content #main_h1 {
    font-size: 48px;
    line-height: 64px;
}
.page_bankety .main_content h2 {
    font-size: 36px;
    line-height: 44px;
}
.page_bankety .main_content .bankety_text_top {
    margin: 64px auto 0;
}
.page_bankety .main_content .bankety_text_top p {
    font-size: 18px;
    line-height: 28px;
}
.page_bankety .main_content .bankety_text_top p+p {
    margin: 24px 0 0;
}
.page_bankety .main_content .content_wrapper.contacts {
    margin-top: 91px;
    margin-bottom: 98px;
}
.page_bankety .main_content .bankety_text_top+.slider_wrap {
    margin: 96px 0 0;
}
.page_bankety .main_content .slider_wrap+.slider_wrap {
    margin: 8px 0 0;
}
@media (max-width:1024px) {
    .page_bankety .main_content #main_h1, .page_bankety .main_content h2 {
    font-size: 26px;
    line-height: 36px;
}
.page_bankety .main_content .bankety_text_top {
    margin: 22px auto 0;
}
.page_bankety .main_content .bankety_text_top p+p {
    margin: 16px 0 0;
}
.page_bankety .main_content .bankety_text_top p {
    font-size: 16px;
    line-height: 24px;
}
.page_bankety .main_content .bankety_text_top+.slider_wrap {
    margin: 48px 0 0;
}
.page_bankety .main_content .slider_wrap+.slider_wrap {
    margin: 2px 0 0;
}
.page_bankety .main_content .content_wrapper.contacts {
    margin-top: 44px;
    margin-bottom: 44px;
}
}.main_content .single_menu_card_wrap {
    text-align: center;
}
.main_content .single_menu_card {
    margin: 80px auto 0;
    display: inline-block;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
}
.main_content .single_menu_card img {
    border-radius: 8px 8px 0 0;
}
.main_content .single_menu_card .card_name {
    margin: 28px 0;
    color: #141414;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    font-family: Montserrat, sans-serif;
}
.main_content .single_menu_card .card_name .desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #bcbcbc;
}
.main_content .single_menu_card:hover .img_wrap {
    position: relative;
}
.main_content .single_menu_card:hover .img_wrap:after, .main_content .single_menu_card:hover .img_wrap:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.main_content .single_menu_card:hover .img_wrap:before {
    background-color: hsla(0, 0%, 8%, .5);
    border-radius: 8px 8px 0 0;
}
.main_content .single_menu_card:hover .img_wrap:after {
    background-image: url(/local/templates/roso/images/svg/icons/download.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}
.main_content .single_menu_card:hover .card_name {
    color: #0dbcca;
}
.main_content .single_menu_card:hover .card_name .desc {
    color: #bcbcbc;
}
@media (max-width:1024px) {
    .main_content .single_menu_card {
    margin: 44px auto 0;
}
.main_content .single_menu_card img {
    max-width: 320px;
}
.main_content .single_menu_card .card_name {
    margin: 28px 0;
    color: #141414;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: Montserrat, sans-serif;
}
.main_content .single_menu_card .card_name .desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #bcbcbc;
}
}@media (max-width:640px) {
    .main_content .single_menu_card img {
    max-width: 280px;
}
.main_content .single_menu_card .card_name {
    margin: 18px 0;
}
}

.roso_overlay {
    z-index:  9999;
}

.footer .left a {
    color:  #fff;
}

#basket-root  {
    margin:  48px 0 0;
    margin-bottom:  60px;
}

#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block .basket-btn-checkout {
    border:  2px solid #0dbcca;
}

#basket-root .basket-checkout-container .basket-checkout-section-inner .basket-checkout-block .basket-btn-checkout: hover {
    color:  #111;
}

@media (max-width:  1100px) {
    .main_content .front_video_wrap .show_reserve  {
        z-index:  5;
        font-size:  13px;
}
.main_content .front_video_wrap .show_reservew  {
    z-index:  5;
    font-size:  13px;
}

}

.front_video_wrap {
    z-index:  1;
}

.front_video_wrap .front_logo {
    pointer-events:  none;
}

.sale-order-history-link:hover{
    background: #fff !important;
    color: #0dbcca !important;
}

@media only screen and (min-width: 1360px) {
    header .footer_social_wrapper {
        display: none;
    }
}

@media (max-width: 1570px){
    header .logo {
        max-width: 200px;
    }
    .header_button {
        font-size: 12px;
    }
    header .auth .login span {
        font-size: 12px !important;
    }
    header .auth .login svg {
        margin: 0 0 0 12px;
    }
    header .menu .header_menu_wrap a {
        font-size: 14px;
    }
    header .menu .header_menu_wrap a+a {
        margin-left: 20px;
    }
}

@media (min-width: 1360px){
    header .logo .lg_text {
        width: 60px;
    }
    header .logo .lg_image {
        width: 35px;
    }
}

@media (min-width: 1700px){
    header .logo .lg_text {
        width: 70px;
    }
    header .logo .lg_image {
        width: 45px;
    }
    header .logo {
        margin-right: 40px;
    }
}

/* End */
/* /bitrix/templates/.default/ajax/ajax.css?1633434286448 */
/* /local/templates/roso/vendor/normalize.css?16334343006138 */
/* /local/templates/roso/vendor/slick/slick.css?16334343001776 */
/* /local/templates/roso/vendor/datepicker/datepicker-bulma.css?16351397895237 */
/* /local/templates/roso/vendor/custom.css?174849814164420 */
/* /local/templates/roso/components/bitrix/menu/simple_menu/style.css?17066771881016 */
/* /local/templates/roso/template_styles.css?1748349109152166 */
