/*
Theme Name: Doctor
Author: the WordPress team
*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body {
    position: relative;
    overflow-x: hidden;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
form,
dl,
dd {
    margin: 0;
}

img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    padding: 0;
    font: inherit;
    color: inherit;
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-Regular.woff2") format("woff2"), url("./fonts/Hauora-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-ExtraBold.woff2") format("woff2"), url("./fonts/Hauora-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-Bold.woff2") format("woff2"), url("./fonts/Hauora-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-ExtraLight.woff2") format("woff2"), url("./fonts/Hauora-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Sverdlovsk";
    src: url("./fonts/SverdlovskRegular.woff2") format("woff2"), url("./fonts/SverdlovskRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-SemiBold.woff2") format("woff2"), url("./fonts/Hauora-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-Medium.woff2") format("woff2"), url("./fonts/Hauora-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Hauora";
    src: url("./fonts/Hauora-Light.woff2") format("woff2"), url("./fonts/Hauora-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root {
    --dark: #181818;
    --blue: #03BCC8;
    --white: #FFFFFF;
    --light-gray: #B7B7B7;
    --darkest: #111111;
}

html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Hauora", sans-serif;
    line-height: 1.87;
    color: var(--light-grey, #B7B7B7);
    font-size: 16px;
    font-weight: 400;
    background: var(--dark, #181818);
}
body.lock {
    overflow: hidden;
    height: 100vh;
}

.showDropdown {
    filter: brightness(0.5) blur(4px);
    pointer-events: none;
}

.container {
    margin: 0 auto;
    padding: 0 80px;
    width: 100%;
    max-width: 1680px;
}
@media (max-width: 1450px) {
    .container {
        max-width: 1320px;
    }
}
@media (max-width: 1000px) {
    .container {
        padding: 0 40px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}

.link {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
@media (max-width: 470px), (hover: hover) {
    .link:hover {
        color: var(--white);
    }
}

.link--underline {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.logo {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    text-align: center;
}
.logo img {
    width: 188px;
    margin-bottom: 10px;
}
@media (max-width: 1450px) {
    .logo img {
        width: 141px;
        margin-bottom: 0;
    }
}
.logo__text {
    color: #646464;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.055px;
    text-transform: uppercase;
}
@media (max-width: 1450px) {
    .logo__text {
        font-size: 11px;
        letter-spacing: 2.585px;
    }
}
@media (max-width: 470px), (hover: hover) {
    .logo:hover {
        opacity: 0.7;
    }
}

.main {
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.section {
    margin-bottom: 180px;
}
@media (max-width: 1450px) {
    .section {
        margin-bottom: 145px;
    }
}
@media (max-width: 1210px) {
    .section {
        margin-bottom: 130px;
    }
}
@media (max-width: 1000px) {
    .section {
        margin-bottom: 100px;
    }
}

.title-main {
    color: var(--white, #FFF);
    font-family: "Sverdlovsk", sans-serif;
    font-size: 100px;
    font-weight: 400;
    line-height: 1.23;
    letter-spacing: 22px;
    text-transform: uppercase;
}
@media (max-width: 1450px) {
    .title-main {
        font-size: 80px;
        letter-spacing: 17.6px;
    }
}
@media (max-width: 1210px) {
    .title-main {
        font-size: 65px;
        letter-spacing: 14.3px;
    }
}
@media (max-width: 470px) {
    .title-main {
        font-size: 40px;
        letter-spacing: 8.8px;
    }
}

.title {
    color: var(--white, #FFF);
    font-family: "Sverdlovsk", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 12px;
    text-transform: uppercase;
}
@media (max-width: 1450px) {
    .title {
        font-size: 60px;
        letter-spacing: 9px;
    }
}
@media (max-width: 1210px) {
    .title {
        font-size: 50px;
        letter-spacing: 7.5px;
    }
}
@media (max-width: 1000px) {
    .title {
        line-height: normal;
    }
}
@media (max-width: 470px) {
    .title {
        font-size: 40px;
        letter-spacing: 6px;
        line-height: 1.23;
    }
}
@media (max-width: 350px) {
    .title {
        font-size: 36px;
    }
}

.thank-title {
    color: var(--white, #FFF);
    font-family: "Sverdlovsk", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.beer-slider .beer-handle {
    width: 9px;
    height: 36px;
    background-color: rgba(255, 255, 255, 80%);
    border-radius: 20px;
}
.beer-slider .beer-handle:before, .beer-slider .beer-handle:after {
    display: none;
}

.beer-slider .beer-reveal {
    border-right: 1px solid rgba(255, 255, 255, 80%);
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 3.36px;
    padding: 10px 20px;
    color: var(--white, #FFF);
    border: 1px solid var(--blue, #03BCC8);
    background-color: rgba(3, 188, 200, 0.1);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
.btn__text {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn__arrow {
    width: 31px;
    height: 9px;
    fill: var(--white);
    -webkit-transition: opacity 0.5s, width 0.5s, margin 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, width 0.5s, margin 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, width 0.5s, margin 0.5s;
    transition: transform 0.5s, opacity 0.5s, width 0.5s, margin 0.5s, -webkit-transform 0.5s;
}
.btn__arrow--before {
    -webkit-transform: translateX(-31px) scale(0.1);
    -ms-transform: translateX(-31px) scale(0.1);
    transform: translateX(-31px) scale(0.1);
    opacity: 0;
    width: 0;
    margin-right: 0;
}
.btn__arrow--after {
    -webkit-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    margin-left: 16px;
}
@media (max-width: 470px), (hover: hover) {
    .btn:hover .btn__arrow--before {
        width: 31px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        margin-right: 16px;
    }
    .btn:hover .btn__arrow--after {
        width: 0;
        -webkit-transform: translateX(31px) scale(0.1);
        -ms-transform: translateX(31px) scale(0.1);
        transform: translateX(31px) scale(0.1);
        opacity: 0;
        margin-left: 0;
    }
}

.btn-white {
    padding: 5px 24px;
    border: 2px solid var(--light-grey, #B7B7B7);
    color: var(--light-grey, #B7B7B7);
    letter-spacing: 3.36px;
    -webkit-transition: color 0.5s, border-color 0.5s, background-color 0.5s, -webkit-backdrop-filter 0.5s;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s, -webkit-backdrop-filter 0.5s;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s, backdrop-filter 0.5s;
    transition: color 0.5s, border-color 0.5s, background-color 0.5s, backdrop-filter 0.5s, -webkit-backdrop-filter 0.5s;
}
@media (max-width: 470px), (hover: hover) {
    .btn-white:hover {
        color: var(--white, #FFFFFF);
        border-color: var(--white, #FFFFFF);
        background-color: rgba(255, 255, 255, 0.1);
        -webkit-backdrop-filter: blur(7.3000001907px);
        backdrop-filter: blur(7.3000001907px);
    }
}

.burger {
    position: relative;
    right: 0;
    top: 0;
    z-index: 999;
    display: none;
    width: 40px;
    height: 23px;
}
.burger::after, .burger::before {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    border-radius: 4px;
    height: 2px;
    background-color: var(--light-gray);
    -webkit-transition: opacity 0.5s, top 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, top 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s, top 0.5s;
    transition: transform 0.5s, opacity 0.5s, top 0.5s, -webkit-transform 0.5s;
}
.burger::before {
    top: 0;
}
.burger::after {
    bottom: 0;
}
.burger__line {
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 4px;
    width: 100%;
    height: 2px;
    background-color: var(--light-gray);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.burger.active::before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.burger.active::after {
    top: 10px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.burger.active .burger__line {
    opacity: 0;
}
@media (max-width: 1000px) {
    .burger {
        display: block;
    }
}

.main-wrapper {
    position: relative;
    overflow-x: hidden;
    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: 100%;
}

.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.36px;
    color: #C9C9C9;
}
.more__icon {
    width: 57px;
    height: 18px;
    margin-left: 23px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    fill: #C9C9C9;
}
@media (max-width: 470px), (hover: hover) {
    .more:hover .more__icon {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
}

.swiper .swiper-wrapper {
    padding-bottom: 80px;
}
@media (max-width: 767px) {
    .swiper .swiper-wrapper {
        padding-bottom: 70px;
    }
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 40px;
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
@media (max-width: 1000px) {
    .swiper .swiper-button-prev,
    .swiper .swiper-button-next {
        width: 53px;
    }
}
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after {
    display: none;
}
@media (max-width: 470px), (hover: hover) {
    .swiper .swiper-button-prev:hover,
    .swiper .swiper-button-next:hover {
        opacity: 0.5;
    }
}
.swiper .swiper-navigation {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    z-index: 3;
}
@media (max-width: 767px) {
    .swiper .swiper-navigation {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.swiper .swiper-button-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    rotate: 180deg;
    position: static;
    margin-right: 30px;
    fill: #838383;
}
.swiper .swiper-button-next {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: static;
    fill: #838383;
}

.swiper-slide .about-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 700px;
    margin: auto;
    height: 600px;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
    --animate-duration: 1s;
    --animate-delay: 0.1s;
    --animate-repeat: 1 ;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}



.not-found {
    justify-content: center;
}
.not-found__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 140px;
    flex-direction: column;
}

@media (max-width: 767px) {
    .not-found__wrapper {
        padding-top: 90px;
    }
}

.not-found__number {
    text-transform: uppercase;
    font-family: 'Sverdlovsk', sans-serif;
    font-weight: 400;
    font-size: 200px;
    line-height: 1.23;
    letter-spacing: 0.23em;
    margin-bottom: 40px;
}

@media (max-width: 1000px) {
    .not-found__number {
        font-size: 120px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .not-found__number {
        font-size: 100px;
    }
}

.not-found__text {
    max-width: 620px;
    text-transform: uppercase;
    margin-bottom: 60px;
    letter-spacing: 1.5;
    text-align: center;
}


.not-found .btn {
    margin-bottom: 120px;
}

@media (max-width: 767px) {
    .not-found .btn {
        margin-bottom: 60px;
    }
}

{
}

.cookie-page {
    padding-top: 110px;
    margin-bottom: 72px;
    justify-content: center;
}

@media (max-width: 1000px) {
    .cookie-page {
        padding-top: 110px;
    }
}

.cookie-page h3 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.legacy-cookie img {
    width: 20px;
}

.legacy-cookie > div {
    padding: 15px 20px 15px;
}

.fancybox__container .fancybox__content {
    padding: 0;
}

.vkpost .vkpost__title {
    color: var(--white, #FFF);
    font-family: "Sverdlovsk", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 12px;
    text-transform: uppercase;
}
@media (max-width: 1450px) {
    .vkpost .vkpost__title {
        font-size: 60px;
        letter-spacing: 9px;
    }
}
@media (max-width: 1210px) {
    .vkpost .vkpost__title {
        font-size: 50px;
        letter-spacing: 7.5px;
    }
}
@media (max-width: 1000px) {
    .vkpost .vkpost__title {
        line-height: normal;
    }
}
@media (max-width: 470px) {
    .vkpost .vkpost__title {
        font-size: 40px;
        letter-spacing: 6px;
        line-height: 1.23;
    }
}
@media (max-width: 350px) {
    .vkpost .vkpost__title {
        font-size: 36px;
    }
}

/*.custom-swiper-pagination, .custom-swiper-navigation  {*/
/*  padding-inline: 15px;*/
/*  max-width: fit-content;*/
/*  position: static;*/
/*  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;*/
/*  -ms-flex-wrap: wrap;*/
/*  flex-wrap: wrap;*/
/*  width: 100%;*/
/*  gap: 8px 0;*/
/*}*/

