@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(../fonts/Jost-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(../fonts/Jost-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Jost;
    font-display: swap;
    src: url(../fonts/Jost-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WorkSans;
    font-display: swap;
    src: url(../fonts/WorkSans-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: WorkSans;
    font-display: swap;
    src: url(../fonts/WorkSans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

:root {
    --main-font: "Jost", sans-serif;
    --accent-font: "WorkSans", sans-serif;
    --primary-brand-color: #CEAE51;
    --secondary-brand-color: #4B4DED;
    --tertiary-brand-color: #F3D9DA;
    --dark-color: #0E0E2C;
    --success-color: #31D0AA;
    --text-color: #4A4A68;
    --text-light-color: #8C8CA1;
    --light-color: #FAFCFE;
    --light-accent-color: #ECF1F4;
    --white-color: #FFF;
    --black-color: #000;
    --hover-color: #AF8C22
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, *::after, *::before {
    box-sizing: border-box
}

*::after, *::before {
    display: inline-block
}

body, html {
    height: 100%;
    min-width: 320px
}

body {
    color: var(--text-color);
    line-height: 1.5;
    font-family: var(--main-font);
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-family: var(--accent-font);
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input, textarea {
    width: 100%
}

label {
    display: inline-block
}

button, option, select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 79.375rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*="--gc"] {
    display: grid;
    min-width: 0;
    grid-template-columns:.9375rem 1fr minmax(auto, 77.5rem) 1fr .9375rem
}

[class*="--gc"] > * {
    min-width: 0;
    grid-column: 3/4
}

.checkbox {
    position: relative
}

.checkbox:not(:last-child) {
    margin-bottom: em(5)
}

.checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox__input:focus-visible + .checkbox__label:before {
    box-shadow: 0 0 5px #000
}

.checkbox__input:checked + .checkbox__label:before {
    background: var(--dark-color) url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M18.71 7.20986C18.617 7.11613 18.5064 7.04174 18.3846 6.99097C18.2627 6.9402 18.132 6.91406 18 6.91406C17.868 6.91406 17.7373 6.9402 17.6154 6.99097C17.4936 7.04174 17.383 7.11613 17.29 7.20986L9.84001 14.6699L6.71001 11.5299C6.61349 11.4366 6.49955 11.3633 6.37469 11.3141C6.24984 11.2649 6.11651 11.2408 5.98233 11.2431C5.84815 11.2454 5.71574 11.2741 5.59266 11.3276C5.46959 11.3811 5.35825 11.4583 5.26501 11.5549C5.17177 11.6514 5.09846 11.7653 5.04925 11.8902C5.00005 12.015 4.97592 12.1484 4.97824 12.2825C4.98056 12.4167 5.00929 12.5491 5.06278 12.6722C5.11628 12.7953 5.19349 12.9066 5.29001 12.9999L9.13001 16.8399C9.22297 16.9336 9.33358 17.008 9.45543 17.0588C9.57729 17.1095 9.708 17.1357 9.84001 17.1357C9.97202 17.1357 10.1027 17.1095 10.2246 17.0588C10.3464 17.008 10.457 16.9336 10.55 16.8399L18.71 8.67986C18.8115 8.58622 18.8925 8.47257 18.9479 8.34607C19.0033 8.21957 19.0319 8.08296 19.0319 7.94486C19.0319 7.80676 19.0033 7.67015 18.9479 7.54365C18.8925 7.41715 18.8115 7.3035 18.71 7.20986Z%27 fill=%27%23FAFCFE%27/%3E%3C/svg%3E") no-repeat center;
    background-size: contain
}

.checkbox__label {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    gap: 10px
}

.checkbox__label:before {
    content: "";
    align-self: flex-start;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    border-radius: .375rem;
    border: 1px solid var(--text-light-color)
}

.checkbox__text {
    align-self: center
}

.menu__body {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end
}

.menu__nav {
    text-transform: uppercase;
    color: var(--dark-color);
    font-size: 14px;
    font-weight: 700
}

.menu__list {
    display: inline-flex;
    align-items: center;
    gap: 1rem
}

.menu__nav {
    display: inline-flex;
    align-items: flex-end;
    gap: 1rem
}

.menu__link {
    position: relative;
    overflow: hidden
}

.menu__link::after {
    content: "";
    width: 100%;
    height: 2px;
    left: -100%;
    bottom: 0;
    position: absolute;
    background-color: var(--dark-color);
    transition-duration: .3s
}

.menu__link:hover::after {
    content: "";
    left: 0
}

.icon-menu {
    display: none
}

.sub-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.sub-menu a:hover {
    text-decoration: underline
}

.spollers {
    display: grid;
    gap: 4px
}

.spollers__title {
    cursor: pointer;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center
}

.spollers__title::-webkit-details-marker, .spollers__title::marker {
    display: none
}

.spollers__body {
    padding: 1.25rem;
    border-radius: .3125rem;
    overflow: hidden
}

.tabs__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    margin-bottom: 2.25rem;
    overflow-x: auto
}

.tabs__title {
    border: 1px solid var(--text-light-color);
    padding: .25rem .75rem;
    border-radius: 6.25rem;
    color: var(--text-light-color);
    font-weight: 500
}

.tabs__title._tab-active {
    font-weight: 700;
    color: var(--dark-color)
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.swiper__navigation .swiper-button-prev {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.gallery__navigation button:disabled, .team__navigation button:disabled {
    opacity: 0;
    visibility: hidden
}

.header__actions {
    display: flex;
    justify-content: center;
    align-items: center
}

.header a.link, .header__lang, .header__social {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.play__button {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%
}

.navigation {
    position: absolute;
    left: 50%;
    translate: -50%
}

.gallery__navigation {
    position: absolute;
    top: 50%;
    translate: 0 -50%
}

.h1, .h2, h2 {
    font-weight: 700;
    letter-spacing: -.02em
}

.h3, h3 {
    font-weight: 700
}

.small-text {
    color: var(--text-light-color);
    font-size: .875rem
}

.label {
    font-weight: 700;
    font-size: .875rem;
    color: var(--light-color);
    padding: .5rem .75rem;
    border-radius: 6.25rem;
    background-color: var(--primary-brand-color);
    display: inline-flex;
    align-items: center;
    gap: .25rem
}

.bold {
    font-weight: 700;
    font-size: .875rem;
    color: var(--dark-color)
}

.button {
    font-weight: 700;
    color: var(--light-color);
    background-color: var(--primary-brand-color);
    padding: 1rem 1.5rem;
    border-radius: .75rem;
    line-height: 1.5;
    border: 1px solid #e4d59b;
    color: var(--dark-color);
    background: #E4B751;
    /* background: linear-gradient(15deg, rgba(196, 136, 44, 1) 0%, rgba(254, 237, 119, 1) 50%, rgba(196, 136, 44, 1) 100%); */
        background: linear-gradient(15deg, rgb(195 134 43) 0%, rgb(233 200 128) 50%, rgb(199 169 82) 100%);
}

.button:hover {
    background-color: var(--hover-color)
}

.button--full {
    width: 100%
}

.button--small {
    padding: .5rem .875rem;
    border-radius: 6.25rem
}

.button--icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
    text-wrap: nowrap
}

.button--outline {
    background-color: rgba(0, 0, 0, 0);
    color: var(--dark-color);
    border: 1px solid #E2E2E2
}

.button--outline:hover {
    background-color: var(--light-accent-color)
}

section:not(.hero) {
    padding: 6.25rem 0
}

section:not(.hero):first-child {
    padding-top: 11.25rem
}

.pre-title {
    font-weight: 700;
    font-size: .625rem;
    text-transform: uppercase
}

.navigation {
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navigation button {
    border-radius: 50%;
    width: 58px;
    height: 58px
}

.navigation button:hover {
    scale: 0.9
}

.doctor-info {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem
}

.doctor-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-color)
}

.doctor-info li {
    /* display: grid;
    grid-template-columns:100px 160px; */
    font-weight: 500;
    color: var(--text-light-color)
}

.doctor-info li:not(:last-child) {
    margin-bottom: 1rem
}

.doctor-info li p {
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

a, button, input, select, textarea {
    transition-duration: .3s
}

.header {
    position: absolute;
    top: 40px;
    left: 50%;
    translate: -50%;
    width: 100%;
    z-index: 100;
    max-width: 95vw;
    color: var(--dark-color);
    font-weight: 700
}

.header__logo {
    position: relative;
    z-index: 2;
    max-width: 11.25rem
}

.header__actions, .header__container {
    display: flex;
    align-items: center
}

.header__container {
    padding: .75rem 1.5rem;
    background-color: var(--white);
    position: relative;
    justify-content: space-between;
    gap: 1rem
}

.header__container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: -1;
    backdrop-filter: blur(26px);
    border-radius: 1.5rem
}

.header__actions {
    gap: .3125rem
}

.header a.link {
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: 100px;
    border: 1px solid var(--white-color)
}

.header a.link:hover {
    background-color: var(--white-color)
}

.header a.link--accent {
    background-color: var(--primary-brand-color);
    color: var(--white-color)
}

.header a.link--accent:hover {
    background-color: var(--hover-color)
}

.header__lang {
    padding: .75rem 0 .75rem .75rem;
    position: relative;
    z-index: 2
}

.header__lang .spollers__body {
    position: absolute;
    left: -4px;
    padding: 1rem;
    margin-top: .5rem
}

.header__lang .spollers__body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6);
    z-index: -1;
    backdrop-filter: blur(26px)
}

.header__lang .spollers__body ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}

.header__lang .spollers__body ul li {
    height: 24px
}

.header__lang img {
    object-fit: contain;
    width: 20px;
    height: auto;
    /*border-radius: 50%;*/
}

.sub-menu a {
    display: inline-flex;
    align-items: center
}

.sub-menu a img {
    width: 24px;
    height: 24px
}

.footer {
    padding: 6.25rem 0;
    font-family: var(--accent-font)
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem
}

.footer__col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem
}

.footer__logo {
    max-width: 11.25rem
}

.footer__info {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: end;
    gap: 2.25rem
}

.footer__menu {
    flex: 9.6875rem 1 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.footer__menu ul {
    font-size: .875rem;
    font-weight: 500;
    color: var(--text-light-color);
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.footer__menu h3 {
    font-weight: 700
}

.footer__copyright {
    color: var(--dark-color);
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.socials {
    display: flex;
    align-items: center;
    gap: .75rem
}

.socials img {
    width: 100%;
    height: 100%;
    max-width: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.hero {
    position: relative
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--black-color);
    opacity: .35
}

.hero .swiper-slide {
    height: 100vh;
    min-height: 50rem
}

.hero video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative
}

.hero__slider {
    position: relative
}

.hero__container {
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 74.375rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    bottom: 3.125rem;
    text-align: center;
    color: #FFF
}

.hero__title {
    margin-bottom: 1.25rem
}

.hero__form {
    max-width: 62.5rem;
    gap: 1rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.hero__form label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .3125rem;
    color: var(--light-color)
}

.hero__form .input {
    padding: 1rem;
    border-radius: .75rem;
    border: 1px solid #E2E2E2;
    background-color: var(--white-color)
}

.hero__form .input::-webkit-input-placeholder {
    color: #757575;
    font-family: var(--accent-font)
}

.hero__form .input:-ms-input-placeholder {
    color: #757575;
    font-family: var(--accent-font)
}

.hero__form .input::-ms-input-placeholder {
    color: #757575;
    font-family: var(--accent-font)
}

.hero__form .input::placeholder {
    color: #757575;
    font-family: var(--accent-font)
}

.hero__form textarea {
    resize: vertical;
    height: 6.25rem
}

.hero__form--dark {
    flex-direction: column;
    gap: 2.25rem
}

.hero__form--dark label {
    color: var(--dark-color)
}

.swiper__navigation {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem
}

.swiper__navigation .swiper-button-next, .swiper__navigation .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem 0;
    border-radius: 1.5rem;
    color: var(--dark-color);
    overflow: hidden;
    position: relative
}

.swiper__navigation .swiper-button-next:hover::after, .swiper__navigation .swiper-button-prev:hover::after {
    opacity: .8
}

.awards__container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    /* align-items: flex-end */
}

.awards__col--right {
    padding-top: 270px;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%
}

.awards__title {
    color: var(--text-color);
    /* text-transform: uppercase */
}

.awards__images {
	margin-right:-30px;
    margin-bottom: 2.5rem;
    gap: 1.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.awards__image:first-child img {
    max-width: 160px;
    height: auto;
}

.awards__image:last-child img {
    max-height: 470px;
    width: auto;
}

.awards__action {
    display: flex;
    align-items: center;
    gap: .75rem
}

.about {
    background-color: var(--light-accent-color)
}

.about__container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    border-radius: 2.25rem;
    padding: 3.5rem;
    background-color: var(--white-color)
}

.about__col--right {
    max-width: 33.125rem
}

.about__col--left {
    max-width: 28.125rem
}

.about__reviews {
    margin-bottom: .75rem
}

.about__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem
}

.about__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem
}

