/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: rgba(0, 0, 0, 0)
}

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

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    min-width: 320px;
    min-height: 110vh;
    display: flex;
    flex-direction: column
}

*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

.content-box-component {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

a {
    text-decoration: none;
    transition: all .2s ease
}

a:active {
    opacity: .5
}

button {
    transition: all .2s ease
}

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

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth
}

body {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #555
}

.tns-visually-hidden, .screen-reader-text, .visually-hidden:not(:focus):not(:active), input[type=checkbox].visually-hidden, input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 30px
}

.container--small {
    max-width: 1128px
}

@media (max-width: 1200px) {
    .container {
        padding: 0 15px
    }
}

.button__icon {
    margin-left: 10px;
    fill: #fff
}

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    border-radius: 1px
}

.button::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.button--fill {
    background-color: rgba(243, 241, 237, .14);
    border: 1px solid #f3f1ed;
    backdrop-filter: blur(4px)
}

.button--fill.blue {
    color: #fff;
    background-color: #1c2240
}

.button--stroke {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0)
}

.button:hover {
    color: #1c2240
}

.button:hover::before {
    width: 100%
}

.button:hover .button__icon {
    fill: #1c2240
}

.title {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #333
}

.title--white {
    color: #fff
}

.title--orange {
    display: block;
    color: #e4c471
}

.more__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #1c1e2a
}

.more__icon {
    margin-left: 5px;
    stroke: #1c2240;
    transition: all .2s ease
}

.more {
    display: flex;
    align-items: center;
    cursor: pointer
}

.more:hover {
    opacity: .7
}

.more:hover .more__icon {
    transform: translateX(6px)
}

.more:active {
    opacity: .5
}

.catalog {
    width: 100%
}

.catalog--inner {
    padding-bottom: 250px
}

.catalog__list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none
}

.catalog__item {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px
}

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

.catalog__more {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
    min-width: 190px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #333;
    border-radius: 1px;
    cursor: pointer
}

.catalog__more::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #333;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.catalog__more:hover {
    color: #fff
}

.catalog__more:hover::before {
    width: 100%
}

.catalog__more:active {
    opacity: .5
}

@media (max-width: 1280px) {
    .catalog__item {
        max-width: 33%
    }
}

@media (max-width: 864px) {
    .catalog__item {
        max-width: 49%
    }
}

@media (max-width: 640px) {
    .catalog__item {
        max-width: 100%
    }
}

.card {
    position: relative;
    background: #fff;
    cursor: pointer;
    transition: all .1s ease
}

.card:hover {
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, .2)*/
	box-shadow: none;
}

.card__link {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.card__like {
    position: absolute;
    z-index: 3;
    left: 13px;
    top: 13px
}

.card__info {
    padding-left: 21px;
    padding-right: 23px;
    padding-bottom: 20px;
    padding-top: 18px;
    margin-bottom: -1px;
    border: 1px solid #e6e6e6
}

.card__top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px
}

.card__name {
    margin-right: 20px
}

.card__title {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1c1e2a
}

.card__subtitle {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #a0890f
}

.card__image-container {
    position: absolute;
    right: 23px;
    top: 18px;
    flex-shrink: 0;
    height: 197px;
    width: 56px
}

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

.card__name {
    padding-top: 153px
}

.card__title {
    padding-right: 40px
}

.card__spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.card__color {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.card__color--vinous {
    background: #581313
}

.card__info-item {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.card__description {
    margin-bottom: 10px
}

.card__description p {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #333
}

.card__description p:last-child {
    margin-bottom: 0
}

.card__price {
    display: flex;
    align-items: flex-start;
    color: #333
}

.card__currency {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px
}

.card__price-value {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px
}

.card__button-icon {
    margin-right: 10px;
    stroke: #1c2240;
    transition: all .2s ease
}

.card__button {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1c2240;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    cursor: pointer
}

.card__button .card__button-icon, .card__button span {
    position: relative;
    z-index: 2
}

.card__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #1c2240;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.card__button:hover {
    color: #fff
}

.card__button:hover::before {
    width: 100%
}

.card__button:hover .card__button-icon {
    stroke: #fff
}

.catalog__item .card--small{
    padding: 0;
    margin-top: 0;
    min-height: auto;
}

.card--small .card__name, .card--short .card__name {
    padding-top: 131px
}

.card--small .card__title, .card--short .card__title {
    margin-bottom: 11px
}

.card--small .card__top, .card--short .card__top {
    margin-bottom: 10px
}

.card--small .card__spec, .card--short .card__spec {
    margin-bottom: 36px
}

.card--small .card__info, .card--short .card__info {
    padding-bottom: 24px
}

.card--short .card__info {
    padding-bottom: 6px
}

.like__icon {
    stroke: #333;
    fill: #fff;
    transition: all .1s ease
}

.like {
    padding: 0;
    margin: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .1s ease;
    cursor: pointer
}

.like:hover .like__icon {
    transform: scale(1.1)
}

.like:active .like__icon {
    transform: scale(0.9)
}

.like--active .like__icon {
    stroke: #a0890f;
    fill: #a0890f
}

.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.form hr {
    width: 300px;
	height: 1px;
    background-color: #B1B9D3;
    margin: 30px 0
}

.form__radio-row {
    display: flex;
    margin-bottom: 40px
}

.form__radio--horizontal {
    margin-right: 30px
}

.form__radio--horizontal:last-child {
    margin-right: 0
}

.form__item {
    width: 300px;
    margin-bottom: 20px;
    margin-right: 30px
}

.form__item:nth-child(2n) {
    margin-right: 0
}

.form__item--full {
    width: 100%
}

.form__label {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.form__textarea {
    height: 120px
}

.form__submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 40px;
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1c1e2a;
    background: #e4c471;
    border-radius: 1px;
    border: none;
    cursor: pointer
}

.form__submit::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.form__submit:hover::before {
    width: 100%
}

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

.form__row {
    display: flex;
    width: 100%
}

.form__row .form__item {
    margin-right: 30px
}

.form__row .form__item:last-child {
    margin-right: 0
}

.dark .form__label {
    color: #333
}

.dark .form__submit {
    color: #fff;
    border: 1px solid #1c2240;
    background-color: #1c2240
}

.dark .form__submit:hover {
    color: #1c2240
}

@media (max-width: 864px) {
    .form__item {
        width: 100%;
        margin-right: 0
    }

    .form__row {
        flex-direction: column
    }

    .form__radio-row {
        flex-direction: column
    }

    .form__radio--horizontal {
        margin-right: 0;
        margin-bottom: 15px
    }

    .form__radio--horizontal:last-child {
        margin-right: 0
    }
}

.input {
    height: 40px;
    width: 100%;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 3px
}

.dark .input {
    color: #333;
    border-color: #1c2240
}

.textarea {
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 3px;
    resize: none
}

.dark .textarea {
    color: #333;
    border-color: #1c2240
}

.social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.social__item {
    margin-right: 36px;
    cursor: pointer
}

.social__item:last-child {
    margin-right: 0
}

.controls {
    margin: 0;
    padding: 0;
    list-style: none
}

.controls {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none
}

.controls__item {
    margin-right: 30px
}

.controls__item--mobile-only {
    display: none
}

.controls__item:last-child {
    margin-right: 0
}

.controls__icon {
    stroke: #333;
    fill: rgba(0, 0, 0, 0);
    transition: all .2s ease
}

.controls__button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

.controls__button:hover {
    opacity: .7
}

.controls__button:active {
    opacity: .5
}

.black .controls__icon {
    stroke: #fff
}

@media (max-width: 1200px) {
    .controls__item--desktop-only {
        display: none
    }

    .controls__item--mobile-only {
        display: flex
    }
}

.logo {
    position: relative
}

.logo--link {
    cursor: pointer
}

.logo--link:hover {
    opacity: .7
}

.logo--link:active {
    opacity: .5
}

.logo .logo__white {
    display: none
}

.logo__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.logo__animation {
    display: flex;
    align-items: center;
	margin-right: 7px
}

.logo__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.logo__glass {
	margin-left: 8px;
    margin-right: 9px
}

.black .logo .logo__black {
    display: none
}

.black .logo .logo__white {
    display: unset
}

.footer-nav {
    position: relative;
    z-index: 1;
    padding-top: 207px;
    padding-bottom: 75px;
    padding-right: 110px;
    background-color: #0e0f1f
}

.footer-nav::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background-color: #0e0f1f
}

