
.grecaptcha-badge {visibility: hidden;}
/*accessibility start*/
#accessibility-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    background-color: #2592A6;
    color: #fff;
    border-radius: 0 50% 50% 0;
}
.visually-hidden-focusable.tab-focused {
    position: absolute!important;
    width: auto!important;
    height: auto!important;
    clip: auto!important;
    clip-path: none!important;
    overflow: visible!important;
    z-index: 99;
    padding: 1rem;
}
#accessibility-btn:hover {
    color: #313131;
}
li.contrast.access-element:hover {
    background: transparent;
}
.accessibility-menu ul li.active, 
.accessibility-menu ul li:hover {
    background: #313131;
}
li.contrast.access-element a {
    color: #313131;
}
li.contrast.access-element:hover a {
    color: #313131;
}
/*accessibility end*/

body {
    line-height: 1.2;
    font-family: "Heebo", sans-serif;
    background: #fff;
    color: #313131;
    font-size: 15px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
}

.container,
.container-fluid {
    padding-left: 22.5px;
    padding-right: 22.5px;
    width: 100%;
}

/*.container {
    max-width: 1020px;
}
*/
.container-fluid {
    max-width: 1305px;
}
a {
    color: #313131;
}
img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

b, strong {
    font-weight: 700;
}

.section {
    padding: 42px 0;
}

.section-dark {
    background: #000000;
    color: #fff;
}

.section-dark-to-light {
    background: linear-gradient(
        to bottom,
        #000 0%,
        #000 50%,
        #fff 50%,
        #fff 100%
    );
}

.section-light-to-dark {
    background: linear-gradient(
        to bottom,
        #fff 0%,
        #fff 50%,
        #000 50%,
        #000 100%
    );
}

.block-blue {
    padding: 30px;
    background: #2592A6;
    border-radius: 30px;
    color: #fff;
}

.block-blue h2,
.block-blue .h2 {
    color: #fff;
}

.section-head {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: clamp(1.5rem, 1.277rem + 0.81vw, 2.25rem);
    padding-bottom: clamp(1.5rem, 1.277rem + 0.81vw, 2.25rem);
    position: relative;
}

.section-head__nodecor {
    padding-bottom: 0;
}

.section-head__nodecor:before {
    display: none;
}

.section-head:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: clamp(6.75rem, 3.182rem + 12.973vw, 18.75rem);
    height: 1px;
    background: #fff;
    transform: translateX(-50%);
}

h1, .h1 {
    font-size: clamp(1.64rem, 1.153rem + 1.774vw, 3.281rem);
    font-weight: 900;
    color: #2592A6;
    margin: 0 0 7.5px 0;
    text-align: center;
    position: relative;
}

h2, .h2 {
    font-size: clamp(1.125rem, 0.763rem + 1.318vw, 2.344rem);
    font-weight: 700;
    color: #2592A6;
    margin-bottom: clamp(0.844rem, 0.649rem + 0.709vw, 1.5rem);
}

h3, .h3 {
    font-size: clamp(0.938rem, 0.798rem + 0.507vw, 1.406rem);
    font-weight: 700;
}

.subtitle {
    font-size: clamp(0.938rem, 0.728rem + 0.76vw, 1.641rem);
}

.btn-primary {
    text-align: center;
    color: #fff;
    background: #2592A6;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: none;
}

.contacts-btn {
    position: fixed;
    top: 80%;
    /*transform: translateY(-50%);*/
    right: 1%;
    z-index: 12;
    display: flex;
    flex-direction: column;
}

.contacts-btn a {
    margin-bottom: 11.25px;
    border-radius: 50%;
    background: #2592A6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    width: clamp(2.063rem, 1.812rem + 0.912vw, 2.906rem);
    height: clamp(2.063rem, 1.812rem + 0.912vw, 2.906rem);
}

.contacts-btn a img {
    width: clamp(1.125rem, 0.972rem + 0.557vw, 1.641rem);
}


.header {
    padding: 2px 0;
    background: #fff;

        position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
}
@media (min-width: 1199px) {
.header.sticky .logo img,
.header.sticky .logo-2 img {
    max-height: 44px;
}
.header.sticky .btn {
    min-height: 32px;
}
.header * {
        transition: .3s;
}
}


.header-content {
    display: flex;
    align-items: center;
}

.header-content > *:not(:last-child) {
    margin-left: 60px;
}

.header .btn-primary {
    min-width: 135px;
}

.logo {
    display: inline-block;
}

.logo img {
    width: 130.5px;
}

.logo-2 {
    display: inline-block;
}

.logo-2 img {
    width: clamp(4.453rem, 4.216rem + 0.861vw, 5.25rem);
}

.header .logo-2 {
    margin-right: auto;
}

.navbar-expand-xl {
    padding: 0;
    margin: 0 auto;
    flex: 1;
    justify-content: center;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0;
    margin: 0;
    color: #707070;
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #2592A6;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
    }
}

