@import url(/fonts/fonts.css);

/* Global styles */
html {
    scroll-behavior: smooth;
}

body {
    font-size: 15px;
    line-height: 26px;
    color: #999999;
    font-family: "Tahoma";
    background-color: #fff;
    overflow-x: hidden;
}

.wrapper {
    width: 1404px;
    margin: 0 auto;
}

/* Header */

.header {
    width: 100%;
    height: 156px;
    background: url(/images/site/header.background.png) no-repeat;
    background-size: 100%;
}

.header .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.header-logo {
    display: flex;
    align-items: center;
    margin-left: 22px;
    gap: 31px;
}

.header-logo__title-box {
    display: flex;
    flex-direction: column;
    gap: -1px;
}

.header-logo__subtitle {
    font-size: 23px;
    color: #6a6a6a;
    font-family: "Helios Cond", sans-serif;
}

.header-logo__title {
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
}

.header-logo:hover * {
    color: #ffe400;
    transition: color .3s ease;
}

.header-right {
    display: flex;
    gap: 90px;
}

.header-email {
    display: flex;
    gap: 23px;
    margin-top: 5px;
}

.header-email__link {
    font-size: 23px;
    color: #6a6a6a;
    font-family: "Helios Cond", sans-serif;
    margin-top: 18px;
}

.header-contacts {
    display: flex;
    margin-right: 30px;
    gap: 28px;
}

.header-phone__list {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.header-phone {
    font-size: 23px;
    color: #6a6a6a;
    font-family: "Helios Cond", sans-serif;
}

.header-phone span {
    color: #000;
}

.header-phone__icon {
    margin-top: 8px;
}

.header-phone:hover, .header-phone:hover * {
    color: #ffe400;
}

.header-email__link:hover {
    color: #ffe400;
    transition: color .3s ease;
}

/* Nav */
.nav {
    width: 100%;
    background-color: #ffe400;
    height: 74px;
    position: relative;
}

.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.search-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 30px;
    position: absolute;
}

.search-btn {
    width: 76px;
    height: 100%;
    background-color: #121212;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-btn:hover {
    background-color: #424242;
    transition: color .3s ease;
}

.nav .search-btn {
    margin-right: 80px;
}

.nav-list {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.nav-list__el {
    padding: 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    font-size: 18px;
    text-transform: uppercase;
    color: #121212;
    font-family: "Tahoma", sans-serif;
    text-align: center;
}

.nav-list__el.active {
    background-color: #121212;
    color: #fefefe;
    position: relative;
}

.nav-list__el.active:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #ffe400;
    display: block;
    position: absolute;
    bottom: -10px;
    z-index: 100;
    left: 0;
}

.nav-list__el:not(.active):hover {
    background-color: #424242;
    color: #fefefe;
}

.search-box {
    width: 100%;
    height: 60px;
    background-color: #04003b;
    border: 2px solid #ffe400;
    z-index: 500;
    align-items: center;
    padding: 30px;
    margin-top: 15px;
    gap: 20px;
    display: none;
    transition: all 1s ease;
}

.search-box.active {
    display: flex;
}

.search-form-btn {
    width: 254px;
    height: 100%;
    background-color: #ffe400;
    font-size: 14px;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    z-index: 200;
    white-space: nowrap;
    padding: 15px;
    cursor: pointer;
}

.search-form-btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

.search-input {
    width: 100%;
    height: 100%;
    padding: 15px;
    border-radius: 1px;
}

/* Main, slider */
.main {
    width: 100%;
    height: 753px;
}

.main-slider {
    width: 100% !important;
    height: 100% !important;
}

.main-slider__slide {
    width: 100%;
    height: 100% !important;
    display: flex;
    align-items: center;
    z-index: 50;
}

.slide-container {
    padding-left: 130px;
    margin-top: -60px;
}

.slide-title {
    font-size: 108px;
    line-height: 201px;
    margin-left: 0px;
    margin-top: 23px;
    color: #ffffff;
    font-family: "Dotum", sans-serif;
    font-weight: 300 !important;
    text-transform: uppercase;
    display: block;
}

