/* Slider */

.slick-slider {
    position: relative;
    display: block;
    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: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}
/**/
.slick-slide {
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}
/**/
.slick-slide.slick-loading img {
    display: block;
}

.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;
}

* {
    box-sizing: border-box;
}

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

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

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

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

.debug {
    z-index: 999999;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.debug>div {
    height: inherit;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 576px) {
    .debug>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.debug>div>div {
    height: inherit;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.debug>div>div>div {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(8.33333% - 20px);
    height: inherit;
    outline: 1px solid #ff0;
    background: rgba(0, 0, 0, 0.5);
}

.container {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 576px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

html {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 10px;
    }
}

@media screen and (max-width: 576px) {
    html {
        font-size: 8.5px;
    }
}

body {
    position: relative;
    margin: 0;
    min-width: 320px;
    line-height: 1.8em;
    font-family: "Open Sans", "Arial", sans-serif;
    overflow-x: hidden;
    font-size: 14px;
    background: #fff;
    background-size: contain;
    color: #7A868C;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

img {
    width: 100%;
    display: block;
}

body *:focus {
    outline: none;
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce-infinite {
    animation-name: bounce;
    animation-duration: 3s;
    transform-origin: center bottom;
    animation-iteration-count: infinite;
}

@keyframes stagger {
    0% {
        opacity: 0.7;
    }
    25% {
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
    }
}

.stagger {
    animation-name: stagger;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.rotate {
    animation-name: rotate-inf;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes scaleIn {
    0% {
        opacity: 1;
        transform: scale(1.25);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.scaleIn {
    animation-name: scaleIn;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes trftr-y {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    33% {
        opacity: 1;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.btn-animation {
    animation-name: trftr-y;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes size-block {
    0% {
        opacity: 0;
        width: 1%;
        height: 1%;
    }
    33% {
        opacity: 1;
        width: 1%;
        height: 100%;
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100%;
    }
}

.decor-block-animation {
    animation-name: size-block;
    animation-duration: 2s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
    animation-timing-function: cubic-bezier(0.29, 1.11, 0.61, 0.96);
}

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

.font-opacity {
    animation-name: font-opacity;
    animation-duration: 0.25s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

.bg-color-animate {
    animation-name: bg-amimate;
    animation-duration: 1s;
    animation-delay: .1s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
    transform-origin: 100% 50%;
}

@keyframes bg-amimate {
    0% {
        transform: scaleX(0);
    }
    50% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes shake {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    30%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
    animation-duration: 1s;
}

@keyframes shake-focus {
    0%,
    to {
        transform: translateZ(0) translateY(-110%);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, -110%, 0);
    }
    30%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, -110%, 0);
    }
}

.shake-focus {
    animation-name: shake-focus;
    animation-duration: 1s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        opacity: 1;
        transform: perspective(400px);
    }
}

.flipInY:not(#some) {
    z-index: 1;
    animation-duration: .4s;
    animation-name: flipInY;
    animation-fill-mode: forwards;
    backface-visibility: visible;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold .mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-ready .mfp-bg {
    opacity: 0.8;
}

.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-removing .mfp-bg {
    opacity: 0;
}

.wow:not(#some) {
    opacity: 0;
}

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

.js-input-focus:not(#some) .main-form__text {
    transform: translateY(-110%);
}

.js-no-valid:not(#some)+.main-form-content svg {
    fill: red;
}

.js-no-valid:not(#some) {
    border-bottom: 1px solid red;
}

.overflow--hidden:not(#some) {
    overflow: hidden;
    margin-right: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.page__inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 30;
}

.page__inner .page__content {
    flex-grow: 1;
}

.page__inner .page__footer-wrapper {
    flex-shrink: 0;
}

.modal-link {
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 600;
    color: #FFA409;
    text-decoration: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.modal-link:hover {
    color: #d58600;
}

@media (min-width: 769px) {
    .section {
        min-height: 100vh;
        padding-top: 78px;
    }
}

@media (max-width: 769px) {
    .section {
        min-height: 100vh;
    }
}

.section-title {
    position: relative;
    font-size: 40px;
    line-height: 1.3em;
    display: inline-block;
    color: #212224;
    font-weight: bold;
}

@media screen and (max-width: 775px) {
    .section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 30px;
    }
}

.btn {
    border: none;
    display: inline-flex;
    padding: 15px 25px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #FFA409;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.4s;
    text-decoration: none;
}

.btn:hover {
    color: #fff;
    background-color: #ef9600;
}

.btn:active {
    background-color: #df8d00;
}

.dot {
    color: #FFA409;
}

.overlay {
    position: fixed;
    display: flex;
    z-index: -1;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.overlay--show {
    opacity: 1;
    z-index: 50;
    transition: all 0.5s;
}

.popup {
    position: relative;
    width: 910px;
    display: flex;
}

@media (max-width: 625px) {
    .popup {
        flex-direction: column;
        height: 100%;
    }
}

.popup .popup__img {
    width: 50%;
}

@media (max-width: 625px) {
    .popup .popup__img {
        width: 100%;
        height: 170px;
    }
}

.popup .popup__img img {
    height: 100%;
    object-fit: cover;
}

.popup__content {
    color: #fff;
    padding: 45px 0;
    padding-left: 33px;
    padding-right: 60px;
    background-color: #111821;
    width: 50%;
}

@media (max-width: 625px) {
    .popup__content {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 480px) {
    .popup__content {
        padding-right: 25px;
        padding-left: 20px;
    }
}

.popup__logo {
    margin-bottom: 25px;
}

.popup__logo img {
    width: 163px;
}

@media (max-width: 625px) {
    .popup__logo {
        display: none;
    }
}

.popup__block {
    margin-bottom: 30px;
}

.popup__block:last-child {
    margin-bottom: 0;
}

.popup__title {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .popup__title {
        font-size: 18px;
    }
}

.popup__text {
    margin-bottom: 30px;
}

.popup__input {
    padding-left: 10px;
    padding-bottom: 7px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #303E48;
    width: 80%;
    color: #fff;
}

.popup__input:-moz-placeholder {
    color: #fff;
}

.popup__input::-moz-placeholder {
    color: #fff;
}

.popup__input::-webkit-input-placeholder {
    color: #fff;
}

@media screen and (max-width: 480px) {
    .popup__input {
        width: 100%;
    }
}

.popup__btn {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    align-items: center;
    padding: 15px 49px;
}

.popup__btn svg {
    margin-right: 13px;
    width: 12px;
    height: 12px;
    fill: #fff;
}

.popup__close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.4s;
}

.popup__close svg {
    fill: #7A868C;
    width: 17px;
    height: 17px;
}

@media (max-width: 650px) {
    .popup__close {
        background-color: #FFA409;
    }
    .popup__close svg {
        fill: #fff;
        width: 15px;
        height: 15px;
    }
}

.popup__close:hover {
    opacity: 0.8;
}

.popup__close:active {
    opacity: 0.6;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding-top: 16px;
    padding-bottom: 10px;
    min-height: 55px;
    margin-bottom: 150px;
    transition: all 0.4s;
}

.header--scrolled {
    background-color: #111821;
    transition: all 0.4s;
}

.header__wrap {
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__logo {
    width: 184px;
    margin-right: 30px;
}

@media (max-width: 1220px) {
    .header__logo {
        margin-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .header__logo {
        width: 140px;
    }
}

@media (max-width: 350px) {
    .header__logo {
        width: 120px;
    }
}

@media screen and (max-width: 320px) {
    .header__logo {
        width: 105px;
    }
}

.header__navigation {
    margin-right: 30px;
}

@media (max-width: 1220px) {
    .header__navigation {
        margin-right: 15px;
    }
}

.header__info {
    width: 215px;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s;
}

@media (max-width: 1100px) {
    .header__info {
        width: 180px;
    }
}

@media screen and (max-width: 992px) {
    .header__info {
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .header__info {
        margin-right: 20px;
    }
}

.header__info-tel {
    /* для корректного отображения номера телефона */
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    /*  */
    margin-right: 13px;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    order: -1;
    color: #fff;
    transition: all 0.2s;
	text-decoration: none;
}

@media (max-width: 1220px) {
    .header__info-tel {
        font-size: 17px;
    }
}

@media screen and (max-width: 992px) {
    .header__info-tel {
        position: relative;
        margin-left: 37px;
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .header__info-tel {
        font-size: 12px;
        margin-left: 32px;
    }
}

.header__info-wrap {
    position: relative;
    width: 35.5px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFA409;
    border-radius: 50%;
}

@media screen and (max-width: 992px) {
    .header__info-wrap {
        order: -1;
    }
}

@media screen and (max-width: 480px) {
    .header__info-wrap {
        width: 26.5px;
        height: 22px;
        transform: translateY(-11px);
    }
}

.header__info-wrap svg {
    position: absolute;
    left: 6px;
    width: 16px;
    height: 13px;
    fill: #fff;
}

@media screen and (max-width: 480px) {
    .header__info-wrap svg {
        width: 10px;
        height: 9px;
    }
}

.header__info-btn {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s;
}

@media screen and (max-width: 992px) {
    .header__info-btn {
        padding-right: 7px;
        text-decoration: underline;
		display: none;
    }
}

@media screen and (max-width: 480px) {
    .header__info-btn {
        font-size: 10px;
    }
}

.header__info-btn span {
    opacity: 0;
    transition: all 0.4s;
}

@media screen and (max-width: 992px) {
    .header__info-btn span {
        opacity: 1;
    }
}

.header__info-btn:hover span {
    opacity: 1;
}

.header__info-btn:hover+.header__info-tel {
    transition: all 0.2s;
    opacity: 0;
}

@media screen and (max-width: 992px) {
    .header__info-btn:hover+.header__info-tel {
        opacity: 1;
    }
}

.header__info-block {
    width: 100%;
    display: flex;
    align-items: center;
    order: 1;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 992px) {
    .header__info-block {
        flex-direction: column;
    }
}

.header__info-block span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.header-bottom {
    padding-bottom: 20px;
    justify-self: flex-end;
    margin-top: auto;
}

.header-bottom__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-bottom__right img {
    width: 90px;
}

@media screen and (max-width: 480px) {
    .header-bottom__right {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .header-bottom {
        padding-bottom: 8px;
    }
}

.main {
    padding-top: 0;
    position: relative;
    min-height: 100vh;
    color: #fff;
}

.main__section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.main__section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(79.69deg, rgba(0, 0, 0, 0.684) 0%, rgba(0, 0, 0, 0) 93.2%);
}

.main__wrap {
    position: relative;
}

.main__wrap .slick-slide {
    display: flex;
}

.main__wrap .slick-dots {
    display: flex;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
    .main__wrap .slick-dots {
        bottom: 8px;
        left: 58%;
    }
}

.main__wrap .slick-dots li {
    margin-right: 19px;
}

.main__wrap .slick-dots li.slick-active button::before {
    width: 11px;
    height: 11px;
}

@media screen and (max-width: 480px) {
    .main__wrap .slick-dots li.slick-active button::before {
        width: 6px;
        height: 6px;
    }
}

.main__wrap .slick-dots button {
    font-size: 0;
    border: none;
    background-color: transparent;
}

.main__wrap .slick-dots button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 0.5px solid #FFA409;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .main__wrap .slick-dots button::before {
        width: 3px;
        height: 3px;
    }
}

.main__first {
/*    background: url("../images/main-bg.jpg") no-repeat;*/
background: url("../images/main-bg.webp") no-repeat;
    background-size: cover;
    background-position: bottom right;
}

@media (max-width: 800px) {
    .main__first {
/*        background: url("../images/main-bg-mob.jpg") no-repeat;*/
        background: url("../images/main-bg-mob.webp") no-repeat;
        background-size: cover;
        background-position: bottom right;
    }
}

.main__second {
/*    background: url("../images/main-bg2.jpg") no-repeat;*/
     background: url("../images/main-bg2.webp") no-repeat;
    background-size: cover;
    background-position: bottom right;
}

@media (max-width: 800px) {
    .main__second {
/*        background: url("../images/main-bg2-mob.jpg") no-repeat;*/
         background: url("../images/main-bg2-mob.webp") no-repeat;
        background-size: cover;
        background-position: bottom right;
    }
}

/*.main__third {
    background: url("../images/main-bg3.jpg") no-repeat;
    background-size: cover;
    background-position: bottom right;
}

@media (max-width: 800px) {
    .main__third {
        background: url("../images/main-bg3-mob.jpg") no-repeat;
        background-size: cover;
        background-position: bottom right;
    }
}*/

.main__promo {
    min-height: 40vh;
    margin-top: 25vh;
}

@media screen and (max-width: 992px) {
    .navigation {
        order: 2;
        z-index: 0;
    }
}

.navigation__wrap {
    display: none;
    height: 100%;
}

.navigation__text {
    margin-right: 39px;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    line-height: 2.4em;
    color: #7A868C;
    text-decoration: none;
}

.navigation__text:last-child {
    margin-right: 0;
}

.navigation__text--map svg {
    margin-right: 6px;
    width: 7px;
    height: 12px;
    fill: #fff;
}

.navigation__text--phone svg {
    margin-right: 6px;
    width: 9px;
    height: 9px;
    fill: #fff;
}

.navigation--show {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 37, 44, 0.85);
    margin-right: 0;
    order: 0;
    z-index: 10;
    padding-bottom: 20px;
    transition: all 0.4s;
}

.navigation--show .navigation__title {
    height: 25%;
    display: flex;
    align-items: center;
    opacity: 1;
}

.navigation--show .navigation__list {
    display: flex;
    opacity: 1;
}

.navigation--show .navigation__wrap {
    display: flex;
    align-items: flex-end;
}

.navigation__title {
    display: none;
    font-size: 38px;
    line-height: 1.1em;
    color: #fff;
    transition: all 0.4s;
}

.navigation__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1050px) {
    .navigation__list {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 992px) {
    .navigation__list {
        display: none;
        position: absolute;
        top: 33%;
        left: 50%;
        transform: translateX(-50%);
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .navigation__list {
        top: 27%;
    }
}

.navigation__item {
    margin-right: 20px;
}

.navigation__item:last-child {
    margin-right: 0;
}

.navigation__item--hide {
    display: none;
}

@media (max-width: 1220px) {
    .navigation__item {
        margin-right: 12px;
    }
}

@media screen and (max-width: 992px) {
    .navigation__item {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .navigation__item {
        margin-bottom: 10px;
    }
}

.navigation__link {
    position: relative;
    font-size: 11px;
    line-height: 1.9em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1220px) {
    .navigation__link {
        font-size: 10px;
    }
}

@media screen and (max-width: 992px) {
    .navigation__link {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .navigation__link {
        font-size: 11px;
    }
}

.navigation__link--active {
    color: #FFA409;
}

.navigation__link--active::after {
    content: "";
    position: absolute;
    left: 41%;
    width: 4px;
    height: 4px;
    background-color: #FFA409;
    border-radius: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}

@media screen and (max-width: 480px) {
    .navigation__link--active::after {
        content: "";
        position: absolute;
        left: -8px;
        width: 4px;
        height: 4px;
        background-color: #FFA409;
        border-radius: 50%;
        transform: translateX(-50%);
        bottom: 32%;
    }
}

.language {
    display: flex;
}

.language__btn {
    position: relative;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding-right: 50px;
    margin-right: 6px;
    line-height: 20px;
    text-transform: uppercase;
    color: #7A868C;
    border: none;
    background-color: transparent;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.language__btn--current {
    color: #fff;
}

.language__btn::after {
    content: "";
    position: absolute;
    right: 0;
    height: 1px;
    width: 39px;
    background-color: #fff;
}

.language__btn:last-child {
    padding-right: 0;
}

.language__btn:last-child::after {
    display: none;
}

.gallery {
    position: relative;
}

.gallery__big-imgs {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 95%;
    width: 100%;
}

.gallery__big-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery__big-imgs .slick-list {
    height: 100%;
}

.gallery__big-imgs .slick-track {
    height: 100%;
}

.gallery__control {
    display: flex;
    margin-right: 17px;
}

@media screen and (max-width: 480px) {
    .gallery__control {
        margin-right: 7px;
    }
}

.gallery__control-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 31px;
    cursor: pointer;
}

.gallery__control-btn svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

.gallery__control-btn--prev {
    background-color: #C09A5E;
}

.gallery__control-btn--next {
    background-color: #FFA409;
}

.gallery__control-btn--next svg {
    transform: rotate(180deg);
}

@media screen and (max-width: 992px) {
    .gallery__control-btn {
        padding: 25px;
    }
}

@media screen and (max-width: 775px) {

    .view {
        margin-top: 30px;
    }
    .gallery__control-btn {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .gallery__control-btn {
        padding: 12px;
    }
}

.gallery__bottom {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallery__bottom-left {
    align-self: flex-end;
    padding-left: 30px;
    width: 40%;
}

@media (max-width: 1100px) {
    .gallery__bottom-left {
        width: 25%;
    }
}

@media screen and (max-width: 775px) {
    .gallery__bottom-left {
        width: 12%;
        padding-left: 15px;
    }
}

.gallery__bottom-right {
    display: flex;
    width: 60%;
    height: 80px;
}

@media (max-width: 1100px) {
    .gallery__bottom-right {
        width: 75%;
    }
}

@media screen and (max-width: 775px) {
    .gallery__bottom-right {
        width: 88%;
        height: 70px;
    }
}

@media screen and (max-width: 480px) {
    .gallery__bottom-right {
        height: 40px;
    }
}

.gallery__small-imgs {
    width: 85%;
    display: flex;
}

.gallery__small-imgs .slick-list {
    height: 100%;
}

.gallery__small-imgs .slick-track {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.gallery__small-imgs-block {
    height: 100%;
}

.gallery__small-imgs-block img {
    height: 100%;
    object-fit: cover;
}

.gallery__small-imgs .slick-slide {
    margin-right: 17px;
    height: 90%;
}

@media screen and (max-width: 480px) {
    .gallery__small-imgs .slick-slide {
        margin-right: 7px;
    }
}

.gallery__small-imgs .slick-current {
    margin-right: 17px;
    height: 100%;
}

.gallery__small-imgs .slick-current img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .gallery__small-imgs .slick-current {
        margin-right: 7px;
    }
}

.promo {
    position: relative;
}

.promo__wrap {
    max-width: 730px;
}

.promo__title {
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 1em;
    font-weight: bold;
}

@media (max-width: 650px) {
    .promo__title {
        font-size: 45px;
    }
}

@media screen and (max-width: 480px) {
    .promo__title {
        font-size: 38px;
        line-height: 1.2em;
    }
}

.promo__desc {
    margin-bottom: 10px;
}

.promo__desc--short {
    padding-right: 159px;
    font-size:16px;
    line-height: 32px;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
    .promo__desc--short {
        padding-right: 70px;
    }
}

.promo__btn {
    margin-top: 30px;
    padding: 16px 64px;
}

@media screen and (max-width: 480px) {
    .promo__btn {
        margin-top: 45px;
    }
}

.promo__control {
    position: absolute;
    z-index: 1;
    top: 20%;
    right: 0;
    width: 120px;
}

@media (max-width: 992px) {
    .promo__control {
        top: 33%;
    }
}

@media screen and (max-width: 480px) {
    .promo__control {
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
    }
}

@media (max-width: 320px) {
    .promo__control {
        right: 17px;
    }
}

.promo__control-btn {
    display: none;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .promo__control-btn {
        display: inline-flex;
    }
}

.promo__control-btn--prev {
    background-color: #C09A5E;
}

.promo__control-btn--next {
    background-color: #FFA409;
    transform: rotate(180deg);
}

.promo__control-img {
    height: 150px;
}

.promo__control-img img {
    display: none;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 550px) {
    .promo__control-img {
        display: none;
    }
}

.promo__control-content {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    background-color: #fff;
    cursor: pointer;
}

@media (max-width: 550px) {
    .promo__control-content {
        display: none;
    }
}

.promo__control-text {
    font-size: 11px;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #7A868C;
}

.promo__control-next {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.promo__control-next svg {
    width: 12px;
    height: 18px;
    fill: #FFA409;
    transform: rotate(180deg);
}

.view {
    position: relative;
    margin-left: 110px;
    padding-bottom: 40px;
}

@media screen and (max-width: 992px) {
    .view {
        margin-left: 0;
    }
}

@media screen and (max-width: 775px) {
    .view {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 992px) {
    .view__wrap-title {
        text-align: center;
    }
}

.view__block {
    display: flex;
    width: 100%;
    justify-content: center;
}

.view__btn {
    text-decoration: none;
    padding-left: 61px;
    padding-right: 61px;
    margin-right: 30px;
    justify-content: center;
}

.view__control {
    position: absolute;
    bottom: 50px;
    margin-left: 110px;
    margin-right: 110px;
    left: 0;
    right: 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

@media (max-width: 600px) {
    .view__control {
        margin-left: 80px;
        margin-right: 75px;
    }
}

@media (max-width: 510px) {

    .view__btn {
        display: block;
    }

.view__block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

    .view__control {
        display: none;
    }
}

.view__control-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: none;
    background-color: transparent;
    color: #1C252C;
    font-size: 14px;
    line-height: 1.8em;
}

.view__control-btn svg {
    margin-right: 24px;
    width: 17px;
    height: 17px;
    fill: #FFA409;
}

@media screen and (max-width: 775px) {
    .view__control-btn svg {
        margin-right: 15px;
    }
}

.view__control-btn--next svg {
    transform: rotate(180deg);
    margin-right: 0;
    margin-left: 24px;
}

@media screen and (max-width: 775px) {
    .view__control-btn--next svg {
        margin-left: 15px;
    }
}

.view__title {
    margin-bottom: 34px;
}

@media screen and (max-width: 480px) {
    .view__title {
        margin-bottom: 15px;
    }
}

.view__content {
    position: relative;
    background-color: #fff;
    max-width: 1080px;
    min-height: 575px;
    padding-bottom: 100px;
    box-shadow: 0px 5px 60px rgba(55, 55, 55, 0.2);
    border-radius: 3px;
}

@media screen and (max-width: 992px) {
    .view__content {
        padding-bottom: 70px;
    }
}

@media (max-width: 510px) {
    .view__content {
        padding-bottom: 0;
    }
}

.view__tabs {
    margin-bottom: 19px;
    background-color: #c5c5c5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 480px) {
    .view__tabs {
        padding-left: 0;
        margin-bottom: 20px;
        justify-content: space-around;
        background-color: #fff;
        box-shadow: 0px 8px 20px rgba(17, 24, 33, 0.07);
    }
}

.view__tabs-item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 820px) {
    .view__tabs-item {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .view__tabs-item {
        margin-bottom: 0;
        flex-direction: column;
        width: 25%;
    }
}

.view__tabs-item--active {
    width: 75%;
    background-color: #fff;
    overflow-x: scroll;
    justify-content: flex-start;
}

@media (max-width: 820px) {
    .view__tabs-item--active {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .view__tabs-item--active {
        width: 25%;
        overflow: hidden;
    }
}

.view__tabs-item--active .view__tab {
    color: #FFA409;
    background-color: #fff;
}

.view__tabs-item--active .view__sub-list {
    width: 100%;
    display: flex;
    margin-right: 10px;
}

@media (max-width: 550px) {
    .view__tabs-item--active .view__sub-list {
        margin-left: 10px;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .view__tabs-item--active .view__sub-list {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .view__tabs-item--active .view__sub-list .view__sub-item {
        margin-right: 15px;
    }
}

.view__tab {
    display: inline-flex;
    white-space: nowrap;
    padding: 15px 62.3px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #7A868C;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #C5C5C5;
}

@media (max-width: 1200px) {
    .view__tab {
        padding: 15px 45px;
    }
}

@media screen and (max-width: 992px) {
    .view__tab {
        padding: 15px 33px;
    }
}

@media (max-width: 775px) {
    .view__tab {
        min-width: 90px;
    }
}

@media screen and (max-width: 480px) {
    .view__tab {
        background-color: #fff;
        padding: 9px 15px;
    }
}

.view__sub-list {
    align-items: center;
    display: none;
    background-color: #fff;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .view__sub-list {
        margin-left: 0;
        margin-right: 0;
    }
}

.view__sub-item {
    margin-right: 24px;
}

@media screen and (max-width: 775px) {
    .view__sub-item {
        margin-top: -6px;
    }
}

.view__sub-item--active .view__sub-tab {
    color: #1C252C;
    opacity: 1;
    font-weight: 600;
}

.view__sub-tab {
    font-size: 14px;
    line-height: 22px;
    color: #7A868C;
    text-decoration: none;
}

.view__inner-wrap {
    display: flex;
}

.view__wrap {
    padding-top: 15px;
    position: relative;
    margin-bottom: 26px;
}

.veiw__wrap > .slick-list {
    padding-top: 8px;
}

@media screen and (max-width: 480px) {
    .view__wrap .slick-slide {
        height: 100%;
    }
}

.view__wrap-content {
    z-index: 10;
    position: relative;
    display: flex !important;
}

@media screen and (max-width: 992px) {
    .view__wrap-content {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .view__wrap-content {
        box-shadow: 0px 8px 20px rgba(17, 24, 33, 0.07);
    }
}

.view__wrap-left {
    margin-left: 111px;
    width: 26.5%;
    margin-right: 87px;
}

.view__wrap-left {
    position: relative;
    margin-left: 61px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 78px;
    width: 37.5%;
    padding-right: 57px;
    box-shadow: 0px 8px 20px rgb(17 24 33 / 7%);
    margin-right: 35px;
}

.view__wrap-left-decor {
    position: absolute;
    top: 0;
    left: 0;
}

.view__wrap-left-decor svg {
    position: absolute;
    top: -20px;
    left: -28px;
}

.view__wrap-left-text {
    transform: rotate(-46deg) translateX(13px);
    position: absolute;
    top: 42px;
    z-index: 5;
    text-shadow: 0px 2px 2px rgb(165 80 19 / 20%);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
}

@media (max-width: 1100px) {
    .view__wrap-left {
        margin-left: 30px;
        margin-right: 50px;
    }

    .view__wrap-left {
        margin-left: 23px;
        padding-left: 50px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 992px) {
    .view__wrap-left {
        width: 100%;
        height: 430px;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .with-gift {
        align-items: center;
    }

    .view__wrap-left {
        width: 70%;
    }
}

.view__wrap-left img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 770px) {
    .view__wrap-left {
        width: 80%;
        margin-right: 15px;
        margin: left: 15px;
    }
}

@media screen and (max-width: 480px) {
    .view__wrap-left img {
        height: 100%;
    }

    .view__wrap-left {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.view__wrap-right {
    width: 57%;
    padding-right: 111px;
}

@media (max-width: 1200px) {
    .view__wrap-right {
        padding-right: 50px;
        width: 62%;
    }
}

@media screen and (max-width: 992px) {
    .view__wrap-right {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .view__wrap-right {
        margin-top: auto;
    }
}

.view__wrap-right-content {
    width: 100%;
    margin-right: 50px;
    margin-bottom: 26px;
    padding: 0px 0px 0px;
    background-color: #FFFFFF;
/*    box-shadow: 0px 8px 20px rgba(33, 34, 36, 0.05);*/
}

@media screen and (max-width: 992px) {
    .view__wrap-right-content {
        margin-right: 0;
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .view__wrap-right-content {
        padding: 0 15px;
        padding-top: 25px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .view__wrap-right-content {
        box-shadow: none;
    }
}

.view__wrap-top {
    display: flex;
}

@media screen and (max-width: 992px) {
    .view__wrap-top {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 510px) {
    .view__wrap-top {
        width: 100%;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 25px;
        align-items: center;
    }
}

.view__wrap-top-left {
    position: relative;
    width: 260px;
    padding-right: 10px;
    margin-right: 24px;
}

@media (max-width: 630px) {
    .view__wrap-top-left {
        margin-right: 0;
        padding-right: 0;
    }
    .view__wrap-top-left::after {
        display: none;
    }
}

.view__wrap-top-left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 94%;
    width: 1px;
    background-color: #DDDDDD;
}

.view__wrap-top-right {
    width: 230px;
}

@media (max-width: 630px) {
    .view__wrap-top-right {
        display: none;
    }
}

.view__wrap-top-right .view__wrap-info-text {
    width: 73%;
}

.view__wrap-top-right .view__wrap-info-value {
    width: 27%;
}

.view__wrap-title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 38px;
    color: #212224;
    font-weight: 500;
}

@media screen and (max-width: 480px) {
    .view__wrap-title {
        margin-right: 22px;
    }
}

.view__wrap-info {
    margin-bottom: 3px;
    display: flex;
}

.view__wrap-info-text,
.view__wrap-info-value {
    width: 70%;
    margin-right: 10px;
    line-height: 24px;
}

@media (max-width: 630px) {
    .view__wrap-info-text,
    .view__wrap-info-value {
        margin-right: 0;
    }
}

.view__wrap-info-value {
    width: 30%;
    color: #1C252C;
}

@media screen and (max-width: 480px) {
    .view__wrap-info-value {
        width: 40%;
    }
}

.view__wrap-bottom {
    display: flex;
    flex-wrap: wrap;
    margin-left: 40px;
    color: #111821;
}

@media screen and (max-width: 992px) {
    .view__wrap-bottom {
        text-align: center;
        justify-content: center;
    }
}

@media (max-width: 510px) {
    .view__wrap-bottom {
        display: none;
    }
}

.view__wrap-text {
    margin-bottom: 17px;
}

.view__wrap-bottom-content {
    width: 45%;
    margin-right: 22px;
    font-size: 14px;
    line-height: 24px;
}

@media screen and (max-width: 992px) {
    .view__wrap-bottom-content {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .view__wrap-bottom-content {
        width: 60%;
    }
}

.view__wrap-block {
    width: 45%;
    margin-left: 3px;
}

@media screen and (max-width: 480px) {
    .view__wrap-block {
        width: 40%;
    }
}

.view__wrap-link {
    color: #111821;
    text-decoration: none;
}

.layout {
    background-color: #f9f8f8;
    display: flex;
    padding-top: 0;
}

@media screen and (max-width: 775px) {
    .layout {
        padding-top: 50px;
        flex-direction: column;
        padding-bottom: 0;
    }
}

.layout__left,
.layout__right {
    width: 50%;
}

.layout__left img,
.layout__right img {
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 775px) {
    .layout__left,
    .layout__right {
        width: 100%;
    }
}

.layout__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.layout__wrap {
    margin-bottom: 100px;
}

@media screen and (max-width: 775px) {
    .layout__wrap {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

.layout__content {
    max-width: 420px;
    padding-left: 20px;
    padding-right: 20px;
}

.layout__title {
    margin-bottom: 20px;
}

.layout__desc {
    margin-bottom: 20px;
    font-size:16px;
}

.layout__link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #FFA409;
    text-decoration: none;
}

.layout__link svg {
    margin-right: 23px;
    width: 7px;
    height: 60px;
    stroke: #FFA409;
    fill: #FFA409;
}

.layout__slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.layout__slider-text {
    color: #FFA409;
}

@media screen and (max-width: 775px) {
    .layout__slider {
        width: auto;
        position: absolute;
        top: 5px;
        left: -40px;
    }
}

.layout__right {
    position: relative;
}

.layout__right-content {
    position: relative;
}

@media screen and (max-width: 775px) {
    .layout__right-content {
        display: flex;
        align-items: center;
    }
}

.layout__right .layout__icon {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 62%;
    top: 59%;
    transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 480px) {
    .layout__right .layout__icon {
        left: 55%;
        top: 55%;
    }
}

.layout__right .layout__icon svg {
    width: 80%;
    height: 80%;
    stroke: #FFA409;
    fill: none;
}

@media screen and (max-width: 992px) {
    .layout__right .layout__icon svg {
        width: 85%;
        height: 85%;
    }
}

@media screen and (max-width: 480px) {
    .layout__right .layout__icon svg {
        width: 91%;
        height: 91%;
    }
}

@media screen and (max-width: 775px) {
    .layout__right {
        order: -1;
        height: 300px;
    }
}

.footer {
    background-color: #111821;
    padding: 21px 0;
}

@media (max-width: 550px) {
    .footer {
        padding-top: 35px;
        padding-bottom: 22px;
    }
}

.footer__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 775px) {
    .footer__wrap {
        justify-content: center;
    }
}

@media (max-width: 550px) {
    .footer__wrap {
        flex-direction: column;
    }
}

.footer__item {
    margin-right: 15px;
}

.footer__item:last-child {
    margin-right: 0;
}

@media (max-width: 1015px) {
    .footer__item {
        margin-bottom: 25px;
    }
}

.footer__item--img img {
    width: 163px;
}

.footer__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 530px) {
    .footer__info {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer__info-item {
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.footer__info-item:last-child {
    margin-right: 0;
}

@media screen and (max-width: 775px) {
    .footer__info-item {
        margin-right: 20px;
    }
}

@media (max-width: 550px) {
    .footer__info-item {
        margin-bottom: 15px;
    }
}

.footer__info-item--map svg {
    width: 10px;
    height: 15px;
    fill: #FFA409;
    margin-right: 12px;
}

.footer__info-item--phone svg {
    width: 13px;
    height: 13px;
    fill: #FFA409;
    margin-right: 12px;
}

.footer__info-text {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 550px) {
    .footer__copyright {
        padding-top: 15px;
        border-top: 1px solid #242F3D;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
    }
}

.footer__copyright img {
    width: 85px;
}

@media screen and (max-width: 775px) {
    .features {
        padding-bottom: 40px !important;
    }
}

.features__title {
    order: -1;
}

.features__title-small {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.6em;
    color: #303E48;
    font-weight: 600;
}

@media screen and (max-width: 775px) {
    .features__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .features__item {
        margin-bottom: 40px;
    }
}

.features .slick-slide {
    display: flex;
    min-height: 100vh;
}

@media screen and (max-width: 775px) {
    .features .slick-slide {
        flex-direction: column;
    }
}

.features__link {
    padding-left: 0;
    display: inline-flex;
    margin-top: 50px;
    padding-bottom: 2px;
    border-bottom: 1px solid #FFA409;
    align-self: flex-start;
}

@media screen and (max-width: 775px) {
    .features__link {
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .features__link {
        margin-top: 20px;
    }
}

.features .layout__left {
    position: relative;
}

@media screen and (max-width: 775px) {
    .features .layout__left {
        width: 100%;
    }
}

@media screen and (max-width: 775px) {
    .features .layout__left {
        height: 300px;
    }
    .features .layout__left .gallery__control {
        display: none;
    }
}

.features .layout__left-wrap {
    height: 100%;
    width: 100%;
}

.features .layout__left-wrap div {
    height: 100%;
}

.features .layout__left-wrap img {
    width: 100%;
    object-fit: cover;
}

.features .layout__left .gallery__control {
    position: absolute;
    bottom: 0;
    left: 20%;
    z-index: 1;
}

.features .layout__left .gallery__control-btn {
    padding: 29px;
}

.features .layout__left .gallery__control-btn svg {
    width: 20px;
    height: 20px;
}

.features .layout__right {
    height: auto;
    order: 1;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.features .layout__right-wrap {
    max-width: 420px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 775px) {
    .features .layout__right {
        padding-top: 24%;
        width: 100%;
        padding-left: 52px;
    }
}

@media (max-width: 600px) {
    .features .layout__right {
        padding-top: 10%;
    }
}

.features__btn-prev {
    background-color: #C09A5E;
}

.features__btn-next {
    background-color: #FFA409;
    transform: rotate(180deg);
}

@keyframes animateHeight {
    from {
        bottom: 0;
        height: 70px;
    }
    to {
        top: 0;
        height: 100%;
    }
}

.map {
    position: relative;
    padding-top: 0;
    overflow: hidden;
}

.map__wrap {
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 775px) {
    .map {
        padding-top: 0;
    }
}

.map__info {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
}

@media screen and (max-width: 480px) {
    .map__info {
        height: calc(100vh - 240px);
    }
}

.map__info-wrap {
    margin-top: auto;
    width: 450px;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 20px 30px;
    height: 70px;
}

@media (max-width: 360px) {
    .map__info-wrap {
        padding: 20px 15px;
    }
}

.map__info-wrap--show {
    top: 0;
    height: 100%;
}

.map__info-btn {
    width: 100%;
    margin-left: 19px;
    font-size: 22px;
    line-height: 1.6em;
    color: #1C252C;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media (max-width: 400px) {
    .map__info-btn {
        margin-left: 0;
    }
}

.map__info-btn svg {
    margin-left: 25px;
    width: 18px;
    height: 18px;
    transform: rotate(-90deg);
    fill: #FFA409;
}

@media (max-width: 360px) {
    .map__info-btn svg {
        margin-left: 10px;
    }
}

.map__info-btn--show svg {
    transform: rotate(90deg);
}

@media screen and (max-width: 480px) {
    .map__info {
        text-align: center;
        width: 100%;
    }
    .map__info-btn {
        justify-content: center;
        font-size: 19px;
    }
}

.map__list {
    margin-top: 23px;
    padding-bottom: 20px;
    padding-right: 30px;
    overflow-y: auto;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .map__list {
        height: 300px;
    }
}

@media screen and (max-width: 320px) {
    .map__list {
        height: 200px;
    }
}

.map__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #7A868C;
    margin-bottom: 15px;
}

.map__item:last-child {
    margin-bottom: 0;
}

.map__item-wrap {
    width: 70px;
    display: flex;
    justify-content: center;
}

.map__item-wrap svg {
    fill: #FFA409;
}

.map__item--1 img {
    width: 19px;
    height: 26px;
}

.map__item--2 img {
    width: 26px;
    height: 23px;
}

.map__item--3 img {
    width: 25px;
    height: 24px;
}

.map__item--4 img {
    width: 25px;
    height: 25px;
}

.map__item--5 img {
    width: 32px;
    height: 33px;
}

.map__item--6 img {
    width: 20px;
    height: 19px;
}

.map__item--7 img {
    width: 19px;
    height: 22px;
}

.map__item--8 img {
    width: 17px;
    height: 24px;
}

.map__item-left {
    display: flex;
    align-items: center;
}

.map__item-left img {
    margin-right: 26px;
}

.map__item-right svg {
    fill: #e8e8e8;
    margin-left: 20px;
    width: 22px;
    height: 12px;
}

.map__item--active {
    color: #111821;
}

.map__item--active svg {
    fill: #7A868C;
}

.about {
    background-color: #f9f8f8;
}

.about__wrap {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
    align-items: center;
}

@media screen and (max-width: 775px) {
    .about__wrap {
        flex-direction: column;
        align-items: center;
    }
}

.about__left,
.about__right {
    width: 50%;
}

@media screen and (max-width: 775px) {
    .about__left,
    .about__right {
        width: 100%;
    }
}

.about__right {
    margin-left: 120px;
}

.about__left {
    position: relative;
}

@media screen and (max-width: 775px) {
    .about__left {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
}

.about__left img {
    width: 87%;
}

@media screen and (max-width: 775px) {
    .about__left img {
        width: 65%;
    }
}

@media screen and (max-width: 480px) {
    .about__left img {
        width: 85%;
    }
}

.about__left-img {
    position: absolute;
    top: 3%;
    left: 15%;
    width: 56% !important;
}

@media screen and (max-width: 992px) {
    .about__left-img {
        top: 19%;
    }
}

@media screen and (max-width: 775px) {
    .about__left-img {
        width: 50% !important;
        top: 27%;
        left: 26%;
    }
}

@media screen and (max-width: 480px) {
    .about__left-img {
        width: 49% !important;
        left: 25%;
        height: 57%;
    }
}

.about__title {
    margin-bottom: 22px;
}

.about__title-small {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1.6em;
    color: #303E48;
    font-weight: 600;
}

.about__desc {
    margin-bottom: 20px;
    font-size: 16px;
}

.about__desc:last-child {
    margin-bottom: 0;
}

.about__content {
    max-width: 420px;
}

.about__static {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 70px;
}

@media screen and (max-width: 480px) {
    .about__static {
        margin-bottom: 40px;
    }
}

.about__static-item {
    width: 130px;
    margin-right: 90px;
}

@media screen and (max-width: 480px) {
    .about__static-item {
        margin-right: 20px;
    }
}

.about__static-item:last-child {
    margin-right: 0;
}

.about__static-count {
    font-size: 50px;
    line-height: 1.1em;
    color: #1C252C;
    font-weight: bold;
}

.about__static-text {
    font-size: 11px;
    line-break: 1.9em;
    color: #303E48;
    font-weight: bold;
    text-transform: uppercase;
}

.about__btn {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .about__btn {
        margin-bottom: 30px;
    }
}

.other {
    min-height: 100vh;
}

.other .container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.other .slider-control {
    padding-right: 0;
}

.other .slick-slide {
    display: flex;
}

@media (max-width: 760px) {
    .other .slick-slide {
        flex-direction: column;
    }
}

.other__left,
.other__right {
    position: relative;
    width: 50%;
}

@media (max-width: 760px) {
    .other__left,
    .other__right {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .other__right {
        order: -1;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

@media (max-width: 760px) {
    .other__left {
        display: flex;
        justify-content: center;
        padding-left: 30px;
        padding-bottom: 65px;
    }
}

@media screen and (max-width: 480px) {
    .other__left {
        padding-left: 15px;
        margin-right: 0;
    }
}

.other__left-block {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.other__left-wrap {
    margin-right: 30px;
    color: #FFA409;
}

@media screen and (max-width: 480px) {
    .other__left-wrap {
        margin-right: 15px;
    }
}

.other__content {
    max-width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1100px) {
    .other__content {
        margin-right: 20px;
    }
}

.other__right-item {
    height: 100%;
    position: relative;
}

.other__right-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.other__right-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: #303E48;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 32px 0;
    padding-left: 11%;
    padding-right: 14%;
}

@media (max-width: 1200px) {
    .other__right-content {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 480px) {
    .other__right-content {
        padding: 18px 0;
        padding-left: 3%;
        padding-right: 3%;
    }
}

.other__right-text {
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .other__right-text {
        font-size: 14px;
    }
}

.other__right-wrap {
    height: 100%;
}

.other__right .slick-list {
    height: 100%;
}

.other__right .slick-track {
    height: 100%;
}

.other__title {
    margin-bottom: 25px;
    font-size: 27px;
}

@media (max-width: 760px) {
    .other__title {
        order: -1;
    }
}

.other__title-small {
    font-size: 22px;
    line-height: 1.6em;
    color: #303E48;
    font-weight: 600;
}

.other__desc {
    margin-left: 48px;
    margin-bottom: 20px;
    color: #303E48;
    font-size: 16px;
}

@media screen and (max-width: 480px) {
    .other__desc {
        margin-left: 34px;
    }
}

.other__btn {
    margin-top: auto;
    align-self: flex-start;
    margin-left: 40px;
    text-decoration: none;
    padding: 15px 36px;
}

@media (max-width: 760px) {
    .other__btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    .other__btn {
        margin-left: 25px;
    }
}

.other .gallery__control {
    position: relative;
    top: 152px;
    left: 44.2%;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    align-items: flex-start;
    z-index: 1;
}

.other .gallery__control-btn {
    padding: 28px;
}

@media (max-width: 760px) {
    .other .gallery__control-btn {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .other .gallery__control-btn {
        padding: 10px;
    }
}

@media (max-width: 1100px) {
    .other .gallery__control {
        bottom: -76px;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content: flex-end;
        left: 50%;
        top: 0;
    }
}

@media (max-width: 760px) {
    .other .gallery__control {
        display: none;
        left: 0;
        justify-content: flex-end;
    }
}

.other__btn-prev {
    background-color: #C09A5E;
}

.other__btn-prev svg {
    width: 20px;
    height: 20px;
}

.other__btn-next {
    order: -1;
    background-color: #FFA409;
    transform: rotate(180deg);
}

.other__btn-next svg {
    width: 20px;
    height: 20px;
}

.paper {
    background-color: #F9F8F8;
    position: relative;
    background-color: #F9F8F8;
}

.paper__decor {
    position: absolute;
    bottom: 0;
    right: 0;
}

.paper__decor svg {
    fill: none;
    stroke: none;
    fill: #fff;
    width: 425px;
    height: 457px;
}

@media (max-width: 550px) {
    .paper__decor {
        display: none;
    }
}

.paper__title {
    margin-bottom: 15px;
    order: -1;
    margin-top: -174px;
}

@media (max-width: 1200px) {
    .paper__title {
        margin-top: 0;
    }
}

.paper__inner-wrap {
    position: relative;
    display: flex;
}

@media (max-width: 1200px) {
    .paper__inner-wrap {
        flex-direction: column;
        max-width: 907px;
    }
}

.paper .gallery__control {
    align-items: flex-start;
    order: 1;
}

.paper .gallery__control-btn {
    padding: 29px;
}

@media (max-width: 1200px) {
    .paper .gallery__control {
        justify-content: space-between;
    }
}

@media (max-width: 1050px) {
    .paper .gallery__control {
        margin-right: 0;
    }
}

@media (max-width: 650px) {
    .paper .gallery__control {
        display: none;
    }
}

.paper__btn-prev {
    background-color: #C09A5E;
}

.paper__btn-prev svg {
    width: 20px;
    height: 20px;
}

.paper__btn-next {
    background-color: #FFA409;
    transform: rotate(180deg);
    margin-right: 57px;
}

.paper__btn-next svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 1050px) {
    .paper__btn-next {
        margin-right: 75px;
    }
}

.paper__content {
    padding-bottom: 50px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 110px;
}

@media (max-width: 1200px) {
    .paper__content {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .paper__content {
        padding-top: 40px;
    }
}

.paper__content-wrap {
    order: -1;
    margin-bottom: 50px;
    display: flex;
    max-width: 640px;
}

@media (max-width: 500px) {
    .paper__content-wrap {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

.paper__content-desc {
    margin-right: 30px;
}

.paper__content-desc:last-child {
    margin-right: 0;
}

@media (max-width: 500px) {
    .paper__content-desc {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 1050px) {
    .paper__content {
        margin-left: 20px;
    }
}

@media (max-width: 500px) {
    .paper__content {
        margin-left: 0;
    }
}

.paper__wrap {
    display: flex;
    max-width: 907px;
}

@media (max-width: 1200px) {
    .paper__wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .paper__wrap {
        width: 100%;
    }
}

.paper__item {
    display: flex !important;
    flex-direction: column;
    min-height: 332px;
    padding: 8px 35px 35px 30px;
    margin-right: 80px;
    background-color: #1C252C;
}

.paper__item:last-child {
    margin-right: 0;
}

@media (max-width: 650px) {
    .paper__item {
        margin-right: 0;
    }
}

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

.paper__top-img svg {
    width: 107px;
    height: 107px;
}

.paper__top-date {
    margin-top: 30px;
    color: #FFA409;
}

.paper__link {
    font-size: 18px;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
}

.paper__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.paper__bottom-left {
    color: #FFA409;
}

.paper__bottom-right svg {
    width: 15px;
    height: 26px;
}

.contacts {
    position: relative;
    display: flex;
    margin-top: -208px;
    min-height: 100vh;
}

@media (max-width: 1200px) {
    .contacts {
        margin-top: -56px;
    }
}

@media (max-width: 650px) {
    .contacts {
        margin-top: 0;
        flex-direction: column;
    }
}

.contacts__info {
    order: -1;
    width: 40%;
    background-color: #7A868C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .contacts__info {
        width: 50%;
        padding-left: 30px;
    }
}

@media (max-width: 650px) {
    .contacts__info {
        padding: 60px 10px;
        width: 100%;
    }
}

.contacts__info-wrap {
    max-width: 330px;
}

.contacts__title {
    margin-bottom: 10px;
    color: #fff;
}

.contacts__title-small {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.6em;
    font-weight: 600;
    color: #1C252C;
}

@media screen and (max-width: 480px) {
    .contacts__title-small {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

.contacts__work {
    margin-bottom: 50px;
}

.contacts__work-address {
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .contacts__work {
        margin-bottom: 35px;
    }
}

.contacts__phone {
    display: inline-flex;
    margin-bottom: 40px;
    font-size: 30px;
    line-break: 1.7em;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 775px) {
    .contacts__phone {
        font-size: 25px;
    }
}

@media screen and (max-width: 480px) {
    .contacts__phone {
        font-size: 20px;
    }
}

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

.contacts__email-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    margin-right: 30px;
    background-color: #FFA409;
}

.contacts__email-icon svg {
    width: 23px;
    height: 22px;
    fill: #fff;
}

.contacts__email-link {
    display: inline-flex;
    color: #FFA409;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #FFA409;
}

.contacts__map {
    width: 60%;
}

@media (max-width: 650px) {
    .contacts__map {
        height: 300px;
        width: 100%;
    }
}

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

.socials__link {
    margin-right: 25px;
}

.socials__link:last-child {
    margin-right: 0;
}

.socials__link--fb svg {
    width: 9px;
    height: 16px;
}

.socials__link--inst svg {
    width: 16px;
    height: 16px;
}

.burger-btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    z-index: 100;
    position: absolute;
    top: 14px;
    right: 30px;
    background-color: #FFA409;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

@media (max-width: 500px) {
    .burger-btn {
        right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .burger-btn {
        top: 2px;
    }
}

.burger-btn svg {
    display: none;
    fill: #fff;
}

@media screen and (max-width: 992px) {
    .burger-btn {
        display: flex;
    }
}

.burger-btn span {
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
}

.burger-btn span::before,
.burger-btn span::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 10px;
    background-color: #fff;
}

.burger-btn span::before {
    transform: translateY(-4px);
}

.burger-btn span::after {
    width: 7px;
    transform: translateY(3px);
}

.burger-btn--open {
    transition: all 0.4s;
}

.burger-btn--open span {
    display: none;
}

.burger-btn--open svg {
    display: block;
}

.slider-control {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 760px) {
    .slider-control {
        display: flex;
    }
}

.slider-control .slick-dots {
    display: flex;
}

.slider-control .slick-dots li {
    margin-right: 9px;
}

.slider-control .slick-dots li:last-child {
    margin-right: 0;
}

.slider-control .slick-dots li.slick-active button::before {
    width: 6px;
    height: 6px;
}

.slider-control .slick-dots button {
    position: relative;
    border: none;
    font-size: 0;
    background-color: transparent;
}

.slider-control .slick-dots button::before {
    content: "";
    display: inline-flex;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #B9BABA;
    opacity: 0.7;
    border: 0.318182px solid #7A868C;
}

.slider-control__item {
    display: flex;
}

.slider-control__item--arrows .other__control {
    position: relative;
    display: flex;
}

.slider-control__text {
    position: relative;
    font-size: 10px;
    line-height: 2em;
    font-weight: bold;
    padding-right: 35px;
    margin-right: 17px;
    display: flex;
    align-items: center;
}

.slider-control__text::after {
    content: "";
    position: absolute;
    right: 0;
    width: 21px;
    height: 1px;
    border-radius: 3px;
    background-color: #7A868C;
}

.slider-control__text:last-child {
    padding-right: 0;
    margin-right: 0;
}

.slider-control__text:last-child::after {
    display: none;
}

.preview {
    display: none;
    width: 75%;
}

@media screen and (max-width: 480px) {
    .preview {
        width: 85%;
    }
}

.preview img {
    object-fit: contain;
    height: 93vh;
}

.preview__wrap {
    position: relative;
}

.preview .popup__close {
    right: 20%;
    top: 0;
    background-color: #FFA409;
}

.preview .popup__close svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 775px) {
    .preview .popup__close {
        right: -6%;
    }
}

@media screen and (max-width: 480px) {
    .preview .popup__close {
        top: 5px;
        right: 0;
    }
}

@media screen and (max-width: 320px) {
    .preview .popup__close {
        top: -2px;
        right: -9px;
    }
}

.preview--show {
    display: block;
}


/* Pravki */

.stock-area {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 9;
}

.area-button-mobile {
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 1;
    display: none;
    position: absolute;
    top: 90vh;
    right: 0;
    width: 100%;
    transition: right 0.3s ease 0s;
}

.area-button-mobile,
.area-button-mobile>.cl-button {
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.area-button-mobile>.cl-button {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    width: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
    height: 60px;
    letter-spacing: 1px;
}

.area-button-mobile>.cl-button:nth-child(2) {
    margin-left: 0;
}

.area-button {
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 65%;
    height: auto;
    transform: translateY(-50%);
    z-index: 3;
    transition: right 0.3s ease 0s;
}

@media (max-width: 1400px) {
    .area-button {
        top: 72.6%;
    }
    .stock__promo {
        top: 15% !important;
    }
}

@media (max-width: 1370px) {
    .stock__promo {
        top: 16.5% !important;
    }
}

.area-button.active {
    right: 100%;
}

.area-button>.cl-button {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    width: 80px;
    position: relative;
    height: 160px;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    z-index: 6;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.area-button>.cl-button .text {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    transition: 0.3s;
    margin-left: 0;
    transform: rotate(-90deg);
    transform-origin: center;
}

.area-button>.cl-button .arrow {
    display: none;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -9px;
    border-color: #fff;
    border-style: solid;
    border-width: 4px 4px 0 0;
    transition: 0.3s;
    opacity: 0;
    transform: rotate(45deg) scale(0);
}

.area-button>.cl-button.active .arrow {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

/*.area-button .cl-button:after {
    content: "";
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 1;
    transform: scale(1) translateZ(0);
    animation: a 3s linear infinite 2s;
}*/

.area-button .active.cl-button:after {
    display: none;
}

@keyframes a {
    to {
        transform: scale(70) translateZ(0);
        opacity: 0;
    }
}

#gift,
#stock {
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 0;
    height: 100vh;
    width: 0;
    transition: width 0s linear 0.3s;
}

#gift.show-promo,
#stock.show-promo {
    width: 100%;
    transition-delay: 0s;
}

#gift.show-promo .stock__promo,
#stock.show-promo .stock__promo {
    left: 0;
}

.share__more {
    font-size: 1.5vh;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 20px;
    padding: 0;
    z-index: 2;
}

.cl-button.btn-stock,
.cl-button.btn-stock.active,
.cl-button.btn-stock:hover {
    background: #f44335;
}

.cl-button.btn-gift,
.cl-button.btn-gift.active,
.cl-button.btn-gift:hover {
    background: #ffb518;
}

.stock__promo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 7%;
    z-index: 7;
    left: 100%;
    height: 100%;
    width: 100%;
    transition: left 0.3s ease 0s;
}

.stock__promo .share {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 33.3333%;
    border: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.stock__promo .share .share_image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
    transform: scale(1);
    transition: transform 0.3s ease 0s;
}

.stock__promo .share .share__content {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(23, 46, 53, 0.95);
    padding-left: 12px;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    color: #fff;
    transition: height 0.2s ease 0.2s;
}

.stock__promo .share .share__content h5 {
    margin: 30px 0 0;
    font-size: 2.0vh;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 900;
}

.stock__promo .share .share__content h5 small {
    font-size: 75%;
    font-weight: 700;
    display: block;
}

.stock__promo .share .share__content span {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin: 0;
    bottom: 30px;
    left: 22px;
    margin-top: -9px;
    border-color: #f8f4eb;
    border-style: solid;
    border-width: 4px 4px 0 0;
    transition: all 0.2s ease 0s;
    opacity: 0;
    transform: rotate(45deg);
}

.stock__promo .share:first-child .share__content {
    background-color: rgba(212, 154, 31, 0.8);
}

.stock__promo .share:nth-child(2) .share__content {
    background-color: rgba(81, 117, 59, 0.8);
}

.stock__promo .share:nth-child(3) .share__content {
    background-color: rgba(185, 92, 91, 0.8);
}

.stock__promo .share:nth-child(4) .share__content {
    background-color: rgba(53, 95, 129, 0.8);
}

.stock__promo .share.active .share__content {
    height: 100%;
    transition-delay: 0s;
}

.stock__promo .share.active .share__content span {
    opacity: 1;
    left: 32px;
    transition-delay: 0.2s;
}

.stock__promo .share:hover .share_image {
    transform: scale(1.2);
}

.stock__container {
    width: 0;
    height: 250px;
    max-height: 640px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    background: #ffb518;
    transition: 0.3s;
    z-index: 5;
    overflow: hidden;
}

.stock__container * {
    box-sizing: border-box !important;
    white-space: normal !important;
}

.stock__container .close-popup-stock {
    display: none;
}

.stock__container .mCSB_container {
    min-height: 100%;
}

.stock__container_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.3s;
    opacity: 0;
    overflow-y: hidden;
    display: -ms-flexbox;
    display: flex;
}

.stock__container_left {
    width: 30%;
    height: 100%;
}

.stock__container_left .stock__image {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: 50%;
}

.stock__container_left .gray-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    background-color: rgba(38, 50, 57, 0.95);
    text-align: center;
    color: #fff;
}

.stock__container_left .gray-bg h4 {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 0;
}

.stock__container_left .gray-bg h5 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.stock__container_right {
    width: 70%;
    color: #000;
    overflow-y: hidden;
    height: 100%;
}

.stock__container_right .scroll__area {
    overflow: auto;
    height: 100%;
    color: #374750;
}

.stock__container_right .scroll__area_text {
    padding: 0 50px 60px;
}

.stock__container_right .scroll__area_info {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
}

.stock__container_right h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 40px;
    border: 3px solid #ffb518;
}

.stock__container_right hr {
    padding: 0;
    margin: 40px 0;
    border: 0;
    border-bottom: 1px dashed #9ba3a7;
}

.stock__container_right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
    padding: 0;
}

.stock__container_right .toggle-button {
    margin-top: 30px;
}

.stock__container_right .cl-button .click {
    padding: 18px 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .stock__container {
        max-height: 540px;
    }
    .stock__container_right .scroll__area_text {
        padding: 0 30px 40px;
    }
    .stock__container_right .scroll__area_info {
        font-size: 30px;
        line-height: 38px;
    }
    .stock__container_right h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px;
        padding: 20px;
        border: 2px solid #ffb518;
    }
    .stock__container_right hr {
        margin: 30px 0;
    }
}

@media only screen and (min-width: 230px) and (max-width: 991px) {
    #gift,
    #stock {
        height: 100%;
    }
    #gift.show-promo,
    #stock.show-promo {
        z-index: 11;
        width: calc(100% - 60px);
    }
    #gift.show-promo>.cl-button,
    #stock.show-promo>.cl-button {
        left: 0;
    }
    .stock__container_content {
        overflow-y: auto;
        display: block;
    }
    .area-button {
        overflow: hidden;
        width: 0;
        height: 100%;
        transform: translateY(0);
        left: 0;
        top: 0;
        transition: width 0.3s ease 0s;
        z-index: 10;
    }
    .area-button.active {
        width: 60px;
    }
    .area-button>.cl-button {
        display: none;
        left: 0;
        right: 0;
        width: 60px;
        height: 100%;
        top: 0;
        margin-top: 0;
    }
    .area-button>.cl-button.active {
        display: block;
        right: 100%;
    }
    .area-button>.cl-button .text {
        display: none;
    }
    .area-button>.cl-button .arrow {
        display: block;
        right: 24px;
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }
    .stock__container_right {
        width: 100%;
        max-width: 100%;
    }
    .stock__container_right .scroll__area {
        overflow: hidden;
    }
    .stock__container_right .scroll__area_text {
        padding: 0 20px 30px;
    }
    .stock__container_right .scroll__area_info {
        font-size: 20px;
        line-height: 24px;
    }
    .stock__container_right h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        padding: 15px;
        border: 2px solid #ffb518;
    }
    .stock__container_right hr {
        margin: 20px 0;
    }
    .stock__container_right .toggle-button {
        border: 0;
        margin: 50px 0 -10px;
        display: block;
    }
    .stock__container_right .toggle-button .click {
        padding: 18px 20px;
        width: 100%;
    }
    .stock-area {
        position: inherit;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .stock__promo .share .share__content h5 {
        max-width: 75%;
    }
    .stock__promo .share .share__content span {
        display: none;
    }
    .stock__promo.stock__count_3 .share.active .share__content,
    .stock__promo.stock__count_3 .share .share__content {
        height: 100px;
    }
    .stock__promo.stock__count_2 .share.active .share__content,
    .stock__promo.stock__count_2 .share .share__content {
        height: 118px;
    }
    .stock__container {
        width: 0;
        height: 60px;
        max-height: none;
        margin: auto;
        right: auto;
        left: -60px;
        z-index: 8;
    }
    .stock__container .close-popup-stock {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 75px;
        line-height: 75px;
        width: 75px;
        font-size: 37px;
        font-weight: 300;
        text-align: center;
        color: #000;
        cursor: pointer;
        z-index: 4;
        opacity: 0;
        transition: 0.3s;
    }
    .stock__container_left {
        width: 100%;
        height: 220px;
        padding: 0;
    }
    .stock__container_left .gray-bg {
        display: none;
    }
    .area-button-mobile {
        display: -ms-flexbox;
        display: flex;
    }
    .stock-area {
        display: none;
    }
}

.input-field {
    position: relative;
    margin: 0 0 15px;
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0.8rem;
    left: 0.75rem;
    font-size: 1rem;
    cursor: text;
    transition: 0.2s ease-out;
}

.share.active .share__more {
    display: none;
}

@media only screen and (min-width: 230px) and (max-width: 991px) {
    .stock-area {
        height: auto;
    }
}

.emulate-btn-telegram {
    position: fixed;
    width: 137px;
    right: 65px;
    bottom: 90px;
    z-index: 1000121;
    height: 60px;
    pointer-events: none;
    border: none;
    background-color: transparent;
}

.amo-button-holder {
    opacity: 0 !important;
}

.emulate-btn-telegram::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../images/credit-amo-img.png') no-repeat;
    background-size: contain;
}

.area-button>.cl-button{
    height: 100px;
    width: 55px;
}

.area-button>.cl-button .text{
    font-size: 12px;
}

.SmartoAgency {
 height: 65px;	
}

.main__section::before {
	border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #FFA409;
}

@media screen and (max-width: 775px) {
	.gallery__big-imgs img {
		object-fit: contain;
	}
	
	.gallery {
		min-height: 81vh;
	}
}


.b24-widget-button-position-bottom-right {
    right: 50px !important;
    bottom: 185px !important; 
}


/*скрываем таб трехкомнатные квартиры*/

.view__tabs-item:last-child {
    display: none;
}