.about__grid > img {
    border-radius: 3.75rem
}

.about__grid > .about__attachment {
    border-radius: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .625rem;
    padding: 2.25rem 1.375rem;
    text-align: center;
    font-weight: 500;
    max-width: 100%
}

.about__grid > .about__attachment:nth-child(2n) {
    background-color: #EBE9DA
}

.about__grid > .about__attachment:nth-child(2n) h3 {
    color: var(--dark-color)
}

.about__grid > .about__attachment:nth-child(2n) p {
    color: var(--text-light-color)
}

.about__grid > .about__attachment:nth-child(3n), .about__grid > .about__attachment:nth-child(4n) {
    background-color: var(--primary-brand-color)
}

.about__grid > .about__attachment:nth-child(3n) h3, .about__grid > .about__attachment:nth-child(4n) h3 {
    color: var(--light-accent-color)
}

.about__grid > .about__attachment:nth-child(3n) p, .about__grid > .about__attachment:nth-child(4n) p {
    color: var(--light-accent-color)
}

.about--consultation .about__col--right {
    max-width: 21.875rem
}

.about--consultation .about__col--left {
    position: relative;
    max-width: 43.75rem
}

.about__hours {
    padding: 1.5rem;
    width: 100%
}

.about-reviews {
    display: flex;
    align-items: center;
    gap: .625rem
}

