

/* Start:/local/templates/good_doctor/css/slick.css?17080377791779*/
/* 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: 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;
}

/* End */


/* Start:/local/templates/good_doctor/css/cardslider.css?17080377799742*/
.cardslider {
    width: 100%;
    height: 100%;

}

.cardslider__cards,
.cardslider__dots-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cardslider__cards {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-style: preserve-3d;
}

.cardslider__dots-nav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.cardslider__dot {
    display: inline-block;
    margin-right: 8px;
}

.cardslider__dot-btn {
    position: relative;
    border-radius: 50%;
    border: 2px solid white;
    width: 10px;
    height: 10px;
    display: block;
    appearance: none;
    background: none;
    padding: 0;
}

.cardslider__dot-btn::before {
    content: ' ';
    position: absolute;
    display: block;
    background: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    /* transition: all .5s; */
    transform: translate(-50%, -50%) scale(0);
}

.cardslider__dot--active .cardslider__dot-btn::before {
    transform: translate(-50%, -50%) scale(1.1);
}

.cardslider__card {
    background: #d7d7d7;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    /* will-change: transform, opacity, background;
    transition: background 0.5s ease-out, opacity 0.5s; */
}

.cardslider__card--transitions {
    /* transition: background 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s; */
}





.cardslider__card--invisible {
    opacity: 0;
}

/* .cardslider--direction-up .cardslider__card {
    transform: scale(0.8) translate3d(0, 17.25%, 0);
}

.cardslider--direction-up .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px);
}

.cardslider--direction-up .cardslider__card--index-1 {
    transform: scale(0.95) translate3d(0, 4.31%, 3px);
}

.cardslider--direction-up .cardslider__card--index-2 {
    transform: scale(0.9) translate3d(0, 8.61%, 2px);
}

.cardslider--direction-up .cardslider__card--index-3 {
    transform: scale(0.85) translate3d(0, 12.91%, 1px);
}

.cardslider--direction-up .cardslider__card--out {
    transform: translate3d(0, 150%, 4px);
} */

.cardslider--sortback-up {
    animation: sortback-up 0.9s;
}

.cardslider--sortfront-up {
    animation: sortfront-up 0.9s;
}

/* .cardslider--direction-down .cardslider__card {
    transform: scale(0.8) translate3d(0, -17.25%, 0);
}

.cardslider--direction-down .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px);
}

.cardslider--direction-down .cardslider__card--index-1 {
    transform: scale(0.95) translate3d(0, -4.31%, 3px);
}

.cardslider--direction-down .cardslider__card--index-2 {
    transform: scale(0.9) translate3d(0, -8.61%, 2px);
}

.cardslider--direction-down .cardslider__card--index-3 {
    transform: scale(0.85) translate3d(0, -12.91%, 1px);
} */

.cardslider--direction-down .cardslider__card--out {
    transform: translate3d(0, 100%, 4px);
}

.cardslider--sortback-down {
    animation: sortback-down 0.9s cubic-bezier(0.42,0.01,0.2,0.1);
}

.cardslider--sortfront-down {
    animation: sortfront-down 0.9s cubic-bezier(0.42,0.01,0.2,0.1);
}

.cardslider--direction-right .cardslider__card {
    transform: scale(0.8) translate3d(-17.25%, 0, 0);
}

.cardslider--direction-right .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px);
}

.cardslider--direction-right .cardslider__card--index-1 {
    transform: scale(0.95) translate3d(-4.31%, 0, 3px);
}

.cardslider--direction-right .cardslider__card--index-2 {
    transform: scale(0.9) translate3d(-8.61%, 0, 2px);
}

.cardslider--direction-right .cardslider__card--index-3 {
    transform: scale(0.85) translate3d(-12.91%, 0, 1px);
}

.cardslider--direction-right .cardslider__card--out {
    transform: translate3d(150%, 0, 4px);
}

.cardslider--sortback-right {
    animation: sortback-right 0.9s;
}

.cardslider--sortfront-right {
    animation: sortfront-right 0.9s;
}

/* .cardslider--direction-left .cardslider__card {
    transform: scale(0.8) translate3d(17.25%, 0, 0);
}

.cardslider--direction-left .cardslider__card--index-0 {
    transform: translate3d(0, 0, 4px);
}

.cardslider--direction-left .cardslider__card--index-1 {
    transform: scale(0.95) translate3d(4.31%, 0, 3px);
}

.cardslider--direction-left .cardslider__card--index-2 {
    transform: scale(0.9) translate3d(8.61%, 0, 2px);
}

.cardslider--direction-left .cardslider__card--index-3 {
    transform: scale(0.85) translate3d(12.91%, 0, 1px);
} */

.cardslider--direction-left .cardslider__card--out {
    transform: translate3d(100%, 0, 0);
}

.cardslider--sortback-left {
    animation: sortback-left 0.9s;
}

.cardslider--sortfront-left {
    animation: sortfront-left 0.9s;
}

