@media (min-width: 320px) {
    .container,
    .page__wr {
        width: 100%
    }
}

@media (min-width: 370px) {
    .container,
    .page__wr {
        width: 100%
    }
}

@media (min-width: 410px) {
    .container,
    .page__wr {
        width: 100%
    }
}

@media (min-width: 480px) {
    .container,
    .page__wr {
        width: 100%
    }
}

@media (min-width: 560px) {
    .container,
    .page__wr {
        width: 100%
    }
}

@media (min-width: 620px) {
    .container,
    .page__wr {
        width: 100%
    }
}

@media (min-width: 960px) {
    .container,
    .page__wr {
        width: 880px
    }
}

@media (min-width: 1200px) {
    .container,
    .page__wr {
        width: 1260px
    }
}

@media (min-width: 1600px) {
    .container,
    .page__wr {
        width: 1300px
    }
}

@media (min-width: 1900px) {
    .container,
    .page__wr {
        width: 1300px
    }
}

body,
html {
    color: #0d0d0d;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1 {
    margin: 0;
    font-weight: 500
}

.page {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    will-change: opacity;
    opacity: 0
}

@media screen and (min-width: 1200px) {
    .page {
        height: 100vh;
        overflow: hidden
    }
}

.page--loaded {
    opacity: 1
}

.page__wr {
    margin: 0 auto;
    height: 100%
}

