

/* Start:/bitrix/templates/planet/template_styles.css?1763019186253728*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    padding: 80px 0 0;
    margin: 0;
    font-family: Mulish;
    color: #252223;
    position: relative;
    background-color: #fcfaf8;
    background-image: url(/img/bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    overflow-x: hidden;
}
@media (max-width: 1023px) {
    body {
        padding-top: 50px;
    }
}
.container {
    width: 1320px;
    margin: auto;
}
@media (max-width: 1849px) {
    .container {
        width: 1000px;
    }
}
@media (max-width: 1359px) {
    .container {
        width: 940px;
    }
}
@media (max-width: 1279px) {
    .container {
        width: 100%;
        padding: 0 50px;
    }
}
@media (max-width: 1023px) {
    .container {
        padding: 0 20px;
    }
}
.main {
    position: relative;
    margin-top: 29px;
    overflow-x: hidden;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 35px 0 5px;
}
@media (max-width: 1849px) {
    .page-title {
        margin: 25px 0 5px;
    }
}
@media (max-width: 1279px) {
    .page-title {
        margin: 15px 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        display: block;
    }
    .page-title.flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .page-title.justify-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.page-title h1 {
    font-family: Cormorant;
    font-weight: 500;
    font-size: 86px;
    line-height: 100px;
    margin: 0;
}
@media (max-width: 1849px) {
    .page-title h1 {
        font-size: 65px;
        line-height: 75px;
    }
}
@media (max-width: 1279px) {
    .page-title h1 {
        font-size: 32px;
        line-height: 40px;
    }
}
.page-title__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #806d57;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    top: -50px;
}
.page-title__back--page {
    top: -90px;
}
@media (max-width: 1849px) {
    .page-title__back {
        top: -40px;
    }
    .page-title__back--page {
        top: -70px;
    }
}
@media (max-width: 1279px) {
    .page-title__back {
        display: none;
    }
}
@media (hover) {
    .page-title__back:hover {
        color: var(--accent);
        text-decoration: underline;
    }
}
.page-title__back img {
    margin-right: 14px;
}
.page-title__video {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    color: #ad9373;
    margin-top: 14px;
    margin-left: 65px;
}
@media (max-width: 1279px) {
    .page-title__video {
        margin-left: 0;
        font-size: 14px;
        line-height: 40px;
    }
}
@media (hover) {
    .page-title__video:hover {
        text-decoration: underline;
    }
}
.page-title__video img {
    margin-right: 18px;
}
@media (max-width: 1279px) {
    .page-title__video img {
        margin-right: 15px;
    }
}
.icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid transparent;
    border-color: #c9ae8f;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
    position: relative;
    padding: 0;
}
.icon-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -o-linear-gradient(315deg, #dbc2a2 0, #ae925f 100%);
    background: linear-gradient(135deg, #dbc2a2 0, #ae925f 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon-btn--blue {
    border-color: #9cbcc6;
}
.icon-btn--blue::before {
    background: #9cbcc6;
}
.icon-btn--yellow {
    border-color: #e6bb7c;
}
.icon-btn--yellow::before {
    background: #e6bb7c;
}
.icon-btn img {
    position: relative;
}
.icon-btn.active,
.icon-btn:hover {
    border: none;
}
.icon-btn.active img,
.icon-btn:hover img {
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%);
}
.icon-btn.active::before,
.icon-btn:hover::before {
    opacity: 1;
}
.showmore {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1279px) {
    .showmore {
        margin-top: 0;
    }
}
@media (min-width: 1024px) {
    .hidden-desktop {
        display: none !important;
    }
}
@media (max-width: 1023px) {
    .hidden-mobile {
        display: none !important;
    }
}
.slick-track {
    margin-left: 0 !important;
}
input,
textarea {
    -webkit-appearance: none !important;
    border-radius: 0;
}
.system-message {
    position: fixed;
    top: 80px;
    left: 0;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media (max-width: 767px) {
    .system-message {
        top: 50px;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        font-size: 14px;
        padding: 5px 16px;
    }
}
.system-message--error {
    background: tomato;
}
.system-message--success {
    background: #3cb371;
}
.system-message.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.footer {
    margin-top: 75px;
    border-top: 1px solid #c9ae8f;
    padding: 0 100px;
}
@media (max-width: 1849px) {
    .footer {
        margin-top: 50px;
    }
}
@media (max-width: 1279px) {
    .footer {
        padding: 0 50px;
    }
}
@media (max-width: 1023px) {
    .footer {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding: 0;
    }
}
.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 1849px) {
    .footer__wrap {
        margin: auto;
        position: relative;
        min-height: 300px;
    }
}
@media (max-width: 1023px) {
    .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer__logo {
    width: 200px;
    padding-top: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1849px) {
    .footer__logo {
        display: none;
    }
}
.footer__mid {
    width: 100%;
    border-left: 1px solid #c9ae8f;
    border-right: 1px solid #c9ae8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 50px;
}
@media (max-width: 1849px) {
    .footer__mid {
        border: none;
        padding: 35px 0 90px;
    }
}
@media (max-width: 1023px) {
    .footer__mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .footer__mid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
    }
}
.footer__bottom {
    padding: 15px 100px 30px;
    border-top: 1px solid #c9ae8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #a3a3a3;
}
@media (max-width: 1279px) {
    .footer__bottom {
        padding: 15px 50px 30px;
    }
}
@media (max-width: 1023px) {
    .footer__bottom {
        padding: 15px 20px 30px;
    }
}
@media (max-width: 767px) {
    .footer__bottom {
        padding: 25px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 23px;
    }
}
.footer__confidence {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__confidence:hover {
    color: #c9ae8f;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media (max-width: 767px) {
    .footer__social img {
        height: 31px;
    }
}
.footer__social a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__social a:hover {
    opacity: 0.6;
}
.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (max-width: 1849px) {
    .footer__contact {
        padding-top: 155px;
    }
}
@media (max-width: 1279px) {
    .footer__contact {
        padding-top: 130px;
    }
}
@media (max-width: 1023px) {
    .footer__contact {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .footer__contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 30px 0;
        border-top: 1px solid #c9ae8f;
        width: 100%;
        margin-top: 188px;
    }
}
.footer__contact .btn {
    width: 225px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1849px) {
    .footer__contact .btn {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer__contact .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}
.footer__email {
    font-size: 20px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .footer__email {
        display: none;
    }
}
.footer__email a {
    color: #929292;
    text-decoration: none;
    font-weight: 300;
}
.footer__phone {
    font-size: 24px;
    margin-bottom: 4px;
}
@media (max-width: 767px) {
    .footer__phone {
        margin: 30px 0 0;
    }
}
.footer__phone a {
    color: #929292;
    text-decoration: none;
    font-weight: 400;
}
.footer__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-left: 60px;
    padding-top: 35px;
}
.footer__btns .btn {
    width: 275px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1279px) {
    .footer__btns .btn {
        width: 225px;
    }
}
@media (max-width: 767px) {
    .footer__btns .btn {
        height: 60px;
        width: 275px;
        font-size: 16px;
    }
}
@media (max-width: 1849px) {
    .footer__btns {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 1023px) {
    .footer__btns {
        top: auto;
        right: auto;
        left: 0;
        bottom: 70px;
        padding-left: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (max-width: 767px) {
    .footer__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 50px;
}
@media (max-width: 1279px) {
    .footer__nav {
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 19px;
        width: 145px;
    }
}
.footer__nav a {
    text-decoration: inherit;
    color: inherit;
}
.footer__nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer__nav ul li {
    margin: 0;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #929292;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1279px) {
    .footer__nav ul li {
        font-size: 13px;
        line-height: 24px;
    }
}
.footer__nav ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #c4c4c4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
    margin-right: 8px;
}
.footer__nav ul li:first-child {
    padding: 0;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #929292;
    margin-bottom: 15px;
}
@media (max-width: 1279px) {
    .footer__nav ul li:first-child {
        font-size: 13px;
        line-height: normal;
        margin-bottom: 11px;
    }
}
@media (max-width: 767px) {
    .footer__nav ul li:first-child {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.footer__nav ul li:first-child::before {
    display: none;
}
.footer__nav ul li:last-child {
    margin-bottom: 0;
}
@media (hover) {
    .footer__nav ul li a:hover {
        text-decoration: underline;
    }
}
.header {
    height: 80px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
    position: relative;
    z-index: 10;
    padding: 0 100px;
    background: #fcfaf8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}
@media (max-width: 1279px) {
    .header {
        padding: 0 50px;
    }
}
@media (max-width: 1023px) {
    .header {
        padding: 0;
        height: 50px;
    }
}
.header__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1023px) {
    .header__wrap {
        padding: 0 16px;
    }
}
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1023px) {
    .header-nav {
        display: block;
        position: absolute;
        height: calc(100vh - 50px);
        overflow-y: auto;
        left: 0;
        top: 51px;
        background: #fcfaf8;
        width: 360px;
        padding: 19px 0 28px;
        -webkit-box-shadow: 0 54px 25px rgba(173, 147, 115, 0.25);
        box-shadow: 0 54px 25px rgba(173, 147, 115, 0.25);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
    }
}
@media (max-width: 767px) {
    .header-nav {
        width: 100vw;
        z-index: 2;
    }
}
.header-nav > a {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@media (max-width: 1849px) {
    .header-nav a {
        font-size: 14px;
    }
}
.header-nav__dropdown {
    position: absolute;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    padding-top: 30px;
    left: -12px;
}
@media (max-width: 1023px) {
    .header-nav__dropdown {
        display: none;
    }
}
.header-nav__dropdown div {
    background: #fcfaf8;
    padding: 5px 15px 5px 24px;
    -webkit-box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    border-top: 1px solid #887a6b;
}
.header-nav__dropdown a {
    display: block;
    text-decoration: none;
    font-family: Cormorant;
    font-size: 16px;
    line-height: 30px;
    color: #929292;
    position: relative;
}
@media (hover) {
    .header-nav__dropdown a:hover {
        text-decoration: underline;
        color: #887a6b;
    }
}
.header-nav__dropdown a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #887a6b;
    display: block;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.header-nav__item {
    position: relative;
    margin-right: 80px;
    color: #887a6b;
}
@media (max-width: 1849px) {
    .header-nav__item {
        margin-right: 30px;
    }
}
@media (max-width: 1279px) {
    .header-nav__item {
        margin-right: 25px;
    }
    .header-nav__item:nth-child(6) {
        display: none;
    }
}
@media (max-width: 1023px) {
    .header-nav__item {
        margin-right: 0;
        padding: 0 16px;
    }
    .header-nav__item:nth-child(6) {
        display: block;
    }
}
.header-nav__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -31px;
    left: 0;
    -webkit-transition: background-color 0.5s, opacity 0.5s;
    -o-transition: background-color 0.5s, opacity 0.5s;
    transition: background-color 0.5s, opacity 0.5s;
    opacity: 0.7;
}
.header-nav__item > a {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-decoration: none;
    display: block;
    opacity: 0.8;
    text-transform: uppercase;
    color: inherit;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.header-nav__item > a > span {
    display: none;
}
@media (max-width: 1849px) {
    .header-nav__item > a {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 1360px) {
    .header-nav__item > a {
        font-size: 12px;
        line-height: 17px;
    }
}
@media (max-width: 1279px) {
    .header-nav__item > a {
        font-size: 13px;
    }
}
@media (max-width: 1023px) {
    .header-nav__item > a {
        font-weight: 500;
        font-size: 48px;
        line-height: 74px;
        text-transform: none;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .header-nav__item > a span {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        margin-right: 16px;
        padding-bottom: 23px;
    }
}
@media (hover) {
    .header-nav__item:hover {
        color: #887a6b;
    }
    .header-nav__item:hover::after {
        background-color: #887a6b;
    }
}
.header-nav__item.active {
    color: #887a6b;
}
.header-nav__item.active::after {
    background-color: #887a6b;
}
@media (max-width: 1023px) {
    .header-nav__item.active::after {
        display: none;
    }
}
.header-nav__item.active {
    font-weight: 700;
}
.header-nav__item.active::after {
    opacity: 1;
}
.header-nav__item.active a {
    opacity: 1;
}
@media (hover) {
    .header-nav__item:hover .header-nav__dropdown {
        opacity: 1;
        pointer-events: auto;
    }
}
.header-search {
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 25px;
    margin-right: 0;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
}
@media (max-width: 1023px) {
    .header-search {
        width: 50px;
        height: 50px;
    }
}
.header-search > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    -webkit-transition: -webkit-filter 0.3s;
    transition: -webkit-filter 0.3s;
    -o-transition: filter 0.3s;
    transition: filter 0.3s;
    transition: filter 0.3s, -webkit-filter 0.3s;
}
@media (max-width: 1023px) {
    .header-search > img {
        width: 20px;
    }
}
.header-search__input {
    width: 80px;
    height: 80px;
    pointer-events: none;
    position: absolute;
    background: -o-linear-gradient(46.47deg, #d3bc99 2.44%, #ac9d86 100%);
    background: linear-gradient(43.53deg, #d3bc99 2.44%, #ac9d86 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: 0;
    overflow-x: hidden;
    -webkit-transition: width 0.5s ease-in-out, opacity 0.3s;
    -o-transition: width 0.5s ease-in-out, opacity 0.3s;
    transition: width 0.5s ease-in-out, opacity 0.3s;
    opacity: 0;
}
@media (max-width: 1023px) {
    .header-search__input {
        width: 50px;
        height: 50px;
    }
}
.header-search__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header-search__wrap-cover {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(66, 55, 51, 0.7);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.header-search__wrap button,
.header-search__wrap input {
    width: calc(100% - 80px);
    height: 80px;
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
@media (max-width: 1023px) {
    .header-search__wrap button,
    .header-search__wrap input {
        width: calc(100% - 50px);
        height: 50px;
    }
}
.header-search__wrap button {
    width: 80px;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .header-search__wrap button {
        width: 50px;
    }
}
.header-search__wrap input {
    outline: 0;
    color: #fff;
    font-size: 24px;
    font-family: Mulish;
    padding: 3px 65px 0;
}
@media (max-width: 1849px) {
    .header-search__wrap input {
        padding-left: 30px;
        font-size: 22px;
    }
}
@media (max-width: 1023px) {
    .header-search__wrap input {
        padding-left: 16px;
        font-size: 18px;
    }
}
.header-search__wrap input::-webkit-input-placeholder {
    color: #fff;
}
.header-search__wrap input::-moz-placeholder {
    color: #fff;
}
.header-search__wrap input:-ms-input-placeholder {
    color: #fff;
}
.header-search__wrap input::-ms-input-placeholder {
    color: #fff;
}
.header-search__wrap input::placeholder {
    color: #fff;
}
.header-search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
    cursor: pointer;
    width: 80px;
    cursor: pointer;
}
@media (max-width: 1023px) {
    .header-search__close {
        width: 50px;
    }
    .header-search__close img {
        width: 20px;
    }
}
@media (hover) {
    .header-search:hover .header-search__input {
        opacity: 1;
    }
    .header-search:hover > img {
        -webkit-filter: brightness(1000%);
        filter: brightness(1000%);
    }
}
.header-search.active .header-search__input {
    opacity: 1;
}
.header-search.active > img {
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%);
}
@media (max-width: 1023px) {
    .header-search.active {
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
        z-index: 3;
    }
}
.header-search.active .header-search__wrap-cover {
    opacity: 1;
    pointer-events: auto;
}
.header-search.active .header-search__input {
    width: calc(100vw - 603px);
    pointer-events: auto;
}
@media (max-width: 1849px) {
    .header-search.active .header-search__input {
        width: calc(100vw - 553px);
    }
}
@media (max-width: 1279px) {
    .header-search.active .header-search__input {
        width: calc(100vw - 220px);
    }
}
@media (max-width: 1023px) {
    .header-search.active .header-search__input {
        width: 100vw;
    }
}
.header-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 20;
}
.header-actions__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .header-actions__avatar {
        width: 20px;
        height: 20px;
        margin-left: 0 !important;
        border-radius: 0;
    }
}
.header-actions__avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.header-actions__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 180px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: 20px;
}
@media (max-width: 1849px) {
    .header-actions__auth {
        width: 150px;
    }
}
@media (max-width: 1023px) {
    .header-actions__auth {
        width: auto;
        margin-left: 14px;
    }
}
.header-actions__auth img {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1023px) {
    .header-actions__auth img {
        width: 20px;
    }
}
.header-actions__auth a,
.header-actions__auth span {
    text-decoration: none;
    color: inherit;
    margin-left: 15px;
    font-size: 16px;
    font-style: italic;
    font-family: Cormorant;
    font-weight: 600;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    white-space: nowrap;
}
@media (max-width: 1849px) {
    .header-actions__auth a,
    .header-actions__auth span {
        font-size: 14px;
        max-width: 70px;
    }
}
@media (max-width: 1023px) {
    .header-actions__auth a,
    .header-actions__auth span {
        display: none;
    }
}
.header-actions__auth > a {
    max-width: 90px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media (max-width: 1849px) {
    .header-actions__auth > a {
        max-width: 70px;
    }
}
.header-actions__auth .header-nav__dropdown {
    width: calc(100% + 15px);
    bottom: 16px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding-right: 0;
    z-index: 30;
}
.header-actions__auth .header-nav__dropdown > div {
    border-top: 1px solid #887a6b;
    padding: 5px 15px;
}
.header-actions__auth .header-nav__dropdown > div a {
    display: block;
    text-decoration: none;
    font-family: Cormorant;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #929292 !important;
    position: relative;
    font-weight: 500;
}
@media (hover) {
    .header-actions__auth .header-nav__dropdown > div a:hover {
        text-decoration: underline;
        color: #887a6b !important;
    }
}
.header-actions__auth:hover a,
.header-actions__auth:hover span {
    color: var(--accent);
    text-decoration: underline;
}
.header-actions__auth:hover .header-nav__dropdown {
    opacity: 1;
    pointer-events: auto;
}
.header-logo {
    margin-right: 64px;
}
@media (max-width: 1279px) {
    .header-logo {
        margin-right: 50px;
    }
}
@media (max-width: 1023px) {
    .header-logo {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.header-logo img {
    display: block;
}
@media (max-width: 1279px) {
    .header-logo img {
        width: 110px;
    }
}
@media (max-width: 1023px) {
    .header-logo img {
        width: 100px;
    }
}
.header-mobile {
    display: none;
}
@media (max-width: 1023px) {
    .header-mobile {
        display: block;
        margin-top: 48px;
    }
    .header-mobile__btns {
        padding: 0 42px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }
    .header-mobile__btns .btn {
        height: 60px;
        font-size: 16px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header-mobile__contact {
        padding: 30px 0 22px;
        text-align: center;
        border-top: 1px solid #c9ae8f;
        border-bottom: 1px solid #c9ae8f;
    }
    .header-mobile__contact .btn {
        width: 180px;
        height: 50px;
        font-size: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-mobile__phone {
        margin: 30px 0 4px;
    }
    .header-mobile__phone a {
        color: #929292;
        text-decoration: none;
        font-weight: 400;
        font-size: 24px;
    }
    .header-mobile__bottom {
        padding: 25px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 23px;
        color: #a3a3a3;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
    }
    .header-mobile__bottom a {
        text-decoration: none;
        color: inherit;
    }
    .header-mobile__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }
    .header-mobile__social img {
        height: 31px;
    }
}
.header-burger {
    display: none;
}
@media (max-width: 1023px) {
    .header-burger {
        display: block;
        position: relative;
        width: 26px;
        height: 16px;
        cursor: pointer;
    }
    .header-burger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #ad9373;
        position: absolute;
        top: 7px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .header-burger span:first-child {
        -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        transform: translateY(-7px);
    }
    .header-burger span:last-child {
        -webkit-transform: translateY(7px);
        -ms-transform: translateY(7px);
        transform: translateY(7px);
    }
}
#burger {
    display: none;
}
#burger:checked + .header-burger span:first-child {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
#burger:checked + .header-burger span:last-child {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}
#burger:checked + .header-burger span:nth-child(2) {
    opacity: 0;
}
#burger:checked ~ .header__left .header-nav {
    opacity: 1;
    pointer-events: auto;
}
.icon-share {
    position: relative;
    z-index: 2;
}
.icon-share__dropdown {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 100%;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon-share__dropdown img {
    -webkit-filter: none !important;
    filter: none !important;
}
.icon-share__dropdown a {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon-share__dropdown a:hover {
    opacity: 0.6;
}
.icon-share__dropdown a .fb {
    width: 14px;
}
.icon-share__dropdown a .tg {
    width: 25px;
}
.icon-share__dropdown a .vk {
    width: 26px;
}
.icon-share:hover .icon-share__dropdown {
    opacity: 1;
    pointer-events: auto;
}
.aside-btns {
    position: absolute;
    right: 0;
    top: 124px;
    height: calc(100vh - 210px);
    pointer-events: none;
    width: 60px;
}
@media (max-width: 1849px) {
    .aside-btns {
        width: 50px;
    }
}
@media (max-width: 1279px) {
    .aside-btns {
        width: 36px;
        height: calc(100vh - 210px);
        right: -52px;
    }
}
@media (max-width: 1023px) {
    .aside-btns {
        top: 85px;
        right: -2px;
    }
}
@media (max-width: 767px) {
    .aside-btns {
        height: calc(100vh - 85px);
    }
}
.aside-btns__item {
    width: 60px;
    height: 60px;
    pointer-events: auto;
}
@media (max-width: 1849px) {
    .aside-btns__item {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1279px) {
    .aside-btns__item {
        width: 36px;
        height: 36px;
    }
    .aside-btns__item img {
        width: 60%;
    }
}
.aside-btns__bottom,
.aside-btns__mid,
.aside-btns__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    position: absolute;
}
@media (max-width: 1849px) {
    .aside-btns__bottom,
    .aside-btns__mid,
    .aside-btns__top {
        gap: 12px;
    }
}
@media (max-width: 1279px) {
    .aside-btns__bottom,
    .aside-btns__mid,
    .aside-btns__top {
        gap: 10px;
    }
}
.aside-btns__top {
    top: 0;
}
.aside-btns__mid {
    bottom: 185px;
}
.aside-btns__bottom {
    bottom: 0;
}
.totop-btn {
    background: url(/img/icons/totop.svg) no-repeat center;
    background-size: contain;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.totop-btn:hover {
    opacity: 0.6;
}
.totop-btn.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 19px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1279px) {
    .radio {
        font-size: 10px;
        line-height: 14px;
    }
}
.radio h3 {
    font-weight: 700;
    color: #585858;
    margin: 0;
    font-size: 18px;
}
.radio p {
    margin: 3px 0 0;
}
.radio a {
    color: #c9ae8f;
}
.radio__check {
    width: 30px;
    height: 30px;
    border: 1px solid #c9ae8f;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
}
.radio input {
    display: none;
}
.radio input:checked + .radio__check {
    background: url(/img/icons/checkbox.svg) no-repeat center;
    border: none;
    background-size: contain;
}
.question {
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.question > span:first-child {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 11px;
    background: #c9ae8f;
    color: #fff;
    padding-top: 1px;
}
.question__answer {
    position: absolute;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #787878;
    padding: 20px;
    top: 50%;
    left: 50%;
    width: 288px;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.question:hover .question__answer {
    opacity: 1;
    pointer-events: auto;
}
.auth {
    width: 100%;
    padding: 20px 0 120px;
    overflow: hidden;
}
@media (max-width: 1849px) {
    .auth {
        padding: 0 0 90px;
    }
}
.auth__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 0 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.auth__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
@media (max-width: 767px) {
    .auth__radio {
        gap: 10px;
        font-size: 12px;
    }
}
.auth__radio div {
    width: 30px;
    height: 30px;
    border: 2px solid #c9ae8f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.auth__radio.active div::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c9ae8f;
}
.auth__form {
    display: none;
}
.auth__form.active {
    display: block;
}
.auth__forgot {
    font-size: 16px !important;
}
.auth__answer {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.auth__answer--error {
    background: tomato;
}
.auth__answer--success {
    background: #3cb371;
}
.auth__answer.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.auth__head {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.auth .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1279px) {
    .auth .checkbox {
        font-size: 10px;
        line-height: 14px;
    }
}
.auth .checkbox a {
    color: #c9ae8f;
}
.auth .checkbox__check {
    width: 30px;
    height: 30px;
    border: 1px solid #c9ae8f;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.auth .checkbox input {
    display: none;
}
.auth .checkbox input:checked + .checkbox__check {
    background: url(/img/icons/checkbox.svg) no-repeat center;
    border: none;
    background-size: contain;
}
.auth .input,
.auth .nice-select {
    background: #fff !important;
    border-width: 1px !important;
}
.auth .nice-select {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}
.auth .nice-select .list {
    background: #fff !important;
    border-width: 1px !important;
    width: calc(100% + 2px) !important;
    left: -1px !important;
}
.auth .nice-select .list li {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 300 !important;
}
.auth .constructor__label {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    margin: 3px 0 0;
}
.auth .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 2px !important;
}
.auth__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 50px;
    margin: 80px 0 40px;
}
@media (max-width: 1849px) {
    .auth__tabs {
        margin: 40px 0;
    }
}
@media (max-width: 767px) {
    .auth__tabs {
        gap: 13px;
        margin-top: 45px;
        margin-bottom: 30px;
    }
}
.auth__tab {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    opacity: 0.5;
    color: #836f57;
    cursor: pointer;
}
@media (max-width: 1849px) {
    .auth__tab {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .auth__tab {
        font-size: 16px;
        line-height: 19px;
    }
}
.auth__tab.active {
    text-decoration: underline;
    opacity: 1;
}
.auth__content {
    display: none;
    width: 800px;
    margin: auto;
}
@media (max-width: 1279px) {
    .auth__content {
        width: 100%;
    }
}
.auth__content.active {
    display: block;
}
.auth__inputs {
    margin-bottom: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.auth__inputs:last-child {
    margin-bottom: 0;
    margin-top: 35px;
}
.auth__inputs--2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
@media (max-width: 1849px) {
    .auth__inputs--2 {
        row-gap: 20px;
    }
}
@media (max-width: 1279px) {
    .auth__inputs--2 {
        grid-gap: 20px;
    }
}
@media (max-width: 767px) {
    .auth__inputs--2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}
.auth__inputs--1-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 30px;
}
@media (max-width: 1849px) {
    .auth__inputs--1-2 {
        row-gap: 20px;
    }
}
@media (max-width: 1279px) {
    .auth__inputs--1-2 {
        grid-gap: 20px;
    }
}
@media (max-width: 767px) {
    .auth__inputs--1-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}
.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: Cormorant;
    color: #aaa;
}
@media (max-width: 1279px) {
    .breadcrumbs {
        font-size: 12px;
    }
}
.breadcrumbs a {
    color: inherit;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media (hover) {
    .breadcrumbs a:hover {
        color: var(--accent);
    }
}
.breadcrumbs li::after {
    content: "•";
    padding: 0 8px;
}
.breadcrumbs li:last-child::after {
    display: none;
}
.btn {
    border: none;
    outline: 0;
    cursor: pointer;
    background: 0 0;
    border: 2px solid #c9ae8f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    height: 60px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #806d57;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
@media (max-width: 1849px) {
    .btn {
        height: 50px;
    }
}
@media (max-width: 1279px) {
    .btn {
        height: 45px;
        font-size: 14px;
        padding: 0 15px;
    }
}
.btn span {
    position: relative;
}
.btn::before {
    content: "";
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: -o-linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    background: linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn--blue {
    border-color: #9cbcc6;
}
.btn--blue::before {
    background: #9cbcc6;
}
.btn--yellow {
    border-color: #e6bb7c;
}
.btn--yellow::before {
    background: #e6bb7c;
}
.btn img {
    margin-left: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn.active,
.btn:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0);
}
.btn.active::before,
.btn:hover::before {
    opacity: 1;
}
.btn.active img,
.btn:hover img {
    -webkit-filter: brightness(1000%);
    filter: brightness(1000%);
}
.btn .disabled,
.btn--disabled {
    opacity: 0.3;
    pointer-events: none;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(66, 55, 51, 0.7);
    z-index: 999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.popup.active {
    pointer-events: auto;
    opacity: 1;
}
.popup__content {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}
.popup__scroll {
    height: 100%;
    overflow-y: auto;
}
.popup__scroll::-webkit-scrollbar {
    width: 0;
}
.popup__inner {
    background: #fff;
    position: absolute !important;
    top: 125px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 !important;
    max-height: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1849px) {
    .popup__inner {
        max-height: calc(100% - 125px);
    }
}
@media (max-width: 767px) {
    .popup__inner {
        top: 100px;
        width: 100%;
        max-height: calc(100vh - 100px);
    }
}
.popup__heading {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: -15px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media (max-width: 1849px) {
    .popup__heading {
        font-size: 65px;
        top: -10px;
    }
}
@media (max-width: 1279px) {
    .popup__heading {
        font-size: 36px;
        line-height: 36px;
        top: 7px;
    }
}
.popup__close {
    position: absolute;
    right: -200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    color: #fff;
    gap: 20px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
@media (max-width: 1849px) {
    .popup__close {
        right: -118px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        gap: 15px;
        font-size: 0;
        gap: 0;
    }
}
@media (max-width: 1279px) {
    .popup__close {
        right: 0;
        top: 0;
        z-index: 10;
    }
}
.popup__close .btn {
    width: 60px;
    height: 60px;
}
@media (max-width: 1279px) {
    .popup__close .btn {
        padding: 0;
    }
}
.popup__close .btn img {
    margin: 0;
}
@media (max-width: 1279px) {
    .popup__close .btn img {
        width: 20px;
    }
}
@media (max-width: 1849px) {
    .popup__close .btn {
        width: 46px;
        height: 46px;
    }
}
@media (max-width: 1279px) {
    .popup__close .btn {
        width: 36px;
        height: 36px;
    }
    .popup__close .btn img {
        width: 60%;
    }
}
.about-page {
    margin-top: 44px;
}
@media (max-width: 1849px) {
    .about-page {
        margin-top: 35px;
    }
}
@media (max-width: 1279px) {
    .about-page {
        margin-top: 25px;
        width: calc(100% - 40px);
    }
}
.about-page__section {
    padding: 43px 0 68px;
    border-top: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1849px) {
    .about-page__section {
        padding: 35px 0 45px;
    }
}
@media (max-width: 1279px) {
    .about-page__section {
        padding: 25px 0 35px;
    }
}
.about-page__section .team-grid {
    margin-top: 0;
    margin-bottom: 40px;
}
.about-page__section .communities-grid {
    margin: 0 0 50px;
}
@media (max-width: 767px) {
    .about-page__section .communities-grid {
        margin: 0 0 30px;
    }
}
.about-page__section h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    margin: 0 0 30px;
}
@media (max-width: 1849px) {
    .about-page__section h2 {
        margin: 0 0 25px;
    }
}
.about-page__section h2.blue {
    color: #75a9bb;
}
.about-page__section h2.yellow {
    color: #e6bb7c;
}
@media (max-width: 1849px) {
    .about-page__section h2 {
        font-size: 48px;
        line-height: 65px;
    }
}
@media (max-width: 1279px) {
    .about-page__section h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 15px;
    }
}
.about-page__section h2 + p {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin: -20px 0 30px;
}
@media (max-width: 1849px) {
    .about-page__section h2 + p {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1279px) {
    .about-page__section h2 + p {
        font-size: 16px;
        line-height: 20px;
        margin-top: -5px;
    }
}
.about-page__preview {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}
@media (max-width: 1849px) {
    .about-page__preview {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1279px) {
    .about-page__preview {
        font-size: 16px;
        line-height: 20px;
    }
}
.about-page__showmore {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.about-page__showmore .btn--blue {
    color: #75a9bb;
}
.about-page__showmore .btn--yellow {
    color: #e6bb7c;
}
@media (hover) {
    .about-page__showmore .btn:hover {
        color: #fff;
    }
}
.page-contact {
    max-width: 750px;
    margin-top: 30px !important;
    width: 100% !important;
}
.page-contact__switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 40px 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-contact__radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}
.page-contact__radio div {
    width: 30px;
    height: 30px;
    border: 2px solid #c9ae8f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-contact__radio.active div::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #c9ae8f;
}
.page-contact__form {
    display: none;
}
.page-contact__form.active {
    display: block;
}
.page-contact input,
.page-contact textarea {
    font-family: Mulish !important;
}
.page-contact .lk-contact__form {
    display: block;
}
.page-contact .lk-contact__form .checkbox {
    font-family: Mulish !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #a3a3a3 !important;
    cursor: pointer;
    max-width: 400px;
}
.page-contact .lk-contact__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .page-contact .lk-contact__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.page-contact .lk-contact__right--donate {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 24px;
}
.page-contact .lk-contact__right--donate p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3;
    width: 400px;
    margin: 0;
}
.page-contact .lk-contact__right--donate p span {
    color: #ad9373;
}
.page-contact .lk-contact__inputs {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .page-contact .lk-contact__inputs {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.author {
    padding-right: 115px;
    padding-top: 70px;
}
.author--lk {
    padding-right: 0;
}
@media (max-width: 1279px) {
    .author {
        padding-top: 40px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .author {
        padding-top: 20px;
    }
}
.author__top {
    padding: 58px 0 0 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1279px) {
    .author__top {
        padding: 48px 0 0 48px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .author__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.author__top::after,
.author__top::before {
    content: "";
    background: #c9ae8f;
    display: block;
    position: absolute;
}
.author__top::before {
    width: 100%;
    height: 1px;
    top: 23px;
    left: 0;
}
.author__top::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 24px;
}
.author__contact {
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .author__contact p {
        margin-bottom: 10px !important;
    }
    .author__contact p:last-child {
        margin-bottom: 0 !important;
    }
}
.author__img {
    width: 300px;
    height: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1849px) {
    .author__img {
        margin-right: 60px;
    }
}
@media (max-width: 1279px) {
    .author__img {
        margin-right: 50px;
        width: 250px;
        height: 250px;
    }
}
@media (max-width: 767px) {
    .author__img {
        width: 100%;
        height: calc(100vw - 120px);
        margin-right: 0;
    }
}
.author__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.author__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1279px) {
    .author__info > div {
        padding-bottom: 0;
    }
}
.author__info h1 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 12px;
}
@media (max-width: 1849px) {
    .author__info h1 {
        font-size: 38px;
        line-height: 45px;
    }
}
@media (max-width: 1279px) {
    .author__info h1 {
        font-size: 24px;
        line-height: 24px;
        margin-top: 20px;
    }
}
.author__info h2 {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #b1b1b1;
    margin: 0 0 21px;
}
@media (max-width: 1279px) {
    .author__info h2 {
        font-size: 18px;
        line-height: 23px;
        margin: 5px 0 15px;
    }
}
.author__info p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #707070;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.author__info p:last-child {
    margin-bottom: 0;
}
@media (max-width: 1279px) {
    .author__info p {
        font-size: 12px;
        margin-bottom: 0;
    }
}
.author__info p img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.author__info p a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.author__info p a:hover {
    color: #c9ae8f;
}
@media (max-width: 1279px) {
    .author__info p {
        font-size: 12px;
        line-height: 20px;
    }
}
.author__info-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1279px) {
    .author__info-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px;
    }
}
.author__info-bottom .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 45px;
}
@media (max-width: 1279px) {
    .author__info-bottom .btn {
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 0;
    }
}
.author__info-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
}
.author__content {
    padding-left: 60px;
    margin-top: 60px;
}
@media (max-width: 1279px) {
    .author__content {
        padding-left: 0;
        margin-top: 38px;
    }
}
.author__section {
    margin-bottom: 80px;
}
@media (max-width: 1279px) {
    .author__section {
        margin-bottom: 50px;
    }
}
.author__section h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 40px;
}
@media (max-width: 1279px) {
    .author__section h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 23px;
    }
}
.author__description {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1279px) {
    .author__description {
        font-size: 18px;
        line-height: 24px;
    }
}
.author__post {
    text-decoration: none;
    color: inherit;
    padding: 30px 0 40px 0;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
    display: block;
}
@media (max-width: 1279px) {
    .author__post {
        padding: 15px 0 30px;
    }
}
.author__post:first-child {
    border-top: 1px solid rgba(201, 174, 143, 0.3);
}
.author__post h3 {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin: 0;
}
@media (max-width: 1279px) {
    .author__post h3 {
        font-size: 22px;
        line-height: 26px;
    }
}
.author__post h3.author__post--quote {
    height: 110px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.author__post-subtitle {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    margin-top: 5px;
}
@media (max-width: 1279px) {
    .author__post-subtitle {
        font-size: 16px;
        line-height: 36px;
    }
}
.author__post-subtitle span:last-child {
    color: #ad9373;
}
.lk .author__content {
    padding-left: 0;
}
.lk .author__post--lk + .aside-btns__item {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.lk h1 {
    margin-bottom: 0 !important;
    margin-top: -12px !important;
}
@media (max-width: 1279px) {
    .lk h1 {
        margin-top: 20px !important;
    }
}
.lk__actions {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    row-gap: 14px;
    max-width: 460px;
    padding: 20px 0;
    border-top: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1279px) {
    .lk__actions {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }
}
.lk__section {
    margin-top: 20px;
    padding: 25px 50px 50px;
    background: #fff;
}
@media (max-width: 767px) {
    .lk__section {
        width: calc(100% + 30px);
        padding: 18px 24px 30px;
    }
}
.lk__section--archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .lk__section--archive {
        display: block;
    }
}
.lk__section--archive .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 50px;
}
@media (max-width: 767px) {
    .lk__section--archive .btn {
        margin-left: 0;
        margin-top: 30px;
    }
}
.lk__section .btn::before {
    z-index: 2;
}
.lk__section .btn span {
    z-index: 3;
}
.lk__section h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 30px;
}
@media (max-width: 1279px) {
    .lk__section h2 {
        font-size: 24px;
        line-height: 29px;
    }
}
.lk__section h3 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 20px;
}
@media (max-width: 1279px) {
    .lk__section h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 10px;
    }
}
.lk__editor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .lk__editor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}
.lk__editor-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #9c8365;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 767px) {
    .lk__editor-trigger {
        font-size: 16px;
        line-height: 19px;
        gap: 10px;
    }
}
.lk__editor-trigger:hover {
    opacity: 0.6;
}
.lk__editor-trigger span {
    background: #9c8365;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    .lk__editor-trigger span {
        width: 26px;
        height: 26px;
    }
}
.lk__admin {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
@media (max-width: 767px) {
    .lk__admin {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
}
.lk__admin-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}
@media (max-width: 1279px) {
    .lk__admin-left .btn {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .lk__admin-left {
        gap: 25px;
    }
}
.lk__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}
.lk__links a {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #979797;
}
@media (max-width: 1279px) {
    .lk__links a {
        font-size: 16px;
        line-height: 22px;
    }
}
.lk__links a:hover {
    color: #9c8365;
}
.lk__links + .btn {
    margin-top: 30px;
}
.lk__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 32px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #9c8365 !important;
    cursor: pointer;
}
@media (max-width: 1279px) {
    .lk__action {
        font-size: 16px;
        line-height: 18px;
        padding-left: 25px;
    }
}
.lk__action img {
    height: 22px;
    width: auto;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 1279px) {
    .lk__action img {
        height: 18px;
    }
}
@media (max-width: 1279px) {
    .communities .page-title {
        display: block;
    }
}
@media (max-width: 1279px) {
    .communities .news__tags {
        padding-bottom: 10px;
        margin-top: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .communities .news__tags a {
        margin-left: 0;
    }
}
.communities-grid {
    margin-top: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 70px;
    grid-row-gap: 50px;
    margin-bottom: 65px;
}
.communities-grid--2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1849px) {
    .communities-grid {
        margin-top: 35px;
    }
}
@media (max-width: 1279px) {
    .communities-grid {
        margin-top: 28px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.communities-grid--1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
@media (max-width: 1849px) {
    .communities-grid {
        grid-gap: 30px;
        grid-row-gap: 30px;
    }
}
.grid-card {
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0 0 44px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1849px) {
    .grid-card {
        padding: 27px 0 0 32px;
    }
}
@media (max-width: 767px) {
    .grid-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.grid-card::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    width: 1px;
    height: 100%;
    background: rgba(201, 174, 143, 0.3);
}
.grid-card::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(201, 174, 143, 0.3);
}
.grid-card__img-container {
    margin-right: 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1849px) {
    .grid-card__img-container {
        margin-right: 20px;
    }
}
.grid-card__img-container img {
    display: block;
    width: 140px;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1849px) {
    .grid-card__img-container img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 767px) {
    .grid-card__text {
        max-width: calc(100% - 120px);
    }
}
.grid-card__text h3 {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1849px) {
    .grid-card__text h3 {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 767px) {
    .grid-card__text h3 {
        font-size: 16px;
        line-height: 18px;
    }
}
.grid-card__text p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    margin: 12px 0 0;
    max-height: 54px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (max-width: 1849px) {
    .grid-card__text p {
        margin: 6px 0 0;
    }
}
@media (max-width: 767px) {
    .grid-card__text p {
        font-size: 10px;
        line-height: 14px;
        max-height: 42px;
    }
}
.grid-card__bottom {
    display: none;
}
@media (max-width: 767px) {
    .grid-card__bottom {
        display: block;
        font-family: Cormorant;
        font-style: italic;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px;
        max-height: 75px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}
.grid-card__review-position {
    font-size: 12px !important;
    margin: 3px 0 0 !important;
    color: #9e9e9e !important;
}
@media (max-width: 1849px) {
    .grid-card__review-position {
        margin: 1px 0 0 !important;
    }
}
.grid-card__review-anons {
    font-family: Cormorant !important;
    font-style: italic !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 8px 0 0 !important;
    color: #000 !important;
    max-height: 84px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (max-width: 1849px) {
    .grid-card__review-anons {
        margin: 6px 0 0 !important;
        font-size: 16px !important;
        line-height: 18px !important;
        -webkit-line-clamp: 3;
        max-height: 54px;
    }
}
@media (max-width: 767px) {
    .grid-card__review-anons {
        display: none !important;
    }
}
.section-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.action-text {
    color: #ad9373 !important;
}
@media (max-width: 767px) {
    .constructor .page-title .flex {
        display: block !important;
    }
}
.constructor__content {
    margin-top: 30px;
}
@media (max-width: 767px) {
    .constructor__content {
        margin-top: 10px;
    }
}
.constructor .input-date {
    max-width: 100% !important;
}
.constructor__tooltip {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.constructor__colors {
    width: 100%;
    max-width: 700px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [7];
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 25px;
    margin-top: 30px;
}
.constructor__colors--sizes {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.constructor__colors--sizes > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.constructor__color {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
}
.constructor__color + h4 {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    white-space: nowrap;
    color: #756551;
    font-weight: 700;
}
.constructor__color + p {
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    color: #a3a3a3;
}
.constructor__color-check {
    display: none;
    color: #fff;
    margin-top: 3px;
}
.constructor__color-check--white {
    color: #666;
}
.constructor__color-check svg {
    width: 25px;
    height: 15px;
}
.constructor__color input {
    display: none;
}
.constructor__color input:checked + .constructor__color-check {
    display: block;
}
.constructor__social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.constructor__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: none;
}
.constructor__social-item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.constructor__social-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.constructor__social-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #c9ae8f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: none;
}
.constructor__social-img img {
    height: 40%;
}
.constructor__social-del {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    cursor: pointer;
}
.constructor__social-del img {
    width: 100%;
    height: auto;
}
.constructor__add-item > div {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 5px;
}
.constructor__add-item > div img {
    height: 70%;
}
.constructor__add-item > div img.vk {
    height: 55%;
}
.constructor__added-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 35px;
    left: -49px;
}
.constructor__added-arrow {
    cursor: pointer;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.constructor__added-arrow img {
    width: 25px;
}
.constructor__added-arrow:hover {
    opacity: 1;
}
.constructor__added-arrow--top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.constructor__added:first-child .constructor__added-arrow--top,
.constructor__added:last-child .constructor__added-arrow--bottom {
    display: none;
}
.constructor__coauthors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
}
.constructor__coauthor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 767px) {
    .constructor__coauthor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.constructor__coauthor input {
    margin-right: 0;
}
.constructor__coauthor input:last-of-type {
    border-left: none !important;
    width: 45% !important;
}
@media (max-width: 1279px) {
    .constructor__coauthor input:last-of-type {
        width: 300px !important;
    }
}
@media (max-width: 767px) {
    .constructor__coauthor input:last-of-type {
        width: 100% !important;
        border-left: 2px solid #c9ae8f !important;
    }
}
.constructor__coauthor:first-child input:last-of-type {
    width: calc(45% - 87px) !important;
}
@media (max-width: 1849px) {
    .constructor__coauthor:first-child input:last-of-type {
        width: calc(45% - 75px) !important;
    }
}
@media (max-width: 1279px) {
    .constructor__coauthor:first-child input:last-of-type {
        width: 177px;
    }
}
@media (max-width: 767px) {
    .constructor__coauthor:first-child input:last-of-type {
        width: calc(100% - 40px) !important;
    }
}
.constructor__coauthor-img {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid #c9ae8f;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-left: none;
    margin-top: 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
@media (max-width: 1849px) {
    .constructor__coauthor-img {
        width: 50px;
        height: 50px;
        margin-top: 8px;
    }
}
@media (max-width: 1279px) {
    .constructor__coauthor-img {
        width: 40px;
        height: 40px;
    }
}
.constructor__coauthor-img:hover {
    background: #c9ae8f;
}
.constructor__coauthor-img:hover img {
    -webkit-filter: brightness(10000%);
    filter: brightness(10000%);
}
.constructor__coauthor-img img {
    height: 40%;
}
.constructor__coauthor-item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.constructor__coauthor-del {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -10px;
    background: #fff;
    cursor: pointer;
}
.constructor__coauthor-del img {
    width: 100%;
    height: auto;
}
.constructor__coauthor:first-child .constructor__coauthor-del {
    display: none;
}
.constructor__coauthor:first-child .constructor__coauthor-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.constructor__toggle-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    cursor: pointer;
}
.constructor__toggle-trigger.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.constructor__toggle {
    display: none;
}
.constructor__toggle.active {
    display: block;
}
.constructor__wrap {
    padding-left: 155px;
    margin-top: 50px;
    border-left: 1px solid rgba(201, 174, 143, 0.6);
}
@media (max-width: 1849px) {
    .constructor__wrap {
        padding-left: 0;
        border: none;
    }
}
@media (max-width: 1279px) {
    .constructor__wrap {
        margin-top: 30px;
    }
}
.constructor__section {
    margin-bottom: 60px;
}
@media (max-width: 1279px) {
    .constructor__section {
        margin-bottom: 30px;
    }
}
.constructor__section > h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #585858;
    margin: 0 0 12px;
}
@media (max-width: 1279px) {
    .constructor__section > h2 {
        font-size: 18px;
        line-height: 18px;
    }
}
.constructor__row {
    margin-bottom: 40px;
    grid-gap: 35px;
}
@media (max-width: 1279px) {
    .constructor__row {
        grid-gap: 20px;
        margin-bottom: 20px;
    }
}
.constructor__row--3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1279px) {
    .constructor__row--3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.constructor__row--2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 1279px) {
    .constructor__row--2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.constructor__row--video {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
}
@media (max-width: 1279px) {
    .constructor__row--video {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.constructor__row--city,
.constructor__row--photo,
.constructor__row--years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1279px) {
    .constructor__row--city,
    .constructor__row--photo,
    .constructor__row--years {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.constructor .upload-img__author {
    margin-left: 40px;
}
@media (max-width: 1279px) {
    .constructor .upload-img__author {
        margin-left: 0;
    }
}
.constructor .upload-img__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.constructor .upload-img__images > div {
    height: 110px;
    position: relative;
    margin-right: 10px;
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .constructor .upload-img__images > div {
        margin-top: 20px;
        height: 80px;
    }
}
.constructor .upload-img__images > div img {
    display: block;
    height: 100%;
    width: auto;
}
.constructor .upload-img__del {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: url(/img/icons/del-img.svg) no-repeat center;
}
.constructor .upload-img input {
    display: none;
}
.constructor .input,
.popup-map .input,
.constructor .textarea {
    width: 100%;
    min-height: 60px;
    border: 2px solid #c9ae8f;
    padding: 0 25px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fcfaf8;
}
@media (max-width: 1849px) {
    .constructor .input,
    .popup-map .input,
    .constructor .textarea {
        min-height: 50px;
        font-size: 16px;
    }
}
@media (max-width: 1279px) {
    .constructor .input,
    .popup-map .input,
    .constructor .textarea {
        padding: 0 12px;
        height: 40px;
    }
}
.constructor .input:focus,
.constructor .input:hover,
.popup-map .input:hover,
.popup-map .input:focus,
.constructor .textarea:focus,
.constructor .textarea:hover {
    -webkit-box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
}
.constructor .input::-webkit-input-placeholder,
.constructor .textarea::-webkit-input-placeholder,
.popup-map .input::-webkit-input-placeholder {
    color: #ddd;
}
.constructor .input::-moz-placeholder,
.constructor .textarea::-moz-placeholder {
    color: #ddd;
}
.constructor .input:-ms-input-placeholder,
.constructor .textarea:-ms-input-placeholder {
    color: #ddd;
}
.constructor .input::-ms-input-placeholder,
.constructor .textarea::-ms-input-placeholder {
    color: #ddd;
}
.constructor .input::placeholder,
.constructor .textarea::placeholder,
.popup-map .input::placeholder {
    color: #ddd;
}
.constructor .input-date {
    max-width: 200px;
}
.constructor .textarea {
    min-height: 260px;
    padding: 18px 25px 25px;
}
@media (max-width: 1279px) {
    .constructor .textarea {
        padding: 12px;
        min-height: 220px;
    }
}
.constructor .nice-select {
    width: 100%;
    height: 60px;
    border: 2px solid #c9ae8f;
    border-radius: 0;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    background: #fcfaf8;
}
@media (max-width: 1849px) {
    .constructor .nice-select {
        height: 50px !important;
        font-size: 16px !important;
        line-height: 22px !important;
    }
}
@media (max-width: 1279px) {
    .constructor .nice-select {
        height: 40px !important;
        padding: 0 12px;
    }
}
.constructor .nice-select::after {
    width: 9px;
    height: 9px;
    border-color: #c9ae8f !important;
    right: 25px;
    top: 25px;
}
@media (max-width: 1849px) {
    .constructor .nice-select::after {
        top: 20px;
    }
}
@media (max-width: 1279px) {
    .constructor .nice-select::after {
        top: 15px;
    }
}
.constructor .nice-select:hover {
    -webkit-box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
}
.constructor .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    border: 2px solid #c9ae8f;
    border-top: none;
    width: calc(100% + 4px);
    left: -2px;
    top: 56px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0 25px 10px;
    background: #fcfaf8;
}
@media (max-width: 1849px) {
    .constructor .nice-select .list {
        top: 46px;
    }
}
@media (max-width: 1279px) {
    .constructor .nice-select .list {
        top: 36px;
        padding: 0 12px 5px;
    }
}
.constructor .nice-select .list li {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    padding: 5px 0 !important;
    background: 0 0 !important;
    white-space: normal !important;
}
@media (max-width: 1849px) {
    .constructor .nice-select .list li {
        padding: 0;
    }
}
.constructor .nice-select .list li:hover {
    text-decoration: underline;
}
.constructor .nice-select .list li:first-child {
    display: none;
}
.constructor .nice-select .list li:nth-child(2) {
    border-top: 1px solid #e7ddd1;
    padding: 10px 0 !important;
}
.constructor .nice-select .list li.selected {
    text-decoration: underline;
    color: var(--accent);
}
.constructor__input {
    font-size: 22px;
}
.constructor__input--calendar > div {
    position: relative;
}
.constructor__input--calendar > div > img {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.constructor__input--calendar > div > input {
    padding-left: 56px !important;
}
.ui-widget.ui-widget-content {
    border: 2px solid #c9ae8f !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 30px rgba(201, 174, 143, 0.15);
    background: #fcfaf8 !important;
}
.ui-widget-header, .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 {
    background: #f8e6d1 !important;
    border: 1px solid #c9ae8f !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    background: #c9ae8f !important;
}

.ui-corner-all {
    background: none !important;
    border: none !important;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important; 
    top: 2px !important;
}
.ui-widget.ui-widget-content * {
    font-family: Mulish !important;
}

@media (max-width: 1279px) {
    .constructor__input {
        font-size: 18px;
        line-height: 22px;
    }
    .constructor__input .flex {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.constructor__input--city {
    width: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1279px) {
    .constructor__input--city {
        width: 100%;
    }
}
.constructor__input--city + .constructor__input {
    width: 100%;
}
.constructor__input--disabled {
    pointer-events: none;
    opacity: 0.3;
}
.constructor__input--2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.constructor__input--heading {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
}
.constructor__input h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #585858;
    margin: 0 0 12px;
}
@media (max-width: 1279px) {
    .constructor__input h2 {
        font-size: 18px;
        line-height: 18px;
    }
}
.constructor__input p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    margin: 3px 0 0;
}
@media (max-width: 1279px) {
    .constructor__input p {
        font-size: 12px;
        line-height: 18px;
    }
}
.constructor__input p span {
    color: var(--accent);
}
.constructor__input .input,
.constructor__input .select,
.constructor__input .textarea,
.constructor__input .upload-img {
    margin-top: 12px;
    width: 100%;
}
@media (max-width: 1849px) {
    .constructor__input .input,
    .constructor__input .select,
    .constructor__input .textarea,
    .constructor__input .upload-img {
        margin-top: 8px;
    }
}
.constructor__input .input .btn,
.constructor__input .select .btn,
.constructor__input .textarea .btn,
.constructor__input .upload-img .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 25px;
}
.constructor__required {
    font-weight: 700;
    color: var(--accent);
}
.constructor__map-trigger {
    display: block;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
    color: var(--accent);
    cursor: pointer;
}
@media (max-width: 1279px) {
    .constructor__map-trigger {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
}
.constructor__map-trigger:hover {
    text-decoration: underline;
}
.constructor__added {
    position: relative;
}
.constructor__added-del {
    position: absolute;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(/img/icons/added-del.svg) no-repeat center;
    background-size: contain;
    top: -9px;
    left: -55px;
}
.constructor__add {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1279px) {
    .constructor__add .btn {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.constructor__add-dropdown {
    margin-left: 20px;
    padding-top: 12px;
    display: none;
}
.constructor__add-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #806d57;
    cursor: pointer;
}
.constructor__add-item:hover {
    text-decoration: underline;
}
.constructor__add-item img {
    margin-right: 11px;
}
.constructor__add p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #a3a3a3;
    margin: 0;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1279px) {
    .constructor__add p {
        display: inline;
    }
}
.constructor__add p span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    border: 1px solid #c9ae8f;
}
@media (max-width: 1279px) {
    .constructor__add p span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}
.constructor__add p span img {
    width: 8px;
    height: auto;
}
.constructor__add .btn, .btn-add-date {
    width: 60px;
    height: 60px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 3px solid #c9ae8f;
}
@media (max-width: 1849px) {
    .constructor__add .btn, .btn-add-date  {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1279px) {
    .constructor__add .btn, .btn-add-date  {
        width: 45px;
        height: 45px;
    }
}
.constructor__add .btn img, .btn-add-date img {
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.constructor__add.active {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.constructor__add.active .constructor__add-dropdown {
    display: block;
}
.constructor__add.active .btn img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.constructor__add.active p {
    display: none;
}
.required-error:not(:focus) {
    border-color: tomato !important;
}
.required-error:not(:focus) + .nice-select {
    border-color: tomato !important;
}
.content-required {
    color: tomato !important;
}
.popup-map__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}
.popup-map__input .input {
    margin: 0 !important;
    border-right: none !important;
}
.popup-map__input .btn {
    background: -o-linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    background: linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    color: #fff;
    border: none !important;
}
.popup-map__input .input-address {
    width: 100%;
}
#map {
    height: calc(100vh - 235px);
}
.popup--map {
    z-index: 99999;
}
.input-address__dropdown {
    position: relative;
    width: 100%;
}
.input-address__dropdown > ymaps {
    position: absolute !important;
    top: 0 !important;
    left: -1px !important;
    width: 100% !important;
}
.input-address__dropdown .ymaps-2-1-79-search__suggest {
    background: #fcfaf8 !important;
}
.input-address__dropdown .ymaps-2-1-79-search__suggest {
    border: 2px solid #c9ae8f !important;
    font-family: Mulish !important;
    font-size: 16px !important;
}
.input-address__dropdown .ymaps-2-1-79-search__suggest-item {
    padding: 5px 25px !important;
}
.input-address__dropdown .ymaps-2-1-79-search__suggest-item:hover {
    text-decoration: underline !important;
    background: 0 0 !important;
}
.ymaps-2-1-79-copyright__agreement,
.ymaps-2-1-79-copyright__text,
.ymaps-2-1-79-map-copyrights-promo {
    display: none !important;
}
ymaps canvas {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}
.section-field {
    display: none;
}
.section-field.active {
    display: block;
}
.constructor-preview {
    position: fixed;
    top: 125px;
    right: 0;
    padding: 50px 80px 0;
    background: #fbfaf8;
    -webkit-box-shadow: 0 4px 150px rgba(176, 158, 137, 0.4);
    box-shadow: 0 4px 150px rgba(176, 158, 137, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1350px;
    max-height: calc(100vh - 250px);
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    z-index: 999;
}
@media (max-width: 1849px) {
    .constructor-preview {
        max-height: calc(100vh - 125px);
        width: 1110px;
    }
}
@media (max-width: 1279px) {
    .constructor-preview {
        width: 84%;
        padding: 0 0 0 20px;
        top: 110px;
        max-height: calc(100vh - 110px);
    }
}
@media (max-width: 767px) {
    .constructor-preview {
        padding: 0;
    }
}
.constructor-preview.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.constructor-preview__close {
    padding-left: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1279px) {
    .constructor-preview__close {
        padding-left: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
}
.constructor-preview__close .btn {
    width: 60px;
    height: 60px;
    padding: 0;
}
@media (max-width: 1849px) {
    .constructor-preview__close .btn {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 1279px) {
    .constructor-preview__close .btn {
        width: 36px;
        height: 36px;
    }
}
.constructor-preview__close .btn img {
    margin: 0;
}
@media (max-width: 1279px) {
    .constructor-preview__close .btn img {
        width: 60%;
    }
}
.constructor-preview__wrap {
    overflow-y: auto;
    width: 100%;
    max-height: 100%;
}
.constructor-preview__wrap::-webkit-scrollbar {
    width: 3px;
}
@media (max-width: 1279px) {
    .constructor-preview__wrap::-webkit-scrollbar {
        display: none;
    }
}
.constructor-preview__wrap::-webkit-scrollbar-track {
    background-color: rgba(173, 147, 115, 0.2);
}
.constructor-preview__wrap::-webkit-scrollbar-thumb {
    background-color: #c9ae8f;
}
@media (max-width: 1279px) {
    .constructor-preview__wrap {
        padding: 50px 50px 0 20px;
    }
}
@media (max-width: 767px) {
    .constructor-preview__wrap {
        padding-top: 30px;
        padding-right: 35px;
    }
}
.constructor-preview__content {
    overflow: hidden;
}
.constructor-preview__content .page-title__back {
    display: none;
}
.constructor-preview__content a {
    pointer-events: none;
}
.constructor-preview__content > div {
    width: 1320px;
    -webkit-transform: scale(0.76) translate(-15.5%, -16.5%);
    -ms-transform: scale(0.76) translate(-15.5%, -16.5%);
    transform: scale(0.76) translate(-15.5%, -16.5%);
}
@media (max-width: 1849px) {
    .constructor-preview__content > div {
        width: 1000px;
        padding-top: 20px;
    }
}
@media (max-width: 1279px) {
    .constructor-preview__content > div {
        width: 135%;
    }
}
@media (max-width: 767px) {
    .constructor-preview__content > div {
        padding-top: 28px;
    }
}
#contact-map {
    height: 100%;
}
.contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px;
}
@media (max-width: 767px) {
    .contacts {
        gap: 0;
    }
}
.contacts__bottom {
    margin-top: 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    grid-gap: 50px;
}
.contacts__item--full {
    width: 100%;
}
.contacts__item span {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #a3a3a3;
}
.contacts__item p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
}
@media (max-width: 1849px) {
    .contacts__item p {
        font-size: 32px;
        line-height: 32px;
    }
}
.error404 {
    padding: 50px 0 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.error404 h1 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 180px;
    line-height: 218px;
    margin: 0 0 50px;
}
@media (max-width: 1849px) {
    .error404 h1 {
        font-size: 130px;
        line-height: 170px;
    }
}
@media (max-width: 1279px) {
    .error404 h1 {
        font-size: 72px;
        line-height: 65px;
    }
}
.error404 a {
    color: inherit;
}
.faq {
    margin-top: 45px;
}
.faq__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 100px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px) {
    .faq__question {
        gap: 30px;
    }
}
.faq__question:hover {
    color: #9c8365;
}
.faq__question h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 35px;
}
@media (max-width: 1849px) {
    .faq__question h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 20px;
    }
}
@media (max-width: 1279px) {
    .faq__question h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .faq__question h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
.faq__trigger {
    margin: 0 0 35px;
}
@media (max-width: 767px) {
    .faq__trigger img {
        width: 12px;
    }
}
.faq__answer {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 35px;
    display: none;
}
@media (max-width: 1849px) {
    .faq__answer {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px;
    }
}
.faq__item {
    padding: 35px 0 0;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1849px) {
    .faq__item {
        padding: 25px 0 0;
    }
}
.faq__item:first-child {
    padding-top: 0;
}
.faq__item.active .faq__answer {
    display: block;
}
.faq__item.active .faq__trigger {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.checkbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 1279px) {
    .checkbox {
        font-size: 10px;
        line-height: 14px;
    }
}
.checkbox.disabled .checkbox__check,
.checkbox.disabled span {
    pointer-events: none;
    opacity: 0.6;
}
.checkbox a {
    color: #c9ae8f;
}
.checkbox__check {
    width: 30px;
    height: 30px;
    border: 2px solid #c9ae8f;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.checkbox input {
    display: none;
}
.checkbox input:checked + .checkbox__check {
    background: url(/img/icons/checkbox.svg) no-repeat center;
    border: none;
    background-size: contain;
}
@media (max-width: 1279px) {
    .popup--filter .container {
        padding: 0 !important;
    }
}
@media (max-width: 1279px) {
    .filter {
        padding: 0;
    }
    .filter .checkbox {
        gap: 10px;
    }
    .filter .checkbox span {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 767px) {
    .filter {
        padding: 0 15px;
    }
}
.filter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 150px 45px;
}
@media (max-width: 1849px) {
    .filter__top {
        padding: 40px 50px;
    }
}
@media (max-width: 1279px) {
    .filter__top {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .filter__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
}
.filter__top h3 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 20px;
}
@media (max-width: 1279px) {
    .filter__top h3 {
        text-align: center;
    }
}
.filter__checks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    grid-gap: 40px;
    row-gap: 4px;
}
@media (max-width: 1279px) {
    .filter__checks {
        grid-gap: 20px;
        row-gap: 4px;
    }
}
@media (max-width: 1279px) {
    .filter__checks {
        row-gap: 10px;
    }
}
.filter__place {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 0 150px 35px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1849px) {
    .filter__place {
        padding: 0 50px 30px;
    }
}
@media (max-width: 1279px) {
    .filter__place {
        padding: 0 30px 30px;
    }
}
@media (max-width: 767px) {
    .filter__place {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding: 0 0 30px;
    }
}
.filter__place .constructor__input .input {
    margin-top: 8px;
    background: #fff;
}
.filter__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1279px) {
    .filter__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 767px) {
    .filter__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.filter__bottom-left {
    padding-left: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
}
@media (max-width: 1849px) {
    .filter__bottom-left {
        padding-left: 50px;
    }
}
@media (max-width: 1279px) {
    .filter__bottom-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4px;
        padding-left: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 200px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
@media (max-width: 767px) {
    .filter__bottom-left {
        padding: 30px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 40px;
        width: 100%;
    }
}
.filter__bottom-right {
    background: rgba(201, 174, 143, 0.1);
    padding: 40px;
    padding-right: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 60px;
}
@media (max-width: 1849px) {
    .filter__bottom-right {
        padding-right: 50px;
    }
}
@media (max-width: 1279px) and (min-width: 768px) {
    .filter__bottom-right {
        padding: 20px;
        padding-right: 30px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .filter__bottom-right {
        width: calc(100% + 30px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 17px;
    }
}
.filter__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
}
@media (max-width: 1279px) {
    .filter__actions {
        gap: 15px;
    }
}
@media (max-width: 767px) {
    .filter__actions {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.filter__actions .btn {
    display: none;
}
@media (max-width: 767px) {
    .filter__actions .btn {
        width: 188px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.filter__actions .btn.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.filter__refresh {
    color: #cbb8a2;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 19px;
    cursor: pointer;
}
.filter__count {
    color: #373737;
}
@media (max-width: 767px) {
    .filter__count {
        text-align: center;
    }
}
.filter__count span {
    font-family: Mulish;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.filter__count div {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 121px;
    margin-top: -25px;
}
@media (max-width: 1279px) and (min-width: 768px) {
    .filter__count div {
        font-size: 60px;
        line-height: 80px;
        margin-top: -15px;
    }
}
.filter__tags {
    padding: 35px 150px;
    display: none;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1849px) {
    .filter__tags {
        padding: 30px 50px;
    }
}
@media (max-width: 1279px) {
    .filter__tags {
        padding: 30px;
    }
}
@media (max-width: 1279px) {
    .filter__tags {
        padding: 30px 15px;
    }
}
.filter__tags.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.filter__tags-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.filter__tags-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px;
}
.filter__tags-selected {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 0 15px;
    border: 1px solid #e7ddd1;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #91714c;
}
@media (max-width: 1279px) {
    .filter__tags-selected {
        height: 24px;
        padding: 0 8px;
        font-size: 9px;
        line-height: 11px;
    }
}
.filter__tags-selected label {
    cursor: pointer;
}
.input-dropdown {
    position: relative;
    z-index: 3;
}
.input-dropdown .checkbox.disabled {
    display: none !important;
}
.input-dropdown__dropdown {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 20px;
    border: 2px solid #c9ae8f;
    border-top: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
}
.input-dropdown__dropdown::-webkit-scrollbar {
    width: 0;
}
@media (max-width: 1279px) {
    .input-dropdown__dropdown {
        padding: 50px 50px 0 20px;
    }
}
@media (max-width: 767px) {
    .input-dropdown__dropdown {
        padding: 15px;
        max-height: 195px;
    }
}
.input-dropdown.active {
    z-index: 4;
}
.input-dropdown.active .input-dropdown__dropdown {
    opacity: 1;
    pointer-events: auto;
}
#count-filters {
    position: absolute;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #e7ddd1;
    -webkit-box-shadow: 0 2px 20px rgba(173, 147, 115, 0.1);
    box-shadow: 0 2px 20px rgba(173, 147, 115, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: -18px;
    left: -18px;
    border-radius: 50%;
    padding-bottom: 5px;
    color: #ad9373;
}
#aside-btn-filter {
    position: relative;
}
#aside-btn-filter:hover #count-filters {
    top: -16px !important;
    left: -16px !important;
}
.img-parallax {
    position: absolute;
}
.img-parallax img {
    width: 100%;
    height: auto;
    display: block;
}
.hometop {
    overflow: hidden;
}
.hometop > .container {
    position: relative;
    padding: 100px 0 130px;
}
@media (max-width: 1849px) {
    .hometop > .container {
        padding: 70px 0 160px;
    }
}
@media (max-width: 1279px) {
    .hometop > .container {
        padding: 20px 0 80px;
    }
}
@media (max-width: 767px) {
    .hometop > .container {
        padding: 0 0 275px;
    }
}
.hometop__content {
    position: relative;
    z-index: 2;
}
@media (max-width: 1279px) {
    .hometop__content {
        max-width: 600px;
        margin: auto;
    }
}
.hometop__parallax {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1279px) {
    .hometop__parallax {
        display: none;
    }
}
@media (max-width: 767px) {
    .hometop__parallax {
        display: block;
    }
}
.hometop .img-parallax--sun {
    width: 480px;
    top: 210px;
    left: -480px;
}
@media (max-width: 1849px) {
    .hometop .img-parallax--sun {
        left: -430px;
    }
}
@media (max-width: 1279px) {
    .hometop .img-parallax--sun {
        left: calc(50% - 260px);
        top: auto;
        bottom: 160px;
        width: 200px;
    }
}
.hometop .img-parallax--cross {
    width: 720px;
    bottom: 0;
    left: 300px;
    opacity: 0.8;
}
@media (max-width: 1849px) {
    .hometop .img-parallax--cross {
        left: calc(50% + 10px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.hometop .img-parallax--bird {
    width: 490px;
    right: -450px;
    bottom: 0;
}
@media (max-width: 1849px) {
    .hometop .img-parallax--bird {
        bottom: -40px;
        right: -420px;
    }
}
@media (max-width: 1279px) {
    .hometop .img-parallax--bird {
        right: calc(50% - 230px);
        width: 150px;
        bottom: 130px;
    }
}
.hometop .img-parallax--cloud {
    width: 205px;
    right: -200px;
    top: 70px;
}
@media (max-width: 1279px) {
    .hometop .img-parallax--cloud {
        width: 160px;
        right: calc(50% + 100px);
        top: 290px;
    }
}
.hometop .img-parallax--clouds {
    width: 615px;
    top: 75px;
    left: 165px;
}
@media (max-width: 1849px) {
    .hometop .img-parallax--clouds {
        top: 30px;
        left: 110px;
    }
}
@media (max-width: 1279px) {
    .hometop .img-parallax--clouds {
        width: 230px;
        top: 240px;
        left: 50%;
    }
}
.hometop__video-wrap {
    position: absolute;
    width: 326px;
    height: 326px;
    background-size: contain;
    top: -20px;
    left: 645px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 1849px) {
    .hometop__video-wrap {
        width: 290px;
        height: 290px;
        left: 460px;
        top: -40px;
    }
}
@media (max-width: 1359px) {
    .hometop__video-wrap {
        width: 230px;
        height: 230px;
        left: 470px;
        top: -20px;
    }
}
@media (max-width: 1279px) {
    .hometop__video-wrap {
        width: 180px;
        height: 180px;
        top: -60px;
        left: 265px;
    }
}
@media (max-width: 767px) {
    .hometop__video-wrap {
        width: 220px;
        height: 220px;
        top: 255px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (hover) {
    .hometop__video-wrap:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.hometop__video-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/hometop/hometop-circle-text2.svg) no-repeat center;
    -webkit-animation: spin 30s infinite linear;
    background-size: contain;
}
.hometop__video {
    cursor: pointer;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: url(/img/hometop/hometop-circle.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 1849px) {
    .hometop__video {
        width: 220px;
        height: 220px;
    }
}
@media (max-width: 1359px) {
    .hometop__video {
        width: 190px;
        height: 190px;
    }
}
@media (max-width: 1279px) {
    .hometop__video {
        width: 140px;
        height: 140px;
    }
}
@media (max-width: 767px) {
    .hometop__video {
        width: 170px;
        height: 170px;
    }
}
.hometop__video video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hometop__video-btn {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/img/hometop/add.svg) no-repeat center;
    padding: 0;
    margin: 0;
    background-size: contain;
}
@media (max-width: 1279px) {
    .hometop__video-btn {
        width: 28px;
        height: 32px;
    }
}
@media (max-width: 1279px) {
    .hometop__fullvideo {
        margin: 0 -15px;
    }
}
.hometop__fullvideo video {
    display: block;
    width: 100%;
    height: auto;
}
.hometop h1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 180px;
    line-height: 218px;
    margin: 0;
}
@media (max-width: 1849px) {
    .hometop h1 {
        font-size: 130px;
        line-height: 170px;
    }
}
@media (max-width: 1279px) {
    .hometop h1 {
        font-size: 72px;
        line-height: 65px;
        width: 600px;
        margin: 70px auto 0;
    }
}
@media (max-width: 767px) {
    .hometop h1 {
        margin-top: 0;
        width: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
}
.hometop__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}
@media (max-width: 767px) {
    .hometop__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.hometop__text p {
    margin: 0;
    font-family: Cormorant;
    font-style: normal;
}
.hometop__text p:first-child {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    width: 560px;
}
@media (max-width: 1849px) {
    .hometop__text p:first-child {
        font-size: 18px;
        line-height: 23px;
        width: 420px;
    }
}
@media (max-width: 1279px) {
    .hometop__text p:first-child {
        font-size: 18px;
        line-height: 23px;
        width: 320px;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hometop__text p:first-child {
        margin-top: 0;
        width: 290px;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 255px;
    }
}
.hometop__text p:last-child {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    width: 325px;
}
@media (max-width: 1849px) {
    .hometop__text p:last-child {
        font-size: 14px;
        line-height: 19px;
        width: 250px;
    }
}
@media (max-width: 1279px) {
    .hometop__text p:last-child {
        width: 230px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .hometop__text p:last-child {
        width: 290px;
        margin-top: 0;
        text-align: center;
        font-size: 14px;
        line-height: 18px;
    }
}
.home-logo-divider {
    height: 14.5px;
    width: 100%;
    background: url(/img/logo2.svg) repeat-x;
    opacity: 0.3;
}
.home-line {
    padding: 20px 0 18px;
    border-top: 1px solid rgba(201, 174, 143, 0.6);
    border-bottom: 1px solid rgba(201, 174, 143, 0.6);
    margin: 11px 0;
}
@media (max-width: 1279px) {
    .home-line {
        padding: 8px 0 10px;
    }
}
@media (max-width: 767px) {
    .home-line {
        padding: 13px 0 15px;
    }
}
.home-line .slick-list {
    padding: 0 !important;
}
.home-line__marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.home-line__marquee > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.home-line__marquee > div.active {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.home-line__item {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    padding: 0 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-line__item a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media (hover) {
    .home-line__item a:hover {
        color: #ad9373;
    }
}
.home-line__item span {
    padding-right: 22px;
}
@media (max-width: 1849px) {
    .home-line__item {
        font-size: 36px;
        line-height: 45px;
    }
}
@media (max-width: 1279px) {
    .home-line__item {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .home-line__item {
        font-size: 24px;
        line-height: 29px;
    }
}
.section-heading {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 86px;
    line-height: 86px;
    margin: 0;
}
@media (max-width: 1849px) {
    .section-heading {
        font-size: 70px;
        line-height: 70px;
    }
}
@media (max-width: 1279px) {
    .section-heading {
        font-size: 36px;
        line-height: 36px;
    }
}
.home-popular {
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
}
.home-popular > .btn {
    position: relative;
    z-index: 3;
}
@media (max-width: 1279px) {
    .home-popular {
        padding: 35px 0 30px;
    }
}
@media (max-width: 767px) {
    .home-popular {
        padding: 65px 0 30px;
    }
}
.home-popular__wrap {
    width: 1720px;
    margin: auto;
    position: relative;
    z-index: 2;
}
@media (max-width: 1849px) {
    .home-popular__wrap {
        width: 1200px;
    }
}
@media (max-width: 1279px) {
    .home-popular__wrap {
        width: 100%;
    }
}
.home-popular__parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .home-popular__parallax {
        display: none;
    }
}
.home-popular__parallax .container {
    height: 100%;
    position: relative;
}
.home-popular__parallax .img-parallax--clouds2 {
    width: 615px;
    top: 40px;
    left: -410px;
}
.home-popular__parallax .img-parallax--clouds3 {
    width: 600px;
    bottom: 70px;
    right: -300px;
}
.home-popular__parallax .img-parallax--cloud2 {
    width: 205px;
    left: 50px;
    bottom: 130px;
}
.home-carousel {
    margin-top: 100px;
    margin-bottom: 40px;
}
@media (max-width: 1849px) {
    .home-carousel {
        margin-top: 80px;
        width: 110%;
        margin-left: -5%;
    }
}
@media (max-width: 1279px) {
    .home-carousel {
        margin-bottom: 30px;
        margin-top: 40px;
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .home-carousel {
        margin-top: 28px;
    }
}
.home-carousel__img {
    position: relative;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.home-carousel__img::before {
    content: "";
    display: block;
    padding-top: 69.36%;
}
@media (max-width: 1279px) {
    .home-carousel__img {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
.home-carousel__img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-carousel__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.home-carousel__item {
    margin: 0 12px;
    position: relative;
}
@media (max-width: 1849px) {
    .home-carousel__item {
        margin: 0 10px;
    }
}
.home-carousel__item.itm-1 .home-carousel__img {
    -webkit-transform: perspective(400px) rotateY(5deg) scale(1.05) translateX(-10px);
    transform: perspective(400px) rotateY(5deg) scale(1.05) translateX(-10px);
}
@media (max-width: 1849px) {
    .home-carousel__item.itm-1 .home-carousel__img {
        -webkit-transform: perspective(400px) rotateY(5deg) scale(1.05) translateX(-6px);
        transform: perspective(400px) rotateY(5deg) scale(1.05) translateX(-6px);
    }
}
.home-carousel__item.itm-2 {
    pointer-events: none;
}
.home-carousel__item.itm-2 .home-carousel__img {
    -webkit-transform: perspective(400px) rotateY(8deg) scale(1.21) translateX(-85px);
    transform: perspective(400px) rotateY(8deg) scale(1.21) translateX(-85px);
}
@media (max-width: 1849px) {
    .home-carousel__item.itm-2 .home-carousel__img {
        -webkit-transform: perspective(400px) rotateY(11deg) scale(1.21) translateX(-49px);
        transform: perspective(400px) rotateY(11deg) scale(1.21) translateX(-49px);
    }
}
.home-carousel__item.itm1 .home-carousel__img {
    -webkit-transform: perspective(400px) rotateY(-4deg) scale(1.05) translateX(10px);
    transform: perspective(400px) rotateY(-4deg) scale(1.05) translateX(10px);
}
@media (max-width: 1849px) {
    .home-carousel__item.itm1 .home-carousel__img {
        -webkit-transform: perspective(400px) rotateY(-5deg) scale(1.05) translateX(6px);
        transform: perspective(400px) rotateY(-5deg) scale(1.05) translateX(6px);
    }
}
.home-carousel__item.itm2 {
    pointer-events: none;
}
.home-carousel__item.itm2 .home-carousel__img {
    -webkit-transform: perspective(400px) rotateY(-8deg) scale(1.21) translateX(85px);
    transform: perspective(400px) rotateY(-8deg) scale(1.21) translateX(85px);
}
@media (max-width: 1849px) {
    .home-carousel__item.itm2 .home-carousel__img {
        -webkit-transform: perspective(400px) rotateY(-11deg) scale(1.21) translateX(47px);
        transform: perspective(400px) rotateY(-11deg) scale(1.21) translateX(47px);
    }
}
.home-carousel__item a {
    color: inherit;
    text-decoration: none;
}
.home-carousel__item h3 {
    width: 100%;
    text-align: center;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin: 29px 0 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 120px;
}
@media (max-width: 1849px) {
    .home-carousel__item h3 {
        margin: 22px 0 0;
        bottom: -20px;
        font-size: 30px;
        line-height: 36px;
        max-height: 108px;
    }
}
@media (max-width: 1279px) {
    .home-carousel__item h3 {
        max-height: 66px;
        margin: 15px 0 0;
        bottom: -15px;
        font-size: 18px;
        line-height: 22px;
    }
}
.home-carousel__item a.home-carousel__plus {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    border: none;
}
@media (max-width: 1849px) {
    .home-carousel__item a.home-carousel__plus {
        width: 60px;
        height: 60px;
    }
}
@media (max-width: 1279px) {
    .home-carousel__item a.home-carousel__plus {
        width: 38px;
        height: 38px;
        padding: 0;
    }
}
.home-carousel__item a.home-carousel__plus img {
    width: 32px;
    height: auto;
    display: block;
    margin: 0;
}
@media (max-width: 1849px) {
    .home-carousel__item a.home-carousel__plus img {
        width: 25px;
    }
}
@media (max-width: 1279px) {
    .home-carousel__item a.home-carousel__plus img {
        width: 16px;
    }
}
.home-carousel__img {
    width: 100%;
    position: relative;
    cursor: pointer;
}
.home-carousel__img img {
    display: block;
    width: 100%;
    height: auto;
}
.home-carousel .slick-center h3 {
    opacity: 1;
}
.home-carousel .slick-center a.home-carousel__plus {
    opacity: 1;
    pointer-events: auto;
}
.home-carousel .slick-list {
    overflow: visible;
    margin: 0 -20px;
}
@media (max-width: 1849px) {
    .home-carousel .slick-list {
        margin: 0 -10px;
    }
}
.home-carousel .slick-arrow {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #fff;
    left: -30px;
    top: 142px;
    font-size: 0;
    border: none;
    padding: 0;
    outline: 0;
    z-index: 10;
    cursor: pointer;
    -webkit-box-shadow: 0 4px 30px rgba(173, 147, 115, 0.15);
    box-shadow: 0 4px 30px rgba(173, 147, 115, 0.15);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 1849px) {
    .home-carousel .slick-arrow {
        top: 105px;
    }
}
.home-carousel .slick-arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: -o-linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    background: linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.home-carousel .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url(/img/icons/homeslider-arrow.svg) no-repeat center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.home-carousel .slick-arrow:hover {
    -webkit-box-shadow: 0 4px 30px rgba(173, 147, 115, 0.15);
    box-shadow: 0 4px 30px rgba(173, 147, 115, 0.15);
}
@media (hover) {
    .home-carousel .slick-arrow:hover::after {
        -webkit-filter: brightness(10000%);
        filter: brightness(10000%);
    }
    .home-carousel .slick-arrow:hover::before {
        opacity: 1;
    }
}
@media (max-width: 1849px) {
    .home-carousel .slick-arrow {
        left: 0;
        width: 60px;
        height: 60px;
        left: -5px;
    }
    .home-carousel .slick-arrow::after,
    .home-carousel .slick-arrow::before {
        width: 60px;
        height: 60px;
    }
}
.home-carousel .slick-arrow.slick-next {
    left: auto;
    right: -20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 1849px) {
    .home-carousel .slick-arrow.slick-next {
        right: -5px;
    }
}
.home-news {
    margin-bottom: 80px;
}
@media (max-width: 1849px) {
    .home-news {
        margin-bottom: 70px;
    }
}
@media (max-width: 1279px) {
    .home-news {
        margin-bottom: 60px;
    }
}
.home-news__tabs a {
    cursor: pointer;
}
.home-news__content {
    display: none;
}
.home-news__content.active {
    display: block;
}
.home-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.6);
    margin-bottom: 45px;
}
@media (max-width: 1849px) {
    .home-news__head {
        padding-bottom: 40px;
    }
}
@media (max-width: 1279px) {
    .home-news__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .home-news__head h2 {
        margin-bottom: 20px;
    }
}
.home-news .news-item:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
.text-center {
    text-align: center;
}
.home-communities {
    margin-bottom: 80px;
}
@media (max-width: 1849px) {
    .home-communities {
        margin-bottom: 70px;
    }
}
.home-communities__head {
    margin-bottom: 30px;
}
@media (max-width: 1849px) {
    .home-communities__head {
        margin-bottom: 0;
    }
}
@media (max-width: 1279px) {
    .home-communities__head {
        text-align: center;
        margin-bottom: 30px;
    }
}
.home-communities__slide {
    padding: 0 30px;
}
@media (max-width: 1279px) {
    .home-communities__slider .communities-grid {
        margin-top: 10px;
    }
}
.home-communities__slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: -30px 0 30px;
    position: relative;
    z-index: 3;
}
.home-communities__slider .slick-dots li {
    margin: 0 5px;
}
.home-communities__slider .slick-dots button {
    border: 1px solid #c9ae8f;
    background: 0 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
}
.home-communities__slider .slick-dots .slick-active button {
    background: #c9ae8f;
}
.home-communities__slider .slick-list {
    margin: 0 -30px;
}
.home-communities__slider .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 67px;
    height: 44px;
    background: url(/img/icons/slick-prev2.svg) no-repeat center;
    background-size: contain;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 3;
    top: -85px;
    right: 100px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.5;
}
@media (hover) {
    .home-communities__slider .slick-arrow:hover {
        opacity: 1;
    }
}
@media (max-width: 1849px) {
    .home-communities__slider .slick-arrow {
        top: -55px;
    }
}
.home-communities__slider .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home-text {
    background: #fff8f0;
    padding: 82px 0 96px;
    margin-bottom: 80px;
}
@media (max-width: 1849px) {
    .home-text {
        padding-bottom: 80px;
    }
}
@media (max-width: 1279px) {
    .home-text {
        padding: 70px 0;
        margin-bottom: 50px;
    }
    .home-text .container {
        max-width: 650px;
    }
}
.home-text h3 {
    margin: 0 auto 30px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    max-width: 993px;
}
@media (max-width: 1849px) {
    .home-text h3 {
        font-size: 40px;
        line-height: 42px;
    }
}
@media (max-width: 1279px) {
    .home-text h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}
.home-text p {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    margin: 0 auto 55px;
    max-width: 1208px;
}
@media (max-width: 1849px) {
    .home-text p {
        font-size: 22px;
        line-height: 27px;
    }
}
@media (max-width: 1279px) {
    .home-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 30px;
    }
}
.home-text .btn::before {
    z-index: 0;
}
.home-about {
    margin-bottom: 100px;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}
@media (max-width: 1279px) {
    .home-about {
        margin-bottom: 50px;
    }
}
.home-about__content {
    position: relative;
    z-index: 2;
}
.home-about__parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-about__parallax::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/homeabout/bg.svg) no-repeat top center;
    opacity: 0.8;
}
.home-about__parallax .container {
    height: 100%;
    position: relative;
}
.home-about__parallax .img-parallax--clouds4 {
    width: 496px;
    top: 30px;
    left: -300px;
}
.home-about__parallax .img-parallax--clouds5 {
    width: 496px;
    top: 180px;
    right: -380px;
}
.home-about__parallax .img-parallax--ship {
    width: 539px;
    left: -395px;
    bottom: 50px;
}
.home-about__parallax .img-parallax--ship::after {
    content: "";
    display: block;
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fcfaf8), to(rgba(252, 250, 248, 0)));
    background: -o-linear-gradient(right, #fcfaf8, rgba(252, 250, 248, 0));
    background: linear-gradient(to left, #fcfaf8, rgba(252, 250, 248, 0));
}
.home-about__parallax .img-parallax--church {
    width: 888px;
    right: -617px;
    bottom: 30px;
}
.home-about__parallax .img-parallax--church::after {
    content: "";
    display: block;
    height: 100%;
    width: 500px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fcfaf8), to(rgba(252, 250, 248, 0)));
    background: -o-linear-gradient(left, #fcfaf8, rgba(252, 250, 248, 0));
    background: linear-gradient(to right, #fcfaf8, rgba(252, 250, 248, 0));
}
.home-about__video {
    width: 720px;
    height: 405px;
    position: relative;
    margin: 40px auto;
}
@media (max-width: 1279px) {
    .home-about__video {
        width: 500px;
        height: auto;
    }
}
@media (max-width: 767px) {
    .home-about__video {
        width: 100%;
        margin: 30px auto 20px;
    }
}
.home-about__video video {
    width: 100%;
    height: auto;
    display: block;
}
.home-about__video-btn {
    padding: 0;
    margin: 0;
    border: none;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 1279px) {
    .home-about__video-btn {
        width: 40px;
        height: 28px;
    }
    .home-about__video-btn img {
        width: 100%;
        height: auto;
    }
}
.home-about__text {
    max-width: 1080px;
    margin: auto;
}
@media (max-width: 1279px) {
    .home-about__text {
        max-width: 520px;
    }
}
.home-about__text p {
    margin: 0 0 25px;
    font-family: Cormorant;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}
@media (max-width: 1849px) {
    .home-about__text p {
        font-size: 30px;
        line-height: 36px;
    }
}
@media (max-width: 1279px) {
    .home-about__text p {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 10px;
    }
}
.home-about__text p:last-of-type {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 42px;
}
@media (max-width: 1849px) {
    .home-about__text p:last-of-type {
        font-size: 20px;
        line-height: 24px;
    }
}
@media (max-width: 1279px) {
    .home-about__text p:last-of-type {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 35px;
    }
}
.home-store {
    margin-bottom: 60px;
}
@media (max-width: 1279px) {
    .home-store__head {
        text-align: center;
    }
}
.home-store .product__carousel {
    margin-top: 20px;
    margin-bottom: 55px;
}
.home-store .product__carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0 -25px;
    position: relative;
    z-index: 3;
}
.home-store .product__carousel .slick-dots li {
    margin: 0 5px;
}
.home-store .product__carousel .slick-dots button {
    border: 1px solid #c9ae8f;
    background: 0 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
}
.home-store .product__carousel .slick-dots .slick-active button {
    background: #c9ae8f;
}
.home-store .slick-arrow {
    top: -75px !important;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.lk__articles {
    margin-top: 30px;
}
.lk__bottom {
    gap: 30px;
}
@media (max-width: 1279px) {
    .lk__bottom {
        display: none;
    }
}
.lk__bottom .btn {
    margin-right: 0;
}
.lk .author__top {
    margin-bottom: 70px;
}
@media (max-width: 1279px) {
    .lk .author__top {
        margin-bottom: 30px;
    }
}
.lk .author__post {
    padding-right: 100px;
}
.lk__mobile-btns {
    display: none;
}
.lk__mobile-btns > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media (max-width: 767px) {
    .lk__mobile-btns > div {
        gap: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-right: 20px;
    }
}
@media (max-width: 1279px) {
    .lk__mobile-btns {
        display: block;
        padding-left: 50px;
        margin: 30px 0;
    }
}
@media (max-width: 767px) {
    .lk__mobile-btns {
        width: calc(100% + 70px);
        padding-left: 20px;
        padding-right: 20px;
        margin: 20px 0 30px;
        margin-left: -16px;
        border-top: 1px solid rgba(201, 174, 143, 0.3);
        padding-top: 37px;
        overflow-x: auto;
    }
    .lk__mobile-btns::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
        display: none;
    }
    .lk__mobile-btns .btn {
        white-space: nowrap;
    }
}
.lk-articles {
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    .lk-articles {
        width: calc(100% + 30px);
    }
}
.lk-articles__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
.lk-articles__head + .author__posts {
    display: none;
}
.lk-articles__head.active {
    border-bottom: none;
}
.lk-articles__head.active + .author__posts {
    display: block;
}
@media (max-width: 767px) {
    .lk-articles__head .btn {
        display: none;
    }
}
.lk-articles__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px) {
    .lk-articles__trigger {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .lk-articles__trigger svg {
        width: 18px;
    }
}
.lk-articles__trigger svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: -3px;
}
.lk-articles__trigger.active {
    color: #ad9373;
}
.lk-articles__trigger.active svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.lk-contact {
    margin-top: 100px;
}
@media (max-width: 767px) {
    .lk-contact {
        margin-top: 60px;
        width: calc(100% + 30px);
    }
}
.lk-contact__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.lk-contact__head h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin: 0;
}
@media (max-width: 767px) {
    .lk-contact__head h2 {
        font-size: 24px;
        line-height: 29px;
    }
}
.lk-contact__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
}
@media (max-width: 767px) {
    .lk-contact__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
.lk-contact__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.lk-contact__left {
    width: 100%;
}
.lk-contact__left .textarea {
    min-height: 220px !important;
}
.lk-contact__right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .lk-contact__right {
        gap: 20px;
    }
}
.lk-contact__right .checkbox {
    margin-top: 14px;
}
@media (max-width: 767px) {
    .lk-contact__right .checkbox {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        margin-right: 20px;
        margin-top: 0 !important;
    }
}
.lk-contact__right p {
    margin: 0 0 18px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #8c8c8c;
}
.lk-contact__answer {
    max-height: 0;
    margin-top: 20px;
}
.lk-contact__message {
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 100%;
}
@media (max-width: 767px) {
    .lk-contact__message {
        font-size: 14px;
    }
}
.lk-contact__message--error {
    background: tomato;
}
.lk-contact__message--success {
    background: #3cb371;
}
.popup--password .popup__content {
    padding-top: 60px;
}
.popup--userdata .popup__content {
    padding-top: 60px;
}
.popup--userdata .popup__content .textarea {
    background: #fff;
    border-width: 1px !important;
}
.lk-popup .popup__inner {
    padding: 65px 60px 0;
}
@media (max-width: 1849px) {
    .lk-popup .popup__inner {
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    .lk-popup .popup__inner {
        padding: 48px 15px;
    }
}
.lk-popup .popup__scroll {
    padding-bottom: 75px;
    min-height: 200px;
}
@media (max-width: 1279px) {
    .lk-popup .popup__scroll {
        min-height: 300px;
    }
}
@media (max-width: 767px) {
    .lk-popup .popup__scroll {
        min-height: 0;
    }
}
.lk-popup .input {
    border-width: 1px !important;
    background: #fff;
}
.lk-popup__empty {
    margin-top: 40px;
}
@media (max-width: 1849px) {
    .lk-popup__empty {
        margin-top: 30px;
    }
}
.lk-popup__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .lk-popup__search {
        margin-bottom: 10px;
    }
}
.lk-popup__search-input {
    width: 100%;
    position: relative;
}
@media (max-width: 1849px) {
    .lk-popup__search-input input {
        height: 50px !important;
    }
}
.lk-popup__search-input button {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border: none;
    border-radius: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media (max-width: 1849px) {
    .lk-popup__search-input button {
        width: 50px;
        height: 50px;
    }
}
.lk-popup__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .lk-popup__categories {
        overflow-x: auto;
        padding-top: 20px;
        margin-top: -10px;
        margin-bottom: 20px !important;
    }
    .lk-popup__categories::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 0;
        height: 0;
        display: none;
    }
}
.lk-popup__categories .btn {
    position: relative;
}
.lk-popup__categories .btn span {
    width: 24px;
    height: 24px;
    background: #ad9373;
    position: absolute;
    top: -12px;
    right: -12px;
    color: #fff;
    border-radius: 50%;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2px;
}
@media (max-width: 1849px) {
    .lk-popup__categories {
        margin-bottom: 40px;
    }
}
.lk-popup__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media (max-width: 767px) {
    .lk-popup__actions {
        gap: 2px;
    }
}
.lk-popup__constructor-link {
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #ad9373;
}
.lk-popup__constructor-link.success {
    color: #3cb371!important;
    border-color: #3cb371 !important;
    pointer-events: none;
}
.lk-popup__constructor-link:hover {
    color: #fff;
}
.lk-popup__constructor-link svg {
    height: 50%;
}
@media (max-width: 1849px) {
    .lk-popup__constructor-link {
        width: 50px;
    }
}
@media (max-width: 1279px) {
    .lk-popup__constructor-link {
        width: 40px;
    }
}
.lk-popup__item {
    padding: 40px 0;
    border-bottom: 1px solid #c9ae8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}
@media (max-width: 1279px) {
    .lk-popup__item {
        padding: 24px 0;
    }
}
@media (max-width: 767px) {
    .lk-popup__item {
        gap: 15px;
        padding: 20px 0;
    }
}
.lk-popup__item:first-of-type {
    padding-top: 0;
}
@media (max-width: 767px) {
    .lk-popup__item:first-of-type {
        padding-top: 20px;
    }
}
@media (max-width: 1849px) {
    .lk-popup__item {
        padding: 30px 0;
    }
}
.lk-popup__item-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.lk-popup__item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
@media (max-width: 1279px) {
    .lk-popup__item-left {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .lk-popup__item-left {
        gap: 15px;
    }
}
.lk-popup__item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 84px;
    height: 84px;
}
@media (max-width: 767px) {
    .lk-popup__item-img {
        width: 60px;
        height: 60px;
    }
}
.lk-popup__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lk-popup__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}
.lk-popup__block-user {
    margin-top: 16px;
    height: 30px !important;
    font-size: 16px !important;
    line-height: 30px !important;
}
.cat-blocked .lk-popup__item-left {
    opacity: .6;
}
@media (max-width: 1279px) {
    .lk-popup__item-info {
        gap: 3px;
    }
}
.lk-popup__item-info h3, .lk-popup__item-info a {
    margin: 0;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    text-decoration: none;
    color: inherit;
}
.lk-popup__item-info h3.short {
    font-size: 20px;
}
@media (max-width: 1279px) {
    .lk-popup__item-info h3 {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 767px) {
    .lk-popup__item-info h3 {
        font-size: 16px;
        line-height: 18px;
    }
}
.lk-popup__item-info p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    margin: 0;
}
@media (max-width: 1279px) {
    .lk-popup__item-info p {
        font-size: 12px;
    }
}
.lk-popup__usergroups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
}
.lk-popup__usergroups > div {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #bfb5a7;
    cursor: pointer;
}
.lk-popup__usergroups > div.active,
.lk-popup__usergroups > div:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #9c8365;
}
.lk-popup__date {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .lk-popup__date {
        display: none;
    }
}
.lk-popup__date input {
    outline: 0;
    cursor: pointer;
    border: 2px solid #c9ae8f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 60px;
    height: 60px;
    width: 190px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1849px) {
    .lk-popup__date input {
        height: 50px;
    }
}
.lk-popup__date img {
    margin-left: 0;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    pointer-events: none;
}
.lk-popup__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    gap: 35px;
    width: 370px;
    padding-top: 8px;
    border-top: 1px solid rgba(201, 174, 143, 0.15);
}
@media (max-width: 767px) {
    .lk-popup__meta {
        width: 100%;
    }
}
.lk-popup__meta span {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #929292;
}
.lk-popup__meta p {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: #ad9373;
    margin: 0;
}
@media (max-width: 767px) {
    .lk-popup__meta p {
        font-size: 16px;
    }
}
.daterangepicker {
    border: 1px solid #c9ae8f !important;
    -webkit-box-shadow: 0 0 10px rgba(173, 147, 115, 0.25) !important;
    box-shadow: 0 0 10px rgba(173, 147, 115, 0.25) !important;
    border-radius: 0 !important;
    top: auto !important;
    left: auto !important;
    right: 0 !important;
    bottom: -7px !important;
    font-family: Mulish !important;
    -webkit-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
    width: 490px !important;
}
.daterangepicker::before {
    border-bottom: 7px solid #c9ae8f !important;
}
.daterangepicker td.in-range {
    background: rgba(201, 174, 143, 0.15) !important;
}
.daterangepicker td:hover {
    background: rgba(201, 174, 143, 0.05) !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #ad9373 !important;
    color: #fff !important;
}
.daterangepicker td.off,
.daterangepicker td.off.active,
.daterangepicker td.off.active:hover {
    color: #ccc !important;
    background: 0 0 !important;
}
.daterangepicker th {
    border-radius: 0 !important;
}
.daterangepicker th:hover {
    background: rgba(201, 174, 143, 0.15) !important;
}
.daterangepicker th.month {
    font-family: Cormorant !important;
    font-size: 16px !important;
    background: 0 0 !important;
}
.daterangepicker .drp-selected {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding-right: 20px !important;
    font-family: Cormorant !important;
}
.daterangepicker .drp-buttons {
    border-top: 1px solid #c9ae8f !important;
}
.daterangepicker .drp-buttons .btn {
    font-size: 16px !important;
    padding: 0 20px !important;
}
@media (max-width: 767px) {
    .lk-popup__item--user {
        position: relative;
        padding-bottom: 50px;
    }
    .lk-popup__item--user .lk-popup__item-right {
        position: absolute;
        bottom: 16px;
        left: 0;
    }
    .lk-popup__item--user .lk-popup__usergroups {
        gap: 10px;
    }
    .lk-popup__item--user .lk-popup__usergroups > div {
        font-size: 16px;
        line-height: 19px;
    }
}
@media (max-width: 767px) {
    .lk-popup__item--hasmeta {
        position: relative;
        padding-bottom: 75px;
    }
    .lk-popup__item--hasmeta .lk-popup__meta {
        position: absolute;
        bottom: 16px;
        left: 0;
    }
}
@media (max-width: 1279px) {
    .news .page-title {
        display: block;
    }
}
@media (max-width: 1279px) {
    .news .news__tags {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 10px;
        margin-top: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }
    .news .news__tags a {
        margin: 0;
    }
}
.news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1279px) {
    .news__tags {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow-x: auto;
    }
}
.news__tags a {
    margin-left: 40px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #836f57;
    opacity: 0.5;
    text-decoration: none;
}
@media (max-width: 1849px) {
    .news__tags a {
        font-size: 22px;
        line-height: 24px;
    }
}
@media (max-width: 1279px) {
    .news__tags a {
        margin: 0 10px;
        font-size: 16px;
        line-height: 19px;
        white-space: nowrap;
    }
}
.news__tags a:hover {
    text-decoration: underline;
}
.news__tags a.active {
    opacity: 1;
    text-decoration: underline;
}
.news-grid {
    margin-top: 20px;
    padding-top: 0 !important;
}
.news-item {
    padding-left: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
    margin-bottom: 45px;
}
@media (max-width: 1849px) {
    .news-item {
        padding-left: 70px;
    }
}
@media (max-width: 1279px) {
    .news-item {
        padding: 0 37px 25px;
    }
}
@media (max-width: 767px) {
    .news-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
}
.news-item:last-child {
    border-bottom: none;
    margin-bottom: 100px;
}
.news-item:nth-child(7) {
    border-bottom: none;
    margin-bottom: 0;
}
.news-item__img {
    width: 350px;
    height: 250px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1849px) {
    .news-item__img {
        width: 280px;
        height: 210px;
        margin-right: 40px;
    }
}
@media (max-width: 1279px) {
    .news-item__img {
        margin-right: 30px;
    }
}
@media (max-width: 767px) {
    .news-item__img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        height: calc((100vw - 120px) * 0.7);
    }
}
.news-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
}
.news-item__info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-item__city {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #ad9373;
}
@media (max-width: 1849px) {
    .news-item__city {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 1279px) {
    .news-item__city {
        font-size: 16px;
        line-height: 16px;
    }
}
@media (max-width: 767px) {
    .news-item__city {
        margin-bottom: 10px;
    }
}
.news-item__fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #806d57;
    cursor: pointer;
}
@media (max-width: 1279px) {
    .news-item__fav {
        font-size: 12px;
        line-height: 15px;
    }
}
@media (hover) {
    .news-item__fav:hover {
        text-decoration: underline;
    }
}
.news-item__fav img {
    display: none;
    margin-left: 20px;
}
@media (max-width: 1279px) {
    .news-item__fav img {
        margin-left: 6px;
        width: 12px;
        height: 12px;
    }
}
.news-item__fav img:first-of-type {
    display: block;
}
.news-item__fav.active img:first-of-type,
.news-item__fav:hover img:first-of-type {
    display: none;
}
.news-item__fav.active img:last-of-type,
.news-item__fav:hover img:last-of-type {
    display: block;
}
.news-item__main {
    margin-bottom: 20px;
}
@media (max-width: 1279px) {
    .news-item__main {
        margin-bottom: 15px;
    }
}
.news-item__main .news-item__city,
.news-item__main .news-item__fav {
    display: none;
}
.news-item__main h2 {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}
@media (max-width: 1849px) {
    .news-item__main h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }
}
@media (max-width: 1279px) {
    .news-item__main h2 {
        font-size: 20px !important;
        line-height: 24px !important;
        margin: 0;
    }
}
@media (max-width: 767px) {
    .news-item__main h2 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin: 0;
    }
}
.news-item__main h2 a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (hover) {
    .news-item__main h2 a:hover {
        text-decoration: underline;
        color: #8e765a;
    }
}
.news-item__main p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5a5a5a;
    max-height: 72px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: none;
}
@media (max-width: 1849px) {
    .news-item__main p {
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}
.news-item__year {
    position: absolute;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
    font-size: 55px;
    line-height: 36px;
    top: 53px;
    left: -39px;
    color: #ccb293;
    width: 145px;
    text-align: right;
}
@media (max-width: 1849px) {
    .news-item__year {
        font-size: 45px;
        left: -55px;
        top: 65px;
        width: 160px;
    }
}
@media (max-width: 1279px) {
    .news-item__year {
        font-size: 32px;
        line-height: 32px;
        top: 64px;
        left: -76px;
    }
}
@media (min-width: 768px) {
    .news-item__year + .news-item__info .news-item__city,
    .news-item__year + .news-item__info .news-item__fav {
        display: none;
    }
    .news-item__year + .news-item__info .news-item__main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 65px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .news-item__year + .news-item__info .news-item__main h2 {
        margin: 0;
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .news-item__year + .news-item__info .news-item__main p {
        display: block;
    }
    .news-item__year + .news-item__info .news-item__main .news-item__city,
    .news-item__year + .news-item__info .news-item__main .news-item__fav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news-item__year + .news-item__info .news-item__main .news-item__city {
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 1849px) {
    .news-item__year .news-item__main {
        gap: 55px;
    }
}
@media (min-width: 768px) and (max-width: 1279px) {
    .news-item__year .news-item__main {
        gap: 40px;
    }
}
@media (min-width: 1280px) {
    .news-grid .news-item:first-child,
    .news-grid .news-item:nth-child(8) {
        padding-bottom: 0;
        margin-bottom: 85px;
        padding-top: 74px;
        border-bottom: none;
    }
    .news-grid .news-item:first-child::after,
    .news-grid .news-item:first-child::before,
    .news-grid .news-item:nth-child(8)::after,
    .news-grid .news-item:nth-child(8)::before {
        content: "";
        background: #c9ae8f;
        display: block;
        position: absolute;
    }
    .news-grid .news-item:first-child::before,
    .news-grid .news-item:nth-child(8)::before {
        width: 100%;
        height: 1px;
        top: 30px;
        left: 0;
    }
    .news-grid .news-item:first-child::after,
    .news-grid .news-item:nth-child(8)::after {
        width: 1px;
        height: 100%;
        top: 0;
        left: 48px;
    }
    .news-grid .news-item:first-child .news-item__img,
    .news-grid .news-item:nth-child(8) .news-item__img {
        width: 615px;
        height: 430px;
        margin-right: 80px;
    }
    .news-grid .news-item:first-child .news-item__city,
    .news-grid .news-item:nth-child(8) .news-item__city {
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        margin-top: -7px;
    }
    .news-grid .news-item:first-child .news-item__main h2,
    .news-grid .news-item:nth-child(8) .news-item__main h2 {
        font-family: Cormorant;
        font-style: italic;
        font-weight: 600;
        font-size: 36px;
        line-height: 44px;
    }
    .news-grid .news-item:first-child .news-item__main p,
    .news-grid .news-item:nth-child(8) .news-item__main p {
        display: block;
        width: 100%;
    }
    .news-grid .news-item:first-child .news-item__year,
    .news-grid .news-item:nth-child(8) .news-item__year {
        font-weight: 400;
        font-size: 96px;
        line-height: 116px;
        left: -112px;
        top: 105px;
        width: 260px;
        text-align: right;
    }
}
@media (min-width: 1280px) and (max-width: 1849px) {
    .news-grid .news-item:first-child,
    .news-grid .news-item:nth-child(8) {
        padding-top: 65px;
    }
    .news-grid .news-item:first-child::after,
    .news-grid .news-item:nth-child(8)::after {
        left: 38px;
    }
    .news-grid .news-item:first-child .news-item__year,
    .news-grid .news-item:nth-child(8) .news-item__year {
        font-size: 70px !important;
        left: -88px !important;
        top: 80px !important;
        width: 210px !important;
    }
    .news-grid .news-item:first-child .news-item__city,
    .news-grid .news-item:nth-child(8) .news-item__city {
        font-size: 24px;
        line-height: 28px;
    }
    .news-grid .news-item:first-child .news-item__img,
    .news-grid .news-item:nth-child(8) .news-item__img {
        width: 450px;
        height: 330px;
        margin-right: 40px;
    }
    .news-grid .news-item:first-child h2,
    .news-grid .news-item:nth-child(8) h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
}
@media (min-width: 1280px) and (max-width: 1849px) {
    .news-grid:first-child,
    .news-grid:nth-child(8) {
        padding-top: 60px;
    }
}
@media (min-width: 1280px) and (max-width: 1849px) {
    .news-grid .news-item__city {
        font-size: 22px;
        line-height: 24px;
    }
}
@media (min-width: 1280px) and (max-width: 1849px) {
    .news-grid h2 {
        font-size: 28px;
        line-height: 32px;
    }
}
.post {
    position: relative;
}
@media (max-width: 1279px) {
    .post {
        padding-right: 40px;
    }
}
.post .page-title {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.post .page-title h1 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 60px;
    max-width: 1100px;
}
@media (max-width: 1849px) {
    .post .page-title h1 {
        font-size: 55px;
        line-height: 45px;
    }
}
@media (max-width: 1279px) {
    .post .page-title h1 {
        font-size: 28px;
        line-height: 28px;
    }
}
.post__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
}
@media (max-width: 1849px) {
    .post__head {
        gap: 40px;
    }
}
@media (max-width: 1279px) {
    .post__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
.post__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 135px;
    row-gap: 40px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
    padding-right: 80px;
    width: 100%;
    padding-bottom: 70px;
}
@media (max-width: 1849px) {
    .post__info {
        grid-gap: 100px;
        row-gap: 35px;
    }
}
@media (max-width: 1279px) {
    .post__info {
        grid-gap: 20px;
        padding-bottom: 30px;
    }
}
.post__info h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 5px;
    color: #a3a3a3;
}
@media (max-width: 1279px) {
    .post__info h2 {
        font-size: 12px;
        line-height: 18px;
    }
}
.post__info p {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    color: #4a4a4a;
}
@media (max-width: 1849px) {
    .post__info p {
        font-size: 22px;
    }
}
@media (max-width: 1279px) {
    .post__info p {
        font-size: 18px;
        line-height: 20px;
    }
}
.post__meta-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 767px) {
    .post__meta-wrap {
        display: block;
        border-bottom: 0;
    }
}
.post__meta-wrap .post__version-date {
    width: 270px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 70px;
}
@media (max-width: 767px) {
    .post__meta-wrap .post__version-date {
        margin-left: 0;
        margin: 30px 0 0;
        max-width: 100%;
    }
}
.post__meta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding: 45px 0;
    width: 100%;
}
.post__meta--moderated {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}
.post__meta--moderated div:nth-child(3n + 3) {
    grid-column: auto !important;
}
@media (max-width: 1279px) {
    .post__meta {
        display: block;
        padding: 30px 0;
        border-bottom: 0;
    }
}
@media (max-width: 767px) {
    .post__meta {
        padding-bottom: 0;
    }
}
@media (max-width: 1279px) {
    .post__meta div {
        width: 100%;
        margin-bottom: 20px;
    }
}
.post__meta div:nth-child(3n + 3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.post__meta h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #a3a3a3;
    margin: 0 0 5px;
}
@media (max-width: 1279px) {
    .post__meta h2 {
        font-size: 12px;
        line-height: 18px;
    }
}
.post__meta p {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #4a4a4a;
    margin: 0;
}
@media (max-width: 1279px) {
    .post__meta p {
        font-size: 18px;
        line-height: 20px;
    }
}
.post__meta p a {
    color: inherit;
}
.post__version {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 80px 30px 0;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1279px) {
    .post__version {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(100% + 48px);
        margin-left: -48px;
    }
}
@media (max-width: 1279px) {
    .post__version-switcher {
        margin-bottom: 30px;
    }
}
.post__version-switcher h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #a3a3a3;
    margin: 0 0 8px;
}
@media (max-width: 1279px) {
    .post__version-switcher h2 {
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        width: 100%;
    }
}
.post__version-switcher div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post__version-switcher a {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #836f57;
    opacity: 0.5;
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
@media (max-width: 1279px) {
    .post__version-switcher a {
        font-size: 18px;
        line-height: 22px;
        margin: 0 10px;
    }
}
.post__version-switcher a.active,
.post__version-switcher a:hover {
    opacity: 1;
}
.post__version-switcher a.active {
    text-decoration: underline;
}
.post__version-date {
    background: #f3ece3;
    padding: 12px 23px 20px 13px;
}
@media (max-width: 1279px) {
    .post__version-date {
        width: 100%;
        padding: 15px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.post__version-date h2 {
    color: #a3a3a3;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 8px;
}
@media (max-width: 1279px) {
    .post__version-date h2 {
        text-align: center;
        font-size: 12px;
        line-height: 12px;
    }
}
.post__version-date div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
    color: #9c8365;
}
@media (max-width: 1279px) {
    .post__version-date div {
        font-size: 24px;
        line-height: 24px;
    }
}
.post__version-date div span {
    padding-bottom: 3px;
}
.post__version-date div img {
    margin: 0 17px 0 10px;
}
@media (max-width: 1279px) {
    .post__version-date div img {
        margin: 0 17px 0 0;
    }
}
.post__img {
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 1849px) {
    .post__img {
        width: 55%;
    }
}
@media (max-width: 1279px) {
    .post__img {
        width: 100%;
    }
}
.post__img div {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    display: block;
}
.post__img + .post__info {
    padding-right: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
.post__year {
    position: absolute;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
    font-size: 120px;
    line-height: 87px;
    top: 111px;
    left: -98px;
    color: #ccb293;
    width: 290px;
    text-align: right;
}
.post__year--news {
    width: 340px;
    top: 160px;
    left: -122px;
}
@media (max-width: 1279px) {
    .post__year {
        font-size: 32px;
        line-height: 39px;
        top: 40px;
        left: -35px;
        width: 90px;
    }
    .post__year--news {
        top: 50px;
    }
}
.post__wrap {
    position: relative;
    padding-left: 155px;
    padding-top: 85px;
    margin-top: 50px;
}
@media (max-width: 1279px) {
    .post__wrap {
        margin-top: 15px;
        padding-left: 48px;
        padding-top: 48px;
    }
}
.post__wrap::after,
.post__wrap::before {
    content: "";
    background: #c9ae8f;
    display: block;
    position: absolute;
}
.post__wrap::before {
    width: 100%;
    height: 1px;
    top: 30px;
    left: 0;
}
@media (max-width: 1279px) {
    .post__wrap::before {
        top: 20px;
    }
}
.post__wrap::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 85px;
}
@media (max-width: 1279px) {
    .post__wrap::after {
        left: 20px;
        display: none;
    }
}
@media (max-width: 1279px) {
    .post__top {
        position: relative;
        margin-bottom: 30px;
    }
    .post__top::before {
        content: "";
        background: #c9ae8f;
        display: block;
        position: absolute;
        width: 1px;
        height: calc(100% + 48px);
        top: -48px;
        left: -28px;
    }
    .post__top::after {
        content: "";
        background: rgba(201, 174, 143, 0.3);
        display: block;
        position: absolute;
        height: 1px;
        width: calc(100% + 48px);
        left: -48px;
        bottom: -30px;
    }
}
.post__sources {
    padding: 0;
    margin-top: 55px;
}
@media (max-width: 1279px) {
    .post__sources {
        width: calc(100% + 48px);
        margin-left: -48px;
        margin-top: 35px;
    }
}
.post__sources + .post__share {
    margin-top: 55px;
}
@media (max-width: 1279px) {
    .post__sources + .post__share {
        margin-top: 35px;
    }
}
.post__sources h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}
.post__sources ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post__sources li {
    margin-bottom: 15px;
}
@media (max-width: 1279px) {
    .post__sources li {
        margin-bottom: 10px;
    }
}
.post__sources li a {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #4a8aae;
    word-wrap: break-word;
}
@media (max-width: 1279px) {
    .post__sources li a {
        font-size: 14px;
        line-height: 16px;
    }
}
.post__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0 20px;
}
@media (max-width: 1279px) {
    .post__share {
        width: calc(100% + 48px);
        margin-left: -48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post__share-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1279px) {
    .post__share-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post__share-btns .btn {
    margin-left: 30px;
}
@media (max-width: 1279px) {
    .post__share-btns .btn {
        padding: 15px 25px;
        margin-left: 0;
        margin-top: 20px;
    }
}
.post__share-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post__share-social div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1279px) {
    .post__share-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.post__share-social h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-right: 30px;
}
@media (max-width: 1279px) {
    .post__share-social h2 {
        margin-right: 0;
    }
}
.post__share-social a {
    margin-right: 25px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@media (hover) {
    .post__share-social a:hover {
        opacity: 0.6;
    }
}
.post__thanks {
    padding-top: 35px;
}
.post__related {
    margin-top: 120px;
}
@media (max-width: 1279px) {
    .post__related {
        padding: 0 50px 0 20px;
    }
}
.post__related .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none !important;
    padding: 0;
    margin: 20px 0 30px;
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: 0 !important;
}
.post__related .slick-dots li {
    margin: 0 5px;
    padding: 0 !important;
}
.post__related .slick-dots li::before {
    display: none !important;
}
.post__related .slick-dots button {
    border: 1px solid #c9ae8f;
    background: 0 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
}
.post__related .slick-dots .slick-active button {
    background: #c9ae8f;
}
@media (max-width: 1279px) {
    .post__related {
        margin-top: 85px;
    }
}
.post__related > h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 70px;
    margin: 0 0 20px;
}
@media (max-width: 1279px) {
    .post__related > h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }
}
.post__tags {
    padding: 0 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
    gap: 11px;
}
@media (max-width: 1279px) {
    .post__tags {
        width: calc(100% + 48px);
        margin-left: -48px;
        position: relative;
        padding-left: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 35px;
    }
}
.post__tags::before {
    content: "#";
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #ad9373;
    opacity: 0.4;
    margin-right: 20px;
}
@media (max-width: 1279px) {
    .post__tags::before {
        font-size: 36px;
        line-height: 36px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
    }
}
.post__tags a {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #9c8365;
    background: #fff;
    border: 1px solid #e7ddd1;
    padding: 12px 18px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}
@media (max-width: 1279px) {
    .post__tags a {
        font-size: 9px;
        line-height: 11px;
        padding: 6px 8px;
    }
}
.post__tags a span {
    position: relative;
}
.post__tags a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background: -o-linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    background: linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
}
.post__tags a:last-child {
    margin-right: 0;
}
@media (hover) {
    .post__tags a:hover {
        color: #fff;
    }
    .post__tags a:hover::before {
        opacity: 1;
    }
}
.post-content {
    padding: 40px 0 50px;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    width: 980px;
}
.post-content .constructor-item--caption:first-child {
    margin-top: 0;
}
@media (max-width: 1279px) {
    .post-content {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 25px;
    }
}
.post-content a {
    color: var(--accent);
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1849px) {
    .post-content {
        width: 100%;
    }
}
@media (max-width: 1279px) {
    .post-content {
        padding-top: 10px;
        width: calc(100% + 48px);
        margin-left: -48px;
    }
}
.post-content__section {
    margin-top: 70px;
}
.post-content__section > h2:first-child {
    margin-top: 0 !important;
}
.post-content h2 {
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}
@media (max-width: 1279px) {
    .post-content h2 {
        font-size: 24px;
        line-height: 29px;
    }
}
.post-content h2.big {
    margin-bottom: 40px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
}
@media (max-width: 1279px) {
    .post-content h2.big {
        font-size: 24px;
        line-height: 29px;
    }
}
.post-content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 0;
}
@media (max-width: 1849px) {
    .post-content ul {
        gap: 30px;
    }
}
@media (max-width: 1279px) {
    .post-content ul {
        gap: 20px;
    }
}
.post-content ul li {
    margin: 0;
    position: relative;
    padding-left: 32px;
}
.post-content ul li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ad9373;
    position: absolute;
    left: 0;
    top: 10px;
}
.post-content figure {
    padding: 0;
    margin: 50px 0;
}
@media (max-width: 1279px) {
    .post-content figure {
        margin: 30px 0;
    }
}
.post-content figcaption {
    margin: 10px 0 0;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #919090;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1279px) {
    .post-content figcaption {
        font-size: 14px;
        line-height: 17px;
        text-align: center;
    }
}
.post-content iframe {
    display: block;
}
@media (max-width: 1279px) {
    .post-content iframe {
        width: 100%;
        height: auto;
    }
}
.post-content > img {
    width: 830px;
    height: auto;
    display: block;
}
.post-content__quote {
    padding-left: 75px !important;
    position: relative;
}
@media (max-width: 1279px) {
    .post-content__quote {
        padding-left: 50px !important;
    }
}
.post-content__quote::before {
    content: "“";
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 125px;
    line-height: 174px;
    display: block;
    position: absolute;
    top: -40px;
    left: -20px;
}
@media (max-width: 1279px) {
    .post-content__quote::before {
        font-size: 90px;
        line-height: 109px;
        letter-spacing: -5px;
        top: -25px;
    }
}
.post-content__quote blockquote {
    padding: 0;
    margin: 0;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
}
@media (max-width: 1279px) {
    .post-content__quote blockquote {
        font-size: 20px;
        line-height: 24px;
    }
    .post-content__quote blockquote + figcaption {
        text-align: left !important;
    }
}
.post-content__slider {
    position: relative;
}
.post-slider {
    width: 830px;
    margin-bottom: 20px;
}
@media (max-width: 1279px) {
    .post-slider {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }
}
.post-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none !important;
    padding: 0;
    margin: 20px 0 30px;
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    gap: 0 !important;
}
.post-slider .slick-dots li {
    margin: 0 5px;
    padding: 0 !important;
}
.post-slider .slick-dots li::before {
    display: none !important;
}
.post-slider .slick-dots button {
    border: 1px solid #c9ae8f;
    background: 0 0;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
}
.post-slider .slick-dots .slick-active button {
    background: #c9ae8f;
}
.post-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 36px;
    height: 24px;
    background: url(/img/icons/slick-prev.svg) no-repeat center;
    background-size: contain;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 3;
    top: auto;
    bottom: 18px;
    left: 25px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.5;
}
@media (hover) {
    .post-slider .slick-arrow:hover {
        opacity: 1;
    }
}
.post-slider .slick-arrow.slick-next {
    left: auto;
    right: 635px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.post-slider__wrap {
    position: relative;
}
.post-slider__num {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 224px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #9c8365;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
}
@media (max-width: 1279px) {
    .post-slider__num {
        display: none;
    }
}
.post-slider__num div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -5px;
}
.post-slider__num-current {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: -7px;
}
.post-slider img {
    width: auto;
    height: 450px;
    display: block;
}
@media (max-width: 1279px) {
    .post-slider img {
        height: 300px;
    }
}
@media (max-width: 767px) {
    .post-slider img {
        width: 100%;
        height: auto;
    }
}
.line-above {
    position: relative;
}
.line-above::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -155px;
    background: #c9ae8f;
    width: 1320px;
    height: 1px;
}
.post-map {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 2fr) minmax(0, 5fr);
    grid-template-columns: minmax(0, 2fr) minmax(0, 5fr);
    background: #fff;
}
@media (max-width: 1849px) {
    .post-map {
        -ms-grid-columns: minmax(0, 3fr) minmax(0, 5fr);
        grid-template-columns: minmax(0, 3fr) minmax(0, 5fr);
        overflow: hidden;
    }
}
@media (max-width: 1279px) {
    .post-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: calc(100% + 48px);
        margin-left: -48px;
    }
}
.post-map__info {
    padding: 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 19px;
}
@media (max-width: 1279px) {
    .post-map__info {
        padding: 29px 40px;
        gap: 17px;
    }
}
.post-map__info h2 {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 5px;
}
@media (max-width: 1849px) {
    .post-map__info h2 {
        font-size: 12px;
        line-height: 12px;
    }
}
.post-map__info p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
@media (max-width: 1849px) {
    .post-map__info p {
        font-size: 14px;
        line-height: 18px;
    }
}
.post-map__info p a {
    color: inherit;
}
.post-map__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.post-map__social a {
    margin-right: 15px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@media (hover) {
    .post-map__social a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 1279px) {
    .post-map__map {
        width: 100%;
        height: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.post-map__map img {
    display: block;
}
@media (max-width: 1279px) {
    .post-map__map img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
}
.news-carousel .slick-slide {
    padding-top: 30px;
    padding-bottom: 35px;
    border-top: 1px solid rgba(201, 174, 143, 0.3) !important;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3) !important;
}
.news-carousel .news-item {
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.news-carousel,
.post-carousel {
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .news-carousel,
    .post-carousel {
        margin-top: 0;
    }
}
.news-carousel .slick-arrow,
.post-carousel .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 67px;
    height: 44px;
    background: url(/img/icons/slick-prev2.svg) no-repeat center;
    background-size: contain;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 3;
    top: -85px;
    right: 100px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.5;
}
@media (hover) {
    .news-carousel .slick-arrow:hover,
    .post-carousel .slick-arrow:hover {
        opacity: 1;
    }
}
.news-carousel .slick-arrow.slick-next,
.post-carousel .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news-carousel .slick-slide,
.post-carousel .slick-slide {
    margin: 0 30px;
}
.news-carousel .slick-list,
.post-carousel .slick-list {
    margin: 0 -30px;
    padding-top: 30px;
}
.news-carousel .places-item,
.post-carousel .places-item {
    padding: 20px 0 0;
}
@media (max-width: 1279px) {
    .news-carousel .places-item,
    .post-carousel .places-item {
        padding-top: 0;
    }
}
.news-carousel .places-item::after,
.news-carousel .places-item::before,
.post-carousel .places-item::after,
.post-carousel .places-item::before {
    display: none;
}
.news-carousel .places-item__year,
.post-carousel .places-item__year {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: -46px;
}
@media (max-width: 1279px) {
    .news-carousel .places-item__year,
    .post-carousel .places-item__year {
        top: -37px;
        font-size: 40px;
        line-height: 48px;
    }
}
.news-carousel .places-item__img,
.post-carousel .places-item__img {
    width: 325px;
}
@media (max-width: 1279px) {
    .news-carousel .places-item__img,
    .post-carousel .places-item__img {
        width: 100%;
    }
}
.news-carousel .places-item__img img,
.post-carousel .places-item__img img {
    width: 100%;
    height: auto;
}
.news-carousel .places-item__tags,
.post-carousel .places-item__tags {
    display: none;
}
.news-carousel .places-item p,
.post-carousel .places-item p {
    height: 100px;
    overflow: hidden;
    display: -webkit-box !important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}
#post-map {
    height: 450px;
}
@media (max-width: 1279px) {
    #post-map {
        width: 100%;
        height: 200px;
    }
}
.view-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 1279px) {
    .view-switcher {
        margin-right: 40px;
    }
}
.view-switcher__btn {
    width: 44px;
    height: 44px;
    margin-left: 3px;
}
@media (max-width: 1279px) {
    .view-switcher__btn {
        width: 30px;
        height: 30px;
    }
    .view-switcher__btn img {
        width: 12px;
    }
}
.view-switcher p {
    margin: 0;
    margin-right: 20px;
    color: #987d5a;
    font-size: 16px;
}
@media (max-width: 1279px) {
    .view-switcher p {
        display: none;
    }
}
.places {
    position: relative;
}
.places-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 140px;
    -moz-column-gap: 140px;
    column-gap: 140px;
}
@media (max-width: 1849px) {
    .places-grid {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }
}
@media (max-width: 1279px) {
    .places-grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .places-grid {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.places-grid--short {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-count: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    gap: 40px;
}
.places-item {
    margin: 0;
    padding: 0;
    padding-bottom: 80px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    padding-left: 95px;
    padding-top: 75px;
}
@media (max-width: 1849px) {
    .places-item {
        padding-left: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (max-width: 1279px) {
    .places-item {
        padding-left: 48px;
        padding-top: 48px;
        padding-bottom: 37px;
    }
}
.places-item--short {
    padding-top: 65px;
    padding-left: 44px;
    padding-bottom: 16px;
}
.places-item--short::before {
    top: 32px !important;
}
.places-item--short::after {
    top: 20px !important;
    left: 18px !important;
    height: 260px !important;
}
.places-item__cnt {
    position: absolute;
    z-index: 3;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
    font-size: 48px;
    top: -12px;
    left: 44px;
    color: #ccb293;
}
.places-item--short .places-item__tags {
    margin: 0 0 22px !important;
}
.places-item__text, .places-item__author {
    margin-bottom: 22px !important;
}
.places-item__author {
    font-weight: 600;
}
.places-item__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
.places-item__address {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    color: #AD9273;
    margin-bottom: 22px;
}
.places-item__address p {
    font-family: Cormorant !important;
    font-style: italic;
    font-size: 18px !important;
}
.places-item__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.places-item__bottom a {
    color: #756551;
    font-size: 18px !important;
    font-family: Cormorant !important;
    font-style: italic;
}
.places-item__date-create {
    font-family: Cormorant !important;
    font-style: italic;
    color: #989898;
    font-size: 24px !important;
    overflow: visible !important;
}

@media (max-width: 1849px) {
    .places-item__address p {
        font-size: 16px !important;
    }
    .places-item__bottom a {
        font-size: 16px !important;
    }
    .places-item__date-create {
        font-size: 21px !important;
    }
}

@media (max-width: 1279px) {
    .places-item__tags {
        margin-top: 15px;
    }
}
.places-item__tags a {
    font-family: Cormorant;
    font-weight: 700;
    font-size: 14px;
    color: #9c8365;
    background: #fff;
    border: 1px solid #e7ddd1;
    margin-right: 11px;
    padding: 12px 18px;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 20px rgba(173, 147, 115, 0.1);
    box-shadow: 0 2px 20px rgba(173, 147, 115, 0.1);
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media (max-width: 1279px) {
    .places-item__tags a {
        font-size: 9px;
        line-height: 9px;
        padding: 8px 10px;
        margin-right: 8px;
    }
}
.places-item__tags a span {
    position: relative;
}
.places-item__tags a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background: -o-linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
    background: linear-gradient(225deg, #dbc2a2 0, #ae925f 100%);
}
.places-item__tags a:last-child {
    margin-right: 0;
}
@media (hover) {
    .places-item__tags a:hover {
        color: #fff;
    }
    .places-item__tags a:hover::before {
        opacity: 1;
    }
}
.places-item h2 {
    font-family: Cormorant;
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    margin: 0 0 20px;
}
@media (max-width: 1849px) {
    .places-item h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1279px) {
    .places-item h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 10px;
    }
}
.places-item h2 a {
    text-decoration: none;
    color: inherit;
}
.places-item p {
    font-family: Mulish;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    max-height: 120px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
@media (max-width: 1849px) {
    .places-item p {
        font-size: 14px;
        line-height: 21px;
        max-height: 105px;
    }
}
@media (max-width: 1279px) {
    .places-item p {
        font-size: 12px;
        line-height: 18px;
        max-height: 90px;
    }
}
.places-item__img {
    width: 400px;
    height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1849px) {
    .places-item__img {
        width: 340px;
        height: 240px;
    }
}
@media (max-width: 1279px) {
    .places-item__img {
        width: 100%;
        height: calc((50vw - 100px) * 0.7);
    }
}
@media (max-width: 767px) {
    .places-item__img {
        height: calc((100vw - 120px) * 0.7);
    }
}
.places-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.places-item__img + h2 {
    font-style: italic;
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    margin-top: 24px;
    margin-bottom: 19px;
}
@media (max-width: 1849px) {
    .places-item__img + h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1279px) {
    .places-item__img + h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 13px 0 10px;
    }
}
.places-item::after,
.places-item::before {
    content: "";
    background: #c9ae8f;
    display: block;
    position: absolute;
}
.places-item::before {
    width: 100%;
    height: 1px;
    top: 30px;
    left: 0;
}
@media (max-width: 1279px) {
    .places-item::before {
        top: 20px;
    }
}
.places-item::after {
    width: 1px;
    height: calc(100% - 80px);
    top: 0;
    left: 48px;
}
@media (max-width: 1849px) {
    .places-item::after {
        left: 30px;
        height: calc(100% - 60px);
    }
}
@media (max-width: 1279px) {
    .places-item::after {
        left: 20px;
        height: calc(100% - 37px);
    }
}
.places-item__year {
    position: absolute;
    z-index: 3;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Cormorant;
    font-style: italic;
    font-weight: 400;
    font-size: 72px;
    line-height: 87px;
    top: 67px;
    left: -67px;
    color: #ccb293;
    width: 185px;
    white-space: nowrap;
    text-align: right;
}
@media (max-width: 1849px) {
    .places-item__year {
        font-size: 60px;
        top: 56px;
        width: 158px;
    }
}
@media (max-width: 1279px) {
    .places-item__year {
        font-size: 32px;
        line-height: 39px;
        width: 90px;
        left: -35px;
        top: 40px;
    }
}
.places__items--list .places-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 20px;
}
.places__items--list .places-item {
    display: block;
    margin-bottom: 60px;
}
@media (max-width: 1849px) {
    .places__items--list .places-item {
        padding-top: 70px;
    }
}
@media (max-width: 1279px) {
    .places__items--list .places-item {
        margin-bottom: 30px;
        padding-top: 60px;
    }
}
.places__items--list .places-item__img {
    display: none;
}
.places__items--list .places-item h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    text-transform: uppercase;
    margin: -20px 0 0;
}
@media (max-width: 1279px) {
    .places__items--list .places-item h2 {
        font-size: 16px;
        line-height: 24px;
    }
}
.places__items--list .places-item p {
    display: none;
}
.places__items--list .places-item__tags {
    margin: 20px 0 0;
}
.places-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.places-map .places-item {
    margin-bottom: 30px;
}
.places-map .places-item__tags {
    display: none;
}
.places-map .places-item p {
    display: none;
}
.places-map .places-item--short p {
    display: block;
}
.places-map .places-item h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
}
.places-map .places-item__img {
    width: 100%;
}
.places-map .places-item__img + h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 0;
}
.places-map .places-grid {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 70px;
}
.places-map .showmore {
    display: none;
}
.places-map__map {
    width: 65%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: calc(100vh - 80px);
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}
.places-map__map #places-map {
    width: 100%;
    height: 100%;
}
@media (max-width: 1279px) {
    .places-map {
        width: calc(100% - 40px);
    }
    .places-map .places-item__img {
        height: calc((50vw - 230px) * 0.7);
    }
    .places-map .places-item h2 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .places-map .places-grid {
        padding-right: 30px !important;
    }
}
@media (max-width: 767px) {
    .places-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .places-map__map {
        width: 100%;
        position: static;
        height: 300px;
        margin-bottom: 30px;
    }
    .places-map .places-item__img {
        height: calc((100vw - 130px) * 0.7);
    }
    .places-map .places-grid {
        width: 100%;
        padding-right: 0 !important;
    }
}
.reviews {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px;
    margin-top: 45px;
}
@media (max-width: 1279px) {
    .reviews {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.review {
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
    padding: 45px 0;
    text-decoration: none;
    color: inherit;
    display: block;
}
.review:first-child {
    border-top: 1px solid rgba(201, 174, 143, 0.3);
}
.review--page {
    margin-top: 45px;
}
@media (max-width: 1849px) {
    .review--page {
        margin-top: 35px;
    }
}
@media (max-width: 1279px) {
    .review--page {
        width: calc(100% - 40px);
        margin-top: 0;
    }
    .review--page:first-child {
        margin-top: 35px;
    }
}
@media (max-width: 767px) {
    .review--page {
        margin-top: 40px;
        padding: 0;
        border: none !important;
    }
    .review--page:first-child {
        margin-top: 27px;
    }
}
.review__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.review__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
}
@media (max-width: 767px) {
    .review__img {
        width: 115px;
        height: 115px;
        margin-right: 28px;
    }
}
.review__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.review__info {
    width: 100%;
    border-bottom: 1px solid rgba(201, 174, 143, 0.3);
}
.review__info p {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #707070;
    margin: 0;
}
@media (max-width: 767px) {
    .review__info p {
        font-size: 10px;
        line-height: 14px;
    }
}
.review__info h1 {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 28px;
}
@media (max-width: 767px) {
    .review__info h1 {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
    }
}
.review__info h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 23px;
}
@media (max-width: 767px) {
    .review__info h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
    }
}
.review__author {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
}
.review__text {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    padding-left: 175px;
    position: relative;
    padding-top: 40px;
}
@media (max-width: 1279px) {
    .review__text {
        font-size: 16px;
        line-height: 20px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .review__text {
        font-size: 16px;
        line-height: 19px;
        padding-top: 20px;
    }
}
.review__text--anons {
    padding-top: 24px;
    padding-left: 0;
    max-height: 215px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.review__quote {
    position: absolute;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 144px;
    line-height: 144px;
    top: 25px;
    left: 20px;
}
@media (max-width: 1279px) {
    .review__quote {
        display: none;
    }
}
.review--anons {
    padding: 0 0 20px;
    border: none !important;
}
.review--anons .review__info p {
    max-height: 72px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.search-page {
    margin: 30px 0;
    position: relative;
}
.search-page button {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
    border: none;
    border-radius: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
@media (max-width: 1849px) {
    .search-page button {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 767px) {
    .search-page button {
        width: 40px;
        height: 40px;
    }
}
.search-page__results {
    margin-top: 50px;
}
.sponsor {
    margin-top: 150px;
    display: block;
    text-decoration: none !important;
}
@media (max-width: 1849px) {
    .sponsor {
        margin-top: 100px;
    }
}
@media (max-width: 1279px) {
    .sponsor {
        margin-top: 60px;
    }
}
.sponsor img {
    display: block;
    width: 100%;
    height: auto;
}
.store-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px;
    margin-top: 30px;
    margin-bottom: 65px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 1279px) {
    .store-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .store-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1279px) {
    .store .page-title {
        display: block;
    }
}
@media (max-width: 1279px) {
    .store .news__tags {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 10px;
        margin-top: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 10px;
    }
    .store .news__tags a {
        margin: 0;
    }
}
.store__form {
    padding: 50px 72px 0;
}
@media (max-width: 767px) {
    .store__form {
        padding: 50px 15px 0;
    }
}
.store__form h2 {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 30px;
}
@media (max-width: 767px) {
    .store__form h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 20px;
    }
}
.store__item {
    padding: 50px 0 0 44px;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
}
@media (max-width: 1849px) {
    .store__item {
        padding: 32px 0 0 32px;
    }
}
.store__item::after,
.store__item::before {
    content: "";
    background: #c9ae8f;
    display: block;
    position: absolute;
}
.store__item::before {
    width: 100%;
    height: 1px;
    top: 24px;
    left: 0;
}
@media (max-width: 1849px) {
    .store__item::before {
        top: 17px;
    }
}
.store__item::after {
    width: 1px;
    height: 416px;
    top: 0;
    left: 24px;
}
@media (max-width: 1849px) {
    .store__item::after {
        height: 100%;
        left: 16px;
    }
}
.store__heading {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    margin: 18px 0 0;
}
@media (max-width: 1849px) {
    .store__heading {
        font-size: 20px;
        position: relative;
    }
    .store__heading::before {
        content: "";
        display: block;
        background: #fcfaf8;
        position: absolute;
        z-index: 2;
        top: -18px;
        height: calc(100% + 18px);
        width: 32px;
        left: -32px;
    }
}
.store__img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.store__img::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.store__img > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.store__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .product {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.product__img {
    padding: 56px 0 0 56px;
    position: relative;
    width: 522px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 99px;
}
.product__img > div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.product__img > div::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.product__img > div > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__img > div img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (max-width: 1279px) {
    .product__img {
        padding: 40px 0 0 40px;
        width: 300px;
        height: auto;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .product__img {
        width: 100%;
        margin-right: 0;
    }
}
.product__img img {
    width: 100%;
    height: auto;
    display: block;
}
.product__img::after,
.product__img::before {
    content: "";
    background: #c9ae8f;
    display: block;
    position: absolute;
}
.product__img::before {
    width: 100%;
    height: 1px;
    top: 30px;
    left: 0;
}
@media (max-width: 1279px) {
    .product__img::before {
        top: 20px;
    }
}
.product__img::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 30px;
}
@media (max-width: 1279px) {
    .product__img::after {
        left: 20px;
    }
}
.product__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 13px;
    width: 100%;
}
.product__options > div {
    margin-bottom: 35px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(201, 174, 143, 0.6);
}
.product__options h2 {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #8c8c8c;
    margin-bottom: 13px;
}
@media (max-width: 767px) {
    .product__options h2 {
        text-align: center;
    }
}
.product__sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.product__sizes > span:first-child {
    display: none;
}
@media (max-width: 767px) {
    .product__sizes {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.product__sizes label {
    cursor: pointer;
}
.product__sizes label span {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
@media (hover) {
    .product__sizes label:hover {
        color: #ad9373;
    }
}
.product__sizes label input {
    display: none;
}
.product__sizes label input:checked + span {
    color: #ad9373;
}
.product__sizes button,
.product__sizes span {
    background: 0 0;
    padding: 0;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product__sizes button.active,
.product__sizes span.active {
    color: #ad9373;
}
.product__color-box {
    width: 33px;
    height: 33px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 6px;
}
.product__color-box > div {
    width: 100%;
    height: 100%;
}
.product__color-box--white > div {
    border: 1px solid #d3d3d3;
}
.product__colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
@media (max-width: 1279px) {
    .product__colors {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.product__colors label {
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    width: 60px;
    background: 0 0;
    padding: 0;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: color 0.5s;
}
@media (max-width: 767px) {
    .product__colors label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (hover) {
    .product__colors label:hover {
        color: #ad9373;
    }
}
.product__colors label span {
    margin-top: 16px;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-align: left;
}
.product__colors label input {
    display: none;
}
.product__colors label input:checked ~ span {
    color: #ad9373;
}
.product__colors label input:checked ~ .product__color-box {
    border: 1px solid #ad9373;
}
@media (max-width: 767px) {
    .product__price-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-left: 0;
    }
}
.product__price {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 28px;
}
.product__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767px) {
    .product__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.product__actions > .btn {
    margin-right: 19px;
}
@media (max-width: 767px) {
    .product__actions > .btn {
        margin-right: 0;
        width: 198px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }
}
.product__counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product__counter .btn {
    width: 60px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product__counter .btn img {
    margin: 0;
}
.product__counter input {
    width: 78px;
    height: 60px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    outline: 0;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    background: 0 0;
    padding-top: 2px;
}
@media (max-width: 1849px) {
    .product__counter input {
        height: 50px;
    }
}
@media (max-width: 1279px) {
    .product__counter input {
        height: 45px;
    }
}
.product__descr {
    margin-top: 77px;
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1279px) {
    .product__descr {
        font-size: 18px;
        line-height: 24px;
        margin-top: 50px;
    }
}
.product__descr p {
    margin: 0;
}
.product__descr p + p {
    margin-top: 20px;
}
.product__related {
    margin-top: 59px;
    margin-bottom: 150px;
    padding-top: 120px;
    border-top: 1px solid rgba(201, 174, 143, 0.3);
}
@media (max-width: 1279px) {
    .product__related {
        padding-top: 60px;
        margin-bottom: 50px;
    }
}
.product__related > h2 {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 24px;
    margin: 0;
}
@media (max-width: 1279px) {
    .product__related > h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }
}
.product__carousel {
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .product__carousel {
        margin-top: 0;
    }
    .product__carousel .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 30px 0 -25px;
        position: relative;
        z-index: 3;
    }
    .product__carousel .slick-dots li {
        margin: 0 5px;
    }
    .product__carousel .slick-dots button {
        border: 1px solid #c9ae8f;
        background: 0 0;
        padding: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        font-size: 0;
    }
    .product__carousel .slick-dots .slick-active button {
        background: #c9ae8f;
    }
}
.product__carousel .slick-arrow {
    position: absolute;
    font-size: 0;
    width: 67px;
    height: 44px;
    background: url(/img/icons/slick-prev2.svg) no-repeat center;
    background-size: contain;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    z-index: 3;
    top: -55px;
    right: 100px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.5;
}
@media (hover) {
    .product__carousel .slick-arrow:hover {
        opacity: 1;
    }
}
.product__carousel .slick-arrow.slick-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product__carousel .slick-slide {
    margin: 0 24px;
}
.product__carousel .slick-list {
    margin: 0 -24px;
    padding-top: 30px;
}
@media (max-width: 1279px) {
    .popup--store .popup__inner {
        width: 100% !important;
    }
}
.team-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 54px;
    grid-row-gap: 40px;
    margin-top: 45px;
}
@media (max-width: 1849px) {
    .team-grid {
        grid-gap: 30px;
        margin-top: 35px;
    }
}
@media (max-width: 1279px) {
    .team-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    .team-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.team__item {
    padding: 50px 0 0 50px;
    position: relative;
    text-decoration: none;
    color: inherit;
}
@media (max-width: 1849px) {
    .team__item {
        padding: 40px 0 0 40px;
    }
}
.team__item::after,
.team__item::before {
    content: "";
    background: #c9ae8f;
    display: block;
    position: absolute;
}
.team__item::before {
    width: 100%;
    height: 1px;
    top: 23px;
    left: 0;
}
.team__item::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 23px;
}
.team__icon {
    position: absolute;
    width: 23px;
    height: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
}
.team__img {
    width: 100%;
    position: relative;
}
.team__img::after {
    content: "";
    display: block;
    padding-top: 100%;
}
.team__img div {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.team__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
@media (max-width: 1849px) {
    .team__img img {
        width: 100%;
    }
}
.team__info h2 {
    margin: 13px 0 5px !important;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
@media (max-width: 1849px) and (min-width: 1280px) {
    .team__info h2 {
        font-size: 18px;
        margin-bottom: 0 !important;
    }
}
.team__info p {
    color: #707070;
    margin: 0 !important;
    font-family: Mulish;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.text-page__content {
    border-left: 1px solid rgba(201, 174, 143, 0.3);
    padding-left: 80px !important;
    margin-top: 30px;
}
@media (max-width: 1279px) {
    .text-page__content {
        padding-left: 50px !important;
    }
}
.text-page .post-content {
    padding: 0;
}
.text-page .constructor-item {
    margin-top: 70px;
}
@media (max-width: 1849px) {
    .text-page .constructor-item {
        margin-top: 50px;
    }
}
.text-page .constructor-item--caption + .constructor-item {
    margin-top: 0;
}
.text-page .constructor-item:first-child {
    margin-top: 0;
}
.text-page .constructor-item:first-child h2 {
    margin-top: 0;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
}
@media (max-width: 1849px) {
    .text-page .constructor-item:first-child h2 {
        font-size: 42px;
        line-height: 46px;
    }
}
@media (max-width: 1279px) {
    .text-page .constructor-item:first-child h2 {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 767px) {
    .text-page .constructor-item:first-child h2 {
        font-size: 22px;
        line-height: 24px;
    }
}
.text-page .constructor-item--text {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
@media (max-width: 1279px) {
    .text-page .constructor-item--text {
        font-size: 18px;
        line-height: 22px;
    }
}
.text-page .constructor-item--quote {
    margin: 50px 0;
}
.thanks {
    padding: 50px 140px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 1279px) {
    .thanks {
        padding: 50px 120px 75px;
    }
}
@media (max-width: 767px) {
    .thanks {
        padding: 50px 60px 35px;
    }
}
.thanks__close {
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
    z-index: 3;
}
.thanks h2 {
    font-family: Cormorant;
    font-style: italic;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    margin: 19px 0 27px;
    width: 475px;
    text-align: center;
}
@media (max-width: 767px) {
    .thanks h2 {
        width: auto;
        font-size: 28px;
        line-height: 36px;
        margin: 19px 0 10px;
    }
}
.thanks p {
    font-family: Cormorant;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    width: 560px;
    text-align: center;
    margin: 0 0 30px;
}
@media (max-width: 767px) {
    .thanks p {
        width: auto;
        font-size: 18px;
        line-height: 22px;
    }
}
.thanks span {
    font-family: Mulish;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #8c8c8c;
    width: 560px;
    margin-bottom: 23px;
}
@media (max-width: 767px) {
    .thanks span {
        width: auto;
        font-size: 12px;
        line-height: 14px;
    }
}

.home-short-articles {
    margin-bottom: 80px;
}
.home-short-articles .places__items {
    margin: 60px 0 48px;
}
.home-short-articles .section-heading span {
    color: #C9AE8F;
}
@media (max-width: 1279px) {
    .home-short-articles {
        margin-bottom: 60px;
    }
    .places-grid--short {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
    }
    .home-short-articles .section-heading {
        text-align: center;
    }
    .home-short-articles .places__items {
        margin: 40px 0 20px;
    }
}

@media (max-width: 767px) {
    .places-grid--short {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .places-item__cnt {
        font-size: 36px;
        top: 4px;
    }
    .places-item--short {
        padding-top: 52px;
        padding-left: 49px;
        padding-bottom: 10px;
    }
    .places-item--short .places-item__tags {
        margin-bottom: 18px !important;
    }
}
.constructor textarea {
    field-sizing: content;
    resize: none;
}
.loading-img {
    display: none;
}
.loading-btn img {
    display: none;
}
.loading-btn img.loading-img {
    display: block;
    width: 28px;
}
.constructor__label img {
    width: 8px;
    height: auto;
}
.constructor__label .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    border: 1px solid #c9ae8f;
}
.btn-add-date {
    margin-top: 8px;
}
.hidden {
    display: none !important;
}

.post__related {
    padding-top: 0;
    margin-top: 36px;
}
.post__related::before, .post__related::after {
    display: none !important;
}
.post__related > h2 {
    font-size: 36px;
    margin-bottom: 36px;
}

/* End */
/* /bitrix/templates/planet/template_styles.css?1763019186253728 */
