.site-header__mobile-menu,
body {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.section--bg1,
body {
    background-size: cover;
}
.accordion__content,
.ovh,
body.overflow-hidden {
    overflow: hidden;
}
.list--styled li::before,
a,
img,
ol li::before {
    display: inline-block;
}
a,
img.icon,
svg.icon {
    -webkit-transition: all 0.3s ease;
}
a,
body {
    color: #121212;
}
a,
a:hover {
    text-decoration: none;
}
body,
figure {
    margin: 0;
}
.btn,
a,
button {
    cursor: pointer;
}
figure,
img,
section {
    max-width: 100%;
}
.container,
.list--styled li,
body,
html {
    position: relative;
}
ol li,
ol li a {
    color: #353434;
}
.site-header__open-menu-mobile:hover,
a:hover,
ol li a:hover {
    color: #ff6d6d;
}
ol li a,
ol li a:hover {
    text-decoration: underline;
}
html {
    font-size: 62.5%;
}
.main-nav a,
body {
    font-size: 1.8rem;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-weight: 400;
    line-height: 143%;
    font-family: "Open Sans", sans-serif;
    letter-spacing: -0.03em;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: bottom center;
}
img {
    height: auto;
    vertical-align: middle;
}
blockquote {
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
}
caption {
    text-align: left;
    color: #777;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}
a {
    transition: all 0.3s ease;
}
p {
    margin-bottom: 0;
}
button {
    padding: 0;
    background-color: transparent;
    outline: 0;
}
.align-center {
    text-align: center !important;
}
.container {
    width: calc(100% - 4rem);
    margin: auto;
    max-width: 110rem;
}
.heading,
.list {
    margin-bottom: 3.2rem;
}
@media (max-width: 800px) {
    body {
        font-size: 1.6rem;
    }
    .container {
        width: calc(100% - 3.2rem);
    }
}
.list {
    list-style-type: none;
    margin-left: 0;
    margin-top: 3.2rem;
    padding-left: 0;
}
.list--styled li {
    margin-bottom: 0.8rem;
    padding-left: 2.2rem;
}
.list--styled li::before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: #ff6d6d;
}
.list--styled li:last-child {
    margin-bottom: 0;
}
sup {
    font-size: 0.5rem;
}
a img.icon,
a svg.icon {
    -webkit-transition: initial;
    transition: initial;
}
img.icon,
svg.icon {
    transition: all 0.3s ease;
}
ol {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
}
ol li {
    position: relative;
    font-size: 1.6rem;
    line-height: 2.6rem;
    counter-increment: item;
    margin-bottom: 2rem;
    padding-left: 2rem;
}
ol li a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
ol li::before {
    position: absolute;
    top: -0.1rem;
    left: 0;
    content: counters(item, ".") ".";
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
.site-header {
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
    position: initial;
}
.site-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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem;
    margin: 3.2rem auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 132rem;
    border-radius: 199.9rem;
    padding: 10px 20px;
    height: 8rem;
    background-color: #fff;
    border: 0.1rem solid rgba(18, 18, 18, 0.07);
}

.main-nav,
.site-header__mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
}
.site-header.site-header--sticky {
    position: fixed;
    top: 0;
    will-change: transform;
}
.site-header .site-header__logo {
    position: relative;
    line-height: 1;
    z-index: 5;
}
.site-header .site-header__logo-img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 800px) {
    .site-header .container {
        gap: 1.2rem;
        margin: 1.6rem auto;
        height: 5.6rem;
        padding: 0.8rem 1.6rem;
    }
    .site-header .site-header__logo-img {
        max-width: 4rem;
    }
    .main-nav a {
        font-size: 1.6rem;
    }
}
.main-nav {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-nav a {
    padding: 1rem 1.5rem;
    text-align: center;
}
.site-header__open-menu-mobile {
    position: relative;
    width: 4rem;
    height: 4rem;
    border: 0.1rem solid #bfbfbf;
    border-radius: 10rem;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5;
}
.site-header__open-menu-mobile .open {
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
}
.site-header__open-menu-mobile .close {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
}
.site-header__open-menu-mobile.site-header__open-menu-mobile--active .close {
    opacity: 1;
}
.site-header__open-menu-mobile.site-header__open-menu-mobile--active .open {
    opacity: 0;
}
.site-header__mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 8rem 1.6rem 3.2rem;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2.4rem;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.site-header__mobile-menu .site-header__mobile-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.6rem;
    padding: 1.2rem 0;
    color: #121212;
}
.site-header__mobile-menu .site-header__mobile-menu-item--active,
.site-header__mobile-menu .site-header__mobile-menu-item:hover,
.site-header__nav .site-header__nav-item--active,
.site-header__nav .site-header__nav-item:hover {
    color: #ff6d6d;
}
.site-header__mobile-menu .site-header__mobile-menu-item .icon {
    fill: currentColor;
}
.site-header__mobile-menu .site-header__mobile-menu-footer {
    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;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2.4rem;
    height: 80px;
    background-color: #fff;
}
.btn:disabled,
.btn:disabled:hover {
    background-color: #ffe9e9;
}
.site-header__mobile-menu.site-header__open-menu-mobile--active {
    opacity: 1;
    visibility: visible;
    max-height: 100vh;
}
.site-header__mobile-menu .btn {
    margin-top: auto;
}
.site-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.has-sub-menu {
    display: flex;
    align-items: center;
}
.btn--centered,
.site-header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
}
.site-header__nav .site-header__nav-item {
    position: relative;
    padding: 1.8rem 2.4rem;
}
.site-header__nav-item.has-sub-menu::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 6px;
    margin-left: 6px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6' fill='none'><path d='M10.1319 0.189504L6 4.32142L1.86806 0.189504C1.74467 0.0676026 1.57806 -0.000523487 1.40461 3.02934e-06C1.23116 0.000529546 1.06496 0.0696659 0.942314 0.192314C0.819666 0.314963 0.75053 0.481159 0.750003 0.654609C0.749477 0.82806 0.817603 0.994672 0.939504 1.11806L5.53572 5.71428C5.65886 5.83741 5.82586 5.90659 6 5.90659C6.17414 5.90659 6.34114 5.83741 6.46428 5.71428L11.0605 1.11806C11.1824 0.994672 11.2505 0.82806 11.25 0.654609C11.2495 0.481159 11.1803 0.314963 11.0577 0.192314C10.935 0.0696659 10.7688 0.000529546 10.5954 3.02934e-06C10.4219 -0.000523487 10.2553 0.0676026 10.1319 0.189504Z' fill='black'/></svg>") no-repeat center;
    background-size: contain;
    transition: all 0.3s ease;
}
.site-header__nav-item.has-sub-menu:hover::after {
    transform: rotate(180deg);
}
@media (max-width: 1350px) {
    .site-header__nav .site-header__nav-item {
        font-size: 1.4rem;
        padding: 1rem;
    }
}
.site-header__btns {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
}
.btn,
.btn.btn--with-icon {
    gap: 1.2rem;
}
.site-header__btns .btn {
    min-width: 15rem;
}
button {
    border: none;
}
.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 1.5rem;
    outline: 0;
    text-decoration: none;
    font-size: 1.2rem;
}
.btn--bordered .icon,
.btn--primary .icon {
    -webkit-transition: none;
    fill: currentColor;
    stroke: currentColor;
}
@media (max-width: 800px) {
    .site-header__btns .btn {
        width: 50%;
    }
    .site-header__btns {
        margin-top: 3.2rem;
    }
    .btn {
        font-size: 1.6rem;
    }
}
.btn:disabled {
    cursor: not-allowed;
}
.btn--bordered {
    border: 0.1rem solid #fff;
    background: rgba(255, 255, 255, 0.1);
}
.btn--bordered-primary,
.btn--bordered:hover {
    color: #ff6d6d;
    border-color: #ff6d6d;
}
.btn--bordered .icon {
    transition: none;
}
.btn--primary {
    background-color: #ff6d6d;
}
.btn--primary .icon {
    transition: none;
}
.btn--primary:active,
.btn--primary:hover {
    background-color: #8ae4e5;
    color: #fff;
}
.btn--dark {
    background-color: #121212;
    color: #fff;
}
.btn--dark .icon {
    fill: currentColor;
    stroke: currentColor;
    -webkit-transition: none;
    transition: none;
}
.btn--dark:hover {
    background-color: #ff6d6d;
    color: #fff;
}
.btn--dark.btn--with-icon {
    padding: 1.2rem 1.6rem;
    gap: 1rem;
}
@media (max-width: 1024px) {
    .btn--dark.btn--with-icon {
        padding: 1.4rem;
    }
}
.btn--dark.btn--outlined {
    color: #121212;
}
.btn--grey {
    background-color: #2c2c2c;
    color: #fff;
}
.btn--grey:hover {
    background-color: #ff6d6d;
    color: #fff;
}
.btn--grey.btn--with-icon {
    padding: 1.2rem 1.6rem;
    gap: 1rem;
}
@media (max-width: 1024px) {
    .btn--grey.btn--with-icon {
        padding: 1.4rem;
    }
}
.btn--grey.btn--outlined {
    color: #2c2c2c;
}
.btn--breez {
    background-color: #8ae4e5;
    color: #121212;
}
.btn--breez:hover {
    background-color: #ff6d6d;
    color: #fff;
}
.btn--breez.btn--with-icon {
    padding: 1.2rem 1.6rem;
    gap: 1rem;
}
@media (max-width: 1024px) {
    .btn--breez.btn--with-icon {
        padding: 1.4rem;
    }
}
.btn--breez.btn--outlined {
    color: #8ae4e5;
}
.btn--outlined {
    background-color: transparent;
    border: 1px solid currentColor;
}
.btn--outlined:hover {
    background-color: transparent;
    color: #ff6d6d;
}
.btn--full-width {
    width: 100%;
}
.btn--centered {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.btn--x-large {
    height: 6.4rem;
    font-size: 1.6rem;
    padding: 1rem 3.2rem;
}
.btn--large {
    height: 5.6rem;
    padding: 1rem 3.2rem;
}
.btn--medium {
    height: 4.8rem;
    padding: 1rem 2.4rem;
}
.btn--small {
    height: 4.9rem;
    padding: 1.2rem 2.4rem;
}
.btn--fs-small {
    font-size: 1.2rem;
}
.btn--space-bottom {
    margin-bottom: 1.6rem;
}
.btn--squared {
    border-radius: 1.2rem;
}
.btn--rounded {
    border-radius: 100rem;
}
.btn--mt-medium {
    margin-top: 3.2rem;
}
.btn__content {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: left;
}
.btn__content .btn__content-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}
.btn__content .btn__content-suptitle {
    font-size: 1.2rem;
    font-weight: 400;
    display: block;
}
@media (max-width: 1024px) {
    .btn__content .btn__content-suptitle {
        font-size: 0.9rem;
    }
}
.d--none,
.d-b--mobile-only {
    display: none;
}
.c-primary {
    color: #ff6d6d;
}
.bg-pink {
    background-color: #ffe9e9;
}
.bg--light-green {
    background-color: #f0f5e9;
}
.c-green {
    color: #7db734;
}
.c-pink {
    color: #ffe9e9;
}
.bg--primary {
    background-color: #ff6d6d;
}
.c-breez {
    color: #8ae4e5;
}
.c-breez-dark {
    color: #3eb9bb;
}
.bg--breez-light {
    background-color: #ecf9f9;
}
.accordion {
    margin: 0 auto;
    max-width: 74.6rem;
}
.accordion__item {
    position: relative;
    padding: 1.6rem 2.4rem;
    background: #f5f5f5;
    border-radius: 1.2rem;
    margin-bottom: 1.6rem;
}
@media (max-width: 800px) {
    .btn--full-width-mobile-only {
        width: 100%;
    }
    .d-b--mobile-only {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .d-b--desktop-only {
        display: none;
    }
    .accordion {
        margin-top: 3.2rem;
    }
    .accordion__item {
        padding: 1.6rem;
    }
}
.accordion__item .accordion__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion__item .accordion__title.accordion__title--expanded {
    padding-bottom: 2.4rem;
}
.accordion__item .accordion__title .accordion__title-icons {
    position: relative;
    line-height: 1;
}
.accordion__item .accordion__title .accordion__title-icon.accordion__title-icon--minus {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form__group-input-link,
.section,
.section--share {
    position: relative;
}
.accordion__item .accordion__title.accordion__title--expanded .accordion__title-text {
    color: #ff6d6d;
}
.accordion__item .accordion__title.accordion__title--expanded .accordion__title-icon.accordion__title-icon--minus {
    opacity: 1;
}
.accordion__item .accordion__title.accordion__title--expanded .accordion__title-icon.accordion__title-icon--plus {
    opacity: 0;
}
.accordion__item .accordion__title .accordion__title-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 127%;
    letter-spacing: -0.03em;
    color: #121212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    gap: 1.4rem;
    margin: 0;
}
.accordion__content,
.form--contact,
.site-footer__widgets-content {
    display: -webkit-box;
    display: -ms-flexbox;
}
.accordion__subcontent {
    padding-left: 1.2rem;
}
.accordion__content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
}
.accordion__content--expanded {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}
.section--medium-padding {
    padding: 7rem 0;
}
.section--top-padding-large {
    padding-top: 14rem;
}
@media (max-width: 1024px) {
    .section--top-padding-large {
        padding-top: 10rem;
    }
    .heading + .btn {
        margin-top: 2.4rem;
    }
}
.section--botom-padding-large {
    padding-bottom: 10rem;
}
.section--small-padding {
    padding: 0.8rem 0;
}
.section--bg1 {
    background-image: url(../img/section-bg1.avif);
    background-position: center;
    background-repeat: no-repeat;
}
.section--share {
    padding: 21rem 0;
    overflow: hidden;
}
.section--share .share-img {
    position: absolute;
}
.section--share .share-img.share-img--1 {
    top: -6rem;
    left: 10%;
}
@media (max-width: 1280px) {
    .section--share .share-img.share-img--1 {
        left: auto;
        right: 10%;
    }
}
@media (max-width: 768px) {
    .section--share {
        padding: 15rem 0;
    }
    .section--share .share-img.share-img--1 {
        max-width: 12rem;
        top: -2rem;
    }
    .section--share .share-img.share-img--2 {
        max-width: 11rem;
    }
}
.section--share .share-img.share-img--2 {
    top: 0.7rem;
    left: 50%;
}
@media (max-width: 1280px) {
    .section--share .share-img.share-img--2 {
        left: -3rem;
    }
}
.section--share .share-img.share-img--3 {
    top: 37%;
    left: -5rem;
}
@media (max-width: 1280px) {
    .section--share .share-img.share-img--3 {
        top: auto;
        bottom: -5rem;
    }
    .section--share .share-img.share-img--4 {
        display: none;
    }
}
@media (max-width: 768px) {
    .section--share .share-img.share-img--3 {
        max-width: 16rem;
        bottom: -3rem;
    }
    .section--share .share-img.share-img--5 {
        max-width: 12rem;
    }
}
.section--share .share-img.share-img--4 {
    top: 21%;
    right: -5rem;
}
.section--share .share-img.share-img--5 {
    bottom: -1rem;
    left: 28%;
}
@media (max-width: 1280px) {
    .section--share .share-img.share-img--5 {
        left: auto;
        right: -3rem;
    }
    .section--share .share-img.share-img--6 {
        display: none;
    }
}
.section--share .share-img.share-img--6 {
    bottom: 4rem;
    left: 63%;
}
.section--page-404 {
    padding: 21.2rem 1.6rem 10rem;
}
.section--padding-top-zero {
    padding-top: 0;
}
.section--bg-white {
    background-color: #fff;
}
.section--sticky {
    position: sticky;
    top: 0;
}
[data-aos="fade-up-scale"] {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.95);
    -ms-transform: translateY(30px) scale(0.95);
    transform: translateY(30px) scale(0.95);
    -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