.page__items {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.page__items--hide {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.page__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    will-change: opacity;
    display: none
}

.page__item--active {
    z-index: 100;
    display: block
}

.page__item--anima {
    opacity: 1
}

.page__item[data-id=menu] {
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .page__item[data-id=menu] {
        overflow: visible
    }
}

.page__item[data-id=photo-reports] {
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .page__item[data-id=photo-reports] {
        overflow: visible
    }
}

.page__item[data-id=advertisement] {
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .page__item[data-id=advertisement] {
        overflow: visible
    }
}

.page__item[data-id=cart] {
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .page__item[data-id=cart] {
        overflow: visible
    }
}

button,
input,
textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button:focus,
input:focus,
textarea:focus {
    outline: none
}

textarea {
    resize: vertical
}

button {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

a:focus {
    outline: none
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-pagination-bullet:focus {
    outline: none !important
}

.ps:hover .ps__rail-y {
    opacity: 1 !important
}

.ps .ps__rail-y {
    opacity: 1;
    display: block
}

.ps .ps__thumb-y {
    width: 1px;
    border-radius: 0;
    background: #ddd
}

.popup {
    overflow: hidden
}

.fancybox-active {
    height: 100% !important
}

.fancybox-bg {
    background: rgba(32, 24, 16, .6) !important;
    -webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important
}

.fancybox-close-small {
    opacity: 1 !important;
    right: -65px !important;
    top: -65px !important
}

.fancybox-close-small > svg {
    fill: #000 !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.fancybox-close-small:hover > svg {
    fill: $ colorBlue !important
}

.fancybox-navigation .fancybox-button {
    visibility: visible !important;
    background: #593313;
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 15px 0 0 15px !important;
    top: calc(50% - 25px) !important
}

@media screen and (min-width: 1200px) {
    .fancybox-navigation .fancybox-button {
        top: calc(50% - 50px)
    }
}

.fancybox-navigation .fancybox-button > div {
    color: #fff !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.fancybox-navigation .fancybox-button:hover > div {
    color: #d9a94c !important
}

.fancybox-navigation .fancybox-button--arrow_left {
    border-radius: 0 15px 15px 0 !important
}

.fancybox-button--close {
    background-color: #ed5454 !important;
    color: #fff !important;
    border-radius: 0 0 0 15px !important;
    height: 50px !important;
    width: 50px !important;
    -webkit-transition: all .25s ease-in-out !important;
    transition: all .25s ease-in-out !important
}

.fancybox-button--close:hover {
    background-color: #c00 !important
}

.fancybox-toolbar {
    visibility: visible !important;
    opacity: 1 !important
}

.menu-left {
    min-width: 320px;
    background: #3d332a url(../img/menu-left-bg.jpg) 50% no-repeat;
    background-size: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: fixed;
    top: 0;
    z-index: 1000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width: 1200px) {
    .menu-left {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width: 1200px) {
    .menu-left--hide {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.menu-left--mobile-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-left__wr {
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100vh
}

.menu-left__mobile-btn,
.menu-left__wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-left__mobile-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -50px;
    width: 50px;
    height: 62px;
    background: #593313;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 38px 38px 0
}

@media screen and (min-width: 1200px) {
    .menu-left__mobile-btn {
        display: none
    }
}

.menu-left__mobile-btn-ico {
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    left: -2px
}

.menu-left__mobile-btn-close {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    right: 11px
}

@media screen and (min-width: 1200px) {
    .menu-left__mobile-btn-close {
        display: none
    }
}

.menu-left__mobile-btn-close-ico {
    fill: #d8a950
}

.menu-left__logo-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 166px;
    margin: 15px auto 5px auto
}

@media screen and (min-width: 1600px) {
    .menu-left__logo-wr {
        width: 173px;
        height: 287px;
        margin: 30px auto 0 auto
    }
}

.menu-left__logo-wr:hover .menu-left__logo {
    opacity: .8
}

.menu-left__logo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu-left__logo--hide {
    opacity: 0
}

.menu-left__nav-wr {
    height: calc(100vh - 166px);
    overflow-y: scroll;
    overflow-x: hidden
}

@media screen and (min-width: 1200px) {
    .menu-left__nav-wr {
        height: auto;
        overflow: hidden
    }
}

.menu-left__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateX(85px);
    transform: translateX(85px);
    margin-bottom: 10px
}

.menu-left__nav,
.menu-left__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-left__nav-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.menu-left__nav-item:hover .menu-left__nav-item-text {
    color: #d8a950
}

.menu-left__nav-item:hover .menu-left__nav-item-line {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-left__nav-item--active {
    pointer-events: none
}

.menu-left__nav-item--active .menu-left__nav-item-text {
    color: #d8a950
}

.menu-left__nav-item--active .menu-left__nav-item-line {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-left__nav-item-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 25px;
    margin-right: 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1600px) {
    .menu-left__nav-item-text {
        line-height: 32px
    }
}

.menu-left__nav-item-line {
    width: 150px;
    height: 3px;
    background: transparent;
    border-radius: 3px;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .menu-left__nav-item-line {
        background: #d8a950
    }
}

.menu-left__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

@media screen and (min-width: 1600px) {
    .menu-left__contacts-item {
        margin-bottom: 20px
    }
}

.menu-left__contacts-item-ico {
    margin-bottom: 7px;
    color: #d8a950
}

@media screen and (min-width: 1600px) {
    .menu-left__contacts-item-ico {
        margin-bottom: 15px
    }
}

.menu-left__contacts-item-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
    line-height: 20px
}

@media screen and (min-width: 1600px) {
    .menu-left__contacts-item-text {
        line-height: 25px
    }
}

.menu-left__contacts-item-link {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #fff;
    text-align: center;
    line-height: 25px;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu-left__contacts-item-link:hover {
    color: #d8a950
}

.svg-icon {
    fill: currentColor
}

.samedia {
    width: 124px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
    position: relative;
    left: 40px;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .samedia {
        margin-bottom: 10px
    }
}

.samedia a {
    position: relative
}

.samedia:hover .samedia__created-lnk {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.samedia__created {
    width: 9.375rem;
    overflow: hidden
}

.samedia__created-lnk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-family: roboto-light, Helvetica, Arial, sans-serif
}

.samedia__created-lnk:hover {
    color: #d8a950
}

.samedia__logo {
    display: block;
    height: auto;
    max-width: 25px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 10000
}

.preloader--hide {
    opacity: 0;
    visibility: hidden
}

.preloader--animation .preloader__img-color-wr {
    -webkit-animation: loader-animation 1s ease .5s 1 forwards;
    animation: loader-animation 1s ease .5s 1 forwards
}

.preloader__img {
    width: 371px;
    height: 386px;
    background: transparent url(../img/logo-loader.svg) no-repeat;
    position: relative;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .preloader__img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.preloader__img-color-wr {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .preloader__img-color-wr {
        width: 371px
    }
}

.preloader__img-color {
    content: "";
    position: absolute;
    background-image: url(../img/logo-loader-color.svg);
    height: 386px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width: 1200px) {
    .preloader__img-color {
        width: 371px
    }
}

@-webkit-keyframes loader-animation {
    0% {
        height: 0
    }
    to {
        height: 100%
    }
}

@keyframes loader-animation {
    0% {
        height: 0
    }
    to {
        height: 100%
    }
}

.cart-widget {
    width: 83px;
    height: 58px;
    border: 1px solid #593313;
    background: #ecdcc3;
    position: fixed;
    z-index: 1000;
    border-radius: 38px 0 0 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    right: -9px;
    top: 160px
}

@media screen and (min-width: 1200px) {
    .cart-widget {
        top: 35px;
        -webkit-transform: scale(1);
        transform: scale(1);
        right: 0;
        top: 50px
    }
}

@media screen and (min-width: 1600px) {
    .cart-widget {
        width: 100px;
        height: 62px
    }
}

.cart-widget:hover .cart-widget__ico {
    color: #c92961
}

.cart-widget--active {
    background: #593313
}

.cart-widget--active .cart-widget__ico {
    color: #fff
}

.cart-widget--active:hover .cart-widget__ico {
    color: #d8a950
}

.cart-widget__ico {
    color: #593313
}

.cart-widget__count,
.cart-widget__ico {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cart-widget__count {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #749a00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 7px;
    left: 45px
}

@media screen and (min-width: 1600px) {
    .cart-widget__count {
        width: 33px;
        height: 33px;
        top: 5px;
        left: 55px
    }
}

.cart-widget__count--hide {
    visibility: hidden;
    opacity: 0
}

.cart-widget__count-num {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #fff
}

.burger {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 1000;
    top: 70px;
    right: 35px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width: 1200px) {
    .burger {
        display: none
    }
}

.burger__bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #593313;
    display: block;
    border-radius: 4px;
    position: absolute;
    -webkit-transition: all .25s ease-in-out, -webkit-transform .25s ease-in-out .25s;
    transition: all .25s ease-in-out, -webkit-transform .25s ease-in-out .25s;
    transition: all .25s ease-in-out, transform .25s ease-in-out .25s;
    transition: all .25s ease-in-out, transform .25s ease-in-out .25s, -webkit-transform .25s ease-in-out .25s
}

.burger__bar1 {
    top: 0
}

.burger__bar2,
.burger__bar3 {
    top: 13.5px
}

.burger__bar2 {
    width: 1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 13.5px
}

.burger__bar3 {
    right: 0;
    width: 1px;
    left: 13.5px
}

.burger__bar4 {
    bottom: 0;
    top: 13.5px
}

.burger__bar5 {
    bottom: 0
}

.burger--open .burger__bar {
    background: transparent
}

.notification {
    width: 314px;
    padding: 21px 55px 24px 34px;
    background: #fff8ed;
    position: absolute;
    top: 75px;
    left: -10px;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-265px);
    transform: translateX(-265px);
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .notification {
        left: 314px
    }
}

.notification--show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.notification--show .notification__arrow {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.notification__text {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    color: #504941;
    font-weight: 700;
    font-style: italic;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.notification__text:hover {
    color: #e21111
}

.notification__clip {
    position: absolute;
    top: -11px;
    right: 15px
}

.notification__arrow-wr {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.notification__arrow-wr:hover .notification__arrow {
    color: #e21111
}

.notification__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #b27f4a
}

.gift-widget,
.notification__arrow {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.gift-widget {
    width: 83px;
    height: 58px;
    background: #fff;
    position: fixed;
    border-radius: 38px 0 0 38px;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    right: -9px;
    top: 215px;
    cursor: pointer
}

@media screen and (min-width: 1200px) {
    .gift-widget {
        -webkit-transform: scale(1);
        transform: scale(1);
        right: 0;
        top: 122px
    }
}

@media screen and (min-width: 1600px) {
    .gift-widget {
        width: 100px;
        height: 62px
    }
}

.gift-widget:hover {
    background: #cb2b64
}

.gift-widget:hover .gift-widget__arrow,
.gift-widget:hover .gift-widget__ico {
    color: #fff
}

.gift-widget__wr {
    z-index: 1000
}

.gift-widget__ico {
    -webkit-animation: wiggle 3s infinite;
    animation: wiggle 3s infinite
}

.gift-widget__arrow,
.gift-widget__ico {
    color: #cb2b64;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.gift-widget__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 16px;
    -webkit-animation: wiggle2 2s linear infinite;
    animation: wiggle2 2s linear infinite
}

.gift-widget__popup {
    width: 100%;
    height: 50vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 25px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .gift-widget__popup {
        width: 272px;
        height: 320px;
        top: 220px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1200px) {
    .gift-widget__popup {
        top: 122px
    }
}

.gift-widget__popup--show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.gift-widget__popup-left {
    width: 100%;
    height: 50%;
    background: #ecdcc3 url(../img/logo-gift.svg) 50% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .gift-widget__popup-left {
        width: 230px;
        height: auto
    }
}

.gift-widget__popup-left-border {
    background: #504941;
    position: absolute
}

.gift-widget__popup-left-border--top {
    width: calc(100% - 142px);
    height: 1px;
    top: 10px;
    left: 70px;
    z-index: 5
}

.gift-widget__popup-left-border--right {
    width: 1px;
    height: calc(100% - 142px);
    top: 70px;
    right: 10px;
    z-index: 5
}

.gift-widget__popup-left-border--bottom {
    width: calc(100% - 142px);
    height: 1px;
    bottom: 10px;
    left: 70px;
    z-index: 5
}

.gift-widget__popup-left-border--left {
    width: 1px;
    height: calc(100% - 142px);
    top: 70px;
    left: 10px;
    z-index: 5
}

.gift-widget__popup-left-corner {
    width: 56px;
    height: 56px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    background-size: cover;
    z-index: 5
}

.gift-widget__popup-left-corner--tl {
    top: 10px;
    left: 10px
}

.gift-widget__popup-left-corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.gift-widget__popup-left-corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.gift-widget__popup-left-corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.gift-widget__img {
    max-width: 180px;
    -webkit-filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, .4));
    filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, .4))
}

.gift-widget__popup-right {
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .gift-widget__popup-right {
        width: 272px;
        height: auto
    }
}

.gift-widget__popup-right-corner {
    width: 194px;
    height: 175px;
    background: url(../img/menu-bg.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0
}

.gift-widget__popup-right-gift1 {
    top: 16px;
    left: 16px
}

.gift-widget__popup-right-gift1,
.gift-widget__popup-right-gift2 {
    width: 63px;
    height: 56px;
    background: url(../img/gift.svg) no-repeat;
    opacity: .15;
    position: absolute
}

.gift-widget__popup-right-gift2 {
    top: 67px;
    right: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gift-widget__popup-right-gift3 {
    width: 36px;
    height: 32px;
    background: url(../img/gift.svg) no-repeat;
    background-size: cover;
    opacity: .15;
    position: absolute;
    left: 34px;
    bottom: 42px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.gift-widget__close-wr {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.gift-widget__close-wr:hover .gift-widget__close {
    fill: #e21111
}

.gift-widget__close {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.gift-widget__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 24px;
    color: #261404;
    font-weight: 700
}

.gift-widget__title:after {
    content: "";
    width: 32px;
    height: 1px;
    background: #504941;
    display: block;
    border-radius: 2px;
    opacity: .3;
    margin: 8px auto
}

.gift-widget__text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    position: relative
}

.gift-widget__text strong {
    font-family: roboto-bold, Helvetica, Arial, sans-serif
}

.gift-widget__btn {
    width: 148px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.gift-widget__btn,
.gift-widget__btn:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.gift-widget__btn:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.gift-widget__btn:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.gift-widget__btn:hover:before {
    opacity: 1
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    85% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    80% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    85% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    95% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes wiggle2 {
    0% {
        -webkit-transform: rotate(180deg) translateX(3px);
        transform: rotate(180deg) translateX(3px)
    }
    50% {
        -webkit-transform: rotate(180deg) translateX(-3px);
        transform: rotate(180deg) translateX(-3px)
    }
    to {
        -webkit-transform: rotate(180deg) translateX(3px);
        transform: rotate(180deg) translateX(3px)
    }
}

@keyframes wiggle2 {
    0% {
        -webkit-transform: rotate(180deg) translateX(3px);
        transform: rotate(180deg) translateX(3px)
    }
    50% {
        -webkit-transform: rotate(180deg) translateX(-3px);
        transform: rotate(180deg) translateX(-3px)
    }
    to {
        -webkit-transform: rotate(180deg) translateX(3px);
        transform: rotate(180deg) translateX(3px)
    }
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff
}

@media screen and (min-width: 1200px) {
    .main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%
    }
}

.main__left {
    width: 100%;
    height: 100vh;
    background-color: #ecdcc3;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 80%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .main__left {
        background-size: 50%
    }
}

@media screen and (min-width: 1200px) {
    .main__left {
        width: 50%;
        height: 100%;
        background-position: center 35%;
        background-size: 80%
    }
}

.main__left-border {
    background: #504941;
    position: absolute
}

.main__left-border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.main__left-border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.main__left-border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.main__left-border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.main__left-corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.main__left-corner--tl {
    top: 10px;
    left: 10px
}

.main__left-corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main__left-corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.main__left-corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main__left-img-wr {
    width: 250px;
    height: 200px;
    margin: 150px 0 60px 0
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .main__left-img-wr {
        width: 350px;
        height: 250px;
        margin: 200px 0 60px 0
    }
}

@media screen and (min-width: 1200px) {
    .main__left-img-wr {
        width: 381px;
        height: 256px;
        margin: 150px 0 64px 0
    }
}

@media screen and (min-width: 1600px) {
    .main__left-img-wr {
        width: 497px;
        height: 334px;
        margin: 200px 0 128px 0
    }
}

.main__left-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.main__left-img--hide {
    opacity: 0
}

.main__left-btn {
    width: 192px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.main__left-btn,
.main__left-btn:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.main__left-btn:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.main__left-btn:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.main__left-btn:hover:before {
    opacity: 1
}

.main__right {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px
}

@media screen and (min-width: 1200px) {
    .main__right {
        width: 50%;
        margin-top: 0
    }
}

.main__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #ccc;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-bottom: 5px
}

.main__right-item:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 1200px) {
    .main__right-item {
        height: 33.33333%;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1600px) {
    .main__right-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 50%
    }
}

.main__right-item:hover .main__right-item-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.main__right-item:first-child,
.main__right-item:nth-child(2),
.main__right-item:nth-child(3) {
    width: 100%
}

@media screen and (min-width: 1600px) {
    .main__right-item:nth-child(2),
    .main__right-item:nth-child(3) {
        width: 50%
    }
}

.main__right-item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(100%) sepia(50%) contrast(70%);
    filter: grayscale(100%) sepia(50%) contrast(70%);
    position: absolute;
    z-index: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.main__right-item-ico {
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.main__right-item-title {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1600px) {
    .main__right-item-title {
        height: 70px
    }
}

.menu {
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed
}

@media screen and (min-width: 1200px) {
    .menu {
        height: 100%
    }
}

.menu__border {
    background: #504941;
    position: absolute
}

.menu__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 7
}

.menu__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.menu__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 7
}

.menu__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 7
}

.menu__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 7
}

.menu__corner--tl {
    top: 10px;
    left: 10px
}

.menu__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.menu__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.menu__left {
    width: 260px;
    height: 100%;
    background: #ecdcc3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-bottom: 25px
}

@media screen and (min-width: 1200px) {
    .menu__left {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        z-index: 6;
        width: 190px;
        padding-bottom: 0
    }
}

.menu__left--open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu__left-btn-open {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 15px 15px 0;
    right: -44px;
    width: 44px;
    height: 136px;
    background: #4F351C;
    z-index: 10
}

@media screen and (min-width: 1200px) {
    .menu__left-btn-open {
        display: none
    }
}

.menu__left-btn-open--open .menu__left-btn-open-top {
    opacity: 0;
    visibility: hidden
}

.menu__left-btn-open--open .menu__left-btn-open-bottom {
    opacity: 1;
    visibility: visible
}

.menu__left-btn-open-bottom,
.menu__left-btn-open-top {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0
}

.menu__left-btn-open-top-wr {
    font-family: 'RobotoRegular', Helvetica, Arial, sans-serif;
    color: #F7F2EC;
    transform: rotate(-90deg);
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 1.25rem;
    line-height: 20px;
}

.menu__left-btn-open-bottom {
    opacity: 0;
    visibility: hidden
}

.menu__left-btn-open-ico {
    fill: #F7F2EC;
    position: relative;
    top: 1px;
}

.menu__left-btn-open-bottom .menu__left-btn-open-ico{
    transform: rotate(180deg);
}

.menu__left-nav {
    position: relative;
    top: 10px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

@media screen and (min-width: 1200px) {
    .menu__left-nav {
        top: 100px;
        width: auto;
        height: calc(100% - 190px)
    }
}

@media screen and (min-width: 1600px) {
    .menu__left-nav {
        height: auto
    }
}

.menu__left-nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 245px;
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 24px;
    color: #261404;
    border-radius: 0 20px 20px 0;
    padding: 10px 32px 10px 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .menu__left-nav-item {
        width: 185px
    }
}

@media screen and (min-width: 1600px) {
    .menu__left-nav-item {
        width: 207px
    }
}

.menu__left-nav-item:hover {
    color: #e21111
}

.menu__left-nav-item--active {
    background-color: #fff;
    color: #e21111;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    pointer-events: none
}

.menu__left-nav-item--active .menu__left-nav-item-ico {
    visibility: visible;
    opacity: 1
}

.menu__left-nav-item-ico {
    fill: #e21111;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__left-filters {
    width: 100%;
    height: calc(100% - 200px);
    background: #fff;
    position: absolute;
    top: 200px;
    left: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 16px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3
}

@media screen and (min-width: 1200px) {
    .menu__left-filters {
        width: 190px;
        height: calc(100% - 95px);
        padding: 16px;
        top: 95px;
        left: 190px;
        border-radius: 0 16px 0 0;
        z-index: -1
    }
}

@media screen and (min-width: 1600px) {
    .menu__left-filters {
        width: 248px;
        padding: 16px 24px
    }
}

.menu__left-filters-item {
    border-bottom: 1px solid #261404;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.menu__left-filters-item:first-child {
    padding-top: 0
}

.menu__left-filters-item:nth-child(3) {
    border-bottom: none
}

.menu__left-filters-item--open .menu__left-filters-item-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.menu__left-filters-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.menu__left-filters-item-top:hover .menu__left-filters-item-title {
    color: #ed5454
}

.menu__left-filters-item-title {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #543519
}

.menu__left-filters-item-arrow,
.menu__left-filters-item-title {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__left-filters-item-arrow {
    color: #ed5454
}

.menu__left-filters-item-bottom {
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.menu__left-filters-item-bottom .chk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #6e4826;
    margin-bottom: 8px
}

.menu__left-filters-item-bottom .chk a {
    text-decoration: underline;
    display: block;
    margin: 0 5px;
    color: #b89955
}

.menu__left-filters-item-bottom .chk a:hover {
    color: #222
}

.menu__left-filters-item-bottom .chk__el {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.menu__left-filters-item-bottom .chk__checkmark {
    height: 14px;
    width: 14px;
    border: 1px solid #593313;
    border-radius: 2px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__left-filters-item-bottom .chk__checkmark:after {
    content: "";
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.menu__left-filters-item-bottom input:checked ~ .chk__checkmark {
    background: #ed5454
}

.menu__left-filters-item-bottom input:checked ~ .chk__checkmark:after {
    display: block;
    opacity: 1;
    visibility: visible
}

.menu__left-filters-item-bottom .chk__checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu__left-filters-item-count {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 18px;
    color: #6e4826
}

.menu__left-filters-item-bottom-more {
    display: none
}

.menu__left-filters-item-bottom-more-btn-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu__left-filters-item-bottom-more-btn {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .625rem;
    text-align: center;
    color: #ed5454;
    cursor: pointer;
    border-bottom: 1px dashed #ed5454;
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__left-filters-item-bottom-more-btn:hover {
    color: #222;
    border-color: #222
}

.menu__left-filters-item-range {
    max-width: calc(100% - 14px);
    margin: 0 auto 16px auto
}

.menu__left-filters-item-range .vue-slider-rail {
    background-color: #efe8e2
}

.menu__left-filters-item-range .vue-slider-process {
    background-color: #543519
}

.menu__left-filters-item-range .vue-slider-dot-handle {
    background-color: #d8a950;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu__left-filters-item-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu__left-filters-item-input-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 84px;
    height: 27px;
    padding: 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .menu__left-filters-item-input-wr {
        width: 75px
    }
}

@media screen and (min-width: 1600px) {
    .menu__left-filters-item-input-wr {
        width: 84px
    }
}

.menu__left-filters-item-input-label {
    color: rgba(116, 70, 30, .5);
    margin-right: 8px
}

.menu__left-filters-item-input,
.menu__left-filters-item-input-label {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .75rem
}

.menu__left-filters-item-input {
    width: 100%;
    height: 100%;
    border: none;
    color: #74461e
}

.menu__left-filters-buttons {
    margin-top: 8px
}

.menu__left-filters-button-apply {
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 16px
}

.menu__left-filters-button-apply,
.menu__left-filters-button-apply:before {
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__left-filters-button-apply:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.menu__left-filters-button-apply:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.menu__left-filters-button-apply:hover:before {
    opacity: 1
}

.menu__left-filters-button-reset {
    width: 100%;
    height: 16px;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: rgba(116, 70, 30, .5);
    text-decoration: underline;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__left-filters-button-reset:hover {
    color: #e21111
}

.menu__right-items-almanac {
    position: relative;
    height: calc(100% - 120px);
    padding: 0 20px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac {
        padding: 0 40px 0 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-items-almanac {
        padding: 0 40px 0 206px;
        height: calc(100% - 180px)
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac {
        padding: 0 54px 0 272px
    }
}

.menu__right-items-almanac-notforsale {
    padding: 16px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-notforsale {
        padding: 20px 48px
    }
}

.menu__right-items-almanac-notforsale .menu__corner {
    width: 24px;
    height: 24px;
    background-size: cover
}

.menu__right-items-almanac-notforsale .menu__corner--tl {
    top: 0;
    left: 0
}

.menu__right-items-almanac-notforsale .menu__corner--tr {
    top: 0;
    right: 0
}

.menu__right-items-almanac-notforsale .menu__corner--bl {
    bottom: 0;
    left: 0
}

.menu__right-items-almanac-notforsale .menu__corner--br {
    bottom: 0;
    right: 0
}

.menu__right-items-almanac-notforsale-title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    color: #ed5454
}

.menu__right-items-almanac-item {
    padding: 24px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(38, 20, 4, .4);
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item {
        grid-template-columns: auto 1fr auto
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-items-almanac-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac-item {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-gap: 32px
    }
}

.menu__right-items-almanac-item-left {
    width: 150px;
    height: 194px;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .menu__right-items-almanac-item-left {
        width: 95px;
        height: 123px
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac-item-left {
        width: 150px;
        height: 194px;
        margin: 0
    }
}

@media screen and (min-width: 1900px) {
    .menu__right-items-almanac-item-left {
        width: 198px;
        height: 256px
    }
}

.menu__right-items-almanac-item-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 1200px) {
    .menu__right-items-almanac-item-center {
        width: calc(100% - 111px)
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac-item-center {
        width: 100%
    }
}

.menu__right-items-almanac-item-title {
    font-family: intro-regular, Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 25px;
    color: #543519;
    text-align: center
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-title {
        font-size: 1.5625rem;
        line-height: 28px;
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac-item-title {
        font-size: 2rem;
        line-height: 37px
    }
}

@media screen and (min-width: 1900px) {
    .menu__right-items-almanac-item-title {
        font-size: 2.1875rem;
        line-height: 40px
    }
}

.menu__right-items-almanac-item-sku {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #543519;
    text-align: center;
    margin-bottom: 24px
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-sku {
        text-align: left
    }
}

.menu__right-items-almanac-item-chars {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 8px 24px;
    margin-bottom: 24px
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-chars {
        grid-template-columns: repeat(2, auto)
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-items-almanac-item-chars {
        grid-template-columns: 1fr
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac-item-chars {
        grid-template-columns: repeat(2, auto)
    }
}

@media screen and (min-width: 1900px) {
    .menu__right-items-almanac-item-chars {
        grid-template-columns: repeat(3, auto)
    }
}

.menu__right-items-almanac-item-chars-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-chars-item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.menu__right-items-almanac-item-chars-item-name {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #543519;
    margin-right: 4px
}

.menu__right-items-almanac-item-chars-item-value {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 18px;
    color: #6e4826
}

.menu__right-items-almanac-item-description-name {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #543519;
    text-align: center;
    margin-bottom: 8px
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-description-name {
        text-align: left
    }
}

.menu__right-items-almanac-item-description-value {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 18px;
    color: #6e4826;
    text-align: center
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-description-value {
        text-align: left
    }
}

.menu__right-items-almanac-item-price-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-almanac-item-price-wr {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-items-almanac-item-price-wr {
        margin-left: 111px
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-almanac-item-price-wr {
        margin-left: 0
    }
}

.menu__right-items-almanac-item-price {
    font-family: intro-regular, Helvetica, Arial, sans-serif;
    font-size: 1.875rem;
    color: #ed5454
}

@media screen and (min-width: 1900px) {
    .menu__right-items-almanac-item-price {
        font-size: 2.1875rem
    }
}

.menu__right-items-almanac-item-price-ico {
    fill: #ed5454;
    margin-left: 8px;
    width: 17px;
    height: 22px
}

@media screen and (min-width: 1900px) {
    .menu__right-items-almanac-item-price-ico {
        width: 20px;
        height: 25px
    }
}

.menu__right {
    width: 100%;
    height: 100%;
    background: url(../img/logo-bg2.svg) no-repeat 50%;
    background-size: 70%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .menu__right {
        background-size: auto;
        width: calc(100% - 190px);
        left: 190px
    }
}

.menu__right-decor-bottom {
    width: 255px;
    height: 230px;
    background: url(../img/menu-bg.svg) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .menu__right-decor-bottom {
        width: 510px;
        height: 460px
    }
}

.menu__right-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .menu__right-nav {
        left: 184px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.menu__right-nav-item {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    color: #261404;
    padding: 29px 29px 8px 29px;
    border-radius: 0 0 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-nav-item:nth-child(3) {
    display: none
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-nav-item:nth-child(3) {
        display: block
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-nav-item {
        padding: 35px 29px 18px 29px;
        font-size: 1.375rem
    }
}

.menu__right-nav-item:hover {
    color: #e21111
}

.menu__right-nav-item--active {
    background-color: #ecdcc3;
    color: #e21111;
    pointer-events: none
}

.menu__right-items-wr {
    margin: 90px 0 0 0;
    position: relative;
    z-index: 0;
    height: 100%
}

.menu__right-items {
    position: relative;
    height: calc(100% - 120px);
    padding: 0 20px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .menu__right-items {
        padding: 35px 45px 0 45px;
        height: calc(100% - 180px)
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items {
        padding: 35px 170px 0 45px
    }
}

.menu__right-preloader {
    position: absolute;
    top: -89px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1000
}

.menu__right-preloader--hide {
    opacity: 0;
    visibility: hidden
}

.menu__right-preloader--animation .menu__right-preloader-img-color-wr {
    -webkit-animation: loader-animation 1s ease 1 forwards;
    animation: loader-animation 1s ease 1 forwards
}

.menu__right-preloader-img {
    width: 371px;
    height: 386px;
    background: transparent url(../img/logo-loader.svg) no-repeat;
    position: relative;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .menu__right-preloader-img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.menu__right-preloader-img-color-wr {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .menu__right-preloader-img-color-wr {
        width: 371px
    }
}

.menu__right-preloader-img-color {
    content: "";
    position: absolute;
    background-image: url(../img/logo-loader-color.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 386px;
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .menu__right-preloader-img-color {
        width: 371px
    }
}

.menu__right-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .menu__right-item {
        font-size: 1.375rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 33px
    }
}

.menu__right-item:last-child {
    margin-bottom: 0
}

.menu__right-item-img-wr-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .menu__right-item-img-wr-link {
        display: block;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.menu__right-item-img-wr-link .menu__right-item-img-wr {
    background: #ecdcc3
}

.menu__right-item-img-wr-link .menu__right-item-img-wr:before {
    content: "";
    width: 95px;
    height: 95px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-item-img-wr-link .menu__right-item-img-wr:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.35);
    transform: scale(1.35)
}

.menu__right-item-img-wr-link .menu__right-item-img {
    -o-object-fit: cover;
    object-fit: cover
}

.menu__right-item-img-wr {
    position: relative;
    min-width: 95px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .menu__right-item-img-wr {
        margin: 0;
        margin-right: 45px
    }
}

.menu__right-item-img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-item-img--hide {
    opacity: 0
}

.menu__right-item-img-preloader {
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-item-img-preloader--hide {
    opacity: 0
}

.menu__right-item-desc {
    width: 100%;
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc {
        margin-top: 0
    }
}

.menu__right-item-desc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.menu__right-item-desc-title-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #593313;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-title-text {
        white-space: nowrap
    }
}

.menu__right-item-desc-title-text--link:hover {
    color: #e21111
}

.menu__right-item-desc-title-border {
    width: 100%;
    border-bottom: 1px dotted #593313;
    margin: 10px 0;
    max-width: 60%
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-title-border {
        margin: 0 7px;
        max-width: 100%
    }
}

.menu__right-item-price {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #e21111;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (min-width: 1200px) {
    .menu__right-item-price {
        min-width: 100px
    }
}

.menu__right-item-desc-right {
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-right {
        margin-top: 0
    }
}

.menu__right-item-desc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0
    }
}

.menu__right-item-desc-volume {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    margin-bottom: 8px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-volume {
        text-align: left
    }
}

.menu__right-item-desc-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    line-height: 18px;
    max-width: 250px;
    margin-bottom: 5px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .menu__right-item-desc-text {
        text-align: left
    }
}

.menu__right-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__right-item-add-basket {
    position: relative;
    z-index: 200;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 36px
}

.menu__right-item-add-basket--hide-breakfast {
    cursor: not-allowed
}

.menu__right-item-add-basket--hide-breakfast .menu__right-item-button {
    background: linear-gradient(195.94deg, #e7dfd7 -89.09%, #504941 145.51%);
    pointer-events: none
}

.menu__right-item-text-breakfast {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #74461e;
    text-align: center;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media

$
tablet767 {
    .menu__right-item-text-breakfast {
        font-size: .875rem
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-item-text-breakfast {
        margin-right: 10px
    }
}

.menu__right-item-button {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    border-radius: 17px;
    color: #fff;
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    height: 36px;
    width: 126px;
    font-size: .75rem;
    padding: 0 20px
}

.menu__right-item-button:hover {
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.menu__right-item-button--hide {
    opacity: 0;
    z-index: -2
}

.menu__right-item-no-delivered {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #74461e;
    text-align: center;
    margin: 0;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 17px;
    padding: 0 15px;
    margin-left: -15px
}

@media

$
tablet767 {
    .menu__right-item-no-delivered {
        font-size: .875rem
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-item-no-delivered {
        padding: 0 20px;
        margin-left: -20px
    }
}

.menu__right-item-counter {
    border: 1px solid #ed5454;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    position: relative;
    background-color: #fff;
    height: 34px;
    width: 124px
}

.menu__right-item-counter:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(255, 80, 80, .5);
    box-shadow: 0 10px 20px 0 rgba(255, 80, 80, .5)
}

.menu__right-item-counter--hide {
    opacity: 0;
    z-index: -2
}

.menu__right-item-counter-button {
    height: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 36px
}

.menu__right-item-counter-button:first-child:before,
.menu__right-item-counter-button:last-child:after,
.menu__right-item-counter-button:last-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #ed5454;
    width: 12px;
    left: 12px
}

.menu__right-item-counter-button:last-child:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu__right-item-counter-button--disabled {
    opacity: .5;
    pointer-events: none
}

.menu__right-item-counter-input {
    text-align: center;
    border: none;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    color: #e21111;
    position: relative;
    font-size: 1rem;
    width: 52px
}

.menu__right-items-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 122px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 25px auto
}

.menu__right-items-more,
.menu__right-items-more:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-items-more:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.menu__right-items-more:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.menu__right-items-more:hover:before {
    opacity: 1
}

.menu__right-items-more:hover .menu__right-items-more-ico,
.menu__right-items-more:hover .menu__right-items-more-text {
    color: #fff
}

.menu__right-items-more--loading {
    pointer-events: none
}

.menu__right-items-more--loading:before {
    opacity: 1
}

.menu__right-items-more--loading .menu__right-items-more-ico,
.menu__right-items-more--loading .menu__right-items-more-text {
    display: none
}

.menu__right-items-more--loading .menu__right-items-more-loader {
    display: block
}

.menu__right-items-more--hide {
    visibility: hidden;
    opacity: 0
}

.menu__right-items-more-ico {
    margin-right: 20px;
    color: #261404
}

.menu__right-items-more-ico,
.menu__right-items-more-text {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-items-more-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    text-transform: uppercase
}

.menu__right-items-more-loader {
    -webkit-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite;
    color: #fff;
    display: none
}

.menu__right-items-not-found {
    position: relative;
    height: calc(100% - 120px);
    padding: 0 20px 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .menu__right-items-not-found {
        padding: 0 40px 0 40px
    }
}

@media screen and (min-width: 1200px) {
    .menu__right-items-not-found {
        padding: 0 40px 0 206px;
        height: calc(100% - 180px)
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-items-not-found {
        padding: 0 54px 0 272px
    }
}

.menu__right-items-not-found-title {
    font-size: 1.5rem;
    line-height: 26px;
    color: #261404;
    margin-bottom: 19px
}

.menu__right-items-not-found-text,
.menu__right-items-not-found-title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center
}

.menu__right-items-not-found-text {
    font-size: 1.125rem;
    line-height: 24px;
    color: #74461e
}

.menu__right-wine {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-wine--show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu__right-wine .menu__right-preloader {
    top: 0
}

.menu__right-wine-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/logo-bg3.svg) no-repeat;
    background-size: 70%;
    background-position: 50%;
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-bg {
        background: url(../img/logo-bg3.svg) no-repeat 90%;
        background-size: auto
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-wine-bg {
        background-position: 535px
    }
}

@media screen and (min-width: 1900px) {
    .menu__right-wine-bg {
        background-position: 50%
    }
}

.menu__right-wine-decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.menu__right-wine-decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .menu__right-wine-decor-bottom {
        width: 640px;
        height: 500px
    }
}

.menu__right-wine-content {
    position: relative;
    margin: 90px 0 0 20px;
    height: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 20px
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 90px 0 0 35px;
        padding-right: 0;
        height: calc(100% - 180px)
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-wine-content {
        margin: 138px 0 0 108px
    }
}

.menu__right-wine-left {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-left {
        max-width: 366px
    }
}

.menu__right-wine-back {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    line-height: 18px;
    margin-bottom: 22px;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-back {
        margin-bottom: 42px
    }
}

.menu__right-wine-back:hover {
    color: #e21111
}

.menu__right-wine-back-ico {
    margin-right: 14px
}

.menu__right-wine-title {
    font-family: intro-regular, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 32px
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-title {
        font-size: 2.1875rem;
        max-width: 255px;
        line-height: 40px;
        text-align: left
    }
}

.menu__right-wine-chars {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    column-gap: 70px;
    -webkit-column-rule: 1px solid rgba(80, 73, 65, .3);
    column-rule: 1px solid rgba(80, 73, 65, .3);
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 45px
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-chars {
        max-width: 100%;
        margin: 0;
        margin-bottom: 45px
    }
}

.menu__right-wine-chars-item {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #261404;
    line-height: 1.3
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-chars-item {
        line-height: 1.7
    }
}

.menu__right-wine-item {
    margin-bottom: 45px
}

.menu__right-wine-item:nth-child(2) .menu__right-wine-item-text {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-item:nth-child(2) .menu__right-wine-item-text {
        max-width: 277px
    }
}

.menu__right-wine-item:nth-child(3) .menu__right-wine-item-text {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-item:nth-child(3) .menu__right-wine-item-text {
        max-width: 221px
    }
}

.menu__right-wine-item-title {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #261404;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 19px
}

.menu__right-wine-item-ico {
    margin-right: 17px
}

.menu__right-wine-item-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    line-height: 21px
}

.menu__right-wine-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-right {
        max-width: 283px;
        margin-left: 33px
    }
}

@media screen and (min-width: 1600px) {
    .menu__right-wine-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 107px
    }
}

@media screen and (min-width: 2000px) {
    .menu__right-wine-right {
        margin-left: 425px
    }
}

.menu__right-wine-img-wr {
    width: 178px;
    height: 311px;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .menu__right-wine-img-wr {
        height: 511px
    }
}

.menu__right-wine-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.menu__right-wine-img--hide {
    opacity: 0
}

.menu__right-wine-price {
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #261404;
    margin-bottom: 40px
}

.menu__right-wine-note {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #fff;
    line-height: 16px;
    padding: 24px 24px 24px 84px;
    background: rgba(45, 20, 0, .2) url(../img/note.svg) no-repeat 24px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.menu__right-almanac {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    border: none
}

.menu__right-almanac iframe {
    border: none
}

.menu .ps__rail-y {
    opacity: 1
}

.menu .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    right: 7px !important
}

.menu .ps .ps__rail-x.ps--clicking,
.menu .ps .ps__rail-x:focus,
.menu .ps .ps__rail-x:hover,
.menu .ps .ps__rail-y.ps--clicking,
.menu .ps .ps__rail-y:focus,
.menu .ps .ps__rail-y:hover,
.menu .ps__rail-y.ps--clicking .ps__thumb-y,
.menu .ps__rail-y:focus > .ps__thumb-y,
.menu .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.menu .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -5px
}

.menu__left-filters:hover .ps__rail-y,
.menu__left-nav:hover .ps__rail-y {
    opacity: 0 !important
}

.menu__left-filters.ps--active-y .ps__rail-y,
.menu__left-nav.ps--active-y .ps__rail-y {
    opacity: 1 !important
}

.menu__left-filters .ps__rail-y,
.menu__left-nav .ps__rail-y {
    opacity: 0
}

.menu__left-filters .ps__rail-y.ps--clicking .ps__thumb-y,
.menu__left-filters .ps__rail-y:focus > .ps__thumb-y,
.menu__left-filters .ps__rail-y:hover > .ps__thumb-y,
.menu__left-nav .ps__rail-y.ps--clicking .ps__thumb-y,
.menu__left-nav .ps__rail-y:focus > .ps__thumb-y,
.menu__left-nav .ps__rail-y:hover > .ps__thumb-y {
    background-color: #593313 !important
}

.menu__left-filters .ps .ps__rail-x.ps--clicking,
.menu__left-filters .ps .ps__rail-x:focus,
.menu__left-filters .ps .ps__rail-x:hover,
.menu__left-filters .ps .ps__rail-y.ps--clicking,
.menu__left-filters .ps .ps__rail-y:focus,
.menu__left-filters .ps .ps__rail-y:hover,
.menu__left-nav .ps .ps__rail-x.ps--clicking,
.menu__left-nav .ps .ps__rail-x:focus,
.menu__left-nav .ps .ps__rail-x:hover,
.menu__left-nav .ps .ps__rail-y.ps--clicking,
.menu__left-nav .ps .ps__rail-y:focus,
.menu__left-nav .ps .ps__rail-y:hover {
    background: #593313 !important
}

.menu__left-filters .ps__rail-y > .ps__thumb-y,
.menu__left-nav .ps__rail-y > .ps__thumb-y {
    width: 10px !important;
    height: 100px !important;
    background: #593313 !important;
    border-radius: 10px !important;
    right: 0 !important
}

.about {
    height: 100%;
    background: #f7f2ed;
    padding: 60px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .about {
        padding: 60px 0 0 55px
    }
}

.about__border {
    background: #504941;
    position: absolute
}

.about__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.about__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.about__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.about__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.about__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.about__corner--tl {
    top: 10px;
    left: 10px
}

.about__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.about__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.about__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.about__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.about__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .about__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.about__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .about__title {
        text-align: left
    }
}

.about__content {
    position: relative;
    height: calc(100% - 115px);
    padding: 95px 20px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .about__content {
        padding: 65px 55px 0 0
    }
}

@media screen and (min-width: 1600px) {
    .about__content {
        padding: 85px 175px 0 0
    }
}

.about__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ecdcc3;
    position: relative;
    margin-bottom: 30px;
    border-radius: 35px 0 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .about__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 300px
    }
}

@media screen and (min-width: 1600px) {
    .about__top {
        height: 370px;
        margin-bottom: 50px
    }
}

@media screen and (min-width: 2000px) {
    .about__top {
        height: 450px
    }
}

.about__top-photo-wr {
    width: 130px;
    height: 130px;
    border: 2px solid #f7f2ed;
    background: #ecdcc9;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

@media screen and (min-width: 1200px) {
    .about__top-photo-wr {
        left: calc(60% - 65px);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (min-width: 1600px) {
    .about__top-photo-wr {
        width: 167px;
        height: 167px;
        top: -84px;
        left: calc(50% - 84px)
    }
}

.about__top-photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.about__top-photo--hide {
    opacity: 0
}

.about__top-slider {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 300px;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .about__top-slider {
        width: 60%;
        height: 100%;
        overflow: visible
    }
}

@media screen and (min-width: 1600px) {
    .about__top-slider {
        width: 50%
    }
}

.about__top-slider .swiper-container {
    height: 100%;
    border-radius: 35px 0 35px 0
}

.about__top-slider .swiper-slide {
    background: #ccc
}

.about__top-slider .swiper-pagination {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 115px;
    right: -40px;
    position: absolute
}

@media screen and (min-width: 1200px) {
    .about__top-slider .swiper-pagination {
        right: -62px
    }
}

@media screen and (min-width: 1600px) {
    .about__top-slider .swiper-pagination {
        bottom: 187px
    }
}

.about__top-slider .swiper-pagination-bullet {
    opacity: 1;
    margin: 6px;
    position: relative;
    background: #fff;
    width: 14px;
    height: 14px
}

.about__top-slider .swiper-pagination-bullet:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff569c;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.about__top-slider .swiper-pagination-bullet-active:after,
.about__top-slider .swiper-pagination-bullet:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.about__top-slider-slide {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.about__top-slider-slide--hide {
    opacity: 0
}

.about__top-quote {
    width: 100%;
    padding: 60px 40px 30px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .about__top-quote {
        width: 40%;
        padding: 80px 40px 0 40px
    }
}

@media screen and (min-width: 1600px) {
    .about__top-quote {
        width: 50%;
        padding: 110px 83px 0 83px
    }
}

.about__top-quote-text {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #74461e;
    font-weight: 700;
    line-height: 21px;
    height: 100px
}

@media screen and (min-width: 1600px) {
    .about__top-quote-text {
        height: 150px
    }
}

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

@media screen and (min-width: 1200px) {
    .about__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.about__bottom-text {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .about__bottom-text {
        max-width: 500px
    }
}

@media screen and (min-width: 1600px) {
    .about__bottom-text {
        max-width: 660px
    }
}

.about__bottom-text p {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #261404;
    line-height: 21px;
    margin: 0 0 20px 0
}

.about__bottom-items {
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .about__bottom-items {
        margin: 0;
        margin-left: 50px
    }
}

@media screen and (min-width: 1600px) {
    .about__bottom-items {
        margin-left: 164px
    }
}

.about__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    color: #74461e;
    margin-bottom: 20px
}

@media screen and (min-width: 1600px) {
    .about__bottom-item {
        margin-bottom: 35px
    }
}

.about__bottom-item-ico {
    margin-right: 45px
}

.about .ps__rail-y {
    opacity: 1;
    right: 3px
}

.about .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.about .ps__rail-y.ps--clicking .ps__thumb-y,
.about .ps__rail-y:focus > .ps__thumb-y,
.about .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.about .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

.photo-reports {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed;
    padding: 45px 0 0 20px
}

@media screen and (min-width: 1200px) {
    .photo-reports {
        padding: 45px 0 0 55px
    }
}

@media screen and (min-width: 1600px) {
    .photo-reports {
        padding: 55px 0 0 55px
    }
}

.photo-reports__border {
    background: #504941;
    position: absolute
}

.photo-reports__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 6
}

.photo-reports__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.photo-reports__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 6
}

.photo-reports__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 6
}

.photo-reports__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 6
}

.photo-reports__corner--tl {
    top: 10px;
    left: 10px
}

.photo-reports__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.photo-reports__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.photo-reports__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.photo-reports__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.photo-reports__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .photo-reports__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.photo-reports__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 20px
}

@media screen and (min-width: 1200px) {
    .photo-reports__title {
        text-align: left;
        padding-right: 0
    }
}

@media screen and (min-width: 1600px) {
    .photo-reports__title {
        margin-bottom: 40px
    }
}

.photo-reports__content {
    position: relative;
    height: calc(100% - 135px);
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .photo-reports__content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .photo-reports__content {
        padding-right: 205px;
        height: calc(100% - 155px)
    }
}

.photo-reports__items {
    display: grid;
    grid-template-columns: repeat(1, 280px);
    grid-column-gap: 56px;
    grid-row-gap: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .photo-reports__items {
        grid-template-columns: repeat(3, 1fr);
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

@media screen and (min-width: 1600px) {
    .photo-reports__items {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width: 2000px) {
    .photo-reports__items {
        grid-template-columns: repeat(5, 1fr)
    }
}

.photo-reports__items--hide {
    visibility: hidden;
    opacity: 0
}

.photo-reports__item:hover .photo-reports__item-img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.photo-reports__item:hover .photo-reports__item-img-overlay {
    visibility: visible;
    opacity: 1
}

.photo-reports__item:hover .photo-reports__item-title {
    color: #e21111
}

.photo-reports__item-img-wr {
    width: 100%;
    height: 150px;
    border-radius: 25px 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 12px;
    position: relative;
    background: #ecdcc3
}

@media screen and (min-width: 1600px) {
    .photo-reports__item-img-wr {
        height: 170px
    }
}

@media screen and (min-width: 2000px) {
    .photo-reports__item-img-wr {
        height: 200px
    }
}

.photo-reports__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.photo-reports__item-img--hide {
    opacity: 0
}

.photo-reports__item-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(116, 70, 30, .7);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.photo-reports__item-img-overlay-ico {
    margin-bottom: 16px
}

.photo-reports__item-img-overlay-text {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #fff
}

.photo-reports__item-title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #74461e;
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.photo-reports__item-date {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #261404
}

.photo-reports__items-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 122px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 25px auto
}

.photo-reports__items-more,
.photo-reports__items-more:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.photo-reports__items-more:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.photo-reports__items-more:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.photo-reports__items-more:hover:before {
    opacity: 1
}

.photo-reports__items-more:hover .photo-reports__items-more-ico,
.photo-reports__items-more:hover .photo-reports__items-more-text {
    color: #fff
}

.photo-reports__items-more--loading {
    pointer-events: none
}

.photo-reports__items-more--loading:before {
    opacity: 1
}

.photo-reports__items-more--loading .photo-reports__items-more-ico,
.photo-reports__items-more--loading .photo-reports__items-more-text {
    display: none
}

.photo-reports__items-more--loading .photo-reports__items-more-loader {
    display: block
}

.photo-reports__items-more--hide {
    visibility: hidden;
    opacity: 0
}

.photo-reports__items-more-ico {
    margin-right: 20px;
    color: #261404
}

.photo-reports__items-more-ico,
.photo-reports__items-more-text {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.photo-reports__items-more-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    text-transform: uppercase
}

.photo-reports__items-more-loader {
    -webkit-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite;
    color: #fff;
    display: none
}

.photo-reports__album {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #f7f2ed;
    padding: 45px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .photo-reports__album {
        padding: 45px 0 0 55px
    }
}

@media screen and (min-width: 1600px) {
    .photo-reports__album {
        padding: 55px 0 0 55px
    }
}

.photo-reports__album--show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.photo-reports__album-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1000
}

.photo-reports__album-preloader--hide {
    opacity: 0;
    visibility: hidden
}

.photo-reports__album-preloader--animation .photo-reports__album-preloader-img-color-wr {
    -webkit-animation: loader-animation 1s ease 1 forwards;
    animation: loader-animation 1s ease 1 forwards
}

.photo-reports__album-preloader-img {
    width: 371px;
    height: 386px;
    background: transparent url(../img/logo-loader.svg) no-repeat;
    position: relative;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .photo-reports__album-preloader-img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.photo-reports__album-preloader-img-color-wr {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .photo-reports__album-preloader-img-color-wr {
        width: 371px
    }
}

.photo-reports__album-preloader-img-color {
    content: "";
    position: absolute;
    background-image: url(../img/logo-loader-color.svg);
    height: 386px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width: 1200px) {
    .photo-reports__album-preloader-img-color {
        width: 371px
    }
}

.photo-reports__album-decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.photo-reports__album-decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .photo-reports__album-decor-bottom {
        width: 640px;
        height: 500px
    }
}

.photo-reports__album-title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 20px
}

@media screen and (min-width: 1200px) {
    .photo-reports__album-title {
        text-align: left;
        padding-right: 0
    }
}

.photo-reports__album-back {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.photo-reports__album-back:hover {
    color: #e21111
}

.photo-reports__album-content {
    position: relative;
    padding-right: 20px;
    height: calc(100% - 175px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .photo-reports__album-content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .photo-reports__album-content {
        padding-right: 205px
    }
}

.photo-reports__album-back-ico {
    margin-right: 14px
}

.photo-reports .ps__rail-y {
    opacity: 1
}

.photo-reports .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    right: 7px !important
}

.photo-reports .ps .ps__rail-x.ps--clicking,
.photo-reports .ps .ps__rail-x:focus,
.photo-reports .ps .ps__rail-x:hover,
.photo-reports .ps .ps__rail-y.ps--clicking,
.photo-reports .ps .ps__rail-y:focus,
.photo-reports .ps .ps__rail-y:hover,
.photo-reports .ps__rail-y.ps--clicking .ps__thumb-y,
.photo-reports .ps__rail-y:focus > .ps__thumb-y,
.photo-reports .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.photo-reports .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -5px
}

.advertisement {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed url(/img/logo-bg2.svg) no-repeat 50%;
    padding: 45px 0 0 20px
}

@media screen and (min-width: 1200px) {
    .advertisement {
        padding: 45px 0 0 55px
    }
}

@media screen and (min-width: 1600px) {
    .advertisement {
        padding: 55px 0 0 55px
    }
}

.advertisement__border {
    background: #504941;
    position: absolute
}

.advertisement__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 7
}

.advertisement__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.advertisement__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 7
}

.advertisement__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 7
}

.advertisement__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 6
}

.advertisement__corner--tl {
    top: 10px;
    left: 10px
}

.advertisement__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.advertisement__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.advertisement__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.advertisement__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.advertisement__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .advertisement__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.advertisement__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .advertisement__title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .advertisement__title {
        margin-bottom: 40px
    }
}

.advertisement__content {
    position: relative;
    height: calc(100% - 135px);
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .advertisement__content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .advertisement__content {
        padding-right: 205px;
        height: calc(100% - 155px)
    }
}

.advertisement__items {
    display: grid;
    grid-template-columns: repeat(1, 280px);
    grid-column-gap: 56px;
    grid-row-gap: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .advertisement__items {
        grid-template-columns: repeat(3, 1fr);
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

@media screen and (min-width: 1600px) {
    .advertisement__items {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media screen and (min-width: 2000px) {
    .advertisement__items {
        grid-template-columns: repeat(5, 1fr)
    }
}

.advertisement__items--hide {
    visibility: hidden;
    opacity: 0
}

.advertisement__item:hover .advertisement__item-img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.advertisement__item:hover .advertisement__item-img-overlay {
    visibility: visible;
    opacity: 1
}

.advertisement__item:hover .advertisement__item-title {
    color: #e21111
}

.advertisement__item-img-wr {
    width: 100%;
    height: 150px;
    border-radius: 25px 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 12px;
    position: relative;
    background: #ecdcc3
}

@media screen and (min-width: 1600px) {
    .advertisement__item-img-wr {
        height: 170px
    }
}

@media screen and (min-width: 2000px) {
    .advertisement__item-img-wr {
        height: 200px
    }
}

.advertisement__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.advertisement__item-img--hide {
    opacity: 0
}

.advertisement__item-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.advertisement__item-img-overlay-ico {
    margin-bottom: 16px
}

.advertisement__item-img-overlay-text {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #fff
}

.advertisement__item-title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: #74461e;
    line-height: 24px;
    margin-bottom: 12px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .advertisement__item-title {
        height: 48px
    }
}

.advertisement__item-date {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    color: #261404
}

.advertisement__items-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 122px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 25px auto
}

.advertisement__items-more,
.advertisement__items-more:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.advertisement__items-more:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.advertisement__items-more:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.advertisement__items-more:hover:before {
    opacity: 1
}

.advertisement__items-more:hover .advertisement__items-more-ico,
.advertisement__items-more:hover .advertisement__items-more-text {
    color: #fff
}

.advertisement__items-more--loading {
    pointer-events: none
}

.advertisement__items-more--loading:before {
    opacity: 1
}

.advertisement__items-more--loading .advertisement__items-more-ico,
.advertisement__items-more--loading .advertisement__items-more-text {
    display: none
}

.advertisement__items-more--loading .advertisement__items-more-loader {
    display: block
}

.advertisement__items-more--hide {
    visibility: hidden;
    opacity: 0
}

.advertisement__items-more-ico {
    margin-right: 20px;
    color: #261404
}

.advertisement__items-more-ico,
.advertisement__items-more-text {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.advertisement__items-more-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    text-transform: uppercase
}

.advertisement__items-more-loader {
    -webkit-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite;
    color: #fff;
    display: none
}

.advertisement__card {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #f7f2ed url(/img/logo-bg2.svg) no-repeat 50%;
    padding: 45px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .advertisement__card {
        padding: 45px 0 0 55px
    }
}

@media screen and (min-width: 1600px) {
    .advertisement__card {
        padding: 55px 0 0 55px
    }
}

.advertisement__card--show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.advertisement__card-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f2ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1000
}

.advertisement__card-preloader--hide {
    opacity: 0;
    visibility: hidden
}

.advertisement__card-preloader--animation .advertisement__card-preloader-img-color-wr {
    -webkit-animation: loader-animation 1s ease 1 forwards;
    animation: loader-animation 1s ease 1 forwards
}

.advertisement__card-preloader-img {
    width: 371px;
    height: 386px;
    background: transparent url(../img/logo-loader.svg) no-repeat;
    position: relative;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .advertisement__card-preloader-img {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.advertisement__card-preloader-img-color-wr {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .advertisement__card-preloader-img-color-wr {
        width: 371px
    }
}

.advertisement__card-preloader-img-color {
    content: "";
    position: absolute;
    background-image: url(../img/logo-loader-color.svg);
    width: 100%;
    height: 386px;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .advertisement__card-preloader-img-color {
        width: 371px
    }
}

.advertisement__card-decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.advertisement__card-decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .advertisement__card-decor-bottom {
        width: 640px;
        height: 500px
    }
}

.advertisement__card-title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 20px
}

@media screen and (min-width: 1200px) {
    .advertisement__card-title {
        text-align: left;
        padding-right: 0
    }
}

.advertisement__card-back {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    line-height: 18px;
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.advertisement__card-back:hover {
    color: #e21111
}

.advertisement__card-content {
    position: relative;
    padding-right: 20px;
    height: calc(100% - 175px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .advertisement__card-content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .advertisement__card-content {
        padding-right: 205px
    }
}

.advertisement__card-back-ico {
    margin-right: 14px
}

.advertisement__card-img-wr {
    background: #ecdcc3;
    display: block;
    width: 100%;
    height: auto;
    max-width: 345px;
    margin: 0 auto;
    margin-bottom: 20px
}

@media screen and (min-width: 1200px) {
    .advertisement__card-img-wr {
        margin: 0;
        margin-bottom: 20px;
        width: 345px;
        height: 345px
    }
}

.advertisement__card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.advertisement__card-img--hide {
    opacity: 0
}

.advertisement__card-date {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    margin-bottom: 15px
}

.advertisement__card-name {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    color: #e21111;
    margin-bottom: 15px
}

.advertisement__card-time {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    margin-bottom: 20px
}

.advertisement__card-time span {
    font-family: roboto-medium, Helvetica, Arial, sans-serif
}

.advertisement__card-address {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    margin-bottom: 20px
}

.advertisement__card-address span {
    font-family: roboto-medium, Helvetica, Arial, sans-serif
}

.advertisement__card-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404
}

.advertisement .ps__rail-y {
    opacity: 1
}

.advertisement .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    right: 7px !important
}

.advertisement .ps .ps__rail-x.ps--clicking,
.advertisement .ps .ps__rail-x:focus,
.advertisement .ps .ps__rail-x:hover,
.advertisement .ps .ps__rail-y.ps--clicking,
.advertisement .ps .ps__rail-y:focus,
.advertisement .ps .ps__rail-y:hover,
.advertisement .ps__rail-y.ps--clicking .ps__thumb-y,
.advertisement .ps__rail-y:focus > .ps__thumb-y,
.advertisement .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.advertisement .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -5px
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.tour {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed url(../img/logo-bg3.svg) no-repeat 50%;
    padding: 45px 0 0 20px;
    background-size: 70%
}

@media screen and (min-width: 1200px) {
    .tour {
        padding: 45px 0 0 55px;
        background-size: auto
    }
}

@media screen and (min-width: 1600px) {
    .tour {
        padding: 55px 0 0 55px
    }
}

.tour__border {
    background: #504941;
    position: absolute
}

.tour__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.tour__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.tour__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.tour__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.tour__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.tour__corner--tl {
    top: 10px;
    left: 10px
}

.tour__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tour__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.tour__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tour__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.tour__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .tour__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.tour__decor-left {
    width: 165px;
    height: 227px;
    position: absolute;
    top: 300px;
    left: 0;
    background: url(../img/decor-left.svg) no-repeat;
    background-size: cover
}

.tour__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 20px
}

@media screen and (min-width: 1200px) {
    .tour__title {
        text-align: left;
        padding-right: 0
    }
}

@media screen and (min-width: 1600px) {
    .tour__title {
        margin-bottom: 40px
    }
}

.tour__content {
    position: relative;
    height: calc(100% - 135px);
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .tour__content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .tour__content {
        height: calc(100% - 155px)
    }
}

.tour__text {
    padding: 35px 20px;
    background: #ecdcc3;
    border-radius: 25px 0 25px 0;
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #261404;
    margin-bottom: 78px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .tour__text {
        text-align: left;
        padding: 55px 85px;
        font-size: 1.625rem
    }
}

.tour__btn {
    width: 243px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.tour__btn,
.tour__btn:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.tour__btn:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.tour__btn:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.tour__btn:hover:before {
    opacity: 1
}

.reviews {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed url(/img/logo-bg3.svg) no-repeat 50%;
    background-size: 70%;
    padding: 45px 0 0 20px
}

@media screen and (min-width: 1200px) {
    .reviews {
        padding: 45px 0 0 55px;
        background: #f7f2ed url(/img/logo-bg3.svg) no-repeat 85%;
        background-size: auto
    }
}

@media screen and (min-width: 1600px) {
    .reviews {
        background-position: 81.5%;
        padding: 55px 0 0 55px
    }
}

@media screen and (min-width: 1900px) {
    .reviews {
        background-position: 85%
    }
}

@media screen and (min-width: 2000px) {
    .reviews {
        background-position: 90.2%
    }
}

.reviews__border {
    background: #504941;
    position: absolute
}

.reviews__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.reviews__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.reviews__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.reviews__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.reviews__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.reviews__corner--tl {
    top: 10px;
    left: 10px
}

.reviews__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.reviews__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.reviews__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reviews__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.reviews__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .reviews__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.reviews__decor-left {
    width: 165px;
    height: 227px;
    position: absolute;
    top: 300px;
    left: 0;
    background: url(../img/decor-left.svg) no-repeat;
    background-size: cover
}

.reviews__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-right: 20px
}

@media screen and (min-width: 1200px) {
    .reviews__title {
        text-align: left;
        padding-right: 0
    }
}

@media screen and (min-width: 1600px) {
    .reviews__title {
        margin-bottom: 40px
    }
}

.reviews__content {
    position: relative;
    height: calc(100% - 135px);
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .reviews__content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .reviews__content {
        margin: 0 359px 0 215px;
        height: calc(100% - 155px)
    }
}

.reviews__item-right {
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .reviews__item-right {
        margin-top: 0
    }
}

.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .reviews__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.reviews__item:last-child {
    margin-bottom: 0
}

.reviews__item-img-wr {
    width: 95px;
    min-width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    background: #ecdcc3;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .reviews__item-img-wr {
        margin: 0;
        margin-right: 45px
    }
}

.reviews__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.reviews__item-img--hide {
    opacity: 0
}

.reviews__item-name {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #593313;
    margin-bottom: 11px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .reviews__item-name {
        text-align: left
    }
}

.reviews__item-date {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    margin-bottom: 8px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .reviews__item-date {
        text-align: left
    }
}

.reviews__item-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .reviews__item-text {
        text-align: left
    }
}

.reviews__item-link {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #e21111;
    text-decoration: underline;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .reviews__item-link {
        width: auto
    }
}

.reviews__item-link:hover .reviews__item-link-title {
    opacity: 1
}

.reviews__item-link-title {
    position: absolute;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    line-height: 14px;
    color: #74461e;
    text-decoration: none;
    padding: 8px 16px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    top: -40px;
    white-space: nowrap;
    background-color: #fff;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    pointer-events: none
}

@media screen and (min-width: 1200px) {
    .reviews__item-link-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 1600px) {
    .reviews__item-link-title {
        font-size: .875rem;
        line-height: 16px;
        padding: 10px 20px;
        top: -50px;
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 14px rgba(0, 0, 0, .2)
    }
}

.reviews__item-link-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    background-color: #fff
}

@media screen and (min-width: 1600px) {
    .reviews__item-link-title:before {
        top: 30px
    }
}

.reviews__items-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 122px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 25px auto
}

.reviews__items-more,
.reviews__items-more:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.reviews__items-more:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.reviews__items-more:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.reviews__items-more:hover:before {
    opacity: 1
}

.reviews__items-more:hover .reviews__items-more-ico,
.reviews__items-more:hover .reviews__items-more-text {
    color: #fff
}

.reviews__items-more--loading {
    pointer-events: none
}

.reviews__items-more--loading:before {
    opacity: 1
}

.reviews__items-more--loading .reviews__items-more-ico,
.reviews__items-more--loading .reviews__items-more-text {
    display: none
}

.reviews__items-more--loading .reviews__items-more-loader {
    display: block
}

.reviews__items-more--hide {
    visibility: hidden;
    opacity: 0
}

.reviews__items-more-ico {
    margin-right: 20px;
    color: #261404
}

.reviews__items-more-ico,
.reviews__items-more-text {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.reviews__items-more-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    text-transform: uppercase
}

.reviews__items-more-loader {
    -webkit-animation: rotation 1.2s linear infinite;
    animation: rotation 1.2s linear infinite;
    color: #fff;
    display: none
}

.reviews .ps__rail-y {
    opacity: 1;
    right: 3px
}

.reviews .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

@media screen and (min-width: 1600px) {
    .reviews .ps--active-y > .ps__rail-y {
        background-color: #504941;
        right: 8px !important
    }
}

.reviews .ps__rail-y.ps--clicking .ps__thumb-y,
.reviews .ps__rail-y:focus > .ps__thumb-y,
.reviews .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.reviews .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

.contacts {
    height: 100%;
    background: #f7f2ed url(/img/logo-bg2.svg) no-repeat 85%;
    padding: 45px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1600px) {
    .contacts {
        background: #f7f2ed url(/img/logo-bg2.svg) no-repeat 81.5%;
        padding: 55px 0 0 0
    }
}

@media screen and (min-width: 1900px) {
    .contacts {
        background: #f7f2ed url(/img/logo-bg2.svg) no-repeat 85%
    }
}

.contacts__border {
    background: #504941;
    position: absolute
}

.contacts__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.contacts__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.contacts__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.contacts__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 6
}