.footer-nav__list {
    margin: 0;
    margin-bottom: 36px;
    padding: 0;
    list-style: none
}

.footer-nav__list li {
    margin-bottom: 30px
}

.footer-nav__list li:last-child {
    margin-bottom: 0
}

.footer-nav__list a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.footer-nav__list a:visited {
    color: #fff
}

@media (max-width: 864px) {
    .footer-nav::before {
        right: 0
    }

    .footer-nav__list {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer__nav-logo {
        display: flex;
        justify-content: center
    }
}

.preview {
    width: 100%
}

.preview__image-container {
    overflow: hidden;
    width: 100%;
    height: 320px;
    margin: 10px 0;
    border-radius: 10px
}

.preview__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.preview__title {
    margin: 0;
    margin-bottom: 8px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #1c1e2a
}

.preview__excerpt {
    margin-bottom: 10px
}

.preview__excerpt p {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

.preview__excerpt p:last-child {
    margin-bottom: 0
}

.preview__read-icon {
    margin-left: 5px;
    stroke: #1c2240;
    transition: all .2s ease
}

.preview__read {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #333
}

.preview__read:visited {
    color: #333
}

.preview__read:hover {
    opacity: .7
}

.preview__read:hover .preview__read-icon {
    transform: translateX(6px)
}

.preview__read:active {
    opacity: .5
}

.breadcrumbs {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none
}

.breadcrumbs li {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px
}

.breadcrumbs li a {
    position: relative;
    padding-right: 14px;
    margin-right: 10px;
    color: #b1b9d3;
    cursor: pointer
}

.breadcrumbs li a:visited {
    color: #b1b9d3
}

.breadcrumbs li a:hover {
    color: #fff
}

.breadcrumbs li a:active {
    opacity: .5
}

.breadcrumbs li a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #fff
}

.breadcrumbs li span {
    color: #fff
}

.radio__label {
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    cursor: pointer
}

.radio__label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid #333
}

.radio__label::after {
    display: none;
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 50%;
    background-color: #1c2240
}

.radio__input:checked + .radio__label:before {
    border-color: #1c2240
}

.radio__input:checked + .radio__label::after {
    display: block
}


.radio__input label {
	position: relative;
    padding-left: 25px;
    cursor: pointer
}

.radio__input label span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.radio__input label input {
	display: none;
}

.radio__input label span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 50%;
    border: 2px solid #333
}

.radio__input label span:after {
    display: none;
    content: "";
    position: absolute;
    left: 3px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-radius: 50%;
    background-color: #1c2240
}

.radio__input label input:checked + span:before {
    border-color: #1c2240
}

.radio__input label input:checked + span:after {
    display: block
}

.contacts {
    padding: 0;
    margin: 0;
    list-style: none
}

.contacts__item {
    display: flex;
    margin-bottom: 30px
}

.contacts__item:last-child {
    margin-bottom: 0
}

.contacts__icon {
    margin-right: 5px;
    stroke: #1c2240
}

.contacts__text {
    font-size: 16px;
    line-height: 22px;
    color: #544639
}

.contacts__value {
    margin: 0;
    font-weight: 700
}

a.contacts__value {
    color: #544639;
    cursor: pointer
}

a.contacts__value:visited {
    color: #544639
}

a.contacts__value:hover {
    opacity: .7
}

a.contacts__value:active {
    opacity: .5
}

.contacts__annotation {
    margin: 0
}

.tabs__container {
    display: flex;
    justify-content: center
}

.tabs__item {
    margin-right: 30px
}

.tabs__item:last-child {
    margin-right: 0
}

@media (max-width: 964px) {
    .tabs__container {
        flex-direction: column
    }

    .tabs__item {
        margin: 0;
        margin-bottom: 20px
    }
}

.tab__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1c1e2a
}

.tab__icon-container {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 9px;
    height: 30px;
    border-left: 1px solid #1c1e2a
}

.tab__icon {
    stroke: #1c1e2a
}

.tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    min-width: 424px;
    padding: 10px 20px;
    background: #f0d48b;
    border-radius: 1px;
    border: none;
    cursor: pointer
}

.tab:hover {
    opacity: .7
}

.tab--active {
    background-color: #1c2240;
    cursor: default
}

.tab--active:hover {
    opacity: 1
}

.tab--active .tab__name {
    color: #fff
}

.tab--active .tab__icon-container {
    border-color: #fff
}

.tab--active .tab__icon {
    stroke: #fff
}

.tab--dark {
    background-color: #1c1e2a
}

.tab--dark .tab__name {
    color: #fff
}

.tab--dark .tab__icon-container {
    border-color: #fff
}

.tab--dark .tab__icon {
    stroke: #fff
}

.tab--grey {
    background-color: #f3f1ed
}

.tab--grey .tab__name {
    color: #1c1e2a
}

.tab--grey .tab__icon-container {
    border-color: #1c1e2a
}

.tab--grey .tab__icon {
    stroke: #1c1e2a
}

@media (max-width: 864px) {
    .tab {
        min-width: 100%;
        width: 100%
    }
}

