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

ol[class],
ul[class] {
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    font-size: 18px;
    line-height: 28px;
    color: #444955
}

ol[class],
ul[class] {
    list-style: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%;
    display: block
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: .01ms !important;
        -o-transition-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

html {
    scroll-behavior: smooth
}

a:focus {
    border: 1px #cb4c00 dotted;
    outline-offset: 1px
}

a:target {
    scroll-margin-top: 2rem
}

a:active,
p:active {
    background: #151c2b
}

p:active {
    color: #fff
}

::-moz-selection {
    color: #fff;
    background-color: #151c2b
}

::selection {
    color: #fff;
    background-color: #151c2b
}

* {
    font-family: 'Roboto', sans-serif
}

.h1,
.h2,
h1,
h2 {
    font-size: 60px;
    line-height: 110%;
    margin-top: 23px;
    margin-bottom: 46px
}

.h2,
h2 {
    font-size: 47px;
    line-height: 69px;
    margin-bottom: 23px
}

.h3,
.h4,
.h5,
h3,
h4,
h5 {
    font-size: 29px;
    line-height: 46px;
    margin-top: 23px;
    margin-bottom: 0
}

.h4,
.h5,
h4,
h5 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px
}

.h5,
h5 {
    margin-bottom: 0
}

blockquote,
ol,
p,
pre,
table,
ul {
    margin-top: 0;
    margin-bottom: 23px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0;
    margin-bottom: 0
}

.hr,
hr {
    border: 1px solid;
    margin: -1px 0
}

a,
b,
code,
em,
i,
small,
strong,
sub,
sup {
    line-height: 0
}

