

/* Start:/local/templates/main_v2/styles/style.css?1755162828470591*/
@charset "UTF-8";
.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-base {
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
}

.header-nav__item {
    white-space: nowrap;
}

.tooltipster-box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1, 1);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotateZ(0);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    transition-property: left;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 0.4s;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 0.6s;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.tooltipster-sidetip .tooltipster-box {
    background: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #000;
}

.clr-btn {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.clr-btn:hover,
.clr-btn:active,
.clr-btn:focus {
    outline: none;
}

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

html {
    font-family: sans-serif;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    background-color: transparent;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

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 {
    padding: 0;
    border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1440px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1600px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        max-width: 738px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.svg-icon-adress-pin {
    height: 18px;
    width: 14px;
}

.svg-icon-burger-ico {
    height: 30px;
    width: 39px;
}

.svg-icon-counterclockwise {
    height: 42px;
    width: 44px;
}

.svg-icon-mail {
    height: 19px;
    width: 20px;
}

.svg-icon-map-pin {
    height: 56px;
    width: 42px;
}

.svg-icon-peoples {
    height: 45px;
    width: 47px;
}

.svg-icon-price-basket {
    height: 45px;
    width: 45px;
}

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

.svg-icon-adress-pin {
    height: 18px;
    width: 14px;
}

.svg-icon-calendar {
    height: 20px;
    width: 19px;
}

.svg-icon-calendar-arrow-left {
    height: 12px;
    width: 6px;
}

.svg-icon-calendar-arrow-right {
    height: 12px;
    width: 6px;
}

.svg-icon-close-ico {
    height: 22px;
    width: 23px;
}

.svg-icon-copy-ico {
    height: 21px;
    width: 21px;
}

.svg-icon-logo-slogan-bot {
    height: 38px;
    width: 247px;
}

.svg-icon-logo-slogan-top {
    height: 13px;
    width: 195px;
}

.svg-icon-mail {
    height: 19px;
    width: 20px;
}

.svg-icon-play {
    height: 20px;
    width: 16px;
}

.svg-icon-play-no-bg {
    height: 21px;
    width: 16px;
}

.svg-icon-reload {
    height: 18px;
    width: 21px;
}

.svg-icon-search {
    height: 20px;
    width: 21px;
}

.svg-icon-slider-arrow-left {
    height: 12px;
    width: 28px;
}

.svg-icon-slider-arrow-right {
    height: 12px;
    width: 27px;
}

.svg-icon-social-fb {
    height: 20px;
    width: 12px;
}

.svg-icon-social-inst {
    height: 20px;
    width: 20px;
}

.svg-icon-social-ok {
    height: 18px;
    width: 11px;
}

.svg-icon-social-vk {
    height: 13px;
    width: 22px;
}

.svg-icon-social-yt {
    height: 15px;
    width: 21px;
}

.svg-icon-tel {
    height: 18px;
    width: 19px;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
    transform: scale(0.6);
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
    transform: scale(1.2);
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translateZ(0);
}

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
}


/*! jQuery UI - v1.13.1 - 2022-05-05
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}


/* Icons */

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    -ms-filter: "alpha(opacity=35)";
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    -ms-filter: "alpha(opacity=35)";
    /* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("/images/ui-icons_777777_256x240.png");
}


/* positioning */


/* Three classes needed to override `.ui-button:hover .ui-icon` */

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3;
    -ms-filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}

.blocker.behind {
    background-color: transparent;
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

.modal-spinner>div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
    animation-delay: -1.1s;
}

.modal-spinner .rect3 {
    animation-delay: -1s;
}

.modal-spinner .rect4 {
    animation-delay: -0.9s;
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

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

.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}


/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

 :root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

 :root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
}

[data-aos=fade-in] {
    opacity: 0;
}


/* jost-100 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 100;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-200 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 200;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-300 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 300;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-regular - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-regular.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-regular.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-regular.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-regular.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-500 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-700 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 700;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-600 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 600;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-800 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 800;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-900 - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: normal;
    font-weight: 900;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-100italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 100;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-100italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-200italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 200;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-200italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-300italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 300;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-300italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 400;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-500italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 500;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-500italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-600italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 600;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-600italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-700italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 700;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-700italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-800italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 800;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-800italic.svg#Jost") format("svg");
    /* Legacy iOS */
}


/* jost-900italic - latin_cyrillic */

@font-face {
    font-family: "Jost";
    font-style: italic;
    font-weight: 900;
    src: url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900italic.ttf") format("truetype"), url("/local/templates/main_v2/styles/../fonts/jost-v12-latin_cyrillic-900italic.svg#Jost") format("svg");
    /* Legacy iOS */
}

@font-face {
    font-family: "Kuzanyan";
    font-style: normal;
    font-weight: 400;
    src: url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Regular.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Regular.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Regular.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Kuzanyan";
    font-style: italic;
    font-weight: 400;
    src: url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Italic.eot");
    /* IE9 Compat Modes */
    src: local(""), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Italic.eot#iefix") format("embedded-opentype"), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Italic.woff2") format("woff2"), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Italic.woff") format("woff"), url("/local/templates/main_v2/styles/../fonts/Kuzanyan-Italic.ttf") format("truetype");
}

 :root {
    --col-gap: 25px;
}

@media (max-width: 1599px) {
     :root {
        --col-gap: 15px;
    }
}

@media (max-width: 767px) {
     :root {
        --col-gap: 10px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
}

p:last-child {
    margin-bottom: 0;
}

figure {
    margin: 0;
}

label {
    font-weight: normal;
    cursor: pointer;
}

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

a {
    color: inherit;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

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

html {
    width: 100%;
    height: 100%;
    background: #000;
}

body {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: normal;
    font-family: "Jost", sans-serif;
    color: #594A49;
    background-color: #000;
    transition: background-color 0s 1.5s;
}

body.loaded {
    background-color: #fff;
    transition-duration: 0s;
}

body::-webkit-scrollbar {
    display: none;
}

body.loaded .preloader {
    display: none;
}

body {
    background-color: #fff;
    transition-duration: 0s;
}

body.loaded .header,
body.loaded .footer,
body.loaded .main,
body.loaded .error-page {
    opacity: 1;
}

body::-webkit-scrollbar {
    display: block;
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    opacity: 0;
    transition: opacity 1s 0.5s;
    background: #fff;
}

.header {
    -webkit-transition: opacity 1s, -webkit-transform 2s;
    opacity: 0;
    transition: opacity 1s, transform 2s;
}

.header {
    -webkit-transition: opacity 1s, -webkit-transform 2s;
    opacity: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: auto;
    transition: opacity 1s;
}

.svg-icon {
    display: inline-block;
    fill: currentColor;
}

.body-overflow {
    overflow: hidden;
}

.hidden-svg-gradient {
    width: 0;
    height: 0;
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.swiper-c {
    position: relative;
}

.swiper-custom-button-prev,
.swiper-custom-button-next {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    color: #B09257;
    z-index: 1;
}

.swiper-custom-button-prev svg,
.swiper-custom-button-next svg {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.swiper-custom-button-prev svg.swiper-custom-button-ico-front,
.swiper-custom-button-next svg.swiper-custom-button-ico-front {
    opacity: 1;
}

.swiper-custom-button-prev svg.swiper-custom-button-ico-back,
.swiper-custom-button-next svg.swiper-custom-button-ico-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.swiper-custom-button-prev:before,
.swiper-custom-button-next:before {
    position: absolute;
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #822727;
    transition: all 0.3s;
    opacity: 0;
}

@media (max-width: 767px) {
    .swiper-custom-button-prev:before,
    .swiper-custom-button-next:before {
        width: 60px;
        height: 60px;
    }
}

.swiper-custom-button-prev:after,
.swiper-custom-button-next:after {
    position: absolute;
    display: block;
    background: rgba(232, 222, 205, 0.31);
    border-radius: 100%;
    content: "";
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .swiper-custom-button-prev:after,
    .swiper-custom-button-next:after {
        width: 60px;
        height: 60px;
    }
}

.swiper-custom-button-prev:hover:before,
.swiper-custom-button-prev:active:before,
.swiper-custom-button-next:hover:before,
.swiper-custom-button-next:active:before {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.swiper-custom-button-prev:hover svg.swiper-custom-button-ico-front,
.swiper-custom-button-prev:active svg.swiper-custom-button-ico-front,
.swiper-custom-button-next:hover svg.swiper-custom-button-ico-front,
.swiper-custom-button-next:active svg.swiper-custom-button-ico-front {
    opacity: 0;
}

.swiper-custom-button-prev:hover svg.swiper-custom-button-ico-back,
.swiper-custom-button-prev:active svg.swiper-custom-button-ico-back,
.swiper-custom-button-next:hover svg.swiper-custom-button-ico-back,
.swiper-custom-button-next:active svg.swiper-custom-button-ico-back {
    opacity: 1;
}

.swiper-custom-button-prev:active,
.swiper-custom-button-next:active {
    color: #822727;
}

.swiper-custom-button-prev:active:before,
.swiper-custom-button-next:active:before {
    background: #FDF9F0;
}

.swiper-custom-button-prev.swiper-button-disabled,
.swiper-custom-button-next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.swiper-custom-button-prev {
    margin-right: 30px;
}

.swiper-custom-button-prev svg.swiper-custom-button-ico-back {
    transform: translateX(75%);
}

.swiper-custom-button-prev:hover svg.swiper-custom-button-ico-front,
.swiper-custom-button-prev:active svg.swiper-custom-button-ico-front {
    transform: translateX(-75%);
}

.swiper-custom-button-prev:hover svg.swiper-custom-button-ico-back,
.swiper-custom-button-prev:active svg.swiper-custom-button-ico-back {
    transform: translateX(0);
}

.swiper-custom-button-next {
    margin-left: 30px;
}

.swiper-custom-button-next svg.swiper-custom-button-ico-back {
    transform: translateX(-75%);
}

.swiper-custom-button-next:hover svg.swiper-custom-button-ico-front,
.swiper-custom-button-next:active svg.swiper-custom-button-ico-front {
    transform: translateX(75%);
}

.swiper-custom-button-next:hover svg.swiper-custom-button-ico-back,
.swiper-custom-button-next:active svg.swiper-custom-button-ico-back {
    transform: translateX(0);
}

.swiper-custom-pagination {
    counter-reset: bulletNum;
}

.swiper-custom-pagination,
.swiper-custom-pagination.swiper-pagination-bullets {
    pointer-events: all;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

.swiper-custom-pagination .swiper-pagination-bullet,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 7px;
    width: auto;
    height: auto;
    background: none;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s;
}

.swiper-custom-pagination .swiper-pagination-bullet:first-child,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-custom-pagination .swiper-pagination-bullet:last-child,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-custom-pagination .swiper-pagination-bullet:before,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet:before {
    counter-increment: bulletNum;
    content: counter(bulletNum);
}

.swiper-custom-pagination .swiper-pagination-bullet:after,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 50%;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}

.swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 70px;
    height: 70px;
    color: #fff;
}

.swiper-custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.swiper-custom-pagination .swiper-pagination-bullet:hover,
.swiper-custom-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    color: #fff;
}

.custom-select+.select2-container--default .select2-selection--single {
    background: transparent;
    border: none;
    border-radius: 0;
    height: 60px;
    outline: none;
}

.custom-select+.select2-container--default .select2-selection--single:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #B09257;
}

.custom-select+.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.custom-select+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #594A49;
    line-height: 60px;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .custom-select+.select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 12px;
        padding-right: 32px;
    }
}

.custom-select+.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 10px;
}

.custom-select+.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    position: absolute;
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid #1B1312;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    left: 1px;
    top: 25px;
}

.custom-select+.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

@media (max-width: 767px) {
    .custom-select+.select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 20px;
    }
}

.custom-select+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    transform: rotate(-225deg);
    top: 29px;
}

.custom-select-dropdown {
    padding: 10px 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0px 4px 15px rgba(5, 56, 49, 0.15);
    overflow: hidden;
    margin-top: 0;
}

.custom-select-dropdown .select2-search {
    display: none;
}

.custom-select-dropdown .select2-results>.select2-results__options {
    max-height: 320px;
}

.custom-select-dropdown .select2-results__option {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #594A49;
}

.custom-select-dropdown .select2-results__option.select2-results__option--highlighted {
    color: #822727;
    background: #FDF9F0;
}

.custom-select-dropdown .select2-results__option.select2-results__option--selected {
    background: #822727;
    color: #fff;
}

.breadcrumbs {
    padding: 31px 0 55px;
}

.breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs__item {
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    line-height: 17px;
    opacity: 0.5;
    font-family: "Kuzanyan";
    color: #978C7C;
}

.breadcrumbs__item:before {
    display: block;
    content: "/";
    position: absolute;
    top: 0;
    right: -10px;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
    color: #2F1D1B;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
    pointer-events: none;
}

.breadcrumbs__item:last-child:before {
    display: none;
}

.breadcrumbs__link {
    position: relative;
    display: block;
    transition: all 0.3s;
}

.breadcrumbs__link:hover,
.breadcrumbs__link:active {
    color: #822727;
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-bottom: 30px;
    }
    .breadcrumbs__list {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .breadcrumbs__item {
        text-align: center;
    }
}

.btn-def {
    position: relative;
    height: 60px;
    padding: 0 38px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.btn-def span {
    position: relative;
    z-index: 1;
    color: #fff;
    transition: all 0.3s;
}

.btn-def_c-dark span {
    color: #2F1D1B;
}

.btn-def_gradient-revert:before {
    background: linear-gradient(to left, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
}

.btn-def:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    opacity: 1;
}

.btn-def:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    border-radius: 50px;
    background: #822727;
}

.btn-def_full-bg span {
    color: #2F1D1B;
}

.btn-def_full-bg:before {
    -webkit-mask-composite: initial;
    mask-composite: initial;
    background: rgba(176, 146, 87, 0.3);
}

.btn-def:hover:before,
.btn-def:active:before {
    opacity: 0;
}

.btn-def:hover:after,
.btn-def:active:after {
    opacity: 1;
}

.btn-def:hover span {
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-def:active span {
    color: #822727;
    background: transparent;
    background-clip: unset;
    -webkit-text-fill-color: unset;
}

.btn-def:active:after {
    background: #FDF9F0;
}

.btn-def2 {
    width: 240px;
    height: 60px;
    background: #E7DECD;
    border-radius: 50px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    border: none;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #594A49;
}

.btn-def2:hover {
    color: #ba9e5c;
    background: #822727;
}

.btn-def2:hover span {
    color: #B09257;
}

.btn-def3 {
    width: 240px;
    height: 60px;
    background: #E7DECD;
    border-radius: 50px;
    font-family: "Jost";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    border: none;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #594A49;
}

.btn-w-circle2 {
    height: auto;
    padding: 21px 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #594A49;
    position: relative;
    background: #E7DECD;
    display: inline-block;
    border-radius: 50px;
}

.btn-w-circle2 .btn-w-circle__ico-wrap:before {
    display: none !important;
}

.btn-w-circle2 .btn-w-circle__title {
    transition: none;
}

.btn-w-circle2 .btn-w-circle__ico-wrap {
    transform: none !important;
    float: right;
    position: relative;
    margin: 2px 0 0 10px;
    width: 27px;
    height: 12px;
}

.btn-w-circle__ico-wrap {
    float: right;
    position: relative;
    margin: 2px 0 0 10px;
    width: 27px;
    height: 12px;
}

.btn-w-circle__ico-wrap svg {
    color: #B09257;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    z-index: 1;
}

.btn-def3:hover,
.btn-w-circle2:hover {
    background: #822727;
    color: #B09257;
}

.btn-def3:hover span,
.btn-w-circle2:hover span {
    color: #B09257;
}

.btn-w-circle {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65px;
    padding: 0 50px 0 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.btn-w-circle__title {
    position: relative;
    color: #594A49;
    transition: all 0.3s;
}

.btn-w-circle__ico-wrap {
    position: absolute;
    width: 62px;
    height: 62px;
    top: 0;
    right: 0;
    border-radius: 50%;
}

.btn-w-circle__ico-wrap svg {
    color: #B09257;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 1;
    z-index: 1;
}

.btn-w-circle__ico-wrap svg.btn-w-circle__ico-front {
    transform: translate(-50%, -50%);
}

.btn-w-circle__ico-wrap svg.btn-w-circle__ico-back {
    opacity: 0;
    transform: translate(-125%, -50%);
}

.btn-w-circle__ico-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(176, 146, 87, -0.5), rgba(246, 238, 181, 0.5));
    /* background: linear-gradient(to left, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5)); */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    opacity: 1;
}

.btn-w-circle__ico-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #822727;
    opacity: 0;
    transition: all 0.3s;
}

.btn-w-circle:hover svg,
.btn-w-circle:active svg {
    color: #fff;
}

.btn-w-circle:hover svg.btn-w-circle__ico-front,
.btn-w-circle:active svg.btn-w-circle__ico-front {
    opacity: 0;
    transform: translate(75%, -50%);
}

.btn-w-circle:hover svg.btn-w-circle__ico-back,
.btn-w-circle:active svg.btn-w-circle__ico-back {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.btn-w-circle:hover .btn-w-circle__ico-wrap:before,
.btn-w-circle:active .btn-w-circle__ico-wrap:before {
    opacity: 0;
}

.btn-w-circle:hover .btn-w-circle__ico-wrap:after,
.btn-w-circle:active .btn-w-circle__ico-wrap:after {
    opacity: 1;
}

.btn-w-circle:hover .btn-w-circle__title,
.btn-w-circle:active .btn-w-circle__title {
    color: #8A7369;
}

.btn-w-circle_lighten .btn-w-circle__title {
    color: #B6AA9A;
}

.btn-w-circle_arrow-down .btn-w-circle__ico-wrap {
    transform: rotate(90deg);
}

.more-btn {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 66px;
    padding: 0 0 0 50px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.more-btn-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.more-btn__title {
    position: relative;
    color: #594A49;
    transition: all 0.3s;
}

.more-btn__ico-wrap {
    position: absolute;
    width: 61px;
    height: 61px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.more-btn__ico-wrap svg {
    color: #B09257;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s;
    opacity: 1;
    transform: translate(-40%, -50%);
    z-index: 1;
}

.more-btn__ico-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, -0.5));
 /* background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5)); */
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    opacity: 1;
}

.more-btn__ico-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #822727;
    opacity: 0;
    transition: all 0.3s;
}

.more-btn:hover svg,
.more-btn:active svg {
    color: #fff;
    transform: translate(-40%, -50%) rotate(360deg);
}

.more-btn:hover .more-btn__ico-wrap:before,
.more-btn:active .more-btn__ico-wrap:before {
    opacity: 0;
}

.more-btn:hover .more-btn__ico-wrap:after,
.more-btn:active .more-btn__ico-wrap:after {
    opacity: 1;
}

.more-btn:hover .more-btn__title,
.more-btn:active .more-btn__title {
    color: #8A7369;
}

.more-btn_lighten .more-btn__title {
    color: #B6AA9A;
}

.btn-w-play-icon {
    position: relative;
    pointer-events: all;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 56px;
}

.btn-w-play-icon__title {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #594A49;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-w-play-icon__ico-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-w-play-icon__ico-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
}

.btn-w-play-icon__ico-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #822727;
    transition: all 0.3s;
    opacity: 0;
}

.btn-w-play-icon__ico {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    z-index: 1;
    transition: all 0.3s;
}

.btn-w-play-icon__ico.btn-w-play-icon__ico-front {
    opacity: 1;
    stroke: #B09257;
    fill: transparent;
}

.btn-w-play-icon__ico.btn-w-play-icon__ico-back {
    opacity: 0;
    fill: #fff;
}

.btn-w-play-icon:hover .btn-w-play-icon__ico-wrap:before,
.btn-w-play-icon:active .btn-w-play-icon__ico-wrap:before {
    opacity: 0;
}

.btn-w-play-icon:hover .btn-w-play-icon__ico-wrap:after,
.btn-w-play-icon:active .btn-w-play-icon__ico-wrap:after {
    opacity: 1;
}

.btn-w-play-icon:hover .btn-w-play-icon__ico.btn-w-play-icon__ico-front,
.btn-w-play-icon:active .btn-w-play-icon__ico.btn-w-play-icon__ico-front {
    opacity: 0;
}

.btn-w-play-icon:hover .btn-w-play-icon__ico.btn-w-play-icon__ico-back,
.btn-w-play-icon:active .btn-w-play-icon__ico.btn-w-play-icon__ico-back {
    opacity: 1;
}

.btn-w-play-icon:hover .btn-w-play-icon__title,
.btn-w-play-icon:active .btn-w-play-icon__title {
    color: #8A7369;
}

.hidden-magnet {
    display: none;
}

[data-magnetic] .hidden-magnet {
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
}

@media (max-width: 991px) {
    [data-magnetic] .hidden-magnet {
        display: none;
    }
}

.ui-datepicker {
    z-index: 10000 !important;
    width: 350px;
    padding: 25px 20px 20px;
    font-family: "Jost", sans-serif;
    border-radius: 0;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

.ui-datepicker.ui-widget.ui-widget-content {
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
}

.ui-datepicker table {
    width: 310px;
    margin: 0 auto;
}

.ui-datepicker td {
    padding: 0 5px 1px 0;
}

.ui-datepicker td:last-child {
    padding-right: 0;
}

.ui-datepicker th {
    padding: 0 5px 1px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #8A7369;
    position: relative;
    z-index: -2;
}

.ui-datepicker th:last-child {
    padding-right: 0;
}

.ui-datepicker.ui-widget-content .ui-state-default {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 50%;
    text-align: center;
    height: 40px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #2F1D1B;
    background: transparent;
}

.ui-datepicker.ui-widget-content .ui-state-default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50px;
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    opacity: 0;
    z-index: -2;
}

.ui-datepicker.ui-widget-content .ui-state-default:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #822727;
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

@media (min-width: 992px) {
    .ui-datepicker.ui-widget-content .ui-state-default:hover,
    .ui-datepicker.ui-widget-content .ui-state-default:active {
        color: #fff;
    }
    .ui-datepicker.ui-widget-content .ui-state-default:hover:before,
    .ui-datepicker.ui-widget-content .ui-state-default:active:before {
        opacity: 0;
    }
    .ui-datepicker.ui-widget-content .ui-state-default:hover:after,
    .ui-datepicker.ui-widget-content .ui-state-default:active:after {
        opacity: 1;
        transform: scale(1.5);
    }
}

.ui-datepicker.ui-widget-content .ui-datepicker-today .ui-state-default {
    color: #B09257;
}

.ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default {
    color: #B09257;
}

.ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:before {
    opacity: 1;
}

@media (min-width: 992px) {
    .ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:hover,
    .ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:active {
        color: #fff;
    }
    .ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:hover:before,
    .ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:active:before {
        opacity: 0;
    }
    .ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:hover:after,
    .ui-datepicker.ui-widget-content .ui-datepicker-current-day .ui-state-default:active:after {
        opacity: 1;
    }
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    border: none;
    background: transparent;
    color: #2F1D1B;
    margin-bottom: 30px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    width: 20px;
    height: 20px;
    top: 0;
    cursor: pointer;
    border: none;
    background: none;
    transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6px;
    height: 12px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:active,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:active {
    opacity: 0.5;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 8px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
    background-image: url("/local/templates/main_v2/styles/../fonts/calendar-arrow-left.svg");
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 8px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
    background-image: url("/local/templates/main_v2/styles/../fonts/calendar-arrow-right.svg");
}

@media (max-width: 767px) {
    .ui-datepicker {
        width: 319px;
        padding: 20px 10px;
    }
    .ui-datepicker table {
        width: 298px;
    }
    .ui-datepicker th,
    .ui-datepicker td {
        padding: 0;
    }
}

.cursor {
    opacity: 0;
}

.cursor.-pointer .cursor__outer:before {
    transform: scale(0);
}

.cursor.-pointer .cursor__hover:before {
    transform: scale(10);
    opacity: 1;
}

.cursor.-pointer .cursor__inner {
    mix-blend-mode: normal;
}

.cursor__inner {
    background-color: #fff;
    border-radius: 100%;
    opacity: 1;
    top: -4px;
    left: -4px;
    width: 6px;
    height: 6px;
    mix-blend-mode: difference;
}

.cursor__outer,
.cursor__hover {
    border: 2px solid transparent;
    border-radius: 100%;
    top: -37px;
    left: -37px;
    width: 70px;
    height: 70px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cursor__outer:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transform: scale(1);
    transition: all 0.55s;
    z-index: 1;
}

.cursor__hover {
    mix-blend-mode: multiply;
}

.cursor__hover::before {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #822727;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.55s;
}

.cursor__inner,
.cursor__outer,
.cursor__hover {
    pointer-events: none;
    position: fixed;
    z-index: 99999;
}

@media (max-width: 1024px) {
    .cursor {
        display: none;
    }
}

.footer {
    padding: 70px 0 15px;
    background: #1B1312;
    overflow: hidden;
    position: relative;
}

.footer-top {
    margin-bottom: 50px;
}

.footer-bot__attention {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1px;
}

.footer-bot__attention-text {
    font-size: 38px;
    line-height: 64px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.15);
}

.footer-bot__attention-img {
    color: #fff;
    opacity: 0.5;
    margin-left: 10px;
}

.footer-bot__copy {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.3);
    opacity: 0.5;
}

.footer-top-c {
    display: -ms-flexbox;
    display: flex;
}

.footer-top-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 125px;
    padding-top: 12px;
}

.footer-top-m {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-top-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer-top-m__col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 30px;
}

.footer-top-m__col:last-child {
    margin-right: 0;
}

.footer-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
    min-width: 330px;
}

.footer-logo__img-container {
    margin-bottom: 12px;
    width: 100%;
    max-width: 330px;
    height: 83px;
    position: relative;
}

