/* Partials */

/* Настройки адаптива */

/* Изменение настроек сетки */

/* Точки адаптива */

/* Сокращения
Пример использования: @media (--mobile) {}
*/

/* Переменные */

/* colors */

/* colors */

/* sizes */

/* /sizes */

/* fonts */

/* $font-circle: 'circle', Arial, sans-serif; */

/* svg icons */

/* Миксины */

/* Стиль и размер кнопок */

/* Стиль и размер элементов форм */

/* Очистка потока для блоков с плавающими элементами */

/* Стилизация placeholder'ов */

/* Стилизация полей с датой (datepicker) */

.datepicker {
    background: url('/local/templates/assets/img/svg/calendar.svg') no-repeat 97% 50%;
}

.ui-datepicker {
    background: #fff;
    border: 1px solid #ccc;
    width: 340px;
    padding: 0 0 10px;
}

.ui-datepicker select {
    width: 30%;
    background: transparent;
    margin: 0;
    color: #fff;
    border: none;
    font-weight: 300;
    vertical-align: baseline;
    display: inline-block;
}

.ui-datepicker select option {
    color: #000;
}

.ui-datepicker .ui-datepicker-header {
    background: #17c4c9;
    height: 32px;
    padding: 0;
    line-height: 32px;
}

.ui-datepicker .ui-datepicker-title {
    color: #fff;
    line-height: 32px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    border: none;
    display: block;
    top: 0;
    width: 32px;
    height: 32px;
    text-align: left;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
    border: solid transparent;
    border-color: rgba(#fff, 0);
    border-width: 6px;
    display: block;
    width: 0;
    height: 0;
    margin-top: -6px;
    text-indent: -9999px;
    pointer-events: none;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
}

.ui-datepicker .ui-datepicker-prev span {
    border-right-color: #fff;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-next span {
    border-left-color: #fff;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    table-layout: fixed;
    margin: 0;
}

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
    padding: 5px 0;
    text-align: center
}

.ui-datepicker .ui-datepicker-calendar th:first-child, .ui-datepicker .ui-datepicker-calendar td:first-child {
    padding-left: 16px;
}

.ui-datepicker .ui-datepicker-calendar th:last-child, .ui-datepicker .ui-datepicker-calendar td:last-child {
    padding-right: 16px;
}