.about-reviews__persons img {
    border-radius: 50%
}

.about-reviews__persons img:not(:first-child) {
    margin-left: -.625rem;
    border: 1px solid var(--light-color)
}

.about-reviews__stars {
    margin-bottom: .3125rem
}

.about-reviews__stars span, .about-reviews__stars svg {
    vertical-align: middle
}

.about-reviews__stars span {
    color: var(--dark-color);
    font-size: .75rem;
    font-weight: 500
}

.about-reviews__link {
    color: var(--text-light-color);
    font-size: .75rem;
    font-weight: 500
}

.about-reviews__link span {
    color: var(--dark-color);
    text-decoration: underline;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .35)
}

.services__container {
    text-align: center
}

.services__subtitle {
    margin-bottom: 1.25rem
}

.services__title {
    margin-bottom: 2.25rem
}

.services__list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 2.25rem
}

.services__item {
    aspect-ratio: 397/455;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: .3125rem;
    padding: 1.75rem 1.5rem;
    color: var(--light-color);
    text-align: left;
    border-radius: 2.25rem;
    overflow: hidden
}

.services__item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #000 100%);
    z-index: -1
}

.services__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    inset: 0
}

.services__item p {
    max-width: 14.375rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.services__item h3 {
    max-width: 14.375rem
}

.services__button {
    margin-top: .4375rem;
    border: 1px solid #fff;
    background: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    /* background: none;
    background-color: var(--primary-brand-color); */
    
}

.services__button:hover {
    border: 1px solid var(--light-color);
    color: #000;
    background: linear-gradient(15deg, rgb(195 134 43) 0%, rgb(233 200 128) 50%, rgb(199 169 82) 100%);
    /*
    background: #E4B751;
     
    background: linear-gradient(15deg, rgb(195 134 43) 0%, rgb(233 200 128) 50%, rgb(199 169 82) 100%);*/
}

.hourse h3 {
    font-weight: 700;
    margin-bottom: 1rem
}

.hourse__schedule {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: var(--text-light-color)
}

.testimonials__title {
    text-align: center;
    max-width: 53.125rem;
    margin: 0 auto 1.25rem
}

.testimonials .small-text {
    text-align: center;
    max-width: 53.125rem;
    margin: 0 auto
}

.testimonials__body {
    margin-top: 1.25rem
}

.testimonials__filters {
    display: flex;
    gap: 1rem;
    overflow-x: auto
}

.testimonials__filters::-webkit-scrollbar {
    width: 5px;
    height: 0
}

.testimonials__filters::-webkit-scrollbar-thumb {
    border-radius: 5px;
    height: 20px;
    background-color: var(--text-light-color)
}

.testimonials__filters::-webkit-scrollbar-track {
    width: 1px;
    border-radius: 5px;
    background-color: var(--light-accent-color)
}

.testimonials__filter-box h3 {
    font-weight: 700;
    margin-bottom: 1.125rem
}

.testimonials__checkbox {
    line-height: 1;
    color: var(--text-light-color);
    padding: .5rem
}

.testimonials__list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.testimonials__items {
    padding: 1.5rem;
    border-radius: 2.25rem;
    background-color: var(--white-color);
    box-shadow: 0 32px 32px 0 rgba(0, 0, 0, .1)
}

.testomonial-item {
    display: flex;
    gap: 1rem;
    align-items: center
}

.testomonial-item__video {
    width: 11.6875rem;
    height: auto;
    /* height: 9.1875rem; */
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative
}

.testomonial-item__video video {
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover; */
    /* object-fit: cover */
    -o-object-fit: contain;
    object-fit: contain;
}

.testomonial-item__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .625rem
}