.cardslider__direction-nav {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.cardslider__nav-next,
.cardslider__nav-prev {
    display: block;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    outline: none;
    /* transition: all .3s; */
    border: 2px solid white;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    padding: 0;
}

.cardslider__nav-next:active,
.cardslider__nav-prev:active {
    transform: scale(0.8);
}

.cardslider__nav-next {
    margin-bottom: 10px;
    /* background-image: url("/local/templates/good_doctor/css/../img/arrow-up.svg"); */
}

.cardslider__nav-prev {
    /* background-image: url("/local/templates/good_doctor/css/../img/arrow-down.svg"); */
}

@keyframes sortback-down {


    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    49% {
        transform: translate3d(0, 200%, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -85%, -30px) scale(1);
    }

    100% {
        transform: translate3d(0, -85%, -25px) scale(1);
    }
}

@keyframes sortfront-down {
    0% {
        transform: translate3d(0, -85%, -25px) scale(1);
    }
    49% {
        transform: translate3d(0, -85%, -25px) scale(1);
    }

    50% {
        transform: translate3d(0, 200%, 0) scale(1);
    }


    100% {
        transform: translate3d(0, 0%, 0) scale(1);
    }
}

@keyframes sortback-up {
    /* 0% {
        transform: translate3d(0, 0, 4px) scale(1);
    }

    50% {
        transform: translate3d(0, -150%, 4px) scale(1);
    }

    60% {
        transform: translate3d(0, -150%, 0) scale(0.8);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(0.8);
    } */
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -100%, 0) scale(1);
    }

    60% {
        transform: translate3d(0, -100%, 0) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes sortfront-up {
    /* 0% {
        transform: translate3d(0, 0, 0) scale(0.8);
    }

    50% {
        transform: translate3d(0, -150%, 0) scale(0.8);
    }

    60% {
        transform: translate3d(0, -150%, 4px) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1);
    } */
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, -100%, 0) scale(1);
    }

    60% {
        transform: translate3d(0, -100%, 0) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes sortback-left {
    /* 0% {
        transform: translate3d(0, 0, 4px) scale(1);
    }

    50% {
        transform: translate3d(-150%, 0, 4px) scale(1);
    }

    60% {
        transform: translate3d(-150%, 0, 0) scale(0.8);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(0.8);
    } */
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-100%, 0, 0) scale(1);
    }

    60% {
        transform: translate3d(-100%, 0, 0) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes sortfront-left {
    /* 0% {
        transform: translate3d(0, 0, 0) scale(0.8);
    }

    50% {
        transform: translate3d(-150%, 0, 0) scale(0.8);
    }

    60% {
        transform: translate3d(-150%, 0, 4px) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1);
    } */
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(-100%, 0, 0) scale(1);
    }

    60% {
        transform: translate3d(-100%, 0, 0) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes sortback-right {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(100%, 0, 0) scale(1);
    }

    60% {
        transform: translate3d(100%, 0, 0) scale(0.8);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(0.8);
    }
    /* 0% {
        transform: translate3d(0, 0, 4px) scale(1);
    }

    50% {
        transform: translate3d(150%, 0, 4px) scale(1);
    }

    60% {
        transform: translate3d(150%, 0, 0) scale(0.8);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(0.8);
    } */
}

@keyframes sortfront-right {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(100%, 0, 0) scale(1);
    }

    60% {
        transform: translate3d(100%, 0, 0) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    /* 0% {
        transform: translate3d(0, 0, 0) scale(0.8);
    }

    50% {
        transform: translate3d(150%, 0, 0) scale(0.8);
    }

    60% {
        transform: translate3d(150%, 0, 4px) scale(1);
    }

    100% {
        transform: translate3d(0, 0, 4px) scale(1);
    } */
}

/* End */


/* Start:/local/templates/good_doctor/css/app.css?1708037779134253*/
@charset "UTF-8";

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

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

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

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

a {
    background-color: transparent;
}

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

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

picture,
img {
    display: block;
    max-width: 100%;
    border-style: none;
}

picture img {
    height: inherit;
    width: inherit;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

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

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    padding: 0;
}

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

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

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

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Regular.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Medium.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Semibold.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Bold.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Black.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Black.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Heavy.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/SFProDisplay/SFProDisplay-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Bold.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-SemiBold.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Light.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-ExtraLight.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-ExtraLight.woff) format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-ExtraBold.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-ExtraBold.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Black.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Medium.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Regular.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jeko";
    src: url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Thin.woff2) format("woff2"),url(/local/templates/good_doctor/css/../fonts/Jeko/Jeko-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "SF Pro Display";
    font-weight: 400;
    font-size: 24px;
    color: #373d48;
    line-height: 1;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

@media (max-width:1800px) {
    body {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    body {
        font-size: 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
}

.page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    padding: 0 64px;
    max-width: 1440px;
}

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

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

@media (max-width:769px) {
    .container {
        max-width: 599px;
    }
}

button,
a {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:focus,
button:active,
a:focus,
a:active {
    outline: 0;
}

.wave-letters-inner {
    position: relative;
}

@media (max-width:1200px) {
    .wave-letters-inner {
        height: auto;
    }
}

.wave-letters-initial span,
.wave-letters-hover span {
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

.wave-letters-hover {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width:1200px) {
    .wave-letters-hover {
        display: none;
    }
}

.btn {
    display: inline-block;
    padding: 16px 64px;
    border-radius: 40px;
    background-color: #c9a26a;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    font-family: "Jeko";
    font-weight: 700!important;
    font-size: 24px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -.48px;
    text-align: center;
}

@media (max-width:1800px) {
    .btn {
        padding: 12px 58px;
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .btn {
        padding: 16px 32px;
    }
}

.form-btn.disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #c2c2c8;
    cursor: not-allowed;
}

.section__title {
    font-family: "Jeko";
    font-weight: 800;
    font-size: 64px;
}

@media (max-width:1800px) {
    .section__title {
        font-size: 48px;
    }
}

@media (max-width:599px) {
    .section__title {
        font-size: 28px;
    }
}

.section__title--large {
    font-size: 124px;
}

@media (max-width:1800px) {
    .section__title--large {
        font-size: 96px;
    }
}

@media (max-width:1200px) {
    .section__title--large {
        font-size: 64px;
    }
}

@media (max-width:599px) {
    .section__title--large {
        font-size: 44px;
    }
}

.section__title--small {
    font-size: 44px;
    font-weight: 600;
    line-height: 127.273%;
    letter-spacing: -.88px;
}

@media (max-width:1800px) {
    .section__title--small {
        font-size: 32px;
    }
}

@media (max-width:1200px) {
    .section__title--small {
        font-size: 22px;
    }
}

@media (max-width:599px) {
    .section__title--small {
        font-size: 22px;
    }
}

.text__container p {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .text__container p {
        font-size: 18px;
    }
}

.text__container h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .text__container h4 {
        font-size: 18px;
    }
}

.text__container ol,
.text__container ul {
    padding-left: 30px;
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .text__container ol,
    .text__container ul {
        font-size: 18px;
    }
}

.text__container ol li,
.text__container ul li {
    margin-bottom: 8px;
}

.text__container ol li::marker,
.text__container ul li::marker {
    font-size: 20px;
}

@media (max-width:599px) {
    .text__container ol li::marker,
    .text__container ul li::marker {
        font-size: 12px;
    }
}

.text__container img {
    margin: 16px 0;
    border-radius: 24px;
}

.page__caption {
    padding: 96px 0;
    text-align: center;
}

@media (max-width:1800px) {
    .page__caption {
        padding: 64px 0;
    }
}

@media (max-width:1200px) {
    .page__caption {
        padding: 32px 0;
        text-align: left;
    }
}

.page__caption + .page__contact {
    padding-top: 0;
}

.page__caption-title {
    font-family: "Jeko";
    font-size: 164px;
}

@media (max-width:1800px) {
    .page__caption-title {
        font-size: 96px;
    }
}

@media (max-width:1200px) {
    .page__caption-title {
        font-size: 64px;
    }
}

@media (max-width:599px) {
    .page__caption-title {
        font-size: 36px;
    }
}

.page__caption-text {
    font-family: "Jeko";
    font-size: 32px;
    font-weight: 500;
    line-height: 137.5%;
    margin-top: 32px;
}

@media (max-width:1800px) {
    .page__caption-text {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .page__caption-text {
        font-size: 22px;
    }
}

.hidden {
    display: none!important;
}

.grabbing {
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important;
}

.overflow-hidden {
    overflow: hidden!important;
}

section.bg-color-grey {
    background-color: #f6f6f7;
}

section.bg-color-white {
    background-color: #fff;
}

section.bg-color-white .slider__control.disabled {
    background-color: #f6f6f7;
    cursor: not-allowed;
}

section.bg-color-white .slider__control.disabled svg > path {
    stroke: #c9a26a;
}

input[type=tel].error {
    color: #e23e3e;
}

.form-validation-error {
    display: none;
    font-size: 18px;
    margin-top: 16px;
    color: #e23e3e;
}

.form-validation-error.active {
    display: block;
}

@media (max-width:599px) {
    .form-validation-error {
        font-size: 14px;
    }
}

.form__submit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    padding: 64px;
    border-radius: 24px;
    -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;
    background-color: #c9a26a;
    color: #fff;
}

@media (max-width:1200px) {
    .form__submit {
        padding: 32px;
    }
}

.form__submit.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__submit__inner {
    max-width: 600px;
}

.form__submit-title {
    margin-bottom: 64px;
    font-family: "Jeko";
    font-size: 44px;
    font-weight: 600;
    line-height: 127.273%;
    letter-spacing: -.88px;
}

@media (max-width:1200px) {
    .form__submit-title {
        font-size: 28px;
    }
}

.form__submit-text {
    margin-bottom: 64px;
    font-family: "Jeko";
    font-size: 32px;
    font-weight: 600;
    line-height: 137.5%;
}

@media (max-width:1200px) {
    .form__submit-text {
        font-size: 20px;
    }
}

.form__submit-timer {
    font-family: "Jeko";
    font-size: 14px;
    font-weight: 800;
}

.form__submit-timer span {
    display: inline-block;
    min-width: 20px;
}

.breadcrumb {
    list-style: none;
    padding: 0 64px 36px;
    max-width: 1440px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -.3px;
    color: #c2c2c8;
    margin: 0 auto;
}

@media (max-width:1400px) {
    .breadcrumb {
        max-width: 1200px;
        padding: 0 16px 30px;
    }
}

@media (max-width:1200px) {
    .breadcrumb {
        max-width: 768px;
        padding: 0 15px 25px;
    }
}

@media (max-width:769px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li + li:before {
    padding: 0 0 0 2px;
    color: #c2c2c8;
    content: "/ ";
}

.breadcrumb a {
    text-decoration: none;
    color: #c2c2c8;
}

.breadcrumb a:hover {
    color: #c2c2c8;
}

#map_info {
    position: fixed;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
}

.promo {
    padding: 8px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #373d48;
}

@media (max-width:1200px) {
    .promo {
        display: none;
    }
}

.promo .container {
    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;
}

.promo-text {
    margin: 0 247px 0 auto;
    font-family: "Jeko";
    font-weight: 800!important;
    font-size: 24px;
    font-style: normal;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .promo-text {
        font-size: 18px;
    }
}

.promo .btn {
    font-family: "Jeko";
    font-weight: 400!important;
    padding: 8px 32px;
}

.overlay {
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: 9998;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
    transition: .3s cubic-bezier(.42, .01, .2, 1);
}

.overlay.active {
    left: 0;
}

.header {
    position: relative;
    z-index: 9999;
    padding: 20px 0;
    background-color: #f6f6f7;
}

@media (max-width:1800px) {
    .header {
        padding: 16px 0;
    }
}

@media (max-width:1200px) {
    .header {
        background-color: #fff;
    }
}

.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.header .logo-img {
    width: 42px;
    margin-right: 10px;
}

@media (max-width:1800px) {
    .header .logo-img {
        width: 30px;
    }
}

.header .logo-text {
    font-family: "Jeko";
    font-weight: 800!important;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
    color: #373d48;
}

@media (max-width:1800px) {
    .header .logo-text {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .header .logo-text {
        font-size: 12px;
    }
}

.header .container {
    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;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}

@media (max-width:1200px) {
    .header__menu {
        position: absolute;
        left: -100vw;
        top: 100%;
        z-index: 99;
        -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%;
        padding: 64px 0;
        -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
        -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
        transition: .3s cubic-bezier(.42, .01, .2, 1);
    }

    .header__menu.active {
        left: 0;
    }
}

.header__menu li:not(:last-child) {
    margin-right: 28px;
}

@media (max-width:1200px) {
    .header__menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.header__menu-link {
    font-family: "SF Pro Display";
    color: #373d48;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
}

@media (max-width:1200px) {
    .header__menu-link {
        font-family: "Jeko";
        font-size: 28px;
        font-weight: 700;
    }
}

.header__menu-link.active {
    color: #c9a26a;
}

.header-phone {
    font-size: 24px;
    line-height: 141.667%;
    letter-spacing: -.48px;
    text-decoration: none;
    color: #373d48;
}

@media (max-width:1200px) {
    .header-phone {
        display: none;
    }
}

.burger {
    padding: 0;
    cursor: pointer;
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media (max-width:1200px) {
    .burger {
        display: block;
    }
}

.burger-box {
    width: 20px;
    height: 14px;
    display: block;
    position: relative;
}

.burger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.burger-inner::before,
.burger-inner::after {
    content: "";
    display: block;
}

.burger-inner,
.burger-inner::before,
.burger-inner::after {
    width: 20px;
    height: 2px;
    background-color: #373d48;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.burger-inner::before {
    top: -6px;
}

.burger-inner::after {
    bottom: -6px;
}

.burger--spin .burger-inner {
    -webkit-transition-duration: .22s;
    -o-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
}

.burger--spin .burger-inner::before {
    -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
    -o-transition: top .1s ease-in .25s,opacity .1s ease-in;
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.burger--spin .burger-inner::after {
    -webkit-transition: bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55, .055, .675, .19),-webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
}

.burger--spin.active .burger-inner {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.burger--spin.active .burger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
    -o-transition: top .1s ease-out,opacity .1s ease-out .12s;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
}

.burger--spin.active .burger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom .1s ease-out,transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215, .61, .355, 1) .12s,-webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
}

.mainscreen {
    padding-top: 96px;
    padding-bottom: 64px;
    margin-bottom: 40px;
}

@media (max-width:1800px) {
    .mainscreen {
        padding-top: 64px;
        padding-bottom: 48px;
        margin-bottom: 20px;
    }
}

@media (max-width:599px) {
    .mainscreen {
        padding: 32px 0 64px;
        margin-bottom: 0;
    }
}

.mainscreen .container {
    position: relative;
    z-index: 1;
}

.mainscreen-title {
    position: relative;
    z-index: 4;
    margin-bottom: 40px;
    font-family: "Jeko";
    font-weight: 700!important;
    font-size: 120px;
    font-weight: 400;
    line-height: 103.333%;
}

@media (max-width:1800px) {
    .mainscreen-title {
        font-size: 96px;
    }
}

@media (max-width:1200px) {
    .mainscreen-title {
        font-size: 64px;
    }
}

@media (max-width:599px) {
    .mainscreen-title {
        margin-bottom: 16px;
        font-size: 44px;
    }
}

.mainscreen-text {
    position: relative;
    z-index: 4;
    max-width: 768px;
    margin-bottom: 96px;
    font-family: "Jeko";
    font-weight: 600!important;
    font-size: 32px;
    font-weight: 400;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .mainscreen-text {
        margin-bottom: 64px;
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .mainscreen-text {
        margin-bottom: 16px;
        font-size: 17px;
    }
}

.mainscreen .form__wrap {
    position: relative;
    min-height: 450px;
}

@media (max-width:1200px) {
    .mainscreen .form__wrap {
        padding: 32px 16px;
        min-height: 0;
        margin-top: -30px;
    }
}

@media (max-width:599px) {
    .mainscreen .form__wrap {
        margin-top: -50px;
        z-index: 10;
    }
}

.mainscreen .form__wrap::before {
    content: "";
    position: absolute;
    left: 64px;
    bottom: 198px;
    z-index: -1;
    display: block;
    width: 589px;
    height: 1px;
    background-color: #8b8e96;
    display: none;
}

@media (max-width:1800px) {
    .mainscreen .form__wrap::before {
        bottom: 182px;
    }
}

.mainscreen .form__wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    display: block;
    border-radius: 24px;
    background: rgba(246, 246, 247, .85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.mainscreen .form__wrap.animated-block {
    margin-top: 10%;
}

.mainscreen-subtitle {
    position: relative;
    z-index: 4;
    margin-bottom: 64px;
    padding-left: 64px;
    padding-top: 64px;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -.88px;
}

@media (max-width:1200px) {
    .mainscreen-subtitle {
        padding: 0;
        font-size: 32px;
    }
}

@media (max-width:599px) {
    .mainscreen-subtitle {
        font-size: 22px;
        font-weight: 600;
    }
}

.mainscreen__form {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 64px;
    padding-bottom: 64px;
}

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

.mainscreen__form-input {
    width: 100%;
    max-width: 589px;
    height: 66px;
    padding: 16px 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #8b8e96;
    line-height: 66px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.48px;
}

@media (max-width:1200px) {
    .mainscreen__form-input {
        height: 53px;
    }
}

@media (max-width:599px) {
    .mainscreen__form-input {
        font-size: 17px;
    }
}

.mainscreen__form-input:focus {
    outline: 0;
}

.mainscreen__form-input::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mainscreen__form-input::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mainscreen__form-input:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mainscreen__form-input::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mainscreen__form-input::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mainscreen__form .btn {
    margin-top: 64px;
}

@media (max-width:599px) {
    .mainscreen__form .btn {
        width: 100%;
    }
}

.mainscreen .head {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 1200px;
    height: 1200px;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
    overflow: hidden;
}

@media (max-width:1800px) {
    .mainscreen .head {
        width: 997px;
        height: 997px;
    }
}

@media (max-width:1200px) {
    .mainscreen .head {
        position: static;
        min-height: 600px;
        height: auto;
        width: 75%;
        margin: 0 auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width:991px) {
    .mainscreen .head {
        min-height: 400px;
    }
}

@media (max-width:599px) {
    .mainscreen .head {
        min-height: 300px;
        width: 100%;
    }
}

.mainscreen .head-inner {
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
}

.mainscreen .head-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: none;
}

@media (max-width:1200px) {
    .mainscreen .head-img {
        position: static;
        height: auto;
    }
}

.mainscreen .head-img.active {
    display: block;
}

.why {
    position: relative;
    z-index: 1;
    padding: 128px 0;
    overflow: hidden;
}

@media (max-width:1800px) {
    .why {
        padding: 64px 0;
    }
}

.why .section__caption {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

@media (max-width:1800px) {
    .why .section__caption {
        margin-bottom: 32px;
    }
}

@media (max-width:599px) {
    .why .section__caption {
        position: relative;
        z-index: 1;
    }
}

.why .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:769px) {
    .why .slider__controls {
        margin-top: 16px;
        display: none;
    }
}

@media (max-width:599px) {
    .why .slider__controls {
        display: none;
    }
}

.why .slider__control {
    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-color: #c9a26a;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
}

.why .slider__control:hover {
    background-color: #f6f6f7;
}

.why .slider__control:hover svg > path {
    stroke: #c9a26a;
}

@media (max-width:1800px) {
    .why .slider__control {
        width: 56px;
        height: 56px;
    }
}

@media (max-width:599px) {
    .why .slider__control {
        width: 24px;
        height: 24px;
    }
}

.why .slider__control--prev {
    margin-right: 16px;
}

@media (max-width:599px) {
    .why .slider__control--prev {
        margin-right: 4px;
    }
}

.why .slider__control svg {
    width: 42px;
}

@media (max-width:1800px) {
    .why .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:599px) {
    .why .slider__control svg {
        width: 14px;
    }
}

.why .slider__control svg > path {
    stroke: #fff;
}

.why .slider__control.disabled {
    background-color: #f6f6f7;
    cursor: not-allowed;
}

@media (max-width:599px) {
    .why .slider__control.disabled {
        background-color: #fff;
    }
}

.why .slider__control.disabled svg > path {
    stroke: #c9a26a;
}

.why .cards {
    position: relative;
    height: auto;
}

@media (min-width:599px) {
    .why .cards {
        cursor: pointer;
    }
}

.why .cards .cardslider__cards {
    width: auto;
    height: 450px;
    margin-top: 304px;
    left: 0;
    top: auto;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-perspective: 1312px;
    perspective: 1312px;
}

@media (max-width:599px) {
    .why .cards .cardslider__cards {
        height: 422px;
        margin-top: 170px;
    }
}

@media (min-width:1200px) {
    .why .cards .cardslider__cards {
        margin-top: 230px;
    }
}

@media (min-width:1200px) and (min-height:800px) {
    .why .cards .cardslider__cards {
        height: 450px;
        margin-top: 250px;
    }
}

@media (min-width:1200px) and (min-height:1200px) {
    .why .cards .cardslider__cards {
        height: 600px;
        margin-top: 290px;
    }
}

.why .cards.cardslider--direction-down .cardslider__card {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.why .cards.cardslider--direction-down .translate {
    display: none;
}

.why .cards.cardslider--direction-down .cardslider__cards li:first-of-type {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 6;
    background-color: #f6f6f7;
    opacity: 1;
}

.why .cards.cardslider--direction-down .cardslider__cards li {
    opacity: 0;
    -webkit-transform: translate3d(0, 120%, 0);
    transform: translate3d(0, 120%, 0);
    background-color: #f6f6f7;
    z-index: 6;
}

.why .cards.cardslider--direction-down .cardslider__cards li:nth-last-of-type(3) {
    -webkit-transform: translate3d(0, -45%, 0);
    transform: translate3d(0, -45%, 0);
    width: 86.5%;
    z-index: 3;
    background-color: #8b8e96;
    color: #fff;
    opacity: 1;
}

@media (max-width:599px) {
    .why .cards.cardslider--direction-down .cardslider__cards li:nth-last-of-type(3) {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
    }
}

.why .cards.cardslider--direction-down .cardslider__cards li:nth-last-of-type(2) {
    background-color: #c2c2c8;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
    width: 91%;
    z-index: 4;
    opacity: 1;
}

@media (max-width:599px) {
    .why .cards.cardslider--direction-down .cardslider__cards li:nth-last-of-type(2) {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
}

.why .cards.cardslider--direction-down .cardslider__cards li:nth-last-of-type(1) {
    -webkit-transform: translate3d(0, -15%, 0);
    transform: translate3d(0, -15%, 0);
    width: 95.5%;
    z-index: 5;
    background-color: #d5d5d8;
    opacity: 1;
}

@media (max-width:599px) {
    .why .cards.cardslider--direction-down .cardslider__cards li:nth-last-of-type(1) {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
}

.why .cards.cardslider--direction-down .cardslider__cards .card-invisible {
    visibility: hidden;
    width: 77.5%;
    z-index: 0;
    -webkit-transform: translate3d(0, -32.5%, 0);
    transform: translate3d(0, -32.5%, 0);
    background-color: #2f2f2f;
    color: #fff;
}

.why .card {
    will-change: transform,opacity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width:599px) {
    .why .card {
        border-radius: 16px;
    }
}

@media (max-width:1200px) {
    .why .card {
        padding: 16px;
    }
}

.why .card__row {
    padding-top: 44px;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:599px) {
    .why .card__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.why .card-title {
    font-family: "Jeko";
    font-size: 44px;
    font-weight: 600;
    line-height: 127.273%;
    letter-spacing: -.88px;
    max-width: 520px;
}

@media (max-width:1800px) {
    .why .card-title {
        font-size: 32px;
    }
}

@media (max-width:1400px) {
    .why .card-title {
        font-size: 28px;
    }
}

@media (max-width:599px) {
    .why .card-title {
        font-size: 17px;
        max-width: 100%;
    }
}

.why .card-img {
    height: 100%;
    width: 520px;
}

@media (max-width:599px) {
    .why .card-img {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 226px;
    }
}

.why .card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width:599px) {
    .why .card-img img {
        max-width: 226px;
        max-height: 226px;
    }
}

.services__preview {
    padding: 96px 0;
    overflow: hidden;
}

@media (max-width:1800px) {
    .services__preview {
        padding: 64px 0;
    }
}

.services__preview .section__caption {
    margin-bottom: 64px;
}

@media (max-width:1800px) {
    .services__preview .section__caption {
        margin-bottom: 32px;
    }
}

.services__preview .inner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:599px) {
    .services__preview .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.services__preview__col {
    width: 100%;
}

.services__preview__col--left {
    max-width: 724px;
}

@media (max-width:1800px) {
    .services__preview__col--left {
        max-width: 60%;
    }
}

@media (max-width:599px) {
    .services__preview__col--left {
        max-width: 100%;
    }
}

.services__preview__col--right {
    position: relative;
    max-width: 524px;
}

@media (max-width:1800px) {
    .services__preview__col--right {
        max-width: 40%;
    }
}

@media (max-width:599px) {
    .services__preview__col--right {
        max-width: 100%;
    }
}

.services__preview__list {
    width: 100%;
    padding-left: 40px;
    font-family: "Jeko";
    font-weight: 600;
}

@media (max-width:599px) {
    .services__preview__list {
        padding-left: 20px;
    }
}

.services__preview__list li {
    margin-bottom: 32px;
    color: #d5d5d8;
    font-size: 32px;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .services__preview__list li {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width:599px) {
    .services__preview__list li {
        font-size: 17px;
        margin-bottom: 16px;
        color: #373d48;
    }
}

.services__preview__list li.active {
    color: #373d48;
}

.services__preview-img {
    position: absolute;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
}

.services__preview-img.active {
    opacity: 1;
    visibility: visible;
}

@media (max-width:599px) {
    .services__preview-img.active {
        position: static;
    }
}

.services__preview .btn {
    margin-top: 64px;
}

@media (max-width:1800px) {
    .services__preview .btn {
        margin-top: 32px;
    }
}

@media (max-width:599px) {
    .services__preview .btn {
        margin-top: 16px;
        width: 100%;
    }
}

.doctors__preview {
    padding: 128px 0;
    overflow: hidden;
}

@media (max-width:1800px) {
    .doctors__preview {
        padding: 64px 0;
    }
}

@media (max-width:599px) {
    .doctors__preview {
        background-color: #f6f6f7;
    }
}

@media (max-width:769px) {
    .doctors__preview .section__title br {
        display: none;
    }
}

.doctors__preview.bg-color-grey {
    background-color: #fff;
}

@media (max-width:1200px) {
    .doctors__preview.bg-color-grey {
        background-color: #f6f6f7;
    }
}

.doctors__preview .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:769px) {
    .doctors__preview .cardslider {
        position: relative;
    }
}

.doctors__preview__col {
    width: 100%;
}

.doctors__preview__col--left {
    max-width: 547px;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width:1200px) {
    .doctors__preview__col--left {
        max-width: 48%;
    }
}

@media (max-width:769px) {
    .doctors__preview__col--left {
        max-width: 100%;
        margin-bottom: 32px;
    }

    .doctors__preview__col--left .doctors__preview-text {
        display: none;
    }
}

.doctors__preview__col--right {
    position: relative;
    width: 50%;
}

.doctors__preview__col--right .doctors__preview-text {
    display: none;
}

@media (max-width:769px) {
    .doctors__preview__col--right .doctors__preview-text {
        display: block;
    }
}

@media (max-width:1800px) {
    .doctors__preview__col--right {
        max-width: 556px;
    }
}

@media (max-width:1200px) {
    .doctors__preview__col--right {
        max-width: 48%;
    }
}

@media (max-width:769px) {
    .doctors__preview__col--right {
        width: 100%;
        max-width: 100%;
    }
}

.doctors__preview-text {
    margin-top: auto;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

.doctors__preview-text .btn {
    margin-top: 32px;
}

@media (max-width:599px) {
    .doctors__preview-text .btn {
        width: 100%;
    }
}

.doctors__preview .cards__wrapper {
    overflow: hidden;
}

@media (max-width:599px) {
    .doctors__preview .cards__wrapper {
        margin-bottom: 32px;
    }
}

.doctors__preview .slider__controls {
    position: absolute;
    top: 13%;
    right: 4.5%;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
}

@media (max-width:599px) {
    .doctors__preview .slider__controls {
        top: 10%;
        right: 8%;
    }
}

.doctors__preview .slider__control {
    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-color: #c9a26a;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.doctors__preview .slider__control:hover {
    background-color: #fff;
}

.doctors__preview .slider__control:hover svg > path {
    stroke: #c9a26a;
}

@media (max-width:1200px) {
    .doctors__preview .slider__control {
        width: 36px;
        height: 36px;
    }
}

@media (max-width:599px) {
    .doctors__preview .slider__control {
        width: 24px;
        height: 24px;
    }
}

.doctors__preview .slider__control--prev {
    margin-right: 8px;
}

@media (max-width:599px) {
    .doctors__preview .slider__control--prev {
        margin-right: 4px;
    }
}

.doctors__preview .slider__control svg {
    width: 28px;
}

@media (max-width:1200px) {
    .doctors__preview .slider__control svg {
        width: 21px;
        height: 21px;
    }
}

@media (max-width:599px) {
    .doctors__preview .slider__control svg {
        width: 14px;
    }
}

.doctors__preview .slider__control svg > path {
    stroke: #fff;
}

.doctors__preview .slider__control.disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.doctors__preview .slider__control.disabled svg > path {
    stroke: #c9a26a;
}

.doctors__preview .cards {
    height: 500px;
    max-width: 656px;
    width: 45vw;
}

@media (min-width:1200px) and (min-height:600px) {
    .doctors__preview .cards {
        height: 600px;
    }
}

@media (min-width:1200px) and (min-height:700px) {
    .doctors__preview .cards {
        height: 700px;
    }
}

@media (min-width:1200px) and (min-height:1200px) {
    .doctors__preview .cards {
        height: 818px;
    }
}

@media (max-width:769px) {
    .doctors__preview .cards {
        height: 100vw;
        min-height: 420px;
        width: 100%;
    }
}

.doctors__preview .cards .cardslider__cards {
    width: 100%;
    height: 93.4%;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.doctors__preview .cards.cardslider--direction-down .cardslider__card {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li {
    opacity: 0;
    -webkit-transform: translate3d(0, -7.16%, 0);
    transform: translate3d(0, -7.16%, 0);
    width: 82%;
    background-color: #f6f6f7;
    z-index: 0;
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li:first-of-type {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 3;
    width: 100%;
    opacity: 1;
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li:first-of-type .before__card {
    background-color: transparent;
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li:nth-of-type(2) {
    -webkit-transform: translate3d(0, -3.58%, 0);
    transform: translate3d(0, -3.58%, 0);
    width: 94%;
    z-index: 2;
    opacity: 1;
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li:nth-of-type(2) .before__card {
    background-color: #d5d5d8;
}

@media (max-width:599px) {
    .doctors__preview .cards.cardslider--direction-down .cardslider__cards li:nth-of-type(2) {
        -webkit-transform: translate3d(0, -3.58%, 0);
        transform: translate3d(0, -3.58%, 0);
    }
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li:nth-of-type(3) {
    -webkit-transform: translate3d(0, -7.16%, 0);
    transform: translate3d(0, -7.16%, 0);
    width: 88%;
    z-index: 1;
    opacity: 1;
}

.doctors__preview .cards.cardslider--direction-down .cardslider__cards li:nth-of-type(3) .before__card {
    background-color: #c2c2c8;
}

@media (max-width:599px) {
    .doctors__preview .cards.cardslider--direction-down .cardslider__cards li:nth-of-type(3) {
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
    }
}

.doctors__preview .card {
    border-radius: 24px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width:599px) {
    .doctors__preview .card {
        cursor: pointer;
    }
}

@media (max-width:599px) {
    .doctors__preview .card {
        border-radius: 3.5vw;
    }
}

.doctors__preview .card:hover .card-img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.doctors__preview .card .before__card {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}

.doctors__preview .card-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    background-size: cover;
    background-position-x: center;
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
}

.doctors__preview .card__inner {
    position: absolute;
    z-index: 3;
    left: 32px;
    top: auto;
    right: 32px;
    bottom: 32px;
    padding: 32px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .doctors__preview .card__inner {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width:1200px) {
    .doctors__preview .card__inner {
        padding: 16px;
        border-radius: 12px;
    }
}

.doctors__preview .card__inner::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 24px;
    background: rgba(255, 255, 255, .75);
    -webkit-backdrop-filter: blur(32.5px);
    backdrop-filter: blur(32.5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width:599px) {
    .doctors__preview .card__inner::after {
        border-radius: 12px;
    }
}

.doctors__preview .card-title {
    margin-bottom: 8px;
    font-family: "Jeko";
    font-size: 30px;
    font-weight: 400;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .doctors__preview .card-title {
        font-size: 24px;
    }
}

@media (max-width:1200px) {
    .doctors__preview .card-title {
        margin-bottom: 4px;
        font-size: 16px;
        font-weight: 600;
    }
}

.doctors__preview .card-text {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .doctors__preview .card-text {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .doctors__preview .card-text {
        margin-bottom: 16px;
        font-size: 12px;
    }
}

.doctors__preview .card .btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 200px;
    background-color: #fff;
    border: 2px solid #c9a26a;
    font-family: "Jeko";
    line-height: 141.667%;
    letter-spacing: -.48px;
    text-decoration: none;
    font-weight: 700;
    color: #c9a26a;
}

@media (max-width:1800px) {
    .doctors__preview .card .btn {
        padding: 12px 24px;
    }
}

@media (max-width:599px) {
    .doctors__preview .card .btn {
        padding: 7px 16px;
        font-size: 12px;
    }
}

.guarantee {
    background-color: #fff;
    padding: 96px 0;
    overflow: hidden;
}

@media (max-width:1800px) {
    .guarantee {
        padding: 64px 0;
    }
}

.guarantee .section__caption {
    margin-bottom: 64px;
}

@media (max-width:1800px) {
    .guarantee .section__caption {
        margin-bottom: 32px;
    }
}

.guarantee .inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: () [1fr 1fr 1fr];
    grid-template-rows: repeat(1fr 1fr 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 64px;
}

@media (max-width:1200px) {
    .guarantee .inner {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        row-gap: 16px;
    }
}

@media (max-width:769px) {
    .guarantee .inner {
        -ms-grid-rows: () [1fr 1fr];
        grid-template-rows: repeat(1fr 1fr);
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

.guarantee__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 32px 0;
}

@media (max-width:599px) {
    .guarantee__item {
        padding: 16px 0;
    }
}

.guarantee__item-icon {
    width: 105px;
    height: 105px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 16px;
}

@media (max-width:1800px) {
    .guarantee__item-icon {
        width: 75px;
        height: 75px;
    }
}

@media (max-width:599px) {
    .guarantee__item-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
}

.guarantee__item-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .guarantee__item-title {
        font-size: 24px;
    }
}

@media (max-width:1200px) {
    .guarantee__item-title {
        font-size: 20px;
    }
}

@media (max-width:599px) {
    .guarantee__item-title {
        font-size: 15px;
        font-weight: 400;
        line-height: 133.333%;
        letter-spacing: -.3px;
    }
}

.articles__preview {
    padding: 128px 0;
    background-color: #f6f6f7;
    overflow: hidden;
}

@media (max-width:1800px) {
    .articles__preview {
        padding: 64px 0;
    }
}

@media (max-width:599px) {
    .articles__preview {
        padding: 64px 0;
    }

    .articles__preview.bg-color-white {
        background-color: #f6f6f7;
    }
}

.articles__preview .section__caption {
    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-bottom: 64px;
}

@media (max-width:1800px) {
    .articles__preview .section__caption {
        margin-bottom: 32px;
    }
}

@media (max-width:599px) {
    .articles__preview .section__caption {
        position: relative;
        z-index: 1;
    }
}

.articles__preview .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:769px) {
    .articles__preview .slider__controls {
        margin-top: 16px;
    }
}

@media (max-width:599px) {
    .articles__preview .slider__controls {
        position: absolute;
        top: calc(10vw + 90px);
        right: 16px;
        z-index: 30;
        margin-top: 0;
        opacity: 0;
    }
}

.articles__preview .slider__control {
    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-color: #c9a26a;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
}

.articles__preview .slider__control:hover {
    background-color: #fff;
}

.articles__preview .slider__control:hover svg > path {
    stroke: #c9a26a;
}

@media (max-width:1800px) {
    .articles__preview .slider__control {
        width: 56px;
        height: 56px;
    }
}

@media (max-width:599px) {
    .articles__preview .slider__control {
        width: 24px;
        height: 24px;
    }
}

.articles__preview .slider__control--prev {
    margin-right: 16px;
}

@media (max-width:599px) {
    .articles__preview .slider__control--prev {
        margin-right: 4px;
    }
}

.articles__preview .slider__control svg {
    width: 42px;
}

@media (max-width:1800px) {
    .articles__preview .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:1800px) {
    .articles__preview .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:599px) {
    .articles__preview .slider__control svg {
        width: 14px;
    }
}

.articles__preview .slider__control svg > path {
    stroke: #fff;
}

.articles__preview .slider__control.disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.articles__preview .slider__control.disabled svg > path {
    stroke: #c9a26a;
}

.articles__preview .cards {
    position: relative;
    height: 460px;
}

@media (max-width:599px) {
    .articles__preview .cards {
        height: calc(66vw - 20px);
    }
}

@media (min-width:1200px) and (min-height:700px) {
    .articles__preview .cards {
        height: 550px;
    }
}

@media (min-width:1200px) and (min-height:850px) {
    .articles__preview .cards {
        height: 650px;
    }
}

@media (min-width:1200px) and (min-height:1200px) {
    .articles__preview .cards {
        height: 750px;
    }
}

.articles__preview .cards .cardslider__cards {
    width: 90%;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width:599px) {
    .articles__preview .cards .cardslider__cards {
        width: 100%;
        height: 90%;
        top: auto;
        bottom: 0;
    }
}

.articles__preview .cards.cardslider--direction .cardslider__card {
    -webkit-transform: translate3d(14%, 0, 0);
    transform: translate3d(14%, 0, 0);
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.articles__preview .cards.cardslider--direction .cardslider__card .before__card {
    background-color: #d5d5d8;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
    z-index: 3;
    opacity: 1;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) .card__content {
    opacity: 1;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) .before__card {
    background-color: transparent;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) {
    -webkit-transform: translate3d(7%, 0, 0);
    transform: translate3d(7%, 0, 0);
    height: 94%;
    z-index: 2;
    opacity: 1;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) .card__content {
    opacity: 0;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) .before__card {
    background-color: #d5d5d8;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) {
    -webkit-transform: translate3d(14%, 0, 0);
    transform: translate3d(14%, 0, 0);
    height: 88%;
    z-index: 1;
    opacity: 1;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) .card__content {
    opacity: 0;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) .before__card {
    background-color: #c2c2c8;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
    height: 82%;
    z-index: 0;
    opacity: 0;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li .card__content {
    opacity: 0;
}

.articles__preview .cards.cardslider--direction .cardslider__cards li .before__card {
    background-color: #c2c2c8;
}

@media (max-width:599px) {
    .articles__preview .cards.cardslider--direction .cardslider__card {
        height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        left: 0;
        right: 0;
    }

    .articles__preview .cards.cardslider--direction .cardslider__card .before__card {
        background-color: #d5d5d8;
    }

    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 3;
        width: 100%;
        opacity: 1;
        height: 100%;
    }

    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) .before__card {
        background-color: transparent;
    }

    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) {
        -webkit-transform: translate3d(0, -3.58%, 0);
        transform: translate3d(0, -3.58%, 0);
        width: 94%;
        z-index: 2;
        opacity: 1;
        height: 100%;
    }

    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) .before__card {
        background-color: #c2c2c8;
    }
}

@media (max-width:599px) and (max-width:599px) {
    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) {
        -webkit-transform: translate3d(0, -3.58%, 0);
        transform: translate3d(0, -3.58%, 0);
    }
}

@media (max-width:599px) {
    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) {
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
        width: 88%;
        z-index: 1;
        height: 100%;
        opacity: 1;
    }

    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) .before__card {
        background-color: #d5d5d8;
    }
}

@media (max-width:599px) and (max-width:599px) {
    .articles__preview .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) {
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
    }
}

@media (max-width:599px) {
    .articles__preview .cards.cardslider--direction .cardslider__cards li {
        opacity: 0;
        height: 100%;
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
        width: 82%;
        background-color: #f6f6f7;
        z-index: 0;
    }
}

.articles__preview .card {
    border-radius: 24px;
    overflow: hidden;
    background-color: #f6f6f7;
}

@media (max-width:599px) {
    .articles__preview .card {
        border-radius: 12px;
    }
}

.articles__preview .card__link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #373d48;
    text-decoration: none;
}

.articles__preview .card__link .before__card {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.articles__preview .card__img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
    overflow: hidden;
}

.articles__preview .card__img .card__img-inner {
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:599px) {
    .articles__preview .card__img {
        position: relative;
        height: 100%;
        margin-bottom: 16px;
        border-radius: 12px;
    }
}

.articles__preview .card__img-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.articles__preview .card .after__card {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 24px;
    background: rgba(255, 255, 255, .75);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width:599px) {
    .articles__preview .card .after__card {
        display: none;
    }
}

.articles__preview .card__content {
    position: absolute;
    z-index: 2;
    left: 32px;
    bottom: 32px;
    width: 100%;
    max-width: 590px;
    padding: 40px;
    border-radius: 24px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width:1800px) {
    .articles__preview .card__content {
        left: 24px;
        bottom: 24px;
    }
}

@media (max-width:1200px) {
    .articles__preview .card__content {
        padding: 20px;
    }
}

@media (max-width:769px) {
    .articles__preview .card__content {
        padding: 16px;
        left: 16px;
        bottom: 16px;
        max-width: calc(100% - 32px);
    }
}

@media (max-width:599px) {
    .articles__preview .card__content {
        position: static;
        max-width: 100%;
        padding: 0;
        border-radius: 0;
    }
}

.articles__preview .card__content-title {
    font-size: 32px;
    line-height: 137.5%;
    margin-bottom: 16px;
    pointer-events: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width:1800px) {
    .articles__preview .card__content-title {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .articles__preview .card__content-title {
        font-size: 17px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}

.articles__preview .card__content-text {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 141.667%;
    letter-spacing: -.48px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width:1800px) {
    .articles__preview .card__content-text {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .articles__preview .card__content-text {
        -webkit-line-clamp: 3;
        font-size: 15px;
    }
}

@media (hover:hover) and (pointer:fine) {
    .articles__preview .card:hover .card__img-inner {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
}

@media (max-width:599px) {
    .articles__preview .card__content-decstop {
        display: none;
    }
}

.articles__preview .cards-mobile {
    display: none;
    height: 227px;
    padding-top: 16px;
    position: relative;
}

@media (max-width:599px) {
    .articles__preview .cards-mobile {
        display: block;
    }
}

.articles__preview .cards-mobile .card-mobile {
    position: absolute;
    opacity: 0;
}

.articles__preview .cards-mobile .btn {
    display: none;
    width: 100%;
    padding: 16px 64px;
    bottom: 0;
    position: absolute;
}

.articles__preview .cards-mobile .btn:first-of-type {
    display: inline-block;
}

.photo__gallery {
    padding: 64px 0;
    overflow: hidden;
}

@media (max-width:1800px) {
    .photo__gallery {
        padding: 48px 0;
    }
}

@media (max-width:599px) {
    .photo__gallery {
        padding: 64px 0;
        background-color: #f6f6f7;
    }
}

.photo__gallery .container {
    position: relative;
}

.photo__gallery .section__caption {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

@media (max-width:1800px) {
    .photo__gallery .section__caption {
        margin-bottom: 32px;
    }
}

@media (max-width:599px) {
    .photo__gallery .section__caption {
        position: relative;
        z-index: 1;
    }
}

.photo__gallery .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:769px) {
    .photo__gallery .slider__controls {
        margin-top: 16px;
    }
}

@media (max-width:599px) {
    .photo__gallery .slider__controls {
        position: absolute;
        top: calc(7vw + 70px);
        right: 16px;
        z-index: 30;
        margin-top: 0;
        opacity: 0;
    }
}

.photo__gallery .slider__control {
    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-color: #c9a26a;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
}

.photo__gallery .slider__control:hover {
    background-color: #f6f6f7;
}

@media (max-width:599px) {
    .photo__gallery .slider__control:hover {
        background-color: #fff;
    }
}

.photo__gallery .slider__control:hover svg > path {
    stroke: #c9a26a;
}

@media (max-width:1800px) {
    .photo__gallery .slider__control {
        width: 56px;
        height: 56px;
    }
}

@media (max-width:599px) {
    .photo__gallery .slider__control {
        width: 24px;
        height: 24px;
    }
}

.photo__gallery .slider__control--prev {
    margin-right: 16px;
}

@media (max-width:599px) {
    .photo__gallery .slider__control--prev {
        margin-right: 4px;
    }
}

.photo__gallery .slider__control svg {
    width: 42px;
}

@media (max-width:1800px) {
    .photo__gallery .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:1800px) {
    .photo__gallery .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:599px) {
    .photo__gallery .slider__control svg {
        width: 14px;
    }
}

.photo__gallery .slider__control svg > path {
    stroke: #fff;
}

.photo__gallery .slider__control.disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.photo__gallery .slider__control.disabled svg > path {
    stroke: #c9a26a;
}

.photo__gallery .cards {
    position: relative;
    height: 500px;
}

@media (min-width:1200px) and (min-height:700px) {
    .photo__gallery .cards {
        height: 550px;
    }
}

@media (min-width:1200px) and (min-height:850px) {
    .photo__gallery .cards {
        height: 650px;
    }
}

@media (min-width:1200px) and (min-height:1200px) {
    .photo__gallery .cards {
        height: 750px;
    }
}

@media (max-width:599px) {
    .photo__gallery .cards {
        height: calc(66vw - 20px);
    }
}

.photo__gallery .cards .cardslider__cards {
    width: 90%;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width:599px) {
    .photo__gallery .cards .cardslider__cards {
        width: 100%;
        height: 90%;
        top: auto;
        bottom: 0;
    }
}

.photo__gallery .cards.cardslider--direction .cardslider__card {
    -webkit-transform: translate3d(14%, 0, 0);
    transform: translate3d(14%, 0, 0);
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.photo__gallery .cards.cardslider--direction .cardslider__card .before__card {
    background-color: #d5d5d8;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
    z-index: 3;
    opacity: 1;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) .card__content {
    opacity: 1;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) .before__card {
    background-color: transparent;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) {
    -webkit-transform: translate3d(7%, 0, 0);
    transform: translate3d(7%, 0, 0);
    height: 94%;
    z-index: 2;
    opacity: 1;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) .card__content {
    opacity: 0;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) .before__card {
    background-color: #d5d5d8;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) {
    -webkit-transform: translate3d(14%, 0, 0);
    transform: translate3d(14%, 0, 0);
    height: 88%;
    z-index: 1;
    opacity: 1;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) .card__content {
    opacity: 0;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) .before__card {
    background-color: #c2c2c8;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li {
    -webkit-transform: translate3d(40%, 0, 0);
    transform: translate3d(40%, 0, 0);
    height: 82%;
    z-index: 0;
    opacity: 0;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li .card__content {
    opacity: 0;
}

.photo__gallery .cards.cardslider--direction .cardslider__cards li .before__card {
    background-color: #c2c2c8;
}

@media (max-width:599px) {
    .photo__gallery .cards.cardslider--direction .cardslider__card {
        height: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .photo__gallery .cards.cardslider--direction .cardslider__card .before__card {
        background-color: #d5d5d8;
    }

    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 3;
        width: 100%;
        opacity: 1;
        height: 100%;
    }

    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(1) .before__card {
        background-color: transparent;
    }

    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) {
        -webkit-transform: translate3d(0, -3.58%, 0);
        transform: translate3d(0, -3.58%, 0);
        width: 94%;
        z-index: 2;
        opacity: 1;
        height: 100%;
    }

    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) .before__card {
        background-color: #c2c2c8;
    }
}

@media (max-width:599px) and (max-width:599px) {
    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(2) {
        -webkit-transform: translate3d(0, -3.58%, 0);
        transform: translate3d(0, -3.58%, 0);
    }
}

@media (max-width:599px) {
    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) {
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
        width: 88%;
        z-index: 1;
        height: 100%;
        opacity: 1;
    }

    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) .before__card {
        background-color: #d5d5d8;
    }
}

@media (max-width:599px) and (max-width:599px) {
    .photo__gallery .cards.cardslider--direction .cardslider__cards li:nth-of-type(3) {
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
    }
}

@media (max-width:599px) {
    .photo__gallery .cards.cardslider--direction .cardslider__cards li {
        opacity: 0;
        height: 100%;
        -webkit-transform: translate3d(0, -7.16%, 0);
        transform: translate3d(0, -7.16%, 0);
        width: 82%;
        background-color: #f6f6f7;
        z-index: 0;
    }
}

.photo__gallery .card {
    border-radius: 24px;
    overflow: hidden;
}

.photo__gallery .card .before__card {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.photo__gallery .card__img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
    overflow: hidden;
}

.photo__gallery .card__img .card__img-inner {
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:599px) {
    .photo__gallery .card__img {
        position: relative;
        height: 100%;
        margin-bottom: 16px;
        border-radius: 12px;
    }
}

.photo__gallery .card__img-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (hover:hover) and (pointer:fine) {
    .photo__gallery .card:hover .card__img-inner {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.contact {
    padding: 96px 0;
}

@media (max-width:1800px) {
    .contact {
        padding: 64px 0;
    }
}

@media (max-width:1200px) {
    .contact .section__title {
        margin-bottom: 32px;
    }
}

.contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact__col {
    width: 100%;
}

.contact__col--left {
    max-width: 657px;
}

@media (max-width:1400px) {
    .contact__col--left {
        max-width: 48%;
    }
}

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

.contact__col--right {
    max-width: 547px;
    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:1400px) {
    .contact__col--right {
        max-width: 48%;
    }
}

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

.contact__btn {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.contact-phone {
    margin-bottom: 32px;
    color: #373d48;
    text-decoration: none;
    font-size: 32px;
    line-height: 137.5%;
    display: block;
}

@media (max-width:599px) {
    .contact-phone {
        margin: 0 0 16px;
        font-size: 17px;
        font-weight: 700;
    }
}

.contact__item {
    margin-bottom: 32px;
}

.contact__item:last-child {
    margin-bottom: 32px;
}

@media (max-width:1200px) {
    .contact__item:last-child {
        margin-top: 32px;
    }
}

.contact__item-title {
    font-family: "Jeko";
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .contact__item-title {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .contact__item-title {
        font-size: 17px;
        font-weight: 700;
    }
}

.contact__item-text {
    margin-bottom: 8px;
}

.contact__item-link {
    font-family: "Jeko";
    color: #c9a26a;
    font-size: 24px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -.48px;
    text-decoration: underline;
    -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
    transition: .3s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:1800px) {
    .contact__item-link {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .contact__item-link {
        font-size: 15px;
        text-decoration: none;
    }
}

@media (hover:hover) and (pointer:fine) {
    .contact__item-link:hover {
        text-decoration: none;
        color: #8b8e96;
    }
}

.contact .btn {
    font-family: "Jeko";
    font-weight: 700;
}

@media (max-width:599px) {
    .contact .btn {
        display: block;
    }
}

.contact .map {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1200px) {
    .contact .map {
        height: 364px;
        margin-bottom: 32px;
    }
}

.page__contact {
    padding: 96px 0;
}

@media (max-width:1800px) {
    .page__contact {
        padding: 64px 0;
    }
}

.page__contact .animated-block {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
}

.page__contact .section__title {
    display: none;
}

@media (max-width:1200px) {
    .page__contact .section__title {
        display: block;
        margin-bottom: 32px;
    }
}

.page__contact .map {
    width: 100%;
    height: 720px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .page__contact .map {
        height: 460px;
    }
}

@media (max-width:1200px) {
    .page__contact .map {
        height: 364px;
    }
}

.page__contact__row {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 64px;
}

@media (max-width:1800px) {
    .page__contact__row {
        margin-top: 32px;
    }
}

.page__contact__col {
    width: 100%;
}

.page__contact__col--first {
    max-width: 360px;
}

@media (max-width:1200px) {
    .page__contact__col--first {
        max-width: 100%;
        margin-bottom: 32px;
    }
}

.page__contact__col--second {
    max-width: 458px;
}

@media (max-width:1200px) {
    .page__contact__col--second {
        max-width: 100%;
        margin-bottom: 32px;
    }
}

.page__contact__col--third {
    max-width: 330px;
}

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

.page__contact-phone {
    margin: 32px 0 0;
    font-family: "Jeko";
    font-weight: 600;
    color: #373d48;
    text-decoration: none;
    font-size: 44px;
    line-height: 127.273%;
    letter-spacing: -.88px;
}

@media (max-width:1800px) {
    .page__contact-phone {
        font-size: 32px;
    }
}

@media (max-width:1200px) {
    .page__contact-phone {
        font-family: "Jeko";
        font-weight: 700;
    }
}

@media (max-width:599px) {
    .page__contact-phone {
        font-size: 17px;
    }
}

.page__contact__item {
    margin: 0 16px;
}

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

.page__contact__item-title {
    font-family: "Jeko";
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .page__contact__item-title {
        font-size: 24px;
    }
}

@media (max-width:1200px) {
    .page__contact__item-title {
        font-weight: 700;
    }
}

@media (max-width:599px) {
    .page__contact__item-title {
        font-size: 17px;
    }
}

.page__contact__item-text {
    margin-bottom: 8px;
}

.page__contact__item-link {
    font-family: "Jeko";
    color: #c9a26a;
    font-size: 24px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -.48px;
    text-decoration: underline;
    -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
    transition: .3s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:1800px) {
    .page__contact__item-link {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .page__contact__item-link {
        text-decoration: none;
    }
}

@media (max-width:599px) {
    .page__contact__item-link {
        font-size: 15px;
    }
}

@media (hover:hover) and (pointer:fine) {
    .page__contact__item-link:hover {
        text-decoration: none;
        color: #8b8e96;
    }
}

.page__contact-btn {
    display: none;
}

@media (max-width:599px) {
    .page__contact-btn {
        display: block;
        margin-top: 32px;
    }
}

.ymaps3x0--marker {
    width: 62px;
    height: 72px;
    margin-left: -31px;
    margin-top: -72px;
}

.footer {
    will-change: transform,opacity;
    padding-top: 64px;
    color: #fff;
}

@media (max-width:1800px) {
    .footer {
        padding-top: 48px;
    }
}

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

@media (max-width:599px) {
    .footer .container {
        padding: 0;
    }
}

.footer .inner {
    padding: 64px 32px 32px;
    border-radius: 24px 24px 0 0;
    background-color: #373d48;
}

@media (max-width:1800px) {
    .footer .inner {
        padding: 48px 32px 32px;
    }
}

@media (max-width:1200px) {
    .footer .inner {
        padding: 64px 15px 32px;
    }
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__row--top {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

@media (max-width:1800px) {
    .footer__row--top {
        padding-bottom: 24px;
    }
}

@media (max-width:1200px) {
    .footer__row--top {
        -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;
    }
}

.footer__row--bottom {
    padding-top: 48px;
}

@media (max-width:1800px) {
    .footer__row--bottom {
        padding-top: 32px;
    }
}

@media (max-width:1200px) {
    .footer__row--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-bottom: 32px;
    }

    .footer__row--bottom .footer__col:not(:last-child) {
        margin-bottom: 8px;
    }
}

.footer__col {
    width: 50%;
}

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

.footer-phone {
    font-family: "Jeko";
    font-size: 44px;
    line-height: 127.273%;
    letter-spacing: -.88px;
    color: #fff;
    text-decoration: none;
}

@media (max-width:1800px) {
    .footer-phone {
        font-size: 32px;
    }
}

@media (max-width:1200px) {
    .footer-phone {
        font-size: 28px;
    }
}

@media (max-width:599px) {
    .footer-phone {
        font-weight: 700;
    }
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
    list-style-type: none;
}

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

.footer__menu li:not(:last-child) {
    margin-right: 32px;
}

@media (max-width:1200px) {
    .footer__menu li:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width:1200px) {
    .footer__menu li {
        width: 50%;
        margin-bottom: 8px;
    }
}

.footer__menu-link {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .footer__menu-link {
        font-size: 20px;
    }
}

@media (max-width:599px) {
    .footer__menu-link {
        font-size: 15px;
    }
}

.footer-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .footer-text {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .footer-text {
        font-size: 15px;
    }
}

.footer-text a {
    color: #fff;
    text-decoration: none;
}

.footer .logo {
    display: none;
}

@media (max-width:1200px) {
    .footer .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }
}

.footer .logo-img {
    width: 21px;
    margin-right: 5px;
}

.footer .logo-text {
    font-family: "Jeko";
    font-weight: 800!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
    color: #fff;
}

.team {
    overflow: hidden;
}

.team .section__caption {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0;
}

.team .section__caption.animated-block {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
}

@media (max-width:1800px) {
    .team .section__caption {
        padding: 0 0 16px;
    }
}

@media (max-width:1200px) {
    .team .section__caption {
        position: relative;
        z-index: 4;
    }
}

@media (max-width:599px) {
    .team .section__caption {
        padding: 0 0 32px;
    }
}

.team .section__title {
    max-width: 991px;
}

@media (max-width:599px) {
    .team .section__title {
        font-size: 28px;
    }
}

.team .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .team .slider__controls {
        position: absolute;
        top: calc(100% + 32px);
        z-index: 4;
        left: 16px;
    }
}

@media (max-width:599px) {
    .team .slider__controls {
        top: calc(100% + 16px);
    }
}

.team .slider__control {
    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-color: #c9a26a;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width:1800px) {
    .team .slider__control {
        width: 56px;
        height: 56px;
    }
}

@media (max-width:599px) {
    .team .slider__control {
        display: none;
        width: 24px;
        height: 24px;
    }
}

.team .slider__control--prev {
    margin-right: 16px;
}

@media (max-width:599px) {
    .team .slider__control--prev {
        margin-right: 4px;
    }
}

.team .slider__control svg {
    width: 42px;
}

@media (max-width:1800px) {
    .team .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:599px) {
    .team .slider__control svg {
        width: 14px;
    }
}

.team .slider__control svg > path {
    stroke: #fff;
}

.team .slider__control.swiper-button-disabled {
    background-color: #f6f6f7;
    cursor: not-allowed;
}

@media (max-width:1200px) {
    .team .slider__control.swiper-button-disabled {
        background-color: #fff;
    }
}

.team .slider__control.swiper-button-disabled svg > path {
    stroke: #c9a26a;
}

.team .slider__wrap {
    margin-left: auto;
}

.team .slider__wrap.animated-block {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

@media (max-width:599px) {
    .team .slider__wrap.animated-block {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
    }
}

@media (max-width:599px) {
    .team .slider {
        padding: 0 15px;
    }
}

.team .slide {
    position: relative;
    width: 624px;
    height: 764px;
    margin: 0 16px;
    border-radius: 24px;
    overflow: hidden;
}

@media (min-width:599px) {
    .team .slide {
        cursor: pointer;
    }
}

.team .slide .slide-img {
    border-radius: 24px;
    overflow: hidden;
}

.team .slide:hover .slide-img__inner {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

@media (max-width:1800px) {
    .team .slide {
        height: 540px;
        width: 440px;
    }
}

@media (max-width:599px) {
    .team .slide {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin: 0 0 64px;
    }
}

.team .slide-img,
.team .slide-img__inner {
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:599px) {
    .team .slide-img,
    .team .slide-img__inner {
        height: 100vw;
        border-radius: 24px;
        margin-bottom: 32px;
    }
}

.team .slide__inner {
    position: absolute;
    z-index: 2;
    left: 32px;
    top: auto;
    right: 32px;
    bottom: 32px;
    padding: 32px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .team .slide__inner {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width:599px) {
    .team .slide__inner {
        position: static;
        padding: 0;
        border-radius: 0;
    }
}

.team .slide__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: rgba(255, 255, 255, .75);
    -webkit-backdrop-filter: blur(32.5px);
    backdrop-filter: blur(32.5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team .slide-title {
    margin-bottom: 8px;
    font-family: "Jeko";
    font-size: 30px;
    font-weight: 600;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .team .slide-title {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .team .slide-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.team .slide-text {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .team .slide-text {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .team .slide-text {
        margin-bottom: 16px;
        font-size: 15px;
    }
}

.team .slide .btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 200px;
    border: 2px solid #c9a26a;
    background-color: transparent;
    font-family: "Jeko";
    line-height: 141.667%;
    letter-spacing: -.48px;
    text-decoration: none;
    font-weight: 700;
    color: #c9a26a;
    -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
    transition: .3s cubic-bezier(.42, .01, .2, 1);
    cursor: pointer;
}

@media (max-width:1800px) {
    .team .slide .btn {
        padding: 12px 24px;
    }
}

@media (max-width:599px) {
    .team .slide .btn {
        padding: 8px 32px;
        border-color: #373d48;
        border-width: 1px;
        color: #373d48;
    }
}

.team .slide .btn-mobile {
    display: none;
}

@media (max-width:599px) {
    .team .slide .btn-mobile {
        padding: 8px 32px;
        margin-top: 16px;
        display: inline-block;
        background-color: #c9a26a;
        border-color: #c9a26a;
        color: #fff;
    }
}

@media (max-width:769px) {
    .team .slide .btn-desktop {
        display: none;
    }
}

.team .slide .btn-mob {
    display: none;
}

@media (max-width:769px) {
    .team .slide .btn-mob {
        display: inline-block;
    }
}

.team_card {
    overflow: hidden;
}

.team_card .section__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0;
}

.team_card .section__caption.animated-block {
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
}

@media (max-width:1200px) {
    .team_card .section__caption {
        position: relative;
        z-index: 4;
    }
}

@media (max-width:599px) {
    .team_card .section__caption {
        padding: 0 0 32px;
    }
}

.team_card .section__title {
    max-width: 991px;
}

@media (max-width:599px) {
    .team_card .section__title {
        font-size: 28px;
    }
}

.team_card .slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:1200px) {
    .team_card .slider__controls {
        position: absolute;
        top: calc(100% + 32px);
        z-index: 4;
        left: 16px;
    }
}

@media (max-width:599px) {
    .team_card .slider__controls {
        top: calc(100% + 16px);
    }
}

.team_card .slider__control {
    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-color: #c9a26a;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
}

@media (max-width:1800px) {
    .team_card .slider__control {
        width: 56px;
        height: 56px;
    }
}

@media (max-width:599px) {
    .team_card .slider__control {
        display: none;
        width: 24px;
        height: 24px;
    }
}

.team_card .slider__control--prev {
    margin-right: 16px;
}

@media (max-width:599px) {
    .team_card .slider__control--prev {
        margin-right: 4px;
    }
}

.team_card .slider__control svg {
    width: 42px;
}

@media (max-width:1800px) {
    .team_card .slider__control svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:599px) {
    .team_card .slider__control svg {
        width: 14px;
    }
}

.team_card .slider__control svg > path {
    stroke: #fff;
}

.team_card .slider__control.swiper-button-disabled {
    background-color: #f6f6f7;
    cursor: not-allowed;
}

@media (max-width:1200px) {
    .team_card .slider__control.swiper-button-disabled {
        background-color: #fff;
    }
}

.team_card .slider__control.swiper-button-disabled svg > path {
    stroke: #c9a26a;
}

.team_card .slider__wrap {
    margin-left: auto;
}

.team_card .slider__wrap.animated-block {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

@media (max-width:599px) {
    .team_card .slider__wrap.animated-block {
        -webkit-transform: translateY(300px);
        -ms-transform: translateY(300px);
        transform: translateY(300px);
    }
}

.team_card .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team_card .slide {
    position: relative;
    width: 624px;
    height: 764px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 32px;
}

.team_card .slide .slide-img {
    border-radius: 24px;
    overflow: hidden;
}

.team_card .slide:hover .slide-img__inner {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

@media (max-width:1400px) {
    .team_card .slide {
        height: 50vw;
        min-height: 420px;
        width: calc(50% - 16px);
    }
}

@media (max-width:769px) {
    .team_card .slide {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin: 0 0 64px;
    }
}

.team_card .slide-img,
.team_card .slide-img__inner {
    background-size: cover;
    background-position-x: center;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:769px) {
    .team_card .slide-img,
    .team_card .slide-img__inner {
        height: calc(100vw - 30px);
        border-radius: 24px;
        margin-bottom: 32px;
    }
}

.team_card .slide__inner {
    position: absolute;
    z-index: 2;
    left: 32px;
    top: auto;
    right: 32px;
    bottom: 32px;
    padding: 32px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .team_card .slide__inner {
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
}

@media (max-width:769px) {
    .team_card .slide__inner {
        position: static;
        padding: 0;
        border-radius: 0;
    }
}

.team_card .slide__inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: rgba(255, 255, 255, .75);
    -webkit-backdrop-filter: blur(32.5px);
    backdrop-filter: blur(32.5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team_card .slide-title {
    margin-bottom: 8px;
    font-family: "Jeko";
    font-size: 30px;
    font-weight: 600;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .team_card .slide-title {
        font-size: 24px;
    }
}

@media (max-width:769px) {
    .team_card .slide-title {
        font-size: 22px;
        margin-bottom: 8px;
    }
}

.team_card .slide-text {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .team_card .slide-text {
        font-size: 18px;
    }
}

@media (max-width:769px) {
    .team_card .slide-text {
        margin-bottom: 16px;
        font-size: 15px;
    }
}

.team_card .slide .btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 200px;
    border: 2px solid #c9a26a;
    background-color: transparent;
    font-family: "Jeko";
    line-height: 141.667%;
    letter-spacing: -.48px;
    text-decoration: none;
    font-weight: 700;
    color: #c9a26a;
    cursor: pointer;
}

@media (max-width:1800px) {
    .team_card .slide .btn {
        padding: 12px 24px;
    }
}

@media (max-width:769px) {
    .team_card .slide .btn {
        padding: 8px 32px;
        border-color: #373d48;
        border-width: 1px;
        color: #373d48;
    }
}

@media (max-width:769px) {
    .team_card .slide .btn-desktop {
        display: none;
    }
}

.team_card .slide .btn-mob {
    display: none;
}

@media (max-width:769px) {
    .team_card .slide .btn-mob {
        display: inline-block;
    }
}

.team_card .slide .btn-mobile {
    display: none;
}

@media (max-width:769px) {
    .team_card .slide .btn-mobile {
        padding: 8px 32px;
        margin-top: 16px;
        display: inline-block;
        background-color: #c9a26a;
        border-color: #c9a26a;
        color: #fff;
    }
}

.doctor {
    padding: 40px 0;
}

@media (max-width:1800px) {
    .doctor {
        padding: 36px 0;
    }
}

@media (max-width:1400px) {
    .doctor {
        padding: 30px 0;
    }
}

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

.doctor .container {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width:769px) {
    .doctor .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.doctor__col {
    width: 100%;
}

.doctor__col--left {
    max-width: 564px;
}

@media (max-width:1800px) {
    .doctor__col--left {
        max-width: 48%;
    }
}

@media (max-width:769px) {
    .doctor__col--left {
        max-width: 100%;
    }
}

.doctor__col--left .btn {
    margin-top: 32px;
    cursor: pointer;
}

@media (max-width:599px) {
    .doctor__col--left .btn {
        width: 100%;
    }
}

.doctor__col--right {
    max-width: 665px;
}

@media (max-width:1800px) {
    .doctor__col--right {
        max-width: 48%;
    }
}

@media (max-width:769px) {
    .doctor__col--right {
        max-width: 100%;
        margin-bottom: 16px;
    }
}

.doctor .section__caption {
    margin-bottom: 64px;
}

.doctor .section__title {
    margin-bottom: 8px;
}

.doctor-img {
    border-radius: 24px;
    width: 100%;
    overflow: hidden;
}

.news .container {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news__item {
    width: 100%;
    max-width: 640px;
    margin-bottom: 64px;
    color: #373d48;
    text-decoration: none;
}

@media (max-width:1800px) {
    .news__item {
        margin-bottom: 32px;
        max-width: 49%;
    }
}

@media (max-width:599px) {
    .news__item {
        max-width: 100%;
        margin-bottom: 64px;
    }
}

.news__item--large {
    position: relative;
    max-width: 100%;
    height: 720px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .news__item--large {
        max-width: 100%;
        height: 600px;
    }
}

@media (max-width:1200px) {
    .news__item--large {
        height: 400px;
    }
}

@media (max-width:599px) {
    .news__item--large {
        height: auto;
    }
}

.news__item--large .news__item-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:599px) {
    .news__item--large .news__item-img {
        position: static;
        height: 200px;
    }
}

.news__item--large .news__item__content {
    position: absolute;
    left: 32px;
    bottom: 32px;
    z-index: 2;
    width: 100%;
    max-width: 590px;
    padding: 40px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .news__item--large .news__item__content {
        left: 24px;
        bottom: 24px;
        padding: 32px;
    }
}

@media (max-width:1200px) {
    .news__item--large .news__item__content {
        padding: 16px;
        left: 16px;
        bottom: 16px;
    }
}

@media (max-width:991px) {
    .news__item--large .news__item__content {
        width: calc(100% - 32px);
    }
}

@media (max-width:599px) {
    .news__item--large .news__item__content {
        position: static;
        width: 100%;
        padding: 16px 0 0;
    }
}

.news__item--large .news__item__content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, .75);
    -webkit-backdrop-filter: blur(22.5px);
    backdrop-filter: blur(22.5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width:599px) {
    .news__item--large .news__item__content::after {
        display: none;
    }
}

@media (hover:hover) and (pointer:fine) {
    .news__item--large:hover .news__item-img img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.news__item-img {
    width: 100%;
    height: 320px;
    border-radius: 24px;
    margin-bottom: 32px;
    overflow: hidden;
}

.news__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .5s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .5s cubic-bezier(.42, .01, .2, 1);
    transition: .5s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:1200px) {
    .news__item-img {
        height: 200px;
    }
}

@media (max-width:599px) {
    .news__item-img {
        margin-bottom: 16px;
        height: 200px;
    }
}

.news__item-title {
    margin-bottom: 16px;
    font-family: "Jeko";
    font-size: 32px;
    font-weight: 600;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .news__item-title {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .news__item-title {
        font-size: 17px;
    }
}

.news__item-text {
    line-height: 141.667%;
    margin-bottom: 32px;
}

@media (max-width:599px) {
    .news__item-text {
        margin-bottom: 16px;
        font-size: 15px;
    }
}

@media (max-width:599px) {
    .news__item .btn {
        width: 100%;
    }
}

@media (hover:hover) and (pointer:fine) {
    .news__item:hover .news__item-img img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
}

.article {
    padding: 40px 0;
}

@media (max-width:1800px) {
    .article {
        padding: 36px 0;
    }
}

@media (max-width:1400px) {
    .article {
        padding: 30px 0;
    }
}

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

.article-mainimg {
    width: 100%;
    max-width: 875px;
    height: 440px;
    border-radius: 24px;
    margin-bottom: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width:599px) {
    .article-mainimg {
        margin-bottom: 18px;
        height: 330px;
    }
}

.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:599px) {
    .article__info {
        font-size: 15px;
    }
}

.article__info-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 32px;
}

.article__info-views img {
    margin-right: 5px;
}

.article-title {
    margin-bottom: 32px;
    font-family: "Jeko";
    font-size: 64px;
    font-weight: 800;
}

@media (max-width:1800px) {
    .article-title {
        font-size: 48px;
        margin-bottom: 24px;
    }
}

@media (max-width:599px) {
    .article-title {
        margin-bottom: 32px;
        font-size: 28px;
    }
}

.article-subtitle {
    margin-bottom: 32px;
    font-family: "Jeko";
    font-size: 32px;
    font-weight: 500;
    line-height: 137.5%;
    max-width: 984px;
}

@media (max-width:1800px) {
    .article-subtitle {
        font-size: 24px;
        margin-bottom: 24px;
    }
}

@media (max-width:599px) {
    .article-subtitle {
        margin-bottom: 32px;
        font-size: 17px;
        font-weight: 700;
    }
}

.article .text__container {
    width: 100%;
    max-width: 784px;
}

.article .text__container h4 {
    margin-bottom: 16px;
}

@media (max-width:599px) {
    .article .text__container h4 {
        font-size: 17px;
    }
}

.article .text__container p,
.article .text__container ol,
.article .text__container ul {
    margin-bottom: 32px;
}

@media (max-width:1800px) {
    .article .text__container p,
    .article .text__container ol,
    .article .text__container ul {
        margin-bottom: 24px;
    }
}

@media (max-width:599px) {
    .article .text__container p,
    .article .text__container ol,
    .article .text__container ul {
        margin-bottom: 16px;
        font-size: 15px;
    }
}

.article .text__container img {
    margin: 32px 0;
}

.article__banner {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 64px;
    margin-bottom: 32px;
    border-radius: 16px;
    background-color: #f6f6f7;
}

@media (max-width:1200px) {
    .article__banner {
        padding: 32px 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.article__banner__content {
    width: 100%;
    max-width: 900px;
}

.article__banner-title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
}

@media (max-width:599px) {
    .article__banner-title {
        font-size: 15px;
    }
}

.article__banner-link {
    font-family: "Jeko";
    font-size: 24px;
    font-weight: 400;
    line-height: 141.667%;
    letter-spacing: -.48px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #c9a26a;
    -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
    transition: .3s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:599px) {
    .article__banner-link {
        font-size: 17px;
    }
}

@media (hover:hover) and (pointer:fine) {
    .article__banner-link:hover {
        text-decoration: none;
        color: #8b8e96;
    }
}

.article__banner-img {
    width: 120px;
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width:599px) {
    .article__banner-img {
        width: 100%;
        height: auto;
        max-height: 300px;
    }
}

.article__recomend .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 64px 0;
}

@media (max-width:1800px) {
    .article__recomend .inner {
        padding: 48px 0;
    }
}

.article__recomend__item {
    width: 640px;
    margin-bottom: 64px;
}

@media (max-width:1800px) {
    .article__recomend__item {
        margin-bottom: 48px;
    }
}

.article__recomend__item-img {
    width: 100%;
    height: 320px;
    border-radius: 24px;
    margin-bottom: 32px;
    -o-object-fit: cover;
    object-fit: cover;
}

.article__recomend__item-title {
    margin-bottom: 16px;
    font-family: "Jeko";
    font-size: 32px;
    font-weight: 600;
    line-height: 137.5%;
}

@media (max-width:1800px) {
    .article__recomend__item-title {
        font-size: 24px;
    }
}

.article__recomend__item-text {
    line-height: 141.667%;
    margin-bottom: 32px;
}

.error__page {
    padding: 64px 0 96px;
}

@media (max-width:1800px) {
    .error__page {
        padding: 48px 0 64px;
    }
}

@media (max-width:599px) {
    .error__page {
        padding: 64px 0;
    }
}

.error__page .container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.error__page-img {
    width: 100%;
    max-width: 842px;
    margin: 0 auto 80px;
}

@media (max-width:1800px) {
    .error__page-img {
        max-width: 720px;
    }
}

@media (max-width:1400px) {
    .error__page-img {
        margin: 0 auto 50px;
    }
}

.error__page-title {
    margin-bottom: 32px;
    font-family: "Jeko";
    font-size: 32px;
    font-weight: 600;
    line-height: 137.5%;
}

@media (max-width:599px) {
    .error__page-title {
        font-size: 17px;
    }
}

@media (max-width:599px) {
    .error__page .btn {
        padding: 8px 32px;
        font-size: 20px;
    }
}

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

.about .section__title {
    max-width: 937px;
}

.about .inner {
    padding: 64px 0;
}

@media (max-width:1800px) {
    .about .inner {
        padding: 48px 0 0;
    }
}

@media (max-width:599px) {
    .about .inner {
        padding: 32px 0;
    }
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none;
}

.about__list li {
    width: 100%;
    max-width: 547px;
    margin-bottom: 32px;
    line-height: 141.667%;
}

@media (max-width:1200px) {
    .about__list li {
        margin-bottom: 16px;
    }
}

.appointment {
    padding: 32px 0 64px;
}

.appointment .container {
    position: relative;
}

@media (max-width:1200px) {
    .appointment .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.appointment-head {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 5;
    max-width: 640px;
    max-height: 640px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

@media (max-width:1400px) {
    .appointment-head {
        -webkit-transform: translate(-90%, -50%);
        -ms-transform: translate(-90%, -50%);
        transform: translate(-90%, -50%);
    }
}

@media (max-width:1200px) {
    .appointment-head {
        position: static;
        width: auto;
        max-width: 100%;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.appointment .section__title {
    margin-bottom: 64px;
}

.appointment .form__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 450px;
    padding: 64px;
    border-radius: 24px;
    overflow: hidden;
}

@media (max-width:1200px) {
    .appointment .form__wrap {
        width: 100%;
        padding: 32px 16px;
        min-height: 0;
    }
}

.appointment .form__wrap::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    background: rgba(246, 246, 247, .85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.appointment__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.appointment__form-input {
    width: 100%;
    max-width: 589px;
    height: 66px;
    padding: 16px 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #8b8e96;
    line-height: 66px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.48px;
}

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

@media (max-width:599px) {
    .appointment__form-input {
        font-size: 17px;
    }
}

.appointment__form-input:focus {
    outline: 0;
}

.appointment__form-input::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.appointment__form-input::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.appointment__form-input:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.appointment__form-input::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.appointment__form-input::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.appointment__form-btn {
    margin-top: 64px;
}

.services {
    overflow: hidden;
}

.services__top {
    padding: 32px 0;
}

@media (max-width:1800px) {
    .services__top {
        padding: 16px 0;
    }
}

.services__search {
    position: relative;
    margin-bottom: 32px;
}

@media (max-width:1800px) {
    .services__search {
        margin-bottom: 16px;
    }
}

.services__search-input {
    display: block;
    width: 100%;
    padding: 16px 32px 16px 64px;
    border-radius: 8px;
    background: #f6f6f7;
    color: #c9a26a;
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -.48px;
}

@media (max-width:599px) {
    .services__search-input {
        padding: 8px 16px 8px 48px;
        font-size: 15px;
    }
}

.services__search-input::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.services__search-input::-moz-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.services__search-input:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.services__search-input::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.services__search-input::placeholder {
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.services__search-icon {
    position: absolute;
    top: 50%;
    left: 32px;
    width: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width:599px) {
    .services__search-icon {
        left: 16px;
    }
}

.services__tags {
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
}

.services__tags__wrap {
    width: 100%;
    overflow-x: auto;
}

@media (max-width:1200px) {
    .services__tags {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.services__tags li {
    margin: 5px 0;
}

.services__tags li:not(:last-child) {
    margin-right: 5px;
}

@media (max-width:1200px) {
    .services__tags li:not(:last-child) {
        margin-right: 8px;
    }
}

.services__tag {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 32px;
    border-radius: 300px;
    border: 1px solid #c9a26a;
    background-color: #fff;
    text-align: center;
    color: #c9a26a;
    font-size: 24px;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -.48px;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-transition: .3s cubic-bezier(.42, .01, .2, 1);
    -o-transition: .3s cubic-bezier(.42, .01, .2, 1);
    transition: .3s cubic-bezier(.42, .01, .2, 1);
}

@media (max-width:1400px) {
    .services__tag {
        font-size: 18px;
    }
}

@media (max-width:1200px) {
    .services__tag {
        padding: 8px 16px;
    }
}

@media (max-width:599px) {
    .services__tag {
        font-size: 15px;
    }
}

.services__tag.active {
    color: #fff;
    background-color: #c9a26a;
}

.services__tag.disabled {
    color: #8b8e96;
    border-color: #8b8e96;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.services__group {
    overflow: hidden;
    padding: 48px 0;
}

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

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

.services__group-title {
    margin-bottom: 64px;
    font-size: 72px;
    font-weight: 400;
    line-height: 116.667%;
    letter-spacing: -1.44px;
    overflow: hidden;
}

@media (max-width:1800px) {
    .services__group-title {
        margin-bottom: 48px;
        font-size: 56px;
    }
}

@media (max-width:1200px) {
    .services__group-title {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

@media (max-width:599px) {
    .services__group-title {
        font-size: 28px;
        font-weight: 700;
    }
}

.services__group-subtitle__wrap {
    overflow: hidden;
}

.services__group-subtitle {
    margin: 0;
    padding-bottom: 32px;
    font-size: 44px;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -.88px;
}

@media (max-width:1800px) {
    .services__group-subtitle {
        padding-bottom: 16px;
        font-size: 32px;
    }
}

@media (max-width:1200px) {
    .services__group-subtitle {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .services__group-subtitle {
        font-size: 18px;
        font-weight: 600;
    }
}

.services__group__table {
    width: 100%;
}

.services__group__table + .services__group-subtitle__wrap > .services__group-subtitle {
    padding-top: 64px;
}

@media (max-width:1800px) {
    .services__group__table + .services__group-subtitle__wrap > .services__group-subtitle {
        padding-top: 32px;
    }
}

.services__group__table tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.services__group__table tr:nth-child(odd) {
    background: #f6f6f7;
}

.services__group__table td {
    padding: 16px 32px;
}

@media (max-width:1800px) {
    .services__group__table td {
        padding: 12px 16px;
    }
}

@media (max-width:599px) {
    .services__group__table td {
        padding: 8px;
    }
}

.services__group__table-title {
    width: calc(100% - 280px);
    font-size: 24px;
    line-height: 133.333%;
    letter-spacing: -.48px;
}

@media (max-width:1800px) {
    .services__group__table-title {
        font-size: 18px;
    }
}

@media (max-width:599px) {
    .services__group__table-title {
        width: 65%;
        font-size: 14px;
    }
}

.services__group__table-price {
    text-align: right;
    width: 220px;
    font-size: 32px;
    font-weight: 500;
    line-height: 131.25%;
}

@media (max-width:1800px) {
    .services__group__table-price {
        font-size: 24px;
    }
}

@media (max-width:599px) {
    .services__group__table-price {
        font-size: 17px;
        vertical-align: top;
        width: 35%;
        font-size: 14px;
    }
}

.services__noresult {
    padding: 48px 0;
}

.services__noresult .container {
    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;
    text-align: center;
}

.services__noresult img {
    width: 136px;
    margin-bottom: 32px;
}

.services__noresult p {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 131.25%;
}

.popup_open {
    overflow-y: hidden;
}

.popup_open .popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup {
    display: none;
    position: fixed;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__box {
    position: absolute;
    margin: 0 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1312px;
    height: 460px;
    padding: 64px 0 64px 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-radius: 24px;
    background: rgba(246, 246, 247, .85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@media (max-width:1400px) {
    .popup__box {
        width: 91vw;
        height: 32vw;
        min-height: 350px;
        padding: 4vw 0 4vw 4vw;
        gap: 1vw;
        margin: 4vw 0;
    }
}

@media (max-width:769px) {
    .popup__box {
        padding: 32px 16px;
        margin: 0 20px;
        width: calc(100vw - 40px);
        height: auto;
        min-height: 250px;
    }
}

.popup__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

@media (max-width:1400px) {
    .popup__left {
        gap: 4vw;
    }
}

@media (max-width:769px) {
    .popup__left {
        width: 100%;
        gap: 64px;
    }
}

.popup__left h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 127.273%;
    letter-spacing: -.88px;
    font-family: "Jeko";
}

@media (max-width:1400px) {
    .popup__left h2 {
        padding: 0;
        font-size: 32px;
    }
}

@media (max-width:769px) {
    .popup__left h2 {
        font-size: 22px;
        font-weight: 600;
    }
}

.popup__form {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    gap: 64px;
    width: 100%;
}

@media (max-width:769px) {
    .popup__form {
        width: 100%;
    }
}

.popup__input {
    width: 100%;
    max-width: 589px;
    height: 66px;
    padding: 16px 0;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #8b8e96;
    line-height: 66px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.48px;
}

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

@media (max-width:769px) {
    .popup__input {
        font-size: 17px;
        max-width: 352px;
    }
}

.popup__input:focus {
    outline: 0;
}

.popup__input::-webkit-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.popup__input::-moz-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.popup__input:-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.popup__input::-ms-input-placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.popup__input::placeholder {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.popup__btn {
    font-family: "Jeko";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 352px;
    max-width: 352px;
    padding: 16px 64px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border: none;
    border-radius: 400px;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -.48px;
}

@media (max-width:769px) {
    .popup__btn {
        font-size: 20px;
        letter-spacing: -.4px;
        line-height: 22px;
        width: 100%;
    }
}

@media (max-width:769px) {
    .popup__right {
        display: none;
    }
}

.popup__head {
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 5;
    max-width: 640px;
    max-height: 640px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
}

@media (max-width:1400px) {
    .popup__head {
        -webkit-transform: translate(-90%, -50%);
        -ms-transform: translate(-90%, -50%);
        transform: translate(-90%, -50%);
        max-width: 50vw;
        max-height: 50vw;
    }
}

@media (max-width:1200px) {
    .popup__head {
        width: auto;
    }
}

.popup__close {
    position: absolute;
    top: 90px;
    right: 50px;
    width: 41px;
    height: 41px;
    z-index: 6;
}

@media (max-width:1400px) {
    .popup__close {
        right: 27px;
        top: 27px;
        width: 30px;
        height: 30px;
    }
}

@media (max-width:769px) {
    .popup__close {
        right: 27px;
        top: 27px;
        width: 20px;
        height: 20px;
    }
}

.popup__close svg path {
    stroke: #373d48;
}

.popup__close svg:hover path {
    stroke: #c9a26a;
}

@media (max-width:1400px) {
    .popup__close svg {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }
}

@media (max-width:769px) {
    .popup__close svg {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        right: 23px;
        top: 35px;
    }
}

.popup__close_white svg path {
    stroke: #fff;
}

.popup__close_white svg:hover path {
    stroke: #373d48;
}
/* End */


/* Start:/local/templates/good_doctor/css/custom.css?170803777991*/
.header {
    /*z-index: 999;*/
}
div[id^=wait_comp] {
    display: none !important;
}
/* End */
/* /local/templates/good_doctor/css/slick.css?17080377791779 */
/* /local/templates/good_doctor/css/cardslider.css?17080377799742 */
/* /local/templates/good_doctor/css/app.css?1708037779134253 */
/* /local/templates/good_doctor/css/custom.css?170803777991 */