.contacts__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.contacts__corner--tl {
    top: 10px;
    left: 10px
}

.contacts__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.contacts__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.contacts__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.contacts__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.contacts__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .contacts__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.contacts__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .contacts__title {
        margin-left: 55px;
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .contacts__title {
        margin-bottom: 30px
    }
}

.contacts__content {
    position: relative;
    height: calc(100% - 150px);
    padding-left: 20px;
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .contacts__content {
        padding-left: 55px;
        padding-right: 0
    }
}

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

@media screen and (min-width: 1200px) {
    .contacts__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.contacts__left {
    width: 100%;
    border-radius: 0 0 25px 0;
    position: relative
}

@media screen and (min-width: 1200px) {
    .contacts__left {
        width: 50%;
        padding: 50px 80px 0 60px;
        left: -55px;
        background: #ecdcc3
    }
}

.contacts__map-wr {
    position: relative;
    padding-top: 20px
}

@media screen and (min-width: 1200px) {
    .contacts__map-wr {
        height: 285px;
        padding-top: 0
    }
}

.contacts__map {
    height: 416px;
    width: 100%;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 21px rgba(89, 51, 19, .15);
    box-shadow: 0 0 21px rgba(89, 51, 19, .15);
    position: relative
}

.contacts__map-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc url(/img/logo-bg3.svg) no-repeat 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 10
}