.testomonial-item__content p {
    font-weight: 500;
    font-size: .75rem;
    color: var(--dark-color)
}

.testomonial-item__content hr {
    height: 1px;
    width: 100%;
    background-color: var(--light-accent-color)
}

.testomonial-item__author {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.testomonial-item__author-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .3125rem
}

.testomonial-item__rating {
    font-weight: 500;
    font-size: .75rem;
    color: var(--dark-color);
    display: flex;
    align-items: center;
    gap: .25rem
}

.before-after {
    background: #EDF1F0
}

.before-after__container {
    text-align: center
}

.before-after__subtitle {
    margin-bottom: 1.25rem
}

.before-after__title {
    margin-bottom: 1.25rem
}

.before-after__slider {
    position: relative
}

.before-after__images {
    display: flex;
    justify-content: center
}

.before-after__image {
    --clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
    position: relative;
    aspect-ratio: 500/640;
    max-width: 37.5rem;
    max-height: 40rem;
    flex: 500px 1 1;
    background: var(--text-color);
    box-sizing: border-box;
    clip-path: var(--clip-path)
}

.before-after__image:nth-child(1n+2) {
    margin-left: -10%
}

.before-after__image img {
    --border: 5px;
    position: absolute;
    top: var(--border);
    left: var(--border);
    width: calc(100% - 2 * var(--border));
    height: calc(100% - 2 * var(--border));
    clip-path: var(--clip-path)
}

.team {
    background: #EDF1F0
}

.team__title {
    text-align: center
}

.team__slider {
    position: relative
}

.team .swiper {
    overflow: visible
}

.team__slide {
    --image-height: 382px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 2.25rem;
    overflow: hidden;
    background-color: var(--white-color);
    width: 328px;
}

.team__image {
    flex: var(--image-height) 0 0
}

.team__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: var(--image-height)
}

.team__navigation {
    display: none
}