.navbar-toggler {
    border: none;
    border-radius: 0;
    width: 47.25px;
    height: 33.75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.navbar-toggler.collapsed {
    background-image: url(../img/icons/menu.svg);
}

.navbar-toggler:not(.collapsed) {
    background-image: url(../img/icons/menu-close.svg);
}

.footer {
    padding: 18.75px 0 42px 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo > * {
    margin: 0 2.5%;
}

.footer-text {
    margin-top: 24px;
    text-align: center;
    font-size: clamp(0.938rem, 0.868rem + 0.253vw, 1.172rem);
}

.copyright {
    margin-top: 24px;
}

.section-welcome {
    background-image: url(../img/welcome.webp);
    background-position: top center;
    background-size: cover;
    padding: 97px 0 42px;
    position: relative;
    overflow: hidden;
}

.section-welcome:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 20%;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1)
    );
}

.welcome-text {
    font-weight: 500;
    font-size: clamp(0.938rem, 0.659rem + 1.014vw, 1.875rem);
}

.welcome-title {
    font-weight: 700;
    font-size: clamp(1.172rem, 0.893rem + 1.014vw, 2.109rem);
    margin-bottom: 3.75px;
}

.welcome-head {
    position: relative;
}

.welcome-gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-40%);
    pointer-events: none;
    width: 849px;
    max-width: 200%;
}

.welcome-form {
    margin: 33px auto 0 auto;
    width: 358.5px;
    max-width: 90%;
    border-radius: 30px;
    border: 3px solid #2592A6;
    background: rgba(0,0,0,.5);
    padding: 27px;
}

.welcome-form__title {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: clamp(1.172rem, 0.977rem + 0.709vw, 1.828rem);
    margin-bottom: 7.5px;
}

.welcome-form form {
    width: 267px;
    max-width: 100%;
    margin: 0 auto;
}

.btn-submit {
    color: #fff;
    background: #2592A6;
    font-weight: 900;
    border-radius: 12px;
    border: none;
    width: 100%;
    font-size: clamp(1.172rem, 1.102rem + 0.253vw, 1.406rem);
    height: clamp(1.969rem, 1.802rem + 0.608vw, 2.531rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Heebo", sans-serif;
    min-height: 44px;
}

.form-control {
    padding: 0 15px;
    font-size: clamp(0.844rem, 0.774rem + 0.253vw, 1.078rem);
    font-family: "Heebo", sans-serif;
    height: clamp(1.969rem, 1.802rem + 0.608vw, 2.531rem);
    border-radius: 12px;
    background: #fff;
    color: #313131;
    min-height: 44px;
}

.benefit-item {
    text-align: center;
    margin-top: clamp(1.875rem, 1.318rem + 2.027vw, 2.75rem);
}

.benefit-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px auto;
}

.benefit-icon img {
    width: 48px;
}

.benefit-text {
    font-size: clamp(0.938rem, 0.798rem + 0.507vw, 1.406rem);
    max-width: clamp(13.5rem, 8.088rem + 10.135vw, 20.25rem);
    margin: 0 auto;
}

.nav-tabs {
    margin: 0 0 clamp(1.406rem, 1.1rem + 1.115vw, 2.438rem) 0;
    border: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-tabs .nav-link {
    font-size: clamp(0.938rem, 0.519rem + 1.52vw, 2.344rem);
    font-weight: 900;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    opacity: 0.8;
    color: #fff;
    background: transparent;
}

.gallery-slider {
    position: relative;
    padding: 0 36px;
}

.mySwiper-gallery {
    padding: 12px;
    margin: -18px;
}

.block-blue .gallery-slider {
    margin-bottom: -90px;
}

.gallery-img {
    overflow: hidden;
    padding-bottom: 77.16%;
    position: relative;
    border-radius: 24px;
    box-shadow: 4px 4px 12px rgba(0,0,0,.3);
}

.gallery-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.swiper-button {
    width: 19.5px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18.75px;
    border-radius: 0;
    border: none;
    opacity: 1;
}

.swiper-button svg {
    display: none;
}

.swiper-button:before,
.swiper-button:after {
    display: none;
}

.swiper-button:hover {
    opacity: 0.8;
}

.next-gallery {
    left: 0;
    background-image: url(../img/icons/to-left.svg);
}

.prev-gallery {
    right: 0;
    background-image: url(../img/icons/to-right.svg);
}

.map {
    max-width: 100%;
    width: 750px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 4px 4px 12px rgba(0,0,0,.3);
    height: clamp(13.406rem, 11.817rem + 5.777vw, 18.75rem);
}

.block-blue .btn-submit {
    background: #313131;
    color: #fff;
}

.block-blue .btn-submit:hover {
    background: #313131;
    color: #2592A6;
}


.wrapper-result {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
}
.wrapper-result .main {
    width: 100%;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.welcome-result {
    flex: 1;
}


[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