.contacts__map-preloader--hide {
    opacity: 0;
    visibility: hidden
}

.contacts__map-content-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.contacts__right {
    position: relative;
    top: 40px
}

@media screen and (min-width: 1200px) {
    .contacts__right {
        left: -100px;
        top: 90px
    }
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (min-width: 1200px) {
    .contacts__item {
        margin-bottom: 38px
    }
}

.contacts__item-ico {
    color: #74461e;
    margin-right: 20px
}

@media screen and (min-width: 1200px) {
    .contacts__item-ico {
        margin-right: 60px
    }
}

.contacts__item-link,
.contacts__item-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    line-height: 22px
}

.contacts__item-link {
    display: block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contacts__item-link:hover {
    color: #d8a950
}

.contacts__socials {
    margin-top: 30px
}

@media screen and (min-width: 1200px) {
    .contacts__socials {
        margin-left: 82px;
        margin-top: 0
    }
}

.contacts__socials-title {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    margin-bottom: 24px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .contacts__socials-title {
        text-align: left;
        margin-bottom: 34px
    }
}

.contacts__socials-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .contacts__socials-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.contacts__socials-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ecdcc3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contacts__socials-item:last-child {
    margin-right: 0
}

.contacts__socials-item--instagram {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.contacts__socials-item--instagram:before {
    content: "";
    background: linear-gradient(218.77deg, #743da7 5.16%, #b63565 38.49%, #de3022 62.44%, #eac844 83.27%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contacts__socials-item--instagram:hover:before {
    opacity: 1
}

.contacts__socials-item--instagram:hover .contacts__socials-item-ico {
    color: #fff
}

.contacts__socials-item--vk:hover {
    background: #5d7bbd
}

.contacts__socials-item--vk:hover .contacts__socials-item-ico {
    color: #fff
}

.contacts__socials-item--telegram:hover {
    background: #229ed9
}

.contacts__socials-item--telegram:hover .contacts__socials-item-ico {
    color: #fff
}

.contacts__socials-item--facebook:hover {
    background: #4460c1
}

.contacts__socials-item--facebook:hover .contacts__socials-item-ico {
    color: #fff
}

.contacts__socials-item-ico {
    color: #593313;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contacts__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    margin: 90px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .contacts__form {
        margin: 170px 0 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 10px
    }
}

@media screen and (min-width: 1600px) {
    .contacts__form {
        margin: 170px 0 0 100px
    }
}

@media screen and (min-width: 2000px) {
    .contacts__form {
        margin: 170px 0 0 250px
    }
}

.contacts__form--hide {
    opacity: 0;
    z-index: -20
}

.contacts__form-left {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .contacts__form-left {
        margin-right: 120px;
        width: auto
    }
}

.contacts__form-left--hide {
    visibility: hidden;
    opacity: 0
}

.contacts__form-col,
.contacts__form-row {
    margin-bottom: 10px
}

@media screen and (min-width: 1600px) {
    .contacts__form-col,
    .contacts__form-row {
        margin-bottom: 15px
    }
}

.contacts__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts__form-col,
.contacts__form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.contacts__form-col .contacts__form-row {
    width: 50%;
    margin-bottom: 0
}

.contacts__form-col .contacts__form-row:last-child {
    border-left: 1px solid #979797
}

.contacts__form-col .contacts__form-row:last-child .contacts__form-input,
.contacts__form-col .contacts__form-row:last-child .contacts__form-label {
    padding-left: 10px
}

.contacts__form-label {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    margin-bottom: 6px
}

@media screen and (min-width: 1600px) {
    .contacts__form-label {
        font-size: 1rem;
        margin-bottom: 10px
    }
}

.contacts__form-input,
.contacts__form-textarea {
    border: none;
    background: transparent;
    border-bottom: 1px solid #979797;
    padding: 4px 0;
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #464646
}

@media screen and (min-width: 1600px) {
    .contacts__form-input,
    .contacts__form-textarea {
        font-size: 1rem;
        padding: 5px 0
    }
}

.contacts__form-input:invalid,
.contacts__form-textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.contacts__form-textarea {
    resize: none;
    height: 80px
}

@media screen and (min-width: 1600px) {
    .contacts__form-textarea {
        height: 100px
    }
}

.contacts__agreement,
.contacts__form-clear {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #7f8187;
    text-align: center;
    display: block;
    margin: 0 auto 30px auto
}

@media screen and (min-width: 1600px) {
    .contacts__agreement,
    .contacts__form-clear {
        font-size: 1rem
    }
}

.contacts__form-clear {
    margin-bottom: 0;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin-top: 25px
}

@media screen and (min-width: 1200px) {
    .contacts__form-clear {
        margin-top: 0
    }
}

.contacts__form-clear:hover {
    color: #d8a950
}

.contacts__form-right {
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .contacts__form-right {
        max-width: 185px;
        margin-top: 0
    }
}

.contacts__form-right--hide {
    visibility: hidden;
    opacity: 0
}

.contacts__send-btn {
    width: 183px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin: 0 auto;
    margin-bottom: 33px;
    display: block;
    content: "";
    border-radius: 25px
}

@media screen and (min-width: 1200px) {
    .contacts__send-btn {
        margin: 0;
        margin-bottom: 33px;
        display: inline
    }
}

.contacts__send-btn:before {
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.contacts__send-btn:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.contacts__send-btn:hover:before {
    opacity: 1
}

.contacts__agreement {
    font-size: .75rem
}

@media screen and (min-width: 1600px) {
    .contacts__agreement {
        font-size: .875rem
    }
}

.contacts__agreement-link {
    margin-left: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.contacts__agreement-link:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #d8a950;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: -2px
}

.contacts__agreement-link:hover {
    color: #d8a950
}

.contacts__agreement-link:hover:before {
    width: 100%
}

.contacts__form-message {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 470px;
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .contacts__form-message {
        text-align: left
    }
}

.contacts__form-message--show {
    visibility: visible;
    opacity: 1
}

.contacts .ps__rail-y {
    opacity: 1;
    right: 3px
}

.contacts .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.contacts .ps__rail-y.ps--clicking .ps__thumb-y,
.contacts .ps__rail-y:focus > .ps__thumb-y,
.contacts .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.contacts .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

.privacy-policy {
    height: 100%;
    background: #f7f2ed url(/img/logo-bg2.svg) no-repeat 50%;
    padding: 45px 0 0 55px
}

@media screen and (min-width: 1600px) {
    .privacy-policy {
        padding: 55px 175px 0 55px
    }
}

.privacy-policy__border {
    background: #504941;
    position: absolute
}

.privacy-policy__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.privacy-policy__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.privacy-policy__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.privacy-policy__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.privacy-policy__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.privacy-policy__corner--tl {
    top: 10px;
    left: 10px
}

.privacy-policy__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.privacy-policy__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.privacy-policy__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.privacy-policy__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.privacy-policy__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .privacy-policy__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.privacy-policy__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width: 1600px) {
    .privacy-policy__title {
        margin-bottom: 30px
    }
}

.privacy-policy__content {
    position: relative;
    height: calc(100% - 180px);
    padding-right: 55px;
    z-index: 5
}

.privacy-policy__text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #74461e
}

.privacy-policy .ps__rail-y {
    opacity: 1;
    right: 3px
}

.privacy-policy .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.privacy-policy .ps__rail-y.ps--clicking .ps__thumb-y,
.privacy-policy .ps__rail-y:focus > .ps__thumb-y,
.privacy-policy .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.privacy-policy .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

.restaurants {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed;
    padding: 45px 0 0 20px
}

@media screen and (min-width: 1200px) {
    .restaurants {
        padding: 45px 0 0 55px
    }
}

@media screen and (min-width: 1600px) {
    .restaurants {
        padding: 55px 0 0 55px
    }
}

.restaurants__border {
    background: #504941;
    position: absolute
}

.restaurants__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.restaurants__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.restaurants__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.restaurants__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.restaurants__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.restaurants__corner--tl {
    top: 10px;
    left: 10px
}

.restaurants__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.restaurants__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.restaurants__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.restaurants__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.restaurants__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .restaurants__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.restaurants__decor-left {
    width: 165px;
    height: 227px;
    position: absolute;
    top: 300px;
    left: 0;
    background: url(../img/decor-left.svg) no-repeat;
    background-size: cover
}

.restaurants__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .restaurants__title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .restaurants__title {
        margin-bottom: 40px
    }
}