.blog-promotion {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.blog-promotion__title {
    margin: 0;
    margin-bottom: 30px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #1c1e2a
}

.blog-promotion__excerpt {
    margin-bottom: 10px
}

.blog-promotion__excerpt p {
    margin: 0;
    margin-bottom: 19px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #555
}

.blog-promotion__read-icon {
    margin-left: 10px;
    stroke: #333;
    transition: all .2s ease
}

.blog-promotion__read {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 5px 58px;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    border: 1px solid #333;
    border-radius: 1px
}

.blog-promotion__read:visited {
    color: #333
}

.blog-promotion__read:hover {
    opacity: .7
}

.blog-promotion__read:hover .blog-promotion__read-icon {
    transform: translateX(6px)
}

.blog-promotion__read:active {
    opacity: .5
}

.burger__icon--close {
    display: none
}

.open .burger__icon--burger {
    display: none
}

.open .burger__icon--close {
    display: block
}

.select {
    position: relative;
    min-width: 190px
}

.select__value {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #777;
    transition: all .1s ease
}

.select__icon {
    margin-left: 40px;
    stroke: #777;
    transition: all .2s ease
}

.select__field {
    height: 40px;
    width: 100%;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    transition: all .1s ease
}

.select__field:hover .select__value {
    color: #1c1e2a
}

.select__field:hover .select__icon {
    stroke: #1c1e2a
}

.select__field:active {
    opacity: .7
}

.select__dropdown {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    box-shadow: 0 3px 6px rgba(230, 230, 230, .62);
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    transition: all .2s ease
}

.select__label {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    cursor: pointer;
    transition: all .1s ease
}

.select__label:hover {
    background-color: #f3f1ed
}

.select__radio:checked + .select__label {
    font-weight: 700;
    background-color: #f3f1ed
}

.select.open .select__value {
    color: #1c1e2a
}

.select.open .select__icon {
    stroke: #1c1e2a;
    transform: rotate(180deg)
}

.select--small {
    min-width: unset
}

.select--small .select__icon {
    margin-left: 6px
}

.filter {
    margin-bottom: 80px
}

.filter__list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style: none
}

.filter__list-item {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #777
}

.filter__list-item:last-child {
    padding: 0;
    margin: 0;
    border: none
}

@media (max-width: 964px) {
    .filter__list {
        flex-direction: column
    }

    .filter__list-item {
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
        border: none;
        border-bottom: 1px solid #777
    }

    .filter__list-item:last-child {
        border-bottom: 1px solid #777
    }
}

.entry__image-container {
	display: inline-block;
    overflow: hidden;
    margin-bottom: 20px;
    height: 450px;
    width: 100%;
    border-radius: 10px
}

.entry__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.entry__name {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1c1e2a
}

.entry__info {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .02em;
    color: #e4c471
}

.entry__availability {
    margin-bottom: 11px
}

.entry__link-icon {
    margin-left: 5px;
    stroke: #1c2240;
    transition: all .2s ease
}

.entry__link {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    color: #1c1e2a
}

.entry__link:hover .entry__link-icon {
    transform: translateX(6px)
}

@media (max-width: 640px) {
    .entry__image-container {
        height: 280px
    }
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.circle--red {
    background-color: #581313
}

.circle--yellow {
    background-color: #aa8d43
}

.availability {
    display: flex
}

.availability__item {
    display: flex;
    align-items: center;
    margin-right: 28px
}

.availability__item:last-child {
    margin-right: 0
}

.availability__circle {
    margin-right: 4px
}

.availability__text {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

.availability__count {
    font-weight: 700
}

.price {
    display: flex;
    align-items: center
}

.price__currency {
    position: relative;
    top: -5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #1c1e2a
}

.price__value {
    margin-right: 5px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #1c1e2a
}

.price__unit {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #777
}

.table {
    display: flex
}

.table__column--50 {
    width: 50%
}

.table__row {
    display: flex
}

.table__cell {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: -1px;
    margin-right: -1px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1c2240;
    border: 1px solid #d7d4d4
}

.table__cell--head {
    color: #777;
    background-color: #f3f1ed
}

@media (max-width: 640px) {
    .table {
        flex-direction: column
    }

    .table__column--50 {
        width: 100%
    }
}

.shop {
    display: flex;
    padding: 10px;
    border: 1px solid #d7d4d4
}

.shop__image-container {
    height: 169px;
    width: 190px;
    margin-right: 19px
}

.shop__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shop__info {
    height: 100%;
    display: flex;
    flex-direction: column
}

.shop__name {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1c1e2a
}

.shop__notes {
    margin-bottom: 25px
}

.shop__note {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

.shop__note--value {
    font-weight: 700
}

.shop__note:last-child {
    margin-bottom: 0
}

.shop__spec {
    margin-top: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #333
}

.shop__spec a {
    font-weight: 700;
    color: #333
}

.shop__spec a:visited {
    color: #333
}

.shop__spec a:hover {
    opacity: .7
}

.shop__spec a:active {
    opacity: .5
}

.shop__spec-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px
}

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

.shop__spec-icon {
    margin-right: 10px;
    stroke: #1c1e2a
}

.shop__hours {
    margin-left: auto;
    display: flex
}

.shop__hours-icon {
    margin-right: 5px;
    stroke: #1c1e2a
}

@media (max-width: 864px) {
    .shop {
        flex-wrap: wrap
    }

    .shop__hours {
        margin-top: 30px;
        width: 100%
    }
}

@media (max-width: 640px) {
    .shop {
        flex-direction: column
    }

    .shop__image-container {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
}

.hours {
    border: none;
    font-size: 14px;
    line-height: 24px;
    color: #1c1e2a;
    border-spacing: 0;
    border-collapse: collapse
}

.hours tr {
    margin-bottom: -3px
}

.hours th {
    padding: 0;
    padding-right: 5px;
    font-weight: 600;
    text-transform: capitalize
}

.hours td {
    padding: 0;
    font-weight: 400;
    white-space: nowrap
}

.sorting {
    display: flex;
    align-items: center;
    padding: 4px 44px;
    border: 1px solid #e4c471;
    border-radius: 3px
}

.sorting__item {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #333
}

.sorting__item:last-of-type {
    padding-right: 0;
    margin-right: 11px;
    border: none
}

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

.sorting__button {
    position: relative;
    height: 40px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background-color: #1c2240;
    border-radius: 1px;
    border: 1px solid #1c2240;
    cursor: pointer
}

.sorting__button::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #fff;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.sorting__button:hover {
    color: #1c2240
}

.sorting__button:hover::before {
    width: 100%
}

@media (max-width: 964px) {
    .sorting {
        width: 100%;
        padding: 20px
    }

    .sorting__item {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
        border: none;
        border-bottom: 1px solid #333
    }

    .sorting__item:last-of-type {
        margin-right: 0
    }

    .sorting__item .select {
        width: 100%
    }
}

.counter {
    display: flex;
    padding: 7px 13px
}

.counter__label {
    margin-right: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333
}

.counter__button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    transition: all .2s ease;
    cursor: pointer
}

.counter__button:hover {
    opacity: .7
}

.counter__button:active {
    opacity: .5
}

.counter__field {
    padding: 0;
    margin: 0 12px;
    width: 21px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

.counter__field::-webkit-outer-spin-button, .counter__field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.counter__field {
    -moz-appearance: textfield
}

.accordion {
    border-bottom: 1px solid #e4e2dd
}

.accordion__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 20px;
    padding-right: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1c1e2a;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    transition: all .2s ease
}

.accordion__head:hover {
    opacity: .8
}

.accordion__head:hover .product__note-icon {
    transform: translateX(6px)
}

.accordion__head-icon {
    stroke: #1c2240;
    transition: all .2s ease
}

.accordion__content-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all .2s ease
}