.footer-logo__img {
    /*width: 370px;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.footer-logo__slogan {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.footer-logo__slogan-top {
    width: 233px;
    height: 14px;
    color: #fff;
}

.footer-logo__slogan-bot {
    width: 296px;
    height: 45px;
    color: #fff;
}

.footer-nav__item {
    margin-bottom: 10px;
}

.footer-nav__item:last-child {
    margin-bottom: 0;
}

.footer-nav__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-family: "Kuzanyan", sans-serif;
    transition: all 0.3s;
}

.footer-nav__title:hover,
.footer-nav__title:active {
    color: #822727;
}

.footer-nav__link {
    font-size: 16px;
    line-height: 24px;
    color: #B6AA9A;
    transition: all 0.3s;
}

.footer-nav__link:hover,
.footer-nav__link:active {
    color: #822727;
}

.footer-subnav__item {
    margin-bottom: 15px;
}

.footer-subnav__item:last-child {
    margin-bottom: 0;
}

.footer-subnav__link {
    font-size: 16px;
    line-height: 24px;
    display: block;
    color: #fff;
    font-family: "Kuzanyan", sans-serif;
    transition: all 0.3s;
}

.footer-subnav__link:hover,
.footer-subnav__link:active {
    color: #822727;
}

.footer-socials__list {
    padding-top: 7px;
    padding-right: 7px;
}

.footer-socials__item {
    margin-bottom: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-socials__item:last-child {
    margin-bottom: 0;
}

.footer-socials__link {
    display: block;
    position: relative;
}

.footer-socials__link:hover .footer-socials__link-ico {
    opacity: 0;
}

.footer-socials__link:hover .footer-socials__link-ico-hovered {
    opacity: 1;
}

.footer-socials__link-ico {
    color: #B6AA9A;
    display: block;
    opacity: 1;
    transition: all 0.3s;
}

.footer-socials__link-ico-hovered {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
}

.footer-socials__link-ico-hovered:not(.footer-socials__link-ico-hovered_ok) {
    fill: url(#main-svg-gradient);
}

.footer-socials__link-ico-hovered.footer-socials__link-ico-hovered_ok ellipse {
    stroke: url(/local/templates/main_v2/styles/main.css#main-svg-gradient);
}

.footer-socials__link-ico-hovered.footer-socials__link-ico-hovered_ok path {
    stroke: url(/local/templates/main_v2/styles/main.css#main-svg-gradient);
}

@media (max-width: 1599px) {
    .footer-bot__attention-text {
        font-size: 33px;
        line-height: 55px;
    }
    .footer-top-l {
        margin-right: 0;
    }
    .footer-top-m {
        margin-right: 65px;
    }
    .footer-logo {
        margin-left: -35px;
    }
    .footer-logo__img-container {
        max-width: 330px;
        margin-bottom: 10px;
    }
    .footer-logo__slogan-top {
        width: 210px;
        height: 13px;
        margin-bottom: 4px;
    }
    .footer-logo__slogan-bot {
        width: 265px;
        height: 40px;
    }
}

@media (max-width: 1439px) {
    .footer {
        padding: 50px 0 55px;
    }
    .footer-bot__attention {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 18px;
    }
    .footer-bot__attention-img {
        margin-left: 0;
        margin-bottom: 18px;
    }
    .footer-bot__attention-text {
        font-size: 21px;
        line-height: 35px;
        text-align: center;
    }
    .footer-top-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-top-l {
        padding-top: 0;
        margin-bottom: 65px;
    }
    .footer-top-m {
        display: -ms-flexbox;
        display: flex;
        margin-right: 0;
        margin-bottom: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer-socials__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer-socials__item {
        margin-bottom: 0;
        margin-right: 30px;
    }
    .footer-socials__item:last-child {
        margin-right: 0;
    }
    .footer-nav {
        text-align: center;
    }
    .footer-subnav {
        text-align: center;
    }
    .footer-top-m__col {
        margin-right: 0;
    }
    .footer-top-m__col-1 {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 85px;
    }
    .footer-top-m__col-2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 30px;
    }
    .footer-top-m__col-3 {
        -ms-flex-order: 2;
        order: 2;
    }
    .footer-logo {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 70px;
        padding-bottom: 25px;
    }
    .footer-bot__attention-text {
        font-size: 14px;
        line-height: 23px;
    }
    .footer-bot__attention-img {
        margin-bottom: 15px;
    }
    .footer-top,
    .footer-top-m {
        margin-bottom: 40px;
    }
    .footer-nav__link {
        font-size: 14px;
        line-height: 21px;
    }
    .footer-nav__item {
        margin-bottom: 3px;
    }
    .footer-nav__title {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .footer-subnav__item {
        margin-bottom: 10px;
    }
    .footer-subnav__link {
        font-size: 14px;
        line-height: 21px;
    }
    .footer-top-m__col-1 {
        margin-right: 15px;
    }
}

.input-dynamic-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0 27px;
    font-size: 16px;
    line-height: 23px;
    color: rgba(47, 29, 27, 0.7);
    pointer-events: none;
    z-index: 1;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .input-dynamic-placeholder {
        padding: 0;
    }
}

.input-dynamic-wrap {
    position: relative;
    transition: all 0.3s;
    margin-top: 0;
    width: 100%;
}

.input-dynamic-wrap.focused .input-dynamic-placeholder,
.input-dynamic-wrap.has-value .input-dynamic-placeholder {
    margin-top: -45px;
    padding-top: 0;
}

@media (max-width: 767px) {
    .input-dynamic-wrap.focused .input-dynamic-placeholder,
    .input-dynamic-wrap.has-value .input-dynamic-placeholder {
        margin-top: -35px;
    }
}

@media (max-width: 1439px) {
    .input-dynamic-wrap.focused,
    .input-dynamic-wrap.has-value {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .input-dynamic-wrap.focused,
    .input-dynamic-wrap.has-value {
        margin-top: 25px;
    }
}

.input-dynamic-wrap.focused .input-dynamic-placeholder {
    color: #2F1D1B;
}

.input-dynamic-default {
    border: none;
    border-bottom: 1px solid #B09257;
    outline: none;
    display: block;
    width: 100%;
    background: none;
    border-radius: 0;
    padding: 8px 0 27px;
    font-size: 16px;
    line-height: 23px;
    color: #2F1D1B;
    height: 60px;
}

.input-dynamic-default::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.input-dynamic-default::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.input-dynamic-default:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.input-dynamic-default::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.input-dynamic-default:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.input-dynamic-default::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .input-dynamic-default {
        height: 45px;
        padding: 0;
    }
}

.input_error {
    border-color: red !important;
}

.input-wrap {
    position: relative;
}

.header-dropdowns {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FDF9F0;
    z-index: 1;
}

.header-dropdown {
    padding-top: 150px;
    padding-bottom: 15px;
    display: none;
}

.header-dropdown-in {
    max-width: 1415px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
}

.header-dropdown-in-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 570px;
    margin-right: 30px;
    padding-top: 10px;
}

.header-dropdown-in-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-top: 40px;
}

.header-dropdown__imgs {
    width: 100%;
    position: relative;
}

.header-dropdown__img {
    display: none;
}

.header-dropdown__img.active {
    display: block;
}

.header-dropdown__info-link {
    position: relative;
    display: block;
    min-height: 90px;
    padding: 45px 0 20px 40px;
}

.header-dropdown__info-link:hover .header-dropdown__info-link-title {
    color: #822727;
}

.header-dropdown__info-link:hover .header-dropdown__info-link-num {
    color: #822727;
    opacity: 1;
    font-size: 18px;
    line-height: 22px;
    top: 45px;
}

.header-dropdown__info-link-num {
    position: absolute;
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
    font-family: "Kuzanyan", sans-serif;
    opacity: 0.3;
    left: 0;
    top: 0;
    transition: all 0.3s;
    color: #D1BD8A;
}

.header-dropdown__info-link-title {
    position: relative;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    text-transform: uppercase;
    transition: all 0.3s;
    z-index: 1;
}

.header {
    position: relative;
    z-index: 100;
}

.header.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header.search_opened .header-nav__link,
.header.dropdown_opened .header-nav__link,
.header.menu_opened .header-nav__link {
    color: #2F1D1B;
}

.header.search_opened .header-nav__link:before,
.header.dropdown_opened .header-nav__link:before,
.header.menu_opened .header-nav__link:before {
    background: #381F1D;
}

.header.search_opened .header-logo__slogan-top,
.header.dropdown_opened .header-logo__slogan-top,
.header.menu_opened .header-logo__slogan-top {
    color: #857650;
}

.header.search_opened .header-logo__slogan-bot,
.header.dropdown_opened .header-logo__slogan-bot,
.header.menu_opened .header-logo__slogan-bot {
    color: #2D2A26;
}

.header.search_opened .header-logo__img,
.header.dropdown_opened .header-logo__img,
.header.menu_opened .header-logo__img {
    opacity: 0;
}

.header.search_opened .header-logo__img-darken,
.header.dropdown_opened .header-logo__img-darken,
.header.menu_opened .header-logo__img-darken {
    opacity: 1;
}

.header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.header.header-fixed:not(.menu_opened) .header-logo__img-container {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.header.header-fixed:not(.menu_opened) .header-logo__slogan-top {
    display: none;
}

.header.header_trans-light .header-top {
    background: rgba(245, 245, 245, 0.8);
}

.header.header_trans-light .header-bot:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 34.93%, rgba(253, 249, 240, 0) 100%);
}

.header.header_trans-light .header-top__search-toggler-ico,
.header.header_trans-light .header-top__socials-link-ico,
.header.header_trans-light .header-top__tel {
    color: #574A44;
}

.header.header_trans-light .header-logo__img {
    opacity: 0;
}

.header.header_trans-light .header-logo__img-darken {
    opacity: 1;
}

.header.header_trans-light .header-logo__slogan-top {
    color: #857650;
}

.header.header_trans-light .header-logo__slogan-bot {
    color: #2D2A26;
}

.header.header_trans-light .header-nav__link {
    color: #2F1D1B;
}

.header.header_trans-light .header-nav__link:before {
    background: #381F1D;
}

.header.header_full-light .header-top,
.header.header-fixed .header-top {
    background: #F5F5F5;
}

.header.header_full-light .header-bot:before,
.header.header-fixed .header-bot:before {
    opacity: 0;
}

.header.header_full-light .header-bot:after,
.header.header-fixed .header-bot:after {
    opacity: 1;
}

.header.header_full-light .header-top__search-toggler-ico,
.header.header_full-light .header-top__socials-link-ico,
.header.header_full-light .header-top__tel,
.header.header-fixed .header-top__search-toggler-ico,
.header.header-fixed .header-top__socials-link-ico,
.header.header-fixed .header-top__tel {
    color: #574A44;
}

.header.header_full-light .header-logo__img,
.header.header-fixed .header-logo__img {
    opacity: 0;
}

.header.header_full-light .header-logo__img-darken,
.header.header-fixed .header-logo__img-darken {
    opacity: 1;
}

.header.header_full-light .header-logo__slogan-top,
.header.header-fixed .header-logo__slogan-top {
    color: #857650;
}

.header.header_full-light .header-logo__slogan-bot,
.header.header-fixed .header-logo__slogan-bot {
    color: #2D2A26;
}

.header.header_full-light .header-nav__link,
.header.header-fixed .header-nav__link {
    color: #2F1D1B;
}

.header.header_full-light .header-nav__link:before,
.header.header-fixed .header-nav__link:before {
    background: #381F1D;
}

.header.header_full-light~.viewport .main {
    transition-delay: 0s;
}

.header-holder {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 0;
}

.header-container {
    padding: 0 15px;
    max-width: 1610px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.header-top {
    background: rgba(29, 11, 11, 0.8);
    position: relative;
    transition: all 0.3s;
}

.header-top-c {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-l,
.header-top-r {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #DACFC4;
    transition: all 0.3s;
}

.header-top__tel-ico {
    display: block;
    margin-right: 16px;
}

.header-top__tel-item {
    margin-right: 30px;
    font-family: "Kuzanyan", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.header-top__tel-item:last-child {
    margin-right: 0;
}

.header-top__search {
    margin-right: 65px;
}

.header-top__search-toggler {
    display: block;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.header-top__search-toggler:hover {
    opacity: 0.6;
}

.header-top__search-toggler:active {
    opacity: 1;
}

.header-top__search-toggler-ico {
    color: #fff;
    display: block;
}

.header-top__socials-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__socials-item {
    margin-right: 20px;
}

.header-top__socials-item:last-child {
    margin-right: 0;
}

.header-top__socials-link {
    display: -ms-flexbox;
    display: flex;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.header-top__socials-link:hover {
    opacity: 0.6;
}

.header-top__socials-link:active {
    opacity: 1;
}

.header-top__socials-link-ico {
    color: #DACFC4;
}

.header-bot {
    position: relative;
}

.header-bot:before,
.header-bot:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 1;
    background: linear-gradient(180deg, rgba(29, 11, 11, 0.6) 34.93%, rgba(37, 15, 15, 0) 100%);
}

.header-bot:after {
    background: #fff;
    opacity: 0;
}

.header-bot-container {
    z-index: 2;
}

.header-bot-c {
    padding: 5px 10px;
    display: -ms-flexbox;
    display: flex;
}

.header-bot-l {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-bot-l .header-nav {
    padding-right: 45px;
}

.header-bot-m {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 310px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.header-bot-r {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header-bot-r .header-nav {
    padding-left: 30px;
}

.header-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.header-logo__img {
    opacity: 1;
    transition: all 0.3s;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.header-logo__img-darken {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.header-logo__img-container {
    margin-bottom: 10px;
    height: 78px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    opacity: 1;
    width: 100%;
}

.header-logo__slogan {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.header-logo__slogan-top {
    margin-bottom: 1px;
    transition: all 0.3s;
}

.header-logo__slogan-bot {
    transition: all 0.3s;
}

.header-nav {
    width: 100%;
}

.header-nav__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
}

.header-nav__link {
    display: block;
    color: #FFFFFF;
    font-family: "Kuzanyan", sans-serif;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
    letter-spacing: 1.5px;
    transition: all 0.3s;
    font-weight: bold;
}

.header-nav__link:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
    transition: transform 0.4s ease-out, background 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.header-nav__link:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.header-nav__link.active:before {
    transform: scaleX(1);
    transform-origin: left;
    background: #381F1D;
}

@media (max-width: 1599px) {
    .header-top__tel-item {
        margin-right: 20px;
    }
    .header-bot-c {
        padding-left: 0;
        padding-right: 0;
    }
    .header-nav__link {
        font-size: 17px;
        line-height: 26px;
    }
    .header-bot-l .header-nav {
        padding-right: 0;
    }
    .header-bot-r .header-nav {
        padding-left: 0;
    }
}

@media (max-width: 1439px) {
    .header.header_full-light .header-top,
    .header.header-fixed .header-top,
    .header.header_trans-light .header-top,
    .header.search_opened .header-top,
    .header.menu_opened .header-top {
        background: transparent;
    }
    .header.header_full-light .header-top__search-toggler-ico,
    .header.header-fixed .header-top__search-toggler-ico,
    .header.header_trans-light .header-top__search-toggler-ico,
    .header.search_opened .header-top__search-toggler-ico,
    .header.menu_opened .header-top__search-toggler-ico {
        fill: #574A44;
    }
    .header.header_full-light .header__menu-toggler path,
    .header.header-fixed .header__menu-toggler path,
    .header.header_trans-light .header__menu-toggler path,
    .header.search_opened .header__menu-toggler path,
    .header.menu_opened .header__menu-toggler path {
        stroke: #574A44;
    }
    .header.header-fixed .header-top-c {
        padding-top: 31px;
    }
    .header.menu_opened {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
    }
    .header-top__tel,
    .header-top__socials,
    .header-bot-l,
    .header-bot-r {
        display: none;
    }
    .header-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-bot-c {
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .header-top-c {
        height: auto;
        padding-top: 35px;
        transition: all 0.2s;
    }
    .header-top {
        background: transparent;
        position: absolute;
        pointer-events: none;
        z-index: 5;
        width: 100%;
    }
    .header-top__search {
        pointer-events: all;
        margin-right: 0;
    }
    .header-top__search-toggler-ico {
        width: 27px;
        height: 25px;
        fill: url(#main-svg-gradient_revert);
    }
    .header__menu-toggler {
        pointer-events: all;
    }
}

@media (max-width: 767px) {
    .header.header-fixed .header-top-c {
        padding-top: 18px;
    }
    .header-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-top-c {
        padding-top: 45px;
    }
    .header-logo__img {
        /* width: 170px;*/
    }
    .header-logo__img-container {
        height: 43px;
        margin-bottom: 5px;
    }
    .header-logo__slogan-top {
        width: 108px;
        height: 8px;
    }
    .header-logo__slogan-bot {
        width: 140px;
        height: 21px;
    }
    .header-bot-c {
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FDF9F0;
    transform-origin: top center;
    transition: all 0.3s;
    z-index: 1;
    transform: scaleY(0);
    padding-top: 190px;
}

.header-menu.active {
    transform: scaleY(1);
}

.header-menu-in {
    height: 100%;
    overflow: auto;
    padding: 70px 90px 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-menu__info {
    padding-top: 45px;
    border-top: 1px solid #B09257;
    margin-top: auto;
}

.header-menu__tel {
    margin-bottom: 25px;
}

.header-menu__tel .header-top__tel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #2F1D1B;
}

.header-menu__tel .header-top__tel-item {
    margin-right: 15px;
    font-size: 18px;
    line-height: 27px;
    color: #2F1D1B;
}

.header-menu__tel .header-top__tel-item:last-child {
    margin-right: 0;
}

.header-menu__tel .header-top__tel-ico {
    margin-top: -3px;
}

.header-menu__socials .header-top__socials-link-ico {
    color: #2F1D1B;
}

.header-menu__nav {
    margin-bottom: 55px;
}

.header-menu__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-menu__nav-link-wrap {
    position: relative;
}

.header-menu__nav-item {
    position: relative;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header-menu__nav-item:last-child {
    margin-bottom: 0;
}

.header-menu__nav-item_w-arrow .header-menu__nav-link-wrap {
    padding-right: 42px;
}

.header-menu__nav-item.active .header-menu__nav-link:before {
    transform: scaleX(1);
    transform-origin: left;
}

.header-menu__nav-item.active .header-menu__nav-subnav-toggler:before {
    top: 15px;
    transform: rotate(135deg);
}

.header-menu__nav-subnav-toggler {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 38px;
}

.header-menu__nav-subnav-toggler:before {
    position: absolute;
    content: "";
    display: block;
    top: 12px;
    right: 0;
    width: 9px;
    height: 9px;
    border: 2px solid #B09257;
    border-right: none;
    border-top: none;
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.header-menu__nav-link {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 38px;
    font-family: "Kuzanyan", sans-serif;
    font-weight: bold;
    color: #2F1D1B;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header-menu__nav-link:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    top: 100%;
    margin-top: 5px;
    background: #381F1D;
    transition: transform 0.4s ease-out, background 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.header-menu__subnav {
    display: none;
}

.header-menu__subnav-list {
    padding: 30px 0 25px;
}

.header-menu__subnav-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.header-menu__subnav-item:last-child {
    margin-bottom: 0;
}

.header-menu__subnav-link {
    display: block;
    position: relative;
    padding-left: 47px;
    font-size: 18px;
    line-height: 22px;
    font-family: "Kuzanyan", sans-serif;
    font-weight: bold;
    color: #2F1D1B;
    transition: all 0.3s;
}

.header-menu__subnav-link:hover {
    color: #822727;
}

.header-menu__subnav-link:hover .header-menu__subnav-link-num {
    color: #822727;
    -webkit-text-fill-color: initial;
}

.header-menu__subnav-link-num {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.3s;
}

.header__menu-toggler {
    position: relative;
}

.header__menu-toggler.active:before,
.header__menu-toggler.active:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.header__menu-toggler.active:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}

.header__menu-toggler.active .header__menu-toggler-ico {
    opacity: 0;
    transform: rotate(360deg) scale(0);
}

.header__menu-toggler:before,
.header__menu-toggler:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    width: 40px;
    height: 2px;
    background: #2F1D1B;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transition: all 0.3s;
    opacity: 0;
}

.header__menu-toggler:after {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0);
}