.restaurants__content {
    position: relative;
    height: calc(100% - 135px);
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .restaurants__content {
        padding-right: 55px
    }
}

@media screen and (min-width: 1600px) {
    .restaurants__content {
        height: calc(100% - 155px);
        padding-right: 135px
    }
}

.restaurants__items {
    width: 100%
}

.restaurants__item {
    padding: 15px;
    background: #ecdcc3;
    border-radius: 25px 0 25px 0;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .restaurants__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 30px
    }
}

@media screen and (min-width: 1600px) {
    .restaurants__item {
        padding: 30px 80px 30px 65px
    }
}

.restaurants__item:last-child {
    margin-bottom: 0
}

.restaurants__item:hover .restaurants__item-btn {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.restaurants__item:hover .restaurants__item-btn:before {
    opacity: 1
}

.restaurants__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .restaurants__item-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.restaurants__item-img-wr {
    width: 176px;
    height: 176px;
    position: relative
}

@media screen and (min-width: 1200px) {
    .restaurants__item-img-wr {
        margin-right: 52px
    }
}

.restaurants__item-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.restaurants__item-img--hide {
    opacity: 0
}

.restaurants__item-img-preloader {
    width: 100%;
    height: 100%;
    background: #ccc;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.restaurants__item-img-preloader--hide {
    opacity: 0
}

.restaurants__item-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #593313;
    width: 100%;
    margin-top: 15px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .restaurants__item-text {
        text-align: left;
        margin-top: 0;
        max-width: 300px
    }
}