.accordion__content {
    padding: 14px 20px
}

.accordion__content p {
    margin: 0;
    margin-bottom: 5px;
    font-family: "Jost", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #544639
}

.accordion__content p:last-child {
    margin-bottom: 0
}

.accordion.open .accordion__head-icon {
    transform: rotate(-90deg)
}

.search {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-right: 12px;
    border: 1px solid #333;
    border-radius: 3px;
    background-color: #f3f1ed
}

.search__form {
    display: flex;
    align-items: center;
    width: 100%
}

.search__submit {
    padding: 0;
    margin-right: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    transition: all .1s ease
}

.search__submit:hover {
    opacity: .7
}

.search__submit:active {
    opacity: .5
}

.search__submit-icon {
    stroke: #333
}

.search__field {
    padding: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

.search__field::placeholder {
    color: #777
}

.search__close {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    transition: all .1s ease
}

.search__close:hover {
    opacity: .7
}

.search__close:active {
    opacity: .5
}

.search__close-icon {
    stroke: #333
}

@media (max-width: 864px) {
    .search {
        margin-top: 10px
    }
}

.event {
    padding: 25px 20px;
    width: 100%;
    background-color: #fffefe
}

.event__time {
    margin: 0;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #c4c4c4
}

.event__name {
    margin: 0;
    margin-bottom: 10px;
    min-height: 60px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color: #c4c4c4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.event__spots {
    margin: 0;
    margin-bottom: 30px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase
}

.event__spots--few {
    color: #961623
}

.event__spots--many {
    color: #397c48
}

.event__button {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1c2240;
    border: 1px solid #1c2240;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all .2s ease
}

.active .event__time {
    color: #222
}

.active .event__name {
    width: 100%;
    color: #1c2240
}

.active .event__button {
    opacity: 1
}

.active .event__button:hover {
    opacity: .7
}

.active .event__button:active {
    opacity: .5
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 70px;
    background-color: #f3f1ed;
    transition: all .1s ease
}

.header.black {
    background-color: #1c1e2a
}

.header__container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header__logo {
    margin-right: 100px;
    flex-shrink: 0
}

.header__controls {
    margin: 0;
    margin-left: auto;
    padding: 0;
    display: flex;
    align-items: center;
    list-style: none
}

.header__scrollbar {
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    border-radius: 2px;
    background-color: #e4c471;
    transition: all .4s ease
}

.header__search {
    position: absolute;
    z-index: 10;
    left: 100%;
    right: 170px;
    opacity: 0;
    transition: all .2s ease-in-out
}

.header__search.open {
    display: block;
    left: 260px;
    opacity: 1
}

@media (max-width: 1200px) {
    .header__logo {
        margin-right: 0
    }

    .header__nav {
        transform: translateX(-100vw);
        position: absolute;
        left: 0;
        top: 70px;
        height: calc(100vh - 70px);
        width: 80vw;
        background-color: #f3f1ed;
        transition: all .2s ease
    }

    .header__nav.open {
        transform: translateX(0)
    }

    .black .header__nav {
        background-color: #1c1e2a
    }

    .header__scrollbar {
        display: none
    }
}

@media (max-width: 864px) {
    .header__container {
        flex-wrap: wrap
    }

    .header__search {
        overflow: hidden;
        position: static;
        order: 10;
        width: 100%;
        height: 0
    }

    .header__search.open {
        height: 58px
    }
}

.menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none
}

.menu li {
    margin-right: 43px
}

.menu li:last-child {
    margin-right: 0
}

.menu a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    white-space: nowrap;
    cursor: pointer
}

.menu a:visited {
    color: #222
}

.menu a:hover {
    opacity: .7
}

.menu a:active {
    opacity: .5
}

.black .menu a {
    color: #fff
}

.black .menu a:visited {
    color: #fff
}

@media (max-width: 1200px) {
    .menu ul {
        padding-top: 10px;
        flex-direction: column
    }

    .menu li {
        margin-right: 0
    }

    .menu a {
        display: block;
        width: 100%;
        padding: 15px;
        padding-left: 25px;
        border-bottom: 1px solid #e4c471
    }
}

.usp {
    position: relative;
    padding-top: 229px;
    padding-bottom: 224px;
    background-color: #332120
}

.usp__bg {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.usp__content {
    position: relative;
    z-index: 1;
    max-width: 585px;
    margin-left: 296px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.usp__title {
    margin: 0;
    margin-bottom: 4px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 82px;
    color: #fff;
    letter-spacing: .003em
}

.usp__title--top {
    position: relative;
    left: -186px
}

.usp__title--bottom {
    margin-top: -10px;
    display: flex;
    align-items: flex-start
}

.usp__title--italian {
    margin-top: 8px;
    margin-right: 9px;
    font-family: "Italiana", "Times New Roman", serif;
    font-size: 42px;
    line-height: 50px
}

.usp__subtitle {
    margin: 0;
    margin-bottom: 20px;
    font-family: "Jost", "Arial", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #fff
}

.usp__button {
    padding: 0 126px
}

@media (max-width: 1200px) {
    .usp__content {
        margin: 0 auto
    }

    .usp__title--top {
        position: static
    }
}

@media (max-width: 640px) {
    .usp {
        padding: 70px 0
    }

    .usp__title {
        font-size: 34px;
        line-height: 55px
    }

    .usp__title--italian {
        font-size: 26px;
        line-height: 29px
    }
}

.about {
    padding: 221px 0;
    padding-bottom: 216px;
    background-color: #f3f1ed
}

.about__container {
    display: flex;
    justify-content: center
}

.about__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 630px
}

.about__title {
    margin-bottom: 17px;
    text-align: center
}

.about__text {
    margin-bottom: 10px
}

.about__text p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #544639
}

.about__text p:last-child {
    margin-bottom: 0
}

@media (max-width: 640px) {
    .about {
        padding: 70px 0
    }
}

.producers {
    position: relative;
    padding-top: 182px;
    padding-bottom: 203px
}

.producers__bg-image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: border-radius .5s ease
}

.producers__container {
    display: flex;
    justify-content: center
}