[data-aos="fade-up-scale"].aos-animate {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
}
.heading__sup-title {
    border: 0.1rem solid #ff6d6d;
    border-radius: 10rem;
    padding: 0.5rem 2.4rem;
    height: 3.3rem;
    -webkit-backdrop-filter: blur(0.4rem);
    backdrop-filter: blur(0.4rem);
    background: rgba(255, 77, 140, 0.1);
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    text-align: center;
    color: #ff6d6d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.3rem;
}
.heading__sub-title {
    max-width: 80%;
    margin-top: 3.2rem;
}
@media (max-width: 800px) {
    .accordion__content-text,
    .accordion__item .accordion__title .accordion__title-text {
        font-size: 1.8rem;
    }
    .heading__sup-title {
        font-size: 1.6rem;
    }
    .heading__sub-title {
        max-width: initial;
        margin-top: 2.4rem;
    }
}
.heading__sub-title--full-width {
    max-width: initial;
}
.heading__title {
    font-family: Roboto, sans-serif;
    font-weight: 800;
    line-height: 127%;
    letter-spacing: -0.03em;
    margin: 0;
}
.heading__sub-title-item {
    letter-spacing: -0.03em;
}
.heading__sub-title-item + .heading__sub-title-item {
    margin-top: 1rem;
}
.heading__title--h1,
h1 {
    font-size: 7.2rem;
    line-height: 104%;
}
@media (max-width: 800px) {
    .heading__title--h1,
    h1 {
        font-size: 4rem;
    }
}
.heading__title--h2,
h2 {
    font-size: 5.5rem;
}
@media (max-width: 800px) {
    .heading__title--h2,
    h2 {
        font-size: 3.6rem;
    }
}
.heading__title--h3,
h3 {
    font-size: 4.2rem;
}
@media (max-width: 800px) {
    .heading__title--h3,
    h3 {
        font-size: 3.6rem;
    }
}
.heading__title--h6,
h6 {
    font-size: 2.2rem;
}
.heading--centered {
    text-align: center;
}
.heading--centered .heading__sub-title,
.heading--centered .heading__title--half-width {
    margin-left: auto;
    margin-right: auto;
}
.heading__title--half-width {
    width: 55%;
}
.form__group {
    margin-bottom: 2.4rem;
    width: 100%;
}
.form__label {
    font-size: 1.8rem;
    line-height: 133%;
    color: #0e002d;
    margin-bottom: 0.8rem;
}
@media (max-width: 800px) {
    .heading__title--half-width {
        width: 100%;
    }
    .form__label {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
        display: block;
    }
}
.form__group--small-space-bottom {
    margin-bottom: 1.6rem;
}
.form__group--without-space-bottom {
    margin-bottom: 0;
}
.error-message {
    font-size: 1.4rem;
    color: red;
}
.form__input,
.form__textarea {
    width: 100%;
    height: 6.4rem;
    padding: 1rem 2.4rem;
    border: 0.1rem solid #bfbfbf;
    font-size: 1.6rem;
    line-height: 1.14286;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    outline: 0;
}
.form__input.input--error,
.form__textarea.input--error {
    border-color: red;
}
.form__input:active,
.form__input:focus,
.form__textarea:active,
.form__textarea:focus {
    border-color: #8ae4e5;
    outline: 0;
}
.form__input.form__input--invalid,
.form__textarea.form__input--invalid {
    border-color: red;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    color: #0e002d;
    opacity: 0.5;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
    color: #0e002d;
    opacity: 0.5;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    color: #0e002d;
    opacity: 0.5;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
    color: #0e002d;
    opacity: 0.5;
}
.form__input::placeholder,
.form__textarea::placeholder {
    color: #0e002d;
    opacity: 0.5;
}
.form__input::input-placeholder,
.form__textarea::input-placeholder {
    color: #121212;
    opacity: 1;
}
.form__input--large,
.form__textarea--large {
    height: 6.8rem;
    padding: 1.5rem 2.4rem;
}
.form__textarea {
    max-height: 30rem;
    min-height: 13rem;
    resize: vertical;
}
.form__group-input-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 2.4rem;
    width: 2rem;
    height: 100%;
    background-image: url(../img/input-link.avif);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}