@media screen and (min-width: 1600px) {
    .restaurants__item-text {
        max-width: 600px
    }
}

.restaurants__item-btn {
    width: 179px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .restaurants__item-btn {
        margin-top: 0
    }
}

.restaurants__item-btn:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.restaurants__item-btn-ico {
    margin-right: 10px
}

.restaurants .ps__rail-y {
    opacity: 1;
    right: 3px
}

.restaurants .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.restaurants .ps__rail-y.ps--clicking .ps__thumb-y,
.restaurants .ps__rail-y:focus > .ps__thumb-y,
.restaurants .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.restaurants .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

.cart {
    height: 100%;
    background: #f7f2ed url(../img/logo-bg2.svg) no-repeat 50%;
    padding: 30px 0 0 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .cart {
        padding: 60px 0 0 11px
    }
}

.cart__border {
    background: #504941;
    position: absolute
}

.cart__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.cart__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.cart__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 1001
}

.cart__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 101
}

.cart__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.cart__corner--tl {
    top: 10px;
    left: 10px
}

.cart__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cart__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 101
}

.cart__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 101
}

.cart__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.cart__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .cart__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.cart__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .cart__title {
        padding-left: 44px;
        text-align: left
    }
}

.cart__content {
    position: relative;
    height: calc(100% - 115px);
    padding: 65px 55px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5
}

@media screen and (min-width: 1600px) {
    .cart__content {
        padding: 85px 175px 0 0
    }
}

.cart__menu {
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e0d3c8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .cart__menu {
        padding: 20px 0 20px 44px;
        margin-right: 11px;
        display: block;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

@media screen and (min-width: 1600px) {
    .cart__menu {
        padding: 65px 0 40px 44px
    }
}

.cart__menu-list {
    display: block
}

@media screen and (min-width: 1200px) {
    .cart__menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.cart__menu-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

@media screen and (min-width: 1200px) {
    .cart__menu-list-item {
        margin-right: 10px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1600px) {
    .cart__menu-list-item {
        margin-right: 20px
    }
}

.cart__menu-list-item:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.cart__menu-list-item:last-child .cart__menu-list-item-title:after {
    content: none
}

.cart__menu-list-item:hover .cart__menu-list-item-number:after {
    visibility: visible;
    opacity: 1
}

.cart__menu-list-item:hover .cart__menu-list-item-number-text {
    color: #fff
}

.cart__menu-list-item--active {
    pointer-events: none
}

.cart__menu-list-item--active .cart__menu-list-item-number:after {
    visibility: visible;
    opacity: 1
}

.cart__menu-list-item--active .cart__menu-list-item-number-text {
    color: #fff
}

.cart__menu-list-item--disabled {
    pointer-events: none
}

.cart__menu-list-item--disabled .cart__menu-list-item-number {
    background: transparent;
    border-color: #b8b8b8
}

.cart__menu-list-item--disabled .cart__menu-list-item-number-text,
.cart__menu-list-item--disabled .cart__menu-list-item-title {
    color: #b8b8b8
}

.cart__menu-list-item-number {
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ecdcc3;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1600px) {
    .cart__menu-list-item-number {
        min-width: 40px;
        height: 40px;
        margin-right: 15px
    }
}

.cart__menu-list-item-number:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(195.94deg, #f551ab -89.09%, #9f041b 145.51%);
    visibility: hidden;
    opacity: 0;
    z-index: 0
}

.cart__menu-list-item-number-text,
.cart__menu-list-item-number:after {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cart__menu-list-item-number-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #593313;
    position: relative;
    z-index: 1
}

@media screen and (min-width: 1600px) {
    .cart__menu-list-item-number-text {
        font-size: 1.25rem
    }
}

.cart__menu-list-item-title {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #593313;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .cart__menu-list-item-title {
        padding-right: 30px
    }
}

@media screen and (min-width: 1600px) {
    .cart__menu-list-item-title {
        font-size: 1.25rem;
        padding-right: 66px
    }
}

.cart__menu-list-item-title:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #593313;
    display: none;
    position: absolute;
    top: 10px;
    right: 0
}

@media screen and (min-width: 1200px) {
    .cart__menu-list-item-title:after {
        display: block
    }
}

@media screen and (min-width: 1600px) {
    .cart__menu-list-item-title:after {
        width: 46px;
        top: 13px
    }
}

.cart__items {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.cart__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .45s ease-in-out;
    transition: opacity .45s ease-in-out;
    will-change: opacity;
    display: none
}

.cart__item--active {
    z-index: 100;
    display: block
}

.cart__item--anima {
    opacity: 1
}

.cart__item-content {
    position: relative;
    height: calc(100% - 300px)
}

@media screen and (min-width: 1200px) {
    .cart__item-content {
        height: calc(100% - 190px)
    }
}

@media screen and (min-width: 1600px) {
    .cart__item-content {
        height: calc(100% - 260px)
    }
}

.cart__preloader {
    position: absolute;
    top: 290px;
    left: 0;
    width: 100%;
    height: calc(100% - 164px);
    background: #f7f2ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 100
}

@media screen and (min-width: 1200px) {
    .cart__preloader {
        top: 164px
    }
}

@media screen and (min-width: 1600px) {
    .cart__preloader {
        top: 237px;
        height: calc(100% - 237px)
    }
}

.cart__preloader--hide {
    opacity: 0;
    visibility: hidden
}

.cart__preloader--animation .cart__preloader-img-color-wr {
    -webkit-animation: loader-animation 1s ease 1 forwards;
    animation: loader-animation 1s ease 1 forwards
}

.cart__preloader .cart__border--right {
    top: 0;
    height: calc(100% - 88px)
}

.cart__preloader-img {
    width: 371px;
    height: 386px;
    background: transparent url(../img/logo-loader.svg) no-repeat;
    position: relative;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    background-size: contain;
    top: -110px
}

@media screen and (min-width: 1200px) {
    .cart__preloader-img {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 0
    }
}

.cart__preloader-img-color-wr {
    height: 0;
    position: absolute;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 1200px) {
    .cart__preloader-img-color-wr {
        width: 371px
    }
}

.cart__preloader-img-color {
    content: "";
    position: absolute;
    background-image: url(../img/logo-loader-color.svg);
    width: 100%;
    height: 386px;
    background-repeat: no-repeat;
    background-size: contain
}

@media screen and (min-width: 1200px) {
    .cart__preloader-img-color {
        width: 371px
    }
}

.cart .ps__rail-y {
    opacity: 1;
    right: 3px
}

.cart .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.cart .ps__rail-y.ps--clicking .ps__thumb-y,
.cart .ps__rail-y:focus > .ps__thumb-y,
.cart .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.cart .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

.your-order {
    height: 100%;
    margin-right: 11px
}

.your-order,
.your-order__list-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.your-order__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0d3c8;
    padding: 13px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

@media screen and (min-width: 1200px) {
    .your-order__list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 13px 44px
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item {
        padding: 15px 65px
    }
}

.your-order__list-item--empty {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 126px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.your-order__list-item--empty .your-order__list-item-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e
}

.your-order__list-item--empty .your-order__list-item-link {
    margin-left: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #e21111
}

.your-order__list-item--empty .your-order__list-item-link:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: -2px
}

.your-order__list-item--empty .your-order__list-item-link:hover {
    color: #e21111
}

.your-order__list-item--empty .your-order__list-item-link:hover:before {
    width: 100%
}

.your-order__list-item--customer-desire {
    height: 90px
}

@media screen and (min-width: 1600px) {
    .your-order__list-item--customer-desire {
        height: 126px
    }
}

.your-order__list-item--order-panel {
    border-bottom: none
}

@media screen and (min-width: 1200px) {
    .your-order__list-item--order-panel {
        height: 90px
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item--order-panel {
        height: 126px
    }
}

.your-order__list-item--hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0
}

.your-order__list-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.your-order__list-item-img-wr-link .your-order__list-item-img-wr {
    background: #ecdcc3
}

.your-order__list-item-img-wr-link .your-order__list-item-img-wr:before {
    content: "";
    width: 64px;
    height: 64px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 25px rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-img-wr-link .your-order__list-item-img-wr:before {
        width: 95px;
        height: 95px
    }
}

.your-order__list-item-img-wr-link .your-order__list-item-img {
    -o-object-fit: cover;
    object-fit: cover
}

.your-order__list-item-img-wr-link:hover .your-order__list-item-img-wr:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1.35);
    transform: scale(1.35)
}

.your-order__list-item-img-wr {
    position: relative;
    min-width: 64px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-img-wr {
        margin-right: 20px
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-img-wr {
        margin-right: 45px;
        min-width: 95px;
        width: 95px;
        height: 95px
    }
}

.your-order__list-item-img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.your-order__list-item-img--hide {
    opacity: 0
}

.your-order__list-item-desc {
    width: 100%;
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-desc {
        width: 305px;
        margin-right: 20px;
        margin-top: 0
    }
}

@media screen and (min-width: 1366px) {
    .your-order__list-item-desc {
        width: 385px
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-desc {
        margin-right: 50px;
        width: 465px
    }
}

@media screen and (min-width: 1900px) {
    .your-order__list-item-desc {
        margin-right: 100px;
        width: 595px
    }
}

.your-order__list-item-desc-name {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    color: #593313;
    margin-bottom: 7px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-desc-name {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-desc-name {
        font-size: 1rem
    }
}

.your-order__list-item-desc-text {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    color: #74461e;
    line-height: 18px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-desc-text {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-desc-text {
        font-size: .875rem
    }
}

.your-order__list-item-volumes {
    min-width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-volumes {
        margin-right: 20px;
        margin-top: 0
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-volumes {
        margin-right: 70px
    }
}

@media screen and (min-width: 1900px) {
    .your-order__list-item-volumes {
        margin-right: 125px
    }
}

.your-order__list-item-volume {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    color: #74461e;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-volume {
        font-size: 1rem
    }
}

.your-order__list-item-volume:after {
    content: "/";
    display: block;
    color: #74461e;
    position: absolute;
    top: 0;
    right: -9px
}

.your-order__list-item-volume:first-child {
    margin-left: 0
}

.your-order__list-item-volume:last-child:after {
    content: none
}

.your-order__list-item-volume:hover {
    color: #e21111
}

.your-order__list-item-volume--active {
    color: #e21111;
    pointer-events: none
}

.your-order__list-item-prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-prices {
        margin-top: 0
    }
}

.your-order__list-item-price {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    margin-right: 20px;
    width: 60px
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-price {
        font-size: 1rem;
        margin-right: 30px
    }
}

.your-order__list-item-counter {
    height: 28px;
    width: 94px;
    border: 1px solid #ed5454;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: opacity .2s ease-in-out, box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    position: relative;
    background-color: #fff
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-counter {
        height: 34px;
        width: 124px
    }
}

.your-order__list-item-counter:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(255, 80, 80, .5);
    box-shadow: 0 10px 20px 0 rgba(255, 80, 80, .5)
}

.your-order__list-item-counter--hide {
    opacity: 0;
    z-index: -2
}

.your-order__list-item-counter-button {
    width: 24px;
    height: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-counter-button {
        width: 36px
    }
}

.your-order__list-item-counter-button:first-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    left: 10px;
    background-color: #ed5454
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-counter-button:first-child:before {
        width: 12px;
        left: 12px
    }
}

.your-order__list-item-counter-button:last-child:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    left: 10px;
    background-color: #ed5454
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-counter-button:last-child:before {
        width: 12px;
        left: 12px
    }
}