.producers__content {
    position: relative;
    z-index: 3;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.producers__title {
    margin-bottom: 24px
}

.producers__text {
    margin-bottom: 16px
}

.producers__text p {
    margin: 0;
    margin-bottom: 5px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #fff
}

.producers__text p:last-child {
    margin-bottom: 0
}

.producers__button {
    padding-left: 50px;
    padding-right: 50px
}

@media (max-width: 640px) {
    .producers {
        padding: 90px 0
    }
}

.directory {
    padding-top: 126px;
    padding-bottom: 49px
}

.directory__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

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

.directory__list {
    margin-bottom: 51px
}

.directory__all-icon {
    margin-left: 5px;
    stroke: #a0890f;
    transition: all .2s ease
}

.directory__all {
    position: relative;
    left: 13px;
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #a0890f
}

.directory__all:hover {
    opacity: .7
}

.directory__all:hover .directory__all-icon {
    transform: translateX(6px)
}

.directory__all:active {
    opacity: .5
}

.feedback {
    padding-left: 140px;
    padding-top: 122px;
    padding-bottom: 103px
}

.feedback__title {
    margin: 0;
    margin-bottom: 27px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    color: #e4c471
}

.feedback__form {
    max-width: 630px
}

@media (max-width: 1200px) {
    .feedback {
        padding: 60px
    }

    .feedback__form {
        margin-right: 0
    }
}

@media (max-width: 640px) {
    .feedback {
        padding: 70px 0
    }
}

.footer {
    margin-top: auto;
    padding: 21px 0;
    background-color: #1c2240
}

.footer__container {
    display: flex;
    align-items: center
}

.footer__copyright {
    margin: 0;
    margin-right: 23%;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #fffefe
}

.footer__links {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__links-item {
    margin-right: 24px
}

.footer__links-item:last-child {
    margin-right: 0
}

.footer__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff
}

.footer__link:visited {
    color: #fff
}

.footer__social {
    margin-left: auto
}

@media (max-width: 864px) {
    .footer__container {
        justify-content: space-between
    }

    .footer__social, .footer__copyright {
        margin: 0
    }
}

@media (max-width: 640px) {
    .footer__container {
        flex-direction: column-reverse
    }

    .footer__social {
        margin-bottom: 20px
    }

    .footer__copyright {
        margin-top: 20px
    }
}

.contact-us {
    background-color: #0e0f1f;
    background-image: url("../img/contact-us-bg.jpg");
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat
}

.contact-us__container {
    display: flex
}

.contact-us-nav {
    padding-left: 112px
}

@media (max-width: 1200px) {
    .contact-us-nav {
        padding: 60px
    }
}

@media (max-width: 864px) {
    .contact-us__container {
        flex-direction: column-reverse
    }
}

.feed {
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 249px;
    display: flex;
    flex-direction: column;
    background-color: #f3f1ed
}

.feed__container {
    width: 100%
}

.feed__title {
    margin-bottom: 40px;
    text-align: center
}

.feed__title--left {
    text-align: left
}

.feed__title--yellow {
    color: #e4c471;
    text-decoration: underline
}

.feed__track {
    overflow-x: scroll;
    position: sticky;
    top: 120px;
    width: 100%;
    scrollbar-width: none
}

.feed__track::-webkit-scrollbar {
    display: none
}

.feed__item {
    width: 410px;
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0
}

.feed__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

@media (max-width: 1200px) {
    .feed {
        min-height: unset;
        padding: 100px 0
    }

    .feed__list {
        flex-wrap: wrap
    }

    .feed__item {
        display: none;
        width: 33%;
        margin-bottom: 30px
    }

    .feed__item:nth-child(1), .feed__item:nth-child(2), .feed__item:nth-child(3) {
        display: block
    }
}

@media (max-width: 864px) {
    .feed__item {
        width: 100%
    }
}

.page-header {
    margin-top: 70px;
    margin-bottom: 60px;
    padding-top: 40px;
    background-image: url("../img/page-header-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #1c1e27
}

.page-header--mg-big {
    margin-bottom: 134px
}

.page-header--no-margin {
    margin-bottom: 0
}

.page-header__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.page-header__title {
    margin: 0;
    margin-bottom: 40px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff
}

.page-header__breadcrumbs {
    margin-bottom: 13px
}

.rubric {
    position: relative;
    padding-bottom: 48px;
    margin-bottom: 120px;
    border-bottom: 1px solid #f3f1ed
}

.rubric::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 53%;
    background-color: #e4c471;
    border-radius: 50%
}

.rubric__name {
    margin: 0;
    margin-bottom: 30px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333
}

.rubric__list {
    margin: 0;
    padding: 0;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

.rubric__item {
    max-width: 400px;
    margin-right: 30px;
	margin-bottom: 64px
}

.rubric__item:last-child {
    margin-right: 0
}

@media (max-width: 864px) {
    .rubric__list {
        flex-direction: column
    }

    .rubric__item {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .rubric__item:last-child {
        margin-bottom: 0
    }
}

.newsletter {
    padding: 68px 0;
    /*margin-bottom: 120px;*/
	margin-bottom: 0;
    background-color: #f3f1ed
}

.newsletter__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.newsletter__title {
    margin: 0;
    margin-bottom: 18px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #e4c471
}

.newsletter__subtitle {
    margin: 0;
    margin-bottom: 17px;
    max-width: 490px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #544639
}

.newsletter__button {
    padding-left: 40px;
    padding-right: 40px
}

.page-title {
    margin-bottom: 120px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

.blog {
    /*margin-bottom: 120px*/
}

.blog__title {
    margin: 0;
    margin-bottom: 30px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333
}

.blog__item {
    width: calc(32% - 4px);
    margin-bottom: 60px
}

.blob__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none
}

.blob__list--big-row-bottom .blog__item {
    margin-bottom: 120px
}

@media (max-width: 1200px) {
    .blog__item {
        width: 49%
    }

    .blob__list--big-row-bottom .blog__item {
        margin-bottom: 60px
    }
}

@media (max-width: 864px) {
    .blog__item {
        width: 100%
    }
}

.product {
    padding-top: 130px;
    padding-bottom: 100px
}

.product__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.product__image-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 595px;
    margin-right: 140px
}

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

.product__info {
    width: 100%;
    max-width: 630px;
    flex-shrink: 0
}

.product__name {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1c1e2a
}

.product__subtitle {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #e4c471;
    letter-spacing: -0.02em
}

.product__number {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #544639
}

.product__data-row {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product__volume {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #544639
}

.product__feature {
    margin-bottom: 40px
}

.product__actions {
    margin: 0;
    margin-bottom: 100px;
    padding: 0;
    list-style: none
}

.product__action-item {
    margin-bottom: 20px;
    min-width: 472px;
    width: 100%;
}

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

.product__note-list {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 520px;
    list-style: none
}

.product__note-item {
    margin-bottom: 20px
}

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

@media (max-width: 1200px) {
    .product__image-container {
        margin: 0 auto
    }
}

@media (max-width: 964px) {
    .product__container {
        flex-direction: column;
        align-items: center
    }

    .product__image-container {
        height: 400px;
        margin-bottom: 30px
    }
}

@media (max-width: 640px) {
    .product__image-container {
        height: 260px
    }

    .product__action-item {
        width: 100%;
        min-width: unset
    }
}

.text-note {
    padding: 131px 0;
    margin-bottom: 200px;
    background-color: #f3f1ed
}

.text-note__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.text-note__title {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    color: #e4c471
}

.text-note__text {
    max-width: 630px
}

.text-note__text p {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #544639
}

.text-note__text p:last-child {
    margin-bottom: 0
}

.recommended {
    margin-bottom: 200px;
    padding-bottom: 58px
}

.recommended__uptitle {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #e4c471
}

.recommended__title {
    margin: 0;
    margin-bottom: 30px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333
}

.recommended__track {
    overflow-x: scroll;
    overflow-y: hidden;
    padding-right: 30px;
    padding-bottom: 58px;
    border-bottom: 1px solid #f3f1ed
}

.recommended__track::-webkit-scrollbar {
    height: 10px;
    cursor: pointer
}

.recommended__track::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0)
}

.recommended__track::-webkit-scrollbar-thumb {
    background-color: #e4c471;
    border-radius: 4px;
    border: none
}

.recommended__list {
    margin: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    list-style: none
}

.recommended__item {
    width: 300px;
    flex-shrink: 0;
    margin-right: 30px
}

.blog-header {
    margin-top: 70px;
    padding-top: 281px;
    padding-bottom: 17px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #555;
    background-image: url("../img/blog-header-bg.jpg")
}

.blog-header__uptitle {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #e4c471
}

.blog-header__title {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff
}

.page-nav {
    padding: 24px 0;
    background: #f3f1ed;
    box-shadow: 0 1px 0 #e6e6e6
}

.page-nav--bottom-border {
    position: relative;
    border-bottom: 1px solid #f3f1ed
}

.page-nav--bottom-border::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 3px;
    width: 56vw;
    background-color: #e4c471;
    border-radius: 50%
}