.slide-subtitle {
    font-size: 77px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-left: 3px;
    margin-top: -15px;
    font-family: "Franklin Gothic", sans-serif;
    display: block;
}

.slide-text {
    font-size: 40px;
    color: #ffe400;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
    margin-top: 75px;
    margin-left: 28px;
}

/* Features */
.features {
    width: 100%;
    height: 400px;
    position: relative;
    background: url(/images/site/features.background.png) top no-repeat;
    background-size: 100%;
}

.features .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.features__application-btn {
    position: absolute;
    width: 254px;
    height: 61px;
    background-color: #ffe400;
    font-size: 14px;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    z-index: 200;
    white-space: nowrap;
}

.features__application-btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

.features:after {
    content: '';
    display: block;
    background: url(/images/site/line.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 37.5%;
    height: 28px;
}

.features-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 200px;
}

.features-box {
    width: 33.3%;
    display: flex;
}

.features-number__box {
    position: relative;
}

.features-number {
    font-size: 202px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffe400;
    font-family: "Proxima Nova Ex Cn", sans-serif;
}

.features-number__icon {
    position: absolute;
    z-index: 100;
}

.features-box.first .features-number__icon {
    bottom: -20px;
    right: -55px;
}

.features-box.second .features-number {
    margin-left: 15px;
}

.features-box.second .features-number__icon {
    bottom: -20px;
    right: -40px;
}

.features-box.third .features-number {
    margin-left: 95px;
}

.features-box.third .features-number__icon {
    bottom: -20px;
    right: -20px;
}

.features-box.first .feautures__title-box {
    display: flex;
    flex-direction: column;
    margin-left: 92px;
    margin-top: -22px;
    gap: 8px;
}

.features-box.second .feautures__title-box {
    display: flex;
    flex-direction: column;
    margin-left: 72px;
    margin-top: -22px;
    gap: 8px;
}

.features-box.third .feautures__title-box {
    display: flex;
    flex-direction: column;
    margin-left: 52px;
    margin-top: -22px;
    gap: 8px;
}

.features-subtitle {
    font-size: 30px;
    color: #6a6a6a;
    font-family: "Helios Cond", sans-serif;
    white-space: nowrap;
}

.features-title {
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    white-space: nowrap;
}

/* About */

.about-height {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 31px;
}