.form__input-link {
    padding-left: 14.3rem;
}
.form__group-input-text {
    position: absolute;
    left: 5.6rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
    font-size: 1.6rem;
}
.form--contact {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    margin: 0 auto 1.6rem;
    width: 62rem;
    max-width: 100%;
}
#result {
}
@media (max-width: 1024px) {
    .form--contact {
        margin-top: 3.2rem;
    }
}
.form--contact .btn {
    min-width: 21.2rem;
}
@media (max-width: 560px) {
    .form--contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form--contact .btn {
        width: 100%;
    }
}
.site-footer {
    overflow: hidden;
    margin-top: auto;
}
.site-footer__widget-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}
.site-footer__widget-link {
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.site-footer__widget-link:hover {
    color: #ff6d6d;
}
.site-footer__copyright {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.4;
}
.site-footer__widgets {
    padding: 58px 0 48px 0;
    background-color: #121212;
}
.contact__us {
    display: flex;
    gap: 8px;
    align-items: center;
}
.site-footer__mail a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    gap: 10px;
    color: #FFA6A6;
}
.site-footer__mail {
    margin-bottom: 68px;
}
.site-footer__desc {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

@media (max-width: 800px) {
    .site-footer__widgets {
        padding: 3.4rem 2rem;
    }
}
.site-footer__widgets-content {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 132rem;
    margin: 0 auto;
}
.site-footer__widgets-content .site-footer__widget:first-child {
    width: 25rem;
}
@media (max-width: 1024px) {
    .site-footer__widgets-content {
        -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;
        gap: 2.4rem;
    }
}
.site-footer__widget {
    position: relative;
    z-index: 2;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.site-footer__widgets-content .site-footer__widget:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    align-items: self-start;
}
@media (max-width: 1024px) {
    .site-footer__widget {
        width: 100%;
        margin-right: 0;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1024px) {
    .site-footer__widget:first-child {
        margin-right: 0;
    }
    .site-footer__widget .btn.btn--promo {
        width: auto;
        min-width: 17.5rem;
    }
}

.site-footer__bottom-content {
    border-top: 2px solid #2C2C2C;
}

.site-footer__bottom {
    background-color: #121212;
}
.site-footer__bottom-content {
    padding: 26px 24px;
    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;
    max-width: 132rem;
    justify-content: center;
    margin: 0 auto;
}
.page-404,
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
}
@media (max-width: 1024px) {
    .site-footer__bottom-content {
        -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;
        gap: 1.6rem;
    }
}
.socials {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem;
}
.page-404 {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    text-align: center;
    border-radius: 2.4rem;
    background-color: #fff;
    margin: 0 auto;
    max-width: 87.8rem;
    padding: 3rem;
}
.page-404__title {
    font-weight: 800;
    font-size: 25rem;
    line-height: 104%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 800px) {
    .page-404__title {
        font-size: 17.2rem;
    }
}
.page-404__subtitle {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 104%;
    text-align: center;
    margin-bottom: 3.2rem;
}
.hero-block {
    padding-top: 21.2rem;
}
.hero-block .hero-block__content {
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 110rem;
    margin: 0 auto;
    max-width: calc(100% - 4rem);
    position: relative;
    z-index: 5;
}
.hero-block .hero-block__title {
    margin: 0 auto 2.4rem;
}
@media (max-width: 800px) {
    .page-404__subtitle {
        font-size: 2.4rem;
    }
    .hero-block {
        padding-top: 14.2rem;
    }
    .hero-block .hero-block__title {
        margin-bottom: 1.6rem;
    }
}
.hero-block .hero-block__title span {
    display: block;
}
.hero-block__slider,
.users {
    display: -webkit-box;
    -webkit-box-align: center;
}
.hero-block .hero-block__suptitle {
    margin: 0 auto 3.2rem;
    width: 66rem;
    max-width: 100%;
}
.hero-block__slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5rem;
    overflow: hidden;
    width: 300rem;
    position: absolute;
    bottom: 7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 800px) {
    .hero-block .hero-block__suptitle {
        margin-bottom: 2.4rem;
    }
    .hero-block__slider {
        bottom: 3rem;
        gap: 2rem;
    }
    .hero-block__iphone,
    .hero-block__slider .hero-block__slider-img {
        max-width: 12.4rem;
    }
}
.hero-block__iphone-wrapper {
    position: sticky;
    top: 0;
}
.hero-block__iphone {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 5;
}
.marquee,
.users {
    display: -ms-flexbox;
}
.hero-block__line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: none;
}
.users {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4rem;
}
@media (max-width: 800px) {
    .users {
        margin: 2.4rem auto;
    }
}
.users .users__item {
    border: 0.6rem solid #fff;
    border-radius: 100%;
    overflow: hidden;
    margin-left: -1rem;
    width: 11.2rem;
    height: 11.2rem;
}
@media (max-width: 800px) {
    .users .users__item {
        width: 5.2rem;
        height: 5.2rem;
        border-width: 0.24rem;
    }
}
.marquee {
    overflow: hidden;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    position: relative;
    padding: 0.8rem;
    height: 7.2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
@media (max-width: 800px) {
    .marquee {
        font-size: 2.7rem;
        height: 4rem;
    }
}
.marquee__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scrollText 20s linear infinite;
    animation: scrollText 20s linear infinite;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.marquee__inner span {
    display: inline-block;
    padding-right: 6rem;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .marquee {
        font-size: 3rem;
    }
}
@-webkit-keyframes scrollText {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes scrollText {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.choose-domain {
    position: relative;
    border: 0.1rem solid #bfbfbf;
    border-radius: 2.4rem;
    background-color: #fcfcfc;
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem;
}
@media (max-width: 1024px) {
    .choose-domain {
        margin-top: 4rem;
    }
}
.choose-domain .choose-domain__img {
    position: absolute;
}
.choose-domain .choose-domain__img.choose-domain__img--1 {
    top: -5.3rem;
    left: 17%;
    max-width: 18%;
}
@media (max-width: 800px) {
    .choose-domain {
        padding: 1.2rem;
        margin-bottom: 1rem;
    }
    .choose-domain .choose-domain__img.choose-domain__img--1 {
        top: -2.3rem;
    }
}
.choose-domain .choose-domain__img.choose-domain__img--2 {
    top: 20%;
    left: -10rem;
    max-width: 22%;
}
.choose-domain .choose-domain__img.choose-domain__img--3 {
    top: 20%;
    right: -10rem;
    max-width: 30%;
}
@media (max-width: 800px) {
    .choose-domain .choose-domain__img.choose-domain__img--2 {
        left: -3rem;
    }
    .choose-domain .choose-domain__img.choose-domain__img--3 {
        right: -5rem;
    }
}
.choose-domain .choose-domain__img.choose-domain__img--4 {
    bottom: -8.6rem;
    left: 3%;
    max-width: 42%;
}
@media (max-width: 800px) {
    .choose-domain .choose-domain__img.choose-domain__img--4 {
        bottom: -6.6rem;
    }
}
@media (max-width: 460px) {
    .choose-domain .choose-domain__img.choose-domain__img--4 {
        bottom: -2.6rem;
    }
}
.choose-domain .choose-domain__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    gap: 0.3rem;
}
.choose-domain .choose-domain__title {
    font-size: 5rem;
    color: #bfbfbf;
}
@media (max-width: 800px) {
    .choose-domain .choose-domain__title {
        font-size: 1.5rem;
    }
}
.choose-domain .choose-domain__list-item {
    font-size: 5rem;
    line-height: 127%;
}
.choose-domain .choose-domain__list-wrap {
    position: relative;
}
.choose-domain .choose-domain__list-wrap::after,
.choose-domain .choose-domain__list-wrap::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 15rem;
}
.choose-domain .choose-domain__list-wrap::after {
    bottom: -0.1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27.21%, rgba(252, 252, 252, 0)), to(#fcfcfc));
    background: linear-gradient(180deg, rgba(252, 252, 252, 0) 27.21%, #fcfcfc 100%);
}
.choose-domain .choose-domain__list-wrap::before {
    top: -0.1rem;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(27.21%, rgba(252, 252, 252, 0)), to(#fcfcfc));
    background: linear-gradient(360deg, rgba(252, 252, 252, 0) 27.21%, #fcfcfc 100%);
}
.choose-domain .choose-domain__list {
    max-height: 45rem;
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
@media (max-width: 800px) {
    .choose-domain .choose-domain__list-item {
        font-size: 1.5rem;
    }
    .choose-domain .choose-domain__list-wrap::after,
    .choose-domain .choose-domain__list-wrap::before {
        height: 10rem;
    }
    .choose-domain .choose-domain__list {
        max-height: 15rem;
    }
}
.choose-domain .choose-domain__list::-webkit-scrollbar {
    display: none;
}
.page-about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 132rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
    position: relative;
}
.page-about-us:before {
    content: "";
    height: 100%;
    width: 44%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #ecf9f9;
    z-index: -1;
}
@media (max-width: 1024px) {
    .page-about-us {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-about-us:before {
        display: none;
    }
}
.page-about-us .page-about-us__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.page-about-us .page-about-us__col:first-child {
    width: 56%;
    max-width: 56%;
    padding: 18.2rem 6rem 8rem 0;
    position: sticky;
    top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 1024px) {
    .page-about-us .page-about-us__col:first-child {
        width: 100%;
        max-width: initial;
        padding: 17rem 0 3rem;
        position: rel;
        top: auto;
    }
}
.page-about-us .page-about-us__col:last-child {
    width: 44%;
    max-width: 44%;
    padding: 18.2rem 0 8.2rem 6rem;
    overflow: visible;
    background-color: #ecf9f9;
}
@media (max-width: 1024px) {
    .page-about-us .page-about-us__col:last-child {
        width: calc(100% + 4rem);
        margin: 0 -2rem;
        max-width: initial;
        padding: 8rem 2rem;
    }
}
.about-us__socials {
    display: grid;
    grid-template-columns: repeat(2, calc((100% - 1.6rem) / 2));
    gap: 1.6rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-us__socials-item {
    border: 0.151rem solid rgba(0, 0, 0, 0.12);
    border-radius: 1.8rem;
    background-color: #fff;
    padding: 1.7rem 3.1rem;
    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;
}
.about-us__socials-icon {
    margin-bottom: 1.6rem;
}
.about-us__socials-name {
    font-size: 2.4rem;
    line-height: 124%;
    margin-top: auto;
    margin-bottom: 1.6rem;
}
@media (max-width: 800px) {
    .about-us__socials-name {
        font-size: 1.6rem;
    }
}
.infoboxes {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.6rem;
    margin-bottom: 5rem;
}
.info-box {
    grid-column: span 12;
    border-radius: 2.4rem;
    padding: 2.4rem;
    position: relative;
}
.info-box .info-box__title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 169%;
    margin-bottom: 0.8rem;
}
@media (max-width: 800px) {
    .info-box .info-box__title {
        font-size: 1.8rem;
    }
}
.info-box .info-box__img {
    margin-bottom: 1.6rem;
}
.info-box .info-box__subtitle {
    font-size: 2rem;
    font-weight: 700;
}
.info-box .info-box__text {
    line-height: 169%;
}
.info-box--half-width {
    grid-column: span 6;
}
.info-box--full-width {
    grid-column: span 12;
}
.info-box--third-width {
    grid-column: span 4;
}
.info-box--grey {
    background-color: #f5f5f5;
}
.info-box--bg-white {
    background-color: #fff;
}
.info-box--fs-medium {
    font-size: 2rem;
}
.info-box--margin-b-large {
    margin-bottom: 5rem;
}
.info-box--bg-breez {
    background-color: #8ae4e5;
}
.info-box--fs-large {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 169%;
}
.info-box--icon-right-botom {
    padding-right: 6rem;
}
.info-box--icon-right-botom .info-box__icon {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-weight: 800;
    font-size: 4rem;
    line-height: 169%;
}
@media (max-width: 800px) {
    .info-box--full-width-mobile {
        grid-column: span 12;
    }
}
.site-footer__logo {
    margin-bottom: 40px;
}
.site-footer__logo a span, .site-header__logo a span {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 4.4rem;
}

.site-footer__logo a, .site-header__logo a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.site-header__logo a span {
    color: #ff6d6d;
}

.faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 132rem;
    width: calc(100% - 4rem);
    margin: 0 auto;
    position: relative;
}

.contct__cofrm label {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -0.03em;
    margin: 0;
    font-size: 1.9rem;
}

.contct__cofrm input[type="submit"] {
    border: none;
}
.contct__cofrm input[type="text"], .contct__cofrm textarea, .contct__cofrm input[type="email"] {
    width: 100%;
    padding: 1.5rem 2.4rem;
    padding-left: 2.4rem;
    padding-left: 2.4rem;
    border: 0.1rem solid #bfbfbf;
    font-size: 1.6rem;
    line-height: 1.14286;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    outline: 0;
    margin-top: 10px;
}

.faq .page-about-us__col:first-child {
    width: 56%;
    max-width: 56%;
    padding: 18.2rem 6rem 8rem 0;
    position: sticky;
    top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.faq .page-about-us__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.apps {
    width: 184px;
    height: 56px;
}
.powered__by {
    margin-top: auto;
}
.site-footer__widgets-content .site-footer__widget:last-child {
    gap: 20px;
}
.site-header__sub-menu {
    display: none;
    position: absolute;
    flex-flow: column;
    left: 0;
    padding-left: 0;
    width: 100%;
    border-left: 0.1rem solid rgba(18, 18, 18, 0.07);
    border-right: 0.1rem solid rgba(18, 18, 18, 0.07);
    border-bottom: 0.1rem solid rgba(18, 18, 18, 0.07);
    background: #fff;
    top: 44px;
}
.has-sub-menu:hover .site-header__sub-menu {
    display: flex;
}
ul li {
    list-style: none;
}
::marker {
    content: '';
}
.site-header__nav-li {
    position: relative;
}
.faq-page section:first-child{
    position: relative;
}
@media (min-width: 501px) {
    .socials-hide-pc {
        display: none;
    }
    .show-md {
        display: none;
    }
}
@media (max-width: 500px) {
    .hide-pc {
        display: none;
    }
    .show-md {
        display: flex;
    }
    .socials-hide-pc {
        display: flex;
        gap: 10px;
    }
    .site-footer__widget .btn.btn--promo {
        width: auto;
        min-width: auto;
    }
    .site-footer__bottom-content {
        padding: 28px 26px;
    }
    .apps {
        width: 156px!important;
    }
    .site-footer__bottom {
        padding: 0 25px;
    }
    .site-footer__widget div .site-footer__widget-link {
        text-align: left;
    }
    .site-footer__widgets-content {
        gap: 42px;
    }
    .site-footer__copyright {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        color: #FFFFFF;
        opacity: 0.4;
    }
    .btn__content .btn__content-title {
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        color: #FFFFFF;
    }
    .site-footer__widgets {
        padding: 53px 25px 23px 25px;
    }
    .site-footer__desc {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 19px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 16px;
    }
    .site-footer__mail {
        margin-bottom: 42px;
    }
    .site-footer__logo {
        margin-bottom: 16px;
    }

    .site-header__btns .btn {
        min-width: 13rem;
    }
    .header__text {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #121212;
        padding-bottom: 26px;
        border-bottom: 1.5px solid rgba(18, 18, 18, 0.1);
    }
    .site-header__mobile-menu.site-header__open-menu-mobile--active {
        gap: 24px;
        overflow-y: scroll;
    }
    .site-header__nav-li.has-sub-menu {
        align-items: start;
        flex-flow: column;
    }
    .site-header__sub-menu {
        position: static;
        flex-flow: column;
        gap: 24px;
        border: none;
        margin-bottom: 0;
    }
    .site-header__btns {
        margin-top: 0;
        border-top: 1.5px solid rgba(18, 18, 18, 0.1);
        padding-top: 26px;
    }

/*    .site-footer__widgets-content .site-footer__widget:first-child {
        width: 100%;
    }
    .site-footer__widgets-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        align-items: self-start;
    }

    .site-footer__widget:nth-child(1) {
        grid-column: 1 / -1;
    }

    .site-footer__widget:nth-child(2),
    .site-footer__widget:nth-child(3) {
        grid-column: span 1;
    }

    .site-footer__widget:nth-child(4),
    .site-footer__widget:nth-child(5) {
        grid-column: span 1;
    }

    .site-footer__widget:nth-child(6) {
        grid-column: 1 / -1;
    }*/
}