.page-nav__container {
    display: flex;
    justify-content: space-between
}

.page-nav__title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1c2240
}

.page-nav__list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none
}

.page-nav__item {
    margin-right: 73px
}

.page-nav__item:last-child {
    margin-right: 0
}

.page-nav__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222
}

.page-nav__link:hover {
    opacity: .7
}

.page-nav__link:active {
    opacity: .5
}

@media (max-width: 864px) {
    .page-nav__container {
        flex-direction: column;
        align-items: center
    }

    .page-nav__title {
        margin-bottom: 20px
    }

    .page-nav__list {
        flex-wrap: wrap;
        justify-content: center
    }

    .page-nav__item {
        margin-right: 30px;
        margin-bottom: 10px
    }
}

.blog-overview {
    padding: 110px 0;
    margin-bottom: 63px;
    background-color: #f3f1ed
}

.blog-overview__container {
    display: flex;
    justify-content: center
}

.blog-overview__content {
    max-width: 630px
}

.blog-overview__uptitle {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #e4c471;
    text-transform: uppercase
}

.blog-overview__title {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333
}

.blog-overview__text p {
    margin: 0;
    margin-bottom: 5px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #544639
}

.blog-overview__text p:last-child {
    margin-bottom: 0
}

.post {
    padding-top: 60px;
    padding-bottom: 200px;
    margin-top: 70px;
    margin-bottom: 161px;
    background-color: #f3f1ed
}

.post__head {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.post__title {
    margin: 0;
    margin-bottom: 20px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    text-align: center;
    color: #333
}

.post__description {
    max-width: 630px
}

.post__description p {
    margin: 0;
    margin-bottom: 5px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #544639
}

.post__description p:last-child {
    margin-bottom: 0
}

.post__text {
    font-family: "Jost", "Arial", sans-serif
}

.post__text img {
    border-radius: 10px
}

.post__text h2 {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 736px;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #333
}

.post__text p {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 736px;
    font-size: 16px;
    line-height: 23px;
    color: #544639
}

.post__text .post__row {
    display: flex;
    justify-content: space-between
}

.post__text .post__row img {
    margin-right: 30px
}

.dolce-vita {
    padding: 44px 0;
    margin-bottom: 200px;
    background-color: #f3f1ed
}

.dolce-vita__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.dolce-vita__title {
    margin: 0;
    width: 100%;
    max-width: 470px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #1c2240
}

.dolce-vita__row {
    display: flex;
    padding-left: 20px
}

.dolce-vita__is {
    margin-right: 14px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    color: #e4c471
}

.dolce-vita__paragraph {
    margin: 0;
    max-width: 404px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #544639
}

.stores {
    padding-top: 80px;
    padding-bottom: 200px
}

.stores__filter {
    display: flex;
    margin-bottom: 50px;
    align-items: center
}

.stores__filter-controls {
    margin-right: 30px
}

.stores__add-shop-icon {
    position: relative;
    z-index: 2;
    margin-right: 10px;
    stroke: #1c2240
}

.stores__add-shop-text {
    position: relative;
    z-index: 2
}

.stores__add-shop {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1c2240;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #1c2240;
    cursor: pointer
}

.stores__add-shop::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #1c2240;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.stores__add-shop:hover {
    color: #fff
}

.stores__add-shop:hover::before {
    width: 100%
}

.stores__add-shop:hover .stores__add-shop-icon {
    stroke: #fff
}

.stores__sort {
    margin-bottom: 13px;
    display: flex;
    align-items: center
}

.stores__content {
    display: flex;
    justify-content: space-between
}

.stores__shops {
    width: 100%;
    max-width: 740px;
    margin-right: 30px
}

.stores__list {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    list-style: none
}

.stores__item {
    margin-bottom: 30px;
    width: 100%
}

.stores__item:last-child {
    margin-bottom: 0
}

.stores__sort-select {
    display: flex;
    align-items: center
}

.stores__sort-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1c1e2a
}

.stores__sort-cont {
    margin-left: 35px
}

.stores__more-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 11px 81px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1c2240;
    border: 1px solid #1c2240;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1px;
    cursor: pointer
}

.stores__more-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #1c2240;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.stores__more-button:hover {
    color: #fff
}

.stores__more-button:hover::before {
    width: 100%
}

@media (max-width: 1200px) {
    .stores__filter {
        flex-direction: column;
        align-items: center
    }

    .stores__filter-controls {
        margin-right: 0;
        margin-bottom: 10px
    }

    .stores__add-shop {
        border: none
    }

    .stores__content {
        flex-direction: column-reverse
    }

    .stores__map {
        overflow: hidden;
        height: 400px;
        margin-bottom: 30px
    }

    .stores__map-image {
        width: 100%
    }

    .stores__shops {
        margin-right: 0;
        max-width: 100%
    }
}

@media (max-width: 964px) {
    .stores__filter-controls {
        flex-direction: column
    }

    .stores__sort {
        flex-direction: column
    }

    .stores__sort-cont {
        margin: 0
    }
}

@media (max-width: 640px) {
    .stores__more-button {
        margin: 0 auto
    }

    .stores__map {
        height: 250px
    }
}

.nothing-found {
    display: flex;
    justify-content: center;
    padding-top: 130px;
    padding-bottom: 250px;
    background-color: #f3f1ed
}

.nothing-found__container {
    max-width: 1020px
}

.nothing-found__title {
    margin: 0;
    margin-bottom: -15px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 61px;
    text-transform: uppercase;
    color: #e4c471
}

.nothing-found__query {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #333
}

.nothing-found__note {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    color: #544639
}

.nothing-found__field {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #333;
    border-radius: 3px
}