.team .swiper-initialized .team__navigation {
    display: flex
}

.contact {
    background: #EDF1F0
}

.contact__title {
    text-align: center
}

.contact__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3.125rem
}

.contact__form {
    padding: 3.125rem 3.75rem;
    border-radius: 2.25rem;
    background-color: var(--white-color);
    width: 100%
}

.contact__map {
    width: 100%;
    height: 34.375rem
}

.contact__map iframe {
    width: 100%;
    height: 100%
}

.why-we__container {
    text-align: center
}

.why-we__subtitle {
    margin-bottom: 1rem
}

.why-we__title {
    margin-bottom: 2.25rem
}

.why-we__list {
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))
}

.why-we__item {
    background-color: var(--white-color);
    padding: 2.25rem;
    border-radius: 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.why-we__item img {
    margin: 0 auto;
    max-width: 85px
}

.why-we__item p {
    font-size: .75rem;
    font-weight: 500;
    color: var(--text-light-color)
}

.testimonials__slider {
    position: relative;
    margin-block-start: 3em;
}

.testimonials-slider__item {
}

.testimonials-slider__item video, .testimonials-slider__item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
}

.gallery__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.25rem
}

.gallery__subtitle {
    max-width: 12.875rem
}

.gallery__title {
    max-width: 29.5rem
}

.gallery__slider {
    position: relative;
    overflow: visible !important
}

.gallery__slide {
    width: 32.6875rem;
    aspect-ratio: 523/377
}

.gallery__slide:nth-child(4n+1) img {
    border-radius: 4rem 0 0 0
}

.gallery__slide:nth-child(4n+2) img {
    border-radius: 0 0 0 4rem
}

.gallery__slide:nth-child(4n+3) img {
    border-radius: 0 4rem 0 0
}

.gallery__slide:nth-child(4n+4) img {
    border-radius: 0 0 4rem 0
}

.gallery__slide img {
    width: 100%;
    height: 100%
}

.gallery__navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: 0;
}

.goal {
    padding: 0 !important
}

.goal__body {
    padding: 2.25rem;
    border-radius: 2.25rem;
    background-color: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem
}

.goal img {
    width: 3.5rem
}

.goal__subtitle {
    color: var(--text-light-color);
    font-weight: 500
}

.article__body {
    display: grid;
    grid-template-columns: minmax(300px, 550px) auto;
    align-items: start;
    gap: 24px;
}

.article__label {
    margin-bottom: 1rem
}

.article__title {
    margin-bottom: 2.25rem
}

.article img {
    width: 100%;
    height: 38.25rem;
    border-radius: 2.25rem;
    margin-bottom: 4.125rem
}

.video-review__container {
    text-align: center
}

.video-review__item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.video-review__item--big {
    display: none
}

.video-review__video {
    position: relative;
    aspect-ratio: 241/158;
    width: 15.0625rem;
    height: 9.875rem;
    border-radius: 2.25rem;
    overflow: hidden
}

.video-review__video video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.video-review .bold {
    margin-top: 1rem
}

.video-review__info {
    margin-top: .625rem;
    display: flex;
    align-items: center;
    gap: .625rem
}

.video-review__info .accent {
    color: var(--primary-brand-color)
}

.video-review__list {
    display: flex;
    flex-direction: column;
    gap: 2.25rem
}

.doctor__container {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}

.doctor__aside {
    flex: 21.0625rem 0 0;
    display: flex;
    flex-direction: column;
    border-radius: 2.25rem;
    overflow: hidden;
    background-color: var(--white-color)
}

.doctor__image {
    height: 23.75rem
}

.doctor__image img {
    width: 100%;
    height: 100%
}

.doctor__info {
    padding: 1.5rem
}

.doctor__article {
    flex: 65% 0 1;
    padding: 2.25rem;
    border-radius: 2.25rem;
    background-color: var(--white-color)
}

.doctor .label {
    margin-bottom: 1rem;
    padding: .25rem .75rem
}

.swiper {
    overflow: hidden
}

.swiper-initialized {
    touch-action: pan-y
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    flex-shrink: 0
}

.swiper-android .swiper-slide, .swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@media (min-width: 47.99875em) {
    .swiper__navigation .swiper-button-next::after, .swiper__navigation .swiper-button-prev::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, .6);
        backdrop-filter: blur(24px);
        z-index: -1;
        transition-duration: .3s
    }
    
    .why-we {
        background: #EDF1F0
    }
    
    .gallery {
        background: #EDF1F0
    }
    
    .goal {
        background: #EDF1F0
    }
    
    .article {
        background: #EDF1F0
    }
    
    .video-review {
        background: #EDF1F0
    }
    
    .doctor {
        background: #EDF1F0
    }
}