.about-height-box {
    margin-top: -27px;
    margin-left: 17px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.about-height-text {   
    font-size: 30px;
    line-height: 135px;
    color: #909090;
    font-weight: 700;
    font-family: "Century Gothic", sans-serif;
    text-align: center;

}

.about-height-line {
    width: 86px;
    height: 1px;
    background-color: #e2e2e2;
}

.about-content {
    width: 100%;
    background: url(/images/site/map.png) no-repeat;
    background-size: contain;
    height: 950px;
    background-position-x: center;
    background-position-y: 0px;
    display: flex;
}

.about-left__image {
    margin-top: 119px;
    margin-left: -3px;
}

.about-subtitle {
    font-size: 22px;
    line-height: 135px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    margin-top: 44px;
    margin-left: 7px;
}

.about-title {
    font-size: 70px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    margin-top: -3.5px;
    margin-left: 8px;
    letter-spacing: 1.7px;
}

.about-textbox {
    display: flex;
    margin-top: 50px;
    gap: 50px;
}

.about-text__icon {
    margin-top: 35px;
    margin-left: 4px;
}

.about-text {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.about-text p {
    font-size: 15px;
    line-height: 26px;
    color: #999999;
    font-family: "Tahoma", sans-serif;
    letter-spacing: 1.5px;
}

.about-bold-text {
    font-size: 15px;
    line-height: 19px;
    color: #4a4a4a;
    font-weight: bold;
    font-family: "Tahoma", sans-serif;
    text-align: center;
    margin-top: 40px;
    margin-left: 164px;
    letter-spacing: 1px;
}

.about-btn-box {
    margin-top: 60px;
    margin-left: 170px;
}

.about__btn {
    width: 254px;
    height: 61px;
    background-color: #ffe400;
    font-size: 14px;
    line-height: 135px;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.about__btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

.about-right {
    position: relative;
}

.cfo-text {
    position: absolute;
    font-size: 202px;
    line-height: 40px;
    text-transform: uppercase;
    color: #f0efef;
    font-weight: bold;
    font-family: "Proxima Nova Ex Cn", sans-serif;
    right: 30px;
    bottom: 0;
}

/* Services */
.services-title {
    font-size: 70px;
    line-height: 130px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    margin-top: 29px;
    margin-left: 60px;
    letter-spacing: 2px;
}

.services-text {
    width: 666px;
    height: 66px;
    font-size: 15px;
    line-height: 21px;
    color: #999999;
    font-family: "Tahoma";
    margin-left: 62px;
}

.services-content {
    display: flex;
}

.services-left {
    width: 1007px;
    z-index: 20;
    padding-left: 60px;
    display: grid;
    grid-template-columns: repeat(2, 417px);
    gap: 0 120px;
}

.services-right {
    margin-top: -60px;
    margin-left: -130px;
    z-index: 15;
}

.service-card {
    width: 417px;
    height: 363px;
    background-color: #ececec;
    padding-top: 33px;
    position: relative;
}

.service-title {
    font-size: 23px;
    color: #6a6a6a;
    font-family: "Helios Cond", sans-serif;
    margin-left: 42px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-title b {
    font-size: 23px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    letter-spacing: 1px;
}

.service-line {
    position: absolute;
    width: 30px;
    height: 8px;
    background-color: #ffe400;
    top: 73px;
    left: -15px;
}

.service-image {
    width: 400px;
    height: 189px;
    background-color: #a4a4a4;
    margin-top: 40px;
    margin-left: -18px;
}

.service-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.service-card:nth-child(n + 3) {
    margin-top: -250px;
}

.services-btn-box {
    margin-top: -200px;
    margin-left: 574px;
    z-index: 40;
    position: relative;
}

.services__btn {
    white-space: nowrap;
    width: 254px;
    height: 61px;
    background-color: #ffe400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 135px;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    padding-top: 3px;
    cursor: pointer;
}

.services__btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

/* Video */
.video .wrapper {
    display: flex;
}

.video-left {
    position: relative;
    z-index: 10;
}

.video-right {
    position: relative;
    z-index: 20;
}

.video-left__image {
    margin-left: -70px;
    margin-top: 90px;
}

.video__title {
    font-size: 70px;
    line-height: 135px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    margin-top: 58px;
    margin-left: -100px;
    letter-spacing: 2px;
}

.video__text {
    max-width: 666px;
    font-size: 15px;
    line-height: 21px;
    color: #999999;
    font-family: "Tahoma";
    margin-top: -5px;
    margin-left: -95px;
}

.video-grid {
    display: flex;
    gap: 32px;
}

.video-wrapper {
    position: relative;
    display: flex;
}

.video-grid-left .video-wrapper {
    width: 750px;
    height: 604px;
    margin-left: -110px;
    margin-top: 27px;
}

.video-grid-left .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-grid-right {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.video-grid-right .video-wrapper {
    width: 448px;
    height: 361px;
}

.video-grid-right .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-grid-right .video-wrapper:first-of-type {
    margin-top: 26px;
}

.video-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.video-wrapper:after {
    content: '';
    width: 129px;
    height: 93px;
    background: url(/images/site/play.icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    cursor: pointer;
    pointer-events: all;
}

/* Reviews */
.reviews-titles-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 110px;
    gap: 20px;
}

.reviews-titles-image {
    margin-left: 0;
}

.reviews-title {
    font-size: 70px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    margin-left: 45px;
    margin-top: 21px;
    letter-spacing: 4px;
}

.reviews-text {
    max-width: 666px;
    font-size: 15px;
    line-height: 21px;
    color: #999999;
    font-family: "Tahoma", sans-serif;
    margin-left: 49px;
    margin-top: 50px;
}

.reviews-content {
    display: grid;
    grid-template-columns: repeat(2, 661px);
    gap: 85px 80px;
    margin-top: 80px;
    position: relative;
    z-index: 10;
}

.review {
    display: flex;
    flex-direction: column;
    width: 661px;
    height: 283px;
    background-color: #ececec;
    position: relative;
}

.review-author {
    max-width: 470px;
    height: 111px;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: bold;
    font-family: "Tahoma", sans-serif;
    text-align: right;
    align-self: flex-end;
    margin-top: 38px;
    margin-right: 44px;
}

.reviews-description {
    font-size: 15px;
    line-height: 21px;
    color: #525151;
    font-family: "Tahoma", sans-serif;
    max-width: 480px;
    margin-left: 50px;
    margin-top: -33px;
}

.review-decor {
    position: absolute;
    right: 50px;
    bottom: -40px;
}

.review-count {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 18px;
    left: 25px;
}

.reviews-footer {
    position: relative;
    width: 100%;
    height: 495px;
    background: url(/images/site/review.background.png) center no-repeat;
    background-size: 100%;
}

.reviews-footer:after {
    content: '';
    display: block;
    position: absolute;
    width: 35%;
    left: 0;
    bottom: -2px;
    height: 30px;
    background: url(/images/site/line2.png) no-repeat;
    background-size: 100%;
}

.reviews-stars {
    position: absolute;
    right: -150px;
    top: -43px;
    z-index: 1;
}

.reviews-footer .wrapper {
    display: flex;
    justify-content: center;
}

.reviews-btn {
    width: 254px;
    height: 61px;
    background-color: #ffe400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    position: relative;
    z-index: 30;
    margin-top: 70px;
}

.reviews-btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

/* Yandex map */
.map {
    filter: brightness(50%);
}

.map:hover {
    filter: brightness(100%);
    transition: all .3s ease;
}

/* Gallery */
.gallery-top {
    width: 100%;
    height: 85px;
    background: url(/images/site/line3.png) center;
    background-size: contain;
}

.gallery-body {
    width: 100%;
    height: 772px;
    background-color: #ffe400;
    padding-top: 76px;
}

.gallery-body .wrapper {
    display: flex;
    gap: 50px;
}

.gallery-left {
    display: flex;
    flex-direction: column-reverse;
}

.gallery-subtitle {
    font-size: 77px;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 800;
    font-family: "Free Set Black C", sans-serif;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    align-self: flex-start;
    margin-left: 58px;
    margin-top: 32px;
}

.gallery-right {
    position: relative;
}

.gallery-title {
    width: 91px;
    height: 340px;
    background-color: #04003b;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
    font-size: 45px;
    line-height: 135px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
    font-family: "Free Set Black C";
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.gallery-slider {
    width: 1162px;
    height: 624px;
    margin-left: 30px;
}

.gallery-slide a {
    width: 549px !important;
    height: 283px !important;
    display: block;
    filter: brightness(50%);
}

.gallery-slide a:hover {
    filter: brightness(100%);
    transition: all .1s ease;
}

.gallery-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.gallery-prev {
    position: absolute;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    top: 280px;
    left: -22px;
}

.gallery-prev:hover img {
    transform: scale(1.1);
    transition: all .1s ease;
}

.gallery-next{
    position: absolute;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
    top: 280px;
    right: -42px;
}

.gallery-next:hover img {
    transform: scale(1.1);
    transition: all .1s ease;
}

.gallery-logo {
    display: flex;
    justify-content: center;
    margin-top: -55px;
}

.partners {
    width: 100%;
    height: 206px;
    background: url(/images/site/partners-bg.png) center no-repeat;
    background-size: 100%;
    margin-top: 30px;
}

.partners .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner {
    width: 247px;
    height: 108px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.partner img {
    max-width: 150px;
    display: block;
    object-fit: contain;
    filter: grayscale(100%);
}

.partner:hover img {
    filter: none;
    transition: all .3s ease;
}

/* Up button arrow */
.up-btn {
    position: fixed;
    z-index: 500;
    right: 40px;
    bottom: 20px;
    display: none;
}

.up-btn.active {
    display: block;
}

.up-btn:hover img {
    transform: scale(1.1);
    transition: all 1s ease;
}

.up-btn img {
    width: 80%;
}

/* Cookie */
.cookie-box {
    position: fixed;
    z-index: 600;
    bottom: 20px;
    left: 0;
    padding: 0 30px;
    width: 100%;
    display: none;
}

.cookie {
    width: 100%;
    height: 60px;
    border: 2px solid #ffe400;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-family: sans-serif;
    gap: 20px;
}

.cookie a {
    color: #ffe400;
}

.cookie-btn {
    background-color: #ffe400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    position: relative;
    padding: 10px 30px;
    cursor: pointer;
}

.cookie-btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

/* Application form */
.application-form-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.application {
  background-color: #fff;
  border-radius: 1px;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.application-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.application-title {
  color: #000;
  font-size: 1.5rem;
  margin: 0;
}

.application-close-box .application-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: #000;
  cursor: pointer;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-text {
  color: #000;
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.application__input-box {
  margin-bottom: 15px;
}

.application__input-box span {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
  font-size: 0.9rem;
}

.application-input,
.application-textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 1px;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  box-sizing: border-box;
}

.application-input:focus,
.application-textarea:focus {
  outline: none;
  border-color: #000;
}

.application-textarea {
  resize: vertical;
  min-height: 100px;
}

.application__btn-box {
  text-align: center;
  margin-top: 10px;
}

.application-btn {
    width: 100%;
    background-color: #ffe400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #04003b;
    font-weight: 500;
    font-family: "Franklin Gothic", sans-serif;
    text-align: center;
    position: relative;
    padding: 10px 30px;
    cursor: pointer;
}

.application-btn:hover {
    transition: all .3s ease;
    background-color: #ebd300;
}

.application .checkbox-label {
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.application .checkbox-label a {
    color: #000;
    text-decoration: underline;
}

.application .checkbox-label input {
    margin-right: 10px;
}

/* Mobile menu */
.mobile-menu-btn {
    width: 76px;
    height: 100%;
    background-color: #121212;
    border: none;
    cursor: pointer;
    outline: none;
    display: none;
    justify-content: center;
    align-items: center;
}

.mobile-menu-btn img {
    width: 60%;
}

@media screen and (max-width: 1403px){
    .wrapper {
        width: 100%;
        margin: 0;
        padding: 0 50px;
    }

    .cfo-text {
        display: none;
    }

    .video-grid-left .video-wrapper {
        width: 550px;
        height: 460px;
    }

    .review {
        width: 461px;
    }

    .reviews-content {
        display: grid;
        grid-template-columns: repeat(2, 461px);
        gap: 85px 80px;
        margin-top: 80px;
        position: relative;
        z-index: 10;
        justify-content: center;
    }

    .reviews-stars {
        display: none;
    }

    .services-right {
        display: none;
    }

    .gallery-slider {
        width: 600px;
        height: 424px;
        margin-left: 30px;
        margin: 0 auto;
    }

    .gallery-body .wrapper {
        align-items: center;
    }

    .gallery-right {
        width: 100%;
    }


    .gallery-slide a {
        width: 80% !important;
        height: 600px !important;
        display: block;
        filter: brightness(50%);
    }

    .gallery-prev, .gallery-next {
        top: 180px;
    }

    .gallery-prev {
        left: 150px;
    }

    .gallery-next {
        right: 262px;
    }
}

@media screen and (max-width: 1280px){

    .nav-list {
        display: none;
    }

    .header {
        height: auto;
    }

    .header .wrapper {
        justify-content: space-between;
        flex-direction: column;
        padding-top: 40px;
    }

    .header-right{
        display: none;
    }

    .nav .wrapper {
        padding: 0;
    }

    .search-btn {
        margin-right: 0 !important;
    }

    .mobile-menu-btn {
        display: flex;
    }

    .slide-title {
        font-size: 64px;
        line-height: normal;
    }

    .slide-subtitle {
        font-size: 32px;
        margin-top: 3px;
    }

    .slide-text {
        font-size: 20px;
        margin-top: 30px;
    }

    .main {
        height: 400px;
    }

    .features {
        height: auto;
    }

    .features-content {
        flex-direction: column;
        gap: 80px;
    }

    .features-box {
        width: 100%;
    }

    .features-number {
        font-size: 202px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ffe400;
        font-family: "Proxima Nova Ex Cn", sans-serif;
    }

    .features-title {
        font-size: 22px;
    }

    .features-number__icon {
        position: absolute;
        z-index: 100;
    }

    .features-box.first .features-number__icon {
        bottom: -20px;
        right: -55px;
    }

    .features-box.second .features-number {
        margin-left: 0px;
    }

    .features-box.second .features-number__icon {
        bottom: -20px;
        right: -40px;
    }

    .features-box.third .features-number {
        margin-left: 0px;
    }

    .features-box.third .features-number__icon {
        bottom: -20px;
        right: -20px;
    }

    .about .about-height {
        margin-top: 90px;
    }

    .about-content {
        flex-direction: column;
    }

    .about-left__image {
        margin-left: 0px;
        margin-top: 0px;
    }

    .about {
        background: none;
    }
    .about-left__image img {
        width: 100%;
    }

    .about-subtitle {
        font-size: 22px;
        line-height: normal;
        margin-top: 44px;
        margin-left: 0px;
    }

    .about-title {
        font-size: 32px;
        text-transform: uppercase;
        color: #000000;
        font-weight: 800;
        font-family: "Free Set Black C", sans-serif;
        margin-top: 20px;
        margin-left: 0px;
        letter-spacing: 1.7px;
    }

    .about-text__icon {
        display: none;
    }

    .about, .about-content {
        height: auto;
    }

    .about-bold-text {
        margin-left: 0px;
    }

    .about-btn-box {
        margin-left: 0px;
    }

    .about-btn-box a {
        width: 100%;
    }

    .about .wrapper {
        padding: 0 10px;
    }

    .services-title {
        font-size: 32px;
        line-height: normal;
        text-transform: uppercase;
        color: #010101;
        font-weight: 800;
        font-family: "Free Set Black C", sans-serif;
        margin-top: 29px;
        margin-left: 0px;
        letter-spacing: 2px;
    }

    .services-text {
        width: 100%;
        height: auto;
        font-size: 15px;
        line-height: 21px;
        color: #999999;
        font-family: "Tahoma", sans-serif;
        margin-left: 0px;
        display: block;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .services-left {
        width: 1007px;
        z-index: 20;
        padding-left: 0px;
        display: grid
    ;
        grid-template-columns: repeat(1, 100%);
        gap: 10px;
    }

    .services .wrapper {
        padding: 0 10px;
    }

    .service-card:nth-child(n + 3) {
        margin-top: 30px;
    }

    .video-left__image {
        display: none;
    }

    .video__title {
        font-size: 32px;
        line-height: normal;
        text-transform: uppercase;
        color: #010101;
        font-weight: 800;
        font-family: "Free Set Black C", sans-serif;
        margin-top: 58px;
        margin-left: 0px;
        letter-spacing: 2px;
    }

    .video__text {
        max-width: 100%;
        font-size: 15px;
        line-height: 21px;
        color: #999999;
        font-family: "Tahoma";
        margin-top: 25px;
        margin-left: -0px;
    }

    .video .wrapper {
        padding: 0 10px;
    }

    .services-btn-box {
        display: none;
    }

    .video-grid {
        flex-direction: column;
    }
}