.ui-datepicker .ui-datepicker-calendar th {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-calendar td {
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default {
    border: 1px solid transparent;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 32px;
    text-align: center
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-highlight {
    border-color: #e22e2e;
}

.ui-datepicker .ui-datepicker-calendar td .ui-state-default.ui-state-active {
    border-color: #17c4c9;
}

.ui-datepicker .ui-datepicker-calendar td a {
    color: #000
}

.ui-datepicker .ui-datepicker-calendar td a:hover {
    background: #17c4c9;
    border-color: #17c4c9;
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
    color: #e22e2e;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a:hover {
    color: #fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
    background: #f9f8f8;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month {
    color: #ccc;
    background: #fff;
}

@media (max-width: 479px) {

    .ui-datepicker {
        width: 260px;
    }
    }

.date-custom {
    position: relative;
}

.date-custom label {
    left: 0;
}

.contacts {
    padding: 23px 0 25px;
    font-size: 16px;
    line-height: 22px;
}

.contacts [data-city] {
    display: none;
}

.contacts .tabs__mobile {
    padding: 0 24px;
}

.contacts .select2-container .select2-selection--single .select2-selection__arrow {
    width: 9px;
}

.contacts hr:first-child {
}

.contacts .icon-baloon {
    width: 13px;
    height: 16px;
    margin-right: 15px;
    background-size: 13px 16px;
}

.contacts .icon-mail {
    margin-right: 8px;
}

.contacts .icon-phone {
    margin-right: 7px;
}

.contacts .icon-metro {
    margin-right: 5px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.contacts .icon-clock {
    margin-right: 12px;
}

.contacts .icon-map {
    margin-right: 12px;
}

.contacts h5 {
    letter-spacing: 0.54px;
}

.contacts .filialy .shops-list-item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.9% * 1 / 3 - 24px)
}

.contacts-col {
    width: calc(50% - 32px / 2);
}

.contacts-col h4 {
    margin-bottom: 44px;
}

.contacts-col h5 {
    margin-bottom: 11px;
}

.contacts-col p {
    margin-bottom: 8px;
}

.contacts-col a[href^="mailto:"] {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.contacts-col a[href^="mailto:"]:hover {
    border-bottom-color: rgba(39, 151, 157, .5);
}

.contacts-col p + p, .contacts-col h5 + p {
    margin-bottom: 32px;
}

.contacts-col_left {
    float: left;
    margin-right: 32px;
    padding: 75px 0 16px;
    text-align: left;
}

.contacts-col_left .clearfix {
    padding-top: 26px;
}

@media (max-width: 1023px) {

    .contacts-col_left {
        padding: 38px 0 0;
    }
}

@media (max-width: 767px) {

    .contacts-col_left {
        padding: 32px 0 9px;
        margin-right: 0;
    }
}

@media (max-width: 479px) {

    .contacts-col_left {
        padding: 23px 0 9px;
    }
}

.contacts-col_right {
    position: relative;
    float: right;
    min-height: 530px;
}

@media (max-width: 1023px) {

    .contacts-col_right {
        min-height: 737px;
    }
}

@media (max-width: 767px) {

    .contacts-col_right {
        min-height: 300px;
    }
}

@media (max-width: 767px) {

    .contacts-col {
        width: 100%;
    }
}

.contacts-phones {
    width: 45%;
    width: calc(50% - 32px / 2);
}

.contacts-phones:first-child {
    margin-right: 32px;
}

@media (max-width: 1023px) {

    .contacts-phones {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .contacts-phones {
        width: 45%;
        width: calc(50% - 32px / 2);
    }
}

@media (max-width: 479px) {

    .contacts-phones {
        width: 100%;
    }
}

.contacts__choose-city {
    border-bottom: none;
}

.contacts__choose-city:hover .contacts__city {
    border-color: rgba(39, 151, 157, .5);
}

@media (max-width: 479px) {

    .contacts__choose-city {
        float: none !important;
        display: block;
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {

    .contacts hr:first-child {
        visibility: hidden;
    }
        }

.contacts__city {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.contacts-info {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding-top: 48px;
}

.contacts-info h5 {
    margin-bottom: 10px;
}

.contacts-info__col {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.9% * 1/3 - 16px);
}

.contacts-info__col:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
}

.contacts-info__col:last-child {
    margin-right: 0;
}

.contacts-info__col:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
}

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

.contacts-info__col a[href^="mailto:"] {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.contacts-info__col a[href^="mailto:"]:hover {
    border-bottom-color: rgba(39, 151, 157, .5);
}

.contacts-info__col:last-child p {
    line-height: 1.5;
}

@media (max-width: 1023px) {

    .contacts-info__col {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: calc(99.9% * 1/2 - 12px);
        margin-bottom: 60px;
    }

    .contacts-info__col:nth-child(1n) {
        margin-right: 24px;
        margin-left: 0;
    }

    .contacts-info__col:last-child {
        margin-right: 0;
    }

    .contacts-info__col:nth-child(2n) {
        margin-right: 0;
        margin-left: auto;
    }

    .contacts-info__col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .contacts-info__col {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: calc(99.9% * 1 - 0px);
        margin-bottom: 51px;
    }

    .contacts-info__col:nth-child(1n) {
        margin-right: 24px;
        margin-left: 0;
    }

    .contacts-info__col:last-child {
        margin-right: 0;
    }

    .contacts-info__col:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto;
    }
}

@media (max-width: 479px) {

    .contacts-info__col {
        margin-bottom: 36px;
    }
}

@media (max-width: 1023px) {

    .contacts-info {
        padding-top: 42px;
    }
}

@media (max-width: 767px) {

    .contacts-info {
        padding-top: 21px;
    }
}

@media (max-width: 479px) {

    .contacts-info {
        padding-top: 20px;
    }
}

@media (max-width: 1023px) {

    .contacts {
        padding: 11px 0 24px;
    }
    }

@media (max-width: 767px) {

    .contacts {
        padding: 8px 0 0;
    }
    }

@media (max-width: 1000px) {

    .contacts .container {
        padding: 0 24px;
    }
    }

@media (max-width: 959px) {

    .contacts .filialy .shops-list-item {
        width: calc(99.9% * 1 / 2 - 24px);
    }
            }

@media (max-width: 639px) {

    .contacts .filialy .shops-list-item {
        width: 100%;
    }
            }

@media (min-width: 640px) {

    .contacts .filialy .shops-list-item {
}

    .contacts .filialy .shops-list-item:nth-child(1n) {
        margin-right: 24px;
        margin-left: 0;
    }
            }

.catalog-fill {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.catalog-fill .select2-container {
    width: 100% !important;
    max-width: 140px !important;
}

.catalog-fill .select2-container .select2-selection--single {
    border-radius: 16px;
}

.catalog-fill_economy {
    margin-top: 14px;
    margin-bottom: 19px;
}

@media(max-width: 959px) {

    .catalog-fill_economy {
        padding-right: 33%;
        position: relative;
    }
}

@media(max-width: 767px) {

    .catalog-fill_economy {
        padding-right: 37%;
        margin-bottom: 48px;
    }
}

@media(max-width: 639px) {

    .catalog-fill_economy {
        padding-right: 0;
        margin-bottom: 32px;
        margin-top: 32px;
    }
}

@media(max-width: 479px) {

    .catalog-fill_economy {
        margin-top: 16px;
    }
}

.catalog-fill_economy:last-of-type {
    margin-bottom: 65px;
}

@media (max-width: 639px) {

    .catalog-fill_economy:last-of-type {
        margin-bottom: 40px;
    }
}

.catalog-fill__check {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.catalog-fill__check input[type="checkbox"], .catalog-fill__check input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-fill__check input[type="checkbox"] + label, .catalog-fill__check input[type="radio"] + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    padding-left: 20px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    text-indent: -9999px;
}

.catalog-fill_master {
}

@media (max-width: 1023px) {

    .catalog-fill_master {
        position: relative;
        padding-right: 33%;
    }
}

@media (max-width: 959px) {

    .catalog-fill_master {
        padding-right: 40%;
    }
}

@media (max-width: 767px) {

    .catalog-fill_master {
        padding-right: 0;
    }
}

@media (max-width: 639px) {

    .catalog-fill_master {
        margin-bottom: 64px;
    }
}

.catalog-fill-result {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    margin-bottom: 18px;
}

.catalog-fill-result p {
    margin-bottom: 0;
    margin-right: 32px;
    letter-spacing: 0.6px;
}

.catalog-fill-result .price_old {
    margin-right: 32px;
    font-size: 20px;
}

.catalog-fill-result .prices {
    margin-right: 32px;
}

.catalog-fill-result .prices .price {
    display: block;
}

.catalog-fill-result .prices .price_new {
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 1269px) {

    .catalog-fill-result {
        margin-top: 17px;
    }
}

@media (max-width: 1023px) {

    .catalog-fill-result {
        display: none;
    }
}

.catalog-fill__item {
    position: relative;
    background: none;
    list-style: none outside;
    width: calc(99.9% * 2/12 - 20px);
    position: relative;
    margin-bottom: 88px;
    padding: 0;
}

.catalog-fill__item:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.catalog-fill__item:last-child {
    margin-right: 0;
}

.catalog-fill__item:nth-child(6n) {
    margin-right: 0;
    float: right;
}

.catalog-fill__item:nth-child(6n + 1) {
    clear: both;
}

.catalog-fill_master .catalog-fill__item {
    margin-bottom: 48px;
}

.catalog-fill_economy .catalog-fill__item {
    width: calc(99.9% * 1/5 - 19.2px);
}

.catalog-fill_economy .catalog-fill__item:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.catalog-fill_economy .catalog-fill__item:last-child {
    margin-right: 0;
}

.catalog-fill_economy .catalog-fill__item:nth-child(5n) {
    margin-right: 0;
    float: right;
}

.catalog-fill_economy .catalog-fill__item:nth-child(5n + 1) {
    clear: both;
}

.kit .catalog-fill__item {
    margin-bottom: 32px;
}

.catalog-fill__item_gift {
    background: none;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 92px;
}

.catalog-fill__item_gift img {
    max-width: 110px;
    margin: 0 auto;
    display: block;
}

@media (max-width: 1199px) {

    .catalog-fill__item_gift {
        padding: 24px;
        -ms-flex-pack: center;
            justify-content: center;
    }
}

.catalog-fill__item_result {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
}

.catalog-fill__item_gift + .catalog-fill__item_result {
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-top: 60px;
}

.catalog-fill__item_result .btn {
    font-size: 14px;
    white-space: nowrap;
}

.catalog-fill_master .catalog-fill__item_result {
}

@media (max-width: 1199px) {

    .catalog-fill__item_gift + .catalog-fill__item_result {
        padding-top: 0;
        -ms-flex-pack: center;
            justify-content: center;
    }
}

@media (max-width: 639px) {

    .catalog-fill__item_result .btn {
        width: 100%;
        font-size: 16px;
    }
}

@media (min-width: 1024px) {

    .catalog-fill_master .catalog-fill__item_result {
        display: none;
    }
}

@media (max-width: 1269px) {

    .catalog-fill_master .catalog-fill__item {
        width: calc(99.9% * 1/4 - 18px);
        margin-bottom: 16px;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill_master .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(4n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(4n + 1) {
        clear: both;
    }
}

@media (max-width: 1023px) {

    .catalog-fill_master .catalog-fill__item {
        width: 49.95%;
        margin-bottom: 0;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .catalog-fill_master .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .catalog-fill_master .catalog-fill__item {
        width: 99.9%;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .catalog-fill_master .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_master .catalog-fill__item:nth-child(1n + 1) {
        clear: both;
    }
}

.catalog-fill__item_promo {
    padding-top: 18px;
    background: none;
}

.catalog-fill_master .catalog-fill__item_promo {
}

@media (max-width: 1269px) {

    .catalog-fill_master .catalog-fill__item_promo {
        width: calc(99.9% * 1 - 0px);
    }

    .catalog-fill_master .catalog-fill__item_promo:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill_master .catalog-fill__item_promo:last-child {
        margin-right: 0;
    }

    .catalog-fill_master .catalog-fill__item_promo:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_master .catalog-fill__item_promo:nth-child(1n + 1) {
        clear: both;
    }
}

@media (max-width: 1023px) {

    .catalog-fill_master .catalog-fill__item_promo {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {

    .catalog-fill_master .catalog-fill__item_promo {
        text-align: center;
        margin-top: 24px;
    }
}

@media (max-width: 1199px) {

    .catalog-fill__item {
        width: calc(99.9% * 1/4 - 18px);
    }

    .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill__item:nth-child(4n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill__item:nth-child(4n + 1) {
        clear: both;
    }

    .catalog-fill_economy .catalog-fill__item {
        width: calc(99.9% * 1/4 - 18px);
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill_economy .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(4n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(4n + 1) {
        clear: both;
    }

    .catalog-fill_economy .catalog-fill__item:last-child {
        margin-left: auto;
        width: 210px;
    }
}

@media (max-width: 1023px) {

    .catalog-fill_master .catalog-fill__item:last-child {
        margin-left: auto;
        width: 210px;
        position: absolute;
        right: 0;
        top: 40%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
}

@media (max-width: 767px) {

    .catalog-fill_master .catalog-fill__item:last-child {
        margin-top: 32px;
        margin-left: auto;
        margin-right: auto;
        position: static;
        -ms-transform: none;
            transform: none;
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 959px) {

    .catalog-fill__item {
        width: calc(99.9% * 1/3 - 16px);
    }

    .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill__item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill__item:nth-child(3n + 1) {
        clear: both;
    }

    .catalog-fill_economy .catalog-fill__item {
        width: 49.95%;
        margin-bottom: 0;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .catalog-fill_economy .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n + 1) {
        clear: both;
    }

    .catalog-fill_economy .catalog-fill__item:last-child {
        margin-left: auto;
        width: 210px;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    }
}

@media (max-width: 639px) {

    .catalog-fill__item {
        width: calc(99.9% * 1/2 - 12px);
        //width: 50%;
    }

    .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill__item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill__item:nth-child(2n + 1) {
        clear: both;
    }

    .catalog-fill_economy .catalog-fill__item:last-child {
        margin-left: 0;
        width: 100%;
        -ms-transform: none;
            transform: none;
        position: static;
        margin-top: 32px;
    }
}

@media (max-width: 479px) {

    .catalog-fill__item {
        width: calc(99.9% * 1/1 - 0px);
        text-align: center;
    }

    .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill__item:nth-child(1n + 1) {
        clear: both;
    }

    .catalog-fill_economy .catalog-fill__item {
        width: calc(99.9% * 1/1 - 0px);
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-fill_economy .catalog-fill__item:last-child {
        margin-right: 0;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-fill_economy .catalog-fill__item:nth-child(1n + 1) {
        clear: both;
    }
}

.catalog-fill__item_master {
}

.catalog-fill__link {
    background: #fff;
    border: 1px solid #dadada;
    display: block;
    height: 100%;
    padding: 24px 24px 80px 24px;
}

.catalog-fill__pic {
    display: block;
    position: relative;
    height: 60px;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 60px;
    text-align: center;
}

.catalog-fill__pic img {
    max-height: 100%;
    vertical-align: middle;
}

@media (max-width: 639px) {

    .catalog-fill__pic {
        height: 70px;
    }
}

.catalog-fill__pic-plus {
    position: relative;
    margin-bottom: 35px;
    padding-left: 32px;
}

.catalog-fill__item_promo .catalog-fill__pic-plus {
    padding-left: 0;
    margin-bottom: 14px;
}

.catalog-fill__item_promo .catalog-fill__pic-plus:before {
    left: -2px;
    font-size: 48px;
    line-height: 48px;
    margin-top: -18px;
}

.catalog-fill__pic-plus:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: -18px;
    font-size: 56px;
    line-height: 56px;
    font-weight: 200;
    color: #00b9bf;
    margin-top: -28px;
}

@media (max-width: 959px) {

    .catalog-fill__pic-plus:before {
        position: absolute;
        top: 50%;
        left: 0;
    }
}

@media (max-width: 479px) {

    .catalog-fill__item_promo .catalog-fill__pic-plus:before {
        font-size: 32px;
        line-height: 32px;
        margin-top: -12px;
    }
}

@media (max-width: 1269px) {

    .catalog-fill__item_promo .catalog-fill__pic-plus {
        display: inline-block;
        vertical-align: middle;
        padding-left: 52px;
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {

    .catalog-fill__item_promo .catalog-fill__pic-plus {
        float: left;
        padding-left: 30px;
        margin-right: 16px;
    }
}

.catalog-fill__pic-round {
    display: block;
    background: #fff;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 72px;
    height: 72px;
    font-size: 0;
    line-height: 72px;
    vertical-align: middle;
    text-align: center;
}

.catalog-fill__pic-round img {
    display: inline;
    max-width: 90%;
    max-height: 90%;
    vertical-align: middle;
}

.catalog-fill__item_promo .catalog-fill__pic-round {
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 479px) {

    .catalog-fill__item_promo .catalog-fill__pic-round {
        width: 72px;
        height: 72px;
        line-height: 72px;
    }
}

.catalog-fill__type {
    display: block;
    color: #888;
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 639px) {

    .catalog-fill__type {
        font-size: 18px;
    }
}

.catalog-fill__name {
    display: block;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    transition: color 200ms ease;
}

.catalog-fill__link:hover .catalog-fill__name {
    color: #17c4c9;
}

@media (max-width: 639px) {

    .catalog-fill__name {
        font-size: 20px;
    }
}

.catalog-fill__promo {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.catalog-fill__promo .catalog-fill__name {
    margin-bottom: 0;
}

.catalog-fill__item_promo .catalog-fill__promo {
    display: block;
    padding: 0 10px;
}

@media (max-width: 1269px) {

    .catalog-fill__item_promo .catalog-fill__promo {
        display: inline-block;
        vertical-align: middle;
        max-width: 228px;
        padding: 0 16px;
        text-align: left;
    }
}

@media (max-width: 479px) {

    .catalog-fill__item_promo .catalog-fill__promo {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 0;
        font-size: 20px;
        line-height: 26px;
    }
}

.catalog-fill__size {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 639px) {

    .catalog-fill__size {
        font-size: 15px;
    }
}

.catalog-fill__colors .link-dotted {
    color: #999;
}

.catalog-fill__link:hover .catalog-fill__colors .link-dotted {
    color: #999;
}

.catalog-fill__link:hover .catalog-fill__colors .link-dotted:hover {
    color: #17c4c9;
}

.catalog-fill__colors .link-dotted:hover {
    color: #17c4c9;
}

.catalog-fill__price.price {
    display: block;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    font-size: 18px;
}

@media (max-width: 639px) {

    .catalog-fill__price.price {
        font-size: 20px;
    }
}

@media (max-width: 479px) {

    .catalog-fill .select2-container {
        max-width: 100% !important;
    }
                }

.catalog-fill__result {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding-left: 66px;
    margin-bottom: 18px;
}

.catalog-fill__result .price.price_new {
    font-size: 32px;
}

.catalog-fill__result .price.price_old {
    margin-bottom: 5px;
    font-size: 24px;
}

.catalog-fill_master .catalog-fill__result {
    -ms-flex-align: end;
        align-items: flex-end;
}

.catalog-fill_master .catalog-fill__result p {
    text-align: right;
}

.catalog-fill_master .catalog-fill__result:before {
    top: auto;
    bottom: 0;/*@media (--mobile-lg) {
                        left: -5px;
                    }*/
}

.catalog-fill__result:before {
    content: '=';
    position: absolute;
    top: 34px;
    left: -15px;
    font-size: 66px;
    line-height: 66px;
    font-weight: 200;
}

@media (max-width: 639px) {

    .catalog-fill__result:before {
        left: -5px;
    }
}

@media (max-width: 639px) {

    .catalog-fill__result {
        margin-bottom: 43px;
    }
}

@media (max-width: 767px) {

    .catalog-fill_master .catalog-fill__result {
        -ms-flex-align: center;
            align-items: center;
        padding-left: 0;
    }

    .catalog-fill_master .catalog-fill__result p {
        text-align: center;
    }
}

@media (max-width: 479px) {

    .catalog-fill_master .catalog-fill__result p {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.3px;
    }
}

.catalog-fill__added {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    height: 32px;
    margin-top: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.catalog-fill__added .icon {
    margin: -5px 10px 0 0;
}

.catalog-fill__added.is-active {
    display: block;
}

.catalog-fill__add {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 24px;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

.is-active + .catalog-fill__add {
    display: none;
}

@media (max-width: 639px) {

    .catalog-fill__add {
        width: 100%;
    }
}

.catalog-simple {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.catalog-simple_no-flex {
    display: block;
}

.catalog-simple__item {
    background: none;
    border-bottom: 64px solid transparent;
    list-style: none outside;
    position: relative;
    margin: 0;
    padding: 0 0 80px 0;
    width: calc(99.9% * 1/5 - 19.2px);
    text-align: center;
}

.catalog-simple__item:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.catalog-simple__item:last-child {
    margin-right: 0;
}

.catalog-simple__item:nth-child(5n) {
    margin-right: 0;
    float: right;
}

.catalog-simple__item:nth-child(5n + 1) {
    clear: both;
}

.product-accessories__container .catalog-simple__item {
}

.catalog-simple_additional .catalog-simple__item {
    border: 1px solid #e5e5e5;
    border-width: 0 1px 1px 0;
    padding: 16px 16px 80px 16px;
    width: 33.3%;
    width: 33.3333%;
}

.catalog-simple_additional .catalog-simple__item:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

.catalog-simple_additional .catalog-simple__item:last-child {
    margin-right: 0;
}

.catalog-simple_additional .catalog-simple__item:nth-child(3n) {
    margin-right: 0;
    float: right;
}

.catalog-simple_additional .catalog-simple__item:nth-child(3n + 1) {
    clear: both;
}

.touch .catalog-simple_additional .catalog-simple__item {
    border-bottom-width: 1px;
}

.catalog-simple_additional .catalog-simple__item:nth-child(3n+1) {
}

.catalog-simple_additional .catalog-simple__item:nth-child(2n+1) {
}

.catalog-simple_additional .catalog-simple__item:nth-child(1) {
    border-top-width: 1px;
}

.catalog-simple_additional .catalog-simple__item:nth-child(2) {
}

.catalog-simple_additional .catalog-simple__item:nth-child(3) {
}

.catalog-simple_additional .catalog-simple__item.is-active {
}

.catalog-simple_additional .catalog-simple__item.is-active:before {
    content: '';
    border: 1px solid #00b9bf;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    pointer-events: none;
}

.catalog-simple_kit .catalog-simple__item {
    width: calc(99.9% * 1/5 - 51.2px);
}

.catalog-simple_kit .catalog-simple__item:nth-child(1n) {
    float: left;
    margin-right: 64px;
    clear: none;
}

.catalog-simple_kit .catalog-simple__item:last-child {
    margin-right: 0;
}

.catalog-simple_kit .catalog-simple__item:nth-child(5n) {
    margin-right: 0;
    float: right;
}

.catalog-simple_kit .catalog-simple__item:nth-child(5n + 1) {
    clear: both;
}

.catalog-simple_kit .catalog-simple__item:after {
    content: '';
    background: url('/local/templates/assets/img/svg/big-plus.svg') 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 80px;
    left: 100%;
    width: 28px;
    height: 28px;
    margin-left: 18px;
}

.catalog-simple_kit .catalog-simple__item_kit-equally {
}

.catalog-simple_kit .catalog-simple__item_kit-equally:after {
    background-image: url('/local/templates/assets/img/svg/equal.svg');
    top: 88px;
    height: 16px;
}

.catalog-simple_kit .catalog-simple__item_kit-result {
    padding: 48px 0 0 0;
}

.catalog-simple_kit .catalog-simple__item_kit-result .price {
}

.catalog-simple_kit .catalog-simple__item_kit-result .price_new {
    font-size: 32px;
}

.catalog-simple_kit .catalog-simple__item_kit-result .price_old {
    font-size: 24px;
}

.catalog-simple_kit .catalog-simple__item_kit-result:after {
    display: none;
}

.catalog-simple_kit-with-bed .catalog-simple__item {
    padding-bottom: 136px;
}

.catalog-simple_kit-with-bed .catalog-simple__item.catalog-simple__item_kit-result {
    padding-bottom: 0;
}

.touch .catalog-simple__item {
    border-bottom-width: 0;
}

.mobile-carousel .catalog-simple__item {
}

.allsize-carousel .catalog-simple__item {
    width: 24.975%;
}

.allsize-carousel .catalog-simple__item:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none;
}

.allsize-carousel .catalog-simple__item:last-child {
    margin-right: 0;
}

.allsize-carousel .catalog-simple__item:nth-child(4n) {
    margin-right: 0;
    float: right;
}

.allsize-carousel .catalog-simple__item:nth-child(4n + 1) {
    clear: both;
}

@media (max-width: 1199px) {

    .catalog-simple__item {
        width: calc(99.9% * 1/4 - 18px);
    }

    .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple__item:nth-child(4n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple__item:nth-child(4n + 1) {
        clear: both;
    }
}

@media (max-width: 959px) {

    .catalog-simple__item {
        width: calc(99.9% * 1/3 - 16px);
    }

    .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple__item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple__item:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 639px) {

    .catalog-simple__item {
        width: calc(99.9% * 1/2 - 12px);
    }

    .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple__item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple__item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .catalog-simple__item {
        width: calc(99.9% * 1/1 - 0px);
    }

    .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple__item:nth-child(1n + 1) {
        clear: both;
    }
}

.catalog-simple__item_no-buy-btn {
    border-bottom-width: 0;
}

@media (max-width: 1365px) {

    .product-accessories__container .catalog-simple__item {
        width: 50%;
    }

    .product-accessories__container .catalog-simple__item:nth-child(3n) {
        margin-left: 0;
    }
}

@media (min-width: 960px) {

    .catalog-simple_additional .catalog-simple__item:nth-child(3n+1) {
        border-left-width: 1px;
    }
}

@media (min-width: 480px) and (max-width: 959px) {

    .catalog-simple_additional .catalog-simple__item:nth-child(2n+1) {
        border-left-width: 1px;
    }
}

@media (min-width: 480px) {

    .catalog-simple_additional .catalog-simple__item:nth-child(2) {
        border-top-width: 1px;
    }
}

@media (min-width: 960px) {

    .catalog-simple_additional .catalog-simple__item:nth-child(3) {
        border-top-width: 1px;
    }
}

@media (max-width: 959px) {

    .catalog-simple_additional .catalog-simple__item {
        width: 49.95%;
    }

    .catalog-simple_additional .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .catalog-simple_additional .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple_additional .catalog-simple__item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple_additional .catalog-simple__item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .catalog-simple_additional .catalog-simple__item {
        width: calc(99.9% * 1/1 - 0px);
        border-right-width: 0;
    }

    .catalog-simple_additional .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-simple_additional .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple_additional .catalog-simple__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple_additional .catalog-simple__item:nth-child(1n + 1) {
        clear: both;
    }
}

@media (max-width: 1365px) {

    .catalog-simple_kit .catalog-simple__item {
        width: calc(99.9% * 1/4 - 48px);
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 64px;
        clear: none;
    }

    .catalog-simple_kit .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(4n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(4n + 1) {
        clear: both;
    }
}

@media (max-width: 959px) {

    .catalog-simple_kit .catalog-simple__item {
        width: calc(99.9% * 1/2 - 32px);
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 64px;
        clear: none;
    }

    .catalog-simple_kit .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(2n + 1) {
        clear: both;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(2n) {
}

    .catalog-simple_kit .catalog-simple__item:nth-child(2n):after {
        display: none;
    }
}

@media (max-width: 479px) {

    .catalog-simple_kit .catalog-simple__item {
        width: calc(99.9% * 1/1 - 0px);
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .catalog-simple_kit .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .catalog-simple_kit .catalog-simple__item:nth-child(1n + 1) {
        clear: both;
    }

    .catalog-simple_kit .catalog-simple__item:after {
        display: none;
    }
}

@media (max-width: 1365px) {

    .catalog-simple_kit .catalog-simple__item_kit-equally {
}

    .catalog-simple_kit .catalog-simple__item_kit-equally:after {
        display: none;
    }
}

@media (max-width: 1365px) {

    .catalog-simple_kit .catalog-simple__item_kit-result {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 100%;
        padding: 64px 0;
    }
}

@media (max-width: 959px) {

    .catalog-simple_kit .catalog-simple__item_kit-result {
        display: block;
        padding-bottom: 16px;
    }
}

@media (max-width: 479px) {

    .catalog-simple_kit .catalog-simple__item_kit-result {
        padding-bottom: 0;
    }
}

@media (max-width: 959px) {

    .catalog-simple_kit-with-bed .catalog-simple__item {
}

    .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(3), .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(4) {
        padding-bottom: 80px;
    }
}

@media (max-width: 1365px) {

    .catalog-simple_kit-with-bed .catalog-simple__item.catalog-simple__item_kit-result {
        padding-bottom: 64px;
    }
}

@media (max-width: 959px) {

    .catalog-simple_kit-with-bed .catalog-simple__item.catalog-simple__item_kit-result {
        padding-bottom: 16px;
    }
}

@media (max-width: 479px) {

    .catalog-simple_kit-with-bed .catalog-simple__item.catalog-simple__item_kit-result {
        padding-bottom: 0;
    }
}

@media (max-width: 959px) {

    .mobile-carousel .catalog-simple__item {
        width: 33.3%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .mobile-carousel .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .mobile-carousel .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .mobile-carousel .catalog-simple__item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }

    .mobile-carousel .catalog-simple__item:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 639px) {

    .mobile-carousel .catalog-simple__item {
        width: 49.95%;
    }

    .mobile-carousel .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .mobile-carousel .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .mobile-carousel .catalog-simple__item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .mobile-carousel .catalog-simple__item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .mobile-carousel .catalog-simple__item {
        width: 99.9%;
    }

    .mobile-carousel .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .mobile-carousel .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .mobile-carousel .catalog-simple__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .mobile-carousel .catalog-simple__item:nth-child(1n + 1) {
        clear: both;
    }
}

@media (max-width: 1023px) {

    .allsize-carousel .catalog-simple__item {
        width: 33.3%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .allsize-carousel .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .allsize-carousel .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .allsize-carousel .catalog-simple__item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }

    .allsize-carousel .catalog-simple__item:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 639px) {

    .allsize-carousel .catalog-simple__item {
        width: 49.95%;
    }

    .allsize-carousel .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .allsize-carousel .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .allsize-carousel .catalog-simple__item:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .allsize-carousel .catalog-simple__item:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .allsize-carousel .catalog-simple__item {
        width: 99.9%;
    }

    .allsize-carousel .catalog-simple__item:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
    }

    .allsize-carousel .catalog-simple__item:last-child {
        margin-right: 0;
    }

    .allsize-carousel .catalog-simple__item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .allsize-carousel .catalog-simple__item:nth-child(1n + 1) {
        clear: both;
    }
}

.catalog-simple__sticker {
    position: absolute;
    top: 22px;
    left: 22px;
}

.catalog-simple__sticker .product-sticker, .catalog-simple__sticker .sticker {
    position: relative;
}

.catalog-simple__sticker .product-sticker + .product-sticker, .catalog-simple__sticker .product-sticker + .sticker, .catalog-simple__sticker .sticker + .product-sticker {
    margin-top: 8px;
}

.catalog-simple__link {
    display: block;
    margin-bottom: 8px;
}

.catalog-simple__pic {
    display: block;
    position: relative;
    height: 190px;
    margin-bottom: 16px;
    font-size: 0;
    line-height: 190px;
    text-align: center;
}

.catalog-simple__pic img {
    max-height: 100%;
    vertical-align: middle;
    max-width: 253.3px;
    width: 100%;
}

.catalog-simple__pic_round {
    border-radius: 50%;
    overflow: hidden;
    max-width: 190px;
    margin-right: auto;
    margin-left: auto;
}

.catalog-simple__pic_round img {
    width: 190px;
    height: 190px;
    object-fit: cover;
}

.catalog-simple__zoom {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22fill%3A%23999%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M18.353%2C17.646%20L17.646%2C18.353%20L13.286%2C13.993%20C11.876%2C15.238%2010.029%2C16.000%208.000%2C16.000%20C3.582%2C16.000%20-0.000%2C12.418%20-0.000%2C8.000%20C-0.000%2C3.582%203.582%2C-0.000%208.000%2C-0.000%20C12.418%2C-0.000%2016.000%2C3.582%2016.000%2C8.000%20C16.000%2C10.029%2015.238%2C11.876%2013.993%2C13.286%20L18.353%2C17.646%20ZM8.000%2C1.000%20C4.134%2C1.000%201.000%2C4.134%201.000%2C8.000%20C1.000%2C11.866%204.134%2C15.000%208.000%2C15.000%20C11.866%2C15.000%2015.000%2C11.866%2015.000%2C8.000%20C15.000%2C4.134%2011.866%2C1.000%208.000%2C1.000%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 200ms ease;
    z-index: 2;
    pointer-events: none;
}

.catalog-simple__pic:hover .catalog-simple__zoom {
    opacity: 1;
}

.catalog-simple__type {
    display: block;
    color: #888;
    font-size: 18px;
    font-weight: normal;
}

@media (max-width: 479px) {

    .catalog-simple__type {
        overflow: hidden;
    }
}

.catalog-simple__name {
    display: block;
    margin-bottom: 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    transition: color 200ms ease;
}

a.catalog-simple__link:hover .catalog-simple__name {
    color: #17c4c9;
}

@media (max-width: 479px) {

    .catalog-simple__name {
        overflow: hidden;
    }
}

.catalog-simple__size {
    display: block;
    margin: 16px 0 0 0;
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 639px) {

    .catalog-simple__size {
        font-size: 18px;
    }
}

.catalog-simple__size_cl_dark {
    color: #000;
}

.catalog-simple__select-size {
    width: 140px;
    margin: 0 auto;
}

.catalog-simple__price {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    margin: 0;
}

.catalog-simple_kit-with-bed .catalog-simple__price {
    bottom: 88px;
}

.catalog-simple_kit-with-bed .catalog-simple__item:nth-child(3) .catalog-simple__price, .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(4) .catalog-simple__price {
}

.catalog-simple_additional .catalog-simple__price .price {
}

.catalog-simple_additional .catalog-simple__price .price + .price {
    margin-left: 12px;
}

@media (max-width: 959px) {

    .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(3) .catalog-simple__price, .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(4) .catalog-simple__price {
        bottom: 32px;
    }
}

.catalog-simple__price_old {
    bottom: 10px;
}

.catalog-simple_kit-with-bed .catalog-simple__price_old {
    bottom: 66px;
}

.catalog-simple_kit-with-bed .catalog-simple__item:nth-child(3) .catalog-simple__price_old, .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(4) .catalog-simple__price_old {
}

@media (max-width: 959px) {

    .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(3) .catalog-simple__price_old, .catalog-simple_kit-with-bed .catalog-simple__item:nth-child(4) .catalog-simple__price_old {
        bottom: 10px;
    }
}

.catalog-simple__buy {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    margin: 0;
}

.no-touch .catalog-simple__item:hover .catalog-simple__buy {
    display: inline-block;
}

.catalog-simple__colors.colors {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    white-space: nowrap;
}

.catalog-simple__params {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.catalog-simple__qt {
    display: block;
    margin: 16px 0 0 0;
    text-align: center;
}

.catalog-simple__check-group {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
}

.catalog-simple__check-group input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-simple__check-group input[type="checkbox"] + label {
    display: block;
    margin-bottom: 4px;
    padding: 0 40px 0 0;
    text-align: left;
}

.catalog-simple__check-group input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.catalog-simple__check-group input[type="checkbox"] + label:before {
    left: auto;
    right: 0;
}

.catalog-simple__check-group input[type="checkbox"] + label:after {
    left: auto;
    right: 4px;
}

.catalog-simple__check {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    z-index: 2;
}

.catalog-simple_additional .catalog-simple__check {
    top: 24px;
    right: 24px;
}

.catalog-simple__check input[type="checkbox"], .catalog-simple__check input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
}

.catalog-simple__check input[type="checkbox"] + label, .catalog-simple__check input[type="radio"] + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    padding-left: 20px;
    font-size: 0;
    line-height: 0;
    text-align: left;
    text-indent: -9999px;
}

.kit-result-buy .btn {
    margin: 16px 0 32px 0;
    padding: 0 8px
}

@media (max-width: 1365px) {

    .kit-result-buy {
        width: 200px;
        margin-right: 64px;
    }
    }

@media (max-width: 959px) {

    .kit-result-buy {
        width: 460px;
        margin: 0 auto;
    }
    }

@media (max-width: 639px) {

    .kit-result-buy {
        width: 100%;
    }
    }

.kit-result-buy__price-box {
}

@media (max-width: 959px) {

    .kit-result-buy__price-box {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        margin: 0 auto;
        text-align: left;
    }
}

.kit-result-buy__price {
    margin-bottom: 5px;
}

.kit-result-buy__price + .kit-result-buy__price {
    margin-bottom: 0;
}

@media (max-width: 959px) {

    .kit-result-buy__price {
        display: inline-block;
        float: right;
        margin: 7px 0 0 16px;
    }

    .kit-result-buy__price + .kit-result-buy__price {
        float: left;
        margin: 0;
    }
}

.kit-result-buy__economy {
}

@media (max-width: 959px) {

    .kit-result-buy__economy {
        clear: both;
        width: 100%;
    }
}

.kit-result-buy__desc {
    display: none;
    margin-bottom: 32px;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 959px) {

    .kit-result-buy__desc {
        display: block;
    }
}

@media (max-width: 1365px) {

    .kit-result-buy .btn {
        margin-bottom: 0;
    }
        }

@media (max-width: 959px) {

    .kit-result-buy .btn {
        margin-bottom: 32px;
    }
        }

.kit-result-list {
    margin: 0;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left
}

@media (max-width: 1365px) {

    .kit-result-list {
        width: 200px;
    }
    }

@media (max-width: 959px) {

    .kit-result-list {
        width: 460px;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
    }
    }

@media (max-width: 959px) and (min-width: 480px) {

    .kit-result-list {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
    }
    }

@media (max-width: 639px) {

    .kit-result-list {
        width: auto;
    }
    }

@media (max-width: 479px) {

    .kit-result-list {
        display: inline-block;
    }
    }

.kit-result-list__item {
    background: url('/local/templates/assets/img/svg/done.svg') 0 50% no-repeat;
    list-style: none outside;
    min-height: 24px;
    margin: 0;
    padding: 3px 0 3px 40px;
}

.kit-result-list__item + .kit-result-list__item {
    margin-top: 16px;
}

@media (max-width: 959px) and (min-width: 480px) {

    .kit-result-list__item + .kit-result-list__item {
        margin-top: 0;
    }
}

@media (max-width: 959px) {

    .kit-result-list__item {
        background-position: 0 0;
        padding-left: 32px;
    }
}

@media (max-width: 959px) and (min-width: 480px) {

    .kit-result-list__item {
        width: calc(99.9% * 1/3 - 10.666666666666668px);
    }

    .kit-result-list__item:nth-child(1n) {
        float: left;
        margin-right: 16px;
        clear: none;
    }

    .kit-result-list__item:last-child {
        margin-right: 0;
    }

    .kit-result-list__item:nth-child(3n) {
        margin-right: 0;
        float: right;
    }

    .kit-result-list__item:nth-child(3n + 1) {
        clear: both;
    }
}

.product-carousel .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 62px;
    margin-top: -31px;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer
}

.product-carousel .slick-arrow.slick-prev {
    background-image: url(/local/templates/assets/img/svg/arrow_left.svg);
    left: -64px;
}

.product-carousel .slick-arrow.slick-next {
    background-image: url(/local/templates/assets/img/svg/arrow_right.svg);
    right: -64px;
}

@media (max-width: 959px) {

    .product-carousel {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .product-carousel img {
        display: inline;
    }
    }

@media (max-width: 479px) {

    .product-carousel .slick-arrow.slick-prev {
        left: -32px;
    }
}

@media (max-width: 479px) {

    .product-carousel .slick-arrow.slick-next {
        right: -32px;
    }
}

.mobile-carousel .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 19px;
    height: 35px;
    margin-top: -18px;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
    cursor: pointer
}

.mobile-carousel .slick-arrow.slick-prev {
    background-image: url(/local/templates/assets/img/svg/arrow_left.svg);
    left: -32px;
}

.mobile-carousel .slick-arrow.slick-next {
    background-image: url(/local/templates/assets/img/svg/arrow_right.svg);
    right: -32px;
}

@media (max-width: 959px) {

    .mobile-carousel {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0 32px;
    }

    .mobile-carousel img {
        display: inline;
    }
    }

.allsize-carousel {
    display: block;
    margin: 0 32px;


}

.allsize-carousel img {
    display: inline;
}

.allsize-carousel .slick-arrow {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    width: 32px;
    height: 62px;
    margin-top: -31px;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7
}

.allsize-carousel .slick-arrow.slick-prev {
    background-image: url(/local/templates/assets/img/svg/arrow_left.svg);
    left: -64px;
}

.allsize-carousel .slick-arrow.slick-prev:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2262%22%20viewBox%3D%220%200%2032%2062%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23000%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%200px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22arrow_right_copy%22%20fill%3D%22%2300b9bf%22%20data-name%3D%22arrow_right%20copy%22%20class%3D%22cls-1%22%20d%3D%22M1443.02%2C498.01l0.98%2C1L1414.98%2C528.5%2C1444%2C557.994l-0.98%2C1L1413.01%2C528.5Z%22%20transform%3D%22translate(-1412.5%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
}

.allsize-carousel .slick-arrow.slick-next {
    background-image: url(/local/templates/assets/img/svg/arrow_right.svg);
    right: -64px;
}

.allsize-carousel .slick-arrow.slick-next:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.5%22%20height%3D%2262%22%20viewBox%3D%220%200%2032.5%2062%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23000%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%200px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22arrow_right%22%20fill%3D%22%2300b9bf%22%20class%3D%22cls-1%22%20d%3D%22M1413.5%2C558.99l-1-1%2C29.49-29.493-29.49-29.491%2C1-1%2C30.49%2C30.492Z%22%20transform%3D%22translate(-1412%20-497.5)%22%2F%3E%0A%3C%2Fsvg%3E");
}

@media(max-width: 1365px) {

    .allsize-carousel .slick-arrow.slick-prev {
        left: -32px;
    }
}

@media(max-width: 1365px) {

    .allsize-carousel .slick-arrow.slick-next {
        right: -32px;
    }
}

@media (max-width: 767px) {

    .allsize-carousel .slick-arrow {
        width: 19px;
        height: 35px;
    }
        }

.color-selection-result {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    align-tems: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 32px;
}

.long-content.color-selection-result {
    margin-bottom: 16px;
}

.long-content.color-selection-result .color-selection-result__col {
    width: 100%;
}

.long-content.color-selection-result .color-selection-result__color {
    width: 100%;
}

.long-content.color-selection-result .extended-name {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 70px);
}

.color-selection-result__col {
}

.color-selection-result__name {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 0.32px;
    letter-spacing: .02rem;
    text-transform: uppercase;
}

@media (max-width: 1408px) and (min-width: 1024px) {

    .color-selection-result__name {
        font-size: 9px;
    }
}

@media (max-width: 767px) {

    .color-selection-result__name {
        font-size: 14px;
    }
}

@media (max-width: 479px) {

    .color-selection-result__name {
        font-size: 9px;
    }
}

.color-selection-result__color {
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    position: relative;
    //width: 70px;
    height: 40px;
    cursor: pointer;
}

@media (max-width: 959px) and (min-width: 480px) {

    .color-selection-result__color {
        width: 100px;
    }
}

.color-selection-result__color:after {
    content: '';
    background: url('/local/templates/assets/img/svg/size_down_arrow.svg') 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    right: 13px;
    width: 9px;
    height: 6px;
    margin-top: -2px;
    font-size: 0;
    line-height: 0;
}

.color-selection-result__color-pic {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 28px;
    height: 28px;
    text-align: left;
    text-indent: -9999px;
}

.color-selection-result__color-pic.is-empty {
    background-image: url('/local/templates/assets/img/svg/close-small.svg');
    background-color: #e5e5e5;
    background-size: 40%;
}

.popup_color-selection {
    width: 100%;
}

.popup_color-selection .popup__close {
    background: none;
    top: 72px;
    right: 72px;
    width: 28px;
    height: 28px
}

.popup_color-selection .popup__close:after {
    background: url('/local/templates/assets/img/svg/close-big.svg') 50% 50% no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
}

.popup_color-selection .popup__hl {
    margin-bottom: 48px
}

.popup_color-selection .popup__inner {
}

.popup_color-selection .tabs__wrapper {
    float: left;
    width: 50%;
    text-align: left
}

.popup_color-selection .tabs__wrapper::after {
    clear: both;
    content: "";
    display: block;
}

.popup_color-selection .tabs__mobile, .popup_color-selection .order_tabs__mobile {
}

.popup_color-selection .catalog-filters {
    background: none;
    padding: 0;
}

.popup_color-selection .catalog-filters .filters-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.popup_color-selection .catalog-filters .filters-wrap .filter {
    margin-bottom: 32px
}

.popup_color-selection .filter-popup-block label {
    display: block;
    margin-bottom: 16px
}

.popup_color-selection .filter-popup-block label:last-child {
    margin-bottom: 0;
}

.popup_color-selection .filter-mobile {
    background: #fff;
    display: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 0 -24px;
}

.popup_color-selection .filter-mobile .filter-mobile-container {
    background: none;
}

.popup_color-selection .filter-mobile label {
    display: block;
    margin-bottom: 16px
}

.popup_color-selection .filter-mobile label:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {

    .popup_color-selection {
        padding: 0 24px 110px 24px;
    }
    }

@media (max-width: 767px) {

    .popup_color-selection .popup__close {
        top: 24px;
        right: 24px;
        width: 28px;
        height: 28px;
    }
        }

@media (max-width: 767px) {

    .popup_color-selection .popup__close:after {
        top: 0;
        left: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {

    .popup_color-selection .popup__hl {
        border-bottom: 1px solid #e5e5e5;
        margin-right: -24px;
        margin-left: -24px;
        padding: 16px 72px 16px 24px;
        font-size: 28px;
        text-align: left;
    }
        }

@media (max-width: 767px) {

    .popup_color-selection .popup__inner {
        padding: 0;
    }
        }

@media (max-width: 1269px) {

    .popup_color-selection .tabs__wrapper {
        float: none;
        width: 100%;
    }
        }

@media (max-width: 959px) {

    .popup_color-selection .tabs__mobile, .popup_color-selection .order_tabs__mobile {
        margin-bottom: 48px;
    }
            }

@media (max-width: 1199px) {

    .popup_color-selection .catalog-filters .filters-wrap .filter {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        min-width: 130px;
    }
                }

@media (max-width: 767px) {

    .popup_color-selection .filter-mobile {
        display: block;
    }
        }

.color-selection-preview {
    float: right;
    width: 50%;
    padding-left: 72px
}

.color-selection-preview::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 1269px) {

    .color-selection-preview {
        float: none;
        width: 100%;
        margin-bottom: 64px;
        padding-left: 0;
    }
    }

.color-selection-preview__pic {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 16px;
    text-align: center;
}

.color-selection-preview__pic .color-selection-preview__col {
}

.color-selection-preview__pic .color-selection-preview__col:nth-child(1) {
}

@media (max-width: 767px) {

    .color-selection-preview__pic {
        margin-bottom: 32px;
    }
}

@media (max-width: 767px) {

    .color-selection-preview__pic .color-selection-preview__col {
        width: calc(99.9% * 1/1 - 0px);
    }

    .color-selection-preview__pic .color-selection-preview__col:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .color-selection-preview__pic .color-selection-preview__col:last-child {
        margin-right: 0;
    }

    .color-selection-preview__pic .color-selection-preview__col:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .color-selection-preview__pic .color-selection-preview__col:nth-child(1n + 1) {
        clear: both;
    }
}

@media (max-width: 767px) {

    .color-selection-preview__pic .color-selection-preview__col:nth-child(1) {
        display: none;
    }
}

.color-selection-preview__info p {
    margin-bottom: 24px;
}

.color-selection-preview__info ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-height: 50px;
}

.color-selection-preview__info li {
    background: none;
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.color-selection-preview__info .color-selection-preview__col-mobile {
}

.color-selection-preview__info .color-selection-preview__col-mobile:nth-child(1) {
    display: none;
}

@media (max-width: 767px) {

    .color-selection-preview__info {
        border-bottom: 1px solid #e5e5e5;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        padding-bottom: 48px;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__info {
        border: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) and (min-width: 480px) {

    .color-selection-preview__info p {
        font-size: 20px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {

    .color-selection-preview__info ul {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .color-selection-preview__info ul {
        min-height: 0px;
    }
}

@media (max-width: 767px) {

    .color-selection-preview__info .color-selection-preview__col-mobile:nth-child(1) {
        display: block;
        text-align: center;
    }
}

.color-selection-preview__foot {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
}

.color-selection-preview__foot .color-selection-preview__col {
}

.color-selection-preview__foot .color-selection-preview__col:nth-child(2) {
    text-align: center;
}

.color-selection-preview__foot .color-selection-preview__col:nth-child(2) p {
    margin-bottom: 24px;
}

.color-selection-preview__foot .color-selection-preview__col:nth-child(2):not(.color-selection-preview__col--price) {
}

@media (max-width: 1269px) {

    .color-selection-preview__foot {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 48px;
    }
}

@media (max-width: 767px) {

    .color-selection-preview__foot {
        display: none;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__foot {
        display: block;
        padding-bottom: 32px;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__foot .color-selection-preview__col {
        width: calc(99.9% * 1/1 - 0px);
    }

    .color-selection-preview__foot .color-selection-preview__col:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .color-selection-preview__foot .color-selection-preview__col:last-child {
        margin-right: 0;
    }

    .color-selection-preview__foot .color-selection-preview__col:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .color-selection-preview__foot .color-selection-preview__col:nth-child(1n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__foot .color-selection-preview__col:nth-child(2):not(.color-selection-preview__col--price) {
        display: none;
    }
}

.color-selection-preview__col {
    width: calc(99.9% * 1/2 - 12px);
}

.color-selection-preview__col:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.color-selection-preview__col:last-child {
    margin-right: 0;
}

.color-selection-preview__col:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.color-selection-preview__col:nth-child(2n + 1) {
    clear: both;
}

.color-selection-preview__col-mobile {
}

@media (max-width: 767px) {

    .color-selection-preview__col-mobile {
        width: calc(99.9% * 1/2 - 12px);
    }

    .color-selection-preview__col-mobile:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .color-selection-preview__col-mobile:last-child {
        margin-right: 0;
    }

    .color-selection-preview__col-mobile:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .color-selection-preview__col-mobile:nth-child(2n + 1) {
        clear: both;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__col-mobile {
        width: calc(99.9% * 1/1 - 0px);
    }

    .color-selection-preview__col-mobile:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .color-selection-preview__col-mobile:last-child {
        margin-right: 0;
    }

    .color-selection-preview__col-mobile:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .color-selection-preview__col-mobile:nth-child(1n + 1) {
        clear: both;
    }
}

.color-selection-preview__pic-color {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: block;
    position: relative;
    width: 215px;
    height: 215px;
    margin: 0 auto;
    text-align: left;
    text-indent: -9999px;
}

@media (max-width: 767px) {

    .color-selection-preview__pic-color {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__pic-color {
        margin-bottom: 32px;
    }
}

.color-selection-preview__pic-color-zoom {
    border: 10px solid #fff;
    box-shadow: 0 0 64px rgba(0, 0, 0, .4);
    position: absolute;
    right: 50%;
    bottom: 32px;
    max-width: 415px;
    max-height: 415px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 200ms ease;
    z-index: 10;
}

.color-selection-preview__pic-color:hover .color-selection-preview__pic-color-zoom {
    opacity: 1;
}

.touch .color-selection-preview__pic-color-zoom {
    display: none;
}

.color-selection-preview__pic-item {
    max-height: 290px;
}

.color-selection-preview__prev-colors {
    position: relative;
}

@media (max-width: 767px) {

    .color-selection-preview__prev-colors {
        margin-top: 72px;
        text-align: center;
    }
}

@media (max-width: 479px) {

    .color-selection-preview__prev-colors {
        margin-top: 32px;
    }

    .color-selection-preview__info .color-selection-preview__prev-colors {
        display: none;
    }
}

.color-selection-preview__prev-colors__title {
    margin-right: 10px;
    color: #999;
    vertical-align: middle;
}

@media (max-width: 767px) {

    .color-selection-preview__prev-colors__title {
        display: block;
        margin: 0 0 24px 0;
    }
}

@media (max-width: 767px) and (min-width: 480px) {

    .color-selection-preview__prev-colors__title {
        font-size: 18px;
    }
}

.color-selection-preview__prev-colors__item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    margin: -1px 0 0 6px;
    vertical-align: middle;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
}

@media (max-width: 767px) {

    .color-selection-preview__prev-colors__item {
        width: 40px;
        height: 40px;
        margin: -1px 8px 8px 8px;
    }
}

.color-selection-group {
        position: relative;
        padding: 8px 0 16px;
    }

input[type="radio"] + .color-selection-group__item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    width: 64px;
    height: 64px;
    margin: 0 6px 16px 6px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
    cursor: pointer
}

input[type="radio"] + .color-selection-group__item:before, input[type="radio"] + .color-selection-group__item:after {
    display: none;
}

input[type="radio"]:checked + .color-selection-group__item {
    box-shadow: 0 0 0 4px #00b9bf;
}

.color-selection-group::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 767px) {

    .color-selection-group {
        padding-top: 32px;
    }
        }

.color-selection-group + .color-selection-group {
    border-top: 1px solid #e5e5e5;
    padding-top: 32px;
}

.color-selection-group__title {
    position: relative;
    margin-bottom: 32px;
    padding-right: 110px;
}

@media (max-width: 767px) and (min-width: 480px) {

    .color-selection-group__title {
        padding-right: 150px;
        font-size: 20px;
    }
}

.color-selection-group__price {
    position: absolute;
    right: 0;
    white-space: nowrap;
}

.color-selection-scroll {
    position: relative;
    max-height: 550px
}

@media (max-width: 1269px) {

    .color-selection-scroll {
        max-height: none;
    }
    }

.color-selection-price-panel {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px 24px;
    z-index: 1010;
}

.color-selection-price-panel .btn {
    float: right;
    clear: none
}

@media (max-width: 959px) {

    .color-selection-price-panel {
}

    .color-selection-price-panel.is-visible {
        display: block;
    }
    }

.color-selection-price-panel__price {
    float: left;
    width: 50%;
    padding-top: 4px;
    font-weight: bold;
    white-space: nowrap;
}

.color-selection-price-panel__price br {
}

@media (max-width: 479px) {

    .color-selection-price-panel__price {
        width: auto;
        padding: 0 16px 0 0;
    }
}

@media (min-width: 480px) {

    .color-selection-price-panel__price br {
        display: none;
    }
}

@media (max-width: 479px) {

    .color-selection-price-panel .btn {
        display: inline-block;
        min-width: 0;
        margin-top: 10px;
        padding: 0 16px;
    }
        }

.section {
}

.section_lk {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.section_lk .catalog {
    max-width: 1168px;
}

.section_lk .catalog-feed {
    margin-bottom: 32px;
    border-left: 1px solid #e5e5e5;
}

.section_lk .catalog-feed .catalog-card {
}

.section_lk .catalog-feed .catalog-card:nth-child(4n) .catalog-card__hover-item {
    -ms-flex-pack: end;
        justify-content: flex-end;
}

.section_lk .catalog-feed .catalog-card:nth-child(4n) .catalog-card__hover-item {
    left: 0;
    right: auto;
}

.section_lk .catalog-feed .catalog-card:nth-child(4n) .catalog-card__extra {
    border-left: 1px solid #e5e5e5;
    border-right: none;
}

.section_lk .catalog-feed .catalog-card:nth-child(3n) .catalog-card__hover-item {
    -ms-flex-pack: start;
        justify-content: flex-start;
}

.section_lk .catalog-feed .catalog-card:nth-child(3n) .catalog-card__hover-item {
    left: auto;
    right: 0;
}

.section_lk .catalog-feed .catalog-card:nth-child(3n) .catalog-card__extra {
    border-right: 1px solid #e5e5e5;
    border-left: none;
}

.section_lk .catalog-card {
    width: 25%;
}

.section_lk .catalog-card:hover .catalog-card.is-hover .catalog-card__detail:last-child, .section_lk .catalog-card:hover .catalog-card__detail:last-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media (max-width: 1023px) {

    .section_lk {
        display: block;
    }
}

@media (max-width: 767px) {

    .section_lk .catalog-feed {
        border-right: 1px solid #e5e5e5;
    }
}

@media (max-width: 1199px) {

    .section_lk .catalog-feed .catalog-card {
}

    .section_lk .catalog-feed .catalog-card:nth-child(4n) .catalog-card__hover-item {
        -ms-flex-pack: end;
            justify-content: flex-end;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(4n) .catalog-card__hover-item {
        left: 0;
        right: auto;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(4n) .catalog-card__extra {
        border-left: 1px solid #e5e5e5;
        border-right: none;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(3n) .catalog-card__hover-item {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(3n) .catalog-card__hover-item {
        left: auto;
        right: 0;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(3n) .catalog-card__extra {
        border-right: 1px solid #e5e5e5;
        border-left: none;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(2n + 1) .catalog-card__hover-item {
        -ms-flex-pack: end;
            justify-content: flex-end;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(2n + 1) .catalog-card__hover-item {
        left: 0;
        right: auto;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(2n + 1) .catalog-card__extra {
        border-left: 1px solid #e5e5e5;
        border-right: none;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(2n) .catalog-card__hover-item {
        -ms-flex-pack: start;
            justify-content: flex-start;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(2n) .catalog-card__hover-item {
        left: auto;
        right: 0;
    }

    .section_lk .catalog-feed .catalog-card:nth-child(2n) .catalog-card__extra {
        border-right: 1px solid #e5e5e5;
        border-left: none;
    }
}

@media (max-width: 1199px) {

    .section_lk .catalog-card {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {

    .section_lk .catalog-card {
        min-width: 50%;
    }
}

@media (max-width: 1023px) {

    .section_lk .catalog-card {
        width: 50%;
    }
}

@media (max-width: 479px) {

    .section_lk .catalog-card {
        width: 100%;
    }
}

.section_cart {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 100px !important;
}

.section_cart .lk-menu {
}

.section_cart .social__icons {
    margin-top: 15px;
    margin-bottom: 64px;
}

@media (max-width: 1023px) {

    .section_cart {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        padding: 0 0 50px !important;
    }
}

@media (max-width: 767px) {

    .section_cart {
        padding: 0 0 30px !important;
    }
}

@media (max-width: 479px) {

    .section_cart {
        padding: 0 0 10px !important;
    }
}

.section_cart--authorized h1 {
}

.section_cart--authorized .cart-container {
}

@media (max-width: 1023px) {

    .section_cart--authorized {
        display: block;
    }
}

@media (max-width: 767px) {

    .section_cart--authorized h1 {
        display: none;
    }
}

@media (max-width: 767px) {

    .section_cart--authorized .cart-container {
        padding-top: 0;
    }
}

.section_cart--authorized.section_cart--steps .lk-menu {
}

.section_cart--authorized.section_cart--steps h1 {
}

@media (max-width: 767px) {

    .section_cart--authorized.section_cart--steps .lk-menu {
        display: none;
    }
}

@media (max-width: 767px) {

    .section_cart--authorized.section_cart--steps h1 {
        display: block;
    }
}

@media (max-width: 1023px) {

    .section_cart .lk-menu {
        display: none;
    }
}

@media (max-width: 767px) {

    .section_cart .lk-menu {
        display: block;
    }
}

@media (max-width: 1023px) {

    .section_cart .social__icons {
        margin: 0;
    }
}

@media (max-width: 639px) {

    .section_cart .social__icons {
        width: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 16px;
        -ms-flex-pack: center;
            justify-content: center;
    }
}

@media (max-width: 560px) {

    .section_cart .social__icons {
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
}

.lk-menu {
    -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    position: relative;
}

.lk-menu h2 {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin: 15px 25px
}

@media (max-width: 1199px) {

    .lk-menu {
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    }
    }

@media (max-width: 1023px) {

    .lk-menu {
        width: 100%;
        background: #fff;
    }
    }

.lk-menu__bg {
    background-color: #000;
    background-image: url("/local/templates/assets/img/lk_bg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 0;
    background-size: 400px 100%;
    position: absolute;
    height: 100%;
    width: 400px;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}

@media (max-width: 1199px) {

    .lk-menu__bg {
        width: 320px;
    }
}

@media (max-width: 1023px) {

    .lk-menu__bg {
        display: none;
    }
}

@media (max-width: 1023px) {

    .lk-menu h2 {
        margin: 15px 10px;
    }
        }

@media (max-width: 1023px) {

    .lk-menu h2 {
        display: none;
    }
        }

.lk-menu__wrapper {
    min-height: 570px;
    padding: 60px;
}

@media (max-width: 1199px) {

    .lk-menu__wrapper {
        padding: 60px 25px;
    }
}

@media (max-width: 1023px) {

    .lk-menu__wrapper {
        padding: 0;
        min-height: 0;
        min-height: initial;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    }
}

.lk-menu__expand {
    display: none;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23999999%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.0335%208.62784C17.6504%208.2734%2017.0593%208.27307%2016.6759%208.6271L12%2012.9447L7.32414%208.6271C6.94074%208.27307%206.34956%208.2734%205.96654%208.62784L5.79313%208.78831C5.36539%209.18414%205.36539%209.8604%205.79313%2010.2562L11.3208%2015.3715C11.7041%2015.7262%2012.2959%2015.7262%2012.6792%2015.3715L18.2069%2010.2562C18.6346%209.8604%2018.6346%209.18414%2018.2069%208.78831L18.0335%208.62784Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center right 16px;
}

.lk-menu__expand:hover {
    color: #00b9bf;
}

@media (max-width: 1023px) {

    .lk-menu__expand {
        display: block;
    }
}

.lk-menu__expand_opened {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23999999%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M5.96654%2015.3722C6.34956%2015.7266%206.94074%2015.7269%207.32414%2015.3729L12%2011.0553L16.6759%2015.3729C17.0593%2015.7269%2017.6504%2015.7266%2018.0335%2015.3722L18.2069%2015.2117C18.6346%2014.8159%2018.6346%2014.1396%2018.2069%2013.7438L12.6792%208.62852C12.2959%208.2738%2011.7041%208.2738%2011.3208%208.62852L5.79313%2013.7438C5.36539%2014.1396%205.36539%2014.8159%205.79313%2015.2117L5.96654%2015.3722Z%22%20fill%3D%22%23999999%22%2F%3E%0A%3C%2Fsvg%3E");
}

.lk-menu__list {
}

@media (max-width: 1023px) {

    .lk-menu__list {
        display: none;
        padding: 0 20px;
    }
}

.lk-menu__list-item {
    list-style: none;
    margin: 5px 0;
}

.lk-menu__item {
    display: inline-block;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    border-left: 2px solid transparent;
    transition: all 200ms ease;
}

@media (max-width: 959px) {

    .lk-menu__item {
        padding: 5px 10px;
    }
}

@media (max-width: 767px) {

    .lk-menu__item {
        color: #000;
        padding: 5px 0;
        border: 0;
    }
}

@media (max-width: 1023px) {

    .lk-menu__item {
        color: #000;
        padding: 5px 0;
        border: 0;
    }
}

.lk-menu__item:hover, .lk-menu__item.is-active {
    border-left: 2px solid #00b9bf;
    color: #31d0d9;
}

@media (max-width: 1023px) {

    .lk-menu__item:hover, .lk-menu__item.is-active {
        border-left: none;
        color: #00b9bf;
    }
}

.lk-menu__counter {
    display: inline-block;
    text-align: center;
    background: #00b9bf;
    padding: 0 5px;
    margin: 0 0 0 10px;
    color: #fff;
    font-size: 12px;
    min-width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 10px;
}

.lk-menu__counter_pink {
    background: #fe0066;
}

.lk-wishlist {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 64px;
    max-width: 1168px;
    margin-right: auto;
    margin-left: auto
}

.lk-wishlist-col {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.9% * 2/3 - 8px);
}

.lk-wishlist-col:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
}

.lk-wishlist-col:last-child {
    margin-right: 0;
}

.lk-wishlist-col:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
}

.lk-wishlist-col:first-child {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.9% * 1/3 - 16px);
}

.lk-wishlist-col:first-child:nth-child(1n) {
    margin-right: 24px;
    margin-left: 0;
}

.lk-wishlist-col:first-child:last-child {
    margin-right: 0;
}

.lk-wishlist-col:first-child:nth-child(3n) {
    margin-right: 0;
    margin-left: auto;
}

.lk-wishlist-col_ta {
    text-align: right;
}

.lk-wishlist-col_ta .btn + .btn {
    margin-left: 25px;
}

.lk-wishlist-col_ta .btn {
}

@media (max-width: 479px) {

    .lk-wishlist-col_ta {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
    }
}

@media (max-width: 767px) {

    .lk-wishlist-col_ta .btn_lite {
        font-size: 12px;
    }
}

@media (max-width: 479px) {

    .lk-wishlist-col_ta .btn + .btn {
        margin-left: 0;
        margin-top: 16px;
    }
}

@media (max-width: 479px) {

    .lk-wishlist-col_ta .btn {
        float: left;
    }
}

@media (max-width: 1023px) {

    .lk-wishlist-col {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: calc(99.9% * 1 - 0px);
    }

    .lk-wishlist-col:nth-child(1n) {
        margin-right: 24px;
        margin-left: 0;
    }

    .lk-wishlist-col:last-child {
        margin-right: 0;
    }

    .lk-wishlist-col:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto;
    }

    .lk-wishlist-col:first-child {
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        width: calc(99.9% * 1 - 0px);
        margin-bottom: 32px;
    }

    .lk-wishlist-col:first-child:nth-child(1n) {
        margin-right: 24px;
        margin-left: 0;
    }

    .lk-wishlist-col:first-child:last-child {
        margin-right: 0;
    }

    .lk-wishlist-col:first-child:nth-child(undefinedn) {
        margin-right: 0;
        margin-left: auto;
    }

    .lk-wishlist-col_ta {
        text-align: left;
    }
}

@media (max-width: 1023px) {

    .lk-wishlist {
        padding: 0 32px;
    }
    }

@media (max-width: 479px) {

    .lk-wishlist {
        padding: 0 20px;
    }
    }

.lk-text {
}

@media (max-width: 1199px) {

    .lk-text {
        padding: 0 32px;
    }
    }

@media (max-width: 767px) {

    .lk-text {
        padding: 0 20px;
    }
    }

.lk-container {
    -ms-flex: 1 1;
        flex: 1 1;
    padding: 100px;
}

.lk-container h1 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2
}

.lk-container .social-icon {
    width: 32px;
    height: 32px
}

.lk-container .social-icon + .social-icon {
    margin-left: 12px;
}

.lk-container .lk-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.lk-container .lk-row .cl-status-gray {
    color: #888;
}

.lk-container .lk-row .cl-status-pink {
    color: #fe0066;
}

.lk-container .lk-row_max-width {
}

.lk-container .lk-col {
    width: calc(99.9% * 1/2 - 12px);
}

.lk-container .lk-col:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.lk-container .lk-col:last-child {
    margin-right: 0;
}

.lk-container .lk-col:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.lk-container .lk-col:nth-child(2n + 1) {
    clear: both;
}

.lk-container .lk-col .toggle-social .icon {
    margin-right: 15px;
    margin-bottom: 16px
}

.lk-container .lk-col .toggle-social .icon:last-of-type {
    margin-right: 32px;
}

.lk-container .lk-col:first-child {
    margin-right: 0;
}

.lk-container .lk-col .lk-card-photo {
}

.lk-container .ui-accordion .ui-accordion-header {
    position: relative;
    padding: 38px 32px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.43px;
    padding-right: 62px;
    overflow: hidden;
    word-wrap: break-word
}

.lk-container .ui-accordion .ui-accordion-content {
    padding: 38px 32px 32px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.lk-container .ui-accordion .ui-accordion-content:last-of-type {
    border-bottom: none;
}

.lk-container .ui-accordion .ui-accordion-content, .lk-container .ui-accordion input {
    padding-right: 36px;
    background-color: #fafafa;
}

.lk-container .ui-accordion .ui-accordion-header:not(:first-child) {
    margin-top: -1px;
}

.lk-container .ui-accordion .ui-state-default .helper {
    display: none;
}

.lk-container .ui-accordion .ui-state-default:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: url('/local/templates/assets/img/svg/plus-lg.svg');
}

.lk-container .ui-accordion .ui-state-active {
    padding: 0;
    border-bottom: none;
    border-top: none;
    font-size: 0;
}

.lk-container .ui-accordion .ui-state-active .helper {
    position: relative;
    display: block;
    position: absolute;
    right: 28px;
    bottom: -47px;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    z-index: 10;
    background: url('/local/templates/assets/img/svg/minus-lg.svg') no-repeat center
}

.lk-container .ui-accordion .ui-state-active:after {
    content: none;
}

.lk-container .form-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.lk-container .form-row p {
    color: #999;
}

.lk-container .form-row p.parsley-error-message {
    color: #ff1e58;
    margin-bottom: 0px;
}

.lk-container .form-row .input-animate {
    margin: 0 0 39px;
}

.lk-container .form-col-2 {
    width: calc(99.9% * 1/2 - 12px)
}

.lk-container .form-col-2:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.lk-container .form-col-2:last-child {
    margin-right: 0;
}

.lk-container .form-col-2:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.lk-container .form-col-2:nth-child(2n + 1) {
    clear: both;
}

.lk-container .form-col {
    width: calc(99.9% * 1 - 0px);
}

.lk-container .form-col:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.lk-container .form-col:last-child {
    margin-right: 0;
}

.lk-container .form-col:nth-child(undefinedn) {
    margin-right: 0;
    float: right;
}

.lk-container .form-col:nth-child(undefinedn + 1) {
    clear: both;
}

.lk-container .btn.btn_link .icon-right {
    margin-left: 5px;
}

.lk-container .trial_mode_btn {
}

.lk-container .btn_lg {
}

@media (max-width: 1365px) {

    .lk-container {
        padding: 50px;
    }
    }

@media (max-width: 767px) {

    .lk-container {
        padding: 50px 20px;
    }
    }

.lk-container_pt h1 {
    margin-bottom: 78px;
}

@media (max-width: 1365px) {

    .lk-container_pt {
        padding: 50px;
    }
}

@media (max-width: 1023px) {

    .lk-container_pt {
        padding: 50px 32px;
    }
}

@media (max-width: 767px) {

    .lk-container_pt {
        padding: 50px 20px;
    }
}

.lk-container_card {
    margin: 0 auto;
    max-width: 1120px;
}

.lk-container_card h1 {
    margin-bottom: 87px;
}

@media (max-width: 1499px) {

    .lk-container_card {
        padding: 78px 32px;
    }
}

@media (max-width: 1023px) {

    .lk-container_card {
        padding: 50px 32px;
    }
}

@media (max-width: 767px) {

    .lk-container_card {
        padding: 50px 20px;
    }
}

.lk-container_cart {
}

@media (max-width: 1499px) {

    .lk-container_cart {
        padding: 78px 32px ;
    }
}

@media (max-width: 1023px) {

    .lk-container_cart {
        padding: 50px 32px;
    }
}

@media (max-width: 767px) {

    .lk-container_cart {
        padding: 50px 20px;
    }
}

.lk-container_wishlist {
    width: calc(100% - 400px);
    padding: 100px 0;
}

.lk-container_wishlist .btn.btn_big {
}

@media (max-width: 1199px) {

    .lk-container_wishlist {
        width: calc(100% - 320px);
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1023px) {

    .lk-container_wishlist {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .lk-container_wishlist {
        width: 100%;
    }
}

@media (max-width: 1199px) {

    .lk-container_wishlist .btn.btn_big {
        margin-left: 50px;
    }
}

@media (max-width: 767px) {

    .lk-container_wishlist .btn.btn_big {
        margin-left: 23px;
    }
}

@media (max-width: 1023px) {

    .lk-container h1 {
        font-size: 48px;
        margin-bottom: 45px;
    }
        }

@media (max-width: 767px) {

    .lk-container h1 {
        display: none;
    }
        }

.lk-container_compare h1 {
}

@media (max-width: 767px) {

    .lk-container_compare h1 {
        display: block;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 2.5rem;
    }
}

@media (max-width: 1023px) {

    .lk-container .lk-row_max-width {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {

    .lk-container .lk-row_max-width {
        max-width: none;
    }
}

@media (max-width: 1023px) {

    .lk-container .lk-col .lk-card-photo {
        text-align: center;
        display: block;
    }
}

@media (max-width: 1023px) {

    .lk-container .lk-col {
        width: calc(99.9% * 1 - 0px);
    }

    .lk-container .lk-col:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .lk-container .lk-col:last-child {
        margin-right: 0;
    }

    .lk-container .lk-col:nth-child(undefinedn) {
        margin-right: 0;
        float: right;
    }

    .lk-container .lk-col:nth-child(undefinedn + 1) {
        clear: both;
    }

    .lk-container .lk-col:nth-child(n+1) {
        margin-top: 48px;
    }
        }

@media (max-width: 1199px) {

    .lk-container .ui-accordion .ui-accordion-header {
        padding: 38px 36px 38px 0;
    }
            }

@media (max-width: 1023px) {

    .lk-container .ui-accordion .ui-accordion-header {
        padding: 38px 62px 38px 32px;
    }
            }

@media (max-width: 1199px) {

    .lk-container .ui-accordion .ui-accordion-content {
        padding: 32px 8px;
    }
            }

@media (max-width: 1023px) {

    .lk-container .ui-accordion .ui-accordion-content {
        padding: 32px;
    }
            }

@media (max-width: 1199px) {

    .lk-container .ui-accordion .ui-state-default:after {
        position: absolute;
        top: 50%;
        right: 0;
    }
}

@media (max-width: 1023px) {

    .lk-container .ui-accordion .ui-state-default:after {
        position: absolute;
        top: 50%;
        right: 28px;
    }
}

@media (max-width: 1199px) {

    .lk-container .ui-accordion .ui-state-active {
        padding: 0;
    }
            }

@media (max-width: 1023px) {

    .lk-container .ui-accordion .ui-state-active {
        padding: 0;
    }
            }

@media (max-width: 1199px) {

    .lk-container .ui-accordion .ui-state-active .helper {
        position: absolute;
        right: 0;
        bottom: -47px;
    }
                }

@media (max-width: 1023px) {

    .lk-container .ui-accordion .ui-state-active .helper {
        position: absolute;
        right: 28px;
        bottom: -47px;
    }
                }

@media (max-width: 479px) {

    .lk-container .form-col-2 {
        width: calc(99.9% * 1 - 0px);
    }

    .lk-container .form-col-2:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .lk-container .form-col-2:last-child {
        margin-right: 0;
    }

    .lk-container .form-col-2:nth-child(undefinedn) {
        margin-right: 0;
        float: right;
    }

    .lk-container .form-col-2:nth-child(undefinedn + 1) {
        clear: both;
    }

    .lk-container .form-col-2.text-r {
        text-align: left !important;
        margin-top: 16px;
    }
        }

@media (max-width: 479px) {

    .lk-container .trial_mode_btn {
        text-align: center;
    }
        }

@media (max-width: 479px) {

    .lk-container .btn_lg {
        height: auto;
        line-height: 20px;/* padding: 12px 30px; */
    }
        }

.lk-credit {
    max-width: 1408px;
    min-width: 1025px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px
}

@media (max-width: 1199px) {

    .lk-credit {
        padding: 0 32px;
        min-width: auto;
    }
    }

@media (max-width: 959px) {

    .lk-credit {
        padding: 0;
    }
    }

.cart-container {
    -ms-flex: 1 0;
        flex: 1 0;
    padding: 100px 100px 0;
}

.cart-container h1 {
    font-size: 56px;
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.2
}

.cart-container .cart-cnt {
    width: 100%;
    margin: 0;
}

@media (max-width: 1023px) {

    .cart-container {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    }

@media (max-width: 1365px) {

    .cart-container {
        padding: 50px 50px 0;
    }
    }

@media (max-width: 1023px) {

    .cart-container {
        padding: 50px 0 0;
    }
    }

@media (max-width: 767px) {

    .cart-container {
        padding: 30px 0 0;
    }
    }

@media (max-width: 479px) {

    .cart-container {
        padding: 10px 0 0;
    }
    }

@media (max-width: 1023px) {

    .cart-container h1 {
        font-size: 48px;
        margin-bottom: 45px;
    }
        }

.cart-container-steps {
    -ms-flex: 1 0;
        flex: 1 0;
    padding: 0px 87px 0 44px;
}

.cart-container-steps h1 {
    font-size: 56px;
    text-align: left;
    margin-bottom: 60px;
    line-height: 1.2
}

.cart-container-steps .cart-cnt {
    width: 100%;
    margin: 0;
    padding: 60px 0
}

@media (max-width: 1023px) {

    .cart-container-steps {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    }

@media (max-width: 1365px) {

    .cart-container-steps {
        padding: 0px 50px 0;
    }
    }

@media (max-width: 1023px) {

    .cart-container-steps {
        padding: 0px 0 0;
    }
    }

@media (max-width: 1023px) {

    .cart-container-steps h1 {
        font-size: 40px;
        margin-bottom: 45px;
        letter-spacing: 0px;
    }
        }

@media (max-width: 1023px) {

    .cart-container-steps .cart-cnt {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
        }

@media (max-width: 1365px) {

    .cart-container-steps .cart-cnt {
        padding: 45px 0 0;
    }
        }

@media (max-width: 1023px) {

    .cart-container-steps .cart-cnt {
        padding: 45px 0 0;
    }
        }

@media (max-width: 767px) {

    .cart-container-steps .cart-cnt {
        padding: 30px 0 0;
    }
        }

@media (max-width: 479px) {

    .cart-container-steps .cart-cnt {
        padding: 10px 0 0;
    }
        }

.footer-cart-container-steps {
    -ms-flex: 1 0;
        flex: 1 0;
    padding: 0 87px 0 44px
}

@media (max-width: 1023px) {

    .footer-cart-container-steps {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    }
    }

@media (max-width: 1365px) {

    .footer-cart-container-steps {
        padding: 0 50px;
    }
    }

@media (max-width: 1023px) {

    .footer-cart-container-steps {
        padding: 0;
    }
    }

.lk-agreement {
    color: #888;
    max-width: 700px;
}

.order-block {
    font-size: 16px;
    border-top: 1px solid #e5e5e5;
    transition: all 0.3s ease;
    font-weight: 400;
}

.order-block .lg-visible {
}

.order-block .lg-invisible {
    display: none
}

.order-block .lg-hidden {
    display: none
}

.order-block .cl-status-blue {
    color: #35B6B4;
}

.order-block .cl-status-orange {
    color: #ff9d29;
}

.order-block .cl-status-gray {
    color: #888;
}

.order-block__col-sort-wrp {
    width: 11px;
    height: 11px;
    margin: 0 5px;
}

.order-block_capture {
    border-top: none;
    font-size: 14px;
    color: #999;
}

@media (max-width: 1499px) {

    .order-block_capture {
        display: none;
    }
}

.order-block:nth-last-of-type(1) {
    border-bottom: 1px solid #e5e5e5;
}

.order-block.is-expanded {
    background: #f6f6f6;
}

@media (max-width: 1499px) {

    .order-block {
        background: #f6f6f6;
        margin-bottom: 30px;
        border: 1px solid #e5e5e5;
    }
    }

.order-block__row {
    position: relative;
    padding: 40px 30px;
}

.order-block_capture .order-block__row {
    padding: 0 30px 34px;
}

.order-block_capture .order-block__row:hover {
    cursor: pointer;
}

.order-block__row .icon-expand {
    cursor: pointer;
    position: absolute;
    top: 47px;
    right: 30px;
}

.order-block__row::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 1499px) {

    .order-block__row {
        padding: 30px;
    }

    .order-block__row_card, .order-block__row_sticker {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media (min-width: 1500px) {

    .order-block__row {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
    }

    .order-block__row_payment {
        padding: 20px 30px 28px;
    }
}

@media(max-width: 479px) {

    .order-block__row {
        padding: 20px 10px;
    }
}

@media (max-width: 1499px) {

    .order-block__row .icon-expand {
        top: 30px;
        right: 30px;
    }
}

.order-block__row_card {
    border-bottom: 1px solid #e5e5e5;
}

.order-block__inner {
    display: none;
    position: relative;
    padding: 0 30px 45px;
}

.order-block__inner::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 1499px) {

    .order-block__inner {
        padding: 0 30px 30px;
    }
}

@media(max-width: 479px) {

    .order-block__inner {
        padding: 0 10px 30px;
    }
}

.order-block__info {
    float: left;
    width: 48%;
    margin-right: 4%;
}

@media (max-width: 1365px) {

    .order-block__info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .order-block__info:last-child {
        margin-bottom: 0;
    }
}

.order-block__info:last-child {
    margin-right: 0;
}

.order-block__col {
    float: left;
    width: 20%;
    line-height: 32px;
}

.order-block__col_card {
    text-align: center;
}

.order-block__col_number {
    width: 15%;
}

@media (max-width: 1499px) {

    .order-block__col_number {
        font-size: 18px;
        font-weight: 400;
    }
}

.order-block__col_date {
    width: 15%;
}

@media (max-width: 1499px) {

    .order-block__col_date {
        color: #888;
        margin-bottom: 30px;
    }
}

.order-block__col_summ {
    width: 15%;
}

.order-block__col_delivery {
}

@media (max-width: 1499px) {

    .order-block__col_delivery {
        display: none;
    }
}

.order-block__col_status {
    width: 35%;
    padding-right: 60px;
}

@media (min-width: 1500px) {

    .order-block__col_status {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
    }
}

@media (max-width: 1499px) {

    .order-block__col_status {
        padding: 0;
    }
}

.order-block__col_stick-number {
    width: 13.7%;
}

@media (max-width: 1499px) {

    .order-block__col_stick-number {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
    }

    .order-block__col_stick-number .sticker-number {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    }
}

@media (max-width: 479px) {

    .order-block__col_stick-number {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .order-block__col_stick-number .sticker-number {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
    }
}

.order-block__col_stick-sale {
    width: 10%;
}

@media (max-width: 1499px) {

    .order-block__col_stick-sale {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    }
}

@media (max-width: 479px) {

    .order-block__col_stick-sale {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 25px;
    }
}

.order-block__col_stick-create {
    width: 11.3%;
}

@media (max-width: 1499px) {

    .order-block__col_stick-create {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
    }
}

@media (max-width: 479px) {

    .order-block__col_stick-create {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 25px;
    }
}

.order-block__col_stick-date {
    width: 13.4%;
}

@media (max-width: 1499px) {

    .order-block__col_stick-date {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    }
}

@media (max-width: 479px) {

    .order-block__col_stick-date {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 25px;
    }
}

.order-block__col_stick-description {
    width: 27.2%;
}

@media (max-width: 1499px) {

    .order-block__col_stick-description {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 479px) {

    .order-block__col_stick-description {
        margin-top: 0;
    }
}

.order-block__col_stick-status {
    width: 24.4%;
}

.order-block__col_card {
    text-align: center;
}

@media (max-width: 1499px) {

    .order-block__col_card {
        text-align: left;
    }
}

.order-block__col_card-date {
    width: 27%;
}

@media (max-width: 1499px) {

    .order-block__col_card-date {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {

    .order-block__col_card-date {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}

@media (max-width: 479px) {

    .order-block__col_card-date {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

.order-block__col_card-action {
    width: 31%;
}

@media (max-width: 1499px) {

    .order-block__col_card-action {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {

    .order-block__col_card-action {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    }
}

@media (max-width: 479px) {

    .order-block__col_card-action {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 20px;
    }
}

.order-block__col_card-activ, .order-block__col_card-comb {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}

@media (max-width: 479px) {

    .order-block__col_card-activ, .order-block__col_card-comb {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

.order-block__col_card-summ {
    width: 24.5%;
}

@media (max-width: 1499px) {

    .order-block__col_card-summ {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}

@media (max-width: 1023px) {

    .order-block__col_card-summ {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}

@media (max-width: 479px) {

    .order-block__col_card-summ {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 20px;
    }
}

.order-block__col_card-balance {
    width: 17.5%;
}

@media (max-width: 1499px) {

    .order-block__col_card-balance {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}

@media (max-width: 1023px) {

    .order-block__col_card-balance {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    }
}

@media (max-width: 479px) {

    .order-block__col_card-balance {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media (max-width: 1499px) {

    .order-block__col {
        width: 100%;
    }

    .order-block__col_card, .order-block__col_sticker {
        width: auto;
    }
}

@media (min-width: 1500px) {

    .order-block__col {
        float: none;
    }
}

.order-block__payment {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 140px;
}

.order-block__payment span {
    display: block;
}

.order-block__payed {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0;
}

@media (max-width: 1499px) {

    .order-block .lg-visible {
        display: none;
    }
        }

@media (max-width: 1499px) {

    .order-block .lg-invisible {
        display: inline;
    }
        }

@media (max-width: 1499px) {

    .order-block .lg-hidden {
        display: block;
    }
        }

.order-item {
    width: 100%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 15px;
    -ms-flex-pack: justify;
        justify-content: space-between
}

.order-item__description {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
    -ms-flex-preferred-size: 72%;
        flex-basis: 72%;
}

@media (max-width: 1365px) {

    .order-item__description {
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
    }
}

.order-item__price {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 80px;
    text-align: right;
}

.order-item__pic {
    margin-right: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.order-item__pic img {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.order-item__name span {
    border-bottom: 1px solid #e5e5e5;
}

.order-item:hover {
    color: #000;
}

.order-item:hover .order-item__name {
    color: #000;
}

.order-item:hover .order-item__name span {
    border-bottom: 1px solid transparent;
}

.order-item:hover .order-item__price {
    color: #000;
}

.order-info {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.order-info_no-border {
    padding: 0;
    border: 0;
}

.order-info__row {
    margin: 5px 0 15px;
}

.order-info__row::after {
    clear: both;
    content: "";
    display: block;
}

.order-info__row:first-child {
}

@media (max-width: 1365px) {

    .order-info__row:first-child {
        margin: 5px 0 45px;
    }
}

.order-info__price {
    float: right;
}

.order-info__name {
    position: relative;
    overflow: hidden;
}

.payment-block {
    font-weight: normal;
    max-width: 600px;
    margin: 0 auto;
}

.payment-block .form-col-2 {
}

.payment-block .form-col-2:nth-child(2) {
}

.payment-block .input-animate {
    margin: 25px 0;
}

.payment-block .subscribe {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start
}

.payment-block .subscribe__panel-form {
    position: relative;
}

.payment-block .subscribe__panel {
    max-width: 328px;
    margin: 0 32px 0 0;
    background-color: #f2f2f2;
}

.payment-block .subscribe__panel .filled {
    position: absolute;
    top: 48px;
    left: 14px;
}

.payment-block .subscribe__panel-field {
    width: 155px !important;
    background-color: #f2f2f2;
}

.payment-block .subscribe__panel-field:active, .payment-block .subscribe__panel-field:focus, .payment-block .subscribe__panel-field:hover {
    background-color: #f2f2f2;
}

.payment-block .subscribe__panel-btn {
    background-color: transparent;
}

.payment-block .subscribe__panel-btn:disabled {
    background-color: transparent;
    opacity: 0.3;
}

.payment-block .subscribe__success {
    position: relative;
    top: -56px;
    left: -15px;
    display: block;
    float: right;
    margin-top: 0;
    color: #00b9bf;
    font-size: 14px;
    padding-right: 32px;
    background: transparent;
}

.payment-block .subscribe__success:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 19px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22SvgjsSvg1000%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%3E%3Ctitle%3EShape%205%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Avocode.%3C%2Fdesc%3E%3Cdefs%20id%3D%22SvgjsDefs1001%22%2F%3E%3Cpath%20id%3D%22SvgjsPath1007%22%20d%3D%22M111.353%205104.35L105.207%205110.5L105.353%205110.65L104.646%205111.349999999999L104.5%205111.209999999999L104.353%205111.349999999999L103.646%205110.65L103.793%205110.5L100.646%205107.35L101.353%205106.64L104.5%205109.79L110.646%205103.65Z%20%22%20fill%3D%22%2300b9bf%22%20fill-opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-100%2C-5103)%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.payment-block .ui-slider {
}

.payment-block .ui-slider-handle {
    width: 12px;
    height: 12px;
    margin-left: -6px;
    top: -5px;
    cursor: pointer;
    background-color: #00b9bf;
}

.payment-block .ui-slider-handle span {
    color: #00b9bf;
}

.payment-block .ui-slider-handle:active, .payment-block .ui-slider-handle:hover {
    box-shadow: 0 0 0 9px rgba(36, 151, 157, .2);
}

.payment-block .slider-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center
}

.payment-block .slider-block__slider {
    width: calc(99.9% * 0.55 - 10.799999999999999px);
}

.payment-block .slider-block__slider:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.payment-block .slider-block__slider:last-child {
    margin-right: 0;
}

.payment-block .slider-block__slider:nth-child(undefinedn) {
    margin-right: 0;
    float: right;
}

.payment-block .slider-block__slider:nth-child(undefinedn + 1) {
    clear: both;
}

.payment-block .slider-block__slider .bar {
    position: relative;
    top: -3px;
    height: 3px;
    background-color: #00b9bf;
}

.payment-block .slider-block__result {
    width: calc(99.9% * 0.45 - 13.2px);
    font-weight: 600;
    font-size: 16px;
}

.payment-block .slider-block__result:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.payment-block .slider-block__result:last-child {
    margin-right: 0;
}

.payment-block .slider-block__result:nth-child(undefinedn) {
    margin-right: 0;
    float: right;
}

.payment-block .slider-block__result:nth-child(undefinedn + 1) {
    clear: both;
}

.payment-block .slider-block__result span {
    font-size: 24px;
    font-weight: normal;
}

@media (max-width: 959px) {

    .payment-block .form-col-2 {
        width: calc(99.9% * 1 - 0px);
    }

    .payment-block .form-col-2:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .payment-block .form-col-2:last-child {
        margin-right: 0;
    }

    .payment-block .form-col-2:nth-child(undefinedn) {
        margin-right: 0;
        float: right;
    }

    .payment-block .form-col-2:nth-child(undefinedn + 1) {
        clear: both;
    }
        }

@media (max-width: 959px) {

    .payment-block .form-col-2:nth-child(2) .field {
        margin-bottom: 0;
    }
}

.payment-block__text {
    margin-bottom: 24px;
}

.payment-block__text:nth-of-type(2) {
    margin-bottom: 51px;
}

.payment-block-bonuses {
    padding: 6px 0;
}

.payment-block-bonuses__available {
    float: left;
    min-width: 130px;
    margin-right: 17px;
    margin-bottom: 0;
    padding: 10px 18px 6px;
    border-radius: 20px;
    color: #fff;
    background-color: #fe0066;
    font-size: 11px;
    line-height: 11px;
}

.payment-block-bonuses__available::after {
    clear: both;
    content: "";
    display: block;
}

.payment-block-bonuses__available-value {
    float: left;
    min-width: 35px;
    margin-right: 10px;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
}

.payment-block-bonuses__available-text {
    display: inline-block;
}

.payment-block-bonuses__notice {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
    color: #888;
    font-size: 14px;
    line-height: 18px;
}

.payment-block-systems {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.payment-block-systems__item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 5%;
    margin-bottom: 35px;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.payment-block-systems__item img {
    display: block;
    margin: 0 auto;
}

.payment-block-systems__item:nth-child(3n) {
    margin-right: 0;
}

.payment-block-systems__item:hover {
    border-color: #49a8ac;
}

@media (max-width: 479px) {

    .payment-block-systems__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-right: 0;
        margin-bottom: 35px;
    }
}

@media (max-width: 560px) {

    .payment-block .subscribe__panel {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 1023px) {

    .payment-block .slider-block__slider {
        width: calc(99.9% * 1 - 0px);
    }

    .payment-block .slider-block__slider:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .payment-block .slider-block__slider:last-child {
        margin-right: 0;
    }

    .payment-block .slider-block__slider:nth-child(undefinedn) {
        margin-right: 0;
        float: right;
    }

    .payment-block .slider-block__slider:nth-child(undefinedn + 1) {
        clear: both;
    }
}

@media (max-width: 1023px) {

    .payment-block .slider-block__result {
        width: calc(99.9% * 1 - 0px);
    }

    .payment-block .slider-block__result:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .payment-block .slider-block__result:last-child {
        margin-right: 0;
    }

    .payment-block .slider-block__result:nth-child(undefinedn) {
        margin-right: 0;
        float: right;
    }

    .payment-block .slider-block__result:nth-child(undefinedn + 1) {
        clear: both;
    }
}

.lk-button {
    padding: 15px 25px;
    background: #fbdb65;
    font-weight: 700;
    display: block;
    width: 300px;
    text-align: center;
    border-radius: 5px;
}

.lk-loyalty-banner {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    background: #f6f6f6;
    padding: 40px;
}

.lk-card {
    font-weight: normal
}

@media(max-width: 479px) {

    .lk-card p {
        font-size: 16px;
    }
    }

.lk-card_border {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-top: 44px;
    padding-bottom: 26px;
}

.lk-card_border p {
    margin-bottom: 10px;
}

.lk-card-photo {
    text-align: right;
}

@media (max-width: 1023px) {

    .lk-card-photo {
        margin: 0 auto;
    }
}

.lk-card-wrapper {
    text-align: right;
}

@media (max-width: 1023px) {

    .lk-card-wrapper {
        text-align: center;
    }
}

@media (max-width: 479px) {

    .lk-card-wrapper {
        text-align: left;
    }
}

.lk-card__buttons-block {
    text-align: center;
}

.lk-card__buttons-block .btn.btn_big {
    width: auto;
    padding: 0 23px;
    margin-right: 16px;
}

@media (min-width: 1024px) {

    .lk-card__buttons-block {
        text-align: left;
    }
}

.lk-card__description {
    font-weight: normal;
}

.lk-card__description + .lk-card__description {
    margin-top: 24px;
}

@media (max-width: 767px) {

    .lk-card__description {
        font-size: 20px;
        line-height: 28px;
    }
}

.social-auth {
    padding: 13px 0
}

.social-auth::after {
    clear: both;
    content: "";
    display: block;
}

.social-auth-toggle {
}

.social-auth-toggle + .social-auth-toggle {
    margin-left: 20px;
}

@media (max-width: 479px) {

    .social-auth-toggle + .social-auth-toggle {
        margin-left: 0;
    }
}

.social-auth__login {
    color: #aaa;
    font-size: 16px;
    display: inline-block;
    max-width: 66%;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-auth__icon {
    margin-right: 14px;
}

.social-auth__status {
    position: relative;
    margin-right: 63px;
    padding-left: 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 48px;
}

.social-auth__status:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22SvgjsSvg1011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%220%200%2020%2016%22%3E%3Ctitle%3Edone%20%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Avocode.%3C%2Fdesc%3E%3Cdefs%20id%3D%22SvgjsDefs1012%22%2F%3E%3Cpath%20id%3D%22SvgjsPath1013%22%20d%3D%22M554%201381.07C553.821%201381.07%20553.648%201381%20553.516%201380.8799999999999L547.8689999999999%201375.57C547.5849999999999%201375.31%20547.5709999999999%201374.86%20547.838%201374.58C548.105%201374.29%20548.552%201374.28%20548.836%201374.54L553.94%201379.34L565.214%201366.33C565.465%201366.03%20565.9100000000001%201365.99%20566.2090000000001%201366.24C566.5070000000001%201366.5%20566.5450000000001%201366.94%20566.2940000000001%201367.24L554.5390000000001%201380.82C554.4150000000001%201380.97%20554.2340000000002%201381.06%20554.041%201381.07C554.027%201381.07%20554.013%201381.07%20554%201381.07Z%20%22%20fill%3D%22%2300b9bf%22%20fill-opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-547%2C-1366)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 20px 16px;
}

.social-auth__delete .icon {
    margin-right: 0;
}

.social-auth__delete.btn {
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
}

.social-auth .pull-left {
    width: 60%;
    width: calc(100% - 180px);
}

.social-auth .pull-right {
    width: 180px;
    text-align: right;
}

@media (max-width: 479px) {

    .social-auth {
}

    .social-auth .pull-left {
        width: 100%;
    }

    .social-auth .pull-right {
        float: left !important;
        width: 100%;
        text-align: left;
    }
    }

.lk-mobile-links {
    visibility: hidden
}

.lk-mobile-links-initialized {
    visibility: visible;
}

.lk-mobile-links__title {
    margin-bottom: 20px;
}

.lk-mobile-links__list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

@media (max-width: 479px) {

    .lk-mobile-links__list {
        -ms-flex-direction: column;
            flex-direction: column;
    }
}

.lk-mobile-links__link {
    display: none;
}

.lk-mobile-links__link-show {
    display: block;
}

.shop {
    width: 50%;
    padding-left: 96px
}

@media (max-width: 1365px) {

    .shop {
        width: 60%;
        padding-left: 34px;
    }
    }

@media (max-width: 1023px) {

    .shop {
        padding-left: 24px;
    }
    }

@media (max-width: 959px) {

    .shop {
        width: 100%;
        margin-bottom: 24px;
        padding-right: 24px;
    }
    }

.shop-page {
    padding-bottom: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.shop-page .information {
    padding-top: 0;
}

@media (max-width: 959px) {

    .shop-page {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.shop-info {
    padding-top: 27px;
    padding-right: 16px;
}

.shop-info h1 {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 1.5px;
}

.shop-info .rating {
    display: inline-block;
    vertical-align: bottom;
    width: 80px;
    height: 23px;
    margin-right: 14px;
    background-image: url('/local/templates/assets/img/svg/star-empty.svg');
    background-repeat: repeat-x;
    background-position: 0 center;
}

.shop-info .rating__mark {
    height: 23px;
    background-image: url('/local/templates/assets/img/svg/star.svg');
    background-repeat: repeat-x;
    background-position: 0 center;
    background-size: 16px 15px;
}

@media (max-width: 1023px) {

    .shop-info {
        padding-top: 0;
    }
}

@media (max-width: 959px) {

    .shop-info {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {

    .shop-info {
        padding-right: 0;
    }
}

.shop-info__details {
    margin: 24px 0 0 0;
}

.shop-info__work-status {
    padding: 0 0 0 24px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0;
    font-size: 16px;
}

@media (max-width: 959px) {

    .shop-info__work-status {
        margin-top: 16px;
    }
}

.shop-info__header {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
}

@media (max-width: 1023px) {

    .shop-info__header {
        margin-top: -5px;
    }
}

@media (max-width: 959px) {

    .shop-info__header {
        margin-top: -5px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {

    .shop-info__header {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.shop-info__status {
    margin-left: 25px;
}

@media (max-width: 1199px) {

    .shop-info__status {
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media (max-width: 1199px) {

    .shop-info__status {
        margin-left: 25px;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    }
}

@media (max-width: 767px) {

    .shop-info__status {
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

.shop-info__feedback {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    padding-right: 16px;
    border: 1px solid #e5e5e5;
    border-right: none;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.shop-info__feedback:after {
    content: '';
    position: absolute;
    top: 6px;
    right: -7px;
    bottom: 0;
    width: 13px;
    height: 10px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -ms-transform: rotate(64deg) skewX(35deg);
        transform: rotate(64deg) skewX(35deg);
}

.shop-map {
    width: 50%;
}

.shop-map__map {
    position: relative;
    height: 720px;
}

@media (max-width: 959px) {

    .shop-map__map {
        height: 322px;
    }
}

@media (max-width: 1365px) {

    .shop-map {
        width: 41%;
    }
}

@media (max-width: 959px) {

    .shop-map {
        width: 100%;
    }
}

.shop-description {
    float: right;
    width: calc(50% - 16px);
    padding-right: 16px;
}

.shop-description.map-baloon {
    float: none;
    width: auto;
    padding-right: 0;
}

.shop-description__item {
    position: relative;
    padding-left: 32px;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.shop-description__item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.shop-description__item_address {
}

.shop-description__item_address:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22SvgjsSvg1011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20width%3D%2214%22%20height%3D%2219%22%20viewBox%3D%220%200%2014%2019%22%3E%3Ctitle%3Epin%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Avocode.%3C%2Fdesc%3E%3Cdefs%20id%3D%22SvgjsDefs1012%22%2F%3E%3Cpath%20id%3D%22SvgjsPath1013%22%20d%3D%22M430.492%2082.184L425%2088.9984L419.508%2082.1853C418.52099999999996%2080.9536%20418%2079.4748%20418%2077.90639999999999C418%2074.09729999999999%20421.14%2070.99839999999999%20425%2070.99839999999999C428.86%2070.99839999999999%20432%2074.09729999999999%20432%2077.90639999999999C432%2079.47479999999999%20431.479%2080.9536%20430.492%2082.184ZM425%2072.1398C421.778%2072.1398%20419.156%2074.7267%20419.156%2077.90639999999999C419.156%2079.21529999999998%20419.591%2080.4498%20420.414%2081.47619999999999L425%2087.16569999999999L429.587%2081.475C430.409%2080.4498%20430.844%2079.2153%20430.844%2077.90639999999999C430.844%2074.7267%20428.222%2072.1398%20425%2072.1398ZM425%2080.6744C423.406%2080.6744%20422.109%2079.3943%20422.109%2077.8215C422.109%2076.249%20423.406%2074.9693%20425%2074.9693C426.594%2074.9693%20427.89%2076.24900000000001%20427.89%2077.8215C427.89%2079.3943%20426.594%2080.6744%20425%2080.6744ZM425%2076.1102C424.043%2076.1102%20423.265%2076.8784%20423.265%2077.8215C423.265%2078.7653%20424.043%2079.5335%20425%2079.5335C425.956%2079.5335%20426.734%2078.76530000000001%20426.734%2077.8215C426.734%2076.8784%20425.95599999999996%2076.1102%20425%2076.1102Z%20%22%20fill%3D%22%23000%22%20fill-opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-418%2C-70)%22%2F%3E%3C%2Fsvg%3E");
}

.shop-description__item_time {
}

.shop-description__item_time:after {
    background-image: url('/local/templates/assets/img/svg/clock.svg');
}

.shop-description__item_phone {
}

.shop-description__item_phone:after {
    background-image: url('/local/templates/assets/img/svg/phone.svg');
}

.shop-description__item_type {
    margin-bottom: 23px;
}

.shop-description__item_type:after {
    left: -3px;
    background-image: url('/local/templates/assets/img/svg/flagman_star.svg');
}

.shop-description__item_benefit {
    margin-bottom: 23px;
}

.shop-description__item_benefit:after {
    left: -6px;
    background-image: url('/local/templates/assets/img/svg/parking.svg');
}

.shop-description__item_subscribe {
}

.shop-description__item_subscribe:after {
    left: -6px;
    background-image: url('/local/templates/assets/img/svg/subscribe.svg');
}

.shop-description__item_area {
}

.shop-description__item_area:after {
    left: -6px;
    background-image: url('/local/templates/assets/img/svg/plan.svg');
}

.shop-description__item_mail {
}

.shop-description__item_mail:after {
    top: 6px;
    background-image: url('/local/templates/assets/img/svg/mail.svg');
}

.shop-description__address {
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.shop-description__address .icon-metro-custom {
    width: unset;
}

@media (max-width: 959px) {

    .shop-description {
        padding-right: 10px;
    }
}

@media (max-width: 767px) {

    .shop-description {
        width: 100%;
        padding-right: 0;
    }
}

.shop-gallery {
    float: left;
    width: calc(50% - 16px);
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.shop-gallery__dots {
    margin-top: 28px;
    text-align: center;
}

.shop-gallery__dots li {
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}

.shop-gallery__dots button {
    width: 6px;
    height: 6px;
    margin: 0 15px 0 0;
    padding: 0;
    background-color: #ddd;
    border: none;
    font-size: 0;
}

.shop-gallery__dots button:focus {
    background-color: #ddd;
}

.shop-gallery__dots li.slick-active button {
    background-color: #00b9bf;
}

.shop-gallery__dots li.slick-active button:focus {
    background-color: #00b9bf;
}

@media (max-width: 1365px) {

    .shop-gallery__dots {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {

    .shop-gallery__dots {
        margin-top: 14px;
        margin-bottom: 11px;
    }

    .shop-gallery__dots li {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .shop-gallery {
        width: 100%;
    }
}

.shop-howto {
    padding-right: 41px;
    padding-top: 10px;
}

.shop-howto h4 {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 1.3px;
}

.shop-howto p {
    line-height: 24px;
    margin-bottom: 50px;
}

.shop-howto p:last-child {
    margin-bottom: 18px;
}

.shop-howto a {
    display: inline-block;
    margin-top: 15px;
}

@media (max-width: 1023px) {

    .shop-howto {
        padding-top: 65px;
    }
}

@media (max-width: 959px) {

    .shop-howto {
        padding-top: 27px;
        padding-right: 0;
    }
}

.shop-feedback {
    padding: 78px 96px 102px;
}

.shop-feedback h3 {
    margin-bottom: 16px;
    margin-top: 0;
    font-size: 32px;
    letter-spacing: 1.3px;
}

.shop-feedback h3 span {
    padding-left: 8px;
    color: #888;
}

.shop-feedback .btn.btn_lite-chrome {
    line-height: 46px;
    letter-spacing: 1.3px;
}

.shop-feedback .catalog-sort {
    margin-bottom: 56px;
}

.shop-feedback .catalog-sort p {
    color: #888;
}

.shop-feedback .catalog-sort__container {
    margin: 0;
    width: auto;
}

.shop-feedback .catalog-sort__type a {
    color: #888;
}

.shop-feedback .catalog-sort__type_active a {
    color: #000;
}

.shop-feedback .catalog-sort__list {
}

@media (max-width: 959px) {

    .shop-feedback h3 {
        margin-bottom: 25px;
    }
}

.shop-feedback-wrapper {
    margin-bottom: 37px;
}

.shop-feedback-wrapper::after {
    clear: both;
    content: "";
    display: block;
}

.shop-feedback-wrapper__col {
}

.shop-feedback-wrapper__col:last-child {
    float: left;
    width: 68%;
}

@media (max-width: 959px) {

    .shop-feedback-wrapper__col:last-child {
        width: 100%;
    }
}

.shop-feedback-wrapper__col:first-child {
    float: right;
    padding: 17px 17px 0;
}

.shop-feedback-wrapper__col:first-child .btn {
    margin-bottom: 27px;
}

.shop-feedback-wrapper__col:first-child .visible {
}

.shop-feedback-wrapper__col:first-child .visible-md {
    display: none;
}

.shop-feedback-wrapper__col:first-child .visible-md-min {
    display: none;
}

@media (max-width: 1365px) {

    .shop-feedback-wrapper__col:first-child {
        padding: 0;
    }
}

@media (max-width: 959px) {

    .shop-feedback-wrapper__col:first-child {
        display: none;
    }
}

@media (max-width: 560px) {

    .shop-feedback-wrapper__col:first-child {
        padding: 17px 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
    }
}

@media (max-width: 959px) {

    .shop-feedback-wrapper__col:first-child .visible-md {
        display: inline-block;
    }
}

@media (min-width: 960px) {

    .shop-feedback-wrapper__col:first-child .visible-md-min {
        display: inline-block;
    }
}

.shop-feedback-wrapper__col:nth-of-type(2) {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 17px 0 7px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.shop-feedback-wrapper__col:nth-of-type(2) .btn {
    margin-bottom: 27px;
}

.shop-feedback-wrapper__col:nth-of-type(2) .visible {
}

.shop-feedback-wrapper__col:nth-of-type(2) .visible-md {
    display: none;
}

.shop-feedback-wrapper__col:nth-of-type(2) .visible-md-min {
    display: none;
}

@media (min-width: 960px) {

    .shop-feedback-wrapper__col:nth-of-type(2) {
        display: none;
    }
}

@media (max-width: 560px) {

    .shop-feedback-wrapper__col:nth-of-type(2) {
        padding: 17px 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-direction: column;
            flex-direction: column;
    }
}

@media (max-width: 959px) {

    .shop-feedback-wrapper__col:nth-of-type(2) .visible-md {
        display: inline-block;
    }
}

@media (min-width: 960px) {

    .shop-feedback-wrapper__col:nth-of-type(2) .visible-md-min {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .shop-feedback .catalog-sort__list {
        display: inline-block;
    }
}

@media (max-width: 959px) {

    .shop-feedback .catalog-sort {
        margin-bottom: 40px;
    }
}

.shop-feedback-item {
    margin-bottom: 49px;
}

.shop-feedback-item .rating {
    float: left;
    width: 55px;
    height: 23px;
    margin-right: 22px;
    background-image: url('/local/templates/assets/img/svg/star_xs.svg');
    background-repeat: repeat-x;
    background-position: 0 center;
}

.shop-feedback-item .rating__mark {
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2010.75%2010%22%3E%0A%20%20%3Cpath%20stroke-width%3D%221px%22%20stroke%3D%22%23fe0066%22%20fill%3D%22%23fe0066%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.378%2C0.498%20L6.839%2C3.518%20L10.247%2C3.935%20L7.741%2C6.218%20L8.387%2C9.496%20L5.378%2C7.886%20L2.368%2C9.496%20L3.014%2C6.218%20L0.508%2C3.935%20L3.917%2C3.518%20L5.378%2C0.498%20Z%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: repeat-x;
    background-position: 0 center;
}

.shop-feedback-item:last-child {
    margin-bottom: 0;
}

.shop-feedback-item__header {
    margin-bottom: 16px;
}

@media(max-width: 767px) {

    .shop-feedback-item .rating {
        float: none;
        margin-right: 0;
    }
}

.shop-feedback-item__author {
    font-weight: 200;
    color: #888;
}

.shop-feedback-item__author span {
    margin-right: 30px;
    margin-bottom: 0;
    font-weight: normal;
    color: #000;
    display: inline-block;
    max-width: 40%;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
}

@media(max-width: 767px) {

    .shop-feedback-item__author span {
        display: block;
        max-width: 100%;
        margin-right: 0;
        white-space: normal;
    }
}

.shop-feedback-item__content {
    letter-spacing: 0.4px;
    line-height: 28px;
    margin-bottom: 20px;
}

.shop-feedback-item__footer {
    font-size: 14px;
    color: #888;
    letter-spacing: 0.3px;
}

.shop-feedback-item__mark {
    border: none;
    background: none;
    padding: 0;
    font-weight: normal;
    height: auto;
    line-height: 21px;
}

.shop-feedback-item__mark:hover, .shop-feedback-item__mark:focus {
    border: none;
    background: none;
}

.shop-feedback-item__mark_dislike .icon {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.shop-feedback-item__mark_like {
    margin-left: 26px;
    margin-right: 13px;
}

.shop-feedback-item__mark_like .icon {
    position: relative;
    top: -5px;
    margin-right: 4px;
}

.shop-feedback-item__mark_like .shop-feedback-item__counter {
    color: #00b9bf;
}

.shop-feedback-item__mark_dislike .shop-feedback-item__counter {
    color: #fe0066;
}

.shop-feedback-average {
    margin-bottom: 20px;
}

.shop-feedback-average .rating {
    width: 70px;
    height: 19px;
    margin-right: 22px;
    background-image: url('/local/templates/assets/img/svg/star-empty.svg');
    background-repeat: repeat-x;
    background-position: 0 bottom;
    display: inline-block;
    vertical-align: baseline;
    background-size: 14px;
}

.shop-feedback-average .rating__mark {
    height: 19px;
    background-image: url('/local/templates/assets/img/svg/star.svg');
    background-repeat: repeat-x;
    background-position: 0 bottom;
    background-size: 14px 15px;
}

.shop-feedback-average p {
    color: #888;
    font-size: 14px;
    line-height: 16px;
}

.shop-feedback-average__mark {
    font-weight: 800;
    font-size: 48px;
    letter-spacing: 3.5px;
    display: inline-block;
    margin-right: 20px;
    line-height: 68px;
}

@media (max-width: 959px) {

    .shop-feedback-average {
        position: relative;
        margin-bottom: 0;
        width: 50%;
        padding-left: 68px;
    }

    .shop-feedback-average .rating {
        margin-right: 0;
    }

    .shop-feedback-average:after {
        content: '';
        position: absolute;
        top: 4px;
        right: 8px;
        bottom: 18px;
        width: 1px;
        background-color: #e5e5e5;
    }
}

@media (max-width: 767px) {

    .shop-feedback-average {
        padding-left: 16px;
    }
}

@media (max-width: 560px) {

    .shop-feedback-average {
}

    .shop-feedback-average:after {
        content: none;
    }
}

@media (max-width: 479px) {

    .shop-feedback-average {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}

.shop-feedback-all .rating {
    display: inline-block;
    width: 55px;
    height: 23px;
    margin-right: 22px;
    background-image: url('/local/templates/assets/img/svg/star_xs.svg');
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.shop-feedback-all .rating__mark {
    height: 23px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2211%22%20height%3D%2210%22%20viewBox%3D%220%200%2010.75%2010%22%3E%0A%20%20%3Cpath%20stroke-width%3D%221px%22%20stroke%3D%22%23fe0066%22%20fill%3D%22%23fe0066%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.378%2C0.498%20L6.839%2C3.518%20L10.247%2C3.935%20L7.741%2C6.218%20L8.387%2C9.496%20L5.378%2C7.886%20L2.368%2C9.496%20L3.014%2C6.218%20L0.508%2C3.935%20L3.917%2C3.518%20L5.378%2C0.498%20Z%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.shop-feedback-all a {
    display: inline-block;
}

.shop-feedback-all__item {
    margin-bottom: 1px;
}

.shop-feedback-all__percent {
    display: inline-block;
    color: #888;
    min-width: 41px;
    margin-right: 13px;
}

.shop-feedback-all__percent_grey {
    color: #888;
}

.shop-feedback-all__feedbacks {
    display: inline-block;
    cursor: pointer;
}

.shop-feedback-all__feedbacks:hover {
    color: #00b9bf;
    transition: color 0.2s ease;
}

.shop-feedback-all__feedbacks_grey {
    color: #888;
    cursor: default;
}

.shop-feedback-all__feedbacks_grey:hover {
    color: #888;
}

@media (max-width: 959px) {

    .shop-feedback-all {
        padding-left: 48px;
        width: 50%;
    }
}

@media (max-width: 959px) {

    .shop-feedback-all {
        padding-left: 68px;
        width: 50%;
    }
}

@media (max-width: 767px) {

    .shop-feedback-all {
        padding-left: 16px;
    }
}

@media (max-width: 560px) {

    .shop-feedback-all {
        padding-left: 0;
        width: auto;
    }
}

@media (max-width: 1023px) {

    .shop-feedback {
        padding: 78px 24px 95px;
    }
}

@media (max-width: 1365px) {

    .shop-feedback {
        padding: 78px 34px 0;
    }
}

@media (max-width: 1023px) {

    .shop-feedback {
        padding: 78px 24px 94px;
    }
}

@media (max-width: 959px) {

    .shop-feedback {
        padding: 54px 24px 0;
    }
}

.shop-more {
    margin-bottom: 102px;
}

@media (max-width: 1199px) {

    .shop-more {
        margin-bottom: 78px;
    }
}

@media (max-width: 959px) {

    .shop-more {
        margin-bottom: 43px;
    }
}

.shop-promo {
    max-width: 1056px;
    margin-left: auto;
    margin-right: auto;
}

.shop-promo h3 {
    margin-bottom: 58px;
}

@media (max-width: 959px) {

    .shop-promo h3 {
        margin-bottom: 42px;
    }
}

.shop-promo-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 560px) {

    .shop-promo-block {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.shop-promo-item {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 36px 16px 9px 80px;
    background-color: #f3f3f3;
}

.shop-promo-item h5 {
    font-size: 26px;
    line-height: 28px;
    margin-right: 105px;
    margin-bottom: 19px;
    font-weight: 800;
    letter-spacing: 0.9px;
}

.shop-promo-item .price {
    font-weight: 400;
}

.shop-promo-item .price_new {
    color: #fe0066;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.shop-promo-item .price_old {
    display: inline-block;
    position: relative;
    color: #888;
    font-size: 16px;
    line-height: 30px;
}

.shop-promo-item .price_old:after {
    content: '';
    position: absolute;
    display: block;
    top: 14px;
    width: 110%;
    height: 1.5px;
    background-color: #888;
    -ms-transform: rotate(-13deg);
        transform: rotate(-13deg);
}

.shop-promo-item:first-child {
    border-right: 1px solid #dadada;
}

@media (max-width: 560px) {

    .shop-promo-item:first-child {
        border-right: none;
        border-bottom: 1px solid #dadada;
    }
}

@media (max-width: 1199px) {

    .shop-promo-item {
        padding: 36px 16px 9px 40px;
    }
}

@media (max-width: 1023px) {

    .shop-promo-item {
        max-height: 288px;
        overflow: hidden;
    }
}

@media (max-width: 959px) {

    .shop-promo-item {
        padding: 36px 16px 9px 24px;
    }
}

@media (max-width: 560px) {

    .shop-promo-item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
}

@media (max-width: 959px) {

    .shop-promo-item h5 {
        margin-bottom: 4px;
        line-height: 24px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    .shop-promo-item h5 {
        margin-right: 75px;
    }
}

.shop-promo-item__sale {
    position: absolute;
    top: 39px;
    right: 49px;
    width: 56px;
    height: 56px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
    background-color: #fe0066;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

@media (max-width: 767px) {

    .shop-promo-item__sale {
        position: absolute;
        top: 39px;
        right: 24px;
    }
}

.shop-promo-item__expire {
    margin-bottom: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.shop-promo-item__wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
}

.shop-promo-item__col {
}

.shop-promo-item__col:first-child {
    -ms-flex-preferred-size: 115px;
        flex-basis: 115px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.shop-promo__sticker {
    max-width: 354px;
    position: relative;
    padding: 90px 0px 64px;
    color: #fff;
    background-color: rgba(235, 29, 130, .7);
    border-radius: 50%;
    text-align: center;
}

.shop-promo__sticker .btn.btn_big {
    min-width: auto;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 46px;
    letter-spacing: 0.7px;
}

.shop-promo__sticker_green {
    background-color: rgba(27, 188, 160, .8);
}

.shop-promo__sticker-title {
    margin-bottom: 6px;
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 1.4px;
}

@media (max-width: 959px) {

    .shop-promo__sticker-title {
        font-size: 32px;
        line-height: 32px;
    }
}

.shop-promo__sticker-sale {
    margin-bottom: 26px;
    font-size: 24px;
    letter-spacing: 1.2px;
}

.shop-promo__sticker-sale span {
    font-weight: bold;
}

@media (max-width: 959px) {

    .shop-promo__sticker-sale {
        margin-bottom: 15px;
        font-size: 20px;
    }
}

@media (max-width: 959px) {

    .shop-promo__sticker {
        max-width: 288px;
        padding: 71px 0px 54px;
    }
}

@media (max-width: 479px) {

    .shop-promo__sticker {
        max-width: 240px;
        margin: 0 auto;
        padding: 47px 0px 30px;
    }
}

.shop-promo-text {
    margin-top: 98px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

@media (max-width: 1023px) {

    .shop-promo-text {
        margin-top: 84px;
    }
}

@media (max-width: 959px) {

    .shop-promo-text {
        margin-top: 70px;
    }
}

@media (max-width: 959px) {

    .shop-promo {
        padding: 6px 0 54px;
    }
}

.shop-promo_bg {
    max-height: 450px;
    padding: 53px 76px;
    background-repeat: no-repeat;
    background-position: center 0;
}

@media (max-width: 1023px) {

    .shop-promo_bg {
        padding: 53px 40px;
    }
}

@media (max-width: 959px) {

    .shop-promo_bg {
        height: 385px;
        padding: 53px 40px;
    }
}

@media (max-width: 479px) {

    .shop-promo_bg {
        padding: 53px 0 0 0;
    }
}

.work-status {
}

.work-status-default {
    display: none;
}

.work-status-open {
    color: #98B823;
    background-image: url('/local/templates/assets/img/svg/shops/status-pins/open.svg');
}

.work-status-closing_soon {
    color: #fe0066;
    background-image: url('/local/templates/assets/img/svg/shops/status-pins/closing_soon.svg');
}

.work-status-opening_soon {
    color: #98B823;
    background-image: url('/local/templates/assets/img/svg/shops/status-pins/opening_soon.svg');
}

.work-status-temporarily_closed {
    color: #fe0066;
    background-image: url('/local/templates/assets/img/svg/shops/status-pins/temporarily_closed.svg');
}

.shops h1 {
    margin-bottom: 47px;
    line-height: 1;
}

.shops .container {
}

.shops.section {
    padding-bottom: 0;
}

@media (max-width: 1023px) {

    .shops .container {
        padding: 0 24px;
    }
        }

.shops-list {
    padding-bottom: 32px;
}

.shops-list-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 66px;
}

.shops-list-item {
    position: relative;
    width: 23%;
    width: calc(25% - 24px);
    margin-right: 32px;
    margin-bottom: 45px;
}

.shops-list-item .icon {
}

.shops-list-item .icon:last-child {
    margin-right: 0;
}

.shops-list-item .shop-description {
    float: none;
    width: 100%;
    padding: 0;
}

.shops-list-item .shop-description__address {
    border-bottom: 0;
}

.shops-list-item .shop-description__item {
}

.shops-list-item:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 1199px) {

    .shops-list-item {
        width: 31%;
        width: calc(100% / 3 - 22px);
    }

    .shops-list-item:nth-child(4n) {
        margin-right: 32px;
    }

    .shops-list-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 959px) {

    .shops-list-item {
        width: 47%;
        width: calc(50% - 16px);
    }

    .shops-list-item:nth-child(2n + 1) {
        margin-right: 32px;
    }

    .shops-list-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 479px) {

    .shops-list-item {
        width: 100%;
    }

    .shops-list-item:nth-child(2n + 1) {
        margin-right: 0;
    }
}

.shops-list-item__title {
    position: relative;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.3px;
}

.shops-list-item__title span {
    float: left;
    max-width: 80%;
    max-width: calc(100% - 50px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shops-list-item__title::after {
    clear: both;
    content: "";
    display: block;
}

.shops-list-item__type {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #999;
}

.shops-list-item__sticker {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-left: 9px;
    margin-top: -2px;
    background-color: #00b9bf;
    background-image: url("/local/templates/assets/img/svg/logo_xs.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    vertical-align: middle;
}

.shops-location {
    margin-bottom: 47px;
    text-align: center;
}

.shops-location .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 20px;
}

.shops-location .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 16px;
    padding-right: 46px;
}

.shops-location .select2-container {
    margin-bottom: 0;
}

.shops-location .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 40px;
}

.shops-location__city {
}

@media (max-width: 767px) {

    .shops-location__city {
        display: block;
        margin-bottom: 24px;
    }
}

.shops-location__country {
    display: inline-block;
    margin-left: 24px;
}

.shops-location__country .shop-select {
    display: block;
    float: left;
    margin-right: 24px;
    margin-bottom: 16px;
    width: 208px;
}

@media (max-width: 479px) {

    .shops-location__country {
        margin-left: 0;
    }
}

@media (max-width: 768px) {

    .shops-location__country .shop-select {
        float: none;
        margin-right: 0;
    }
}

.shops-location__city {
    letter-spacing: 0.6px;
}

.shops-location__city .icon-map {
    margin-right: 7px;
}

.shops-menu {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 27px 0;
}

.shops-menu .icon-baloon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22SvgjsSvg1011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20width%3D%2214%22%20height%3D%2219%22%20viewBox%3D%220%200%2014%2019%22%3E%3Ctitle%3Epin%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Avocode.%3C%2Fdesc%3E%3Cdefs%20id%3D%22SvgjsDefs1012%22%2F%3E%3Cpath%20id%3D%22SvgjsPath1013%22%20d%3D%22M430.492%2082.184L425%2088.9984L419.508%2082.1853C418.52099999999996%2080.9536%20418%2079.4748%20418%2077.90639999999999C418%2074.09729999999999%20421.14%2070.99839999999999%20425%2070.99839999999999C428.86%2070.99839999999999%20432%2074.09729999999999%20432%2077.90639999999999C432%2079.47479999999999%20431.479%2080.9536%20430.492%2082.184ZM425%2072.1398C421.778%2072.1398%20419.156%2074.7267%20419.156%2077.90639999999999C419.156%2079.21529999999998%20419.591%2080.4498%20420.414%2081.47619999999999L425%2087.16569999999999L429.587%2081.475C430.409%2080.4498%20430.844%2079.2153%20430.844%2077.90639999999999C430.844%2074.7267%20428.222%2072.1398%20425%2072.1398ZM425%2080.6744C423.406%2080.6744%20422.109%2079.3943%20422.109%2077.8215C422.109%2076.249%20423.406%2074.9693%20425%2074.9693C426.594%2074.9693%20427.89%2076.24900000000001%20427.89%2077.8215C427.89%2079.3943%20426.594%2080.6744%20425%2080.6744ZM425%2076.1102C424.043%2076.1102%20423.265%2076.8784%20423.265%2077.8215C423.265%2078.7653%20424.043%2079.5335%20425%2079.5335C425.956%2079.5335%20426.734%2078.76530000000001%20426.734%2077.8215C426.734%2076.8784%20425.95599999999996%2076.1102%20425%2076.1102Z%20%22%20fill%3D%22%23999%22%20fill-opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-418%2C-70)%22%2F%3E%3C%2Fsvg%3E");
    margin-right: 5px;
}

.shops-menu .icon-subway {
    margin-right: 6px;
}

.shops-menu .icon-list {
    margin-right: 7px;
}

.shops-menu .select2-container {
    position: absolute;
    margin: 0;
}

.shops-menu .select2-container .select2-selection--single {
    border-radius: 20px;
}

.shops-menu::after {
    clear: both;
    content: "";
    display: block;
}

.shops-menu__types-select {
    display: inline-block;
    position: relative;
    width: 260px;
    top: -20px;
}

@media (max-width: 930px) {

    .shops-menu__types-select {
        top: 0;
        margin-top: 16px;
        width: 100%;
    }
}

@media (max-width: 930px) {

    .shops-menu .select2-container {
        position: static;
    }
}

.shops-menu__vision {
    float: left;
    font-size: 0;
}

.shops-menu__vision-item {
    margin-right: 30px;
    padding: 9px 0;
    color: #999;
    letter-spacing: 0.3px;
    white-space: nowrap;
    font-size: 16px;
}

.shops-menu__vision-item:last-child {
    margin-right: 0;
}

.shops-menu__vision-item:not(:first-child) {
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
}

@media (max-width: 479px) {

    .shops-menu__vision-item:not(:first-child) {
        padding-left: 15px;
    }
}

.shops-menu__vision-item.is-active {
    color: #000;
}

.shops-menu__vision-item.is-active .icon-subway {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2217%22%20height%3D%2211%22%20viewBox%3D%220%200%2017%2011%22%3E%0A%20%20%3Cpath%20fill%3D%22%2300b9bf%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.760%2C0.049%20L11.617%2C0.049%20L8.575%2C5.637%20L5.425%2C0.002%20L1.111%2C10.182%20L-0.004%2C10.182%20L-0.004%2C11.000%20L6.104%2C11.000%20L6.104%2C10.182%20L4.892%2C10.182%20L6.104%2C7.000%20L8.575%2C11.000%20L10.950%2C7.000%20L12.162%2C10.182%20L10.950%2C10.182%20L10.950%2C11.000%20L17.009%2C11.000%20L17.009%2C10.182%20L15.959%2C10.182%20L11.760%2C0.049%20Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.shops-menu__vision-item.is-active .icon-list {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2212%22%20height%3D%2211%22%20viewBox%3D%220%200%2012%2011%22%3E%0A%20%20%3Cpath%20fill%3D%22%2300b9bf%22%20fill-rule%3D%22evenodd%22%20d%3D%22M-0.000%2C6.000%20L-0.000%2C5.000%20L12.000%2C5.000%20L12.000%2C6.000%20L-0.000%2C6.000%20ZM-0.000%2C-0.000%20L12.000%2C-0.000%20L12.000%2C1.000%20L-0.000%2C1.000%20L-0.000%2C-0.000%20ZM7.000%2C11.000%20L-0.000%2C11.000%20L-0.000%2C10.000%20L7.000%2C10.000%20L7.000%2C11.000%20Z%22%2F%3E%0A%3C%2Fsvg%3E");
}

.shops-menu__vision-item.is-active .icon-baloon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22SvgjsSvg1011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20width%3D%2214%22%20height%3D%2219%22%20viewBox%3D%220%200%2014%2019%22%3E%3Ctitle%3Epin%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Avocode.%3C%2Fdesc%3E%3Cdefs%20id%3D%22SvgjsDefs1012%22%2F%3E%3Cpath%20id%3D%22SvgjsPath1013%22%20d%3D%22M430.492%2082.184L425%2088.9984L419.508%2082.1853C418.52099999999996%2080.9536%20418%2079.4748%20418%2077.90639999999999C418%2074.09729999999999%20421.14%2070.99839999999999%20425%2070.99839999999999C428.86%2070.99839999999999%20432%2074.09729999999999%20432%2077.90639999999999C432%2079.47479999999999%20431.479%2080.9536%20430.492%2082.184ZM425%2072.1398C421.778%2072.1398%20419.156%2074.7267%20419.156%2077.90639999999999C419.156%2079.21529999999998%20419.591%2080.4498%20420.414%2081.47619999999999L425%2087.16569999999999L429.587%2081.475C430.409%2080.4498%20430.844%2079.2153%20430.844%2077.90639999999999C430.844%2074.7267%20428.222%2072.1398%20425%2072.1398ZM425%2080.6744C423.406%2080.6744%20422.109%2079.3943%20422.109%2077.8215C422.109%2076.249%20423.406%2074.9693%20425%2074.9693C426.594%2074.9693%20427.89%2076.24900000000001%20427.89%2077.8215C427.89%2079.3943%20426.594%2080.6744%20425%2080.6744ZM425%2076.1102C424.043%2076.1102%20423.265%2076.8784%20423.265%2077.8215C423.265%2078.7653%20424.043%2079.5335%20425%2079.5335C425.956%2079.5335%20426.734%2078.76530000000001%20426.734%2077.8215C426.734%2076.8784%20425.95599999999996%2076.1102%20425%2076.1102Z%20%22%20fill%3D%22%2300b9bf%22%20fill-opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-418%2C-70)%22%2F%3E%3C%2Fsvg%3E");
}

@media (max-width: 1199px) {

    .shops-menu__vision-item {
        display: inline-block;
    }
}

@media (max-width: 479px) {

    .shops-menu__vision-item {
        font-size: 14px;
        margin-right: 10px;
    }

    .shops-menu__vision-item:not(:first-child) {
        padding-left: 10px;
    }

    .shops-menu__vision-item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {

    .shops-menu__vision {
        float: none;
        margin-bottom: 24px;
    }
}

.shops-menu__types {
    float: right;
}

.shops-menu__types label {
    margin-right: 30px;
}

.shops-menu__types label:last-child {
    margin-right: 0;
}

.shops-menu__types input[type="checkbox"] + label {
    padding-left: 30px;
    letter-spacing: 0.3px;
}

@media (max-width: 1199px) {

    .shops-menu__types {
        float: none;
    }
}

.shops-map {
    position: relative;
    height: 584px;
}

@media (max-width: 767px) {

    .shops-map {
        height: 450px;
    }
}

.shops-map-legend {
    background-color: #f2f2f2;
    margin: 0 0 -16px 0;
    padding: 16px 0 0 0;
}

.shops-map-legend_item {
    float: left;
    margin: 0 8px 0 0;
    width: 64px;
    line-height: 14px;
}

.shops-map-legend_item_img {
    margin: 0 0 0 7px;
}

.shops-map-legend_item_txt {
    font-size: 11px;
}

.map-baloon__work-status, .shops-list-item__work-status {
    padding: 0 0 0 24px;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 24px 0;
    font-size: 16px;
}

.shops-list-item__work-status {
    margin-top: -15px;
}

.work-status {
}

.work-status-defaul {
    display: none;
}

.work-status-open {
    color: #98B823;
    background-image: url("/local/templates/assets/img/svg/shops/status-pins/open.svg");
}

.work-status-closing_soon {
    color: #fe0066;
    background-image: url("/local/templates/assets/img/svg/shops/status-pins/closing_soon.svg");
}

.work-status-opening_soon {
    color: #98B823;
    background-image: url("/local/templates/assets/img/svg/shops/status-pins/opening_soon.svg");
}

.work-status-temporarily_closed {
    color: #fe0066;
    background-image: url("/local/templates/assets/img/svg/shops/status-pins/temporarily_closed.svg");
}

.metro {
}

.metro-container {
    position: relative;
}

.metro-icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.metro-drop {
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.metro-drop .ui-menu-item {
    padding: 7px 0;
    list-style: none;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px;
}

.metro-drop .ui-menu-item:hover {
    background: #f3f3f3;
}

.metro-drop .ui-state-focus {
    margin: 0;
}

.metro-search {
    position: absolute;
    width: 498px;
    padding: 23px 32px 31px 96px;
    border: 1px solid #e5e5e5;
    border-top: none;
    z-index: 30;
    background-color: #fff;
    z-index: 4;
}

@media (max-width: 1408px) {

    .metro-search {
        padding: 23px 32px 31px;
    }
}

@media (max-width: 1023px) {

    .metro-search {
        padding: 23px 32px 31px 24px;
        width: 480px;
    }
}

@media (max-width: 479px) {

    .metro-search {
        width: 100%;
        position: relative;
    }
}

.metro-search__form {
    position: relative;
}

.metro-search__input {
    padding: 9px 56px 9px 0;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.6px;
    font-weight: 300;
}

.metro-search__btn {
    position: absolute;
    top: 3px;
}

.metro-search__btn .icon-search {
    margin: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20style%3D%22fill%3A%23999%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M18.353%2C17.646%20L17.646%2C18.353%20L13.286%2C13.993%20C11.876%2C15.238%2010.029%2C16.000%208.000%2C16.000%20C3.582%2C16.000%20-0.000%2C12.418%20-0.000%2C8.000%20C-0.000%2C3.582%203.582%2C-0.000%208.000%2C-0.000%20C12.418%2C-0.000%2016.000%2C3.582%2016.000%2C8.000%20C16.000%2C10.029%2015.238%2C11.876%2013.993%2C13.286%20L18.353%2C17.646%20ZM8.000%2C1.000%20C4.134%2C1.000%201.000%2C4.134%201.000%2C8.000%20C1.000%2C11.866%204.134%2C15.000%208.000%2C15.000%20C11.866%2C15.000%2015.000%2C11.866%2015.000%2C8.000%20C15.000%2C4.134%2011.866%2C1.000%208.000%2C1.000%20Z%22%20class%3D%22cls-1%22%2F%3E%0A%3C%2Fsvg%3E");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.metro-search__btn .icon-cross {
    margin: 0;
    width: 100%;
    height: 14px;
    border-left: 1px solid #e5e5e5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22SvgjsSvg1008%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Asvgjs%3D%22http%3A%2F%2Fsvgjs.com%2Fsvgjs%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Ctitle%3Edelete%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Avocode.%3C%2Fdesc%3E%3Cdefs%20id%3D%22SvgjsDefs1009%22%2F%3E%3Cpath%20id%3D%22SvgjsPath1010%22%20d%3D%22M1553.35%20170.645L1552.6499999999999%20171.352L1546.9999999999998%20165.70600000000002L1541.3499999999997%20171.352L1540.6499999999996%20170.645L1546.2899999999997%20164.99900000000002L1540.6499999999996%20159.35200000000003L1541.3499999999997%20158.64500000000004L1546.9999999999998%20164.29100000000003L1552.6499999999999%20158.64500000000004L1553.35%20159.35200000000003L1547.7099999999998%20164.99900000000002Z%20%22%20fill%3D%22%23999%22%20fill-opacity%3D%221%22%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-1540%2C-158)%22%2F%3E%3C%2Fsvg%3E");
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: 100% center;
}

.metro-search__btn_search {
    right: 24px;
    height: 32px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.metro-search__btn:first-child {
    right: 24px;
    width: 27px;
    text-align: left;
}

.metro-search__btn:last-child {
    right: 0;
    width: 24px;
    border-radius: 0;
    text-align: right;
}

.metro-layout {
    height: 605px;
    overflow: hidden;
}

@media (max-width: 767px) {

    .metro-layout {
        height: 400px;
    }
}

.metro-wrapper {
    width: 3000px;
    height: 3500px;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 1;
}

.metro-wrapper[data-city="spb"] {
    width: 1800px;
    height: 2000px;
}

.metro-map {
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 1600px;
    cursor: all-scroll;
    transition: opacity 0.3s ease;
}

.metro-wrapper[data-city="spb"] .metro-map {
    width: 1000px;
}

.metro-map [data-metro-id] {
    visibility: hidden;
    width: 17px;
    height: 17px;
    margin-bottom: 0;
    background-color: #00b9bf;
    text-indent: -99999px;
    border-radius: 50%;
    cursor: pointer;
}

.metro-map [data-metro-id].is-open {
    visibility: visible;
}

.metro-map.is-default {
    transition: opacity, top, left 0.3s ease;
}

.metro-map__image {
    width: 100%;
}

.metro-map__station {
    position: absolute;
}

.metro-map__balloon-container {
    position: absolute;
    top: -20px;
    left: 50%;
    text-align: center;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    white-space: nowrap;
}

.metro-map__balloon-container a {
    display: none;
    background-color: transparent;
    background-image: url('/local/templates/assets/img/svg/pin_office.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 30px;
    text-indent: -9999999px;
}

.metro-map__balloon-container a.is-checked {
    display: inline-block;
}

.payment-successful {
    padding: 146px 0;
}

.payment-successful h1 {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.9px;
    margin-bottom: 35px;
}

.payment-successful p {
    letter-spacing: 0.3px;
}

@media (max-width: 1023px) {

    .payment-successful {
        padding: 146px 24px;
    }
    }

@media (max-width: 767px) {

    .payment-successful {
        padding: 73px 24px;
    }
    }

.payment-successful__icon {
    margin-bottom: 20px;
}

.payment-successful__to-index {
    margin-top: 40px;
}

/*--- loyalty-programs ---*/

.loyalty-programs__sleep-club .row{
    -ms-flex-align: center;
    align-items: center;
}

.loyalty-programs__sleep-club-item{
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.loyalty-programs__sleep-club-item .icon{
    width: 64px;
    height: 64px;
    background-size: 64px;
}

.loyalty-programs__sleep-club-item:last-child{
    margin-bottom: 0;
}

.loyalty-programs__sleep-club-text{
    padding-left: 16px;
    width: calc(100% - 64px);
}

.loyalty-programs__sleep-club-wr-img img{
    display: block;
    width: 100%;
}

.loyalty-programs__bonuses-receive{
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 24px 24px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #00b9bf;
    border-radius: 8px;
}

.loyalty-programs__bonuses-receive .btn{
    display: inline-block;
    min-width: 96px;
    padding: 12px 24px;
    font: 16px/24px "Gilroy-Bold";
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    height: unset;
    letter-spacing: unset;
    text-transform: none;
    border: unset;
    color: #00b9bf;
    background: #FFFFFF;
}

.loyalty-programs__bonuses-receive .btn:active, .loyalty-programs__bonuses-receive .btn:hover{
    background: #FFFFFF;
    color: #00b9bf;;
}

.loyalty-programs__bonuses-receive .link{
    color: #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
}

.loyalty-programs__bonuses-apply{
    padding: 40px 8px;
    height: 100%;
    background: #F6F6F6;
    border-radius: 8px;
}

.loyalty-programs__bonuses-apply-item{
    position: relative;
    padding: 0 32px;
    height: 100%;
    line-height: 0;
    text-align: center;
}

.loyalty-programs__bonuses-apply-item .icon{
    width: 48px;
    height: 48px;
    background-size: 48px;
}

.loyalty-programs__bonuses-apply-item:after{
    position: absolute;
    top: 50%;
    right: -32px;
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(/local/templates/assets/img/svg/next.svg) no-repeat center;
    background-size: 32px;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}

.loyalty-programs__bonuses-apply-item.last:after{
    display: none;
}

.loyalty-programs .container {
    overflow: hidden;
}

.loyalty-programs .rr-widget .widgettitle {
    display: none;
}

@media screen and (max-width: 1279px) {
    .loyalty-programs__bonuses-receive{
        padding: 24px 16px;
    }
    .loyalty-programs__bonuses-apply{
    }
    .loyalty-programs__bonuses-apply-item{
        padding: 0 16px;
    }
}

@media screen and (max-width: 1023px) {
    .loyalty-programs .container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .loyalty-programs__sleep-club-item{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 32px;
    }
    .loyalty-programs__sleep-club-item .icon{
        margin: 0 auto 16px;
        width: 48px;
        height: 48px;
        background-size: 48px;
    }
    .loyalty-programs__sleep-club-text{
        padding-left: 0;
        width: 100%;
    }
    .loyalty-programs__sleep-club-wr-img{
        margin: 0 auto;
        max-width: 288px;
    }
    .loyalty-programs__bonuses-receive{
        display: block;
        padding: 48px 24px 48px;
    }
    .loyalty-programs__bonuses-apply{
        padding: 48px 24px 56px;
    }
    .loyalty-programs__bonuses-apply-item{
        padding: 0;
    }
    .loyalty-programs__bonuses-apply-item:after{
        top: auto;
        bottom: -56px;
        right: auto;
        left: 50%;
        -ms-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    }
}

/*--- /loyalty-programs ---*/

.order h1 {
    margin: 160px 0 0;
    text-align: center;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 0.02em
}

.order .order-container {
    max-width: 1200px;
    margin: 0 auto
}

.order .order-container_big {
    max-width: none;
}

.order .order-step {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;/*На lost не реализовать row-reverse*/
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-flow: row-reverse wrap;
        flex-flow: row-reverse wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: 96px 0
}

.order .order-step_reverse {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.order .order-step__image {
    width: 50%;
}

.order .order-step__desktop-image {
}

.order .order-step__mobile-image {
    display: none;
    margin: 0 auto;
}

.order .order-step__desc {
    position: relative;
    width: 33%;
    padding-top: 85px;
}

.order .order-step__number {
    position: absolute;
    left: -5px;
    top: 0px;
    font-size: 200px;
    line-height: 1;
    font-weight: 800;
    color: #dff0f0;
    z-index: -1;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.order .order-step__title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.06em;
    font-weight: bold;
}

.order .order-step__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
    font-weight: 300;
}

.order .order-call {
    padding: 192px 0 128px;
    background: #f6f6f6 url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22consultant%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2275%22%20height%3D%2274.09%22%20viewBox%3D%220%200%2075%2074.09%22%20style%3D%22%22%3E%0A%20%20%3Cmetadata%3E%3C%3Fxpacket%20begin%3D%22%EF%BB%BF%22%20id%3D%22W5M0MpCehiHzreSzNTczkc9d%22%3F%3E%0A%3Cx%3Axmpmeta%20xmlns%3Ax%3D%22adobe%3Ans%3Ameta%2F%22%20x%3Axmptk%3D%22Adobe%20XMP%20Core%205.6-c138%2079.159824%2C%202016%2F09%2F14-01%3A09%3A01%20%20%20%20%20%20%20%20%22%3E%0A%20%20%20%3Crdf%3ARDF%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%3E%0A%20%20%20%20%20%20%3Crdf%3ADescription%20rdf%3Aabout%3D%22%22%2F%3E%0A%20%20%20%3C%2Frdf%3ARDF%3E%0A%3C%2Fx%3Axmpmeta%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%3C%3Fxpacket%20end%3D%22w%22%3F%3E%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23bee0e1%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300b9bf%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M787%2C2413s-1.678-9.9%2C3-13%2C5.472-3.13%2C9-3%2C8.16-.67%2C10%2C1%2C4.235%2C3.13%2C5%2C5%2C0%2C9%2C0%2C9-9.221-3.79-10-5-2%2C1-2%2C1-4.947%2C3.4-7%2C4a46.286%2C46.286%2C0%2C0%2C1-6%2C1A6.119%2C6.119%2C0%2C0%2C1%2C787%2C2413Z%22%20transform%3D%22translate(-763%20-2396.91)%22%2F%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M765%2C2469c0.143-.5%2C1.049-11.71%2C5-16s8.693-7.84%2C12-8c2.027-.1%2C2%2C1%2C2%2C1l16%2C17%2C18-18s5.476%2C0.47%2C7%2C2%2C9.214%2C7.31%2C10%2C13%2C1%2C9%2C1%2C9l-69%2C1S764.857%2C2469.49%2C765%2C2469Z%22%20transform%3D%22translate(-763%20-2396.91)%22%2F%3E%0A%20%20%3Cpath%20id%3D%22prof%22%20class%3D%22cls-2%22%20d%3D%22M786.158%2C2429.23h0.4a14.066%2C14.066%2C0%2C0%2C0%2C25.649%2C6.07%2C7.7%2C7.7%2C0%2C0%2C0%2C2.857-.86c4.318-2.31%2C4.833-8.09%2C4.853-8.33h0l0.568-6.61a3.418%2C3.418%2C0%2C0%2C0-3.4-3.7h-1.749l0.208-3.18%2C0.258-3.96A10.953%2C10.953%2C0%2C0%2C0%2C804.861%2C2397h-8.723a10.954%2C10.954%2C0%2C0%2C0-10.946%2C11.66l0.388%2C5.94%2C0.079%2C1.2h-1.9a3.418%2C3.418%2C0%2C0%2C0-3.4%2C3.7l0.569%2C6.62a3.37%2C3.37%2C0%2C0%2C0%2C2.237%2C2.9m1.158-2.78a0.414%2C0.414%2C0%2C0%2C1-.418-0.38l-0.568-6.62a0.411%2C0.411%2C0%2C0%2C1%2C.418-0.45h2.094l0.487%2C7.45h-2.013Zm3.846-17.77a7.974%2C7.974%2C0%2C0%2C1%2C7.965-8.49h8.722c0.194%2C0%2C.386.01%2C0.576%2C0.02l-2.314%2C6.17c-0.374.62-3.769%2C5.71-14.659%2C6.73Zm23.359%2C19.79a11.05%2C11.05%2C0%2C0%2C1-1.061%2C4.06%2C13.6%2C13.6%2C0%2C0%2C1-4.378-1.42%2C3.684%2C3.684%2C0%2C0%2C0%2C.083-0.78%2C3.727%2C3.727%2C0%2C1%2C0-1.862%2C3.23%2C19.69%2C19.69%2C0%2C0%2C0%2C4.328%2C1.66%2C11.062%2C11.062%2C0%2C0%2C1-19.176-6.75l-0.809-12.38c8.415-.77%2C13-3.85%2C15.266-6.05a8.8%2C8.8%2C0%2C0%2C0%2C2.585%2C1.91%2C29.493%2C29.493%2C0%2C0%2C0%2C5.976%2C1.94Zm-8.344%2C1.86a0.747%2C0.747%2C0%2C1%2C1-1.494%2C0A0.747%2C0.747%2C0%2C0%2C1%2C803.189%2C2430.12Zm9.636-21.65-0.143%2C2.19a24.1%2C24.1%2C0%2C0%2C1-4.8-1.57c-1.629-.84-2-1.54-2.006-1.75%2C0-.01%2C0-0.01%2C0-0.01a0.036%2C0.036%2C0%2C0%2C1%2C0-.01l2.461-6.55A8%2C8%2C0%2C0%2C1%2C812.825%2C2408.47Zm1.106%2C23.18a14.16%2C14.16%2C0%2C0%2C0%2C.51-2.42h1.533A5.856%2C5.856%2C0%2C0%2C1%2C813.931%2C2431.65Zm3.009-5.79a0.413%2C0.413%2C0%2C0%2C1-.418.38h-1.863l0.487-7.45h1.945a0.411%2C0.411%2C0%2C0%2C1%2C.418.45Zm21.036%2C43.38-1.445-7.96a22.219%2C22.219%2C0%2C0%2C0-21.82-18.19H810.36a1.5%2C1.5%2C0%2C0%2C0-1.056.44l-8.8%2C8.79-8.8-8.79a1.5%2C1.5%2C0%2C0%2C0-1.056-.44h-4.351a21.866%2C21.866%2C0%2C0%2C0-4.114.39h0a22.142%2C22.142%2C0%2C0%2C0-17.7%2C17.8l-1.445%2C7.96a1.5%2C1.5%2C0%2C0%2C0%2C1.47%2C1.76h72.012a1.5%2C1.5%2C0%2C0%2C0%2C1.146-.54A1.481%2C1.481%2C0%2C0%2C0%2C837.976%2C2469.24Zm-36.419-13.76%2C9.422-9.41h3.732c0.194%2C0%2C.387.01%2C0.581%2C0.01L800.5%2C2460.85l-2.161-2.16Zm-15.268-9.41h3.732l8.366%2C8.36-2.16%2C2.15-10.518-10.5C785.9%2C2446.08%2C786.1%2C2446.07%2C786.289%2C2446.07Zm-20.006%2C21.95%2C1.126-6.21a19.262%2C19.262%2C0%2C0%2C1%2C14.557-15.24l17.478%2C17.44a0.8%2C0.8%2C0%2C0%2C0%2C.113.1%2C1.486%2C1.486%2C0%2C0%2C0%2C1.886%2C0%2C0.869%2C0.869%2C0%2C0%2C0%2C.114-0.1l17.477-17.44a19.262%2C19.262%2C0%2C0%2C1%2C14.557%2C15.24l1.126%2C6.21H766.283Z%22%20transform%3D%22translate(-763%20-2396.91)%22%2F%3E%0A%3C%2Fsvg%3E") no-repeat;
    background-position: center 96px
}

.order .order-call__content {
    max-width: 688px;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 0.02em;
    font-weight: 300;
}

.order .order-payment {
    padding-top: 112px;
    background: #00b9bf;
}

.order .order-payment .order-step {
    margin: 0;
    overflow: hidden
}

.order .order-payment .order-step__image {
    margin-bottom: -10px;
}

.order .order-payment .order-step__desc {
    width: 40%;
    padding-top: 0;
}

.order .order-payment .order-step__title {
    color: #fff;
}

.order .order-payment .order-step__text {
    color: #fff;
}

@media (max-width: 479px) {

    .order h1 {
        margin-top: 80px;
    }
        }

@media (max-width: 1199px) {

    .order .order-container {
        margin-left: 48px;
        margin-right: 48px;
    }
        }

@media (max-width: 767px) {

    .order .order-container {
        margin-left: 32px;
        margin-right: 32px;
    }
        }

@media (max-width: 479px) {

    .order .order-container {
        margin-left: 24px;
        margin-right: 24px;
    }
        }

@media (max-width: 767px) {

    .order .order-step__image {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .order .order-step__desktop-image {
        display: none;
    }
}

@media (max-width: 767px) {

    .order .order-step__mobile-image {
        display: block;
    }
}

@media (max-width: 767px) {

    .order .order-step__desc {
        width: 100%;
        margin-bottom: 32px;
    }
}

@media(max-width: 479px) {

    .order .order-step__title {
        font-size: 24px;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 479px) {

    .order .order-step__text {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.01em;
    }
}

@media (-tablet) {

    .order .order-call__content {
        margin-left: 32px;
        margin-right: 32px;
    }
}

@media (max-width: 479px) {

    .order .order-call__content {
        margin-left: 24px;
        margin-right: 24px;
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 767px) {

    .order .order-payment .order-step__image {
        margin-bottom: -245px;
    }
}

@media (max-width: 767px) {

    .order .order-payment .order-step__desc {
        width: 100%;
    }
}

.promo-page {
    padding: 31px 0 0;
}

.promo-page .week-products {
    margin-bottom: 81px
}

.promo-page .catalog-simple {
    margin-bottom: 99px
}

@media (max-width: 1023px) {

    .promo-page {
        padding: 49px 0 0;
    }
    }

@media (max-width: 767px) {

    .promo-page {
        padding: 34px 0 0;
    }
    }

@media (max-width: 479px) {

    .promo-page {
        padding: 26px 0 0;
    }
    }

.promo-page_complect {
    padding: 34px 0 0;
}

.promo-page_complect h1 {
    margin-bottom: 39px;
}

.promo-page-header {
    margin-bottom: 62px;
}

.promo-page-header .important-text {
    max-width: 860px;
    text-align: center;
    line-height: 40px;
    margin: 121px auto 55px;
}

.promo-page-header .shop-promo {
    max-width: 100%;
    height: 617px;
    max-height: 100%;
    position: relative;
}

.promo-page_complect .promo-page-header {
    margin-bottom: 47px;
}

@media (max-width: 1023px) {

    .promo-page-header .important-text {
        margin: 81px auto 55px;
    }
}

@media (max-width: 767px) {

    .promo-page-header .important-text {
        margin: 55px auto 46px;
    }
}

@media (max-width: 479px) {

    .promo-page-header .important-text {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 1023px) {

    .promo-page-header {
        margin-bottom: 96px;
    }
}

@media (max-width: 639px) {

    .promo-page-header {
        margin-bottom: 63px;
    }
}

.promo-page-filter h2 {
    margin-bottom: 45px;
}

.promo-page-filter .tabs__wrapper {
    margin-bottom: 21px;
}

@media (max-width: 767px) {

    .promo-page-filter .tabs__wrapper {
        margin-bottom: 50px;
    }
}

@media (max-width: 639px) {

    .promo-page-filter .tabs__wrapper {
        margin-bottom: 61px;
    }
}

.promo-page-conditions {
    padding: 100px 0;
}

.promo-page-conditions h5 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.8px;
}

.promo-page-conditions li {
    letter-spacing: 0.4px;
    margin-bottom: 18px;
}

@media (max-width: 767px) {

    .promo-page-conditions li {
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 26px;
        margin-bottom: 22px;
    }
}

@media (max-width: 1023px) {

    .promo-page-conditions {
        padding: 79px 0;
    }
}

@media (max-width: 767px) {

    .promo-page-conditions {
        padding: 76px 0 49px;
    }
}

@media (max-width: 1023px) {

    .promo-page .week-products {
        padding-bottom: 0;
    }
        }

@media (max-width: 479px) {

    .promo-page .week-products {
        margin-bottom: 53px;
        padding-bottom: 0;
    }
        }

@media (max-width: 1023px) {

    .promo-page .catalog-simple {
        margin-bottom: 18px;
    }
        }

@media (max-width: 767px) {

    .promo-page .catalog-simple {
        margin-bottom: 25px;
    }
        }

.action {
}

.action-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 16px;
}

.action-row:nth-of-type(1) {
    margin-top: 85px;
}

@media (max-width: 1023px) {

    .action-row:nth-of-type(1) {
        margin-top: 70px;
    }
}

@media (max-width: 479px) {

    .action-row:nth-of-type(1) {
        margin-top: 77px;
    }
}

@media (max-width: 959px) {

    .action-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.action-item {
    position: relative;
    width: 100%;
    color: #000;
    min-height: 616px;
    overflow: hidden;
}

.action-item .product-sticker {
    top: 147px;
    left: 42px;
}

.action-item .product-sticker_xl {
    top: 150px;
    left: 56px;
}

@media (max-width: 1023px) {

    .action-item {
        min-height: 488px;
    }
}

@media (max-width: 767px) {

    .action-item {
        min-height: 336px;
    }
}

.action-item:hover {
    color: #000;
}

.action-item:hover h3 {
    color: #00b9bf;
}

.action-item_half {
    width: calc(50% - 8px);
    min-height: 432px;
}

@media (max-width: 1023px) {

    .action-item_half {
        min-height: 336px;
    }
}

@media (max-width: 767px) {

    .action-item_half {
        width: 100%;
    }

    .action-item_half + .action-item_half {
        margin-top: 16px;
    }
}

@media (max-width: 401px) {

    .action-item_half {
        min-height: 270px;
    }
}

.action-item_partner {
    padding-top: 73px;
    padding-bottom: 96px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (max-width: 1023px) {

    .action-item_partner {
        padding-top: 56px;
    }
}

@media (max-width: 959px) {

    .action-item_partner {
        padding-bottom: 60px;
    }
}

.action-item_border {
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.action-item_text-white {
    color: #fff;
}

.action-item_text-white h3 {
    color: #fff;
}

.action-item_text-white:hover {
    color: #fff;
}

.action-item_text-white:hover h3 {
    color: #fff;
}

.action-item_text-white:hover:before {
    background-color: rgba(0, 0, 0, .3);
}

.action-item_grey {
    background-color: #f3f3f3;
}

.action-item_overlay {
}

.action-item_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .15);
    z-index: 3;
    transition: background-color 0.3s ease;
}

@media (max-width: 1023px) {

    .action-item .product-sticker {
        top: 122px;
        left: 34px;
    }
}

@media (max-width: 479px) {

    .action-item .product-sticker {
        top: 140px;
        left: 16px;
    }
}

@media (max-width: 1023px) {

    .action-item .product-sticker_xl {
        top: 126px;
        left: 48px;
    }
}

@media (max-width: 479px) {

    .action-item .product-sticker_xl {
        top: 150px;
        left: 32px;
    }
}

.action-image {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 2;
}

.action-image_bottom {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media (max-width: 1023px) {

    .action-image_bottom {
        position: absolute;
        top: auto;
        bottom: -95px;
        left: 50%;
    }
}

.action-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 57px;
    max-width: 159px;
    max-height: 47px;
}

@media (max-width: 1023px) {

    .action-logo {
        max-width: 124px;
        margin-bottom: 46px;
    }
}

.action-description {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 360px;
    -ms-transform: translate(-50%, -70%);
        transform: translate(-50%, -70%);
    text-align: center;
    z-index: 4;
}

.action-item_half .action-description {
    -ms-transform: translate(-50%, -66%);
        transform: translate(-50%, -66%);
}

@media (max-width: 1023px) {

    .action-description {
        -ms-transform: translate(-50%, -62%);
            transform: translate(-50%, -62%);
    }
}

@media (max-width: 479px) {

    .action-description {
        position: absolute;
        top: 47%;
        right: 24px;
        left: 24px;
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        min-width: 224px;
    }
}

@media (max-width: 1023px) {

    .action-item_half .action-description {
        -ms-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
    }
}

@media (max-width: 479px) {

    .action-item_half .action-description {
        position: absolute;
        top: 50%;
        right: 24px;
        bottom: auto;
        left: 24px;
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        min-width: 224px;
    }
}

.action-description_top {
    position: absolute;
    top: 101px;
    bottom: auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media (max-width: 479px) {

    .action-description_top {
        position: absolute;
        top: 50px;
        right: 24px;
        left: 24px;
        -ms-transform: none;
            transform: none;
    }
}

.action-description_upper {
    position: absolute;
    top: 131px;
    bottom: auto;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media (max-width: 1023px) {

    .action-description_upper {
        top: 97px;
    }
}

@media (max-width: 479px) {

    .action-description_upper {
        position: absolute;
        top: 70px;
        right: 24px;
        left: 24px;
        -ms-transform: none;
            transform: none;
    }
}

.action-description_center {
    display: block;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.action-item_half .action-description_center {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    min-width: 70%;
    max-width: 95%;
}

@media (max-width: 1023px) {

    .action-item_half .action-description_center {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        -ms-transform: translate(-50%, -63%);
            transform: translate(-50%, -63%);
    }
}

@media (max-width: 479px) {

    .action-item_half .action-description_center {
        position: absolute;
        top: 50%;
        right: 24px;
        bottom: auto;
        left: 24px;
        -ms-transform: translate(0, -63%);
            transform: translate(0, -63%);
        min-width: 224px;
    }
}

.action__title {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 38px;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1.8px;
    text-align: center;
    transition: color 0.3s ease;
}

.action-item_half .action__title {
    margin-bottom: 10px;
}

.action-description_top .action__title {
    margin-bottom: 13px;
}

.action-description_center .action__title {
}

@media (max-width: 1023px) {

    .action__title {
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {

    .action__title {
        margin-bottom: 22px;
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width:401px) {

    .action__title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 19px;
    }
}

.action__title_full-width {
    max-width: 100%;
}

.action__title_small {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0.8px;
}

.action-item_sticker .action__title_small {
    position: absolute;
    margin-top: 0;
    top: 65px;
    left: 56px;
    right: 32px;
    z-index: 3;
}

.action-item_half .action__title_small {
    margin-bottom: 30px;
}

.action-item_partner .action__title_small {
    margin-bottom: 21px;
}

.action-item_sticker .action__title_small {
    margin-bottom: 0;
}

@media (max-width: 1023px) {

    .action-item_sticker .action__title_small {
        top: 45px;
        left: 54px;
        right: 32px;
    }
}

@media (max-width: 959px) {

    .action-item_sticker .action__title_small {
        font-size: 22px;
        left: 34px;
    }
}

@media (max-width: 767px) {

    .action-item_sticker .action__title_small {
        top: 45px;
        right: 32px;
        font-size: 24px;
    }
}

@media (max-width: 479px) {

    .action-item_sticker .action__title_small {
        top: 16px;
        left: 32px;
        right: 16px;
    }
}

@media (max-width: 1023px) {

    .action-item_half .action__title_small {
        margin-bottom: 18px;
    }
}

@media (max-width: 479px) {

    .action-item_half .action__title_small {
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {

    .action-item_partner .action__title_small {
        margin-bottom: 11px;
    }
}

.action__title_left {
    text-align: left;
    margin-left: 0;
}

@media (max-width: 1023px) {

    .action-description_center .action__title {
        margin-bottom: 0;
    }
}

@media (max-width: 479px) {

    .action-description_center .action__title {
        margin-bottom: 0;
    }
}

.action__more {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}

.action-item_partner .action__more {
    color: #888;
    font-weight: 300;
}

@media (max-width: 479px) {

    .action__more {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width:401px) {

    .action__more {
        font-size: 18px;
        line-height: 22px;
    }
}

.action__expire {
    position: absolute;
    right: 16px;
    bottom: 72px;
    left: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    z-index: 4;
    text-align: center;
}

.action-item_half .action__expire {
    position: absolute;
    right: 16px;
    bottom: 59px;
    left: 16px;
}

.action-item_partner .action__expire {
    color: #888;
}

@media (max-width: 1023px) {

    .action__expire {
        position: absolute;
        right: 16px;
        bottom: 56px;
        left: 16px;
    }
}

@media (max-width: 479px) {

    .action__expire {
        position: absolute;
        right: 16px;
        bottom: 56px;
        left: 16px;
    }
}

@media (max-width:401px;) {

    .action__expire {
        bottom: 62px;
    }
}

@media (max-width: 479px) {

    .action-item_half .action__expire {
        position: absolute;
        right: 8px;
        bottom: 56px;
        left: 8px;
    }
}

@media (max-width: 959px) {

    .action-item_partner .action__expire {
        bottom: 33px;
    }
}

.action__percent {
    position: absolute;
    top: 52%;
    left: 50%;
    font-size: 224px;
    line-height: 224px;
    letter-spacing: 5px;
    color: #f0f0f0;
    font-weight: 800;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 1;
}

.action-item_grey .action__percent {
    color: #e5e5e5;
}

@media (max-width: 1023px) {

    .action__percent {
        top: 51%;
        font-size: 160px;
        line-height: 160px;
    }
}

@media (max-width: 479px) {

    .action__percent {
        font-size: 120px;
        line-height: 120px;
    }
}

.action__percent_top {
    position: absolute;
    top: 54px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}

@media (max-width: 1023px) {

    .action__percent_top {
        top: 51px;
    }
}

.perfect-bedroom {
    position: relative;
}

.perfect-bedroom .js-sticky-bg {
    transform: translate3d(0, 0, 0);
}

.perfect-bedroom .column {
    position: relative;
}

.perfect-bedroom .column p, .perfect-bedroom .column h2, .perfect-bedroom .column h4, .perfect-bedroom .column h3, .perfect-bedroom .column h1 {
    padding: 0 8px;
}

.perfect-bedroom .column a {
    color: #009a9a;
    border-bottom: 1px solid #009a9a
}

.perfect-bedroom .column a:hover {
    border-bottom: 1px solid transparent;
}

.perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 23px;
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: normal;
}

.perfect-bedroom-section_cover .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 33px;
}

.perfect-bedroom-section_base .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 24px;
}

.perfect-bedroom-section_pillows .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 24px;
}

.perfect-bedroom-section_blanket .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 25px;
}

.perfect-bedroom-section_bedclothes .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 25px;
}

.perfect-bedroom-section_box .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 24px;
}

.perfect-bedroom-section_lighting .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 24px;
}

.perfect-bedroom-section_aroma .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 25px;
}

.perfect-bedroom-section_decor .perfect-bedroom h4.perfect-bedroom__section-subtitle {
    margin-bottom: 24px;
}

.perfect-bedroom a.btn {
    height: auto;
    padding: 0 32px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    line-height: 48px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
    letter-spacing: normal
}

.perfect-bedroom a.btn:hover {
    background-color: rgba(255, 255, 255, .7);
}

.perfect-bedroom-attention {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    z-index: 6;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

@media (max-width: 1023px) and (orientation: landscape) {

    .perfect-bedroom-attention {
        opacity: 1;
        visibility: visible;
    }
}

.perfect-bedroom-attention.is-active {
    opacity: 1;
    visibility: visible;
}

.perfect-bedroom-attention__message {
    position: absolute;
    top: 50%;
    right: 24px;
    left: 24px;
    margin-bottom: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.perfect-bedroom-wrapper {
    margin-bottom: -130px;/*padding: 140px 19px 0;*/
    padding: 140px 0 0;
    height: calc(50vh + 130px);
    position: relative;
    top: -130px;
    overflow: hidden;/*pointer-events: none;*/
}

.perfect-bedroom-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: calc(100vh + 60px);
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.perfect-bedroom-bg_header-green {
    background-color: #00b9bf;
    opacity: 0.7;
}

.perfect-bedroom-bg_footer-green {
    background-color: #00b9bf;
    opacity: 0;
}

.perfect-bedroom-bg_header {
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_header {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_1.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_header {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_1_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_header {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_1_sm.jpg');
    }
}

.perfect-bedroom-bg_mattress {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_mattress {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_2.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_mattress {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_2_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_mattress {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_2_sm.jpg');
    }
}

.perfect-bedroom-bg_mattress-single {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_mattress-single {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_mattress.png');
        background-position: center 500px;
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_mattress-single {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_mattress_med.png');
        background-position: center 250px;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_mattress-single {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_mattress_sm.png');
    }
}

@media (max-width: 639px) {

    .perfect-bedroom-bg_mattress-single {
        background-position: center -14vh;
    }
}

.perfect-bedroom-bg_cover {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_cover {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_3.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_cover {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_3_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_cover {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_3_sm.jpg');
    }
}

.perfect-bedroom-bg_bed {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_bed {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_4.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_bed {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_4_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_bed {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_4_sm.jpg');
    }
}

.perfect-bedroom-bg_base {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_base {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_5.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_base {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_5_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_base {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_5_sm.jpg');
    }
}

.perfect-bedroom-bg_base-mattress {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_base-mattress {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_mattress.png');
        background-position: center -100px;
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_base-mattress {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_mattress_med.png');
        background-position: center -100px;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_base-mattress {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_mattress_sm.png');
        background-position: center 0;
    }
}

.perfect-bedroom-bg_pillows {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_pillows {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_6.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_pillows {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_6_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_pillows {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_6_sm.jpg');
    }
}

.perfect-bedroom-bg_furniture {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_furniture {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_7.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_furniture {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_7_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_furniture {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_7_sm.jpg');
    }
}

.perfect-bedroom-bg_blanket {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_blanket {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_8.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_blanket {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_8_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_blanket {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_8_sm.jpg');
    }
}

.perfect-bedroom-bg_bedclothes {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_bedclothes {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_9.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_bedclothes {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_9_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_bedclothes {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_9_sm.jpg');
    }
}

.perfect-bedroom-bg_box {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_box {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_10.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_box {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_10_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_box {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_10_sm.jpg');
    }
}

.perfect-bedroom-bg_lighting {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_lighting {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_11.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_lighting {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_11_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_lighting {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_11_sm.jpg');
    }
}

.perfect-bedroom-bg_aroma {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_aroma {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_12.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_aroma {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_12_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_aroma {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_12_sm.jpg');
    }
}

.perfect-bedroom-bg_decor {
    opacity: 0;
}

@media (min-width: 1200px) {

    .perfect-bedroom-bg_decor {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_13.jpg');
    }
}

@media (max-width: 1199px) {

    .perfect-bedroom-bg_decor {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_13_med.jpg');
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg_decor {
        background-image: url('/local/templates/assets/img/perfect_bedroom/bg_13_sm.jpg');
    }
}

.perfect-bedroom-bg-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg-block {
        position: relative;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        height: 50vh;
    }
}

.perfect-bedroom-bg-container {
    height: 100vh;
    width: 100%;
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg-container {
        height: 50vh;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-bg {
        height: 50vh;
    }
}

.perfect-bedroom-arrow {
    display: none;
}

@media (max-width: 1023px) {

    .perfect-bedroom-arrow {
        display: block;
        position: absolute;
        top: 50%;
        left: 24px;
        margin-top: -16px;
    }

    .perfect-bedroom-arrow_next {
        position: absolute;
        top: 50%;
        right: 24px;
        left: auto;
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    }
}

.perfect-bedroom-arrow.is-disabled {
    opacity: 0;
    visibility: hidden;
}

@media(max-width: 1023px) and (max-width: 479px) {

    .perfect-bedroom-arrow {
        position: absolute;
        top: 40%;
        left: 24px;
    }
}

@media(max-width: 1023px) and (max-width: 479px) {

    .perfect-bedroom-arrow_next {
        position: absolute;
        top: 40%;
        left: auto;
    }
}

.perfect-bedroom-header {
    position: relative;
    padding-top: 203px;
    padding-bottom: 500px;
    color: #fff;
    min-height: 2000px;
}

@media (max-width: 1023px) {

    .perfect-bedroom-header {
        display: inline-block;
        vertical-align: top;
        padding-top: 0;
        padding-bottom: 0;
        color: #000;
        min-height: auto;/*flex-basis: 50vw;*/
        -ms-flex-negative: 0;
            flex-shrink: 0;
        white-space: normal;
    }
}

@media (max-width: 639px) {

    .perfect-bedroom-header {/*flex-basis: 100vw;*/
    }
}

.perfect-bedroom__content {
}

@media (max-width: 1023px) {

    .perfect-bedroom__content {
        padding-top: 32px;
    }
}

.perfect-bedroom__text-container {
}

@media (max-width: 1023px) {

    .perfect-bedroom__text-container {/*max-width: 70vw;
            column-width: 240px;
            column-count: 3;
            column-gap: 30px;*/
    }

    .perfect-bedroom__text-container::after {
        clear: both;
        content: "";
        display: block;
    }
}

.perfect-bedroom-content {
    z-index: 3;
}

.perfect-bedroom-content_desktop {
    position: relative;
}

@media (max-width: 1023px) {

    .perfect-bedroom-content_desktop {
        display: none;
    }
}

.perfect-bedroom-content_mobile {
    position: relative;
    height: 100%;
    overflow: visible;
    transition: left 400ms cubic-bezier(.17,.84,.44,1);
}

@media (min-width: 1024px) {

    .perfect-bedroom-content_mobile {
        display: none;
    }
}

.perfect-bedroom-about {
    width: 900px;
    padding-left: 64px;
    margin-bottom: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}

@media (max-width: 1023px) {

    .perfect-bedroom-about {
        width: auto;
        padding-right: 24px;
        padding-left: 24px;
        margin-bottom: 0;
    }
}

.perfect-bedroom-advices {
    position: relative;
    width: 900px;
    padding-left: 60px;
    padding-right: 128px;
    z-index: 3;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.perfect-bedroom-advices p {
    font-size: 16px;
    line-height: 24px;
}

.perfect-bedroom-advices p + p {
    margin-top: 24px;
}

.perfect-bedroom-advices a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.perfect-bedroom-advices a:hover {
    border-bottom: none;
}

.perfect-bedroom-advices a.btn {
    margin-top: 50px;
}

.perfect-bedroom-advices__title {
    margin-bottom: 71px;
    font-weight: 300;
    color: #fff;
    line-height: 72px;
    font-size: 72px;
}

@media (max-width: 1023px) {

    .perfect-bedroom-advices__title {
        max-width: 240px;
        position: absolute;
        top: -140px;
        left: 0;
        margin-bottom: 0;
        line-height: 36px;
        font-size: 36px;
    }
}

.perfect-bedroom-advices__content {
}

@media (max-width: 1023px) {

    .perfect-bedroom-advices__content {
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-advices a {
        color: #009a9a;
        border-bottom: 1px solid #009a9a;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-advices {
        width: auto;
        color: #000;
        padding-left: 24px;
        padding-right: 24px;
    }
}

.perfect-bedroom-desc {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
    color: #000;
}

.perfect-bedroom-desc::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 1023px) {

    .perfect-bedroom-desc {
        width: auto;
        padding-right: 24px;
        padding-left: 24px;
    }
}

.perfect-bedroom__title {
    margin-bottom: 63px;
    text-align: left;
    line-height: 88px;
    font-size: 126px;
    font-weight: bold;
    color: inherit;
    letter-spacing: normal;
}

@media (max-width: 1023px) {

    .perfect-bedroom__title {
        max-width: 240px;
        position: absolute;
        top: -140px;
        left: 0;
        margin: 0;
        line-height: 36px;
        font-size: 36px;
        color: #fff;
        white-space: normal;
    }
}

.perfect-bedroom__subtitle {
    margin-bottom: 44px;
    letter-spacing: 0.4px;
    font-weight: bold;
    color: inherit;
    font-size: 24px;
    line-height: 32px;
}

@media (max-width: 1023px) {

    .perfect-bedroom__subtitle {
        max-width: 240px;
        margin: 0 0 24px;
        line-height: 24px;
        white-space: normal;
    }
}

.perfect-bedroom__text {
    max-width: 550px;
    margin-bottom: 63px;
    font-weight: 300;
    letter-spacing: 0.4px;
    line-height: 24px;
    font-size: 16px;
}

@media (max-width: 1023px) {

    .perfect-bedroom__text {
        max-width: auto;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom h4.perfect-bedroom__section-subtitle {
        margin: 0 0 24px;
        white-space: normal;
    }
        }

.perfect-bedroom__section-title {
    max-width: 550px;
    margin-bottom: 73px;
    padding-left: 60px;
    color: #000;
    line-height: 72px;
    font-size: 72px;
    font-weight: 300;
    letter-spacing: normal;
}

.perfect-bedroom-section_mattress .perfect-bedroom__section-title {
    color: #fff;
}

.perfect-bedroom-section_cover .perfect-bedroom__section-title {
    max-width: 590px;
    margin-bottom: 85px;
}

.perfect-bedroom-section_base .perfect-bedroom__section-title {
    margin-bottom: 81px;
}

.perfect-bedroom-section_pillows .perfect-bedroom__section-title {
    margin-bottom: 56px;
}

.perfect-bedroom-section_furniture .perfect-bedroom__section-title {
    margin-bottom: 48px;
}

.perfect-bedroom-section_blanket .perfect-bedroom__section-title {
    margin-bottom: 57px;
}

.perfect-bedroom-section_bedclothes .perfect-bedroom__section-title {
    margin-bottom: 49px;
}

.perfect-bedroom-section_box .perfect-bedroom__section-title {
    margin-bottom: 50px;
}

.perfect-bedroom-section_lighting .perfect-bedroom__section-title {
    margin-bottom: 50px;
}

.perfect-bedroom-section_aroma .perfect-bedroom__section-title {
    margin-bottom: 51px;
}

.perfect-bedroom-section_decor .perfect-bedroom__section-title {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_cover .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_base .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_pillows .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_furniture .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_blanket .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_bedclothes .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_box .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_lighting .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_aroma .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_decor .perfect-bedroom__section-title {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom__section-title {
        max-width: 240px;
        padding-left: 0;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 0;
        position: absolute;
        top: -140px;
        left: 0;
        white-space: normal;
    }
}

.perfect-bedroom-section {
    position: relative;
    margin-bottom: 1000px;
    z-index: 10;
}

.perfect-bedroom-section_bed {
    margin-bottom: 170px;
}

.perfect-bedroom-section_decor {
    margin-bottom: 0;
}

@media (max-width: 1023px) {

    .perfect-bedroom-section {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;/*flex-basis: 50vw;*/
        -ms-flex-negative: 0;
            flex-shrink: 0;
        white-space: normal;
    }
}

.perfect-bedroom-section_footer {
    position: relative;
    padding-bottom: 400px;
    margin-bottom: 0;
    padding-top: 1000px;
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_footer {/*flex-basis: 100vw;*/
        padding-bottom: 0;
        padding-top: 0;
    }
}

.perfect-bedroom-section__image {
    margin: 0 0 32px;
}

.perfect-bedroom-section__image figcaption {
    padding: 0 63px;
    font-style: italic;
}

.perfect-bedroom-section__image img {
    display: block;
    margin: 0 auto;
}

@media (max-width: 1023px) {

    .perfect-bedroom-section__image figcaption {
        padding: 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section__image {
        margin: 0;
    }
}

.perfect-bedroom-section__content {
    padding: 96px 63px 98px;
    background-color: rgba(255, 255, 255, .8);
}

.perfect-bedroom-desc_right .perfect-bedroom-section__content {
    width: 465px;
    float: right;
    padding: 96px 0;
}

.perfect-bedroom-section_cover .perfect-bedroom-section__content {
    padding-top: 205px;
    min-height: 463px;
    background-image: url('/local/templates/assets/img/perfect_bedroom/protecting_cover.png');
    background-position: 100% center;
    background-size: contain;
    background-repeat: no-repeat;
}

.perfect-bedroom-section_base .perfect-bedroom-section__content {
    padding-top: 86px;
    padding-bottom: 59px;
}

.perfect-bedroom-section_pillows .perfect-bedroom-section__content {
    padding-top: 86px;
    padding-bottom: 65px;
}

.perfect-bedroom-section_furniture .perfect-bedroom-section__content {
    padding-right: 440px;
    padding-top: 103px;
    padding-bottom: 89px;
    background-image: url('/local/templates/assets/img/perfect_bedroom/box.png');
    background-position: 100% center;
    background-size: contain;
    background-repeat: no-repeat;
}

.perfect-bedroom-section_blanket .perfect-bedroom-section__content {
    padding-top: 93px;
    padding-bottom: 66px;
}

.perfect-bedroom-section_bedclothes .perfect-bedroom-section__content {
    padding-top: 101px;
    padding-bottom: 90px;
}

.perfect-bedroom-section_box .perfect-bedroom-section__content {
    padding-top: 94px;
    padding-bottom: 81px;
}

.perfect-bedroom-section_lighting .perfect-bedroom-section__content {
    padding-right: 430px;
    padding-top: 94px;
    padding-bottom: 90px;
    background-image: url('/local/templates/assets/img/perfect_bedroom/lighting.png');
    background-position: 100% center;
    background-size: contain;
    background-repeat: no-repeat;
}

.perfect-bedroom-section_aroma .perfect-bedroom-section__content {
    padding-right: 330px;
    padding-top: 94px;
    padding-bottom: 90px;
    background-image: url('/local/templates/assets/img/perfect_bedroom/aroma.png');
    background-position: 600px center;
    background-size: auto;
    background-repeat: no-repeat;
}

.perfect-bedroom-section_decor .perfect-bedroom-section__content {
    padding-top: 94px;
    padding-bottom: 73px;
}

.perfect-bedroom-section__content p {
    font-size: 16px;
    line-height: 24px;
}

.perfect-bedroom-section__content p + p {
    margin-top: 23px;
}

.perfect-bedroom-section__content a {
    color: #009a9a;
    border-bottom: 1px solid #009a9a;
}

.perfect-bedroom-section__content a:hover {
    border-bottom: 1px solid transparent;
}

@media (max-width: 1023px) {

    .perfect-bedroom-desc_right .perfect-bedroom-section__content {
        width: 100%;
        float: none;
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_cover .perfect-bedroom-section__content {
        padding-top: 32px;
        padding-bottom: 200px;
        background-position: center 100%;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_base .perfect-bedroom-section__content {
        padding-top: 32px;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: baseline;
            align-items: baseline;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_pillows .perfect-bedroom-section__content {
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_furniture .perfect-bedroom-section__content {
        padding-top: 32px;
        padding-bottom: 200px;
        padding-right: 0;
        background-position: center 100%;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_blanket .perfect-bedroom-section__content {
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_bedclothes .perfect-bedroom-section__content {
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_box .perfect-bedroom-section__content {
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_lighting .perfect-bedroom-section__content {
        padding-top: 32px;
        padding-right: 0;
        padding-bottom: 114px;
        background-position: 100% 101px;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_aroma .perfect-bedroom-section__content {
        padding-top: 32px;
        padding-right: 0;
        padding-bottom: 180px;
        background-position: center 100%;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section_decor .perfect-bedroom-section__content {
        padding: 32px 0;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section__content {
        padding: 32px 0;
        margin-bottom: 0;
    }
}

.perfect-bedroom-section__icons {
    margin: 16px 0;
    text-align: center;
    line-height: 0;
    font-size: 0;
}

.perfect-bedroom-section__icons img {
    display: inline-block;
    width: 128px;
}

.perfect-bedroom-section__icons img + img {
    margin-left: 68px;
}

@media (max-width: 1023px) {

    .perfect-bedroom-section__icons img + img {
        margin-left: 24px;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section__icons img {
        width: 64px;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom-section__icons {
        margin: 0 0 16px;
    }
}

@media (max-width: 1023px) {

    .perfect-bedroom a.btn {
        background-color: rgba(39, 151, 157, .7);
    }

    .perfect-bedroom a.btn:hover {
        background-color: rgba(39, 151, 157, 1);
    }
        }

.askona-kitchens {
}

.askona-kitchens h1, .askona-kitchens .h1{
    font-size: 56px;
    line-height: 56px;
    margin: 0 0 32px;
    font-weight: 800;
    letter-spacing: 0
}

.askona-kitchens h3, .askona-kitchens .h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: 0
}

.askona-kitchens h4, .askona-kitchens .h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0
}

.askona-kitchens .percent {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
}

.askona-kitchens p {
    margin: 0;
}

.askona-kitchens .main-screen{
    height: 560px;
    background: url('/local/templates/assets/img/kitchens/main-screen.jpg') no-repeat center 0
}

.askona-kitchens .content-wrp {
    max-width: 888px;
    padding: 0 16px;
    margin: 80px auto 0 auto;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 400;
}

.askona-kitchens .content-wrp .content {
    max-width: 678px;
    margin-bottom: 80px;
    width: 100%;
}

.askona-kitchens .content-wrp .content .grid {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-top: 8px;
}

.askona-kitchens .content-wrp .content .grid .grid-item {
    width: calc(99.9% * 1/2 - 12px);
    margin-top: 32px
}

.askona-kitchens .content-wrp .content .grid .grid-item:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.askona-kitchens .content-wrp .content .grid .grid-item:last-child {
    margin-right: 0;
}

.askona-kitchens .content-wrp .content .grid .grid-item:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.askona-kitchens .content-wrp .content .grid .grid-item:nth-child(2n + 1) {
    clear: both;
}

.askona-kitchens .content-wrp .content .address {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.askona-kitchens .content-wrp .content .address .map-contacts {
    width: calc(99.9% * 1/3 - 16px)
}

.askona-kitchens .content-wrp .content .address .map-contacts:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.askona-kitchens .content-wrp .content .address .map-contacts:last-child {
    margin-right: 0;
}

.askona-kitchens .content-wrp .content .address .map-contacts:nth-child(3n) {
    margin-right: 0;
    float: right;
}

.askona-kitchens .content-wrp .content .address .map-contacts:nth-child(3n + 1) {
    clear: both;
}

.askona-kitchens .content-wrp .content .address .map-address {
    width: calc(99.9% * 2/3 - 8px);
    max-width: 412px
}

.askona-kitchens .content-wrp .content .address .map-address:nth-child(1n) {
    float: left;
    margin-right: 24px;
    clear: none;
}

.askona-kitchens .content-wrp .content .address .map-address:last-child {
    margin-right: 0;
}

.askona-kitchens .content-wrp .content .address .map-address:nth-child(3n) {
    margin-right: 0;
    float: right;
}

.askona-kitchens .content-wrp .content .address .map-address:nth-child(3n + 1) {
    clear: both;
}

.askona-kitchens .content-wrp .content .address .inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-direction: column;
        flex-direction: column;
}

.askona-kitchens .content-wrp .content .address .label-w-img {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.askona-kitchens .content-wrp .content .address .label-w-img .icon {
    background-repeat: no-repeat;
    min-width: 16px;
    margin-right: 13px;
}

.askona-kitchens .content-wrp .content.loc-info {
    min-height: 1px;
}

.askona-kitchens .content-wrp .content.loc-info img {
}

.askona-kitchens .content-wrp .kitchens-slider {
}

.askona-kitchens .content-wrp .kitchen-form {
    background: #F6F6F6;
    padding: 48px 88px 64px 88px;
    width: 100%;
}

.askona-kitchens .content-wrp .kitchen-form input[type = "submit"] {
    display: block
}

.askona-kitchens .content-wrp .kitchen-form .kitchen-callback__input-text {
    padding: 24px 0 8px 0;
    background: none
}

.askona-kitchens .content-wrp .kitchen-form .kitchen-callback__input-text[type="tel"] {
    max-width: 328px;
    width: 100%;
}

.askona-kitchens .content-wrp .kitchen-form .kitchen-callback__input-text:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
}

.askona-kitchens .content-wrp .kitchen-form .kitchen-callback__input-text::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
}

.askona-kitchens .content-wrp .kitchen-form .kitchen-callback__input-text::placeholder {
    font-weight: 400;
    font-size: 16px;
}

.askona-kitchens .content-wrp .kitchen-form .submit-cont {
    display: none;
}

.askona-kitchens .content-wrp .kitchen-form .submit-cont .kitchens-form-policy {
    color: #666666;
    font-size: 11px;
}

.askona-kitchens .content-wrp .kitchen-form .submit-cont .kitchens-form-policy a {
    color: #666666
}

.askona-kitchens .content-wrp .kitchen-form .submit-cont .kitchens-form-policy a:hover {
    color: #17c4c9;
}

.askona-kitchens .content-wrp .kitchen-form .submit-cont.active {
    display: block;
}

.askona-kitchens .content-wrp .kitchen-form .submit-success {
    color: #fe0066;
    display: none
}

.askona-kitchens .content-wrp .kitchen-form .submit-success.active {
    display: block;
}

.askona-kitchens .content-wrp .map-link-cont {
    text-align: center
}

.askona-kitchens .size-56 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0.02em;
}

.askona-kitchens .size-32 {
    font-size: 32px;
    line-height: 32px;
}

.askona-kitchens .size-16 {
    font-size: 16px;
}

/* -----margin----- */

.askona-kitchens .margin-4{
    margin-bottom: 4px;
}

.askona-kitchens .margin-8{
    margin-bottom: 8px;
}

.askona-kitchens .margin-16{
    margin-bottom: 16px;
}

.askona-kitchens .margin-24{
    margin-bottom: 24px;
}

.askona-kitchens .margin-32{
    margin-bottom: 32px;
}

.askona-kitchens .margin-40{
    margin-bottom: 40px;
}

.askona-kitchens .margin-48{
    margin-bottom: 48px;
}

.askona-kitchens .margin-56{
    margin-bottom: 56px;
}

.askona-kitchens .margin-64{
    margin-bottom: 64px;
}

.askona-kitchens .margin-72{
    margin-bottom: 72px;
}

.askona-kitchens .margin-80{
    margin-bottom: 80px;
}

.askona-kitchens .margin-96{
    margin-bottom: 96px;
}

.askona-kitchens .margin-104{
    margin-bottom: 104px;
}

.askona-kitchens .margin-120{
    margin-bottom: 120px;
}

.askona-kitchens .margin-128{
    margin-bottom: 128px;
}

.askona-kitchens .margin-136{
    margin-bottom: 136px;
}

.askona-kitchens .margin-144{
    margin-bottom: 144px;
}

.askona-kitchens .margin-160{
    margin-bottom: 160px;
}

.askona-kitchens .margin-200{
    margin-bottom: 200px;
}

.askona-kitchens .margin-240{
    margin-bottom: 240px;
}

@media (max-width: 479px) {

    .askona-kitchens h1, .askona-kitchens .h1 {
        font-size: 32px;
        line-height: 36px;
    }
        }

@media (max-width: 479px) {

    .askona-kitchens h3, .askona-kitchens .h3 {
        font-size: 20px;
        line-height: 28px;
    }
        }

@media (max-width: 479px) {

    .askona-kitchens h4, .askona-kitchens .h4 {
        font-size: 20px;
        line-height: 28px;
    }
        }

@media (max-width: 767px) {

    .askona-kitchens .main-screen {
        height: 390px;
        background: url('/local/templates/assets/img/kitchens/main-screen-tablet.jpg') no-repeat center 0;
    }
        }

@media (max-width: 479px) {

    .askona-kitchens .main-screen {
        height: 210px;
        background: url('/local/templates/assets/img/kitchens/main-screen-mob.jpg') no-repeat center 0;
    }
        }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp {
        margin: 24px auto 0 auto;
        padding: 0;
    }
        }

@media (max-width: 767px) {

    .askona-kitchens .content-wrp .content {
        max-width: 548px;
    }
            }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .content {
        padding: 0 16px;
    }
            }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .content .grid {
        margin-top: 0;
    }
                }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .content .grid .grid-item {
        width: calc(99.9% * 1/1 - 0px);
        margin-top: 40px;
    }

    .askona-kitchens .content-wrp .content .grid .grid-item:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .askona-kitchens .content-wrp .content .grid .grid-item:last-child {
        margin-right: 0;
    }

    .askona-kitchens .content-wrp .content .grid .grid-item:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .askona-kitchens .content-wrp .content .grid .grid-item:nth-child(1n + 1) {
        clear: both;
    }
                    }

@media (max-width: 767px) {

    .askona-kitchens .content-wrp .content .address .map-contacts {
        width: calc(99.9% * 1/2 - 12px);
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:last-child {
        margin-right: 0;
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:nth-child(2n + 1) {
        clear: both;
    }
                    }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .content .address .map-contacts {
        width: calc(99.9% * 1/1 - 0px);
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:last-child {
        margin-right: 0;
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .askona-kitchens .content-wrp .content .address .map-contacts:nth-child(1n + 1) {
        clear: both;
    }
                    }

@media (max-width: 767px) {

    .askona-kitchens .content-wrp .content .address .map-address {
        width: calc(99.9% * 1/2 - 12px);
    }

    .askona-kitchens .content-wrp .content .address .map-address:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .askona-kitchens .content-wrp .content .address .map-address:last-child {
        margin-right: 0;
    }

    .askona-kitchens .content-wrp .content .address .map-address:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .askona-kitchens .content-wrp .content .address .map-address:nth-child(2n + 1) {
        clear: both;
    }
                    }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .content .address .map-address {
        max-width: 100%;
        width: calc(99.9% * 1/1 - 0px);
    }

    .askona-kitchens .content-wrp .content .address .map-address:nth-child(1n) {
        float: left;
        margin-right: 24px;
        clear: none;
    }

    .askona-kitchens .content-wrp .content .address .map-address:last-child {
        margin-right: 0;
    }

    .askona-kitchens .content-wrp .content .address .map-address:nth-child(1n) {
        margin-right: 0;
        float: right;
    }

    .askona-kitchens .content-wrp .content .address .map-address:nth-child(1n + 1) {
        clear: both;
    }
                    }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .content.loc-info img {
        min-height: 1px;
        max-height: 500px;
    }
}

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .kitchen-form {
        background: none;
        padding: 0 16px;
    }
            }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .kitchen-form input[type = "submit"] {
        width: 100%;
    }
                }

@media (max-width: 479px) {

    .askona-kitchens .content-wrp .map-link-cont {
        display: none;
    }
            }

@media (max-width: 767px) {

    .askona-kitchens .tb-margin-0 {
        margin-bottom: 0;
    }

    .askona-kitchens .tb-margin-4 {
        margin-bottom: 4px;
    }

    .askona-kitchens .tb-margin-8 {
        margin-bottom: 8px;
    }

    .askona-kitchens .tb-margin-16 {
        margin-bottom: 16px;
    }

    .askona-kitchens .tb-margin-24 {
        margin-bottom: 24px;
    }

    .askona-kitchens .tb-margin-32 {
        margin-bottom: 32px;
    }

    .askona-kitchens .tb-margin-40 {
        margin-bottom: 40px;
    }

    .askona-kitchens .tb-margin-48 {
        margin-bottom: 48px;
    }

    .askona-kitchens .tb-margin-56 {
        margin-bottom: 56px;
    }

    .askona-kitchens .tb-margin-64 {
        margin-bottom: 64px;
    }

    .askona-kitchens .tb-margin-72 {
        margin-bottom: 72px;
    }

    .askona-kitchens .tb-margin-80 {
        margin-bottom: 80px;
    }

    .askona-kitchens .tb-margin-96 {
        margin-bottom: 96px;
    }

    .askona-kitchens .tb-margin-104 {
        margin-bottom: 104px;
    }

    .askona-kitchens .tb-margin-120 {
        margin-bottom: 120px;
    }

    .askona-kitchens .tb-margin-128 {
        margin-bottom: 128px;
    }

    .askona-kitchens .tb-margin-136 {
        margin-bottom: 136px;
    }

    .askona-kitchens .tb-margin-160 {
        margin-bottom: 160px;
    }
    }

@media (max-width: 479px) {

    .askona-kitchens .mob-margin-0 {
        margin-bottom: 0;
    }

    .askona-kitchens .mob-margin-4 {
        margin-bottom: 4px;
    }

    .askona-kitchens .mob-margin-8 {
        margin-bottom: 8px;
    }

    .askona-kitchens .mob-margin-16 {
        margin-bottom: 16px;
    }

    .askona-kitchens .mob-margin-24 {
        margin-bottom: 24px;
    }

    .askona-kitchens .mob-margin-32 {
        margin-bottom: 32px;
    }

    .askona-kitchens .mob-margin-40 {
        margin-bottom: 40px;
    }

    .askona-kitchens .mob-margin-48 {
        margin-bottom: 48px;
    }

    .askona-kitchens .mob-margin-56 {
        margin-bottom: 56px;
    }

    .askona-kitchens .mob-margin-64 {
        margin-bottom: 64px;
    }

    .askona-kitchens .mob-margin-72 {
        margin-bottom: 72px;
    }

    .askona-kitchens .mob-margin-80 {
        margin-bottom: 80px;
    }

    .askona-kitchens .mob-margin-96 {
        margin-bottom: 96px;
    }

    .askona-kitchens .mob-margin-104 {
        margin-bottom: 104px;
    }

    .askona-kitchens .mob-margin-120 {
        margin-bottom: 120px;
    }

    .askona-kitchens .mob-margin-128 {
        margin-bottom: 128px;
    }

    .askona-kitchens .mob-margin-136 {
        margin-bottom: 136px;
    }

    .askona-kitchens .mob-margin-160 {
        margin-bottom: 160px;
    }
    }

.map-full_popup {
    position: relative;
    margin: 0 16px;
    max-width: 1300px;
    width: -webkit-fit-content;
    width: fit-content;
    min-height: -webkit-max-content;
    min-height: max-content;
    height: -webkit-fit-content;
    height: fit-content;
    display: none;
}

.map-full_popup img {
    max-width: 100%;
    max-height: 95vh;
    margin: auto;
}

.kitchens-callback-popup-wrp .popup-inner {
    display: none;
    padding-left: 88px;
    padding-right: 88px
}

.kitchens-callback-popup-wrp .popup-inner.active {
    display: block;
}

.kitchens-callback-popup-wrp .submit-success {
    color: #fe0066;
    text-align: center;
    display: none
}

.kitchens-callback-popup-wrp .submit-success.active {
    display: block;
}

@media (max-width: 767px) {

    .kitchens-callback-popup-wrp .popup-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
        }

@media (max-width: 479px) {

    .kitchens-callback-popup-wrp .popup-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
        }

.faq {
    max-width: 1200px;
    padding: 24px 0 24px 0

    /* classes for selected FAQ category on mobile */

    /* classes for empty search results */

    /* classes for NOT empty search results */
}

@media (min-width: 768px) {

    .faq {
        margin: 0 auto;
        padding: 40px 20px;
    }
    }

@media (min-width: 1200px) {

    .faq {
        margin: 0 auto;
        padding: 40px 0;
    }
    }

.faq-title {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 16px;
}

.faq-title h1 {
    font-size: 28px;
    line-height: 36px;
    color: #212121;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    letter-spacing: inherit;
}

@media (min-width: 768px) {

    .faq-title {
        margin: 0 0 48px 0;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 0;
    }
}

@media (min-width: 768px) {

    .faq-title h1 {
        -ms-flex-order: 1;
            order: 1;
        font-size: 48px;
        line-height: 56px;
        width: auto;
    }
}

.faq-search {
    background: #F6F6F6;
    border-radius: 10px;
    position: relative;
    padding: 8px 40px;
}

.faq-search input[type='text'] {
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    background: none;
}

.faq-search-container {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    margin: 0 0 24px 0;
}

@media (min-width: 768px) {

    .faq-search-container {
        -ms-flex-order: 2;
            order: 2;
        width: auto;
        margin: 0;
        min-width: 380px;
    }
}

.faq-search-clear {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6077 6.2944C17.2138 5.90727 16.5807 5.91275 16.1936 6.30664L11.9878 10.5857L7.70878 6.38006C7.31489 5.99293 6.68175 5.99841 6.29462 6.3923C5.90748 6.78618 5.91296 7.41933 6.30685 7.80646L10.5859 12.0121L6.38006 16.2914C5.99293 16.6853 5.9984 17.3184 6.39229 17.7055C6.78618 18.0927 7.41932 18.0872 7.80645 17.6933L12.0123 13.4141L16.2916 17.62C16.6855 18.0071 17.3186 18.0016 17.7058 17.6077C18.0929 17.2138 18.0874 16.5807 17.6935 16.1936L13.4142 11.9877L17.6199 7.70856C18.0071 7.31468 18.0016 6.68153 17.6077 6.2944Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}

.faq-search-icon {
    position: absolute;
    left: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4351 14.0629H14.7124L14.4563 13.8159C15.3528 12.773 15.8925 11.4191 15.8925 9.94625C15.8925 6.66209 13.2304 4 9.94625 4C6.66209 4 4 6.66209 4 9.94625C4 13.2304 6.66209 15.8925 9.94625 15.8925C11.4191 15.8925 12.773 15.3528 13.8159 14.4563L14.0629 14.7124V15.4351L18.6369 20L20 18.6369L15.4351 14.0629ZM9.94625 14.0629C7.66838 14.0629 5.82962 12.2241 5.82962 9.94625C5.82962 7.66838 7.66838 5.82962 9.94625 5.82962C12.2241 5.82962 14.0629 7.66838 14.0629 9.94625C14.0629 12.2241 12.2241 14.0629 9.94625 14.0629Z' fill='%23BBBBBB'/%3E%3C/svg%3E%0A");
}

.faq-body {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.faq-body .col1 {
    width: 100%;
    display: block;
}

.faq-body .col2 {
    margin: 0;
    width: 100%;
    display: none;
    overflow: auto;
}

@media (min-width: 768px) {

    .faq-body .col1 {
        width: 300px;
    }
}

@media (min-width: 768px) {

    .faq-body .col2 {
        margin: 0 0 0 105px;
        display: block;
    }
}

.faq-menu {
    margin: 0;
    padding: 0;
    border-top: #EEEEEE 1px solid;
}

.faq-menu li {
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    margin: 0;
    padding: 12px 47px 12px 16px;
    border-bottom: #EEEEEE 1px solid;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.62784 18.0335C8.2734 17.6504 8.27307 17.0593 8.6271 16.6759L12.9447 12L8.6271 7.32414C8.27307 6.94074 8.2734 6.34956 8.62784 5.96654L8.78831 5.79313C9.18414 5.36539 9.8604 5.36539 10.2562 5.79313L15.3715 11.3208C15.7262 11.7041 15.7262 12.2959 15.3715 12.6792L10.2562 18.2069C9.8604 18.6346 9.18414 18.6346 8.78831 18.2069L8.62784 18.0335Z' fill='%23999999'/%3E%3C/svg%3E%0A") no-repeat calc(100% - 16px) 15px;
}

.faq-menu li.active {
    color: #212121;
}

@media (min-width: 768px) {

    .faq-menu {
        border-top: none;
    }
}

@media (min-width: 768px) {

    .faq-menu li {
        color: #999999;
        padding: 0 0 24px 0;
        border-bottom: none;
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
        background: none;
    }
}

.faq-data {
    margin: 0;
    padding: 0;
    border-top: #EEEEEE 1px solid;
    display: none;
}

.faq-data.active {
    display: block;
}

.faq-data__item {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.faq-data__item-header {
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    padding: 11px 16px;
    padding-right: 56px;
    border-bottom: #EEEEEE 1px solid;
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 15px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58472 10.4254C8.85359 10.1835 9.2616 10.1832 9.53074 10.4248L12.5 13.0904L15.4693 10.4248C15.7384 10.1832 16.1464 10.1835 16.4153 10.4254C16.7277 10.7065 16.7277 11.1964 16.4153 11.4775L13.1688 14.3983C12.7886 14.7404 12.2114 14.7404 11.8312 14.3983L8.58472 11.4775C8.27226 11.1964 8.27226 10.7065 8.58472 10.4254Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {

    .faq-data__item-header {
        padding: 16px 56px 16px 0;
    }

    .faq-data__item-header:hover {
        color: #17C4C9;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58472 10.4254C8.85359 10.1835 9.2616 10.1832 9.53074 10.4248L12.5 13.0904L15.4693 10.4248C15.7384 10.1832 16.1464 10.1835 16.4153 10.4254C16.7277 10.7065 16.7277 11.1964 16.4153 11.4775L13.1688 14.3983C12.7886 14.7404 12.2114 14.7404 11.8312 14.3983L8.58472 11.4775C8.27226 11.1964 8.27226 10.7065 8.58472 10.4254Z' fill='%2317C4C9'/%3E%3C/svg%3E%0A");
    }
}

.faq-data__item-description {
    padding: 24px 32px;
    border-bottom: #EEEEEE 1px solid;
    display: none;
}

.faq-data__item-description table {
    display: block;
    overflow: auto;
    margin: 0 -32px;
    padding: 0 32px;
}

.faq-data__item.active .faq-data__item-header {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4153 14.5746C16.1464 14.8165 15.7384 14.8168 15.4693 14.5752L12.5 11.9096L9.53074 14.5752C9.2616 14.8168 8.85359 14.8165 8.58472 14.5746C8.27226 14.2935 8.27226 13.8036 8.58472 13.5225L11.8312 10.6017C12.2114 10.2596 12.7886 10.2596 13.1688 10.6017L16.4153 13.5225C16.7277 13.8036 16.7277 14.2935 16.4153 14.5746Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}

.faq-data__item.active .faq-data__item-header:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4153 14.5746C16.1464 14.8165 15.7384 14.8168 15.4693 14.5752L12.5 11.9096L9.53074 14.5752C9.2616 14.8168 8.85359 14.8165 8.58472 14.5746C8.27226 14.2935 8.27226 13.8036 8.58472 13.5225L11.8312 10.6017C12.2114 10.2596 12.7886 10.2596 13.1688 10.6017L16.4153 13.5225C16.7277 13.8036 16.7277 14.2935 16.4153 14.5746Z' fill='%2317C4C9'/%3E%3C/svg%3E%0A");
}

.faq-data__item.active .faq-data__item-description {
    display: block;
}

.faq-empty {
    color: #BBBBBB;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    display: none;
}

.faq-back {
    margin: 0 0 24px 0;
    border-bottom: #EEEEEE 1px solid;
    padding: 12px 48px;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    cursor: pointer;
    display: none;
    background-repeat: no-repeat;
    background-position: 16px 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3722 18.0335C15.7266 17.6504 15.7269 17.0593 15.3729 16.6759L11.0553 12L15.3729 7.32414C15.7269 6.94074 15.7266 6.34956 15.3722 5.96654L15.2117 5.79313C14.8159 5.36539 14.1396 5.36539 13.7438 5.79313L8.62852 11.3208C8.2738 11.7041 8.2738 12.2959 8.62852 12.6792L13.7438 18.2069C14.1396 18.6346 14.8159 18.6346 15.2117 18.2069L15.3722 18.0335Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}

.faq-back.active {
}

.faq-menu-title {
    display: none;
}

.faq-search-results {
    display: none;
    border-top: #EEEEEE 1px solid;
}

.faq-search-results .item {
    border-bottom: #EEEEEE 1px solid;
    padding: 12px 0 8px 0;
}

.faq-search-results .item .title {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    font-weight: bold;
    padding: 0 0 8px 0;
}

.faq-search-results .item .content {
    font-size: 16px;
    line-height: 24px;
    color: #212121;
}

.faq-search-results .item .highlight {
    background: yellow;
}

@media (min-width: 768px) {

    .faq-search-results .item {
        padding: 24px 0 8px 0;
    }
}

.faq.is-selected {
}

@media (max-width: 768px) {

    .faq.is-selected {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .faq.is-selected .faq-back {
        display: block;
    }

    .faq.is-selected .faq-title h1:not(.faq-menu-title) {
        display: none;
    }

    .faq.is-selected .faq-title h1.faq-menu-title {
        display: block;
    }

    .faq.is-selected .faq-body .col1 {
        display: none;
    }

    .faq.is-selected .faq-body .col2 {
        display: block;
    }
}

.faq.search-empty .faq-empty {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
}

.faq.search-empty .faq-data.active {
    display: none;
}

@media (max-width: 768px) {

    .faq.search-empty {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .faq.search-empty .faq-back {
        display: block;
    }

    .faq.search-empty .col1 {
        display: none;
    }

    .faq.search-empty .col2 {
        display: block;
    }

    .faq.search-empty .faq-title h1:not(.faq-menu-title) {
        display: none;
    }
}

.faq.search-not-empty .faq-search-results {
    display: block;
    padding: 0 16px;
}

.faq.search-not-empty .faq-data.active {
    display: none;
}

@media (max-width: 768px) {

    .faq.search-not-empty {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    .faq.search-not-empty .faq-back {
        display: block;
    }

    .faq.search-not-empty .col1 {
        display: none;
    }

    .faq.search-not-empty .col2 {
        display: block;
    }

    .faq.search-not-empty .faq-title h1:not(.faq-menu-title) {
        display: none;
    }
}

.share-block {
    margin-top: 64px;
}

.share-block .ya-share2 {
    display: inline-block;
}

.share-block .ya-share2__link {
    background: none;
    border: none;
    box-shadow: none;
}

.share-block .ya-share2__link .ya-share2__badge {
    background-color: #fff !important;
}

.share-block .ya-share2__link:before, .share-block .ya-share2__link:after {
    display: none;
}

.share-block .ya-share2__counter {
    padding-right: 0 !important;
    padding-left: 3px !important;
    color: #999;
    font-size: 14px !important;
    font-family: inherit;
}

.share-block .ya-share2__list_direction_horizontal {
    margin: 0
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item {
    border-right: 1px solid #e5e5e5;
    padding: 5px 24px;
    margin-right: 0;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item .ya-share2__icon {
    box-shadow: none;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item .ya-share2__icon:active {
    box-shadow: none;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item:first-child {
    padding-left: 0;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
    padding-right: 0;
    border-right: none;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item:before {
    content: none;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item_service_facebook .ya-share2__icon {
    background: url('/local/templates/assets/img/svg/fb_share.svg') no-repeat center !important;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url('/local/templates/assets/img/svg/vk_share.svg') no-repeat center !important;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url('/local/templates/assets/img/svg/ok_share.svg') no-repeat center !important;
}

.share-block .ya-share2__list_direction_horizontal > .ya-share2__item_service_twitter .ya-share2__icon {
    background: url('/local/templates/assets/img/svg/tw_share.svg') no-repeat center !important;
}

.share-block__text {
    display: inline-block;
    margin-right: 28px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1.3px;
    line-height: 34px;
    vertical-align: bottom;
}

@media (max-width: 479px) {

    .share-block__text {
        margin-right: 12px;
    }
}

@media (max-width: 767px) {

    .share-block {
        margin-top: 0;
    }
    }

@media (max-width: 767px) {

    .share-block {
        margin-top: 32px;
    }
    }

.articles {
    margin: 140px 0;
    margin: 8.75rem 0;
}

.articles .catalog-pagination {
    padding-bottom: 0;
}

@media (max-width: 1425px) {

    .articles {
        margin-top: 20px;
    }
    }

.articles__container {
}

.articles h2 {
}

@media (max-width: 1425px) {

    .articles h2 {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
    }
}

.articles__item {
    display: block;
    padding: 20px 0;
    width: 65%;
}

@media (max-width: 1425px) {

    .articles__item {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .articles__item {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 480px) {

    .articles__item {
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.articles__img {
    display: inline-block;
    width: 18%;
    vertical-align: middle;
    margin-right: 40px;
    margin-right: 2.5rem;
}

.articles__img img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1041px) {

    .articles__img {
        width: 20%;
    }
}

@media (max-width: 1041px) {

    .articles__img {
        width: 40%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 496px) {

    .articles__img {
        width: 100%;
        height: auto;
    }
}

.articles__text {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

@media (max-width: 1041px) {

    .articles__text {
        width: 70%;
    }
}

@media (max-width: 1041px) {

    .articles__text {
        width: 100%;
        margin-top: 10px;
    }
}

.articles__title {
    color: black;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.articles__descr {
    font-weight: 300;
}

.container.container-video .video h3 {
    margin-bottom: 4px
}

.container.container-video .video .btn.more-video {
    padding-left: 29px;
    padding-right: 29px;
    margin-bottom: 24px;
}

.container.container-video .video .btn.more-video:active {
    background-color: #00b9bf;
    border-color: #00b9bf;
    color: #fff;
}

.container.container-video .video .slick-dots {
    width: 100%;
    text-align: center;
}

.container.container-video .video .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.container.container-video .video .slick-dots button {
    cursor: pointer;
    border: 0;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: normal;
    background: #eee;
}

.container.container-video .video .slick-dots .slick-active button {
    background: #00b9bf;
}

.container.container-video .video__breadcrumbs {
    margin: 2.2em 0 0.5em;
    font-size: .9em;
    letter-spacing: .03em;
}

.container.container-video .video__breadcrumbs-item {
    display: inline-block;
}

.container.container-video .video__breadcrumbs-item::after {
    content: '/';
    display: inline-block;
    margin: 0 .25em;
    color: #888;
}

.container.container-video .video__breadcrumbs-item:last-child {
}

.container.container-video .video__breadcrumbs-item:last-child::after {
    content: '';
    margin: 0;
}

.container.container-video .video__breadcrumbs-link {
    color: #888;
}

.container.container-video .video__count {
    font-size: 16px;
    line-height: 24px;
}

.container.container-video .video-filter {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 0;
}

.container.container-video .video-filter .search {
    float: none;
    width: 100%;
    max-width: none;
    padding-top: 17px;
}

.container.container-video .video-filter .search-btn {
    right: 16px;
}

.container.container-video .video-filter .search__field {
    float: left;
    display: block;
    padding-left: 16px;
}

.container.container-video .video-filter .select-line .select2-container .select2-selection {
    height: 36px;
    padding-top: 3px;
    padding-bottom: 9px;
}

.container.container-video .video-filter .select-line .select2-container .select2-selection__arrow {
    top: 2px;
    right: -5px;
}

.container.container-video .video-filter .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.container.container-video .video-filter .select-line .select2-container .select2-selection[aria-expanded=true] {
    padding-top: 8px;
}

.container.container-video .video-filter .select-line .select2-container .select2-selection[aria-expanded=true] .select2-selection__arrow {
    top: 3px;
}

.container.container-video .video-filter-col1 {
    width: 330px;
    margin-right: 24px;
}

.container.container-video .video-filter-col2 {
    width: 448px;
}

.container.container-video .video-filter.is-touch .video-filter-col1 {
}

.container.container-video .video-filter.is-touch .video-filter-col2 {
}

.container.container-video .video-filter__drop-size-label {
    font-size: 13.92px;
    font-size: .87rem;
    letter-spacing: 0.32px;
    letter-spacing: .02rem;
    color: #999;
}

.container.container-video .video__sub-section {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
}

.container.container-video .video__sub-section a {
    color: #000;
    display: inline-block;
    margin-right: 20px;
    border-bottom: 1px dotted #ccc;
}

.container.container-video .video__sub-section a:hover, .container.container-video .video__sub-section a.is-active {
    color: #00b9bf;
    border-bottom: 1px dotted #00b9bf;
}

.container.container-video .video__section {
    margin-bottom: 40px;
}

.container.container-video .video__list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
}

.container.container-video .video__item {
    margin: 0 24px 12px 0;
    padding: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(99.9% * 1 / 4 - 24px);
    text-align: left;
    cursor: pointer;
}

.container.container-video .video__item img {
    margin: -9.5% 0px -9.5%;
    width: 100%;
}

.container.container-video .video.is-touch {
}

.container.container-video .video__item a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.container.container-video .video__item a:after {
    display: block;
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background: url("/local/templates/assets/img/svg/video.svg") 0 0 no-repeat;
}

.container.container-video .video__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #666;
    padding-top: 9px;
    min-height: 57px;
    text-align: left;
}

.container.container-video .video__title span {
    background: #00b9bf;
    color: #fff;
}

.container.container-video .video__item--hidden {
    display: none;
}

@media (max-width: 1023px) {

    .container.container-video {
        padding: 0 16px;
    }
  }

@media (max-width: 479px) {

    .container.container-video .video__breadcrumbs {
        margin-bottom: 2em;
    }
}

@media (max-width: 479px) {

    .container.container-video .video {
}

    .container.container-video .video__breadcrumbs-item {
        display: none !important;
        letter-spacing: -0.1px;
    }

    .container.container-video .video__breadcrumbs-item:last-child {
        display: block !important;
    }

    .container.container-video .video__breadcrumbs-item:last-child:before {
        display: inline-block;
        content: "";
        background: url(/local/templates/assets/img/svg/arrow_left_pag.svg) no-repeat;
        width: 16px;
        height: 16px;
        background-size: contain;
        vertical-align: middle;
        margin-right: 4px;
    }
    }

@media (max-width: 479px) {

    .container.container-video .video h3 {
        font-size: 26px;
        margin-bottom: 2px;
    }
      }

@media (max-width: 479px) {

    .container.container-video .video__count {
        font-size: 14px;
    }
}

@media (max-width: 479px) {

    .container.container-video .video-filter {
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video-filter-col1 {
        width: 225px;
    }
}

@media (max-width: 1023px) {

    .container.container-video .video-filter-col1 {
        width: 36%;
    }
}

@media (max-width: 479px) {

    .container.container-video .video-filter-col1 {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video-filter-col2 {
        width: 395px;
    }
}

@media (max-width: 1023px) {

    .container.container-video .video-filter-col2 {
        width: 59%;
    }
}

@media (max-width: 479px) {

    .container.container-video .video-filter-col2 {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video-filter.is-touch .video-filter-col1 {
        width: 36%;
    }
}

@media (max-width: 479px) {

    .container.container-video .video-filter.is-touch .video-filter-col1 {
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video-filter.is-touch .video-filter-col2 {
        width: 58%;
    }
}

@media (max-width: 479px) {

    .container.container-video .video-filter.is-touch .video-filter-col2 {
        width: 100%;
    }
}

@media (max-width: 479px) {

    .container.container-video .video__sub-section {
        margin-top: 23px;
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video__list {
        margin-bottom: 1px;
    }
}

@media (max-width: 1023px) {

    .container.container-video .video__list {
        margin-bottom: 4px;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video__item {
        width: calc(99.9% * 1 / 3 - 24px);
    }
}

@media (max-width: 959px) {

    .container.container-video .video__item {
        width: calc(99.9% * 1 / 2 - 24px);
    }
}

@media (max-width: 479px) {

    .container.container-video .video__item {
        text-align: center;
        display: block;
        width: 100%;
    }
}

@media (max-width: 1024px) {

    .container.container-video .video.is-touch .video__item {
        width: calc(99.9% * 1 / 2 - 15px);
        margin-right: 15px;
    }
}

@media (max-width: 479px) {

    .container.container-video .video.is-touch .video__item {
        width: 100%;
        margin-right: 0px;
    }
}

@media (max-width: 479px) {

    .container.container-video .video__title {
        line-height: 19px;
    }
}

@media (max-width: 767px) {
  .accessories-popup.video-popup .fancybox-close {
    width: 40px;
    height: 40px;
  }
}

.subscribe-block{
    text-align: center;
    padding: 40px
}

.subscribe-block__head {
    color: #ea5172;
    font-size: 42px;
    font-weight: bold;
}

.subscribe-block__text {
    color: rgb(0, 0, 0);
    font-size: 22px;
}