@media screen and (min-width: 47.99875em) {
    .about__grid > .about__attachment:nth-child(2n) {
        max-width: 10.25rem
    }
    
    .about__grid > .about__attachment:nth-child(3n), .about__grid > .about__attachment:nth-child(4n) {
        max-width: 10.25rem
    }
    
    .about__hours {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        background-color: var(--white-color);
        border-radius: 2.25rem
    }
    
    .testimonials__body {
        display: grid;
        grid-template-columns:13.4375rem 1fr;
        gap: 2.25rem;
        margin-top: 2.25rem
    }
    
    .testimonials__filters {
        margin-top: 0;
        flex-direction: column;
        gap: 1.25rem;
        max-height: 26.25rem;
        overflow-y: auto
    }
    
    .testimonials__filter-box {
        padding: .5rem;
        box-shadow: 0 32px 32px -24px rgba(0, 0, 0, .1)
    }
}

@media (min-width: 61.99875em) {
    .header__social .spollers__body {
        position: absolute;
        z-index: 1
    }
    
    .header__social .spollers__body::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .6);
        backdrop-filter: blur(26px);
        z-index: -1
    }
    
    .video-review__body {
        display: flex;
        justify-content: space-between;
        gap: 1rem
    }
    
    .video-review__item--big {
        display: flex;
        max-width: 40.3125rem;
        flex-direction: column
    }
    
    .video-review__item--big .video-review__video {
        width: 100%;
        height: 20.25rem;
        border-radius: 2.25rem;
        overflow: hidden;
        margin-bottom: 1.5rem
    }
    
    .video-review__item--big .video-review__title {
        margin-bottom: 1rem
    }
    
    .video-review__content {
        max-width: 15.8125rem
    }
}

@media screen and (min-width: 61.99875em) {
    .awards {
        position: relative;
        z-index: 1;
        margin-top: -210px;
        padding-top: 0 !important;
    }
    
    .awards__col--right {
        max-width: 38.25rem
    }
    
    .awards__col--right .small-text {
        max-width: 25.3125rem
    }
    
    .awards__col--left {
        max-width: 35rem
    }
}

@media (min-width: 79.375em) {
    .menu__nav {
        display: contents
    }
    
    .h1, .h2, h2 {
        font-size: 2.5rem
    }

    .home h1 {
        font-size: 2.1rem;
    }

    .home h1 img {
        margin-top: -10px;
    }
    
    .h3, h3 {
        font-size: 1.5rem
    }
    
    .doctor-info li {
        font-size: .875rem
    }
    
    .doctor-info li {
        gap: 1.25rem
    }
    
    .header__actions {
        margin-left: 1rem
    }

    html[lang=ru-RU] .header__actions {
        margin-left: 1rem
    }

    html[lang=en-GB] .header__actions {
        margin-left: 3rem
    }
    
    .footer__copyright {
        margin-top: 3.125rem
    }
    
    .testimonials__filter-box h3 {
        font-size: 1.5rem
    }
    
    .team__title {
        margin-bottom: 3.125rem
    }
    
    .contact__title {
        margin-bottom: 3.125rem
    }
    
    .contact__form h3 {
        margin-bottom: 1.5rem
    }
    
    .why-we__list {
        gap: 1.5rem
    }
    
    .goal__subtitle {
        font-size: 1.5rem
    }
    
    .video-review__title {
        margin-bottom: 3.125rem
    }
}

@media screen and (max-width: 1244px) {
    .about__container {
        flex-direction: column;
        gap: 2rem
    }
    
    .about--consultation .about__container {
        flex-direction: row
    }
}

@media screen and (max-width: 671px) {
    .about__grid {
        flex-direction: column;
        gap: .375rem
    }
}

@media (max-width: 20em) {
    .h1, .h2, h2 {
        font-size: 1.5rem
    }
    
    .h3, h3 {
        font-size: .875rem
    }
    
    .doctor-info li {
        font-size: .75rem
    }
    
    .doctor-info li {
        gap: .625rem
    }
    
    .footer__copyright {
        margin-top: 1.25rem
    }
    
    .testimonials__filter-box h3 {
        font-size: .875rem
    }
    
    .team__title {
        margin-bottom: 1rem
    }
    
    .contact__title {
        margin-bottom: 1rem
    }
    
    .contact__form h3 {
        margin-bottom: 1rem
    }
    
    .why-we__list {
        gap: 1rem
    }
    
    .goal__subtitle {
        font-size: .875rem
    }
    
    .video-review__title {
        margin-bottom: 1rem
    }
}