.your-order__list-item-counter-button:last-child:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 10px;
    left: 10px;
    background-color: #ed5454;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-counter-button:last-child:after {
        width: 12px;
        left: 12px
    }
}

.your-order__list-item-counter-button--disabled {
    opacity: .5;
    pointer-events: none
}

.your-order__list-item-counter-input {
    text-align: center;
    border: none;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    width: 40px;
    color: #74461e;
    position: relative;
    left: 4px
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-counter-input {
        left: 10px
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-counter-input {
        font-size: 1rem;
        width: 52px;
        left: 7px
    }
}

.your-order__list-item-full-price {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #e21111;
    margin-left: 20px;
    width: 60px;
    text-align: right
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-full-price {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .your-order__list-item-full-price {
        margin-left: 30px
    }
}

.your-order__list-item-delete {
    height: 28px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 25px
}

@media screen and (min-width: 1200px) {
    .your-order__list-item-delete {
        right: 15px;
        top: -2px
    }
}

@media screen and (min-width: 960px) {
    .your-order__list-item-delete {
        margin-left: 2.5%;
        position: unset
    }
}

@media

$
desktop1680 {
    .your-order__list-item-delete {
        height: 36px
    }
}

.your-order__list-item-delete:after,
.your-order__list-item-delete:before {
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background-color: #7f8187;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media

$
desktop1680 {
    .your-order__list-item-delete:after,
    .your-order__list-item-delete:before {
        width: 20px
    }
}

.your-order__list-item-delete:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.your-order__list-item-delete:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -2px
}

.your-order__list-item-delete:hover:after,
.your-order__list-item-delete:hover:before {
    background-color: #ed5454
}

.your-order__customer-desire-button {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px dashed #ed5454;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #74461e;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, border-color .2s ease-in-out
}

@media

$
desktop1680 {
    .your-order__customer-desire-button {
        font-size: 1.125rem
    }
}

.your-order__customer-desire-button:hover .your-order__customer-desire-button-icon {
    background-color: #593313
}

.your-order__customer-desire-button--disabled {
    border-color: #d8d8d8;
    pointer-events: none
}

.your-order__customer-desire-button-icon {
    height: 24px;
    width: 24px;
    background-color: #ecdcc3;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

@media

$
desktop1680 {
    .your-order__customer-desire-button-icon {
        height: 26px;
        width: 26px
    }
}

.your-order__customer-desire-button-icon:before {
    content: "+";
    color: #fff;
    font-size: 1.25rem
}

@media

$
desktop1680 {
    .your-order__customer-desire-button-icon:before {
        font-size: 1.5rem
    }
}

.your-order__order-panel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .your-order__order-panel-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.your-order__order-panel-content--hide {
    visibility: hidden;
    opacity: 0
}

.your-order__order-panel-clear {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #e21111;
    height: 49px;
    line-height: 49px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.your-order__order-panel-clear:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 13px
}

.your-order__order-panel-clear:hover {
    color: #e21111
}

.your-order__order-panel-clear:hover:before {
    width: 100%
}

.your-order__order-panel-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .your-order__order-panel-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.your-order__order-panel-block-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width: 1200px) {
    .your-order__order-panel-block-info {
        margin-right: 27px
    }
}

.your-order__order-panel-block-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.your-order__order-panel-block-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #74461e;
    margin-right: 7px
}

.your-order__order-panel-block-price {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    color: #e21111
}

.your-order__order-panel-block-description {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    margin-top: 5px
}

.your-order__order-panel-block-button {
    width: 147px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 20px
}

@media screen and (min-width: 1200px) {
    .your-order__order-panel-block-button {
        margin-top: 0
    }
}

.your-order__order-panel-block-button:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.your-order__order-panel-block-button:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.your-order__order-panel-block-button:hover:before {
    opacity: 1
}

.your-order__order-panel-block-button--disabled {
    background: #e0d3c8;
    border-color: #b8b8b8;
    color: #b8b8b8;
    pointer-events: none
}

.delivery-address {
    height: 100%;
    margin-right: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .delivery-address {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.delivery-address__left {
    width: 100%;
    background: #ecdcc3;
    border-radius: 0 0 25px 0;
    padding: 30px 15px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 292px
}

@media screen and (min-width: 1200px) {
    .delivery-address__left {
        width: 50%;
        padding: 30px 30px 0 44px
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__left {
        padding: 50px 80px 0 60px
    }
}

.delivery-address__left-notification {
    font-family: roboto-bold, Helvetica, Arial, sans-serif;
    font-size: 1.3125rem;
    color: #000;
    margin-bottom: 20px;
    background: #ffd400;
    display: inline-block;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .delivery-address__left-notification {
        text-align: left
    }
}

.delivery-address__left-title {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .delivery-address__left-title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__left-title {
        margin-bottom: 45px
    }
}

.delivery-address__left-text {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .delivery-address__left-text {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__left-text {
        margin-bottom: 45px
    }
}

.delivery-address__left-map-wr {
    height: 285px;
    position: relative
}

.delivery-address__left-map {
    height: 258px;
    width: 100%;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 21px rgba(89, 51, 19, .15);
    box-shadow: 0 0 21px rgba(89, 51, 19, .15);
    position: relative
}

@media screen and (min-width: 1600px) {
    .delivery-address__left-map {
        height: 416px
    }
}

.delivery-address__left-map-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ccc url(/img/logo-bg3.svg) no-repeat 50%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 10;
    background-size: 70%
}

@media screen and (min-width: 1200px) {
    .delivery-address__left-map-preloader {
        background-size: auto
    }
}

.delivery-address__left-map-preloader--hide {
    opacity: 0;
    visibility: hidden
}

.delivery-address__right {
    width: auto;
    margin: 130px 15px 0 15px
}

@media screen and (min-width: 1200px) {
    .delivery-address__right {
        width: 50%;
        margin: 30px 35px 0 12px
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__right {
        margin: 100px 65px 0 12px
    }
}

.delivery-address__right-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__right-form-row {
        margin-bottom: 18px
    }
}

.delivery-address__right-form-row .delivery-address__right-form-label:last-child .delivery-address__right-form-input {
    margin-right: 0
}

.delivery-address__right-form-row:first-child .delivery-address__right-form-label {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-row:first-child .delivery-address__right-form-label {
        width: 50%
    }
}

.delivery-address__right-form-row:nth-child(2) .delivery-address__right-form-label {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-row:nth-child(2) .delivery-address__right-form-label {
        width: 50%
    }
}

.delivery-address__right-form-row:nth-child(4) .delivery-address__right-form-label {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-row:nth-child(4) .delivery-address__right-form-label {
        width: 25%
    }
}

.delivery-address__right-form-row:nth-child(5) .delivery-address__right-form-label {
    margin: 0
}

.delivery-address__right-form-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    margin-bottom: 20px;
    position: relative
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-label {
        margin-bottom: 10px
    }
}

.delivery-address__right-form-input,
.delivery-address__right-form-textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #979797;
    padding: 5px 0;
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-input,
    .delivery-address__right-form-textarea {
        margin-right: 20px
    }
}

.delivery-address__right-form-textarea {
    height: 95px;
    margin: 0;
    resize: none
}

.delivery-address__right-form-description {
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #261404;
    text-align: center;
    margin: 10px 0 20px 0
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-form-description {
        text-align: right
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__right-form-description {
        margin: 0 0 28px 0
    }
}

.delivery-address__right-form-description-link {
    margin-left: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.delivery-address__right-form-description-link:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: -2px
}

.delivery-address__right-form-description-link:hover {
    color: #e21111
}

.delivery-address__right-form-description-link:hover:before {
    width: 100%
}

.delivery-address__right-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (min-width: 1200px) {
    .delivery-address__right-buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1600px) {
    .delivery-address__right-buttons {
        margin-bottom: 0
    }
}

.delivery-address__right-buttons-back {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #e21111;
    height: 49px;
    line-height: 49px;
    margin-right: 40px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.delivery-address__right-buttons-back:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 13px
}

.delivery-address__right-buttons-back:hover {
    color: #e21111
}

.delivery-address__right-buttons-back:hover:before {
    width: 100%
}

.delivery-address__right-buttons-next {
    width: 147px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.delivery-address__right-buttons-next:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.delivery-address__right-buttons-next:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.delivery-address__right-buttons-next:hover:before {
    opacity: 1
}

.payment {
    height: 100%;
    margin-right: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px 0 15px
}

@media screen and (min-width: 1200px) {
    .payment {
        padding: 20px 30px 0 44px
    }
}

@media screen and (min-width: 1600px) {
    .payment {
        padding: 30px 60px
    }
}

.payment__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (min-width: 1200px) {
    .payment__form {
        margin-bottom: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.payment__form-block-wr {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .payment__form-block-wr {
        width: 31%
    }
}

.payment__form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media

$
tablet767 {
    .payment__form-block {
        width: 31%
    }
}

@media screen and (min-width: 1200px) {
    .payment__form-block {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

@media

$
desktop1680 {
    .payment__form-block {
        margin-bottom: 0;
        height: 90px
    }
}

.payment__form-block:hover .payment__form-input + .payment__form-label:before {
    border-color: #ed5454
}

.payment__form-block:hover .payment__form-input + .payment__form-label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.payment__form-block-img {
    height: 100%;
    margin-left: 20px
}

.payment__form-label {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    position: relative;
    padding-left: 40px;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media

$
desktop1680 {
    .payment__form-label {
        font-size: 1rem
    }
}

.payment__form-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
    pointer-events: none
}

.payment__form-input:checked + .payment__form-label:before {
    border-color: #ed5454
}

.payment__form-input:checked + .payment__form-label:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.payment__form-input:not(checked) + .payment__form-label:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border: 2px solid #593313;
    background: #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.payment__form-input:not(checked) + .payment__form-label:after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: #ed5454;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

@media screen and (min-width: 1200px) {
    .payment__form-input:not(checked) + .payment__form-label:after {
        left: 6.5px
    }
}

.payment__form-block-description {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    line-height: 18px
}

.payment__form-block-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 30px
}

.payment__form-block-links-item {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #e21111;
    line-height: 20px;
    padding-bottom: 3px;
    position: relative;
    margin-bottom: 5px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.payment__form-block-links-item:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 0
}

.payment__form-block-links-item:hover {
    color: #e21111
}

.payment__form-block-links-item:hover:before {
    width: 100%
}

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

@media screen and (min-width: 1200px) {
    .payment__buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.payment__buttons-back {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #e21111;
    height: 49px;
    line-height: 49px;
    margin-right: 40px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.payment__buttons-back:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 13px
}

.payment__buttons-back:hover {
    color: #e21111
}

.payment__buttons-back:hover:before {
    width: 100%
}

.payment__buttons-next {
    width: 147px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.payment__buttons-next,
.payment__buttons-next:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.payment__buttons-next:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.payment__buttons-next:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.payment__buttons-next:hover:before {
    opacity: 1
}

.verification {
    height: 100%;
    padding: 20px 20px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .verification {
        margin-right: 11px;
        padding: 20px 30px 0 44px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1600px) {
    .verification {
        padding: 50px 65px 0 65px
    }
}

.verification__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .verification__title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .verification__title {
        margin-bottom: 50px
    }
}

.verification__left {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__left {
        width: 48%;
        margin-right: 2%
    }
}

.verification__left-list-wr {
    overflow-x: scroll
}

@media screen and (min-width: 1200px) {
    .verification__left-list-wr {
        overflow-x: hidden
    }
}

.verification__left-list {
    position: relative;
    width: 400px;
    height: 100%;
    margin: 0 auto
}

@media screen and (min-width: 1200px) {
    .verification__left-list {
        width: auto;
        height: calc(100% - 100px);
        padding-right: 50px;
        margin: 0
    }
}

.verification__left-list-head,
.verification__left-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.verification__left-list-head-count,
.verification__left-list-head-name,
.verification__left-list-head-price,
.verification__left-list-head-volume {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #593313;
    margin: 7px 0
}

.verification__left-list-head-name {
    width: 35%
}

@media screen and (min-width: 1200px) {
    .verification__left-list-head-name {
        width: 45%
    }
}

.verification__left-list-head-count,
.verification__left-list-head-volume {
    width: 20%;
    text-align: center
}

.verification__left-list-head-price {
    width: 15%;
    text-align: right
}

.verification__left-list-item-count,
.verification__left-list-item-name,
.verification__left-list-item-price,
.verification__left-list-item-volume {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #4e4e4e;
    margin: 7px 0
}

.verification__left-list-item-name {
    width: 35%;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e
}

@media screen and (min-width: 1200px) {
    .verification__left-list-item-name {
        width: 45%
    }
}

.verification__left-list-item-count,
.verification__left-list-item-volume {
    width: 20%;
    text-align: center
}

.verification__left-list-item-price {
    width: 15%;
    text-align: right;
    color: #e21111
}

.verification__right {
    width: 100%;
    margin-top: 30px
}

@media screen and (min-width: 1200px) {
    .verification__right {
        width: 50%;
        margin-top: 0
    }
}

.verification__right-delivery {
    border-bottom: 1px solid #e0d3c8;
    margin-bottom: 20px
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery {
        margin-bottom: 30px
    }
}

.verification__right-delivery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row {
        margin-bottom: 40px
    }
}

.verification__right-delivery-row:first-child .verification__right-delivery-row-item:first-child {
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:first-child .verification__right-delivery-row-item:first-child {
        width: 50%
    }
}

.verification__right-delivery-row:first-child .verification__right-delivery-row-item:nth-child(2) {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:first-child .verification__right-delivery-row-item:nth-child(2) {
        width: 50%
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:first-child .verification__right-delivery-row-item:nth-child(2) {
        width: 25%
    }
}

.verification__right-delivery-row:first-child .verification__right-delivery-row-item:nth-child(3) {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:first-child .verification__right-delivery-row-item:nth-child(3) {
        width: 50%
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:first-child .verification__right-delivery-row-item:nth-child(3) {
        width: 25%
    }
}

.verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:first-child {
    width: 100%;
    margin-bottom: 20px
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:first-child {
        width: 40%
    }
}

.verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(2) {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(2) {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(2) {
        width: 15%
    }
}

.verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(3) {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(3) {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(3) {
        width: 15%
    }
}

.verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(4) {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(4) {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(4) {
        width: 15%
    }
}

.verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(5) {
    width: 100%
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(5) {
        width: 25%
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row:nth-child(2) .verification__right-delivery-row-item:nth-child(5) {
        width: 15%
    }
}

.verification__right-delivery-row:nth-child(3) {
    margin-bottom: 26px
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row:nth-child(3) {
        margin-bottom: 16px
    }
}

.verification__right-delivery-row:nth-child(3) .verification__right-delivery-row-item {
    width: 100%
}

.verification__right-delivery-row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .verification__right-delivery-row-item {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.verification__right-delivery-row-item-title {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #74461e;
    margin-bottom: 3px
}

@media screen and (min-width: 1600px) {
    .verification__right-delivery-row-item-title {
        margin-bottom: 9px
    }
}

.verification__right-delivery-row-item-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #74461e
}

.verification__right-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (min-width: 1200px) {
    .verification__right-total {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1600px) {
    .verification__right-total {
        margin-bottom: 35px
    }
}

.verification__right-total-text {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #74461e;
    margin-right: 7px
}

.verification__right-total-price {
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    color: #e21111
}

.verification__right-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .verification__right-buttons {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.verification__right-buttons-back {
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #e21111;
    height: 49px;
    line-height: 49px;
    margin-right: 40px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.verification__right-buttons-back:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #e21111;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
    bottom: 13px
}

.verification__right-buttons-back:hover {
    color: #e21111
}

.verification__right-buttons-back:hover:before {
    width: 100%
}

.verification__right-buttons-next {
    min-width: 147px;
    height: 49px;
    line-height: 49px;
    padding: 0 24px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.verification__right-buttons-next:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.verification__right-buttons-next:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.verification__right-buttons-next:hover:before {
    opacity: 1
}

.verification .ps--active-y > .ps__rail-y {
    background-color: #504941
}

.implementation {
    height: 100%;
    margin-right: 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.implementation__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #261404;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width: 1600px) {
    .implementation__title {
        margin-bottom: 40px
    }
}

.implementation__text {
    padding: 55px 15px;
    background: #ecdcc3;
    border-radius: 25px 0 25px 0;
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    color: #261404;
    text-align: center;
    margin-bottom: 78px
}

@media screen and (min-width: 1200px) {
    .implementation__text {
        padding: 55px 85px
    }
}

.implementation__btn {
    width: 243px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.implementation__btn,
.implementation__btn:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.implementation__btn:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.implementation__btn:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.implementation__btn:hover:before {
    opacity: 1
}

.page-404 {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f7f2ed url(../img/404-bg.jpg) 50% no-repeat;
    padding: 45px 0 0 20px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1200px) {
    .page-404 {
        background-position: 0;
        padding: 45px 0 0 55px
    }
}

@media screen and (min-width: 1200px) and (min-height: 900px) {
    .page-404 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (min-width: 1600px) {
    .page-404 {
        background-position: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 55px 0 0 55px
    }
}

.page-404__border {
    background: #fff;
    position: absolute
}

.page-404__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.page-404__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.page-404__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 5
}

.page-404__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 5
}

.page-404__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner-white.svg) no-repeat;
    z-index: 5
}

.page-404__corner--tl {
    top: 10px;
    left: 10px
}

.page-404__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.page-404__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.page-404__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.page-404__content {
    width: 261px;
    height: 271px;
    background: url(/img/logo-bg3.svg) no-repeat 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media screen and (min-width: 1200px) {
    .page-404__content {
        left: 65px;
        bottom: 20px
    }
}

@media screen and (min-width: 1200px) and (max-height: 700px) {
    .page-404__content {
        left: 40px
    }
}

@media screen and (min-width: 1200px) and (min-height: 900px) {
    .page-404__content {
        width: 371px;
        height: 385px;
        left: -20px
    }
}

@media screen and (min-width: 1366px) {
    .page-404__content {
        left: 10px
    }
}

@media screen and (min-width: 1600px) {
    .page-404__content {
        left: 25px;
        width: 371px;
        height: 385px
    }
}

@media screen and (min-width: 2000px) {
    .page-404__content {
        left: 45px
    }
}

.page-404__title {
    font-size: 4.75rem
}

.page-404__subtitle,
.page-404__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #261404;
    text-align: center
}

.page-404__subtitle {
    font-size: 1.625rem;
    margin-bottom: 43px
}

.page-404__btn {
    width: 243px;
    height: 49px;
    line-height: 49px;
    border: 1px solid #593313;
    border-radius: 25px;
    background: #efe1cb;
    font-family: roboto-medium, Helvetica, Arial, sans-serif;
    font-size: .75rem;
    color: #593313;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden
}

.page-404__btn,
.page-404__btn:before {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.page-404__btn:before {
    content: "";
    border-radius: 25px;
    background-image: linear-gradient(184.17deg, #f551ab -89.09%, #9f041b 145.51%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100
}

.page-404__btn:hover {
    border: 1px solid #9f041b;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(255, 80, 80, .4);
    box-shadow: 0 10px 20px rgba(255, 80, 80, .4)
}

.page-404__btn:hover:before {
    opacity: 1
}

.card-payment {
    height: 100%;
    background: #f7f2ed url(../img/logo-bg2.svg) no-repeat 50%;
    padding: 60px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .card-payment {
        padding: 60px 0 0 55px
    }
}

.card-payment__border {
    background: #504941;
    position: absolute
}

.card-payment__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.card-payment__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.card-payment__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 1001
}

.card-payment__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 101
}

.card-payment__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.card-payment__corner--tl {
    top: 10px;
    left: 10px
}

.card-payment__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.card-payment__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 101
}

.card-payment__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 101
}

.card-payment__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.card-payment__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .card-payment__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.card-payment__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #74461e;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .card-payment__title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .card-payment__title {
        margin-bottom: 30px
    }
}

.card-payment__content {
    position: relative;
    height: calc(100% - 145px);
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .card-payment__content {
        padding-right: 55px
    }
}

.card-payment__headline {
    font-size: 1.625rem;
    font-weight: 700;
    color: #74461e;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .card-payment__headline {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .card-payment__headline {
        font-size: 2.125rem
    }
}

.card-payment__subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: #74461e;
    font-family: roboto-regular, Helvetica, Arial, sans-serif
}

@media screen and (min-width: 1600px) {
    .card-payment__subtitle {
        font-size: 1.125rem
    }
}

.card-payment__text {
    font-size: .875rem;
    color: #74461e;
    line-height: 21px;
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    white-space: pre-line
}

.card-payment__text > p {
    margin-top: 0;
    margin-bottom: 8px
}

@media screen and (min-width: 1600px) {
    .card-payment__text {
        font-size: 1rem
    }
}

.card-payment__cards {
    font-size: .875rem;
    color: #74461e;
    line-height: 21px;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    margin: 5px 0;
    white-space: pre-line;
    padding-left: 20px
}

@media screen and (min-width: 1600px) {
    .card-payment__cards {
        font-size: 1rem
    }
}

.card-payment__cards-item {
    margin-bottom: 10px
}

.card-payment__list {
    font-size: .875rem;
    color: #74461e;
    line-height: 21px;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    margin: 5px 0;
    white-space: pre-line;
    padding-left: 20px
}

@media screen and (min-width: 1600px) {
    .card-payment__list {
        font-size: 1rem !important
    }
}

.card-payment__img-card {
    margin: 10px 0;
    width: 100%
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .card-payment__img-card {
        height: 55px;
        width: unset
    }
}

@media screen and (min-width: 1600px) {
    .card-payment__img-card {
        height: 70px
    }
}

.card-payment__card {
    width: 100%;
    margin: 20px 0
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .card-payment__card {
        width: 300px
    }
}

@media screen and (min-width: 1600px) {
    .card-payment__card {
        width: 400px
    }
}

.card-payment__logo-bank {
    height: 70px
}

@media screen and (min-width: 1600px) {
    .card-payment__logo-bank {
        height: 100px
    }
}

.card-payment__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .card-payment__block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width: 1600px) {
    .card-payment__block {
        margin: 30px 0
    }
}

.card-payment__block-image {
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 10px
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .card-payment__block-image {
        margin-left: 30px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 1600px) {
    .card-payment__block-image {
        height: 90px
    }
}

.card-payment .ps__rail-y {
    opacity: 1;
    right: 3px
}

.card-payment .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.card-payment .ps__rail-y.ps--clicking .ps__thumb-y,
.card-payment .ps__rail-y:focus > .ps__thumb-y,
.card-payment .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.card-payment .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

@media (min-width: 320px) {
    .container {
        width: 100%
    }
}

@media (min-width: 370px) {
    .container {
        width: 100%
    }
}

@media (min-width: 410px) {
    .container {
        width: 100%
    }
}

@media (min-width: 480px) {
    .container {
        width: 100%
    }
}

@media (min-width: 560px) {
    .container {
        width: 100%
    }
}

@media (min-width: 620px) {
    .container {
        width: 100%
    }
}

@media (min-width: 960px) {
    .container {
        width: 880px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1260px
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1300px
    }
}

@media (min-width: 1900px) {
    .container {
        width: 1300px
    }
}

@font-face {
    font-family: roboto-bold;
    src: url(../fonts/roboto-bold.eot);
    src: url(../fonts/roboto-bold.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-bold.woff2) format("woff2"), url(../fonts/roboto-bold.woff) format("woff"), url(../fonts/roboto-bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto-medium;
    src: url(../fonts/roboto-medium.eot);
    src: url(../fonts/roboto-medium.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-medium.woff2) format("woff2"), url(../fonts/roboto-medium.woff) format("woff"), url(../fonts/roboto-medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto-regular;
    src: url(../fonts/roboto-regular.eot);
    src: url(../fonts/roboto-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-regular.woff2) format("woff2"), url(../fonts/roboto-regular.woff) format("woff"), url(../fonts/roboto-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: roboto-light;
    src: url(../fonts/roboto-light.eot);
    src: url(../fonts/roboto-light.eot?#iefix) format("embedded-opentype"), url(../fonts/roboto-light.woff2) format("woff2"), url(../fonts/roboto-light.woff) format("woff"), url(../fonts/roboto-light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: intro-regular-alt;
    src: url(../fonts/intro-regular-alt.eot);
    src: url(../fonts/intro-regular-alt.eot?#iefix) format("embedded-opentype"), url(../fonts/intro-regular-alt.woff2) format("woff2"), url(../fonts/intro-regular-alt.woff) format("woff"), url(../fonts/intro-regular-alt.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: intro-regular;
    src: url(../fonts/intro-regular.eot);
    src: url(../fonts/intro-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/intro-regular.woff2) format("woff2"), url(../fonts/intro-regular.woff) format("woff"), url(../fonts/intro-regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.company-details {
    height: 100%;
    background: #f7f2ed url(../img/logo-bg2.svg) no-repeat 50%;
    padding: 60px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media screen and (min-width: 1200px) {
    .company-details {
        padding: 60px 0 0 55px
    }
}

.company-details__border {
    background: #504941;
    position: absolute
}

.company-details__border--top {
    width: calc(100% - 176px);
    height: 1px;
    top: 10px;
    left: 88px;
    z-index: 5
}

.company-details__border--right {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    right: 10px;
    z-index: 5
}

.company-details__border--bottom {
    width: calc(100% - 176px);
    height: 1px;
    bottom: 10px;
    left: 88px;
    z-index: 1001
}

.company-details__border--left {
    width: 1px;
    height: calc(100% - 176px);
    top: 88px;
    left: 10px;
    z-index: 101
}

.company-details__corner {
    width: 78px;
    height: 78px;
    position: absolute;
    background: url(../img/corner.svg) no-repeat;
    z-index: 5
}

.company-details__corner--tl {
    top: 10px;
    left: 10px
}

.company-details__corner--tr {
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.company-details__corner--bl {
    bottom: 10px;
    left: 10px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    z-index: 101
}

.company-details__corner--br {
    bottom: 10px;
    right: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 101
}

.company-details__decor-top {
    width: 124px;
    height: 79px;
    position: absolute;
    top: 0;
    right: 220px;
    background: url(../img/decor-top.svg) no-repeat
}

.company-details__decor-bottom {
    width: 320px;
    height: 250px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/decor-bottom.svg) no-repeat;
    background-size: cover
}

@media screen and (min-width: 1600px) {
    .company-details__decor-bottom {
        width: 640px;
        height: 500px
    }
}

.company-details__title {
    font-family: intro-regular-alt, Helvetica, Arial, sans-serif;
    font-size: 1.625rem;
    color: #74461e;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .company-details__title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .company-details__title {
        margin-bottom: 30px
    }
}

.company-details__content {
    position: relative;
    height: calc(100% - 145px);
    padding-right: 20px;
    z-index: 5
}

@media screen and (min-width: 1200px) {
    .company-details__content {
        padding-right: 55px
    }
}

.company-details__subtitle {
    font-size: 1.25rem;
    font-weight: 700;
    color: #74461e;
    font-family: roboto-regular, Helvetica, Arial, sans-serif;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .company-details__subtitle {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .company-details__subtitle {
        font-size: 1.625rem
    }
}

.company-details__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 1200px) {
    .company-details__address {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.company-details__address-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media screen and (min-width: 1200px) {
    .company-details__address-item {
        width: 30%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.company-details__address-item-title {
    font-size: 1.125rem;
    color: #74461e;
    font-family: roboto-regular, Helvetica, Arial, sans-serif
}

@media screen and (min-width: 1600px) {
    .company-details__address-item-title {
        font-size: 1.375rem
    }
}

.company-details__address-item-text {
    font-size: .875rem;
    color: #74461e;
    line-height: 21px;
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    width: 90%;
    margin: 5px 0;
    white-space: pre-line;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .company-details__address-item-text {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .company-details__address-item-text {
        font-size: 1rem
    }
}

.company-details__details {
    margin-top: 15px
}

@media screen and (min-width: 1600px) {
    .company-details__details {
        margin-top: 30px
    }
}

.company-details__details-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .company-details__details-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width: 1200px) {
    .company-details__details-item {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.company-details__details-item-title {
    font-size: 1rem;
    color: #74461e;
    font-family: roboto-regular, Helvetica, Arial, sans-serif
}

@media screen and (min-width: 767px) and (min-height: 600px) {
    .company-details__details-item-title {
        margin-right: 20px
    }
}

@media screen and (min-width: 1600px) {
    .company-details__details-item-title {
        font-size: 1.25rem
    }
}

.company-details__details-item-text {
    font-size: 1rem;
    color: #74461e;
    font-family: roboto-light, Helvetica, Arial, sans-serif;
    margin: 5px 0;
    text-align: center
}

@media screen and (min-width: 1200px) {
    .company-details__details-item-text {
        width: 90%;
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .company-details__details-item-text {
        font-size: 1.25rem
    }
}

.company-details__details-item-block {
    margin-top: 10px
}

@media screen and (min-width: 1600px) {
    .company-details__details-item-block {
        margin-top: 20px
    }
}

.company-details .ps__rail-y {
    opacity: 1;
    right: 3px
}

.company-details .ps--active-y > .ps__rail-y {
    opacity: 1;
    background-color: transparent;
    width: 1px;
    right: 10px !important
}

.company-details .ps__rail-y.ps--clicking .ps__thumb-y,
.company-details .ps__rail-y:focus > .ps__thumb-y,
.company-details .ps__rail-y:hover > .ps__thumb-y {
    background-color: transparent !important
}

.company-details .ps__thumb-y {
    width: 18px !important;
    background: transparent url(../img/mouse.svg) no-repeat;
    right: -8px
}

@media screen and (max-width:768px) {
    .about__content {
        padding: 49px 20px 0 0;
    }

    .about__top-photo-wr {
        top: 460px;
        left: 20%;
    }
}
.about__bottom-item:nth-of-type(3) img,
.about__bottom-item:nth-of-type(4) img {
    display: none;
}