sub,
sup {
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a {
    text-decoration: none
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

section {
    margin-bottom: 80px
}

[x-cloak] {
    display: none !important
}

.btn {
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-weight: 500;
    padding: 24px 52px;
    background: #69accc;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer
}

.btn:hover {
    background: #7dc0e0
}

.btn:active {
    background: #5598b8
}

.mb45 {
    margin-bottom: 45px
}

main {
    padding-top: 102px
}

.title {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 24px;
    margin-top: 0;
    color: #69accc
}

.title-sub {
    color: #151c2b;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .64px;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.hero__sub-title:before,
.title-sub:before {
    content: '';
    display: block;
    background: #151c2b;
    width: 24px;
    height: 1px
}

.fancybox__caption {
    max-width: 960px
}

.header {
    background: #fafafa;
    -webkit-box-shadow: 0 -4px 35.7px 0 rgba(19, 56, 128, .1);
    box-shadow: 0 -4px 35.7px 0 rgba(19, 56, 128, .1);
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    z-index: 999;
    width: 100%
}

.header__phone,
.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    color: #151c2b;
    font-weight: 400;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #151c2b
}

.header__phone--mob {
    display: none
}

.header__phone:hover {
    background: #444955;
    color: #fff;
    border: 1px solid #444955
}

.header__btn {
    display: inline-block;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #151c2b;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer
}

.header__btn:hover {
    background: #444955
}

.header-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

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

    .header__phone {
        display: none
    }

    .header__phone--mob {
        display: block;
        line-height: 100%
    }

    .header-group {
        width: 100%
    }

    .header__btn {
        width: 100%;
        text-align: center
    }

    .header-logo-group {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px;
        align-items: center;
    }

    .header .logo {
        max-width: 144px
    }
}

.hero {
    padding-top: 46px;
    background: url(../img/main.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

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

.hero__left {
    max-width: 504px
}

.hero__title {
    font-family: 'Roboto';
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 24px;
    margin-top: 0;
    color: #69accc
}

.hero__sub-title,
.hero__text {
    font-size: 16px;
    line-height: 24px
}

.hero__sub-title {
    font-weight: 500;
    letter-spacing: .64px;
    text-transform: uppercase;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #151c2b
}

.hero__text {
    color: #444955;
    margin-bottom: 32px
}

.hero__right {
    padding-left: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url(../img/linkov.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat
}

.hero__right-sign,
.hero__right-yt {
    display: inline-block;
    color: #444955;
    position: relative
}

.hero__right-sign {
    margin-top: 160px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 32px
}

.hero__right-sign:before {
    content: '';
    background: url(../img/linkov-sign.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 234px;
    height: 44px
}

.hero__right-yt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 24px
}

.hero__right-yt:before {
    content: '';
    border-bottom: 1px solid #151c2b;
    display: block;
    width: 160px;
    height: 55px;
    background: url(../img/youtube.svg) no-repeat center;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    margin-bottom: 12px
}

.logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

@media (max-width:1600px) {
    .logo-list {
        overflow: hidden;
        overflow-x: scroll;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .logo-list img {
        height: 100px
    }
}

@media (max-width:1260px) {
    .hero__right {
        padding-left: 30px
    }
    
}

@media (max-width:1220px) {
    .logo-list img {
        height: 90px
    }

    .hero__right-sign {
        font-size: 20px
    }
}

@media (max-width:1120px) {
    .hero__right {
        padding-left: 20px
    }

    .hero__right-sign {
        font-size: 18px
    }
}

@media (max-width:1080px) {
    .hero__right-sign {
        margin-top: 90px;
        font-size: 16px;
        margin-bottom: 0
    }

    .hero__right-sign:before {
        width: 180px;
        height: 28px
    }
}

@media (max-width:960px) {
    .hero {
        padding-top: 86px
    }

    .hero__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hero__left {
        max-width: 100%;
        padding-left: 9px;
        padding-right: 9px
    }

    .hero__left .btn {
        width: 100%
    }

    .hero__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 0;
        background-position: bottom;
        height: 540px;
        -webkit-background-size: 330px 330px;
        background-size: 330px
    }

    .hero__right-sign {
        margin-top: 0
    }

    .hero__right-sign:before {
        width: 100%;
        margin-bottom: 0
    }

    .hero__title {
        font-size: 36px;
        line-height: 44px
    }

    .logo-list {
        margin-bottom: 40px
    }

    .logo-list img {
        height: 60px;
        margin-bottom: 8px
    }
}

.gallery {
    margin-bottom: 80px;
    position: relative;
    padding-left: 48px;
    padding-right: 48px
}

.gallery-item img {
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.gallery__wrap {
    overflow: hidden
}

.gallery-button-next,
.gallery-button-prev {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 59%;
    background: url(../img/arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer
}

.gallery-button-next {
    left: 0
}

.gallery-button-prev {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-disabled {
    opacity: .5
}

@media (max-width:960px) {
    .gallery {
        padding-left: 24px;
        padding-right: 24px
    }

    .gallery img {
        width: 100%
    }

    .gallery-button-next,
    .gallery-button-prev {
        top: 105%
    }

    .gallery-button-next {
        left: 40%
    }

    .gallery-button-prev {
        right: 40%
    }
}

.banner {
    width: 100%;
    height: 388px;
    background: url(../img/banner-w-f.png) no-repeat center;
    padding-top: 80px;
    padding-bottom: 80px
}

.banner .title-sub {
    color: #eee5ce
}

.banner .title-sub:before {
    background: #eee5ce
}

.banner__text {
    margin-top: 32px
}

.banner__text p {
    color: #fff
}

.banner__star {
    display: block;
    margin-bottom: 4px;
    background: url(../img/star.svg);
    width: 120px;
    height: 24px
}

.banner__wrap {
    position: relative;
    padding-left: 204px
}

.banner__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 180px;
    height: 80px;
    background: url(../img/rate.svg) no-repeat center
}

@media (max-width:656px) {
    .banner {
        height: 664px;
        background: url(../img/banner-mob.png) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .banner__wrap {
        padding-left: 24px;
        padding-right: 24px
    }

    .banner__wrap:before {
        position: inherit;
        margin-bottom: 20px
    }

    .banner__text {
        margin-bottom: 24px
    }
}

.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

.info__right {
    max-width: 504px
}

.info iframe {
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.info-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(../img/bg.png), url(../img/bg2.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px
}
.info__left {
    width: 50%;
}
@media (max-width:960px) {
    .info {
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .info__left {
        width: 100%;
    }
    .info__left,
    .info__right {
        padding-left: 9px;
        padding-right: 9px
    }

    .info__left {
        margin-bottom: 24px
    }

    .info__left iframe {
        width: 100%
    }

    .info__right {
        max-width: 100%
    }

    .info-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.service {
    overflow: hidden;
    background: url(../img/sergerya.jpg);
    height: 660px;
    margin-bottom: 0
}

.service__wrap {
    padding-left: 48px;
    padding-right: 48px;
    position: relative
}

.service-slider {
    overflow: hidden
}

.service-item {
    margin-bottom: 24px;
    height: 552px;
    padding: 80px 24px;
    -webkit-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    background: rgba(21, 28, 43, .7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.service-item__title {
    display: inline-block;
    color: #69accc;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 16px;
    position: relative
}

.service-item__title:after {
    margin-top: 12px;
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #69accc
}

.service-button-next,
.service-button-prev {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    background: url(../img/arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer
}

.service-button-next {
    left: 0
}

.service-button-prev {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:960px) {
    .service {
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .service-item {
        padding: 40px 24px
    }

    .service-item__title {
        font-size: 32px;
        line-height: 32px
    }

    .service__wrap {
        padding-left: 24px;
        padding-right: 24px
    }

    .service-button-next,
    .service-button-prev {
        top: 105%
    }

    .service-button-prev {
        right: 40%
    }

    .service-button-next {
        left: 40%
    }
}

.review {
    padding-top: 80px;
    overflow: hidden;
    position: relative
}

.review:before {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 244px;
    background: #f4f4f4
}

.review__wrap {
    padding-left: 48px;
    padding-right: 48px;
    position: relative
}

.review-slider {
    overflow: hidden
}

.review-item {
    padding: 24px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all .3s cubic-bezier(.25, .8, .25, 1);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 24px
}

.review-item:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.review-item__text {
    height: 302px;
    overflow: hidden
}

.review-item__star {
    display: block;
    height: 24px;
    width: 24px;
    background: url(../img/star.svg) left;
    margin-bottom: 4px
}

.review-item__star--5 {
    width: 120px
}

.review-item__star--4 {
    width: 96px
}

.review-item__star--3 {
    width: 72px
}

.review-item__star--2 {
    width: 48px
}

.review-item__title {
    display: inline-block;
    color: #151c2b;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px
}

.review-button-next,
.review-button-prev {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 55%;
    background: url(../img/arrow.svg) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer
}

.review-button-next {
    left: 0
}

.review-button-prev {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-scrollbar {
    background: rgba(105, 172, 204, .3)
}

.swiper-scrollbar-drag {
    background: #69accc
}

.review-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #69accc;
    padding-right: 28px;
    background: url(../img/arrow-r.svg) no-repeat right;
    cursor: pointer
}

@media (max-width:960px) {
    .review {
        padding-top: 40px
    }

    .review__wrap {
        padding-left: 24px;
        padding-right: 24px
    }

    .review-button-next,
    .review-button-prev {
        top: 105%
    }

    .review-button-prev {
        right: 40%
    }

    .review-button-next {
        left: 40%
    }
}

.faq {
    background-image: url(../img/faq-bg.svg), url(../img/faq-bg-2.svg);
    background-color: #fafafa;
    background-position: left center, right center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px
}

.faq__wrap {
    max-width: 720px;
    margin: 0 auto 80px
}

.faq-item {
    border-bottom: 1px solid rgba(105, 172, 204, .3)
}

.faq-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #151c2b;
    font-size: 24px;
    line-height: 36px;
    padding: 20px 24px 24px;
    position: relative;
    cursor: pointer
}

.faq-item__title:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/arrow.svg) no-repeat center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.faq-item__text {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 24px;
    display: none
}

.faq-item--open .faq-item__title {
    color: #69accc
}

.faq-item--open .faq-item__title:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.faq-item--open .faq-item__text {
    display: block
}

@media (max-width:960px) {
    .faq {
        padding: 24px
    }

    .faq__wrap {
        max-width: 100%;
        margin: 0 auto 20px
    }

    .faq-item__title {
        font-size: 20px;
        line-height: 28px
    }
}

.cta {
    max-width: 1296px;
    height: 415px;
    margin: 0 auto 80px;
    background: url(../img/cta-w-f.png) no-repeat center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 80px
}

.cta title {
    margin-bottom: 34px
}

.cta .title-sub {
    color: #eee5ce
}

.cta .title-sub:before {
    background: #eee5ce
}

.cta__phone {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding-left: 56px;
    background: url(../img/i-time.svg) no-repeat left
}

@media (max-width:1300px) {
    .cta {
        max-width: 95%
    }
}

@media (max-width:656px) {
    .cta {
        height: 659px;
        background: url(../img/cta-mob.png) no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 24px;
        margin: 0 auto 40px
    }

    .cta .btn {
        width: 100%
    }
}

.footer {
    background: #151c2b;
    padding-top: 80px
}

.footer__l-col,
.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__wrap {
    margin-bottom: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__l-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footer__logo {
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    margin-bottom: 24px
}

.footer__soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

.footer__soc__inst {
    background: url(../img/instagram-fill.svg);
    width: 24px;
    height: 24px
}

.footer__soc__yt {
    width: 24px;
    height: 24px;
    background: url(../img/youtube-fill.svg)
}

.footer__soc__fb {
    width: 24px;
    height: 24px;
    background: url(../img/facebook-fill.svg)
}

.footer__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    text-transform: uppercase;
    color: #69accc;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    border-bottom: 1px solid #69accc;
    margin-bottom: 8px;
    padding-bottom: 8px
}

.footer__col a,
.footer__text,
.modal input,
.modal select {
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.footer__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 192px
}

.footer__copy {
    display: inline-block;
    font-weight: 14;
    opacity: .5;
    color: #fff;
    margin-bottom: 24px
}

@media (max-width:960px) {
    .footer {
        padding: 40px 24px 24px
    }

    .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 32px
    }

    .footer__logo {
        max-width: 220px;
        margin: 0 auto 24px
    }

    .footer__col {
        margin-bottom: 24px
    }

    .footer__soc {
        margin-bottom: 32px
    }

    .footer__copy {
        font-size: 14px;
        line-height: normal
    }
}

.modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 28, 43, .51);
    overflow: hidden
}

.modal-content {
    position: relative;
    background-color: #fff;
    margin: 10% auto;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 80px 120px;
    max-width: 1032px;
    height: 566px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

.close {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../img/close.svg) no-repeat center;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px
}

.modal-title {
    color: var(--Txt, #343434);
    margin-bottom: 32px;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%
}

.modal input,
.modal select {
    color: #444955;
    width: 240px;
    height: 36px;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff
}

.modal button {
    width: 100%;
    margin-bottom: 32px
}

.modal input[type=submit] {
    background: #69accc;
    color: #fff;
    padding: 24px;
    line-height: 0;
    font-size: 16px;
    font-weight: 500;
    height: 67px
}

.form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

.contact-quiz {
    margin-top: 24px
}

.contact-quiz input {
    max-width: 60px
}

.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px
}

.contact__msg {
    display: block;
    text-align: center;
    padding-top: 24px
}

@media (max-width:1060px) {
    .modal-content {
        max-width: 90%;
        height: auto;
        padding: 70px 40px 40px
    }

    .form-content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .modal input,
    .modal select {
        width: 48%
    }
}

@media (max-width:768px) {
    .modal-content {
        padding: 70px 24px 24px
    }

    .modal select,
    .modal-content input {
        width: 100%
    }

    .contact-quiz {
        text-align: left
    }
}

@media (max-width:960px) {
    .title {
        width: 90%;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px
    }

    p {
        font-size: 16px;
        line-height: 24px
    }

    section {
        margin-bottom: 40px
    }

    .container {
        max-width: 100%
    }

    .fancybox__caption {
        max-width: 90%
    }
}

.newsletter-consent {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
}

#newsletter.newsletter-consent__checkbox {
    width: 20px;
    height: 20px;
}