@media (max-width: 61.99875em) {
    .menu__body {
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        z-index: 1;
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        left: -100%;
        top: 0;
        overflow: auto;
        padding: 5.625rem 1.5rem 1.875rem 1.5rem;
        transition: left .3s
    }
    
    .menu__body::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 4.375rem;
        left: -100%;
        top: 0;
        transition: left .3s;
        z-index: 2
    }
    
    .menu__body::after {
        display: block;
        position: absolute;
        top: 0;
        left: -100%;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .6);
        z-index: -1;
        border-radius: 24px;
        backdrop-filter: blur(24px)
    }
    
    .menu-open .menu__body {
        left: 0
    }
    
    .menu-open .menu__body::after, .menu-open .menu__body::before {
        left: 0
    }
    
    .menu__list {
        flex-direction: column;
        align-items: flex-start
    }
    
    .menu__nav {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1.5rem
    }
    
    .icon-menu {
        display: block;
        position: relative;
        width: 1.5rem;
        height: 1.5rem;
        z-index: 5
    }
    
    .icon-menu span, .icon-menu::after, .icon-menu::before {
        content: "";
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 100%;
        height: .125rem;
        background-color: #000;
        border-radius: 20px
    }
    
    .icon-menu::before {
        top: 3px
    }
    
    .icon-menu::after {
        width: 50%;
        bottom: 3px
    }
    
    .icon-menu span {
        top: calc(50% - .0625rem)
    }
    
    .menu-open .icon-menu {
        padding: .5rem;
        border-radius: 8px;
        border: 4px solid transparent;
        outline: 2px solid var(--dark-color)
    }
    
    .menu-open .icon-menu span {
        width: 0
    }
    
    .menu-open .icon-menu::before {
        top: calc(50% - .0625rem);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    
    .menu-open .icon-menu::after {
        width: 100%;
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    
    .navigation {
        margin-top: .75rem;
        position: static;
        justify-content: center;
        translate: 0 0
    }
    
    .header__container {
        padding: .75rem 1.25rem
    }
    
    .header__actions {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start
    }
    
    .header__lang {
        margin-left: auto
    }
    
    .sub-menu {
        max-height: 11rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-column-gap: .625rem;
        -moz-column-gap: .625rem;
        column-gap: .625rem;
        row-gap: 1rem
    }
    
    .awards__images {
        justify-content: flex-start;
        align-items: center;
        gap: .875rem;
        margin-bottom: 1.25rem
    }
    
    .contact__body {
        flex-direction: column
    }
    
    .gallery__navigation {
        position: absolute;
        justify-content: space-between;
        gap: .5rem;
        translate: -50% -50%;
        left: 50%;
    }
    
    .gallery__navigation button {
        width: 2.75rem;
        height: 2.75rem
    }
    
    .gallery__navigation button svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }
}

@media (max-width: 61.99875em)and (any-hover: none) {
    .icon-menu {
        cursor: default
    }
}