.swiper .custom-swiper-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    /*gap: 20px;*/
}

.swiper .custom-swiper-navigation .swiper-button-prev,
.swiper .custom-swiper-navigation .swiper-button-next {
    margin: 0;
}
.swiper .custom-swiper-pagination.swiper-pagination.swiper-pagination-bullets {
    position: static;
    transform: translate(0, 0);
}

.custom-swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #202020;
    background-color: rgba(255,255,255,0.5);
    font-size: 14px;
    line-height: 30px;
    opacity: 1;
    text-align: center;
    -webkit-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

@media (max-width: 1000px) {
    .swiper .custom-swiper-navigation .swiper-button-prev,
    .swiper .custom-swiper-navigation .swiper-button-next {
        width: 40px;
    }
}

.cookie-consent-banner {
    -webkit-box-shadow: 0px -3px 8px 0px rgba(3, 188, 200, 0.1);
    -moz-box-shadow: 0px -3px 8px 0px rgba(3, 188, 200, 0.1);
    box-shadow: 0px -3px 8px 0px rgba(3, 188, 200, 0.1);
}
.cookie-consent-accept-btn {
    border: 1px solid var(--blue, #03BCC8);
    background-color: rgba(3, 188, 200, 0.3) !important;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.cookie-consent-decline-btn {
    border: 1px solid #ffffff;
}

.cookie-consent-privacy-link {
    text-underline-offset: 4px;
}