.header__menu-toggler-ico {
    transition: all 0.3s;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

@media (max-width: 767px) {
    .header-menu {
        padding-top: 120px;
    }
    .header-menu-in {
        padding: 40px 20px;
    }
    .header-menu__nav-link {
        font-size: 18px;
        line-height: 27px;
    }
    .header-menu__nav-subnav-toggler {
        height: 27px;
    }
    .header-menu__nav-subnav-toggler:before {
        top: 5px;
    }
    .header-menu__nav-list,
    .header-menu__nav-item {
        display: block;
    }
    .header-menu__nav-item.active .header-menu__nav-subnav-toggler:before {
        top: 10px;
    }
    .header-menu__nav-link-wrap {
        display: -ms-flexbox;
        display: flex;
    }
    .header-menu__nav-link:before {
        display: none;
    }
    .header-menu__subnav-link-num {
        display: none;
    }
    .header-menu__subnav-link {
        padding-left: 0;
        font-size: 16px;
        line-height: 19px;
    }
    .header-menu__subnav-list {
        padding: 20px 0;
    }
    .header-menu__nav {
        margin-bottom: 50px;
    }
    .header-menu__tel .header-top__tel {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header-menu__tel .header-top__tel-ico {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .header-menu__tel .header-top__tel-item {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .header-menu__socials .header-top__socials-list {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header-search-panel {
    background: #FDF9F0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% + 140px);
    transform-origin: top center;
    transition: all 0.3s;
    padding-bottom: 50px;
    transform: scaleY(0);
    z-index: 1;
}

.header-search-panel.active {
    transform: scaleY(1);
}

.header-search-panel-c {
    max-width: 1290px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-search-panel__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.header-search-panel__sbm-btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #B09257;
    margin-right: 22px;
    margin-top: 3px;
}

.header-search-panel__sbm-btn svg {
    width: 26px;
    height: 24px;
    display: block;
}

.header-search-panel__input-wrap {
    position: relative;
    -ms-flex: 1;
    flex: 1;
}

.header-search-panel__input {
    width: 100%;
    display: block;
    height: 44px;
    border: none;
    outline: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #B09257;
    padding: 0 15px 20px;
    font-size: 16px;
    color: #594A49;
}

.header-search-panel__close-btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #B09257;
    margin-left: 42px;
    margin-top: 17px;
}

.header-search-panel__close-btn svg {
    display: block;
    stroke: currentColor;
    stroke-width: 2px;
}

@media (max-width: 1439px) {
    .header-search-panel-c {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-search-panel {
        height: calc(100% + 80px);
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .header-search-panel {
        height: calc(100% + 120px);
        padding-bottom: 40px;
    }
    .header-search-panel-c {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-search-panel__sbm-btn {
        margin-right: 10px;
    }
    .header-search-panel__close-btn {
        margin-left: 10px;
    }
}

.mobile-menu {
    transform: translateX(-105%);
    display: none;
}

.menu-overlay {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    visibility: visible;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-age.modal {
    max-width: 1010px;
    padding: 95px 50px;
}

.modal-age.modal a.close-modal {
    display: none;
}

.modal-age.modal .modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.modal-age__content-wrap {
    max-width: 630px;
}

.modal-age__logo {
    margin-bottom: 55px;
}

.modal-age__title {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    font-weight: bold;
}

.modal-age__desc {
    margin-bottom: 65px;
    font-size: 18px;
    line-height: 27px;
    color: #2F1D1B;
}

.modal-age__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-age__btn {
    margin-right: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding-right: 65px;
    font-size: 24px;
    line-height: 36px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    position: relative;
    transition: color 0.3s;
}

.modal-age__btn:last-child {
    margin-right: 0;
}

.modal-age__btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 2px;
    border-radius: 50px;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    opacity: 1;
}

.modal-age__btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #822727;
    opacity: 0;
    transition: all 0.3s;
}

.modal-age__btn:hover,
.modal-age__btn:active {
    color: #8A7369;
}

.modal-age__btn:hover:before,
.modal-age__btn:active:before {
    opacity: 0;
}

.modal-age__btn:hover:after,
.modal-age__btn:active:after {
    opacity: 1;
}

@media (max-width: 767px) {
    .modal-age.modal {
        padding: 70px 20px;
    }
    .modal-age__content-wrap {
        width: 100%;
    }
    .modal-age__logo {
        width: 185px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-age__title {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .modal-age__desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
}

.blocker {
    padding: 15px;
    z-index: 1000;
}

@media (max-width: 767px) {
    .blocker {
        padding: 0;
    }
}

.modal {
    width: 100%;
    background: #fff;
    padding: 90px 100px 70px;
    border-radius: 0;
    border: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    max-width: 775px;
}

.modal a.close-modal {
    top: 25px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: none;
}

.modal a.close-modal:before,
.modal a.close-modal:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #B09257;
    top: 50%;
    left: 50%;
}

.modal a.close-modal:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal a.close-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__title {
    font-size: 50px;
    line-height: 55px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 20px;
}

.modal__desc {
    font-size: 20px;
    line-height: 24px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
}

.modal__form-rows {
    margin-bottom: 50px;
    padding-top: 60px;
}

.modal__form-rows:last-child {
    margin-bottom: 0;
}

.modal__form-row {
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modal__form-row:last-child {
    margin-bottom: 0;
}

.modal__form-row_mb-40 {
    margin-bottom: 40px;
}

.modal__form-row_mb-45 {
    margin-bottom: 45px;
}

.modal__form-sbm-btn {
    width: 100%;
}

.modal__form-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.modal__form-col_100per {
    width: 100%;
}

.modal__form-col_50per {
    width: 50%;
}

.modal__form-col_column {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.modal__form-col .input-dynamic-wrap.focused,
.modal__form-col .input-dynamic-wrap.has-value {
    margin-top: 20px;
}

.modal__form-col-subtitle {
    font-size: 16px;
    line-height: 23px;
    color: #594A49;
    opacity: 0.7;
    margin-bottom: 5px;
}

.modal__form-counts {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal__form-counts-title {
    font-size: 16px;
    line-height: 23px;
    color: #2F1D1B;
    opacity: 0.8;
}

.modal__form-counts-title span {
    color: #594A49;
    opacity: 0.7;
}

.modal__form-counts-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.modal__form-counts-input {
    outline: none;
    border: none;
    background: none;
    height: 46px;
    width: 65px;
    text-align: center;
    padding: 0 5px;
    font-size: 16px;
    line-height: 24px;
    color: #2F1D1B;
}

.modal__form-counts-btn {
    width: 46px;
    height: 46px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s;
}

.modal__form-counts-btn-plus {
    padding-bottom: 3px;
}

.modal__form-counts-btn-minus {
    padding-bottom: 3px;
}

.modal__form-counts-btn span {
    position: relative;
    z-index: 1;
}

.modal__form-counts-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50px;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
    opacity: 1;
}

.modal__form-counts-btn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #822727;
    opacity: 0;
    transition: all 0.3s;
}

.modal__form-counts-btn:hover,
.modal__form-counts-btn:active {
    color: #fff;
}

.modal__form-counts-btn:hover:before,
.modal__form-counts-btn:active:before {
    opacity: 0;
}

.modal__form-counts-btn:hover:after,
.modal__form-counts-btn:active:after {
    opacity: 1;
}

.modal__form-bot-info {
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #8A7369;
    width: 100%;
}

.modal__form-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.modal__form-captcha-img-container {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}

.modal__form-captcha-img {
    width: 198px;
}

.modal__form-captcha-input-wrap {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.modal__form-calendar-wrap {
    width: 100%;
    position: relative;
    margin-top: 12px;
}

.modal__form-calendar-wrap:before {
    position: absolute;
    display: block;
    content: "";
    width: 19px;
    height: 20px;
    background: url("/local/templates/main_v2/styles/../fonts/calendar.svg") no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.modal__form-calendar-input {
    padding-left: 35px;
    height: 23px;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    font-size: 16px;
    line-height: 23px;
    color: #594A49;
    width: 100%;
    cursor: pointer;
}

.modal__form-calendar-input::-webkit-input-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.modal__form-calendar-input::-moz-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.modal__form-calendar-input:-ms-input-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.modal__form-calendar-input::-ms-input-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.modal__form-calendar-input:-ms-input-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.modal__form-calendar-input::placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.modal__form-calendar-input.input_error::-webkit-input-placeholder {
    color: red;
}

.modal__form-calendar-input.input_error::-moz-placeholder {
    color: red;
}

.modal__form-calendar-input.input_error:-ms-input-placeholder {
    color: red;
}

.modal__form-calendar-input.input_error::-ms-input-placeholder {
    color: red;
}

.modal__form-calendar-input.input_error:-ms-input-placeholder {
    color: red;
}

.modal__form-calendar-input.input_error::placeholder {
    color: red;
}

@media (max-width: 1439px) {
    .modal__form-counts {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .modal__form-counts-title {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .modal {
        padding: 65px 20px;
    }
    .modal__title {
        font-size: 35px;
        line-height: 39px;
        text-align: center;
    }
    .modal__desc {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }
    .modal__form-rows {
        padding-top: 35px;
    }
    .modal__form-row {
        margin-bottom: 30px;
    }
    .modal__form-row_mb-40 {
        margin-bottom: 50px;
    }
    .modal__form-row_mb-45 {
        margin-bottom: 50px;
    }
    .modal__form-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .modal__form-col:last-child {
        margin-bottom: 0;
    }
    .modal__form-col .input-dynamic-wrap.focused,
    .modal__form-col .input-dynamic-wrap.has-value {
        margin-top: 20px;
    }
    .modal__form-col-subtitle {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .modal__form-counts-title {
        margin-bottom: 30px;
    }
    .modal__form-counts {
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .modal__form-calendar-wrap {
        width: 140px;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .modal__form-captcha {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    .modal__form-captcha-img-container {
        margin-right: 0;
    }
    .modal__form-captcha-input-wrap {
        margin-bottom: 20px;
        width: 200px;
    }
    .modal__form-bot-info {
        font-size: 16px;
        line-height: 23px;
    }
}

.modal-thx.modal {
    max-width: 564px;
    padding: 80px 50px;
}

.modal-thx.modal .modal-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 320px;
}

@media (max-width: 767px) {
    .modal-thx.modal {
        padding: 80px 20px;
        max-width: 100%;
    }
    .modal-thx.modal .modal-content {
        min-height: 160px;
    }
}

.modal-thx__content-wrap {
    max-width: 345px;
}

.modal-tour-booking.modal {
    max-width: 1080px;
}

@media (max-width: 1439px) {
    .modal-tour-booking.modal {
        padding: 70px 50px;
    }
}

@media (max-width: 767px) {
    .modal-tour-booking.modal {
        padding: 60px 20px;
    }
}

.modal-video.modal {
    max-width: 1390px;
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    aspect-ratio: 16/9;
    max-height: 90%;
}

.modal-video.modal a.close-modal {
    top: -27px;
    right: -48px;
    width: 20px;
    height: 20px;
    background: none;
}

.modal-video.modal a.close-modal:before,
.modal-video.modal a.close-modal:after {
    position: absolute;
    display: block;
    content: "";
    width: 125%;
    height: 1px;
    background: #FDF9F0;
    top: 50%;
    left: 50%;
}

.modal-video.modal a.close-modal:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-video.modal a.close-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 1599px) {
    .modal-video.modal a.close-modal {
        top: -30px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .modal-video.modal .modal-content {
        padding: 0 20px;
    }
    .modal-video.modal a.close-modal {
        right: 20px;
    }
}

.modal-video__video-wrap {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
}

.modal-video__video-frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preloader {
    position: fixed;
    background: black;
    z-index: 99998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.viewport:not(.viewport_mobile) {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scroll-container {
    position: absolute;
    overflow: hidden;
    z-index: 10;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    width: 100%;
}

@media (min-width: 992px) {
    * {
        scrollbar-width: thin;
        scrollbar-color: #272011 rgba(196, 196, 196, 0.8);
    }
    *::-webkit-scrollbar {
        width: 5px;
    }
    *::-webkit-scrollbar-track {
        background: rgba(196, 196, 196, 0.8);
    }
    *::-webkit-scrollbar-thumb {
        background-color: #272011;
        border-radius: 3px;
    }
}

.custom-tab {
    position: relative;
    display: none;
}

.custom-tab.active {
    display: block;
}

.fw-thin {
    font-weight: 100 !important;
}

.fw-exlight {
    font-weight: 200 !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-reg {
    font-weight: normal !important;
}

.fw-med {
    font-weight: 500 !important;
}

.fw-semi {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: bold !important;
}

.fw-extrbld {
    font-weight: 800 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.text-line-through {
    text-decoration: line-through !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.description-text {
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
}

.description-text p {
    margin-bottom: 10px;
}

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

@media (max-width: 767px) {
    .description-text {
        font-size: 16px;
        line-height: 22px;
    }
}

.more-text-btn {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    color: #B09257;
    transition: all 0.3s;
    font-weight: 500;
}

.more-text-btn:hover,
.more-text-btn:active {
    color: #822727;
}

.more-text-btn-wrap {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .more-text {
        display: none;
    }
}

.section-bg-title {
    background: linear-gradient(90.38deg, rgba(216, 211, 204, 0.15) 2.43%, rgba(179, 149, 89, 0.15) 95.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Kuzanyan", sans-serif;
    font-size: 200px;
    line-height: 220px;
    position: absolute;
    pointer-events: none;
}

@media (max-width: 1439px) {
    .section-bg-title {
        font-size: 150px;
        line-height: 165px;
    }
}

@media (max-width: 767px) {
    .section-bg-title {
        display: none;
    }
}

.section-title {
    font-size: 50px;
    line-height: 55px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        font-size: 35px;
        line-height: 39px;
        text-align: center;
        margin-bottom: 20px;
    }
}

.page-head {
    margin-bottom: 90px;
}

@media (max-width: 1439px) {
    .page-head {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .page-head {
        margin-bottom: 40px;
    }
}

.page-head-title {
    font-family: "Kuzanyan", sans-serif;
    font-size: 90px;
    line-height: 81px;
    text-align: center;
    color: #2F1D1B;
    margin-bottom: 40px;
    word-break: break-word;
}

.page-head-title:last-child {
    margin-bottom: 0;
}

@media (max-width: 1439px) {
    .page-head-title {
        margin-bottom: 30px;
    }
    .page-head-title:last-child {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .page-head-title {
        font-size: 45px;
        line-height: 40px;
    }
    .page-head-title:last-child {
        margin-bottom: 40px;
    }
}

.p-awards__dates-title {
    margin-bottom: 40px;
}

.p-awards__dates-nav {
    margin-bottom: 40px;
    padding-bottom: 4px;
    white-space: nowrap;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-awards__dates-nav::-webkit-scrollbar {
    display: none;
}

.p-awards__dates-nav-c {
    position: relative;
}

.p-awards__dates-nav-c:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 2px;
    border-bottom: 2px solid #F5F5F5;
    height: 0;
    left: 0;
    right: 0;
}

.p-awards__dates-nav-list {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex: 1;
    flex: 1;
}

.p-awards__dates-nav-item {
    margin-right: 100px;
}

.p-awards__dates-nav-item:last-child {
    margin-right: 0;
}

.p-awards__dates-nav-btn {
    display: block;
    position: relative;
    font-family: "Kuzanyan", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: rgba(47, 29, 27, 0.7);
    padding: 0 0 15px;
    transition: all 0.3s;
}

.p-awards__dates-nav-btn:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    height: 4px;
    left: 0;
    right: 0;
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
    transition: transform 0.4s ease-out, background 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.p-awards__dates-nav-btn:hover,
.p-awards__dates-nav-btn:active,
.p-awards__dates-nav-btn.active {
    color: #2F1D1B;
}

.p-awards__dates-nav-btn:hover:before,
.p-awards__dates-nav-btn:active:before,
.p-awards__dates-nav-btn.active:before {
    transform: scaleX(1);
    transform-origin: left;
}

.p-awards__dates-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.p-awards__dates-row {
    margin-bottom: 50px;
}

.p-awards__dates-row-title {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
}

.p-awards__dates-row-desc {
    max-width: 385px;
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
}

@media (max-width: 1599px) {
    .p-awards__dates-list {
        grid-gap: 0 30px;
    }
}

@media (max-width: 1439px) {
    .p-awards__dates-nav {
        margin-bottom: 50px;
    }
    .p-awards__dates-list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .p-awards__dates-nav-item {
        margin-right: 35px;
    }
    .p-awards__dates-row-title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .p-awards__dates-row {
        margin-bottom: 30px;
    }
    .p-awards__dates-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}

.p-awards {
    padding-bottom: 130px;
    overflow: hidden;
}

.p-awards__main-img-c {
    position: relative;
    height: 645px;
    margin-bottom: 110px;
}

.p-awards__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-awards__desc {
    max-width: 850px;
}

@media (max-width: 767px) {
    .p-awards__title {
        font-size: 43px;
    }
    .p-awards__main-img-c {
        height: 270px;
        margin-bottom: 65px;
    }
    .p-awards {
        padding-bottom: 80px;
    }
    .p-awards__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-awards__main-info {
    margin-bottom: 150px;
}

.p-awards__main-info-title {
    margin-bottom: 40px;
}

.p-awards__main-info-desc-cols {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
}

.p-awards__main-info-desc-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 25px;
    width: 50%;
}

@media (max-width: 1599px) {
    .p-awards__main-info-desc-cols {
        margin: 0 -15px;
    }
    .p-awards__main-info-desc-col {
        padding: 0 15px;
    }
}

@media (max-width: 1439px) {
    .p-awards__main-info {
        margin-bottom: 120px;
    }
    .p-awards__main-info-title {
        margin-bottom: 30px;
    }
    .p-awards__main-info-desc-cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-awards__main-info-desc-col {
        width: 100%;
        margin-bottom: 15px;
    }
    .p-awards__main-info-desc-col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .p-awards__main-info {
        margin-bottom: 80px;
    }
    .p-awards__main-info-title {
        margin-bottom: 10px;
    }
    .p-awards__main-info-desc-cols {
        text-align: center;
    }
}

.p-awards__slider-block {
    margin-bottom: 140px;
}

.awards-slider-c {
    position: relative;
}

.awards-slider-c_bg-left .awards-slider-c-bg {
    left: auto;
    right: calc(50% + 25px);
}

.awards-slider-c-bg {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    left: calc(50% + 25px);
    width: 9999px;
    background: #FDF9F0;
}

.awards-slider {
    overflow: visible;
}

.awards-slider__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: calc(50% + 25px);
    transform: translateX(-50%);
}

.awards-slider__nav_left {
    left: auto;
    right: calc(50% + 25px);
    transform: translateX(50%);
}

.awards-slider__arrow-left {
    margin-right: 35px;
}

.awards-slider__arrow-right {
    margin-left: 35px;
}

.awards-slider__item-img-container {
    width: 100%;
    position: relative;
    height: 800px;
}

.awards-slider__item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    object-fit: contain;
}

.awards-slider__item {
    display: -ms-flexbox;
    display: flex;
}

.awards-slider__item_reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.awards-slider__item_reverse .awards-slider__item-l {
    padding-right: 0;
    padding-left: 95px;
}

.awards-slider__item_reverse .awards-slider__item-r {
    padding-left: 0;
    padding-right: 25px;
}

.awards-slider__item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 25px;
    overflow: hidden;
}

.awards-slider__item-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
}

.awards-slider__item-title {
    padding-top: 15px;
    margin-bottom: 80px;
}

.awards-slider__item-subtitle {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
}

.awards-slider__item-tag {
    font-size: 18px;
    line-height: 25px;
    color: #2F1D1B;
    opacity: 0.8;
    margin-bottom: 45px;
}

.awards-slider__item-info-row {
    margin-bottom: 30px;
    position: relative;
    max-width: 600px;
    padding-left: 45px;
}

.awards-slider__item-info-row:before {
    position: absolute;
    display: block;
    content: "";
    top: 16px;
    left: 0;
    height: 1px;
    width: 30px;
    background: #2F1D1B;
}

.awards-slider__item-info-row:last-child {
    margin-bottom: 0;
}

.awards-slider__item-info-row-title {
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 5px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
}

.awards-slider__item-info-row-desc {
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
}

@media (max-width: 1599px) {
    .awards-slider__item_reverse .awards-slider__item-l {
        padding-right: 0;
        padding-left: 115px;
    }
    .awards-slider__item_reverse .awards-slider__item-r {
        padding-left: 0;
        padding-right: 15px;
    }
    .awards-slider__item-l {
        padding-right: 15px;
        width: 58.3333333333%;
    }
    .awards-slider__item-r {
        padding-left: 15px;
        width: 41.6666666667%;
    }
    .awards-slider__item-title,
    .awards-slider__item-subtitle,
    .awards-slider__item-tag {
        max-width: 555px;
    }
    .awards-slider-c_bg-left .awards-slider-c-bg {
        left: auto;
        right: calc(58.3333333333% - 15px);
    }
    .awards-slider-c-bg {
        left: calc(58.3333333333% - 15px);
    }
    .awards-slider__nav {
        left: calc(58.3333333333% - 15px);
    }
    .awards-slider__nav_left {
        left: auto;
        right: calc(58.3333333333% - 15px);
    }
}

@media (max-width: 1439px) {
    .awards-slider__item-subtitle {
        margin-bottom: 18px;
    }
    .awards-slider__item-tag {
        margin-bottom: 25px;
    }
    .awards-slider__item-info-row {
        margin-bottom: 20px;
        max-width: 380px;
    }
    .awards-slider__item_reverse .awards-slider__item-l {
        padding-right: 0;
        padding-left: 80px;
    }
    .awards-slider__item-l {
        width: 66.6666666667%;
    }
    .awards-slider__item-r {
        width: 33.3333333333%;
    }
    .awards-slider-c_bg-left .awards-slider-c-bg {
        left: auto;
        right: calc(66.6666666667% - 15px);
    }
    .awards-slider-c-bg {
        left: calc(66.6666666667% - 15px);
    }
    .awards-slider__nav {
        left: calc(66.6666666667% - 15px);
    }
    .awards-slider__nav_left {
        left: auto;
        right: calc(66.6666666667% - 15px);
    }
}

@media (max-width: 767px) {
    .awards-slider__item-l {
        width: 100%;
        padding: 0;
    }
    .awards-slider__item-r {
        width: 100%;
        padding: 0;
    }
    .awards-slider__item {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }
    .awards-slider__item-title {
        padding-top: 0;
        margin-bottom: 50px;
    }
    .awards-slider-c-bg {
        display: none;
    }
    .awards-slider__item-img-container {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 70px;
        height: 410px;
        padding: 35px 0;
        background: #FDF9F0;
    }
    .awards-slider {
        margin-left: -20px;
        margin-right: -20px;
    }
    .awards-slider__item-subtitle {
        font-size: 25px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 20px;
    }
    .awards-slider__item-tag {
        text-align: center;
        margin-bottom: 50px;
    }
    .awards-slider__item-info-row {
        padding-left: 0;
        text-align: center;
    }
    .awards-slider__item-info-row:before {
        display: none;
    }
    .p-awards__slider-block {
        margin-bottom: 80px;
    }
    .awards-slider__nav {
        bottom: auto;
        left: 50%;
        top: 550px;
    }
    .awards-slider__item_reverse .awards-slider__item-l {
        padding-right: 0;
        padding-left: 0;
    }
    .awards-slider__item_reverse .awards-slider__item-r {
        padding-left: 0;
        padding-right: 0;
    }
}

.p-collections-in__citation {
    padding: 155px 0 125px 125px;
    position: relative;
}

.p-collections-in__citation:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #FDF9F0;
}

.p-collections-in__citation_revert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 155px 125px 125px 0;
}

.p-collections-in__citation_revert .p-collections-in__citation-title:after {
    /* right: -130px;*/
}

.p-collections-in__citation-title {
    position: relative;
    max-width: 910px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    /*font-size: 4vw;*/
    padding: 0 100px;
    max-width: 1140px;
    text-align: center;
    /* min-height: 4em;*/
}

/*.p-collections-in__citation-title.section-title {
    line-height: 4vw;
}*/

@media (max-width: 991px) {
    .p-collections-in__citation-title.section-title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    .p-collections-in__citation-title.section-title {
        font-size: 35px;
        line-height: 39px;
    }
}

.p-collections-in__citation-title:before,
.p-collections-in__citation-title:after {
    content: "";
    display: block;
    position: absolute;
    /*font-size: 300px;
    line-height: 300px;
    font-size: 84px;*/
    line-height: 1;
    width: 84px;
    height: 84px;
    background-size: contain;
    background-repeat: no-repeat;
    /*font-family: "Kuzanyan", sans-serif;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;*/
}

.p-collections-in__citation-title:before {
    left: -125px;
    top: -80px;
    background-image: url(/local/templates/main_v2/styles/../fonts/blockquote-left.svg);
    top: 0.5em;
    transform: translate(0, -100%);
    left: 0;
}

.p-collections-in__citation-title:after {
    right: -40px;
    bottom: .5em;
    transform: translate(0, 100%);
    /*transform: rotate(180deg);*/
    /*bottom: 0;*/
    right: 0;
    background-image: url(/local/templates/main_v2/styles/../fonts/blockquote-right.svg);
}

.p-collections-in__citation-imgs {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.p-collections-in__citation-imgs-item {
    padding: 0 5px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.p-collections-in__citation-imgs-item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-collections-in__citation-imgs-item-img-wrap {
    position: relative;
    width: 510px;
    height: 415px;
}

@media (max-width: 1599px) {
    .p-collections-in__citation {
        padding-left: 100px;
    }
    .p-collections-in__citation_revert {
        padding-right: 100px;
    }
    .p-collections-in__citation-imgs-item-img-wrap {
        width: 433px;
        height: 352px;
    }
    .p-collections-in__citation-imgs-item {
        padding: 0 2px;
    }
    .p-collections-in__citation-imgs {
        margin: 0 -2px;
    }
}

@media (max-width: 1439px) {
    .p-collections-in__citation {
        padding: 155px 0 65px 62px;
    }
    .p-collections-in__citation_revert {
        padding: 80px 35px 65px 0;
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title {
        margin-bottom: 70px;
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title:before,
    .p-collections-in__citation_revert .p-collections-in__citation-title:after {
        font-size: 180px;
        line-height: 200px;
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title:before {
        /*left: -30px;
        top: -45px;*/
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title:after {
        /*  right: -65px;
        bottom: -45px;*/
    }
    .p-collections-in__citation_revert .p-collections-in__citation-imgs {
        margin-right: -37px;
        margin-left: -2px;
        width: calc(100% + 39px);
    }
    .p-collections-in__citation-title {
        margin-bottom: 120px;
    }
    .p-collections-in__citation-title:before {
        /*left: -95px;
        top: -125px;*/
    }
    .p-collections-in__citation-title:after {
        /* right: -30px;
        bottom: -101px;*/
    }
    .p-collections-in__citation-imgs-item-img-wrap {
        width: 267px;
        height: 240px;
    }
    .p-collections-in__citation-imgs {
        margin-left: -64px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .p-collections-in__citation {
        padding: 85px 15px 80px;
        padding-top: 40px;
    }
    .p-collections-in__citation_revert {
        padding: 85px 0 70px;
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title {
        margin-bottom: 90px;
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title:before,
    .p-collections-in__citation_revert .p-collections-in__citation-title:after {
        font-size: 160px;
        line-height: 175px;
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title:before {
        /* left: -20px;
        top: -75px;*/
    }
    .p-collections-in__citation_revert .p-collections-in__citation-title:after {
        /* right: -20px;
        bottom: -75px;*/
    }
    .p-collections-in__citation_revert .p-collections-in__citation-imgs {
        margin-right: -22px;
        margin-left: -22px;
        width: calc(100% + 44px);
    }
    .p-collections-in__citation-title {
        margin-bottom: 40px;
    }
    .p-collections-in__citation-title:before,
    .p-collections-in__citation-title:after {
        font-size: 160px;
        line-height: 175px;
    }
    .p-collections-in__citation-title.section-title {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .p-collections-in__citation-title:before {
        /* left: -35px;
        top: -75px;*/
        top: 2vw;
        left: 4vw;
        width: 5vw;
        height: 5vw;
        transform: translate(-100%, -100%);
    }
    .p-collections-in__citation-title:after {
        /* right: -30px;
        bottom: -15px;*/
        right: 4vw;
        bottom: 2vw;
        width: 5vw;
        height: 5vw;
        transform: translate(100%, 100%);
    }
    .p-collections-in__citation-imgs-item {
        width: 33.3333333333%;
    }
    .p-collections-in__citation-imgs-item-img-wrap {
        width: 100%;
        height: auto;
        padding-top: 90%;
    }
    .p-collections-in__citation-imgs {
        margin-left: -37px;
        margin-right: -37px;
    }
}

.p-collections-in {
    padding-bottom: 130px;
}

.p-collections-in__main-img-c {
    position: relative;
    overflow: hidden;
}

.p-collections-in__main-img-cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
}

.p-collections-in__main-img-col {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 5px;
}

.p-collections-in__main-img-wrap {
    position: relative;
    width: 100%;
    /* height: 690px;*/
    height: 0;
    padding-bottom: 100%;
}

@media (min-width: 992px) {
    .p-collections-in__main-img-cols--1 .p-collections-in__main-img-wrap {
        padding-bottom: 0;
        height: 478px;
    }
    .p-collections-in__main-img-cols--2 .p-collections-in__main-img-wrap {
        height: 478px;
        padding-bottom: 0;
    }
    .p-collections-in__main-img-cols--2 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .p-collections-in__main-img-cols--2 .p-collections-in__main-img-col:not(:first-child) {
        grid-column: span 2;
    }
}

.p-collections-in__main-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-collections-in__content {
    overflow: hidden;
}

@media (max-width: 1599px) {
    .p-collections-in__main-img-wrap {
        /* height: 644px;*/
    }
}

@media (max-width: 1439px) {
    .p-collections-in__main-img-wrap {
        /*height: 358px;*/
    }
    .p-collections-in__main-img-cols {
        margin-left: -2px;
        margin-right: -2px;
    }
    .p-collections-in__main-img-col {
        padding: 0 2px;
    }
}

@media (max-width: 767px) {
    .p-collections-in {
        padding-bottom: 80px;
    }
    .p-collections-in__main-img-cols {
        margin-left: -21px;
        margin-right: -21px;
    }
    .p-collections-in__main-img-col {
        width: 33.3333333333%;
        padding: 0 1px;
    }
    .p-collections-in__main-img-wrap {
        width: 100%;
        height: auto;
        padding-top: 155%;
    }
    .p-collections-in__main-img-c {
        margin-bottom: 0;
    }
}

.p-collections-in__main-info {
    display: -ms-flexbox;
    display: flex;
}

.p-collections-in__main-info-l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: 120px;
}

.p-collections-in__main-info-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 80px 0;
}

.p-collections-in__main-info-title {
    margin-bottom: 45px;
}

.p-collections-in__main-info-desc {
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
}

.p-collections-in__main-info-desc p {
    margin-bottom: 15px;
}

.p-collections-in__main-info-desc p:last-child {
    margin-bottom: 0;
}

.p-collections-in__main-info-img-container {
    position: relative;
}

.p-collections-in__main-info-img {
    width: 100%;
}

@media (max-width: 1599px) {
    .p-collections-in__main-info-l {
        margin-right: 100px;
    }
    .p-collections-in__main-info-r {
        padding: 65px 0 50px;
    }
    .p-collections-in__main-info-img-container {
        min-height: 100%;
        position: relative;
    }
    .p-collections-in__main-info-img {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1439px) {
    .p-collections-in__main-info-r {
        padding: 60px 0 50px;
        width: 300px;
    }
    .p-collections-in__main-info-l {
        margin-right: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .p-collections-in__main-info-img-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 600px;
        min-height: 630px;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .p-collections-in__main-info {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-collections-in__main-info-l {
        margin-right: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-collections-in__main-info-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 0 0 5px 0;
    }
    .p-collections-in__main-info-title {
        margin-bottom: 20px;
    }
    .p-collections-in__main-info-desc {
        text-align: center;
    }
    .p-collections-in__main-info-img-container {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        height: auto;
        min-height: initial;
        -ms-flex: 1;
        flex: 1;
        padding-top: 105%;
    }
}

.p-collections-in__subinfo-row-1 {
    display: -ms-flexbox;
    display: flex;
}

.p-collections-in__subinfo-row-1-l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-collections-in__subinfo-row-1-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 110px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 90px;
}

.p-collections-in__subinfo-row-1-img-container {
    position: relative;
    width: 1140px;
    height: 720px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.p-collections-in__subinfo-row-1-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-collections-in__subinfo-badge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 285px;
    height: 285px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    border: 2px solid #000;
    text-align: center;
    padding: 48px 20px 30px;
}

.p-collections-in__subinfo-badge:before {
    position: absolute;
    display: block;
    content: "";
    top: 9px;
    left: 9px;
    right: 9px;
    bottom: 9px;
    border-radius: 50%;
    border: 2px solid #000;
}

.p-collections-in__subinfo-badge-top,
.p-collections-in__subinfo-badge-bot {
    font-size: 16px;
    line-height: 18px;
    color: #2F1D1B;
}

.p-collections-in__subinfo-badge-top {
    margin-bottom: 27px;
}

.p-collections-in__subinfo-badge-mid {
    font-weight: 500;
    color: #2F1D1B;
    margin-bottom: 37px;
    position: relative;
    text-transform: uppercase;
}

.p-collections-in__subinfo-badge-mid:before {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -21px;
    height: 1px;
    background: #2F1D1B;
}

.p-collections-in__subinfo-badge-mid p {
    margin-bottom: 0;
}

.p-collections-in__subinfo-badge-mid p:first-child {
    font-size: 23px;
    line-height: 30px;
}

.p-collections-in__subinfo-badge-mid p:last-child {
    margin-top: -9px;
    font-size: 28px;
    line-height: 36px;
}

.p-collections-in__subinfo-row-2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: -110px;
}

.p-collections-in__subinfo-row-2-l {
    padding: 220px 0 30px 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.p-collections-in__subinfo-row-2-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-collections-in__subinfo-row-2-title {
    margin-bottom: 45px;
    max-width: 435px;
}

.p-collections-in__subinfo-row-2-desc {
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
}

.p-collections-in__subinfo-row-2-imgs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 -5px;
}

.p-collections-in__subinfo-row-2-imgs-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5px;
}

.p-collections-in__subinfo-row-2-imgs-item-img-wrap {
    position: relative;
    width: 510px;
    height: 540px;
}

.p-collections-in__subinfo-row-2-imgs-item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1599px) {
    .p-collections-in__subinfo-row-1-r {
        margin-left: 42px;
        padding-bottom: 125px;
    }
    .p-collections-in__subinfo-row-2 {
        margin-top: -125px;
    }
    .p-collections-in__subinfo-row-2-l {
        padding-top: 180px;
    }
    .p-collections-in__subinfo-row-2-imgs-item-img-wrap {
        width: 459px;
        height: 485px;
    }
}

@media (max-width: 1439px) {
    .p-collections-in__subinfo-row-2 {
        margin-top: 50px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-collections-in__subinfo-row-2-l {
        padding-top: 0;
        width: 100%;
    }
    .p-collections-in__subinfo-row-2-r {
        width: 100%;
        margin-left: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-collections-in__subinfo-row-2-imgs {
        -ms-flex: 1;
        flex: 1;
    }
    .p-collections-in__subinfo-row-2-imgs-item {
        width: 50%;
    }
    .p-collections-in__subinfo-row-2-imgs-item-img-wrap {
        width: 100%;
        padding-top: 100%;
        height: auto;
    }
    .p-collections-in__subinfo-row-2-title {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .p-collections-in__subinfo-row-1-r {
        width: 50%;
        margin-left: 0;
        padding-bottom: 0;
        padding-left: 30px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-collections-in__subinfo-badge {
        transform: scale(0.7);
    }
    .p-collections-in__subinfo-row-1-img-container {
        width: 400px;
        height: 350px;
    }
}

@media (max-width: 767px) {
    .p-collections-in__subinfo-row-1-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-collections-in__subinfo-row-1 {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-collections-in__subinfo-row-1-img-container {
        height: 280px;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
        -ms-flex: 1;
        flex: 1;
    }
    .p-collections-in__subinfo-row-1-r {
        width: 100%;
        padding: 0;
    }
    .p-collections-in__subinfo-row-2 {
        margin-top: 0;
    }
    .p-collections-in__subinfo-row-2-desc {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
    .p-collections-in__subinfo-row-2-l {
        padding-bottom: 20px;
    }
    .p-collections-in__subinfo-row-2-imgs {
        margin: 0 -1px;
    }
    .p-collections-in__subinfo-row-2-imgs-item {
        padding: 0 1px;
    }
}

.p-collections-in__wine-list {
    padding-top: 110px;
    margin: 0 -30px 45px;
    display: -ms-flexbox;
    display: flex;
}

.p-collections-in__wine-list_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-collections-in__wine-item {
    margin-bottom: 65px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 0 30px;
    text-align: center;
}

.p-collections-in__wine-link {
    display: block;
}

@media (min-width: 768px) {
    .p-collections-in__wine-link:hover .p-collections-in__wine-item-img,
    .p-collections-in__wine-link:active .p-collections-in__wine-item-img {
        transform: translate(-50%, 0) scale(1.1);
    }
}

.p-collections-in__wine-link:hover .p-collections-in__wine-item-title,
.p-collections-in__wine-link:active .p-collections-in__wine-item-title {
    color: #822727;
}

.p-collections-in__wine-link:hover .p-collections-in__wine-item-tag,
.p-collections-in__wine-link:active .p-collections-in__wine-item-tag {
    color: #8A7369;
}

.p-collections-in__wine-item-img-container {
    margin-bottom: 50px;
    position: relative;
    height: 493px;
}

.p-collections-in__wine-item-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    width: auto;
    height: 100%;
    /*object-fit: contain;*/
    object-position: center bottom;
    transition: all 0.3s;
    max-width: initial;
}

.p-collections-in__wine-item-title {
    font-size: 30px;
    line-height: 33px;
    color: #2F1D1B;
    font-family: "Kuzanyan", sans-serif;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.p-collections-in__wine-item-tag {
    font-size: 18px;
    line-height: 20px;
    color: #594A49;
    font-family: "Kuzanyan";
    transition: all 0.3s;
}

@media (max-width: 1599px) {
    .p-collections-in__wine-list {
        margin: 0 -15px 45px;
    }
    .p-collections-in__wine-item {
        padding: 0 15px;
    }
}

@media (max-width: 1439px) {
    .p-collections-in__wine-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 80px;
    }
    .p-collections-in__wine-item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .p-collections-in__wine-list {
        margin-bottom: 30px;
        padding-top: 50px;
    }
    .p-collections-in__wine-item {
        width: 50%;
        margin-bottom: 50px;
    }
    .p-collections-in__wine-item-img-container {
        height: 237px;
        margin-bottom: 30px;
    }
    .p-collections-in__wine-item-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }
    .p-collections-in__wine-item-tag {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-collections {
    padding-bottom: 130px;
}

.p-collections__main-img-c {
    position: relative;
    height: 690px;
    margin-bottom: 110px;
}

.p-collections__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1439px) {
    .p-collections__main-img-c {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .p-collections {
        padding-bottom: 80px;
    }
    .p-collections__main-img-c {
        height: 270px;
    }
    .p-collections__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-collections__item {
    margin-bottom: 140px;
}

.p-collections__item:last-child {
    margin-bottom: 0;
}

.p-collections__item-title {
    font-size: 50px;
    line-height: 55px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 10px;
}

.p-collections__item-desc {
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
    margin-bottom: 50px;
}

.p-collections__item-imgs {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px 20px;
}

.p-collections__item-imgs.p-collections__item-imgs-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.p-collections__item-imgs.p-collections__item-imgs-2 .p-collections__item-img-col_w-auto:nth-child(2) {
    grid-column: span 2;
}

@media (max-width: 991px) {
    .p-collections__item-imgs.p-collections__item-imgs-2 {
        display: -ms-flexbox;
        display: flex;
    }
    .p-collections__item-imgs .p-collections__item-img-col_w-auto:not(.p-collections__item-img-col_w-auto--main) {
        display: none;
    }
}

.p-collections__item-img-col {
    padding: 0 5px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.p-collections__item-img-col_w-33per {
    width: 33.3333333333%;
}

.p-collections__item-img-col_w-50per {
    width: 50%;
}

.p-collections__item-img-col_w-100per {
    width: 100%;
}

.p-collections__item-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(0px, -50%);
}

.p-collections__item-img-wrap {
    position: relative;
    /*height: 500px;*/
    overflow: hidden;
    padding-bottom: 100%;
}

.p-collections__item-imgs-1 .p-collections__item-img-wrap,
.p-collections__item-imgs-2 .p-collections__item-img-wrap {
    padding-bottom: 0;
    height: 384px;
}

@media (max-width: 1599px) {
    .p-collections__item-img-wrap {
        /* height: 420px;*/
    }
}

@media (max-width: 1439px) {
    .p-collections__item-imgs {
        margin: 0 -2px 40px;
    }
    .p-collections__item-img-col {
        padding: 0 2px;
    }
    .p-collections__item-img-wrap {
        /*height: 300px;*/
    }
    .p-collections__item-img {
        /* top: -35%;
        height: 200%;*/
    }
}

@media (max-width: 767px) {
    .p-collections__item {
        margin-bottom: 80px;
    }
    .p-collections__item-title {
        text-align: center;
        font-size: 35px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .p-collections__item-desc {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .p-collections__item-imgs {
        margin-bottom: 10px;
    }
    .p-collections__item-btn-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-collections__item-img-wrap {
        /*height: 130px;*/
    }
}

.p-contacts__credentials-title {
    margin-bottom: 80px;
}

.p-contacts__credentials-cols {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px 50px;
}

.p-contacts__credentials-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 25px;
}

.p-contacts__credentials-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 25px;
}

.p-contacts__credentials-item:last-child {
    margin-bottom: 0;
}

.p-contacts__credentials-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 325px;
    padding-right: 15px;
    display: -ms-flexbox;
    display: flex;
}

.p-contacts__credentials-item-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.p-contacts__credentials-item-title {
    color: #594A49;
}

.p-contacts__credentials-item-desc {
    color: #2F1D1B;
    position: relative;
}

.p-contacts__credentials-bot-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-contacts__credentials .container {
    position: relative;
}

.p-contacts__credentials-item-dots {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    margin-left: 15px;
    height: 14px;
    min-width: 25px;
}

.p-contacts__credentials-item-dots:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
}

.p-contacts__credentials-item-dots:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(to right, #fff 80%, transparent 80%);
    background-position: bottom;
    background-size: 8px 2px;
    background-repeat: repeat-x;
}

@media (max-width: 1599px) {
    .p-contacts__credentials-item-l {
        width: 300px;
    }
}

@media (max-width: 1439px) {
    .p-contacts__credentials-cols {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-contacts__credentials-col {
        width: 100%;
        margin-bottom: 45px;
    }
    .p-contacts__credentials-col:last-child {
        margin-bottom: 0;
    }
    .p-contacts__credentials-bot-btn-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .p-contacts__credentials-item {
        font-size: 16px;
        line-height: 20px;
    }
    .p-contacts__credentials-item-l {
        width: 95px;
        padding-right: 2px;
    }
    .p-contacts__credentials-item-dots {
        margin-left: 2px;
        min-width: 10px;
        height: 11px;
    }
    .p-contacts__credentials-item-dots:after {
        background-size: 5px 2px;
    }
    .p-contacts__credentials-bot-btn-wrap {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-contacts__feedback {
    overflow: hidden;
    padding: 110px 0 120px;
    background: url("/images/form-bg.png");
    background-position: center;
    margin-bottom: 140px;
}

.p-contacts__feedback-title {
    margin-bottom: 120px;
}

.p-contacts__feedback-form-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-contacts__feedback-form-col {
    -ms-flex: 1;
    flex: 1;
    padding: 0 25px;
}

.p-contacts__feedback-form-col_full {
    width: 100%;
}

.p-contacts__feedback-form-bot {
    display: -ms-flexbox;
    display: flex;
}

.p-contacts__feedback-form-bot-l {
    max-width: 550px;
}

.p-contacts__feedback-form-bot-r {
    margin-left: auto;
}

.p-contacts__feedback-form-info {
    font-size: 16px;
    line-height: 23px;
    color: #594A49;
    padding-top: 13px;
}

.p-contacts__feedback-form-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.p-contacts__feedback-form-captchas-sbm-btn {
    width: 245px;
}

.p-contacts__feedback-form-captcha-input-wrap {
    width: 215px;
    margin-right: 25px;
    margin-left: 35px;
}

.p-contacts__feedback-form-captcha-input-wrap {
    position: relative;
}

@media (max-width: 1599px) {
    .p-contacts__feedback-form-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .p-contacts__feedback-form-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-contacts__feedback-form-bot-l {
        max-width: 370px;
        -ms-flex: 1;
        flex: 1;
        margin-right: 30px;
    }
    .p-contacts__feedback-form-captcha-input-wrap {
        margin-right: 65px;
    }
}

@media (max-width: 1439px) {
    .p-contacts__feedback-title {
        margin-bottom: 70px;
    }
    .p-contacts__feedback-form-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .p-contacts__feedback-form-col-1 {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 40px;
    }
    .p-contacts__feedback-form-row {
        margin-bottom: 40px;
    }
    .p-contacts__feedback-form-row:last-child {
        margin-bottom: 40px;
    }
    .p-contacts__feedback-form-bot {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-contacts__feedback-form-bot-l {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 0;
    }
    .p-contacts__feedback-form-bot-r {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-contacts__feedback-form-info {
        padding-top: 0;
        max-width: 545px;
        margin-bottom: 40px;
    }
    .p-contacts__feedback-form-captcha-img-container {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-contacts__feedback-form-captcha-input-wrap {
        margin-left: 30px;
        margin-right: 15px;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
    }
    .p-contacts__feedback-form-captcha-sbm-btn-wrap {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .p-contacts__feedback {
        padding-top: 75px;
        padding-bottom: 75px;
        margin-bottom: 80px;
    }
    .p-contacts__feedback-title {
        margin-bottom: 30px;
    }
    .p-contacts__feedback-form-row {
        margin-bottom: 20px;
    }
    .p-contacts__feedback-form-row:last-child {
        margin-bottom: 30px;
    }
    .p-contacts__feedback-form-col {
        margin-bottom: 20px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-contacts__feedback-form-col:last-child {
        margin-bottom: 0;
    }
    .p-contacts__feedback-form-info {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .p-contacts__feedback-form-captcha {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-contacts__feedback-form-captcha-img-container {
        margin-bottom: 10px;
    }
    .p-contacts__feedback-form-captcha-input-wrap {
        margin-left: 0;
        margin-right: 0;
        width: 215px;
        margin-bottom: 40px;
    }
}

.p-contacts {
    padding-bottom: 110px;
    overflow: hidden;
}

.p-contacts__main-info {
    margin-bottom: 140px;
}

.p-contacts__main-info-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

.p-contacts__main-info-row-2 {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-contacts__main-info-row:last-child {
    margin-bottom: 0;
}

.p-contacts__main-info-item_adress {
    max-width: 570px;
    margin-right: 340px;
}

.p-contacts__main-info-item-title {
    font-size: 20px;
    line-height: 29px;
    color: #594A49;
    margin-bottom: 13px;
}

.p-contacts__main-info-desc {
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
}

@media (max-width: 1599px) {
    .p-contacts__main-info-item {
        width: 33.3333333333%;
    }
    .p-contacts__main-info-item_adress {
        max-width: 525px;
        -ms-flex: 1;
        flex: 1;
        width: auto;
        margin-right: auto;
    }
}

@media (max-width: 1439px) {
    .p-contacts__main-info-row {
        margin-bottom: 30px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-contacts__main-info-item {
        margin-bottom: 30px;
        width: 100%;
    }
    .p-contacts__main-info-item:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .p-contacts__main-info {
        margin-bottom: 80px;
    }
    .p-contacts__main-info-item-title {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
        text-align: center;
    }
    .p-contacts__main-info-desc {
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }
}

.error-page {
    background: #fff;
    transition: opacity 1s;
}

.error-page-main {
    overflow: hidden;
}

.error-page-header {
    padding-top: 50px;
    margin-bottom: 65px;
}

.error-page-header .header-logo__img {
    opacity: 0;
}

.error-page-header .header-logo__img-darken {
    opacity: 1;
    margin: auto;
}

.error-page-header .header-logo__slogan-top {
    color: #857650;
}

.error-page-header .header-logo__slogan-bot {
    color: #2D2A26;
}

.error-page__info-c {
    position: relative;
    padding-top: 90px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.error-page__info-title {
    font-size: 90px;
    line-height: 81px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 32px;
    max-width: 865px;
    position: relative;
    z-index: 3;
}

.error-page__info-desc {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    z-index: 3;
    color: #2F1D1B;
    margin-bottom: 150px;
    max-width: 1010px;
}

.error-page__info-btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.error-page__info-bg-text {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
  not supported by any browser */
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    font-family: "Kuzanyan", sans-serif;
    font-size: 564px;
    text-align: center;
    line-height: 505px;
    background: linear-gradient(90.38deg, rgba(216, 211, 204, 0.15) 2.43%, rgba(179, 149, 89, 0.15) 95.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error-page__info-btn {
    max-width: 100%;
    width: 300px;
}

@media (max-width: 1439px) {
    .error-page__info-bg-text {
        font-size: 475px;
    }
}

@media (max-width: 767px) {
    .error-page-header {
        padding-top: 35px;
        margin-bottom: 60px;
    }
    .error-page__info-title {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 30px;
        max-width: 280px;
    }
    .error-page__info-desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 50px;
    }
    .error-page__info-btn {
        width: 100%;
    }
    .error-page__info-btn-wrap {
        width: 100%;
    }
    .error-page__info-c {
        padding-top: 0;
    }
    .error-page__info-bg-text {
        font-size: 235px;
        line-height: 210px;
        top: 45px;
    }
}

.p-history {
    overflow: hidden;
    padding-bottom: 130px;
}

.p-history__main-img-c {
    position: relative;
    height: 645px;
    margin-bottom: 110px;
    width: 100%;
}

.p-history__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1439px) {
    .p-history__main-img-c {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .p-history__main-img-c {
        height: 270px;
    }
    .p-history__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-history__blockquote {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 80px;
    padding: 0 100px;
    position: relative;
    text-align: center;
    font-family: "Kuzanyan", sans-serif;
    font-size: 30px;
    line-height: 42px;
    color: #2F1D1B;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.p-history__blockquote:last-child {
    margin-bottom: 0;
}

.p-history__blockquote:before,
.p-history__blockquote:after {
    position: absolute;
    display: block;
    content: "";
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-history__blockquote:before {
    top: 0;
    left: 0;
    background-image: url("/local/templates/main_v2/styles/../fonts/blockquote-left.svg");
}

.p-history__blockquote:after {
    bottom: 0;
    right: 0;
    background-image: url("/local/templates/main_v2/styles/../fonts/blockquote-right.svg");
}

.p-history__info {
    overflow: hidden;
}

.p-history__info:last-child {
    margin-bottom: 0;
}

.p-history__info-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.p-history__info-item:last-child {
    margin-bottom: 0;
}

.p-history__info-item_reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-history__info-item_reverse .p-history__info-item-in {
    padding-left: 0;
}

.p-history__info-item_reverse .p-history__info-item-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: var(--col-gap);
}

.p-history__info-item_reverse .p-history__info-item-r {
    padding-left: 0;
    padding-right: var(--col-gap);
}

.p-history__info-item_reverse .wine-house-slider__nav {
    right: auto;
    left: 0;
    transform: translateX(-50%);
}

.p-history__info-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: var(--col-gap);
    position: relative;
    z-index: 3;
}

.p-history__info-item-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: var(--col-gap);
}

.p-history__info-item-r_no-center {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-history__info-item-in {
    padding-left: 70px;
    position: relative;
}

.p-history__info-item-img-container {
    position: relative;
}

.p-history__info-item-img {
    max-width: initial;
}

.p-history__info-item-title {
    margin-bottom: 45px;
}

.p-history__info-item-desc {
    margin-bottom: 30px;
}

.p-history__info-item-desc:last-child {
    margin-bottom: 0;
}

.p-history__info-item-desc_mw-510px {
    max-width: 510px;
}

.p-history__info-item-desc_mw-570px {
    max-width: 570px;
}

.p-history__info-item-desc_mw-600px {
    max-width: 600px;
}

@media (max-width: 1599px) {
    .p-history__info-item-desc_mw-600px {
        max-width: 500px;
    }
    .p-history__info-item-title {
        max-width: 550px;
    }
}

@media (max-width: 1439px) {
    .p-history__info-item {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
    .p-history__info-item .wine-house-slider-c {
        width: 100%;
        margin-bottom: 20px;
    }
    .p-history__info-item .wine-house-slider__nav {
        left: 0;
        right: 0;
        transform: none;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 40px;
    }
    .p-history__info-item-1 {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-history__info-item-1 .p-history__info-item-l,
    .p-history__info-item-1 .p-wine-house__info-item-l {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .p-history__info-item_reverse .p-history__info-item-l,
    .p-history__info-item_reverse .p-history__info-item-r {
        padding: 0;
    }
    .p-history__info-item-l,
    .p-history__info-item-r {
        padding: 0;
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-history__info-item-r {
        margin-bottom: 20px;
    }
    .p-history__info-item-in {
        padding-left: 0;
    }
    .p-history__info-item-title {
        max-width: 100%;
    }
    .p-history__info-item-desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .p-history__info-item-1 .p-history__info-item-l {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
    }
    .p-history__info-item-1 .p-history__info-item-title {
        margin-bottom: 15px;
    }
    .p-history__info-item .wine-house-slider-c {
        margin-left: 0;
        margin-right: 0;
    }
    .p-history__info-item-title {
        margin-bottom: 20px;
    }
    .p-history__info-item-desc {
        text-align: center;
    }
    .p-history__blockquote {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 25px;
        line-height: 35px;
    }
    .p-history__blockquote:before {
        left: -10px;
        width: 50px;
        height: 50px;
    }
    .p-history__blockquote:after {
        width: 50px;
        height: 50px;
        right: -10px;
    }
}

.assortment {
    padding-top: 75px;
    padding-bottom: 75px;
    overflow: hidden;
}

.assortment .section-bg-title {
    right: -235px;
    top: -55px;
    z-index: 1;
}

.assortment-container {
    position: relative;
}

.assortment__list {
    margin: 0 -25px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.assortment__list.show-full .assortment__item {
    display: block;
}

.assortment__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    position: relative;
    flex: 0 0 auto;
    /*width: 16.6666666667%;*/
    padding: 0 25px;
    /* margin-bottom: 40px;*/
}

.assortment__link {
    display: block;
    position: relative;
}

@media (min-width: 768px) {
    .assortment__link:hover .assortment__item-img,
    .assortment__link:active .assortment__item-img {
        transform: translate(-50%, 0) scale(1.1);
    }
}

.assortment__link:hover .assortment__item-title,
.assortment__link:active .assortment__item-title {
    color: #822727;
}

.assortment__link:hover .assortment__item-tag,
.assortment__link:active .assortment__item-tag {
    color: #8A7369;
}

.assortment__item-img-container {
    position: relative;
    height: 240px;
    margin-bottom: 30px;
}

.assortment__item-img {
    /*max-width: 100%;*/
    max-height: 100%;
    max-width: initial;
    width: auto;
    height: 100%;
    /*object-fit: contain;*/
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    /*right: 0;*/
    margin-left: auto;
    margin-right: auto;
    transform-origin: bottom center;
    transition: all 0.3s;
}

.assortment__item-title {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #2F1D1B;
    font-family: "Kuzanyan", sans-serif;
    margin-bottom: 10px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .assortment__item-title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.assortment__item-tag {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #594A49;
    transition: all 0.3s;
    font-family: "Kuzanyan";
}

@media (max-width: 1599px) {
    .assortment .section-bg-title {
        right: -124px;
    }
    .assortment__item {
        /*width: 20%;*/
    }
    .assortment__item:nth-child(n+6) {
        display: none;
    }
}

@media (max-width: 1439px) {
    .assortment {
        /* padding-top: 85px; */
        padding-bottom: 100px;
    }
    .assortment .section-bg-title {
        right: -15px;
        top: -35px;
        font-size: 100px;
        line-height: 115px;
    }
    .assortment__item {
        /*width: 33.3333333333%;*/
    }
    .assortment__item:nth-child(n+4) {
        display: none;
    }
}

@media (max-width: 767px) {
    .assortment {
        padding-top: 25px;
        padding-bottom: 40px;
    }
    .assortment__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 0;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .assortment__list::-webkit-scrollbar {
        display: none;
    }
    .assortment__item {
        width: 100%;
        padding: 0;
        margin-right: 5px;
        margin-bottom: 0;
    }
    .assortment__item:nth-child(n+4) {
        display: block;
    }
}

.awards {
    padding-top: 65px;
    padding-bottom: 115px;
    overflow: hidden;
}

.awards .section-bg-title {
    top: -65px;
    left: 50%;
    transform: translate(-50%, 0);
}

.awards .section-title {
    margin-bottom: 0;
}

.awards-container {
    position: relative;
}

.awards__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.awards__head-r {
    margin-left: auto;
}

.awards__list {
    display: -ms-flexbox;
    display: flex;
    margin: 20px -40px 0;
}

.awards__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
}

.awards__item-img-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.awards__item-img {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%;
}

.awards__subtitle {
    margin-top: 50px;
    max-width: 550px;
}

@media (max-width: 1599px) {
    .awards__subtitle {
        display: none;
    }
    .awards__list {
        margin-left: -35px;
        margin-right: -35px;
    }
}

@media (max-width: 1439px) {
    .awards {
        padding-bottom: 70px;
    }
    .awards__head {
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
    }
    .awards__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 75px;
    }
    .awards__item {
        width: 33.3333333333%;
        margin-top: -75px;
    }
}

@media (max-width: 767px) {
    .awards {
        padding-top: 40px;
    }
    .awards__list {
        padding-top: 30px;
    }
    .awards__item {
        margin-top: -30px;
    }
}

.collections {
    padding-top: 140px;
    padding-bottom: 30px;
    overflow: hidden;
}

.collections .section-bg-title {
    top: -70px;
    left: -250px;
}

.collections-container {
    position: relative;
}

.collections__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

.collections__head-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% + 25px);
}

.collections__head-more-btn {
    min-width: 210px;
}

.collections__desc {
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
}

.collections__item {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: flex;
}

.collections__item:last-child {
    margin-bottom: 0;
}

.collections-card {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 500px;
}

.collections-card_small {
    min-height: 400px;
}

.collections-card_small .collections-card-r {
    padding: 60px 30px 30px 45px;
}

.collections-card_reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.collections-card_reverse .collections-card-r {
    padding: 125px 90px 50px 190px;
}

.collections-card_reverse .collections-card__desc {
    max-width: 320px;
}

.collections-card_reverse .collections-card__img-container .p-wine-tours__cards-item-badge {
    left: 53px;
    top: 45px;
    right: auto;
}

.collections-card-v2.collections-card_small .collections-card-r {
    padding: 90px 20px 50px 45px;
}

.collections-card:hover .collections-card__title,
.collections-card.active .collections-card__title {
    color: #822727;
}

.collections-card:hover .collections-card__desc,
.collections-card.active .collections-card__desc {
    color: #8A7369;
}

.collections-card:hover .btn-w-circle__ico-wrap svg.btn-w-circle__ico-front,
.collections-card.active .btn-w-circle__ico-wrap svg.btn-w-circle__ico-front {
    opacity: 0;
    transform: translate(75%, -50%);
}

.collections-card:hover .btn-w-circle__ico-wrap svg.btn-w-circle__ico-back,
.collections-card.active .btn-w-circle__ico-wrap svg.btn-w-circle__ico-back {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.collections-card:hover .btn-w-circle__ico-wrap:before,
.collections-card.active .btn-w-circle__ico-wrap:before {
    opacity: 0;
}

.collections-card:hover .btn-w-circle__ico-wrap:after,
.collections-card.active .btn-w-circle__ico-wrap:after {
    opacity: 1;
}

.collections-card:hover .btn-w-circle__title,
.collections-card.active .btn-w-circle__title {
    color: #8A7369;
}

@media (min-width: 768px) {
    .collections-card:hover .collections-card-r:before,
    .collections-card.active .collections-card-r:before {
        top: -15px;
        bottom: -15px;
    }
}

.collections-card:hover .collections-card__img,
.collections-card.active .collections-card__img {
    transform: scale(1.1);
}

.collections-card-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% + 25px);
}

.collections-card-r {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 110px 120px 95px;
    position: relative;
}

.collections-card-r:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FDF9F0;
    transition: all 0.3s;
}

.collections__item-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.collections__item-col:first-child {
    padding-right: 25px;
}

.collections__item-col:last-child {
    padding-left: 25px;
}

.collections-card__img-container {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.collections-card__img-container .p-wine-tours__cards-item-badge {
    left: auto;
    right: 25px;
}

.collections-card__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.3s;
}

.collections-card__title {
    position: relative;
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 25px;
    max-width: 430px;
    transition: all 0.3s;
}

.collections-card__desc {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    margin-bottom: 40px;
    max-width: 365px;
    transition: all 0.3s;
}

.collections-card__desc_small {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}

.collections-card__btn-wrap {
    position: relative;
}

@media (max-width: 1599px) {
    .collections {
        padding-bottom: 30px;
    }
    .collections .section-bg-title {
        left: -135px;
    }
    .collections-card-r {
        padding: 120px 95px 100px 100px;
    }
    .collections__item-col:first-child {
        padding-right: 15px;
    }
    .collections__item-col:last-child {
        padding-left: 15px;
    }
    .collections-card-l {
        width: calc(50% + 15px);
    }
    .collections-card_reverse .collections-card-r {
        padding: 150px 80px 100px 100px;
    }
    .collections-card_small .collections-card-l {
        width: calc(50% - 15px);
    }
}

@media (max-width: 1439px) {
    .collections {
        padding-top: 50px;
        /* padding-bottom: 90px; */
    }
    .collections .section-bg-title {
        top: -40px;
        left: -25px;
    }
    .collections__head {
        position: relative;
    }
    .collections__head-l {
        width: 100%;
    }
    .collections__head-more-btn {
        position: absolute;
        right: 0;
        bottom: 100%;
        margin-bottom: 70px;
    }
    .collections-card {
        min-height: 400px;
    }
    .collections-card_small {
        min-height: 300px;
    }
    .collections-card_small .collections-card-r {
        padding: 30px 30px 15px;
    }
    .collections-card_reverse .collections-card-r {
        padding: 90px 30px 30px;
    }
    .collections-card-l {
        width: calc(50% - 15px);
    }
    .collections-card-r {
        padding: 60px 30px 45px;
    }
    .collections-card__title {
        margin-bottom: 15px;
    }
    .collections-card__desc {
        margin-bottom: 30px;
    }
    .collections__item {
        margin-bottom: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .collections__item-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .collections__item-col:first-child {
        padding-right: 0;
    }
    .collections__item-col:first-child .collections-card {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .collections__item-col:last-child {
        padding-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .collections {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .collections__desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .collections__head {
        margin-bottom: 30px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .collections__head-r {
        display: -ms-flexbox;
        display: flex;
    }
    .collections__head-more-btn {
        position: relative;
        right: auto;
        bottom: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .collections__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: -20px;
        margin-right: -20px;
        overflow: auto;
        padding: 0 20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .collections__item::-webkit-scrollbar {
        display: none;
    }
    .collections-card {
        min-height: 1px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 10px;
    }
    .collections-card:last-child {
        margin-right: 0;
    }
    .collections-card_reverse .collections-card-r {
        padding: 20px 5px 20px 15px;
    }
    .collections-card_reverse .collections-card__img-container .p-wine-tours__cards-item-badge {
        top: 5px;
        left: 5px;
        right: auto;
    }
    .collections-card_small .collections-card-l,
    .collections-card_small .collections-card-r {
        width: 100%;
    }
    .collections-card_small .collections-card-r {
        min-height: 150px;
        padding: 20px 5px 20px 15px;
    }
    .collections-card_small .collections-card__img-container {
        padding-top: 68%;
    }
    .collections-card-v2.collections-card_small .collections-card-r {
        padding: 20px 5px 20px 15px;
    }
    .collections-card-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .collections-card-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        min-height: 205px;
        padding: 20px 5px 20px 15px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
    }
    .collections-card__img-container {
        height: auto;
        padding-top: 100%;
    }
    .collections-card__img-container .p-wine-tours__cards-item-badge {
        top: 5px;
        left: 5px;
        right: auto;
    }
    .collections-card__desc {
        display: none;
    }
    .collections-card__title {
        margin-bottom: 0;
        font-size: 23px;
        line-height: 28px;
        margin-right: 10px;
    }
    .collections-card__btn-wrap {
        margin-left: auto;
    }
    .collections__item-col {
        margin-right: 10px;
        margin-bottom: 0;
    }
    .collections__item-col:first-child .collections-card,
    .collections__item-col:last-child .collections-card {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .collections__item-col:last-child {
        margin-right: 0;
    }
    .collections-card__btn {
        padding: 0;
        width: 60px;
        height: 60px;
    }
    .collections-card__btn .btn-w-circle__title {
        display: none;
    }
    .collections-card__btn .btn-w-circle__ico-wrap {
        width: 60px;
        height: 60px;
    }
    .collections-card__btn .btn-w-circle__ico-wrap svg {
        width: 18px;
        height: 10px;
    }
}

.contacts {
    overflow: hidden;
    position: relative;
}

.contacts-c {
    display: -ms-flexbox;
    display: flex;
}

.contacts-l {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 430px;
    padding: 120px 50px 120px 0;
}

.contacts-l:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: -9999px;
    background: #FDF9F0;
}

.contacts-r {
    -ms-flex: 1;
    flex: 1;
    margin-right: calc((100vw - 100%) / -2);
}

.contacts-map {
    height: 100%;
    min-height: 300px;
    background: #F5F5F5;
}

.contacts-title {
    color: #2F1D1B;
    margin-bottom: 50px;
    position: relative;
}

.contacts__info {
    position: relative;
}

.contacts__info-item {
    margin-bottom: 30px;
}

.contacts__info-item:last-child {
    margin-bottom: 0;
}

.contacts__info-item-title {
    color: #594A49;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: "Kuzanyan";
}

.contacts__info-item-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contacts__info-item-inner-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 9px;
}

.contacts__info-item-inner-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.contacts__info-item-img-container {
    width: 20px;
    min-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacts__info-item-img {
    max-width: 100%;
    display: block;
}

.contacts__info-item-inner-desc {
    font-size: 16px;
    line-height: 20px;
    font-family: "Kuzanyan", sans-serif;
}

.contacts__info-item-inner-desc p {
    margin-bottom: 10px;
}

.contacts__info-item-inner-desc p a,
.contacts__info-item-inner-desc p a:hover,
.contacts__info-item-inner-desc p a:active,
.contacts__info-item-inner-desc p a:visited {
    text-decoration: none;
    color: inherit;
}

.contacts__info-item-inner-desc p:last-child {
    margin-bottom: 0;
}

.contacts-map-icon-content {
    font-size: 16px;
    line-height: 18px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    max-width: 270px;
    width: max-content;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 15px;
    margin-top: 10px;
}

.contacts-map-baloon {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}

.contacts-map-baloon.active .contacts-map-baloon-r {
    display: block;
}

.contacts-map-baloon.active .contacts-map-icon-content {
    display: none;
}

.contacts-map-baloon.animated .contacts-map-baloon__inner:before {
    transform: scaleX(1);
}

.contacts-map-baloon.animated .contacts-map-baloon__img {
    transform: scale(1);
}

.contacts-map-baloon.animated .contacts-map-baloon__inner-title {
    transition-delay: 0.3s;
    opacity: 1;
}

.contacts-map-baloon.animated .contacts-map-baloon__inner-desc {
    transition-delay: 0.4s;
    opacity: 1;
}

.contacts-map-baloon-l {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    z-index: 1;
}

.contacts-map-baloon-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: -25px;
    display: none;
}

.contacts-map-baloon__img-container {
    position: relative;
}

.contacts-map-baloon__img {
    width: 52px;
    height: 69px;
    display: block;
    max-width: initial;
    transform: scale(0.8077);
    transition: all 0.3s;
    transform-origin: 50% bottom;
}

.contacts-map-baloon__inner {
    position: relative;
    padding: 10px 15px 8px 40px;
    width: 310px;
}

.contacts-map-baloon__inner:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFFEFC;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    transform-origin: left;
    transform: scaleX(0);
}

.contacts-map-baloon__inner-title {
    font-size: 16px;
    line-height: 22px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    position: relative;
    transition: all 0.3s;
    opacity: 0;
}

.contacts-map-baloon__inner-desc {
    font-size: 12px;
    line-height: 15px;
    color: #594A49;
    position: relative;
    transition: all 0.3s;
    opacity: 0;
}

@media (max-width: 1439px) {
    .contacts-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contacts-l {
        width: 100%;
        padding: 60px 0;
    }
    .contacts-l:before {
        left: -1000px;
        right: -1000px;
    }
    .contacts__info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -80px;
    }
    .contacts__info-item {
        margin-right: 80px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .contacts__info-item_adress {
        width: calc(100% - 80px);
        -ms-flex-order: 1;
        order: 1;
    }
    .contacts__info-item_mail {
        width: calc(100% - 80px);
        -ms-flex-order: 2;
        order: 2;
    }
    .contacts-r {
        margin-left: calc((100vw - 100%) / -2);
    }
}

@media (max-width: 767px) {
    .contacts-l {
        padding-top: 125px;
        padding-bottom: 80px;
    }
    .contacts-title {
        margin-bottom: 40px;
    }
    .contacts__info {
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .contacts__info-item {
        margin-right: 0;
    }
    .contacts__info-item_adress,
    .contacts__info-item_mail {
        width: 100%;
    }
    .contacts__info-item_adress {
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0;
    }
    .contacts__info-item_mail {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
    .contacts__info-item_mail:last-child {
        margin-bottom: 30px;
    }
    .contacts__info-item-title {
        padding-right: 40px;
        text-align: center;
    }
    .contacts-map {
        min-height: 440px;
    }
}

.hero-slider_dark .hero-slider__item-title,
.hero-slider_dark .hero-slider__item-desc {
    color: #2F1D1B;
}

.hero-slider_dark .hero-slider__item-desc {
    font-weight: normal;
}

.hero-slider_dark .hero-slider__item-btn span {
    color: #9E9586;
    font-weight: normal;
}

.hero-slider__item {
    position: relative;
}

.hero-slider__item-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.hero-slider__item-bg-img-in {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .hero-slider__item-inner {
    min-height: 100vh;
    padding-top: 350px;
    padding: 350px 30px 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
} */

.hero-slider__item-inner {
    min-height: 100vh;
    padding-top: 350px;
    padding: 20vh 30px 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.hero-slider__item-inner_center {
    -ms-flex-align: center;
    align-items: center;
}

.hero-slider__item-inner_center .hero-slider__item-title,
.hero-slider__item-inner_center .hero-slider__item-desc {
    text-align: center;
}

.hero-slider__item-inner_center .hero-slider__item-desc {
    max-width: 770px;
}

.hero-slider__item-inner_right {
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero-slider__item-inner_right .hero-slider__item-title,
.hero-slider__item-inner_right .hero-slider__item-desc {
    text-align: right;
}

.hero-slider__item-title {
    font-size: 90px;
    line-height: 67px; /* 87 px*/
    margin-bottom: 40px;
    color: #fff;
    font-family: "Kuzanyan", sans-serif;
    max-width: 910px;
}

.hero-slider__item-desc {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 45px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 510px;
}

.hero-slider__item-btn-wrap {
    position: relative;
top:7vh;
}

.hero-slider__item-btn {
    min-width: 245px;
}

.hero-slider__bot {
    position: absolute;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 40px 0;
}

.hero-slider__bot_dark .hero-slider__bot-video-btn-title {
    color: #2F1D1B;
}

.hero-slider__bot-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-slider__nav {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 430px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: all;
}

.hero-slider__bot-in-l,
.hero-slider__bot-in-r {
    -ms-flex: 1;
    flex: 1;
}

.hero-slider__bot-in-l {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.hero-slider__bot-in-r {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hero-slider__bot-video-btn {
    position: relative;
    pointer-events: all;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 56px;
}

.hero-slider__bot-video-btn-title {
    position: relative;
    z-index: 1;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.hero-slider__bot-video-btn:hover .hero-slider__bot-video-btn-ico-wrap:before,
.hero-slider__bot-video-btn:active .hero-slider__bot-video-btn-ico-wrap:before {
    opacity: 0;
}

.hero-slider__bot-video-btn:hover .hero-slider__bot-video-btn-ico-wrap:after,
.hero-slider__bot-video-btn:active .hero-slider__bot-video-btn-ico-wrap:after {
    opacity: 1;
}

.hero-slider__bot-video-btn:hover .hero-slider__bot-video-btn-ico.hero-slider__bot-video-btn-ico-front,
.hero-slider__bot-video-btn:active .hero-slider__bot-video-btn-ico.hero-slider__bot-video-btn-ico-front {
    opacity: 0;
}

.hero-slider__bot-video-btn:hover .hero-slider__bot-video-btn-ico.hero-slider__bot-video-btn-ico-back,
.hero-slider__bot-video-btn:active .hero-slider__bot-video-btn-ico.hero-slider__bot-video-btn-ico-back {
    opacity: 1;
}

.hero-slider__bot-video-btn-ico-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero-slider__bot-video-btn-ico-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(to right, rgba(176, 146, 87, 0.5), rgba(246, 238, 181, 0.5));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
}

.hero-slider__bot-video-btn-ico-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #822727;
    transition: all 0.3s;
    opacity: 0;
}

.hero-slider__bot-video-btn-ico {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    z-index: 1;
    transition: all 0.3s;
}

.hero-slider__bot-video-btn-ico.hero-slider__bot-video-btn-ico-front {
    opacity: 1;
    fill: url(#main-svg-gradient);
}

.hero-slider__bot-video-btn-ico.hero-slider__bot-video-btn-ico-back {
    opacity: 0;
    fill: #fff;
}

@media (min-width: 1440px) and (max-height: 850px) {
    .hero-slider__item-inner {
        padding-top: 220px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1439px) {
    .hero-slider__item-inner {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        padding: 300px 30px 220px;
    }
    .hero-slider__item-inner_center .hero-slider__item-desc {
        max-width: 485px;
    }
    .hero-slider__item-desc {
        max-width: 485px;
        margin-bottom: 40px;
    }
    .hero-slider__bot-in {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }
    .hero-slider__bot-in:before {
        content: "";
        position: relative;
        display: block;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .hero-slider__nav {
        -ms-flex-order: 1;
        order: 1;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 55px;
    }
    .hero-slider__bot-in-l,
    .hero-slider__bot-in-r {
        -ms-flex-order: 3;
        order: 3;
    }
}

@media (max-width: 1439px) and (min-width: 768px) and (max-height: 850px) {
    .hero-slider__item-inner {
        padding-top: 200px;
    }
    .hero-slider__nav-btn-prev {
        margin-right: 10px;
    }
    .hero-slider__nav-btn-next {
        margin-left: 10px;
    }
    .hero-slider__bot-in:before {
        display: none;
    }
    .hero-slider__nav {
        -ms-flex-order: initial;
        order: initial;
        margin-bottom: 0;
        width: auto;
        margin-top: 30px;
    }
    .hero-slider__bot-in-l,
    .hero-slider__bot-in-r {
        -ms-flex-order: initial;
        order: initial;
    }
    .hero-slider__bot-video-btn {
        width: 100px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
        padding-left: 0;
        padding-top: 56px;
        text-align: center;
    }
    .hero-slider__bot-video-btn-ico-wrap {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .hero-slider__bot-video-btn-title {
        font-size: 10px;
        line-height: 12px;
        min-height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-slider__bot {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero-slider__nav {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .hero-slider__item-inner {
        padding: 44vw 0 170px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .hero-slider__item-title {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .hero-slider__item-desc {
        font-size: 16px;
        line-height: 21px;
        margin-left: -2px;
        margin-right: -2px;
    }
    .hero-slider__nav-btn-prev {
        margin-right: 10px;
    }
    .hero-slider__nav-btn-next {
        margin-left: 10px;
    }
    .hero-slider__bot-in:before {
        display: none;
    }
    .hero-slider__nav {
        -ms-flex-order: initial;
        order: initial;
        margin-bottom: 0;
        width: auto;
        margin-top: 30px;
    }
    .hero-slider__bot-in-l,
    .hero-slider__bot-in-r {
        -ms-flex-order: initial;
        order: initial;
    }
    .hero-slider__bot-video-btn {
        width: 100px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
        padding-left: 0;
        padding-top: 75px;
        text-align: center;
    }
    .hero-slider__bot-video-btn-ico-wrap {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .hero-slider__bot-video-btn-title {
        font-size: 10px;
        line-height: 12px;
        min-height: 36px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-slider__bot {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .hero-slider__bot-in {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.instagram {
    overflow: hidden;
    padding: 0 0 80px;
    position: relative;
    overflow: hidden;
}

.instagram:before {
    position: absolute;
    display: block;
    content: "";
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    .instagram:before {
        background: #1B1312 url("/images/insta-bg.png");
    }
}

@media (max-width: 767px) {
    .instagram:before {
        background: #1B1312 url("/images/insta-bg_mob.png");
    }
}

.instagram-c {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.instagram-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

.instagram-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
}

.instagram__info {
    padding-top: 275px;
    padding-left: 70px;
}

.instagram__title {
    margin-bottom: 15px;
    color: #fff;
}

.instagram__subtitle {
    margin-bottom: 95px;
    color: #B6AA9A;
}

.instagram__btn span {
    color: #B6AA9A;
}

.instagram-slider-c {
    width: 1050px;
}

.instagram-slider__nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 164px;
    right: 0;
    z-index: 1;
    transform: translateX(50%);
}

.instagram-slider__arrow-left {
    margin-right: 40px;
}

.instagram-slider__arrow-right {
    margin-left: 40px;
}

.instagram-slider__arrow-left:before,
.instagram-slider__arrow-left:after,
.instagram-slider__arrow-right:before,
.instagram-slider__arrow-right:after {
    width: 60px;
    height: 60px;
}

.instagram-slider__arrow-left:after,
.instagram-slider__arrow-right:after {
    background: rgba(232, 222, 205, 0.31);
    border-radius: 100%;
}

.instagram-slider__item-blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5px;
}

.instagram-slider__item-img-block {
    position: relative;
    width: 345px;
    height: 345px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.instagram-slider__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1439px) {
    .instagram:before {
        top: 50px;
    }
    .instagram-l {
        width: 58.3333333333%;
        padding-right: 15px;
    }
    .instagram-r {
        width: auto;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        padding-left: 15px;
    }
    .instagram-slider-c {
        width: 440px;
    }
    .instagram-slider__item-img-block {
        width: 215px;
        height: 215px;
    }
    .instagram-slider__item-img-block:nth-child(n+5) {
        display: none;
    }
    .instagram__title {
        margin-bottom: 25px;
    }
    .instagram__subtitle {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 45px;
    }
    .instagram-slider__nav {
        display: none;
    }
    .instagram__info {
        padding-top: 145px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .instagram {
        padding-bottom: 0;
        margin-bottom: -40px;
        position: relative;
        z-index: 1;
    }
    .instagram:before {
        top: 0;
        bottom: 40px;
    }
    .instagram-l {
        display: none;
    }
    .instagram-r {
        padding-left: 0;
    }
    .instagram__info {
        padding-top: 70px;
        padding-left: 0;
    }
    .instagram__title {
        margin-bottom: 20px;
    }
    .instagram__subtitle {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 40px;
    }
    .instagram__btn-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }
    .instagram__mob-imgs {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .instagram__mob-imgs::-webkit-scrollbar {
        display: none;
    }
    .swiper-mobile-gallery {
        width: 100%;
        overflow: visible;
    }
    .instagram__mob-imgs-item {
        position: relative;
        /* -ms-flex: 0 0 auto;
        flex: 0 0 auto;*/
        /*width: 210px;
        height: 210px;*/
        width: 100%;
        padding-bottom: 100%;
        margin-right: 10px;
    }
    .instagram__mob-imgs-item:last-child {
        margin-right: 0;
    }
    .instagram__mob-imgs-item-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.news {
    padding-top: 160px;
    padding-bottom: 140px;
    overflow: hidden;
}

.news .section-bg-title {
    top: -65px;
    right: -215px;
}

.news-container {
    position: relative;
}

.news__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}

.news__head .section-title {
    margin-bottom: 0;
}

.news__head-r {
    margin-left: auto;
}

.news__list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__list_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.news__list_wrap .news__item {
    margin-bottom: 50px;
}

.news__list_type-2 .news-card__img-container {
    margin-bottom: 20px;
}

.news__list_type-2 .news-card__date {
    margin-bottom: 25px;
}

.news__list_type-2 .news-card__title {
    padding-right: 0;
}

.news__list_type-2 .news-card__title:before {
    display: none;
}

.news__list_type-2 .news-card__desc {
    padding-right: 0;
}

.news__list.show-full .news__item {
    display: block;
}

.news__item {
    padding: 0 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    margin-bottom: 40px;
}

.news-card {
    display: block;
}

.news-card:hover .news-card__date,
.news-card:active .news-card__date {
    color: #8A7369;
}

.news-card:hover .news-card__title,
.news-card:active .news-card__title {
    color: #822727;
}

.news-card:hover .news-card__title:before,
.news-card:active .news-card__title:before {
    background: #822727;
}

.news-card:hover .news-card__desc,
.news-card:active .news-card__desc {
    color: #8A7369;
}

.news-card__img-container {
    padding-top: 67.445%;
    position: relative;
    margin-bottom: 25px;
}

.news-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card__date {
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    font-family: "Kuzanyan", sans-serif;
    opacity: 0.8;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.news-card__title {
    position: relative;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 20px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    transition: all 0.3s;
    padding-right: 40px;
}

.news-card__title:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: #D2C3A5;
    transition: all 0.3s;
    min-height: 4em;
}

.news-card__desc {
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    padding-right: 30px;
    transition: all 0.3s;
}

@media (max-width: 1599px) {
    .news {
        padding-top: 140px;
    }
    .news .section-bg-title {
        right: -95px;
    }
    .news__list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .news__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1439px) {
    .news {
        padding-bottom: 85px;
    }
    .news .section-bg-title {
        top: -35px;
        right: auto;
        left: 45px;
    }
    .news__head {
        margin-bottom: 60px;
    }
    .news__item {
        width: 50%;
    }
    .news__item:nth-child(n+3) {
        display: none;
    }
    .news__list_wrap .news__item:nth-child(n+3) {
        display: block;
    }
}

@media (max-width: 991px) {
    .news-card__title:before {
        display: none;
    }
}

@media (max-width: 767px) {
    .news {
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .news__head {
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .news__head-r {
        display: none;
    }
    .news-card__date {
        font-size: 14px;
        line-height: 20px;
    }
    .news-card__title {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .news-card__title:before {
        display: none;
    }
    .news-card__desc {
        display: none;
    }
    .news__list:not(.news__list_wrap) {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .news__list:not(.news__list_wrap)::-webkit-scrollbar {
        display: none;
    }
    .news__list_wrap .news__item {
        padding-left: 15px;
        padding-bottom: 50px;
        padding-right: 15px;
    }
    .news__list_wrap .news-card__desc {
        display: block;
        text-align: center;
    }
    .news__list_wrap .news-card__date {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .news__list_wrap .news-card__title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 25px;
        text-align: center;
    }
    .news__item {
        width: 100%;
        padding: 0;
        margin-right: 10px;
    }
    .news__item:nth-child(n+3) {
        display: block;
    }
    .news__item:last-child {
        margin-right: 0;
    }
}

.wine-tours {
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.wine-tours .section-bg-title {
    top: 0;
    left: -136px;
}

.wine-tours-container {
    position: relative;
}

.wine-tours-bg {
    position: absolute;
    top: 335px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1B1312;
    overflow: hidden;
}

.wine-tours-bg__img {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    max-width: initial;
}

.wine-tours__head {
    margin-bottom: 100px;
}

.wine-tours__head:last-child {
    margin-bottom: 0;
}

.wine-tours__head-row {
    display: -ms-flexbox;
    display: flex;
}

.wine-tours__head-row-2 {
    margin-top: -80px;
}

.wine-tours__head-row-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 25px;
}

.wine-tours__head-row-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
}

.wine-tours__head-img {
    width: 100%;
}

.wine-tours__title {
    padding-top: 105px;
}

.wine-tours__video-btn {
    display: block;
    position: relative;
    width: 100%;
}

.wine-tours__video-btn:hover .wine-tours__video-btn-ico-wrap:before,
.wine-tours__video-btn:active .wine-tours__video-btn-ico-wrap:before {
    opacity: 0;
}

.wine-tours__video-btn:hover .wine-tours__video-btn-ico-wrap:after,
.wine-tours__video-btn:active .wine-tours__video-btn-ico-wrap:after {
    opacity: 1;
}

.wine-tours__video-btn:hover .wine-tours__video-btn-ico.wine-tours__video-btn-ico-front,
.wine-tours__video-btn:active .wine-tours__video-btn-ico.wine-tours__video-btn-ico-front {
    opacity: 0;
}

.wine-tours__video-btn:hover .wine-tours__video-btn-ico.wine-tours__video-btn-ico-back,
.wine-tours__video-btn:active .wine-tours__video-btn-ico.wine-tours__video-btn-ico-back {
    opacity: 1;
}

.wine-tours__video-btn-img {
    width: 100%;
}

.wine-tours__video-btn-ico-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wine-tours__video-btn-ico-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(to right, #b09257, #f6eeb5);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
}

.wine-tours__video-btn-ico-wrap:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #822727;
    transition: all 0.3s;
    opacity: 0;
}

.wine-tours__video-btn-ico {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%);
    z-index: 1;
    transition: all 0.3s;
    width: 27px;
    height: 34px;
}

.wine-tours__video-btn-ico.wine-tours__video-btn-ico-front {
    opacity: 1;
    fill: url(#main-svg-gradient);
}

.wine-tours__video-btn-ico.wine-tours__video-btn-ico-back {
    opacity: 0;
    fill: #fff;
}

.wine-tours__head-desc {
    max-width: 480px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 25px;
    color: #B6AA9A;
}

.wine-tours__head-desc_mw-100per {
    max-width: 100%;
}

.wine-tours__head-info {
    padding-top: 200px;
    padding-left: 70px;
}

.wine-tours__choose-title {
    color: #DACFC4;
    margin-bottom: 70px;
}

.wine-tours__choose-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wine-tours__choose-list.show-full .wine-tours__choose-item {
    display: block;
}

.wine-tours__choose-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding: 0 25px;
    margin-bottom: 40px;
}

.wine-tours__choose-card {
    display: block;
}

.wine-tours__choose-card:hover .wine-tours__choose-card-title,
.wine-tours__choose-card:active .wine-tours__choose-card-title {
    color: #fff;
}

.wine-tours__choose-card:hover .wine-tours__choose-card-desc,
.wine-tours__choose-card:active .wine-tours__choose-card-desc {
    color: #E1D9CD;
}

.wine-tours__choose-card-img-container {
    padding-top: 67.445%;
    position: relative;
    margin-bottom: 25px;
}

.wine-tours__choose-card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wine-tours__choose-card-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
    font-family: "Kuzanyan", sans-serif;
    color: #DACFC4;
    transition: all 0.3s;
}

.wine-tours__choose-card-desc {
    font-size: 16px;
    line-height: 24px;
    color: #B6AA9A;
    transition: all 0.3s;
}

@media (max-width: 1599px) {
    .wine-tours .section-bg-title {
        top: -20px;
    }
    .wine-tours__head-row-l {
        padding-right: 15px;
    }
    .wine-tours__head-row-r {
        padding-left: 15px;
    }
    .wine-tours__title {
        padding-top: 45px;
        margin-bottom: 60px;
    }
    .wine-tours__head-row-2 {
        margin-top: -50px;
    }
    .wine-tours-bg {
        top: 290px;
    }
    .wine-tours__head-info {
        padding-top: 140px;
    }
    .wine-tours-bg__img {
        right: -540px;
    }
    .wine-tours__choose-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wine-tours__choose-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1439px) {
    .wine-tours {
        padding-top: 50px;
    }
    .wine-tours .section-bg-title {
        top: -50px;
        left: -15px;
    }
    .wine-tours__head-row-1 {
        margin-bottom: 40px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wine-tours__head-row-1 .wine-tours__head-row-l {
        width: 100%;
        padding-right: 0;
    }
    .wine-tours__head-row-1 .wine-tours__head-row-r {
        width: 100%;
        padding-left: 0;
    }
    .wine-tours__head-row-2 {
        margin-top: 0;
    }
    .wine-tours__head-row-2 .wine-tours__head-row-l {
        width: 58.3333333333%;
    }
    .wine-tours__head-row-2 .wine-tours__head-row-r {
        width: auto;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .wine-tours__title {
        max-width: 420px;
        padding-top: 0;
        margin-bottom: 30px;
    }
    .wine-tours__video-btn {
        width: 100%;
    }
    .wine-tours__head-info {
        padding-top: 0;
        padding-left: 0;
    }
    .wine-tours__head-desc {
        margin-bottom: 45px;
    }
    .wine-tours__choose-item {
        width: 50%;
    }
    .wine-tours__choose-item:nth-child(n+3) {
        display: none;
    }
    .wine-tours__choose-card-title {
        margin-bottom: 0;
    }
    .wine-tours__choose-card-desc {
        display: none;
    }
    .wine-tours-bg {
        top: 315px;
    }
    .wine-tours-bg__img {
        top: 360px;
        right: -620px;
    }
}

@media (max-width: 767px) {
    .wine-tours {
        padding-bottom: 75px;
    }
    .wine-tours__title {
        margin-bottom: 40px;
    }
    .wine-tours__video-btn-ico-wrap {
        transform: translate(-50%, -50%) scale(0.5);
    }
    .wine-tours__head-row-1 {
        margin-bottom: 35px;
    }
    .wine-tours__head-row-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wine-tours__head-row-2 .wine-tours__head-row-l {
        display: none;
    }
    .wine-tours__head-row-2 .wine-tours__head-row-l,
    .wine-tours__head-row-2 .wine-tours__head-row-r {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0;
    }
    .wine-tours__head-desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .wine-tours__head {
        margin-bottom: 70px;
    }
    .wine-tours__choose-title {
        margin-bottom: 40px;
    }
    .wine-tours__choose-list {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .wine-tours__choose-list::-webkit-scrollbar {
        display: none;
    }
    .wine-tours__choose-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-right: 10px;
        padding: 0;
        margin-bottom: 0;
    }
    .wine-tours__choose-item:last-child {
        margin-right: 0;
    }
    .wine-tours__choose-item:nth-child(n+3) {
        display: block;
    }
    .wine-tours__choose-card-title {
        font-size: 25px;
        line-height: 30px;
    }
    .wine-tours-bg {
        top: 270px;
    }
    .wine-tours-bg__img {
        top: -100px;
        right: -1070px;
    }
}

.p-levgol {
    padding-bottom: 130px;
    overflow: hidden;
}

.p-levgol__main-img-c {
    position: relative;
    height: 645px;
}

.p-levgol__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-levgol__desc {
    max-width: 970px;
}

@media (max-width: 1439px) {
    .p-levgol__main-img-c {
        height: 500px;
    }
    .p-levgol__main-img {
        object-position: center right;
    }
}

@media (max-width: 767px) {
    .p-levgol__main-img-c {
        height: 270px;
    }
    .p-levgol {
        padding-bottom: 80px;
    }
    .p-levgol__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-levgol__info {
    position: relative;
    overflow: hidden;
    margin-top: -165px;
}

.p-levgol__info-head,
.p-levgol__info-block {
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-levgol__info-head-l,
.p-levgol__info-block-l {
    position: relative;
    padding-right: 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.p-levgol__info-head-r,
.p-levgol__info-block-r {
    position: relative;
    padding-left: 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.p-levgol__info-block:last-child {
    margin-bottom: 0;
}

.p-levgol__info-head-r-in {
    padding-top: 230px;
    padding-left: 70px;
}

.p-levgol__info-head-title {
    margin-bottom: 55px;
}

.p-levgol__info-head-bio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-levgol__info-head-bio-item {
    margin-right: 45px;
    position: relative;
    padding-left: 0;
}

.p-levgol__info-head-bio-item:last-child {
    margin-right: 0;
}

.p-levgol__info-head-bio-item-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
}

.p-levgol__info-head-bio-item-desc {
    font-size: 18px;
    line-height: 26px;
    color: #2F1D1B;
}

.p-levgol__info-img {
    width: 100%;
}

.p-levgol__info-block-full {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 80px;
}

.p-levgol__info-block-1 .p-levgol__info-block-l-in {
    padding-top: 65px;
}

.p-levgol__info-block-2 .p-levgol__info-block-r-in {
    padding-top: 25px;
}

.p-levgol__info-block-l-in,
.p-levgol__info-block-r-in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-levgol__info-block-l-in_align-end,
.p-levgol__info-block-r-in_align-end {
    -ms-flex-align: end;
    align-items: flex-end;
}

.p-levgol__info-block-l-in_align-start,
.p-levgol__info-block-r-in_align-start {
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-levgol__info-block-l-in_pr-70px,
.p-levgol__info-block-r-in_pr-70px {
    padding-right: 70px;
}

.p-levgol__info-block-l-in_pl-70px,
.p-levgol__info-block-r-in_pl-70px {
    padding-left: 70px;
}

.p-levgol__info-block-desc {
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    margin-bottom: 60px;
}

.p-levgol__info-block-desc:last-child {
    margin-bottom: 0;
}

.p-levgol__info-block-desc p {
    margin-bottom: 20px;
}

.p-levgol__info-block-desc p:last-child {
    margin-bottom: 0;
}

.p-levgol__info-block-blockquote {
    padding: 0 60px;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-family: "Kuzanyan", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #2F1D1B;
}

.p-levgol__info-block-blockquote:last-child {
    margin-bottom: 0;
}

.p-levgol__info-block-blockquote:before,
.p-levgol__info-block-blockquote:after {
    position: absolute;
    display: block;
    content: "";
    width: 38px;
    height: 39px;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-levgol__info-block-blockquote:before {
    top: 0;
    left: 10px;
    background-image: url("/local/templates/main_v2/styles/../fonts/blockquote-left.svg");
}

.p-levgol__info-block-blockquote:after {
    bottom: 0;
    right: 10px;
    background-image: url("/local/templates/main_v2/styles/../fonts/blockquote-right.svg");
}

.p-levgol__info-block-big-blockquote {
    padding: 0 100px;
    position: relative;
    text-align: center;
    font-family: "Kuzanyan", sans-serif;
    font-size: 30px;
    line-height: 42px;
    color: #2F1D1B;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.p-levgol__info-block-big-blockquote:last-child {
    margin-bottom: 0;
}

.p-levgol__info-block-big-blockquote:before,
.p-levgol__info-block-big-blockquote:after {
    position: absolute;
    display: block;
    content: "";
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-levgol__info-block-big-blockquote:before {
    top: 0;
    left: 0;
    background-image: url("/local/templates/main_v2/styles/../fonts/blockquote-left.svg");
}

.p-levgol__info-block-big-blockquote:after {
    bottom: 0;
    right: 0;
    background-image: url("/local/templates/main_v2/styles/../fonts/blockquote-right.svg");
}

.p-levgol__info-block-img-wrap {
    width: 670px;
}

.p-levgol__info-block-img-wrap.p-levgol__info-block-img-wrap_full {
    width: 100%;
}

.p-levgol__info-block-img-wrap {
    position: relative;
    margin-bottom: 50px;
}

.p-levgol__info-block-img-wrap:last-child {
    margin-bottom: 0;
}

.p-levgol__info-block-img {
    width: 100%;
}

@media (max-width: 1599px) {
    .p-levgol__info {
        margin-top: -125px;
    }
    .p-levgol__info-head-l,
    .p-levgol__info-block-l {
        padding-right: 15px;
    }
    .p-levgol__info-head-r,
    .p-levgol__info-block-r {
        padding-left: 15px;
    }
    .p-levgol__info-head-r-in {
        padding-top: 195px;
        padding-left: 40px;
    }
    .p-levgol__info-block-l-in_pr-70px,
    .p-levgol__info-block-r-in_pr-70px {
        padding-right: 0;
    }
    .p-levgol__info-block-l-in_pl-70px,
    .p-levgol__info-block-r-in_pl-70px {
        padding-left: 0;
    }
    .p-levgol__info-block-r-in:not(.p-levgol__info-block-r-in_pl-70px) {
        padding-left: 100px;
    }
    .p-levgol__info-block-l-in:not(.p-levgol__info-block-l-in_pr-70px) {
        padding-right: 100px;
    }
}

@media (max-width: 1439px) {
    .p-levgol__info {
        margin-top: -60px;
    }
    .p-levgol__info-head-r-in {
        padding-top: 80px;
        padding-left: 0;
    }
    .p-levgol__info-head-title {
        margin-bottom: 30px;
    }
    .p-levgol__info-head-bio {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-levgol__info-head-bio-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .p-levgol__info-head-bio-item:last-child {
        margin-bottom: 0;
    }
    .p-levgol__info-head-bio-item-title {
        margin-bottom: 10px;
    }
    .p-levgol__info-img-container {
        height: 450px;
        position: relative;
    }
    .p-levgol__info-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .p-levgol__info-block-r,
    .p-levgol__info-block-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0;
        width: 100%;
    }
    .p-levgol__info-block-r-in,
    .p-levgol__info-block-l-in {
        padding-top: 0;
    }
    .p-levgol__info-block {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-levgol__info-block .p-levgol__info-block-r-in,
    .p-levgol__info-block .p-levgol__info-block-l-in {
        padding-top: 0;
    }
    .p-levgol__info-block-r-in:not(.p-levgol__info-block-r-in_pl-70px) {
        padding-left: 0;
    }
    .p-levgol__info-block-l-in:not(.p-levgol__info-block-l-in_pr-70px) {
        padding-right: 0;
    }
    .p-levgol__info-block-desc {
        margin-bottom: 30px;
    }
    .p-levgol__info-block-blockquote {
        max-width: 545px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-levgol__info-block-img-wrap {
        margin-bottom: 30px;
        width: 100%;
    }
    .p-levgol__info-block-full {
        -ms-flex-order: -1;
        order: -1;
    }
    .p-levgol__info-block-2 {
        margin-bottom: 30px;
    }
    .p-levgol__info-block-2 .p-levgol__info-block-l {
        -ms-flex-order: 1;
        order: 1;
    }
    .p-levgol__info-block-blockquote {
        margin-bottom: 50px;
    }
    .p-levgol__info-block-big-blockquote {
        max-width: 593px;
        padding: 0;
    }
    .p-levgol__info-block-big-blockquote:before {
        left: auto;
        right: 100%;
    }
    .p-levgol__info-block-big-blockquote:after {
        right: auto;
        left: 100%;
    }
    .p-levgol__info-block-5 .p-levgol__info-block-l {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .p-levgol__info {
        margin-top: 40px;
    }
    .p-levgol__info-head-l {
        width: 100%;
        padding: 0;
        -ms-flex-order: 2;
        order: 2;
    }
    .p-levgol__info-head-r {
        width: 100%;
        padding: 0;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
    .p-levgol__info-head-r-in {
        padding-top: 0;
    }
    .p-levgol__info-head-bio-item {
        padding-right: 35px;
    }
    .p-levgol__info-head-bio-item-title,
    .p-levgol__info-head-bio-item-desc {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
    }
    .p-levgol__info-img-container {
        height: 100vw;
    }
    .p-levgol__info-block-desc {
        text-align: center;
    }
    .p-levgol__info-block-img-wrap {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-levgol__info-block-img-wrap.p-levgol__info-block-img-wrap_full {
        width: auto;
    }
    .p-levgol__info-block-blockquote {
        padding-left: 40px;
        padding-right: 40px;
    }
    .p-levgol__info-block-blockquote:before {
        left: -15px;
        width: 50px;
        height: 50px;
    }
    .p-levgol__info-block-blockquote:after {
        width: 50px;
        height: 50px;
        right: -15px;
    }
    .p-levgol__info-block {
        margin-bottom: 30px;
    }
    .p-levgol__info-block-full {
        margin-top: 30px;
    }
    .p-levgol__info-block-big-blockquote {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 25px;
        line-height: 35px;
    }
    .p-levgol__info-block-big-blockquote:before,
    .p-levgol__info-block-big-blockquote:after {
        width: 50px;
        height: 50px;
    }
    .p-levgol__info-block-big-blockquote:before {
        right: auto;
        left: -15px;
    }
    .p-levgol__info-block-big-blockquote:after {
        left: auto;
        right: -15px;
    }
    .p-levgol__info-block-5 .p-levgol__info-block-l {
        margin-bottom: 20px;
    }
}

.levgol-slider-c {
    /*position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 935px;
    margin-bottom: 50px;*/
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*width: 49vw;*/
    width: 139%;
    margin-bottom: 50px;
}

.levgol-slider-c:last-child {
    margin-bottom: 0;
}

.levgol-slider__nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 55px;
    z-index: 1;
}

.levgol-slider__nav_right {
    right: 0;
    transform: translateX(50%);
}

.levgol-slider__nav_left {
    left: 0;
    transform: translateX(-50%);
}

.levgol-slider__arrow-left {
    margin-right: 35px;
}

.levgol-slider__arrow-right {
    margin-left: 35px;
}

.levgol-slider__item-img-wrap {
    /* width: 100%;
    position: relative;
    height: 600px;*/
    width: 100%;
    position: relative;
    /* height: 55vh;*/
    padding-bottom: 62%;
}

.levgol-slider__item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1439px) {
    .levgol-slider-c {
        width: 100%;
    }
    .levgol-slider__item-img-wrap {
        height: auto;
        padding-bottom: 67%;
    }
    .levgol-slider__item-img {
        /* position: relative;
        height: auto;*/
    }
    .levgol-slider__nav {
        bottom: -25px;
        transform: none;
        left: 0;
        right: 0;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .levgol-slider-c {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }
}

.p-news-inner__another-news__title {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .p-news-inner__another-news__title {
        margin-bottom: 90px;
    }
}

@media (max-width: 1439px) {
    .another-news__list .news__item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .p-news-inner__another-news__title {
        margin-bottom: 50px;
    }
    .another-news__list .news__item:nth-child(n+2) {
        display: none;
    }
}

.p-news-inner__article {
    margin-bottom: 140px;
}

.p-news-inner__article .btn-def:before {
    background: #E7DECD;
    border: 1px solid #E7DECD;
    -webkit-mask: none;
    mask: none;
}

.p-news-inner__article-block {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
}

.p-news-inner__article-block h2 {
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 40px;
}

.p-news-inner__article-block b,
.p-news-inner__article-block strong {
    font-weight: 600;
}

.p-news-inner__article-block p {
    text-align: justify;
    margin-bottom: 10px;
}

.p-news-inner__article-block p:last-child {
    margin-bottom: 0;
}

.p-news-inner__article-block figure {
    display: block;
    margin-bottom: 80px;
    overflow: hidden;
}

.p-news-inner__article-block figure:last-child {
    margin-bottom: 0;
}

.p-news-inner__article-block img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.p-news-inner__article-text-cols,
.p-news-inner__article-imgs-cols {
    margin: 0 -25px 80px;
    display: -ms-flexbox;
    display: flex;
}

.p-news-inner__article-text-cols:last-child,
.p-news-inner__article-imgs-cols:last-child {
    margin-bottom: 0;
}

.p-news-inner__article-text-col,
.p-news-inner__article-imgs-col {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding: 0 25px;
}

@media (max-width: 1599px) {
    .p-news-inner__article-text-cols,
    .p-news-inner__article-imgs-cols {
        margin: 0 -15px 80px;
    }
    .p-news-inner__article-text-col,
    .p-news-inner__article-imgs-col {
        padding: 0 15px;
    }
}

@media (max-width: 1439px) {
    .p-news-inner__article-text-cols {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px;
    }
    .p-news-inner__article-text-col {
        width: 100%;
        margin-bottom: 10px;
    }
    .p-news-inner__article-text-col:last-child {
        margin-bottom: 0;
    }
    .p-news-inner__article-block {
        margin-bottom: 60px;
    }
    .p-news-inner__article-block figure {
        margin-bottom: 50px;
    }
}

.p-news-inner {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .p-news-inner {
        padding-bottom: 50px;
    }
}

.p-news-inner__main-info {
    margin-bottom: 0px;
    overflow: hidden;
}

.p-news-inner__main-info-c {
    text-align: justify;
    /* display: -ms-flexbox;
    display: flex;*/
    display: block;
}

.p-news-inner__main-info-r {
    text-align: justify;
}

.p-news-inner__main-info-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 25px;
    padding-bottom: 25px;
    float: left;
}

.p-news-inner__main-info-l.p-news-inner__main-info-l--right {
    float: right;
    padding-left: 25px;
    padding-right: 0;
    justify-content: flex-start;
}

.p-news-inner__main-info-l.p-news-inner__main-info-l--center {
    float: initial;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.p-news-inner__main-info-l.p-news-inner__main-info-l--center .p-news-inner__main-info-img-container {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    height: 75vh;
}

.p-news-inner__main-info-l.p-news-inner__main-info-l--center .p-news-inner__main-info-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.p-news-inner__main-info-l.p-news-inner__main-info-l--top {
    float: initial;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.p-news-inner__main-info-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
}

.p-news-inner__main-info-date {
    font-size: 18px;
    font-family: "Kuzanyan", sans-serif;
    line-height: 25px;
    color: rgba(47, 29, 27, 0.6);
    margin-bottom: 40px;
}

.p-news-inner__main-info-date-title {
    margin-bottom: 40px;
}

.p-news-inner__main-info-desc {
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    margin-bottom: 1.5em;
}

.p-news-inner__main-info-desc p {
    margin-bottom: 10px;
}

.p-news-inner__main-info-desc p:last-child {
    margin-bottom: 0;
}

.p-news-inner__main-info-img-container {
    /*height: 800px;
    width: 935px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;*/
    /*height: 54vh;*/
    width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}

.p-news-inner__main-info-img {
    /*position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;*/
}

.p-news-inner__main-info-url {
    position: relative;
    padding-left: 40px;
    display: block;
    color: #594A49;
    transition: all 0.3s;
    margin-bottom: 40px;
}

.p-news-inner__main-info-url:hover,
.p-news-inner__main-info-url:active {
    color: #822727;
}

.p-news-inner__main-info-url-ico {
    position: absolute;
    top: 0;
    left: 0;
}

.p-news-inner__main-info-url-text {
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}

@media (max-width: 1599px) {
    .p-news-inner__main-info-l {
        padding-right: 15px;
    }
    .p-news-inner__main-info-r {
        padding-left: 15px;
    }
}

@media (max-width: 1439px) {
    .p-news-inner__main-info {
        margin-bottom: 80px;
    }
    .p-news-inner__main-info-c {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-news-inner__main-info-l {
        width: 100%;
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .p-news-inner__main-info-r {
        width: 100%;
        padding: 0;
    }
    .p-news-inner__main-info-date {
        margin-bottom: 20px;
    }
    .p-news-inner__main-info-img-container {
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
        /*height: 600px;*/
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media (max-width: 767px) {
    .p-news-inner__main-info-date {
        text-align: center;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
    }
    .p-news-inner__main-info-title {
        margin-bottom: 40px;
    }
    .p-news-inner__main-info-img-container {
        /*height: 330px;*/
    }
    .p-news-inner__main-info-url {
        padding-left: 35px;
        margin-bottom: 30px;
    }
    .p-news-inner__main-info-desc {
        text-align: justify;
        font-size: 16px;
        line-height: 22px;
    }
    .p-news-inner__article {
        text-align: center;
        margin-bottom: 60px;
    }
    .p-news-inner__article h2 {
        margin-bottom: 20px;
    }
    .p-news-inner__article figure {
        margin-bottom: 30px;
    }
    .p-news-inner__article-text-cols {
        margin-bottom: 30px;
    }
    .p-news-inner__article-imgs-cols {
        margin-left: -4px;
        margin-right: -4px;
    }
    .p-news-inner__article-imgs-col {
        padding: 0 4px;
    }
}

.p-news__cards-tabs {
    margin-bottom: 70px;
}

.p-news__cards-controls {
    margin-bottom: 45px;
    padding-bottom: 4px;
    white-space: nowrap;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-news__cards-controls::-webkit-scrollbar {
    display: none;
}

.p-news__cards-controls-list {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #F5F5F5;
}

.p-news__cards-controls-item {
    margin-right: 20px;
}

.p-news__cards-controls-item:first-child {
    margin-left: auto;
}

.p-news__cards-controls-item:last-child {
    margin-right: auto;
}

.p-news__cards-controls-btn {
    display: block;
    position: relative;
    font-family: "Kuzanyan", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: rgba(47, 29, 27, 0.7);
    padding: 0 30px 15px;
    transition: all 0.3s;
}

.p-news__cards-controls-btn:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    height: 4px;
    left: 0;
    right: 0;
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
    transition: transform 0.4s ease-out, background 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.p-news__cards-controls-btn:hover,
.p-news__cards-controls-btn:active,
.p-news__cards-controls-btn.active {
    color: #2F1D1B;
}

.p-news__cards-controls-btn:hover:before,
.p-news__cards-controls-btn:active:before,
.p-news__cards-controls-btn.active:before {
    transform: scaleX(1);
    transform-origin: left;
}

.p-news__cards-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .p-news__cards-controls {
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-news__cards-controls-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .p-news__cards-tabs {
        margin-bottom: 50px;
    }
    .p-news__cards-bottom-btn {
        width: 100%;
    }
}

.p-news {
    padding-bottom: 130px;
}

.p-news__head {
    margin-bottom: 110px;
}

@media (max-width: 1439px) {
    .p-news__head {
        margin-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .p-news {
        padding-bottom: 80px;
    }
    .p-news__head {
        margin-bottom: 0;
    }
}

.p-news__main-info {
    margin-bottom: 80px;
}

.p-news__main-info-c {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.p-news__main-info-l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 30px;
}

.p-news__main-info-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60%;
}

.p-news__main-info-img-wrap {
    position: relative;
    min-height: 100%;
    height: 497px;
    width: 100%;
}

.p-news__main-info-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-news__main-info-tag {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: "Kuzanyan", sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    color: #594A49;
    opacity: 0.8;
}

.p-news__main-info-title {
    margin-bottom: 30px;
}

.p-news__main-info-desc {
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    margin-bottom: 30px;
    max-width: 462px;
}

@media (max-width: 1599px) {
    .p-news__main-info-r {
        width: 50%;
    }
    .p-news__main-info-l {
        padding-right: 65px;
    }
}

@media (max-width: 1439px) {
    .p-news__main-info-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-news__main-info-l {
        padding-right: 0;
    }
    .p-news__main-info-r {
        width: 100%;
    }
    .p-news__main-info-title {
        margin-bottom: 20px;
        max-width: 585px;
    }
    .p-news__main-info-img-wrap {
        min-height: 1px;
        height: 300px;
        width: 100%;
        margin-bottom: 20px;
    }
    .p-news__main-info-desc {
        max-width: 410px;
        margin-bottom: 0;
    }
    .p-news__main-info-mob-extinfo {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .p-news__main-info-tag {
        text-align: center;
        margin-bottom: 15px;
    }
    .p-news__main-info-title {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-news__main-info-desc {
        text-align: center;
        max-width: initial;
        margin-bottom: 25px;
    }
    .p-news__main-info-img-wrap {
        width: auto;
        height: 75vw;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px;
    }
    .p-news__main-info-mob-extinfo {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-production {
    overflow: hidden;
}

.p-production__main-img-c {
    position: relative;
    height: 645px;
    margin-bottom: 100px;
    overflow: hidden;
}

.p-production__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-production__desc {
    max-width: 815px;
}

@media (max-width: 767px) {
    .p-production__main-img-c {
        height: 270px;
        margin-bottom: 80px;
    }
    .p-production__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-production__main-info {
    margin-bottom: 80px;
}

.p-production__main-info:last-child {
    margin-bottom: 0;
}

.p-production__main-info-item {
    margin-bottom: 80px;
    display: -ms-flexbox;
    display: flex;
}

.p-production__main-info-item:last-child {
    margin-bottom: 0;
}

.p-production__main-info-item_reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-production__main-info-item_reverse .p-production__main-info-item-l {
    padding-right: 0;
    padding-left: 70px;
}

.p-production__main-info-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 430px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
}

.p-production__main-info-item-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-production__main-info-item-title {
    margin-bottom: 40px;
}

.p-production__main-info-item-subtitle {
    font-family: "Kuzanyan", sans-serif;
    font-size: 30px;
    line-height: 33px;
    color: #2F1D1B;
    margin-bottom: 30px;
}

.p-production__main-info-item-desc {
    font-size: 16px;
    line-height: 23px;
    color: #594A49;
}

.p-production__main-info-item-img-container {
    height: 560px;
    position: relative;
}

.p-production__main-info-item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-production__main-info-full-item {
    position: relative;
}

.p-production__main-info-full-item-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.p-production__main-info-full-item-img-container {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.p-production__main-info-full-item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-production__main-info-full-item-content {
    position: relative;
}

.p-production__main-info-full-item-content {
    position: relative;
    min-height: 900px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.p-production__main-info-full-item-content .p-production__main-info-item-title {
    margin-bottom: 55px;
}

.p-production__main-info-full-item-content .p-production__main-info-item-title,
.p-production__main-info-full-item-content .p-production__main-info-item-subtitle,
.p-production__main-info-full-item-content .p-production__main-info-item-desc {
    color: #fff;
}

.p-production__main-info-full-item-content .p-production__main-info-item-title {
    max-width: 530px;
}

.p-production__main-info-full-item-content .p-production__main-info-item-desc {
    max-width: 585px;
}

.p-production__main-info-full-item-content .p-production__main-info-item-desc {
    max-width: 585px;
padding: 20px;
/*background: #00000091;*/
}

.p-production__main-info-full-item-content .p-production__main-info-item-subtitle {
    max-width: 540px;
    font-size: 25px;
}

.production-info-modal {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
}

.production-info-modal.active {
    opacity: 1;
}

.production-info-modal-ico {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 41px;
    line-height: 59px;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 1;
}

.production-info-modal-ico:before,
.production-info-modal-ico:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    border-radius: 50%;
    background: linear-gradient(to right, #b09257, #f6eeb5);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: all 0.3s;
}

.production-info-modal-ico:after {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}

.production-info-modal:hover .production-info-modal-content {
    pointer-events: all;
    visibility: visible;
}

.production-info-modal:hover .production-info-modal-ico {
    opacity: 0;
}

.production-info-modal:hover .production-info-modal-content-in {
    transform: translateX(0);
}

.production-info-modal:hover .production-info-modal-content-in-text {
    opacity: 1;
}

.production-info-modal_full-pos-1 {
    bottom: 21%;
    left: 7%;
}

.production-info-modal_full-pos-2 {
    top: 22%;
    right: 7%;
}

.production-info-modal_full-pos-3 {
    top: 21%;
    left: 25%;
}

.production-info-modal_full-pos-4 {
    bottom: 22%;
    right: 25%;
}

.production-info-modal_pos-1 {
    top: 38%;
    right: 26%;
}

.production-info-modal_pos-2 {
    bottom: 7%;
    left: 18%;
}

.production-info-modal_pos-3 {
    bottom: 23%;
    left: 4%;
}

.production-info-modal-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 335px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    pointer-events: none;
    visibility: hidden;
}

.production-info-modal-content_left {
    right: 0;
    border-radius: 0 37px 37px 0;
}

.production-info-modal-content_left .production-info-modal-content-in {
    padding: 5px 80px 5px 20px;
    transform: translateX(100%);
}

.production-info-modal-content_left .production-info-modal-content-in:before {
    right: 0;
}

.production-info-modal-content_right {
    left: 0;
    border-radius: 37px 0 0 37px;
}

.production-info-modal-content_right .production-info-modal-content-in {
    padding: 5px 20px 5px 80px;
    transform: translateX(-100%);
}

.production-info-modal-content_right .production-info-modal-content-in:before {
    left: 0;
}

.production-info-modal-content-in {
    background: #fff;
    min-height: 74px;
    text-align: center;
    font-family: "Kuzanyan", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2F1D1B;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s;
}

.production-info-modal-content-in:before {
    position: absolute;
    display: block;
    content: "!";
    width: 74px;
    height: 74px;
    font-family: "Kuzanyan";
    font-size: 41px;
    line-height: 54px;
    color: #000000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.production-info-modal-content-in-text {
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.3s;
}

@media (max-width: 1599px) {
    .p-production__main-info-item-l {
        width: 400px;
        padding-right: 30px;
    }
    .p-production__main-info-item_reverse .p-production__main-info-item-l {
        padding-left: 30px;
    }
}

@media (max-width: 1439px) {
    .p-production__main-info-item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-production__main-info-item-l {
        width: 100%;
        padding: 0;
    }
    .p-production__main-info-item-r {
        width: 100%;
        padding: 0;
    }
    .p-production__main-info-item-subtitle {
        /* max-width: 585px;*/
        margin-bottom: 40px;
    }
    .p-production__main-info-item-desc {
        margin-bottom: 30px;
        /*max-width: 525px;*/
    }
    .p-production__main-info-item_reverse .p-production__main-info-item-l {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .p-production__main-info-item-subtitle {
        text-align: center;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .p-production__main-info-item-desc {
        text-align: center;
        margin-bottom: 20px;
    }
    .p-production__main-info-item-img-container {
        margin-left: -20px;
        margin-right: -20px;
        height: auto;
        padding-top: 100%;
    }
    .p-production__main-info-full-item-content {
        min-height: 450px;
    }
    .p-production__main-info-full-item-content .p-production__main-info-item-title {
        margin-bottom: 20px;
    }
    .production-info-modal-content {
        width: 280px;
    }
    .production-info-modal_full-pos-1 {
        bottom: 10px;
        left: 10px;
    }
    .production-info-modal_full-pos-2 {
        top: 10px;
        right: 10px;
    }
    .production-info-modal_full-pos-3 {
        top: 10px;
        left: 10px;
    }
    .production-info-modal_full-pos-4 {
        bottom: 10px;
        right: 10px;
    }
    .production-info-modal_pos-1 {
        top: 10px;
        right: 10px;
    }
    .production-info-modal_pos-2 {
        bottom: 10px;
        left: 10px;
    }
    .production-info-modal_pos-3 {
        bottom: 10px;
        left: 10px;
    }
}

.p-rules {
    padding-bottom: 130px;
}

.p-rules__head {
    margin-bottom: 60px;
}

.p-rules__article {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 80px;
    text-align: justify;
    color: #594A49;
}

.p-rules__article center {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #594A49;
}

.p-rules__article .list-icon img {
    position: absolute;
    left: 0;
    top: 0;
}

.p-rules__article .list-icon>li {
    font-family: "Jost";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    min-height: 80px;
    font-size: 20px;
    line-height: 30px;
    color: #594A49;
    padding: 10px 0 10px 100px;
    margin: 0 0 10px;
}

.p-rules__article .list-icon>li li {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 27px;
    color: #594A49;
    padding-left: 20px;
}

.p-rules__article .list-icon>li li:before {
    width: 3px;
    height: 3px;
    top: 14px;
}

.p-rules__article .list-icon>li:before {
    display: none;
}

.p-rules__article h2 {
    font-family: "Kuzanyan";
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 50px;
    line-height: 55px;
    color: #2F1D1B;
}

.p-rules__article b,
.p-rules__article strong {
    font-weight: 600;
}

.p-rules__article ul {
    margin-bottom: 80px;
}

.p-rules__article ul:last-child {
    margin-bottom: 0;
}

.p-rules__article ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 25px;
}

.p-rules__article ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B09257;
    top: 8px;
    left: 0;
}

.p-rules__article ul li:last-child {
    margin-bottom: 0;
}

.p-rules__article p {
    margin-bottom: 25px;
}

.p-rules__article p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .p-rules {
        padding-bottom: 80px;
    }
    .p-rules__head {
        margin-bottom: 25px;
    }
    .p-rules__article h2 {
        text-align: center;
    }
    .p-rules__article {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 80px;
    }
    .p-rules__article ul {
        margin-bottom: 60px;
    }
    .p-rules__article ul li {
        padding-left: 20px;
    }
}

.p-search {
    overflow: hidden;
    padding-bottom: 130px;
}

.p-search .p-collections-in__wine-list {
    margin-bottom: -65px;
}

@media (max-width: 767px) {
    .p-search .p-collections-in__wine-list {
        margin-bottom: -50px;
    }
}

.p-search__head {
    padding-top: 125px;
    padding-bottom: 110px;
}

.p-search__form {
    max-width: 1140px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -ms-flexbox;
    display: flex;
}

.p-search__form-input-wrap {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.p-search__form-input {
    width: 100%;
    display: block;
    height: 60px;
    border: none;
    outline: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #B09257;
    padding: 0 15px 15px 35px;
    font-size: 50px;
    line-height: 45px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
}

.p-search__form-sbm-btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #B09257;
    margin-left: 15px;
    margin-top: 10px;
}

.p-search__form-sbm-btn .svg-icon-search {
    width: 35px;
    height: 35px;
    display: block;
}

@media (max-width: 767px) {
    .p-search {
        padding-bottom: 50px;
    }
    .p-search__head {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .p-search__form-input {
        height: 33px;
        padding: 0 8px 8px;
        font-size: 18px;
        line-height: 16px;
    }
    .p-search__form-sbm-btn {
        margin-top: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-right: 10px;
    }
    .p-search__form-sbm-btn .svg-icon-search {
        width: 25px;
        height: 25px;
    }
    .p-search__form {
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .p-search__form-clr-btn {
        margin-left: 10px;
        margin-top: 2px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #B09257;
    }
    .p-search__form-clr-btn svg {
        display: block;
        stroke: currentColor;
        stroke-width: 2px;
    }
}

.p-search__tabs-nav-c {
    position: relative;
    margin-bottom: 60px;
}

.p-search__tabs-nav-c:before {
    position: absolute;
    display: block;
    content: "";
    bottom: 2px;
    border-bottom: 2px solid #F5F5F5;
    height: 0;
    left: 0;
    right: 0;
}

.p-search__tabs-nav {
    padding-bottom: 4px;
    white-space: nowrap;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.p-search__tabs-nav::-webkit-scrollbar {
    display: none;
}

.p-search__tabs-nav-list {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex: 1;
    flex: 1;
}

.p-search__tabs-nav-item {
    margin-right: 65px;
}

.p-search__tabs-nav-item:first-child {
    margin-left: auto;
}

.p-search__tabs-nav-item:last-child {
    margin-right: auto;
}

.p-search__tabs-nav-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-family: "Kuzanyan", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #2F1D1B;
    padding: 0 0 25px;
    transition: all 0.3s;
}

.p-search__tabs-nav-btn:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -4px;
    height: 4px;
    left: 0;
    right: 0;
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
    transition: transform 0.4s ease-out, background 0.3s;
    transform: scaleX(0);
    transform-origin: right;
}

.p-search__tabs-nav-btn:hover:before,
.p-search__tabs-nav-btn:active:before,
.p-search__tabs-nav-btn.active:before {
    transform: scaleX(1);
    transform-origin: left;
}

.p-search__tabs-nav-btn span {
    margin-left: 10px;
    color: #b6aa9a;
    font-family: "Jost", sans-serif;
}

@media (max-width: 767px) {
    .p-search__tabs-nav-btn {
        padding-bottom: 15px;
        font-size: 16px;
        line-height: 18px;
    }
    .p-search__tabs-nav-item {
        margin-right: 50px;
    }
    .p-search__tabs-nav-c {
        margin-bottom: 10px;
    }
}

.p-stores__cards {
    margin-bottom: 140px;
    overflow: hidden;
}

.p-stores__cards-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px -50px;
}

.p-stores__cards-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    margin-bottom: 50px;
    padding: 0 25px;
}

.p-stores__cards-link {
    display: block;
}

.stores2 {
    background: url(/images/form-bg.png) no-repeat center;
    background-size: cover;
    padding: 100px 0 55px;
}

.stores-card__img-container {
    height: 290px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.stores-card__img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stores-card__title {
    /* font-size: 30px;*/
    font-size: 24px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.stores-card__info-item {
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
}

.stores-card__info-item:last-child {
    margin-bottom: 0;
}

.stores-card__info-item-img-c {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30px;
    margin-right: 3px;
}

.stores-card__info-item-img {
    transition: all 0.3s;
    display: block;
}

.stores-card__info-item-img.svg-icon-adress-pin {
    margin-left: 3px;
    margin-top: 5px;
}

.stores-card__info-item-title {
    transition: all 0.3s;
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
}

.stores-card__info-item-title a {
    display: block;
}

.stores-card__info-item-title a:hover,
.stores-card__info-item-title a:active {
    color: #822727;
}

@media (max-width: 1599px) {
    .p-stores__cards-list {
        margin: 0 -15px -50px;
    }
    .p-stores__cards-item {
        padding: 0 15px;
    }
}

@media (max-width: 1439px) {
    .p-stores__cards-list {
        margin: 0 -15px -40px;
    }
    .p-stores__cards-item {
        margin-bottom: 40px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .p-stores__cards {
        margin-bottom: 80px;
    }
    .p-stores__cards-list {
        margin-bottom: -60px;
    }
    .p-stores__cards-item {
        width: 100%;
        margin-bottom: 60px;
    }
    .stores-card__title {
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }
}

.p-stores {
    overflow: hidden;
}

.p-stores__info {
    overflow: hidden;
}

.p-stores__info-head-title {
    margin-bottom: 70px;
}

.p-stores__info-head-slider__nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: 115px;
}

.p-stores__info-head-slider__item-img-wrap {
    position: relative;
    height: 645px;
    overflow: hidden;
}

.p-stores__info-head-slider__item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-stores__info-section-desc {
    font-family: "Kuzanyan";
}

.p-stores__info-section-1 {
    margin-top: -120px;
    padding-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.p-stores__info-section-1 .p-stores__info-section-1-bg {
    position: absolute;
    display: block;
    content: "";
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    top: 0;
    bottom: 0;
    background: #FDF9F0;
}

.p-stores__info-section-1-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(41.6666666667% - var(--col-gap));
    margin-right: 170px;
    position: relative;
    z-index: 1;
}

.p-stores__info-section-1-r {
    padding-right: 55px;
    padding-top: 195px;
    position: relative;
}

.p-stores__info-section-1-img-container {
    position: relative;
    z-index: 1;
}

.p-stores__info-section-1-img {
    max-width: initial;
    width: 820px;
}

.p-stores__info-section-2 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.p-stores__info-section-2-l {
    padding-top: 90px;
    padding-left: 70px;
    padding-right: 100px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - var(--col-gap));
}

.p-stores__info-section-2-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.p-stores__info-section-2-slider {
    width: 985px;
}

.p-stores__info-section-2-slider__item-img {
    width: 100%;
}

.p-stores__info-section-2-slider__nav {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    bottom: 205px;
    transform: translateX(-50%);
    z-index: 1;
}

.p-stores__info-section-3 {
    margin-top: -145px;
    min-height: 900px;
    position: relative;
}

.p-stores__info-section-3-bg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100vw;
}

.p-stores__info-section-3-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.p-stores__info-section-3-r {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 510px;
    padding-right: 70px;
    padding-left: 120px;
    padding-bottom: 30px;
    margin-left: auto;
    width: 50%;
}

.p-stores__info-section-3-title,
.p-stores__info-section-3-desc {
    color: #fff;
}

.p-stores__info-section-3-desc {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 1599px) {
    .p-stores__info-section-1 {
        margin-top: -90px;
    }
    .p-stores__info-section-1-r {
        padding-top: 160px;
        padding-left: 0;
    }
    .p-stores__info-section-1-l {
        margin-right: 30px;
    }
    .p-stores__info-section-1-img {
        width: 680px;
    }
    .p-stores__info-section-2-l {
        width: calc(41.6666666667% + var(--col-gap));
        padding-top: 90px;
        padding-right: 15px;
        padding-left: 0;
    }
    .p-stores__info-section-3-r {
        padding-left: 15px;
    }
}

@media (max-width: 1439px) {
    .p-stores__info-head-slider__nav {
        margin-bottom: 40px;
    }
    .p-stores__info-head-slider__item-img-wrap {
        height: 480px;
    }
    .p-stores__info-section-1 {
        margin-top: -75px;
        padding-bottom: 75px;
    }
    .p-stores__info-section-1-img {
        width: auto;
        height: 100%;
    }
    .p-stores__info-section-1-r {
        padding-top: 115px;
        padding-right: 0;
    }
    .p-stores__info-section-2-l {
        width: calc(50% - 15px);
        margin-right: 30px;
        padding: 90px 0 30px 0;
    }
    .p-stores__info-section-2-slider__item-img {
        width: 890px;
    }
    .p-stores__info-section-2-slider__nav {
        bottom: 40px;
    }
    .p-stores__info-section-3 {
        margin-top: -65px;
        min-height: 695px;
    }
    .p-stores__info-section-3-r {
        padding-top: 290px;
        width: 66.6666666667%;
        padding-left: 15px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .p-stores__info-head-title {
        margin-bottom: 30px;
    }
    .p-stores__info-head-slider__item-img-wrap {
        height: 85vw;
    }
    .p-stores__info-head {
        margin-bottom: 75px;
    }
    .p-stores__info-section-1 {
        margin-top: -200px;
    }
    .p-stores__info-section-1-l {
        width: 100%;
        margin-right: 0;
    }
    .p-stores__info-section-1-r {
        padding-top: 200px;
        margin-bottom: 20px;
    }
    .p-stores__info-section-1 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-stores__info-section-desc {
        text-align: center;
    }
    .p-stores__info-head-slider__nav {
        bottom: auto;
        top: 100%;
        left: 0;
        right: 0;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .p-stores__info-section-1-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }
    .p-stores__info-section-1-img-container {
        height: 80vw;
        width: 100%;
    }
    .p-stores__info-section-2 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-stores__info-section-2-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }
    .p-stores__info-section-2-slider__item-img {
        width: 100%;
    }
    .p-stores__info-section-2-slider {
        width: 100%;
    }
    .p-stores__info-section-2-slider-c {
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-stores__info-section-2-slider__nav {
        bottom: auto;
        top: 100%;
        left: 0;
        right: 0;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
        transform: none;
    }
    .p-stores__info-section-2-l {
        margin-right: 0;
        width: 100%;
        padding: 0;
    }
    .p-stores__info-section-2 {
        margin-bottom: 40px;
    }
    .p-stores__info-section-3 {
        margin-top: 0;
        min-height: 730px;
    }
    .p-stores__info-section-3-r {
        width: 100%;
        padding-top: 215px;
        padding-left: 0;
        text-align: center;
    }
}

.p-tour {
    overflow: hidden;
    padding-bottom: 130px;
}

@media (max-width: 767px) {
    .p-tour {
        padding-bottom: 80px;
    }
}

.p-tour__main-info {
    margin-bottom: 110px;
}

.p-tour__main-info-c {
    display: -ms-flexbox;
    display: flex;
}

.p-tour__main-info-l {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.p-tour__main-info-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-tour__main-info-title {
    margin-bottom: 20px;
}

.p-tour__main-info-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: rgba(47, 29, 27, 0.5);
    text-transform: uppercase;
    margin-bottom: 45px;
}

.p-tour__main-info-desc {
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
    margin-bottom: 60px;
}

.p-tour__main-info-addinfo .p-wine-tours__cards-item-info-col {
    margin-right: 35px;
}

.p-tour__main-info-addinfo .p-wine-tours__cards-item-info-col-1 .p-wine-tours__cards-item-info-img-container {
    margin-right: 12px;
}

.p-tour__main-info-bot-btns {
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.p-tour__main-info-bot-btn {
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}

.p-tour__main-info-bot-btn:last-child {
    margin-right: 0;
}

@media (max-width: 1599px) {
    .p-tour__main-info-l {
        width: calc(41.6666666667% + 15px);
        padding-right: 0;
    }
    .p-tour__main-info-r {
        width: calc(58.3333333333% - 15px);
        padding-left: 85px;
    }
    .p-tour__main-info-addinfo .p-wine-tours__cards-item-info-col {
        margin-right: 25px;
    }
}

@media (max-width: 1439px) {
    .p-tour__main-info {
        margin-bottom: 35px;
    }
    .p-tour__main-info-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-tour__main-info-l {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 75px;
    }
    .p-tour__main-info-r {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .p-tour__main-info-desc {
        margin-bottom: 50px;
    }
    .p-tour__main-info-addinfo.p-wine-tours__cards-item-info {
        margin-bottom: 55px;
    }
    .p-tour__main-info-addinfo .p-wine-tours__cards-item-info-col {
        margin-right: 60px;
    }
    .p-tour__main-info-bot-btns {
        padding-bottom: 0;
    }
    .p-tour__main-info-bot-btn {
        margin-right: 45px;
    }
}

@media (max-width: 767px) {
    .p-tour__main-info {
        margin-bottom: 10px;
    }
    .p-tour__main-info-subtitle {
        text-align: center;
        margin-bottom: 20px;
    }
    .p-tour__main-info-l {
        margin-bottom: 50px;
    }
    .p-tour__main-info-desc {
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        margin-bottom: 30px;
    }
    .p-tour__main-info-addinfo {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-tour__main-info-addinfo.p-wine-tours__cards-item-info {
        max-width: 230px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-tour__main-info-addinfo .p-wine-tours__cards-item-info-col {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .p-tour__main-info-addinfo .p-wine-tours__cards-item-info-col:last-child {
        margin-bottom: 0;
    }
    .p-tour__main-info-bot-btns {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-tour__main-info-bot-btn {
        margin-right: 0;
        margin-bottom: 10px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-tour__main-info-bot-btn:last-child {
        margin-bottom: 0;
    }
}

.tour-slider-c {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 935px;
}

.tour-slider__nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 75px;
    right: 0;
    z-index: 1;
    transform: translateX(50%);
}

.tour-slider__arrow-left {
    margin-right: 35px;
}

.tour-slider__arrow-right {
    margin-left: 35px;
}

.tour-slider__item-img-wrap {
    width: 100%;
    position: relative;
    height: 800px;
    min-height: 100%;
}

.tour-slider__item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1439px) {
    .tour-slider-c {
        width: 100vw;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        position: static;
    }
    .tour-slider__item-img-wrap {
        height: 600px;
    }
    .tour-slider__nav {
        bottom: 40px;
        transform: none;
        width: 100%;
        max-width: 930px;
        left: 0;
        right: 0;
        margin: auto;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .tour-slider__nav {
        max-width: 708px;
    }
}

@media (max-width: 767px) {
    .tour-slider__item-img-wrap {
        height: auto;
        padding-top: 100%;
    }
    .tour-slider__nav {
        left: 0;
        bottom: 40px;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-tour__steps {
    margin-bottom: 140px;
    overflow: hidden;
}

.p-tour__steps-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    position: relative;
}

.p-tour__steps-item:last-child {
    margin-bottom: 0;
}

.p-tour__steps-item_reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-tour__steps-item_reverse .p-tour__steps-item-l {
    padding-right: 0;
    padding-left: 25px;
}

.p-tour__steps-item_reverse .p-tour__steps-item-r {
    padding-left: 0;
    padding-right: 25px;
}

.p-tour__steps-item_reverse .p-tour__steps-item-r .p-tour__steps-item-img-container {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.p-tour__steps-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 25px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-tour__steps-item-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.p-tour__steps-item-img-container {
    position: relative;
    width: 935px;
    height: 600px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.p-tour__steps-item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-tour__steps-item-in {
    position: relative;
    padding-left: 115px;
    padding-top: 155px;
}

.p-tour__steps-item-title {
    position: relative;
    max-width: 500px;
    margin-bottom: 35px;
}

.p-tour__steps-item-desc {
    position: relative;
    max-width: 500px;
}

.p-tour__steps-item-num {
    position: absolute;
    top: 0;
    left: -5px;
    font-size: 265px;
    line-height: 318px;
    font-family: "Kuzanyan", sans-serif;
    opacity: 0.4;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.p-tour__steps-item-dotted-arrow {
    position: absolute;
    max-width: initial;
    width: auto;
    z-index: 1;
    pointer-events: none;
}

.p-tour__steps-item-dotted-arrow-1 {
    top: 180px;
    left: -75px;
}

.p-tour__steps-item-dotted-arrow-2 {
    top: 190px;
    right: 12px;
}

@media (max-width: 1599px) {
    .p-tour__steps-item-dotted-arrow-1 {
        top: 210px;
        left: -155px;
    }
    .p-tour__steps-item-dotted-arrow-2 {
        top: 150px;
        right: 30px;
    }
    .p-tour__steps-item-l {
        width: calc(58.3333333333% + 15px);
        padding-right: 15px;
    }
    .p-tour__steps-item-r {
        width: calc(41.6666666667% - 15px);
        padding-left: 15px;
    }
    .p-tour__steps-item-in {
        padding-left: 125px;
    }
}

@media (max-width: 1439px) {
    .p-tour__steps-item-dotted-arrow {
        display: none;
    }
    .p-tour__steps-item {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .p-tour__steps-item_reverse .p-tour__steps-item-l {
        padding-right: 0;
        padding-left: 0;
    }
    .p-tour__steps-item_reverse .p-tour__steps-item-r {
        padding-left: 0;
        padding-right: 0;
    }
    .p-tour__steps-item_reverse .p-tour__steps-item-r .p-tour__steps-item-img-container {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .p-tour__steps-item-l {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .p-tour__steps-item-r {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .p-tour__steps-item-in {
        padding-top: 160px;
        padding-left: 130px;
        padding-bottom: 70px;
    }
    .p-tour__steps-item-img-container {
        width: auto;
        height: auto;
    }
    .p-tour__steps-item-img {
        position: relative;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .p-tour__steps {
        margin-bottom: 80px;
    }
    .p-tour__steps-item {
        margin-bottom: 80px;
    }
    .p-tour__steps-item-in {
        padding-top: 135px;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .p-tour__steps-item-desc {
        text-align: center;
    }
    .p-tour__steps-item-img-container {
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-tour__steps-item-title {
        margin-bottom: 30px;
    }
}

.p-vineyards__bottom {
    overflow: hidden;
    padding-top: 40px;
}

.p-vineyards-slider__nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
}

.p-vineyards-slider__item-img-wrap {
    overflow: hidden;
    position: relative;
    padding-bottom: 47%;
}

.p-vineyards-slider__item-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .p-vineyards-slider__item-img-wrap {
        padding-bottom: 100%;
    }
}

@media (max-width: 1439px) {
    .p-vineyards__bottom {
        padding-bottom: 50px;
    }
    .p-vineyards-slider-c {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-vineyards-slider {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-vineyards-slider__nav {
        margin-bottom: 0;
        margin-top: -50px;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .p-vineyards-slider {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-vineyards-slider__nav {
        margin-top: 20px !important;
    }
}

.p-vineyards__cards {
    overflow: hidden;
    margin-bottom: 100px;
}

.p-vineyards__cards-list {
    position: relative;
}

.p-vineyards__cards-title {
    margin-bottom: 80px;
}

.p-vineyards__cards-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 105px;
}

.p-vineyards__cards-item:last-child {
    margin-bottom: 0;
}

.p-vineyards__cards-item.active {
    z-index: 2;
}

.p-vineyards__cards-item:not(.active) .p-vineyards__cards-item-img-container-cover {
    opacity: 1;
}

.p-vineyards__cards-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-right: 25px;
}

.p-vineyards__cards-item-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
}

.p-vineyards__cards-item-in {
    height: 100%;
    padding-top: 50px;
    padding-left: 80px;
    padding-bottom: 50px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.3s;
}

.p-vineyards__cards-item-img-container {
    position: relative;
    transition: all 0.3s;
}

.p-vineyards__cards-item-img-container-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
}

.p-vineyards__cards-item-img-container-cover:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
}

.p-vineyards__cards-item-img {
    width: 100%;
    transition: all 0.3s;
}

.p-vineyards__cards-item-num {
    position: absolute;
    top: 0;
    left: -25px;
    font-family: "Kuzanyan", sans-serif;
    font-size: 265px;
    line-height: 318px;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.4;
    background-clip: text;
}

.p-vineyards__cards-item-title {
    position: relative;
    margin-bottom: 30px;
    max-width: 570px;
}

.p-vineyards__cards-item-desc {
    position: relative;
    max-width: 570px;
}

.p-vineyards__cards-list-bg-arrow {
    position: absolute;
    max-width: initial;
    width: auto;
    height: auto;
    top: 170px;
    left: 164px;
    z-index: 1;
}

@media (max-width: 1599px) {
    .p-vineyards__cards-item-l {
        padding-right: 15px;
    }
    .p-vineyards__cards-item-r {
        padding-left: 15px;
    }
    .p-vineyards__cards-item-in {
        padding-left: 100px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .p-vineyards__cards-item-num {
        left: 5px;
        line-height: 228px;
    }
    .p-vineyards__cards-list-bg-arrow {
        top: 120px;
        left: 70px;
    }
}

@media (max-width: 1439px) {
    .p-vineyards__cards-title {
        margin-bottom: 50px;
    }
    .p-vineyards__cards-list-bg-arrow {
        top: 94px;
        left: -17px;
    }
    .p-vineyards__cards-item {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .p-vineyards__cards-item-l {
        padding: 0;
        width: 100%;
    }
    .p-vineyards__cards-item-r {
        padding: 0;
        width: 100%;
    }
    .p-vineyards__cards-item-in {
        padding-left: 0;
        padding-top: 80px;
    }
    .p-vineyards__cards-item-num {
        font-size: 200px;
        line-height: 240px;
    }
    .p-vineyards__cards-item-title,
    .p-vineyards__cards-item-desc {
        max-width: 520px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .p-vineyards__cards {
        margin-bottom: 60px;
    }
    .p-vineyards__cards-item {
        margin-bottom: 70px;
    }
    .p-vineyards__cards-item-img-container {
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-vineyards__cards-item-in {
        padding-top: 50px;
    }
    .p-vineyards__cards-item-num {
        top: 20px;
        left: -7px;
        font-size: 130px;
        line-height: 156px;
    }
    .p-vineyards__cards-item-title {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .p-vineyards__cards-item-desc {
        max-width: 100%;
        text-align: center;
    }
    .p-vineyards__cards-list-bg-arrow {
        display: none;
    }
}

.p-vineyards {
    padding-bottom: 130px;
    overflow: hidden;
}

.p-vineyards__main-img-c {
    position: relative;
    height: 645px;
    margin-bottom: 110px;
}

.p-vineyards__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-vineyards__desc {
    max-width: 970px;
}

@media (max-width: 1439px) {
    .p-vineyards__main-img-c {
        margin-bottom: 80px;
    }
    .p-vineyards {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .p-vineyards__main-img-c {
        height: 270px;
    }
    .p-vineyards {
        padding-bottom: 30px;
    }
    .p-vineyards__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-wbuy {
    padding-bottom: 110px;
    overflow: hidden;
}

.p-wbuy__head {
    margin-bottom: 110px;
}

.p-wbuy__head-c {
    display: -ms-flexbox;
    display: flex;
}

.p-wbuy__head-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-wbuy__head-l--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.p-wbuy__head-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-right: calc((100vw - 100%) / -2);
}

.p-wbuy__map {
    position: relative;
    height: 550px;
    background: #F5F5F5;
}

.p-wbuy__map [class$=-places-pane] {
    opacity: 0;
    /*transition: all 0.5s;*/
    /*transition-delay: 1s;*/
}

.p-wbuy__map [class$=-places-pane] {
    opacity: 1;
}

.p-wbuy__head-title {
    margin-bottom: 0;
    text-align: center;
}

.p-wbuy__head-desc {
    margin-top: 40px;
    font-size: 18px;
    line-height: 25px;
    color: #2F1D1B;
}

@media (max-width: 1439px) {
    .p-wbuy__head-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wbuy__head-l {
        width: 100%;
    }
    .p-wbuy__head-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-wbuy__head-title {
        margin-bottom: 50px;
    }
    .p-wbuy__head-title:last-child {
        margin-bottom: 50px;
    }
    .p-wbuy__head-desc {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .p-wbuy__head {
        margin-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .p-wbuy__head {
        margin-bottom: 50px;
    }
    .p-wbuy__head-title {
        text-align: center;
    }
    .p-wbuy__head-title+.p-wbuy__head-desc {
        margin-top: -20px;
    }
    .p-wbuy__head-desc {
        text-align: center;
    }
    .p-wbuy__map {
        height: 440px;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.stores {
    margin-bottom: 135px;
}

.stores:last-child {
    margin-bottom: 0;
}

.stores__title {
    margin-bottom: 80px;
}

.stores__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px -45px;
}

.stores__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 25px;
    width: 16.6666666667%;
    margin-bottom: 45px;
}

.stores__item-title {
    font-family: "Kuzanyan", sans-serif;
    margin-bottom: 15px;
    color: #2F1D1B;
    font-size: 24px;
    line-height: 33px;
}

.stores__item-tel {
    color: #594A49;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 5px;
}

.stores__item-url {
    color: #594A49;
    font-size: 20px;
    line-height: 29px;
    transition: all 0.3s;
    word-break: break-word;
}

.stores__item-url:hover,
.stores__item-url:active {
    color: #822727;
}

.stores__controls {
    margin-bottom: 80px;
}

.stores__item-img-container {
    margin-bottom: 12px;
    height: 70px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.stores__item-img {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: left;
}

.stores__item-map-btn {
    text-decoration: underline;
    color: #ba9e5c;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    opacity: 0.7;
    transition: all 0.3s;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.stores__item-map-btn:hover,
.stores__item-map-btn:active {
    text-decoration: none;
    color: #822727;
}

.stores__block {
    margin-bottom: 80px;
}

.stores__block:last-child {
    margin-bottom: 0;
}

.stores__block-title {
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 30px;
}

.stores__controls-c {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stores__controls-selects {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 65px;
}

.stores__controls-select-wrap {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    margin-right: 50px;
}

.stores__controls-select-wrap:last-child {
    margin-right: 0;
}

.stores__controls-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.stores__controls-sbm-btn {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    margin-right: 55px;
    transition: all 0.2s ease-in-out;
}

.stores__controls-sbm-btn:hover {
    color: #ba9e5c;
    background: #822727;
}

.stores__controls-clear-btn {
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
    transition: all 0.3s;
    color: #594A49;
}

.stores__controls-clear-btn:hover,
.stores__controls-clear-btn:active {
    color: #822727;
}

@media (max-width: 1599px) {
    .stores__list {
        margin: 0 -15px -45px;
    }
    .stores__item {
        padding: 0 15px;
    }
    .stores__item-tel {
        font-size: 19px;
        line-height: 27px;
    }
    .stores__list_add .stores__item {
        width: 25%;
    }
}

@media (max-width: 1439px) {
    .stores__list {
        margin-bottom: -30px;
    }
    .stores__item {
        width: 33.3333333333%;
        margin-bottom: 30px;
    }
    .stores__list_add .stores__item {
        width: 33.3333333333%;
    }
    .stores__controls-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .stores__controls-selects {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .stores {
        margin-bottom: 80px;
    }
    .stores__title {
        margin-bottom: 40px;
        word-break: break-word;
    }
    .stores__item-title {
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }
    .stores__item-tel,
    .stores__item-url {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .stores__item {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .stores__list_main {
        margin-left: -5px;
        margin-right: -5px;
    }
    .stores__list_main .stores__item {
        width: 50%;
        padding: 0 5px;
    }
    .stores__list_add .stores__item {
        width: 50%;
        text-align: center;
    }
    .stores__list_add .stores__item .stores__item-map-btn {
        text-align: center;
    }
    .stores__controls-selects {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 35px;
    }
    .stores__controls-select-wrap {
        width: 100%;
        margin-right: 0;
    }
    .stores__item-img-container {
        width: 100%;
    }
    .stores__item-img-container {
        height: 56px;
        margin-bottom: 3px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .stores__block-title {
        font-size: 25px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 20px;
    }
    .stores__controls-btns {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .stores__controls-sbm-btn {
        margin-right: 25px;
    }
}

.p-wine-house__main-img-c {
    position: relative;
    height: 690px;
    margin-bottom: 110px;
    width: 100%;
    overflow: hidden;
}

.p-wine-house__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .p-wine-house__main-img-c {
        height: 270px;
        margin-bottom: 80px;
    }
    .p-wine-house__main-img-c .wine-tours__video-btn-ico-wrap {
        transform: translate(-50%, -50%);
    }
    .p-wine-house__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-wine-house__info {
    overflow: hidden;
    /*margin-bottom: 75px;*/
}

.p-wine-house__info:last-child {
    margin-bottom: 0;
}

.p-wine-house__info-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.p-wine-house__info-item.p-wine-house__info-item-3 {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .p-wine-house__info-item.p-wine-house__info-item-56.p-wine-house__info-item_reverse {
        margin-bottom: 10px;
    }
}

.p-wine-house__info-item-57 .p-wine-house__btn-wrap .btn-w-circle2,
.p-wine-house__info-item-57 .wine-house-year-slider__item-btn-wrap .btn-w-circle2 {
    margin-bottom: 0;
}

.p-wine-house__info-item:last-child {
    margin-bottom: 0;
}

.p-wine-house__info-item.p-wine-house__info-item-58 {
    margin-bottom: 20px;
}

.p-wine-house__info-item_reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.p-wine-house__info-item_reverse .p-wine-house__info-item-in {
    padding-left: 0;
}

.p-wine-house__info-item_reverse .p-wine-house__info-item-l {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 0;
    padding-left: var(--col-gap);
}

.p-wine-house__info-item_reverse .p-wine-house__info-item-r {
    padding-left: 0;
    padding-right: var(--col-gap);
}

.p-wine-house__info-item_reverse .wine-house-slider__nav {
    right: auto;
    left: 0;
    transform: translateX(-50%);
}

.p-wine-house__info-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: var(--col-gap);
    position: relative;
    z-index: 3;
}

.p-wine-house__info-item-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: var(--col-gap);
}

.p-wine-house__info-item-r_no-center {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-wine-house__info-item-in {
    padding-left: 70px;
    position: relative;
}

.p-wine-house__info-item-1 {
    margin-bottom: 50px;
}

.p-wine-house__info-item-img-container {
    position: relative;
}

.p-wine-house__info-item-img {
    max-width: initial;
}

.p-wine-house__info-item-title {
    margin-bottom: 45px;
}

.p-wine-house__info-item-desc {
    margin-bottom: 30px;
}

.p-wine-house__info-item-desc:last-child {
    margin-bottom: 0;
}

.p-wine-house__info-item-desc_mw-510px {
    max-width: 510px;
}

.p-wine-house__info-item-desc_mw-570px {
    max-width: 570px;
}

.p-wine-house__info-item-desc_mw-600px {
    max-width: 600px;
}

.p-wine-house__info-item-imgs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.p-wine-house__info-item-imgs-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: var(--col-gap);
}

.p-wine-house__info-item-imgs-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: var(--col-gap);
}

.p-wine-house__info-item-imgs-figure {
    position: relative;
}

.p-wine-house__info-item-imgs-figure-1 {
    width: 447px;
    height: 315px;
}

.p-wine-house__info-item-imgs-figure-2 {
    width: 936px;
    height: 315px;
}

.p-wine-house__info-item-imgs-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wine-house-slider-c {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 935px;
}

.wine-house-slider__nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 55px;
    left: auto;
    right: 0;
    z-index: 1;
    transform: translateX(50%);
}

.wine-house-slider__arrow-left {
    margin-right: 35px;
}

.wine-house-slider__arrow-right {
    margin-left: 35px;
}

.p-wine-house__btn-video-wrap {
    margin-top: 5px;
}

.wine-house-slider__item-img-wrap {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.wine-house-slider__item-img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.wine-house-slider__item-img-numbs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    top: auto;
    margin: auto;
    text-align: center;
}

.wine-house-slider__item-img-numbs span {
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Kuzanyan", sans-serif;
    font-size: 332px;
    line-height: 300px;
    opacity: 0.5;
}

.wine-house-year-slider-c {
    position: relative;
}

.wine-house-year-slider-1-c {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 935px;
}

.wine-house-year-slider-2-c {
    margin-bottom: 2px;
}

.wine-house-year-slider-2-c:before {
    position: absolute;
    display: block;
    content: "";
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    margin-right: 0;
    z-index: 2;
}

.wine-house-year-slider-3-c {
    margin-left: -20px;
}

.wine-house-year-slider-3-c:before {
    position: absolute;
    display: block;
    content: "";
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    margin-right: 25px;
    z-index: 2;
}

.wine-house-year-slider__item-title {
    margin-bottom: 30px;
    transition: all 0.3s;
    transform-origin: left center;
}

.wine-house-year-slider__item-dot {
    position: relative;
    margin-bottom: 30px;
    height: 3px;
    background: #B09257;
}

.wine-house-year-slider__item-dot:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #000;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.wine-house-year-slider__item-subtitle {
    margin-bottom: 22px;
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    transition: all 0.3s;
}

.wine-house-year-slider__item-desc {
    margin-bottom: 20px;
    max-width: 515px;
    transition: all 0.3s;
}

.wine-house-year-slider__item:not(.swiper-slide-active) .wine-house-year-slider__item-dot:before {
    opacity: 0.5;
}

.wine-house-year-slider__item:not(.swiper-slide-active) .wine-house-year-slider__item-title,
.wine-house-year-slider__item:not(.swiper-slide-active) .wine-house-year-slider__item-subtitle,
.wine-house-year-slider__item:not(.swiper-slide-active) .wine-house-year-slider__item-desc {
    opacity: 0.5;
}

.wine-house-year-slider__item:not(.swiper-slide-active) .wine-house-year-slider__item-btn-wrap {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

.wine-house-year-slider__item:not(.swiper-slide-active) .wine-house-year-slider__item-title {
    transform: scale(0.6);
}

.wine-house-year-slider__item:last-child .wine-house-year-slider__item-dot {
    /* background: none;*/
}

.wine-house-year-slider-2 {
    overflow: visible;
}

.wine-house-year-slider-3 {
    overflow: visible;
}

.wine-house-year-slider__item-btn-wrap {
    transition: all 0.3s;
}

.wine-house-year-slider__num-item {
    width: auto;
}

.wine-house-year-slider__num-item:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -20px;
    width: 20px;
    bottom: 0;
}

.wine-house-year-slider__num-item-title {
    height: 70px;
    width: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.wine-house-year-slider__num-item-title span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 35px;
    color: #B09257;
    font-family: "Kuzanyan", sans-serif;
    transition: all 0.3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.wine-house-year-slider__num-item-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #822727;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s;
}

@media (min-width: 992px) {
    .wine-house-year-slider__num-item-title:hover:before,
    .wine-house-year-slider__num-item-title:active:before {
        opacity: 1;
    }
    .wine-house-year-slider__num-item-title:hover span,
    .wine-house-year-slider__num-item-title:active span {
        background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
}

.wine-house-year-slider__num-item-title.active:before {
    opacity: 1;
}

.wine-house-year-slider__num-item-title.active span {
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (max-width: 1599px) {
    .wine-house-year-slider__item:before {
        position: absolute;
        display: block;
        content: "";
        width: 70px;
        left: 100%;
        top: 0;
        bottom: 0;
    }
    .wine-house-year-slider__item-dot {
        margin-right: -70px;
    }
    .wine-house-slider__item-img-numbs {
        left: 150px;
    }
    .p-wine-house__info-item-desc_mw-600px {
        max-width: 500px;
    }
}

@media (max-width: 1439px) {
    .p-wine-house__info-item-l {
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
        padding-right: 0;
    }
    .p-wine-house__info-item-r {
        width: calc(58.3333333333% - var(--col-gap));
        padding-left: 0;
    }
    .p-wine-house__info-item-in {
        padding-left: 30px;
    }
    .p-wine-house__info-item_reverse .p-wine-house__info-item-r {
        width: calc(58.3333333333% + var(--col-gap));
    }
    .p-wine-house__info-item_reverse .p-wine-house__info-item-l {
        padding-left: 0;
    }
    .p-wine-house__info-item-img-container {
        height: 490px;
        width: 530px;
        position: relative;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-wine-house__info-item-img {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .p-wine-house__info-item-1 {
        margin-bottom: 30px;
    }
    .p-wine-house__info-item-imgs-figure-1 {
        width: 278px;
        height: 250px;
    }
    .p-wine-house__info-item-imgs-figure-2 {
        width: 445px;
        height: 250px;
        margin-left: 30px;
    }
    .p-wine-house__info-item-imgs-l {
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
        padding-right: 0;
    }
    .p-wine-house__info-item-imgs-r {
        width: calc(58.3333333333% - var(--col-gap));
        padding-left: 0;
    }
    .wine-house-slider-c {
        width: 765px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
    .p-wine-house__info-item-3 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .p-wine-house__info-item-3 .p-wine-house__info-item-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 40px;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-wine-house__info-item-3 .p-wine-house__info-item-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-wine-house__info-item-3 .p-wine-house__info-item-in {
        padding-left: 0;
    }
    .wine-house-year-slider-1-c {
        width: 100%;
    }
    .wine-house-year-slider-1 .wine-house-slider__item-img-wrap {
        text-align: center;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding-top: 64.517%;
    }
    .wine-house-slider .wine-house-slider__item-img-wrap {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        padding-top: 64.517%;
    }
    .wine-house-slider__item-img-numbs {
        left: 0;
    }
    .wine-house-year-slider-1-c .wine-house-slider__nav {
        display: none;
    }
    .wine-house-year-slider-2-c {
        width: 520px;
    }
    .wine-house-year-slider-2-c:before {
        display: none;
    }
    .wine-house-year-slider-3-c:before {
        display: none;
    }
    .p-wine-house__info-item-5 .wine-house-slider__nav {
        display: none;
    }
}

@media (max-width: 991px) {
    .wine-house-year-slider-1-c {
        width: 100vw;
    }
    .wine-house-year-slider-1 .wine-house-slider__item-img {
        width: 100%;
        max-width: initial;
    }
    .wine-house-slider__item-img {
        /*top: -20%;
        height: 145%;*/
        top: 0;
        height: 100%;
        object-position: center;
    }
}

@media (max-width: 991px) {
    .p-wine-house__info-item {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-wine-house__info-item_reverse .p-wine-house__info-item-r {
        width: 100%;
        padding: 0;
    }
    .p-wine-house__info-item_reverse .p-wine-house__info-item-l {
        width: 100%;
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-house__info-item_reverse .wine-house-slider__nav {
        right: 0;
        left: 0;
        transform: none;
    }
    .p-wine-house__info-item-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-house__info-item-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .p-wine-house__info-item-in {
        padding-left: 0;
    }
    .p-wine-house__info-item-title {
        margin-bottom: 33px;
    }
    .p-wine-house__info-item-desc {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .p-wine-house__btn-wrap {
        -ms-flex-pack: center;
        justify-content: center;
        display: -ms-flexbox;
        display: flex;
    }
    .p-wine-house__info-item-img-container {
        height: 0;
        width: auto;
        padding-top: 100%;
        margin-left: -20px;
        margin-right: -20px;
        -ms-flex: 1;
        flex: 1;
    }
    .p-wine-house__info-item-1 {
        margin-bottom: 0;
    }
    .p-wine-house__info-item-imgs {
        margin-top: -30px;
        position: relative;
        z-index: 3;
        margin-left: -20px;
        margin-right: -20px;
    }
    .p-wine-house__info-item-imgs-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        padding-right: var(--col-gap);
    }
    .p-wine-house__info-item-imgs-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        padding-left: var(--col-gap);
    }
    .p-wine-house__info-item-imgs-figure-1 {
        width: 100%;
        height: 0;
        padding-top: 105%;
    }
    .p-wine-house__info-item-imgs-figure-2 {
        margin-left: 0;
        width: 100%;
        height: 0;
        padding-top: 105%;
    }
    .p-wine-house__info-item-2 .p-wine-house__info-item-r,
    .p-wine-house__info-item-4 .p-wine-house__info-item-r,
    .p-wine-house__info-item-5 .p-wine-house__info-item-r {
        margin-bottom: 0;
    }
    .wine-house-slider-c {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 70px;
    }
    .wine-house-slider__nav {
        bottom: 40px;
        left: 0;
        right: 0;
        transform: none;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .wine-house-year-slider-1-c .wine-house-slider__nav {
        display: -ms-flexbox;
        display: flex;
    }
    .wine-house-year-slider-1-c {
        width: 100vw;
    }
    .p-wine-house__info-item-3 {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-house__info-item-3 .p-wine-house__info-item-l {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
    }
    .p-wine-house__info-item-3 .p-wine-house__info-item-title {
        margin-bottom: 15px;
    }
    .wine-house-year-slider-1 .wine-house-slider__item-img-wrap {
        padding-top: 70%;
    }
    .wine-house-slider .wine-house-slider__item-img-wrap {
        padding-top: 70%;
    }
    .wine-house-year-slider-2-c {
        width: 100%;
        margin-bottom: 10px;
    }
    .wine-house-year-slider__item-title {
        text-align: left;
    }
    .wine-house-year-slider__item-subtitle {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .wine-house-year-slider__item-desc {
        margin-bottom: 30px;
    }
    .p-wine-house__info-item-5 .wine-house-slider__nav {
        display: -ms-flexbox;
        display: flex;
    }
    .wine-house-slider__item-img-numbs {
        font-size: 50vw;
        line-height: 182px;
    }
}

@media (max-width: 767px) {
    .p-wine__awards .awards__head-l {
        width: 100%;
    }
    .awards__mob-more-btn-wrap {
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }
}

.p-wine__citation {
    overflow: hidden;
}

@media (max-width: 767px) {
    .p-wine__citation {
        margin-bottom: 80px;
    }
}

.p-wine {
    padding-bottom: 130px;
}

.p-wine__head {
    margin-bottom: 110px;
    overflow: hidden;
}

.p-wine__head-c {
    display: -ms-flexbox;
    display: flex;
}

.p-wine__head-l {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-wine__head-r {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 25px;
    margin-left: 150px;
}

.p-wine__head-main-img-wrap {
    height: 950px;
    width: 811px;
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.p-wine__head-main-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-wine__head-sub-img-wrap {
    position: absolute;
    top: 55px;
    left: 100%;
    transform: translate(-64%, 0);
    /*margin-right: 55px;*/
    /*max-width: 210px;*/
    width: 100%;
    height: 810px;
    pointer-events: none;
}

.p-wine__head-sub-img {
    max-width: initial;
    width: auto;
    height: 100%;
    display: block;
    height: 100%;
    width: auto;
    /*object-fit: cover;
    object-position: center;*/
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

.p-wine__head-tag {
    font-family: "Kuzanyan", sans-serif;
    font-size: 18px;
    line-height: 25px;
    opacity: 0.8;
    color: #2F1D1B;
    margin-bottom: 40px;
}

.p-wine__head-title {
    margin-bottom: 40px;
}

.p-wine__head-desc {
    margin-bottom: 40px;
}

.p-wine__features-list {
    margin-bottom: 85px;
    position: relative;
    padding: 40px 0;
}

.p-wine__features-list:before,
.p-wine__features-list:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #D8C69A 0%, #E1CD9A 47.4%, #D1BD8A 100%);
}

.p-wine__features-list:before {
    top: 0;
}

.p-wine__features-list:after {
    bottom: 0;
}

.p-wine__features-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.p-wine__features-item:last-child {
    margin-bottom: 0;
}

.p-wine__features-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 155px;
    padding-right: 10px;
}

.p-wine__features-item-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.p-wine__features-item-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #594A49;
}

.p-wine__head-bot-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    gap: 40px;
}

@media (max-width: 1599px) {
    .p-wine__head-bot-btns {
        text-align: right;
    }
    .p-wine__head-r {
        padding-left: 15px;
        margin-left: 85px;
    }
    .p-wine__features-list {
        margin-bottom: 40px;
    }
    .p-wine__head-sub-img-wrap {
        top: 100px;
        margin-right: 40px;
    }
    .p-wine__head-main-img-wrap {
        width: 855px;
        height: 997px;
    }
}

@media (min-width: 1440px) {
    .p-wine__head-sub-img-wrap--mob {
        display: none;
    }
}

@media (max-width: 1439px) {
    .p-wine__head-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine__head-l {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 60px;
    }
    .p-wine__head-r {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        margin-left: 0;
    }
    .p-wine__head-tag {
        margin-bottom: 25px;
    }
    .p-wine__head-title {
        margin-bottom: 50px;
    }
    .p-wine__head-main-img-wrap {
        min-height: auto;
        width: 100vw;
        height: 600px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .p-wine__head-desc,
    .p-wine__features-list {
        margin-left: 215px;
    }
    .p-wine__head-bot-btn-1 {
        padding: 0 0 0 65px;
    }
    .p-wine__head-bot-btn-1 .btn-w-circle__ico-wrap {
        left: 0;
        right: auto;
    }
}

@media (max-width: 1439px) and (min-width: 768px) {
    .p-wine__head-sub-img-wrap:not(.p-wine__head-sub-img-wrap--mob) {
        display: none;
    }
    .p-wine__head-sub-img-wrap--mob {
        top: -10px;
        margin-right: -185px;
        height: calc(100% - 105px);
        left: 0;
        transform: initial;
        width: auto;
        max-width: 215px;
    }
    .p-wine__head-sub-img-wrap--mob img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .p-wine__head-sub-img {
        max-height: 100%;
        width: auto;
        position: initial;
        transform: initial;
    }
}

@media (max-width: 767px) {
    .p-wine__head-sub-img-wrap--mob {
        display: none;
    }
    .p-wine__head-sub-img-wrap {
        position: relative;
        top: initial;
        left: initial;
    }
    .p-wine__head-sub-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: initial;
        left: initial;
        top: initial;
        transform: initial;
    }
    .p-wine__head-tag {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .p-wine__head-title {
        margin-bottom: 40px;
    }
    .p-wine__head-main-img-wrap {
        padding-top: 82%;
        height: auto;
    }
    .p-wine__head-l {
        margin-bottom: 20px;
    }
    .p-wine__head-r {
        padding-left: 0;
    }
    .p-wine__head-sub-img-wrap {
        position: initial;
        height: 345px;
        /*top: auto;
        right: auto;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        width: 90px;
        margin-bottom: 23px;*/
        transform: initial;
        margin-top: 20px;
    }
    .p-wine__head-sub-img {
        /*max-width: 100%;
        height: auto;*/
        margin: auto;
    }
    .p-wine__head-desc,
    .p-wine__features-list {
        margin-left: 0;
    }
    .p-wine__head {
        margin-bottom: 75px;
    }
    .p-wine__head-desc {
        margin-bottom: 20px;
        text-align: center;
    }
    .p-wine__features-list {
        padding: 20px 0;
    }
    .p-wine__features-item-l {
        width: 95px;
        padding-right: 6px;
    }
    .p-wine__head-bot-btn {
        margin-bottom: 20px;
    }
    .p-wine__head-bot-btn:last-child {
        margin-bottom: 0;
    }
    .p-wine__head-bot-btns {
        text-align: left;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-wine__head-bot-btn-1 {
        width: 100%;
    }
    .p-wine__head-bot-btn-1 .btn-w-circle__ico-wrap {
        right: 0;
        left: auto;
    }
    .p-wine__head-bot-btn-2 {
        padding: 0 0 0 65px;
    }
    .p-wine__head-bot-btn-2 .btn-w-circle__ico-wrap {
        left: 0;
        right: auto;
    }
}

.p-wine__main-info {
    overflow: hidden;
}

.p-wine__main-info-c {
    display: -ms-flexbox;
    display: flex;
}

.p-wine__main-info-l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.p-wine__main-info-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% + 145px);
}

.p-wine__main-info-img-wrap {
    position: relative;
    min-height: 100%;
    height: 720px;
}

.p-wine__main-info-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-progress-bar {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: rotate(-90deg);
}

.circle-progress-bar:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid rgba(215, 199, 167, 0.5);
}

.circle-progress-bar svg {
    overflow: visible;
    width: 100%;
    height: 100%;
    fill: transparent;
    position: relative;
}

.circle-progress-bar svg circle {
    stroke-dasharray: 365;
    stroke-width: 12px;
    transition: all 0.5s 0.3s;
}

.p-wine__main-info-title {
    margin-bottom: 40px;
}

.p-wine__main-info-desc {
    max-width: 450px;
}

.p-wine__main-info-circles {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-right: 30px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-wine__main-info-circles-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 53px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.p-wine__main-info-circles-item:last-child {
    margin-right: 0;
}

.p-wine__main-info-circles-item-title {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    text-align: center;
    margin-top: 8px;
}

@media (max-width: 1599px) {
    .p-wine__main-info-r {
        width: calc(50% + 15px);
    }
    .p-wine__main-info-img-wrap {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 840px;
    }
}

@media (max-width: 1439px) {
    .p-wine__main-info-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine__main-info-c {
        flex-wrap: wrap;
    }
    .p-wine__main-info-r {
        display: none;
        width: 100%;
        margin-top: 20px;
    }
    .p-wine__main-info-mob-cols {
        -ms-flex-order: -1;
        order: -1;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 7px;
    }
    .p-wine__main-info-img-wrap-c {
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .p-wine__main-info-img-wrap {
        min-width: 100%;
        width: 615px;
        height: 500px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        min-height: initial;
    }
    .p-wine__main-info-circles {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 95px;
        margin-left: 30px;
        margin-bottom: 0;
        padding-top: 50px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine__main-info-circles-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .p-wine__main-info-circles-item:last-child {
        margin-bottom: 0;
    }
    .p-wine__main-info-title {
        margin-bottom: 30px;
    }
    .p-wine__main-info-desc {
        max-width: 100%;
    }
    .p-wine__main-info {
        padding-bottom: 65px;
    }
}

@media (max-width: 767px) {
    .p-wine__main-info-mob-cols {
        -ms-flex-order: initial;
        order: initial;
    }
    .p-wine__main-info-title {
        margin-bottom: 20px;
    }
    .p-wine__main-info-mob-cols {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine__main-info-img-wrap-c {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-wine__main-info-img-wrap {
        width: 100vw;
        height: auto;
        padding-top: 116%;
        margin-left: auto;
        margin-right: auto;
    }
    .p-wine__main-info-circles {
        width: 100%;
        padding-top: 25px;
        margin-left: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 45px;
    }
    .p-wine__main-info-circles-item {
        margin-right: 5px;
        margin-bottom: 0;
    }
    .p-wine__main-info-circles-item:last-child {
        margin-right: 0;
    }
    .circle-progress-bar {
        width: 65px;
        height: 65px;
    }
    .p-wine__main-info-desc {
        text-align: center;
    }
}

.p-wine__see-also {
    padding-top: 50px;
}

.p-wine__see-also-wine-list.p-collections-in__wine-list {
    margin-bottom: 0;
}

@media (max-width: 1599px) {
    .p-wine__see-also {
        padding-top: 25px;
    }
}

@media (max-width: 1439px) {
    .p-wine__see-also-wine-list.p-collections-in__wine-list {
        padding-top: 40px;
    }
    .p-wine__see-also-wine-list.p-collections-in__wine-list .p-collections-in__wine-item:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 767px) {
    .p-wine__see-also-wine-list.p-collections-in__wine-list {
        padding-top: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .p-wine__see-also-wine-list.p-collections-in__wine-list::-webkit-scrollbar {
        display: none;
    }
    .p-wine__see-also-wine-list.p-collections-in__wine-list .p-collections-in__wine-item {
        width: 190px;
        padding: 0;
        margin-right: 5px;
        margin-bottom: 0;
    }
    .p-wine__see-also-wine-list.p-collections-in__wine-list .p-collections-in__wine-item:last-child {
        margin-right: 0;
    }
    .p-wine__see-also-wine-list.p-collections-in__wine-list .p-collections-in__wine-item:nth-child(n+3) {
        display: block;
    }
    .p-wine__see-also-more-wrap {
        display: none;
    }
}

.p-wine__subinfo {
    overflow: hidden;
    margin-bottom: 75px;
}

.p-wine__subinfo-row-1 {
    display: -ms-flexbox;
    display: flex;
}

.p-wine__subinfo-row-1-l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-wine__subinfo-row-1-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 110px;
    margin-left: 90px;
}

.p-wine__subinfo-row-1-img-container {
    position: relative;
    width: 1140px;
    height: 720px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.p-wine__subinfo-row-1-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-wine__subinfo-row-2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-top: -110px;
}

.p-wine__subinfo-row-2-l {
    padding: 220px 0 30px 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.p-wine__subinfo-row-2-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-wine__subinfo-row-2-item {
    max-width: 495px;
    margin-bottom: 60px;
}

.p-wine__subinfo-row-2-item:last-child {
    margin-bottom: 0;
}

.p-wine__subinfo-row-2-title {
    margin-bottom: 20px;
}

.p-wine__subinfo-row-2-imgs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 -5px;
}

.p-wine__subinfo-row-2-imgs-item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5px;
}

.p-wine__subinfo-row-2-imgs-item-img-wrap {
    position: relative;
    width: 510px;
    height: 540px;
}

.p-wine__subinfo-row-2-imgs-item-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1599px) {
    .p-wine__subinfo-row-1-r {
        margin-left: 75px;
        padding-bottom: 125px;
        padding-left: 20px;
    }
    .p-wine__subinfo-row-2 {
        margin-top: -125px;
    }
    .p-wine__subinfo-row-2-l {
        padding-top: 180px;
    }
    .p-wine__subinfo-row-2-imgs-item-img-wrap {
        width: 459px;
        height: 540px;
    }
    .p-wine__subinfo-row-2-r {
        margin-left: 0;
    }
    .p-wine__subinfo-row-2-item {
        max-width: 410px;
    }
}

@media (max-width: 1439px) {
    .p-wine__subinfo-row-1 {
        margin-bottom: 50px;
    }
    .p-wine__subinfo-row-1-r {
        width: 50%;
        margin-left: 30px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .p-wine__subinfo-row-1-img-container {
        width: 368px;
        height: 350px;
        min-width: 100%;
    }
    .p-wine__subinfo-row-2 {
        margin-top: 0;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine__subinfo-row-2-l {
        padding-top: 0;
        width: 100%;
    }
    .p-wine__subinfo-row-2-r {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-wine__subinfo-row-2-item {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .p-wine__subinfo-row-2-imgs {
        -ms-flex: 1;
        flex: 1;
    }
    .p-wine__subinfo-row-2-imgs-item {
        width: 50%;
    }
    .p-wine__subinfo-row-2-imgs-item-img-wrap {
        width: 100%;
        padding-top: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .p-wine__subinfo-row-1 {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .p-wine__subinfo-row-1-l {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .p-wine__subinfo-row-1-r {
        width: 100%;
        margin-left: 0;
        padding: 0;
        padding-top: 20px;
    }
    .p-wine__subinfo-desc {
        text-align: center;
    }
    .p-wine__subinfo-row-1-img-container {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        height: auto;
        min-width: 100%;
        padding-top: 113%;
        -ms-flex: 1;
        flex: 1;
    }
    .p-wine__subinfo-row-2-item {
        text-align: center;
        margin-bottom: 25px;
        max-width: 236px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-wine__subinfo-row-2 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-wine__subinfo-row-2-r {
        margin-bottom: 20px;
    }
    .p-wine__subinfo-row-2-l {
        padding-bottom: 0;
    }
    .p-wine__subinfo {
        margin-bottom: 40px;
    }
}

.p-wine-tours__cards {
    overflow: hidden;
    margin-bottom: 115px;
}

.p-wine-tours__cards-title {
    margin-bottom: 60px;
}

.p-wine-tours__cards-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.p-wine-tours__cards-item:last-child {
    margin-bottom: 0;
}

.p-wine-tours__cards-item-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 56.55%;
    padding-right: 30px;
    padding-top: 50px;
}

.p-wine-tours__cards-item-r {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-wine-tours__cards-item-title {
    max-width: 520px;
    font-size: 30px;
    line-height: 33px;
    font-family: "Kuzanyan", sans-serif;
    color: #2F1D1B;
    margin-bottom: 15px;
}

.p-wine-tours__cards-item-tag {
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    color: rgba(47, 29, 27, 0.5);
    margin-bottom: 40px;
}

.p-wine-tours__cards-item-desc {
    max-width: 620px;
    font-size: 16px;
    line-height: 22px;
    color: #594A49;
    margin-bottom: 60px;
}

.p-wine-tours__cards-item-info {
    margin-bottom: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-wine-tours__cards-item-info-col {
    margin-right: 50px;
    display: -ms-flexbox;
    display: flex;
}

.p-wine-tours__cards-item-info-col:last-child {
    margin-right: 0;
}

.p-wine-tours__cards-item-info-col-1 .p-wine-tours__cards-item-info-img-container {
    margin-right: 20px;
}

.p-wine-tours__cards-item-info-img-container {
    margin-right: 12px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.p-wine-tours__cards-item-info-img {
    display: block;
}

.p-wine-tours__cards-item-info-content {
    padding-top: 1px;
}

.p-wine-tours__cards-item-info-content-block {
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 18px;
}

.p-wine-tours__cards-item-info-content-block:last-child {
    margin-bottom: 0;
}

.p-wine-tours__cards-item-info-content-block-title {
    color: #2F1D1B;
    font-weight: 600;
    margin-bottom: 3px;
}

.p-wine-tours__cards-item-info-content-block-desc {
    color: #2F1D1B;
    opacity: 0.8;
}

.p-wine-tours__cards-item-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.p-wine-tours__cards-item-request-btn {
    margin-right: 50px;
    min-width: 210px;
}

.p-wine-tours__cards-item-badge {
    width: 110px;
    height: 110px;
    position: absolute;
    z-index: 5;
    top: 25px;
    left: 25px;
    background: #FDF9F0;
    border: 1px solid #2F1D1B;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #2F1D1B;
    overflow: hidden;
    padding: 5px;
}

.p-wine-tours__cards-item-badge:before {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border: 1px solid #2F1D1B;
    border-radius: 50%;
}

.p-wine-tours__cards-item-badge-top {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    margin-bottom: 13px;
}

.p-wine-tours__cards-item-badge-mid {
    margin-bottom: 13px;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}

.p-wine-tours__cards-item-badge-mid:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -9px;
    width: 48px;
    height: 1px;
    background: #2F1D1B;
    left: 50%;
    transform: translateX(-50%);
}

.p-wine-tours__cards-item-badge-mid p:first-child {
    font-size: 9px;
    line-height: 7px;
}

.p-wine-tours__cards-item-badge-mid p:last-child {
    font-size: 11px;
    margin-top: -13px;
    margin-bottom: 0;
}

.p-wine-tours__cards-item-badge-bot {
    font-weight: 300px;
    font-size: 9px;
    line-height: 11px;
}

@media (max-width: 1599px) {
    .p-wine-tours__cards-item-l {
        width: calc(58.3333333333% + 15px);
    }
    .p-wine-tours__cards-item-info-col {
        margin-right: 45px;
    }
}

@media (max-width: 1439px) {
    .p-wine-tours__cards-item-l {
        padding-top: 0;
        padding-right: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-tours__cards-item-tag {
        margin-bottom: 25px;
    }
    .p-wine-tours__cards-item-desc {
        margin-bottom: 30px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col-1 .p-wine-tours__cards-item-info-img-container {
        margin-right: 15px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col:last-child {
        margin-bottom: 0;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -13px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-content-block {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 170px;
        margin-right: 13px;
        margin-bottom: 15px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-content-block:only-child {
        width: 100%;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-img-container {
        margin-right: 15px;
        min-width: 45px;
    }
    .p-wine-tours__cards-item-bottom {
        margin-top: auto;
    }
}

@media (max-width: 767px) {
    .p-wine-tours__cards {
        margin-bottom: 80px;
    }
    .p-wine-tours__cards-title {
        margin-bottom: 90px;
    }
    .p-wine-tours__cards-item {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 80px;
    }
    .p-wine-tours__cards-item-r {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-tours__cards-item-title {
        text-align: center;
        font-size: 25px;
        line-height: 28px;
    }
    .p-wine-tours__cards-item-tag {
        margin-bottom: 15px;
        text-align: center;
    }
    .p-wine-tours__cards-item-badge {
        transform: scale(0.85);
        top: 5px;
        left: 5px;
    }
    .p-wine-tours__cards-item-l {
        width: 100%;
        padding-right: 0;
    }
    .p-wine-tours__cards-item-r {
        margin-bottom: 50px;
    }
    .p-wine-tours__cards-item-desc {
        display: none;
    }
    .p-wine-tours__cards-item-bottom {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .p-wine-tours__cards-item-request-btn {
        margin-right: 13px;
        -ms-flex: 1;
        flex: 1;
        min-width: 200px;
    }
    .p-wine-tours__cards-item-more-btn {
        height: 65px;
        -ms-flex: 65px 0 0px;
        flex: 65px 0 0;
    }
    .p-wine-tours__cards-item-more-btn .btn-w-circle__ico-wrap {
        width: 65px;
        height: 65px;
    }
    .p-wine-tours__cards-item-more-btn .btn-w-circle__title {
        display: none;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-img-container {
        min-width: 18px;
        max-width: 100%;
        margin-right: 10px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-img-container .svg-icon-counterclockwise {
        width: 18px;
        height: 18px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-img-container .svg-icon-peoples {
        width: 17px;
        height: 16px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-img-container .svg-icon-price-basket {
        width: 18px;
        height: 18px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col {
        margin-bottom: 30px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col-1 {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col-1 .p-wine-tours__cards-item-info-img-container {
        margin-right: 10px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-col-2 {
        margin-right: 30px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-content-block-title {
        margin-bottom: 4px;
        font-size: 12px;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-content-block-desc {
        opacity: 1;
    }
    .p-wine-tours__cards-item-info:not(.p-tour__main-info-addinfo) .p-wine-tours__cards-item-info-content-block {
        width: auto;
    }
}

.p-wine-tours {
    padding-bottom: 130px;
}

.p-wine-tours__main-img-c {
    position: relative;
    height: 690px;
    margin-bottom: 110px;
}

.p-wine-tours__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .p-wine-tours {
        padding-bottom: 80px;
    }
    .p-wine-tours__main-img-c {
        height: 270px;
        margin-bottom: 40px;
    }
    .p-wine-tours__main-img {
        top: -25%;
        height: 145%;
    }
}

.p-wine-tours__main-info {
    margin-bottom: 140px;
    overflow: hidden;
}

.p-wine-tours__main-info-cols {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
}

.p-wine-tours__main-info-col {
    padding: 0 25px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.p-wine-tours__main-info-btns {
    margin-top: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.p-wine-tours__main-info-btn {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #B09257;
    transition: all 0.3s;
}

.p-wine-tours__main-info-btn:last-child {
    margin-bottom: 0;
}

.p-wine-tours__main-info-btn:hover,
.p-wine-tours__main-info-btn:active {
    color: #822727;
}

@media (max-width: 1599px) {
    .p-wine-tours__main-info {
        margin-bottom: 115px;
    }
    .p-wine-tours__main-info-cols {
        margin: 0 -15px;
    }
    .p-wine-tours__main-info-col {
        padding: 0 15px;
    }
}

@media (max-width: 1439px) {
    .p-wine-tours__main-info-cols {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-tours__main-info-col {
        width: 100%;
    }
    .p-wine-tours__main-info-col-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .p-wine-tours__main-info-btns {
        margin-bottom: 30px;
        margin-top: 30px;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .p-wine-tours__main-info-btn {
        margin-bottom: 0;
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .p-wine-tours__main-info {
        margin-bottom: 80px;
    }
    .p-wine-tours__main-info-desc {
        text-align: center;
    }
    .p-wine-tours__main-info-col-2 {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }
    .p-wine-tours__main-info-btns {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 0;
        -ms-flex-align: center;
        align-items: center;
    }
    .p-wine-tours__main-info-btn {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

.p-wine-tours__questions {
    background: url(/images/bg.jpeg) no-repeat center center;
    background-size: cover;
    padding: 100px 0 130px;
}

.p-wine-tours__questions:last-child {
    margin-bottom: 0;
}

.p-wine-tours__questions-c {
    display: -ms-flexbox;
    display: flex;
}

.p-wine-tours__questions-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.p-wine-tours__questions-r {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: 90px;
    padding-top: 13px;
}

.p-wine-tours__questions-title {
    margin-bottom: 25px;
}

.p-wine-tours__questions-desc,
.p-wine-tours__questions-info-desc {
    font-size: 14px;
    line-height: 20px;
    color: #594A49;
}

.p-wine-tours__questions-info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-left: 5px;
}

.p-wine-tours__questions-info-col {
    margin-right: 85px;
}

.p-wine-tours__questions-info-col:last-child {
    margin-right: 0;
}

.p-wine-tours__questions-info-title {
    font-size: 20px;
    line-height: 32px;
    color: #2F1D1B;
    font-family: "Kuzanyan", sans-serif;
    min-width: 156px;
}

.p-wine-tours__questions-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-wine-tours__questions-request-btn {
    margin-right: 55px;
}

.p-wine-tours__questions-request-btn:last-child {
    margin-right: 0;
}

.p-wine-tours__questions-request-btn:only-child {
    margin-left: auto;
}

.p-wine-tours__questions-rules-btn {
    width: 272px;
}

@media (max-width: 1599px) {
    .p-wine-tours__questions-r {
        padding-left: 15px;
        padding-top: 0;
    }
    .p-wine-tours__questions-request-btn {
        margin-right: 25px;
    }
    .p-wine-tours__questions-info-col {
        margin-right: 60px;
    }
}

@media (max-width: 1439px) {
    .p-wine-tours__questions-c {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-tours__questions-l {
        width: 100%;
        margin-bottom: 30px;
    }
    .p-wine-tours__questions-r {
        width: 100%;
        padding: 0;
    }
    .p-wine-tours__questions-info {
        margin-bottom: 40px;
        padding-left: 0;
    }
    .p-wine-tours__questions-request-btn:only-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .p-wine-tours__questions {
        margin-bottom: 80px;
    }
    .p-wine-tours__questions-title {
        margin-bottom: 20px;
    }
    .p-wine-tours__questions-desc {
        text-align: center;
    }
    .p-wine-tours__questions-info-title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 9px;
    }
    .p-wine-tours__questions-info {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .p-wine-tours__questions-info-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .p-wine-tours__questions-info-col:last-child {
        margin-bottom: 0;
    }
    .p-wine-tours__questions-buttons {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .p-wine-tours__questions-request-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .p-wine-tours__questions-rules-btn {
        width: 100%;
    }
}

.wine-tours-slider-c {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 865px;
}

.wine-tours-slider__nav {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 55px;
    left: 0;
    z-index: 1;
    transform: translateX(-50%);
}

.wine-tours-slider__arrow-left {
    margin-right: 35px;
}

.wine-tours-slider__arrow-right {
    margin-left: 35px;
}

@media (max-width: 1439px) {
    .wine-tours-slider__nav {
        /* display: none;*/
    }
    .p-wine-tours__cards-item-r {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .p-wine-tours__cards-item-r {
        align-items: initial;
    }
    .p-history__info-item .wine-house-slider__nav {
        bottom: 40px;
    }
    .wine-tours-slider-c {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .wine-tours-slider__nav {
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        bottom: 40px;
    }
    .wine-house-slider__item-img-numbs span {
        font-size: 40vw;
        line-height: 270px;
    }
    .wine-house-year-slider-1-c .wine-house-slider__nav {
        display: none !important;
    }
    .hero-slider__bot-in-l,
    .hero-slider__bot-in-r {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .hero-slider__bot-in-l {
        left: 0;
        right: auto;
    }
    .hero-slider__nav {
        margin-bottom: 100px;
    }
    .wine-house-slider__item-img-numbs span {
        font-size: 50vw;
        line-height: 270px;
    }
    .wine-house-year-slider-1-c .wine-house-slider__nav {
        display: none !important;
    }
    .p-collections-in__wine-item {
        width: 50%;
    }
}

.p-collections-in__wine-item {
    position: relative;
}

.awards-small-info {
    position: absolute;
    top: 90px;
    top: 0;
    z-index: 10;
    left: 0;
}

.awards-small-info img {
    display: block;
    margin: 0 0 -28%;
    position: relative;
    width: 40px;
}

.awards-small-info img:hover {
    z-index: 3;
}

.assortment .awards-small-info {
    top: 0;
}

.assortment .awards-small-info img {
    display: block;
    margin: 0 0 -28%;
    position: relative;
    width: 40px;
}

@media screen and (max-width: 768px) {
    .awards-small-info img {
        width: 50px;
        margin: 0 0 -28% 0px;
    }
}

.instagram-slider__arrow-left:hover:after,
.instagram-slider__arrow-left:active:after,
.instagram-slider__arrow-right:hover:after,
.instagram-slider__arrow-right:active:after {
    display: none;
}

.hero-slider__bot .hero-slider__nav {
    z-index: 10;
}

.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active,
.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet {
    width: 60px;
    margin: 0 5px;
    height: 60px;
    background: rgba(253, 249, 240, 0.5);
    font-weight: 400;
    font-size: 15px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #594A49;
    transition: all 0.2s ease-in-out;
}

.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active:hover,
.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet:hover {
    background: #822727;
    color: #B09257;
}

.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active:hover:before,
.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet:hover:before {
    color: #B09257;
}

.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active:before,
.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet:before {
    color: #594A49;
    transition: all 0.2s ease-in-out;
    font-size: 15px;
    line-height: 60px;
    width: 60px;
    height: 60px;
}

.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet:after {
    display: none !important;
    transition: all 0.2s ease-in-out;
    width: 60px;
    height: 60px;
}

.hero-slider__bot .hero-slider__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E7DECD;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev {
    position: relative;
    margin: 0 15px;
    background: none;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.31;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next:hover,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev:hover {
    background: #822727;
    opacity: 1;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next:hover::before,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev:hover::before {
    display: none;
    opacity: 1;
    background: #822727;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next:hover:after,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev:hover:after {
    display: none;
    opacity: 0;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next svg,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev svg {
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next:after,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev:after {
    content: "";
    top: 2px;
    left: 2px;
    width: auto;
    height: auto;
    right: 2px;
    border-radius: 100%;
    transform: none;
    bottom: 2px;
    position: absolute;
    z-index: -1;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.hero-slider__bot .hero-slider__nav .swiper-custom-button-next:before,
.hero-slider__bot .hero-slider__nav .swiper-custom-button-prev:before {
    position: absolute;
    width: auto;
    opacity: 1;
    height: auto;
    transform: none;
    top: 0;
    left: 0;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    z-index: -2;
    background: linear-gradient(-92.61deg, #B09257 -1.36%, #F6EEB5 100%);
}

.error-page_search {
    margin: 0 auto 50px;
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 1010px;
}

.error-page {}

.error-page_search .icon-clear {
    position: absolute;
    top: 23px;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    cursor: pointer;
    right: 0;
}

.error-page_search .icon-clear svg {
    display: block;
}

.error-page_search input {
    width: 100%;
    display: block;
    border: none;
    padding: 0 45px;
    border-bottom: 1px solid #B09257;
    height: 66px;
    font-family: "Jost";
    outline: none !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #594a49;
    background: url("/images/search.svg") no-repeat left center;
}

.error-page_search input:focus+.icon-clear {
    opacity: 1;
}

.error-page_search input::-webkit-input-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.error-page_search input::-moz-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.error-page_search input:-moz-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.error-page_search input:-ms-input-placeholder {
    color: rgba(89, 74, 73, 0.7);
}

.error-page_search input::-webkit-search-decoration,
.error-page_search input::-webkit-search-cancel-button,
.error-page_search input::-webkit-search-results-button,
.error-page_search input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.awards-history {
    margin-top: -130px;
}

.awards-history_in {
    padding-bottom: 70px;
}

.awards-history_in table {
    width: 100%;
}

.awards-history_in h3 {
    font-weight: 400;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #2F1D1B;
    font-family: "Kuzanyan";
}

.awards-history_in a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
    font-family: "Jost";
    margin: 0;
    display: block;
    text-decoration: none;
}

.awards-history_in a:hover {
    text-decoration: underline;
}

.awards-history_in .awards-row:not(:last-child) {
    border-bottom: 2px solid #F5F5F5;
}

.awards-history_in .awards-row {
    padding: 50px 0;
}

.awards-history_in tr:last-child td,
.awards-history_in .awards-row:last-child {
    border: none;
}

.awards-history_in td {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
    vertical-align: top;
    padding: 70px 0 30px 120px;
    border-bottom: 2px solid #F5F5F5;
}

.awards-history_in td:first-child {
    padding: 50px 0;
}

.awards-history_in td:last-child,
.awards-history_in .awards-prods-col {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.awards-history_in td:last-child a,
.awards-history_in .awards-prods-col a {
    font-family: "Kuzanyan";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #822727;
    margin: 0 0 20px;
}

.awards-history_top {
    border-top: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
    margin: 0 0 33px;
}

.awards-history_top .awards-history-prev svg,
.awards-history_top .awards-history-next svg {
    display: block;
}

.awards-history_top .awards-history-next {
    position: absolute;
    /* top: 30px;*/
    right: 0;
    top: 50%;
    height: 40px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.awards-history_top .awards-history-prev {
    position: absolute;
    /*/top: 30px;*/
    left: 0;
    top: 50%;
    height: 40px;
    transform: translate(0, -50%) rotate(180deg);
    ;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.awards-history_top .swiper-button-disabled {
    opacity: 0 !important;
}

.awards-history_top a {
    padding: 21px 25px;
    font-family: "Kuzanyan";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    display: block;
    line-height: 39px;
    color: #2F1D1B;
    text-align: center;
}

.awards-history_top .active {
    position: relative;
}

.years-scroll-btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    bottom: 0;
    right: 25px;
    height: 2px;
    background: linear-gradient(90deg, #B09257 0%, #F6EEB5 100%);
    /*opacity: 0;*/
    transition: .3s;
    max-width: 0;
}

.years-scroll-btn.active::after {
    opacity: 1;
    max-width: 100%;
}

.awards-history_carousel {
    position: relative;
}

.awards-history_top_in {
    margin-right: 65px;
    margin-left: 65px;
}

.awards-item {
    position: relative;
    padding: 0 0 110px;
}

.awards-item .move-title {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Kuzanyan";
    font-style: normal;
    font-weight: 400;
    font-size: 200px;
    line-height: 1.1;
    text-transform: uppercase;
    background: linear-gradient(90.38deg, rgba(216, 211, 204, 0.15) 2.43%, rgba(179, 149, 89, 0.15) 95.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.awards-item_top {
    position: relative;
    padding: 90px 0;
}

.awards-item_top h1 {
    font-family: "Kuzanyan";
    font-weight: 400;
    max-width: 840px;
    font-size: 90px;
    line-height: 1.1;
    color: #2F1D1B;
    margin: 0 0 30px;
}

.awards-item_top p {
    font-weight: 400;
    max-width: 840px;
    font-size: 18px;
    line-height: 1.4;
    color: #594A49;
}

.awards-item_top img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 260px;
    right: 0;
}

.awards-item_list .p-collections-in__wine-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.awards-item_list .p-collections-in__wine-item {
    position: relative;
    /*padding-top: 90px;*/
    /*border-top: 2px solid #F5F5F5;*/
}

#contacts-map {
    position: relative;
}

#contacts-map:after {
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;*/
}

.pagination {
    position: relative;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination ul {
    white-space: nowrap;
}

.pagination li {
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: top;
}

.pagination a {
    width: 60px;
    margin: 0 5px;
    height: 60px;
    background: #FDF9F0;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #594A49;
    transition: background 0.2s ease-in-out;
}

.pagination a:hover {
    color: #B09257;
    background: #822727;
}

.pagination a:hover path {
    fill: #B09257;
}

.pagination .active a {
    background: #E7DECD;
}

.pagination .btn-next,
.pagination .btn-prev {
    position: relative;
    margin: 0 15px;
    background: none;
    overflow: hidden;
    position: relative;
}

.pagination .btn-next svg,
.pagination .btn-prev svg {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.pagination .btn-next:hover,
.pagination .btn-prev:hover {
    opacity: 1;
}

.pagination .btn-next:hover::before,
.pagination .btn-prev:hover::before {
    opacity: 1;
    background: #822727;
}

.pagination .btn-next:hover:after,
.pagination .btn-prev:hover:after {
    opacity: 0;
}

.pagination .btn-next:after,
.pagination .btn-prev:after {
    content: "";
    top: 2px;
    left: 2px;
    right: 2px;
    border-radius: 100%;
    bottom: 2px;
    position: absolute;
    z-index: -1;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.pagination .btn-next:before,
.pagination .btn-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: "";
    z-index: -2;
    background: linear-gradient(-92.61deg, #B09257 -1.36%, #F6EEB5 100%);
}

.pagination .btn-next:before {
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
}

.pagination .btn-more {
    padding: 21px 40px;
    height: 60px;
    background: #E7DECD;
    border-radius: 50px;
    font-family: "Jost";
    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #594A49;
    transition: background 0.2s ease-in-out;
}

.pagination .btn-more:hover {
    background: #822727;
    color: #B09257;
}

@media screen and (max-width: 1439px) {
    .awards-history_in td {
        padding: 50px 0 30px 50px;
    }
    .awards-history_in td:last-child {
        font-size: 18px;
        line-height: 1.3;
    }
    .awards-history_in td:last-child p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .awards-history_in h3 {
        font-size: 25px;
        line-height: 1.3;
        margin: 0 0 15px;
    }
    .awards-history_in p {
        font-size: 16px;
        line-height: 1.3;
    }
    .awards-item_top {
        margin-top: -50px;
        padding: 70px 250px 60px 0;
    }
    .awards-item_top img {
        width: 200px;
    }
    .p-collections-in__wine-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 80px;
    }
}

@media screen and (max-width: 991px) {
    .awards-history_top a {
        font-size: 27px;
    }
    .awards-history_in td {
        padding: 30px 0 30px 30px;
    }
    .awards-history_in img {
        width: 100px;
        max-width: 100px;
    }
    .pagination a {
        width: 45px;
        line-height: 45px;
        height: 45px;
        margin: 0 3px;
    }
    .pagination .btn-prev,
    .pagination .btn-next {
        margin: 0 10px;
    }
    .pagination .btn-more {
        height: 45px;
        padding: 13px 25px;
    }
    .awards-item_top h1 {
        font-size: 70px;
    }
}

@media screen and (max-width: 768px) {
    .awards-history {
        margin-top: -80px;
    }
    .awards-history_in {
        padding: 0;
    }
    .awards-history_in tr,
    .awards-history_in table,
    .awards-history_in tbody,
    .awards-history_in td {
        text-align: center;
        display: block;
        border: none !important;
        padding: 0 0 10px;
    }
    .awards-history_in tr:first-child,
    .awards-history_in table:first-child,
    .awards-history_in tbody:first-child,
    .awards-history_in td:first-child {
        padding: 0 0 20px;
    }
    .awards-history_in tr {
        border-bottom: 2px solid #F5F5F5;
        padding-bottom: 10px;
    }
    .awards-history_in tr:last-child {
        border: none;
    }
    .pagination {
        padding: 55px 0 0;
        position: relative;
    }
    .pagination .btn {
        position: absolute;
        top: 0;
        margin: 0;
        left: 0;
    }
    .pagination .btn-next {
        left: auto;
        right: 0;
    }
    .pagination .btn-more {
        left: 50px;
        top: 0;
        height: 45px;
        font-size: 11px;
        padding: 13px 10px;
        right: 50px;
        width: auto;
    }
    .awards-item {
        padding: 0 0 40px;
    }
    .awards-item .move-title {
        font-size: 65px;
    }
    .awards-item_top {
        padding: 20px 0;
        /*margin-top: -15px;*/
        margin: -15px;
        text-align: center;
    }
    .awards-item_top h1 {
        font-size: 50px;
    }
    .awards-item_top img {
        position: static;
        display: inline-block;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .stores__controls-c {
        display: block;
    }
}

p>a {
    color: #ba9e5c;
    text-decoration: underline;
}

p>a:hover {
    text-decoration: none;
}

.p-collections-in__wine-item {
    position: relative;
}

.awards-small-info {
    position: absolute;
    top: 90px;
    top: 0;
    z-index: 10;
    left: 0;
}

.awards-small-info img {
    display: block;
    margin: 0 0 -28%;
    position: relative;
    width: 70px;
}

.awards-small-info img:hover {
    z-index: 3;
}

@media screen and (max-width: 768px) {
    .awards-small-info img {
        width: 50px;
        margin: 0 0 -28% 0px;
    }
}

.load-wrap {
    position: relative;
}

.load-wrap .btn {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 20;
    right: 0;
}

.load-wrap .btn:first-child {
    right: auto;
    left: 0;
}

.p-wbuy__head-l .contacts-item {
    width: 100%;
    border: none;
    margin: 106px 0 0;
    border-top: 2px solid #F5F5F5;
}

.contacts-item {
    width: 33.3%;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #594A49;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    padding: 51px 50px 39px 0;
    border-bottom: 2px solid #F5F5F5;
}

.contacts-item ul {
    position: relative;
    padding: 17px 0 0;
}

.contacts-item ul:after {
    width: 35px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline-block;
    background: linear-gradient(92.61deg, #B09257 -1.36%, #F6EEB5 100%);
}

.contacts-item li {
    margin: 0 0 10px;
    padding: 0;
}

.contacts-item li:before {
    display: none;
}

.contacts-item span {
    padding: 0 15px 0 0;
}

.contacts-item a {
    color: #B09257;
    display: inline-block;
}

.contacts-item h3 {
    font-family: "Kuzanyan";
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 42px;
    color: #2F1D1B;
    margin: 0 0 10px;
}

.contacts-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #594A49;
}

.contacts-list_in {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 61px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.contacts-list_in:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63px;
    display: inline-block;
    background: #FFFFFF;
}

.p-wbuy__head-l .contacts-item {
    padding-bottom: 0;
}

.p-wbuy__head-l .contacts-item .contacts-item li:last-child {
    margin-bottom: 0;
}

#contacts-map {
    position: relative;
}

#contacts-map:after {
    /*content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;*/
}

.only-mobile {
    display: none !important;
}

.only-tablet {
    display: none !important;
}

@media screen and (max-width: 1439px) {
    .only-tablet {
        display: block !important;
    }
    .p-wbuy__head-l .contacts-item {
        padding-bottom: 20px;
    }
    .p-wbuy__head-l .contacts-item .contacts-item li:last-child {
        margin-bottom: 8px;
    }
    .p-wbuy__head-l .contacts-item {
        display: none;
    }
    .levgol-slider__nav {
        bottom: 40px;
    }
    .levgol-slider .swiper-wrapper {
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .levgol-slider__item-img-wrap {
        /* height: 100% !important;*/
    }
    .levgol-slider__item-img-wrap video {
        width: 100% !important;
        height: 100% !important;
    }
    .levgol-slider__item {
        height: auto !important;
    }
}

@media screen and (max-width: 991px) {
    .p-contacts__credentials-bot-btn-wrap {
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
    }
    .contacts-item {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .p-wbuy__head-l .contacts-item {
        width: 100%;
        border: none;
        padding: 40px 0 0;
        margin: 40px 0 0;
        text-align: center;
        border-top: 2px solid #F5F5F5;
    }
    .p-wbuy__head-l .contacts-item ul:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .p-wine-tours__questions {
        padding: 100px 0;
    }
}

@media screen and (max-width: 768px) {
    .only-mobile {
        display: block !important;
    }
    .contacts-item {
        font-size: 15px;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        border: none;
        padding: 25px 0;
        text-align: center;
        border-top: 2px solid #F5F5F5;
    }
    .contacts-item ul:after {
        left: 50%;
        transform: translateX(-50%);
    }
    .contacts-item a {
        display: block;
    }
    .contacts-item span {
        padding: 0;
    }
    .contacts-item h3 {
        font-size: 25px;
        line-height: 1.3;
    }
    .p-wbuy__head {
        margin-bottom: 0;
    }
    .stores {
        padding: 50px 0 20px;
    }
    .stores__controls-c {
        display: block;
    }
    .p-rules__article h2 {
        font-size: 40px;
        line-height: 1.3;
    }
    .p-rules__article .list-icon>li {
        font-size: 16px;
        line-height: 1.3;
        text-align: left;
        padding-left: 70px;
    }
    .p-rules__article .list-icon>li li {
        font-size: 14px;
        line-height: 1.3;
        margin: 0 0 10px;
    }
    .p-rules__article .list-icon>li li:before {
        top: 9px;
    }
    .p-rules__article .list-icon img {
        width: 60px;
    }
    .p-rules {
        padding-bottom: 0;
    }
    .p-wine-tours__questions {
        padding: 50px 0;
    }
    .p-collections-in__wine-item {
        width: 50%;
    }
}

.swiper-custom-button-prev:hover:after,
.swiper-custom-button-next:hover:after,
.swiper-custom-button-next:active:after,
.swiper-custom-button-prev:active:after {
    opacity: 0 !important;
}

.swiper-custom-button-prev:active:before,
.swiper-custom-button-next:active:before {
    background: #822727 !important;
}

.wine-house-year-slider-c {
    margin-left: -40px;
}

.wine-house-year-slider-3-c {
    margin-left: 0;
}

.wine-house-year-slider__item {
    padding-left: 40px;
}

.p-wine-house__btn-wrap .btn-w-circle2,
.wine-house-year-slider__item-btn-wrap .btn-w-circle2 {
    margin-bottom: 20px;
}

@media screen and (max-width: 1439px) {
    .stores__controls-select-wrap {
        width: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .wine-house-year-slider-c {
        margin-left: 0;
    }
    .wine-house-year-slider-3-c {
        margin-left: 0;
    }
    .wine-house-year-slider__item {
        padding-left: 0;
    }
}

.p-wine__head-bot-btns .btn-w-circle {
    width: 267px;
    text-align: center;
}

.p-wine__features-item-desc {
    color: #B09257;
    font-size: 20px;
    line-height: 24px;
}

.p-wine__head-r_awards {
    margin: 0 0 40px;
}

.p-wine__head-r_awards img {
    width: 60px;
    position: relative;
    height: auto;
    margin: 0 -15px 0 0;
}

.p-wine__head-r_awards img:hover {
    z-index: 2;
}

@media screen and (max-width: 1600px) {
    .p-wine__head-bot-btns .btn-w-circle {
        width: 170px;
        text-align: center;
    }
    .p-wine__head-bot-btns {
        text-align: left;
    }
}

@media (max-width: 1439px) {
    .p-wine__head-bot-btns .btn-w-circle2 {
        width: 170px;
        text-align: center;
        padding: 21px 40px;
    }
    .p-wine__head-r_awards {
        margin-left: 215px;
    }
    .wine-tours-slider__nav {
        /*  display: none;*/
    }
}

@media (max-width: 767px) {
    .stores__controls-select-wrap {
        width: 100%;
    }
    .p-vineyards-slider__nav {
        bottom: 70px;
    }
    .p-wine__main-info-circles {
        padding-right: 0;
    }
    .p-wine__head-r_awards {
        margin-left: 0;
        text-align: center;
    }
    .p-wine__features-item-desc,
    .p-wine__features-item-title {
        font-size: 18px;
        line-height: 20px;
    }
    .wine-tours-slider-c {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .wine-tours-slider__nav {
        display: -ms-flexbox;
        display: flex;
        left: 50%;
    }
    .p-wine__head-bot-btns {
        text-align: center;
    }
    .load-wrap .btn {
        top: -50px !important;
        transform: none !important;
    }
}

@media (max-width: 991px) {
    .load-wrap .btn {
        top: -50px !important;
        transform: none !important;
    }
}

.download-link {
    text-decoration: none;
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #B09257;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.download-link:hover span {
    text-decoration: none;
}

.download-link span {
    display: block;
    text-decoration: underline;
    color: #594A49;
}

.p-awards__desc {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2F1D1B;
    margin-left: auto;
    margin-right: auto;
}

.p-awards__desc:last-child {
    margin-bottom: 0;
}

.page-head-desc:last-child {
    margin-bottom: 0;
}

.page-head-desc {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2F1D1B;
    max-width: 1125px;
    margin-left: auto;
    margin-right: auto;
}

.p-collections-in__content .awards-small-info {
    top: 0;
}

.p-rules__desc {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #2F1D1B;
    padding-left: 16px;
    max-width: none;
    text-align: left;
    position: relative;
}

.p-rules__desc:after {
    position: absolute;
    width: 2px;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    display: inline-block;
    background: linear-gradient(180deg, #B09257 0%, #F6EEB5 100%);
}

@media (max-width: 767px) {
    .page-head-desc {
        font-size: 16px;
        line-height: 22px;
    }
    .p-awards__desc {
        font-size: 16px;
        line-height: 22px;
    }
    .p-collections-in__wine-list {
        margin-bottom: 30px;
        padding-top: 50px;
    }
    .p-collections-in__wine-item-tag {
        font-size: 15px;
    }
}

.swiper-custom-button-prev.swiper-button-disabled,
.swiper-custom-button-next.swiper-button-disabled {
    visibility: hidden;
    pointer-events: none;
}

.swiper-slide .news__item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.swiper-slide .p-collections-in__wine-item {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.tour-slider {
    height: 100%;
}

.other-tours-nav {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 40px;
}

@media (min-width: 1370px) {
    .wine-tours-slider__item-img-wrap {
        height: 800px;
        position: relative;
    }
    .wine-tours-slider__item-img-wrap .wine-tours-slider__item-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1439px) {
    .wine-tours-slider__item-img-wrap {
        height: 420px;
        position: relative;
    }
    .wine-tours-slider__item-img-wrap .wine-tours-slider__item-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page {
    position: relative;
}

.load-wrap .other-news-nav .swiper-custom-button-prev {
    left: -0px;
    transform: initial;
}

.load-wrap .other-news-nav .swiper-custom-button-next {
    right: -0px;
    transform: initial;
}

.p-levgol__info-block-l-columns .p-levgol__info-block-desc {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

@media (max-width: 1439px) {
    .p-levgol__info-block-l-columns .p-levgol__info-block-desc {
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 12;
        column-count: 1;
    }
}

.header-dropdown-in-l {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-right: 30px;
    padding-top: 10px;
}

ul.header-dropdown__info-list {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

li.header-dropdown__info-item {
    margin: 10px 40px;
    width: 350px;
}

.viewport {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.p-levgol__desc,
.page-head-desc,
.p-levgol__info-block-desc,
.p-wine-house__info-item-desc,
.description-text,
.p-production__main-info-item-desc {
    text-align: justify;
}

.grecaptcha-badge {
    display: none !important;
}

.p-news-inner__another-news:last-child,
.p-wine__see-also:last-child {
    padding-bottom: 20px;
}

.p-news-inner__main-info-title.section-title {
    text-align: left;
}

@media (max-width: 991px) {
    .p-collections-in__main-info {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .p-collections-in__main-info-title {
        font-size: 50px;
        line-height: 1.2;
    }
    .p-collections-in__main-info-l {
        flex: 0 0 100%;
        width: 100%;
    }
    .p-collections-in__main-info-r {
        flex: 0 0 100%;
        width: 100%;
    }
    .p-collections-in__main-info-img-container {
        height: auto;
        min-height: initial;
        -ms-flex: 1;
        flex: 1;
        margin-left: -20px;
        margin-right: -20px;
        padding-top: 100%;
    }
}

@media (max-width: 767px) {
    .p-collections-in__main-info {}
    .p-collections-in__main-info-title {
        font-size: 35px;
        line-height: 1.2;
    }
    .p-collections-in__main-info-l {}
    .p-collections-in__main-info-r {}
    .p-collections-in__main-info-desc {
        font-size: 16px;
    }
    .p-production__main-info-full-item .p-production__main-info-full-item-content-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-production__main-info-full-item .p-production__main-info-full-item-content {
        min-height: 0;
    }
    .news-swiper.swiper {
        overflow: visible;
    }
}

@media (min-width: 1440px) {
    .levgol-slider-c {
        position: relative;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 49vw;
        margin-bottom: 50px;
    }
    .levgol-slider__item-img-wrap {
        width: 100%;
        position: relative;
        height: 55vh;
    }
}

.levgol-slider__item-img {
    object-position: center;
}

.levgol-slider-c {
    max-width: 935px;
}

@media (max-width: 1439px) and (min-width: 768px) {
    .wine-tours-slider__nav {
        transform: initial;
        left: 45px;
        bottom: 40px;
    }
}


.p-wine-tours_columns {columns: 2;column-gap:50px;padding: 0 25px;}
@media (max-width: 1439px) {
.p-wine-tours_columns {columns: 1;column-gap:0px;}
}

.collections__item .collections__item-col .collections-card_small {height:100%;}

@media (min-width: 767px) {
.btn-w-circle__ico-wrap {right: -20px;}
}


/* End */


/* Start:/local/templates/main_v2/styles/custom.css?175516282891*/
.hero-slider__item-btn-wrap .hero-slider__item-btn:hover:after {
    background: #bfa46a;
}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/menu/template_top/style.min.css?1755162828490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main_v2/components/bitrix/menu/template_top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/menu/template_top_drop/style.min.css?1755162828490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main_v2/components/bitrix/menu/template_top_drop/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/menu/template_mobile/style.min.css?1755162828490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main_v2/components/bitrix/menu/template_mobile/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/menu/template_footer/style.min.css?1755162828490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main_v2/components/bitrix/menu/template_footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main_v2/components/bitrix/menu/template_footer_v2/style.min.css?1755162828490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/main_v2/components/bitrix/menu/template_footer_v2/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/main_v2/styles.css?175516282866*/
article.p-news-inner__article-block ul {
    list-style: inside;
}
/* End */


/* Start:/local/templates/main_v2/template_styles.css?17551628289182*/
.wine-tours__video-btn,
.wine-tours__video-btn:focus,
.wine-tours__video-btn:active {
    outline: none;
    border: none;
}

.p-collections-in__wine-list {
    flex-wrap: wrap;
}

.p-wine__head-r_awards {
    display: flex;
    /* justify-content: space-between;*/
    gap: 36px;
    flex-wrap: wrap;
}

.group-award-item__img {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.group-award-item__img img {
    display: block;
    width: 100%;
    height: auto;
}

.group-award-item__name {
    font-family: "Kuzanyan", sans-serif;
    font-size: 18px;
    text-align: center;
}

.group-award-item__text {
    color: #B09257;
    font-size: 14px;
    text-align: center;
}

.all-news-btn-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bot {
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    .p-wine__head-r_awards {
        row-gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .p-wine__head-r_awards .group-award-item {
        /*max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);*/
        max-width: 100%;
        width: 100%;
    }
}

.swiper .awards-small-info {
}

.awards-small-info .swiper-custom-button-prev:after,
.awards-small-info .swiper-custom-button-next:after {
    width: 70px;
    height: 70px;
    background-color: #e8decd9c;
}

.awards-small-info .swiper-custom-button-prev.swiper-custom-button-prev--mini:after,
.awards-small-info .swiper-custom-button-next.swiper-custom-button-prev--mini:after {
    width: 40px;
    height: 40px;
    background-color: #e8decd9c;
}

.awards-small-info .swiper-custom-button-prev:before,
.awards-small-info .swiper-custom-button-next:before {
    width: 70px;
    height: 70px;
    z-index: -1;
}

.awards-small-info .swiper-custom-button-prev.swiper-custom-button-prev--mini:before,
.awards-small-info .swiper-custom-button-next.swiper-custom-button-prev--mini:before {
    width: 40px;
    height: 40px;
    z-index: -1;
}

.awards-small-info .swiper-custom-button-prev.swiper-custom-button-prev--mini {
    width: 40px;
    height: 40px;
}

.awards-small-info .swiper-custom-button-prev {
    margin-right: 0;
    text-align: center;
    color: #000000;
    width: 70px;
    height: 70px;
    margin-top: -28%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.awards-small-info .swiper-custom-button-prev:hover {
    color: #B09257;
}

@media screen and (max-width: 768px) {
    .awards-small-info .swiper-custom-button-prev:after,
    .awards-small-info .swiper-custom-button-next:after {
        width: 50px;
        height: 50px;
    }

    .awards-small-info .swiper-custom-button-prev:before,
    .awards-small-info .swiper-custom-button-next:before {
        width: 50px;
        height: 50px;
    }

    .awards-small-info .swiper-custom-button-prev {
        width: 50px;
        height: 50px;
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .p-collections__item-img-wrap,
    .p-collections__item-imgs-1 .p-collections__item-img-wrap,
    .p-collections__item-imgs-2 .p-collections__item-img-wrap {
        height: 0;
        padding-bottom: 100%;
    }

    .p-collections-in__main-img-cols {
        display: block;
    }

    .p-collections-in__main-img-cols .p-collections-in__main-img-col {
        width: 100%;
    }

    .p-collections-in__main-img-cols .p-collections-in__main-img-col:not(.p-collections-in__main-img-col--main) {
        display: none;
    }

    .p-collections-in__main-img-wrap {
        padding-bottom: 100%;
        padding-top: 0;
        height: 0;
    }
}

@media print {
    body {
        height: auto;
    }

    .page .viewport {
        position: initial;
        height: initial;
        overflow: initial;
    }
}

.other-news-slider .swiper-wrapper {
    display: flex;
}

.other-news-slider .swiper-wrapper .swiper-slide {
    display: flex;
    height: auto;
}

.other-news-slider .swiper-wrapper .swiper-slide .news__item {
    display: flex;
}

.other-news-slider .swiper-wrapper .swiper-slide .news__item a {
    display: flex;
    flex-direction: column;
}

.other-news-slider .swiper-wrapper .swiper-slide .news__item a .news-card__title {
    flex: 1 1 auto;
}

.other-news-slider .swiper-wrapper .swiper-slide .news__item a .news-card__title:before {
    min-height: 100%;
}

.p-production__main-info-full-item-content-c {
    padding-top: 20px;
    padding-bottom: 20px;
}

.awards-row {
    display: grid;
    gap: 30px;
    grid-template-columns: 240px 1fr 430px;
    width: 100%;
    justify-content: space-between;
    padding-right: 65px;
    padding-left: 65px;
}

.awards-img-col {
}

.awards-img-col img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.awards-name-col {
}

.awards-prods-col {
}

@media (max-width: 991px) {
    .awards-row {
        grid-template-columns: 1fr;
        padding-right: 0;
        padding-left: 0;
    }

    .awards-img-col {
        max-width: 80px;
    }
}

.swiper.recommend-slider,
.swiper.assortment__list {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
}

.swiper .awards-small-info,
.p-search__results-tab .awards-small-info {
    display: none !important;
}

.p-wbuy__head-title.page-head-title {
    margin: auto;
}

.awards__item {
    width: 16.6%;
}

.awards__item-img-container {
    flex-wrap: wrap;
}

.awards__item-img-container .awards__item-img {
    margin-bottom: 20px;
}

.awards__item-img-container .awards__item-name {
    font-family: 'Kuzanyan';
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    color: #594A49;
    margin-bottom: 10px;
}

.awards__item-img-container .awards__item-description {
    font-family: "Jost";
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #AB935F;
    text-transform: uppercase;
}

.awards .section-title {
    margin-bottom: 6px;
}
.awards__desc{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #594A49;
    margin: 0 0 41px;
}
.awards__item-img-container{
    padding: 0 9px;
}
.awards__item-img-container .awards__item-img {
    margin-bottom: 33px;
}
.awards__item-img-container .awards__item-name {
    margin-bottom: 12px;
}


.p-awards .active .awards__item-img{
    max-width: 100px;
    margin-top: -13px;
}
.p-awards .awards__item-img{
    max-width: 73px;
    height: auto;
    width: auto;
    margin: 0 0 17px;
}
.p-awards .awards__list {
    margin: -6px auto 32px;
    max-width: 1140px;
}
.p-awards .page-head-desc{
    text-align: center;
    max-width: 847px;
    margin-left: auto;
    margin-right: auto;
}

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

}

@media screen and (max-width: 1025px) {
    .awards .awards__head-r .d-none {
        display: block;
    }
    .awards .section-title {
        max-width: 400px;
        margin: 0 0 -7px;
    }
    .awards__desc {
        margin: 0 auto 41px 0;
        max-width: 500px;
    }
    .awards__item{
        margin-top: 0;
        width: 33.3%;
        margin: 0 0 48px;
    }
    .awards__list {
        padding-top: 5px;
        margin-top: 0;
    }
    .awards__item-img-container {
        padding: 0 23px;
    }

    .p-awards .p-awards__title{
        font-size: 50px;
        margin-bottom: 43px;
        line-height: 1;
    }
    .p-awards .awards__list {
        margin: -6px auto -4px;
        max-width: 1140px;
    }
    .p-awards .awards__item{
        width: 16.6%;
    }
    .p-awards .awards__item-img-container{
        padding: 0;
    }
    .p-awards .awards__item-img-container .awards__item-name{
        margin-left: -5px;
        margin-right: -5px;
        font-size: 17px;
    }
    .p-awards .page-head-desc{
        font-size: 16px;
        line-height: 140%;
    }
    .p-awards {
        padding-bottom: 89px;
    }
}

@media screen and (max-width: 767px) {
    .awards .section-title{
        text-align: left;
        margin: 0 0 -8px;
    }
    .awards__desc{
        font-size: 16px;
        line-height: 22px;
    }
    .awards__item-img-container{
        padding: 0;
    }
    .awards__list {
        margin-top: -7px;
    }
    .awards__item-img-container .awards__item-name{
        display: none;
    }
    .awards__item-img-container .awards__item-description{
        font-size: 14px;
        line-height: 1.4;
    }
    .awards__item {
        margin: 0 0 39px;
    }
    .awards__item-img-container .awards__item-img {
        margin-bottom: 17px;
    }

    .p-awards .p-awards__title{
        font-size: 35px;
        line-height: 1;
    }
    .p-awards .awards__item{
        width: 33.3%;
        margin: 0 0 24px;
    }
    .p-awards .awards__list {
        margin: -6px auto 21px;
    }
    .p-awards .awards__item-img{
        max-width: 50px;
    }
    .p-awards {
        padding-bottom: 77px;
    }
    .p-awards .page-head-desc {
        font-size: 18px;
        line-height: 140%;
    }

    .p-awards .active .awards__item-img{
        max-width: 75px;
        margin-top: -13px;
    }
}



/* End */
/* /local/templates/main_v2/styles/style.css?1755162828470591 */
/* /local/templates/main_v2/styles/custom.css?175516282891 */
/* /local/templates/main_v2/components/bitrix/menu/template_top/style.min.css?1755162828490 */
/* /local/templates/main_v2/components/bitrix/menu/template_top_drop/style.min.css?1755162828490 */
/* /local/templates/main_v2/components/bitrix/menu/template_mobile/style.min.css?1755162828490 */
/* /local/templates/main_v2/components/bitrix/menu/template_footer/style.min.css?1755162828490 */
/* /local/templates/main_v2/components/bitrix/menu/template_footer_v2/style.min.css?1755162828490 */
/* /local/templates/main_v2/styles.css?175516282866 */
/* /local/templates/main_v2/template_styles.css?17551628289182 */