@media screen and (max-width: 61.99875em) {
    .awards__container {
        flex-direction: column;
        gap: 1.25rem
    }
    
    .about {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    
    .about--consultation .about__container {
        flex-direction: column;
        align-items: flex-start
    }
    
    .services__list {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 1rem;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        row-gap: 1.5rem
    }
    
    .testomonial-item {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 47.99875em) {
    .tabs__navigation {
        gap: .625rem;
        justify-content: flex-start
    }
    
    .hero__form {
        flex-wrap: wrap
    }
    
    .swiper__navigation {
        top: 273px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    
    .testimonials__checkbox {
        border: 1px solid var(--text-light-color);
        border-radius: 6.25rem;
        padding: .25rem .75rem
    }
    
    .testimonials__checkbox .checkbox__label::before {
        display: none
    }
    
    .testimonials__checkbox input:checked + .checkbox__label {
        color: var(--dark-color);
        font-weight: 700
    }
    
    .team__title {
        text-align: left
    }
    
    .contact__form {
        padding: 1.5rem
    }
    
    .contact__form h3 {
        font-size: 1rem
    }
    
    .gallery__subtitle {
        max-width: 100%
    }
    
    .gallery__slide {
        aspect-ratio: 262/189;
        flex-shrink: 1 !important;
        width: 16.375rem;
        height: 11.8125rem
    }
    
    .doctor__container {
        flex-wrap: wrap
    }
    
    .doctor__aside {
        flex: 100% 1 1;
        border-radius: 2.25rem 2.25rem 0 0
    }
    
    .doctor__article {
        flex: 100% 1 1;
        padding: 0;
        border-radius: 0
    }
}

@media screen and (max-width: 47.99875em) {
    .article__body {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .button {
        padding: .5rem .875rem;
        border-radius: 6.25rem
    }
    
    section:not(.hero) {
        padding: 1.5rem 0
    }
    
    section:not(.hero) {
        padding-top: 8.125rem
    }
    
    .footer {
        padding: 1.5rem 0
    }
    
    .about__container {
        padding: 1rem
    }
    
    .about__col--left {
        width: 100%
    }
    
    .about__grid > img {
        width: 100%;
        border-radius: 1.875rem;
        max-height: 7.125rem
    }
    
    .about__grid > .about__attachment {
        width: 100%;
        gap: .3125rem;
        align-items: flex-start;
        padding: .75rem .75rem .75rem 2.5rem;
        text-align: left;
        position: relative
    }
    
    .about__grid > .about__attachment img {
        width: 1.375rem;
        height: 1.375rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: .75rem
    }
    
    .about__grid > .about__attachment h3 {
        font-size: .75rem
    }
    
    .about--consultation .about__grid > img {
        max-height: 100%
    }
    
    .services__list {
        grid-template-columns:1fr
    }
    
    .testimonials__filter-box {
        display: flex;
        gap: 1rem
    }
    
    .testimonials__filter-box h3 {
        display: none
    }
    
    .testimonials__list {
        margin-top: 1rem
    }
}

@media screen and (max-width: 29.99875em) {
    .about--consultation .about__grid > img {
        height: 18.75rem
    }
    
    .testomonial-item__video {
        width: 100%
    }
}

@media (max-width: 29.99875em) {
    .team__wrapper {
        flex-direction: column;
        gap: 1rem
    }
    
    .team__slide {
        max-width: 100%;
        width: 100%;
    }
    
    .video-review__item {
        align-items: center;
        flex-direction: column
    }
    
    .video-review__video {
        width: 100%;
        height: 12.25rem
    }
}

@media (min-width: 61.99875em)and (max-width: 79.375em) {
    .menu__nav {
        font-size: 12px
    }
    
    .header a.link svg {
        display: none
    }
}

@media (min-width: 20em)and (max-width: 79.375em) {
    .h1, .h2, h2 {
        font-size: clamp(1.5rem, 1.1631578947rem + 1.6842105263vw, 2.5rem)
    }
    
    .h3, h3 {
        font-size: clamp(.875rem, .6644736842rem + 1.0526315789vw, 1.5rem)
    }
    
    .doctor-info li {
        font-size: clamp(.75rem, .7078947368rem + .2105263158vw, .875rem)
    }
    
    .doctor-info li {
        gap: clamp(.625rem, .4144736842rem + 1.0526315789vw, 1.25rem)
    }
    
    .footer__copyright {
        margin-top: clamp(1.25rem, .6184210526rem + 3.1578947368vw, 3.125rem)
    }
    
    .testimonials__filter-box h3 {
        font-size: clamp(.875rem, .6644736842rem + 1.0526315789vw, 1.5rem)
    }
    
    .team__title {
        margin-bottom: clamp(1rem, .2842105263rem + 3.5789473684vw, 3.125rem)
    }
    
    .contact__title {
        margin-bottom: clamp(1rem, .2842105263rem + 3.5789473684vw, 3.125rem)
    }
    
    .contact__form h3 {
        margin-bottom: clamp(1rem, .8315789474rem + .8421052632vw, 1.5rem)
    }
    
    .why-we__list {
        gap: clamp(1rem, .8315789474rem + .8421052632vw, 1.5rem)
    }
    
    .goal__subtitle {
        font-size: clamp(.875rem, .6644736842rem + 1.0526315789vw, 1.5rem)
    }
    
    .video-review__title {
        margin-bottom: clamp(1rem, .2842105263rem + 3.5789473684vw, 3.125rem)
    }
}

@media (min-width: 47.99875em)and (max-width: 1244px) {
    .about__container {
        width: 97%
    }
}

.menu__item {
    display: flex
}

input, textarea {
    color: var(--dark-color)
}

.wpcf7-spinner {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    background: #FFFFFF38;
    backdrop-filter: blur(4px);
    border-radius: 8px;
    width: fit-content;
    margin: 2rem auto 0;
    padding: 0.5em 1em;
}

.testomonial-item__author-info .small-text {
    margin: 0;
}

.video iframe,
.video img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.doctor__article .doctor__text {
    margin-top: .7em;
    margin-bottom: 1em;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-modal.hidden {
    display: none;
}

.video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.video-modal__content {
    position: relative;
    background: var(--black-color);
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 80%;
}

.video-modal__iframe-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-modal__iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-modal__close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    color: var(--white-color);
    cursor: pointer;
}

/* .custom-video-wrapper video::-webkit-media-controls { */
/*     display: none !important; */
/* } */

/* .custom-video-wrapper video::-webkit-media-controls-enclosure { */
/*     display: none !important; */
/* } */

/* .custom-video-wrapper video::-webkit-media-controls-panel { */
/*     display: none !important; */
/* } */

table a {
    text-decoration: underline;
}

table a:hover {
    text-decoration: none;
}

.sub-menu li:last-child a img {
    height: 18px;
    width: 18px;
    margin: 0 3px;
}

.footer__socials.socials a:last-child img  {
    height: 20px;
    width: 20px;
    margin: 0 2px;
}

 @media (max-width: 768px) {
            .table-block .has-fixed-layout {
                width: auto;
            }

            .table-block  .has-fixed-layout td, .table-block  .has-fixed-layout th {
                word-break: normal;
            }

            .awards__col--right {
                padding-top: 0;
            }

            section:not(.hero) {
                padding-top: 30px;
            }

            .awards__image:last-child img {
                max-height: 200px;
            }

            .awards__image:first-child img {
                max-width: 80px;
            }

            .h2.awards__title br {
                display: none;
            }

            .awards__images {
                justify-content: center;
                margin-right: 0;
            }

            .spollers__body {
                padding-bottom: 0;
            }

            .sub-menu {
                max-height: 8rem;
            }
        }

        .table-block__content tr td:nth-child(1) {
            width: 10%;
        }
        .table-block__content tr td:nth-child(3) {
            width: 10%;
        }
        .table-block__content tr td:nth-child(4) {
            width: 10%;
        }