.nothing-found__icon {
    margin-right: 10px;
    stroke: #333
}

.nothing-found__input {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #777;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    outline: none
}

.nothing-found__submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 299px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: none;
    border-radius: 1px;
    background: #1c2240;
    cursor: pointer;
    transition: all .1s ease
}

.nothing-found__submit:hover {
    opacity: .7
}

.nothing-found__submit:active {
    opacity: .5
}

.search-results {
    margin-top: 70px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1c1e2a
}

.search-results__container {
    display: flex;
    align-items: center;
    justify-content: center
}

.search-results__title {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.schedule {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 300px;
    background-color: #f3f1ed
}

.schedule__filter {
    display: flex
}

.schedule__month {
    margin: 0;
    margin-bottom: 55px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #333
}

.calendar {
    position: relative;
    z-index: 1
}

.calendar__background {
    position: absolute;
    z-index: -1;
    left: -100%;
    top: -25px;
    height: 180px;
    width: 200vw;
    background-color: #faf8f5
}

.calendar__nav-icon {
    stroke: #1c2240;
    transition: all .1s ease
}

.calendar__nav-button {
    position: absolute;
    z-index: 3;
    top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer
}

.calendar__nav-button--prev {
    left: 0
}

.calendar__nav-button--prev .calendar__nav-icon {
    transform: rotate(180deg)
}

.calendar__nav-button--next {
    right: 0
}

.calendar__nav-button:hover .calendar__nav-icon {
    stroke: #e4c471
}

.calendar__nav-button:disabled {
    opacity: .5;
    cursor: default
}

.calendar__nav-button:disabled:hover .calendar__nav-icon {
    stroke: #1c2240
}

.calendar__top {
    margin-bottom: 55px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer
}

.calendar__week-day {
    margin: 0;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #e4c471
}

.calendar__day-number {
    margin: 0;
    padding-bottom: 10px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 87px;
    text-align: center;
    text-transform: uppercase;
    color: #e4c471
}

.calendar__month {
	margin: 0;
    padding-bottom: 20px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #1c2240
}

.calendar__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.calendar__slide {
    display: flex
}

.calendar__item {
    overflow: hidden;
    margin-right: 30px;
    width: 190px;
    transition: all .2s ease-in-out
}

.calendar__item:last-of-type {
    margin-right: 0
}

.calendar__item.active {
    width: 410px
}

.calendar__event {
    min-height: 235px;
    margin-bottom: 30px
}

.calendar__event:last-of-type {
    margin-bottom: 0
}

.active .calendar__top {
    border-color: #e4c471
}

.active .calendar__week-day, .active .calendar__day-number {
    color: #1c2240
}

.contacts-page {
    display: flex;
    padding-top: 79px;
    padding-bottom: 200px
}

.contacts-page__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contacts-page__uptitle {
    margin: 0;
    margin-bottom: -5px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #e4c471;
    letter-spacing: -0.02em
}

.contacts-page__title {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-transform: uppercase;
    color: #333
}

.contacts-page__form {
    max-width: 630px;
    margin-right: 40px;
    margin-bottom: 50px
}

.contacts-page__contacts {
    padding-top: 70px;
    padding-right: 50px
}

@media (max-width: 1200px) {
    .contacts-page__contacts {
        padding: 0
    }
}

@media (max-width: 640px) {
    .contacts-page__form {
        margin-right: 0
    }
}

.about-page {
    padding-top: 103px;
    padding-bottom: 100px
}

.about-page__text {
    max-width: 410px;
    width: 100%;
    flex-shrink: 0
}

.about-page__text p {
    margin: 0;
    margin-bottom: 25px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #544639
}

.about-page__text p:last-child {
    margin-bottom: 0
}

.about-page__title {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333
}

.about-page__title--yellow {
    display: block;
    margin-top: -10px;
    color: #e4c471
}

.about-page__image-container {
    overflow: hidden;
    margin-right: 30px;
    width: 100%;
    border-radius: 10px
}

.about-page__image-container--big {
    max-width: 850px
}

.about-page__image-container--small {
    max-width: 410px
}

.about-page__image {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.about-page__row {
    display: flex;
    justify-content: center;
    margin-bottom: 100px
}

.about-page__row:last-child {
    margin-bottom: 0
}

.about-page__row--reverse {
    flex-direction: row-reverse
}

.about-page__row--reverse .about-page__image-container {
    margin-right: 0;
    margin-left: 30px
}

@media (max-width: 964px) {
    .about-page__row {
        flex-direction: column;
        align-items: center
    }

    .about-page__row--reverse {
        flex-direction: column
    }

    .about-page__row--reverse .about-page__image-container {
        margin-left: 0
    }

    .about-page__image-container {
        margin: 0;
        margin-bottom: 30px;
        max-width: 100%;
        max-height: 415px
    }
}

.dolce-vita {
    padding: 44px 0;
    margin-bottom: 200px;
    background-color: #f3f1ed
}

.dolce-vita__container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.dolce-vita__title {
    margin: 0;
    width: 100%;
    max-width: 470px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #1c2240
}

.dolce-vita__row {
    display: flex;
    padding-left: 20px
}

.dolce-vita__is {
    margin-right: 14px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 43px;
    text-transform: uppercase;
    color: #e4c471
}

.dolce-vita__paragraph {
    margin: 0;
    max-width: 404px;
    font-family: "Jost", "Arial", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #544639
}


[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask,
.simplebar-offset {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #e4c471;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.simplebar-track:after {
    width: 2px;
    position: absolute;
    content: "";
    background: rgba(208, 208, 208, 0.42);
    border-radius: 2px;
    top: 5px;
    bottom: 5px;
    left: 3px;
    z-index: -1;
}
.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 8px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.mini_card_wrapper{
    display: none;
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0,0,0.3);
}
.mini_card_btn--items{
    position: relative;
}

.mini_card_btn--items:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    right: -5px;
    top: 0px;
    border-radius: 7px;
    background: #F1B311;
}

.card>.woocommerce{
    width: 100%;
}

.mini_card {
    display: none;
    --card-position: 71px;
    position: fixed;
    width: 520px;
    height: 540px;
    right: 0;
    top: 71px;
    box-sizing: border-box;
    padding: 18px;
    background: #fff;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1);
    font-family: "Open Sans", sans-serif;
}

.mini_card.active,.mini_card_wrapper.active{
    display: block;
}

.mini_card__h {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #222;
    margin: 0;
}
.mini_card__total {
    width: 100%;
    padding-right: 45px;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.mini_card__total__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #2f2f2f;
    text-transform: uppercase;
}
.mini_card__total__price {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    float: right;
    color: #2f2f2f;
}
.card_product_list {
    height: 320px;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.card_product_list--mini_card {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 45px;
}
.card_product_list--card {
    width: 740px;
    height: auto;
}
.card_product_list__item {
    position: relative;
    padding-left: 51px;
    padding-bottom: 7px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #b1b9d3;
}
.card_product_list__item--card {
    padding-left: 100px;
    padding-bottom: 20px;
}
.card_product_list__item--card > .card_product_list__item__icon {
    width: 100px;
    height: 150px;
}
.card_product_list__item--card > .card_product_list__item__icon > img {
    max-height: 140px;
    max-width: 60px;
}
.card_product_list__item:last-child {
    margin-bottom: 0;
}
.card_product_list__item__content {
    width: 300px;
}
.card_product_list__item__content__title {
    width: 75%;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1c1e2a;
    min-height: 44px;
    margin: 0;
}
.card_product_list__item__content__from {
    font-size: 14px;
    line-height: 19px;
    color: #a0890f;
    margin: 4px 0;
}
.card_product_list__item__content__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.card_product_list__item__content__description__type {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #581313;
}
.card_product_list__item__content__description__size,
.card_product_list__item__content__description__year {
    font-size: 16px;
    line-height: 22px;
    color: #1c1e2a;
    margin: 0;
}
.card_product_list__item__content__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card_product_list__item__content__total_price {
    color: #1c1e2a;
    display: inline-block;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.card_product_list__item__content__total_price__currency {
    font-size: 14px;
    color: #1c1e2a;
    display: inline-block;
    vertical-align: super;
}
.card_product_list__item__content__total_price__value {
    font-weight: 700;
    font-size: 22px;
}
.card_product_list__item__content__count {
    display: flex;
}
.card_product_list__item__content__count__title {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin: 0 10px;
}
.card_product_list__item__content__count__btn {
    border: 1px solid #b1b9d3;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0;
}
.card_product_list__item__icon {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    width: 40px;
    height: 140px;
    justify-content: center;
    align-items: center;
    cursor: pointer;}
.card_product_list__item__icon > img {
    max-height: 100px;
    max-width: 32px;
}
.card_product_list__item__btn_remove {
    position: absolute;
    right: 0;
    top: 0;
    outline: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
}
.card_btn {
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    width: calc(50% - 10px);
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
}
.card_btn--width {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.card_btn--white {
    color: #333;
    border-radius: 1px;
    background-color: #f3f1ed;
}
.card_btn--white > .card_btn__svg {
    fill: #1c2240;
}
.card_btn--white > .card_btn__svg > .svg_fill {
    fill: #f3f1ed;
}
.card_btn--black {
    color: #fff;
    background: #1c2240;
    border-radius: 1px;
}
.card_btn--black > .card_btn__svg {
    fill: #fff;
}
.card_btn--black > .card_btn__svg > .svg_fill {
    fill: #1c2240;
}
.card_btn--right {
    float: right;
}
.card_btn--hight {
    width: calc(50% - 15px);
    line-height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_btn--hight > .card_btn__svg--card {
    margin-right: 10px;
}
.card_btn--pay {
    width: 380px;
}
.card {
    font-family: "Open Sans", sans-serif;
    margin-top: 70px;
    /*padding: 75px;*/
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*min-height: calc(100vh - 140px);*/
}

.card__h {
    width: 100%;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 70px;
}
.card__payment {
    width: 410px;
}
.card__payment__content {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    padding: 28px 15px;
    background: #f3f1ed;
}
.card__payment__content__total {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #2f2f2f;
    margin: 0;
}
.card__payment__content__total__price {
    float: right;
}
.card__payment__content__info,
.card__payment__content__promo {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #222;
}
.card__payment__content__promo {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #1c2240;
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    border: 0;
    outline: 0;
    background: 0 0;
}
.payment,
.payment__form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.payment {
    width: 850px;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}
.payment__form,.payment__row{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.payment__form .payment__form__field{
    margin-top: 20px;
}

.payment__form__field {
    position: relative;
    width: 300px;
    margin-top: 30px;
    margin-left: 30px;
}

.payment__form__field:first-child {
    margin-left: 0px;
}
.payment__form__field--middle{
    width: 190px;
}
.payment__form__field--small{
    width: 80px;
}


.payment__form__field__input {
    height: 40px;
    border: 1px solid #1c2240;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 38px;
    width: 100%;
    display: block;
    outline: 0;
}
.payment__form__field__placeholder {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    padding: 0 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 38px;
    color: #333;
    pointer-events: none;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s;
}
.payment__form__field__input:placeholder-shown + .payment__form__field__placeholder {
    opacity: 1;
}
.payment__form__field__input:focus + .payment__form__field__placeholder {
    opacity: 0;
}
.payment__form__field__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}
.payment__h {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 50px;
    margin-top: 0;
}
.payment__info {
    font-size: 14px;
    line-height: 19px;
    color: #222;
}

.single-post .page-header {
	margin-bottom: 0
}

.single-post .post {
	margin-top: 0
}

.text-approved {
	width: 300px;
	max-width: 100%;
	font-weight: 600;
	text-align: center
}
.text-approved span {
	display: block;
	color: #CC9542
}

.white .form__submit {
	width: 300px;
	max-width: 100%;
    color: #333;
    border: 1px solid #333;
    background-color: #fff
}

.single-product .product__actions .login__button {
	width: 100%;
    margin-bottom: 49px;
}

#billing_country_field {
	display: none
}

@media only screen and (max-width: 1440px) {
    .card_product_list--card {
        width: calc(100% - 500px);
    }
}
@media only screen and (max-width: 960px) {

    .payment {
        width: 100%;

    }
    .payment__form,.payment__row{
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .payment__form .payment__form__field{
        margin-top: 20px;
    }

    .payment__form__field {
        margin-left: 0px;
    }
    .payment__form__field, .payment__form__field--middle{
        width: 100%;
    }
    .payment__form__field--small{
        width: 47%;
    }

    .card_product_list--card {
        width: calc(100% - 380px);
    }
    .card_product_list__item--card {
        padding-left: 40px;
        padding-bottom: 10px;
    }
    .card_product_list__item--card > .card_product_list__item__icon {
        width: 40px;
        height: 140px;
    }
    .card_product_list__item--card > .card_product_list__item__icon > img {
        max-height: 100px;
        max-width: 32px;
    }
    .card__payment {
        width: 350px;
    }
}
@media only screen and (max-width: 768px) {

    .mini_card {
        --card-position: 71px;
        width: calc(100vw - 40px);
        min-height: 50vh;
        height: auto;
        left: 20px;
        top: 71px;
    }
    .mini_card__h {
        font-size: 20px;
        line-height: 25px;
    }
    .mini_card__total {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .mini_card__total__price,
    .mini_card__total__text {
        line-height: 25px;
    }
    .mini_card__btn {
        width: 100%;
    }
    .mini_card__btn_close {
        margin-bottom: 10px;
    }
    .mini_card__btn_to_card {
        float: none;
    }
    .card_product_list--card {
        width: 100%;
    }
    .card_product_list--mini_card {
        height: 308px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 20px;
    }
    .card_product_list__item__content__description {
        margin-bottom: 10px;
    }
    .card_btn__btn {
        width: 100%;
    }
    .card_btn--right {
        margin-top: 10px;
        float: none;
    }
    .card__payment {
        width: 100%;
    }
}
