body {
    background: #222222;
}

.container {
    width: 90%;
    max-width: 1180px;
    margin: auto;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 48px;
    text-transform: uppercase;
}

h2.lineTitle {
    position: relative;
}

h2.lineTitle svg {
    position: absolute;
    top: calc(100% + 10px);
    left: -127px;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #5F76E2;
    transition: 0.4s;
}

.btn:hover {
    background: #5F76E2;
}

.btn.reverse {
    background: #5F76E2;
}

.btn.reverse:hover {
    background: transparent;
}

.anim {
    opacity: 0;
    transition: all 0.4s, opacity 1.5s, -webkit-transform 0.7s;
    transition: all 0.4s, opacity 1.5s, transform 0.7s;
    transition: all 0.4s, opacity 1.5s, transform 0.7s, -webkit-transform 0.7s;
}

.anim.toTop {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

.anim.toLeft {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.anim.animated {
    opacity: 1;
}

.anim.animated.toTop {
    -webkit-transform: none;
    transform: none;
}

.anim.animated.toLeft {
    -webkit-transform: none;
    transform: none;
}

@-webkit-keyframes block2 {
    0% {
        -webkit-transform: translate(76%, 0);
        transform: translate(76%, 0);
    }

    25% {
        -webkit-transform: translate(76%, 0);
        transform: translate(76%, 0);
    }

    75% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    99.99% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(76%, 0);
        transform: translate(76%, 0);
    }
}

@keyframes block2 {
    0% {
        -webkit-transform: translate(76%, 0);
        transform: translate(76%, 0);
    }

    25% {
        -webkit-transform: translate(76%, 0);
        transform: translate(76%, 0);
    }

    75% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    99.99% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(76%, 0);
        transform: translate(76%, 0);
    }
}

@-webkit-keyframes block {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    75% {
        -webkit-transform: translate(-76%, 0);
        transform: translate(-76%, 0);
    }

    99.99% {
        -webkit-transform: translate(-76%, 0);
        transform: translate(-76%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes block {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    25% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    75% {
        -webkit-transform: translate(-76%, 0);
        transform: translate(-76%, 0);
    }

    99.99% {
        -webkit-transform: translate(-76%, 0);
        transform: translate(-76%, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes hand {
    0% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }

    25% {
        -webkit-transform: translate(50%, 10%) rotate(5deg);
        transform: translate(50%, 10%) rotate(5deg);
    }

    75% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }

    100% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }
}

@keyframes hand {
    0% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }

    25% {
        -webkit-transform: translate(50%, 10%) rotate(5deg);
        transform: translate(50%, 10%) rotate(5deg);
    }

    75% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }

    100% {
        -webkit-transform: translate(0, 10%);
        transform: translate(0, 10%);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    border-radius: 0;
    text-decoration: none;
    color: #ffffff;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    line-height: 120%;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off, 'kern' off;
}

body {
    overflow-x: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body footer {
    margin-top: auto;
    margin-bottom: 0;
}

select,
input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
}

*:focus {
    outline: transparent;
}

input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@font-face {
    font-family: 'Gilroy';
    src: url("../fonts/Gilroy-ExtraBold.woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.preloader {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    overflow: hidden;
    pointer-events: none;
}

.preloader.fill .circle {
    opacity: 1;
}

.preloader svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .circle {
    width: 110vw;
    height: 110vh;
    -webkit-transform: translate(-52%, -50%);
    transform: translate(-52%, -50%);
    opacity: 0;
    transition: 2s;
}

.header {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    padding: 16px 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: 0s;
}

.header .onFix {
    display: none;
}

.header.fix {
    background: rgba(34, 34, 34, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    top: -73px;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

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

.header__logo {
    margin-right: auto;
}

.header__logo img {
    display: block;
    height: 20px;
    width: auto;
}

.header__menu ul {
    display: flex;
    gap: 30px;
}

.header__menu a {
    font-size: 14px;
    transition: .4s;
    border-bottom: 1px solid transparent;
}

.header__menu a:hover {
    color: #5F76E2;
    border-color: #5F76E2;
}

.header__btn {
    margin-left: 12px;
}

.header__mob__btn {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: 12px;
}

.header__mob__btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 4px;
    background: white;
    transition: .4s;
}

.header__mob__btn span:nth-child(1) {
    -webkit-transform: translate(-50%, calc(-50% - 10px));
    transform: translate(-50%, calc(-50% - 10px));
}

.header__mob__btn span:nth-child(2) {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__mob__btn span:nth-child(3) {
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
}

.header__mob__btn.open span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 32px;
    height: 4px;
    background: white;
}

.header__mob__btn.open span:nth-child(1) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.header__mob__btn.open span:nth-child(2) {
    opacity: 0;
}

.header__mob__btn.open span:nth-child(3) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.header__mob__container {
    display: none;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    padding-bottom: 40px;
}

.header__mob__container .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.header__mob__container .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.header__mob__container .menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.header__mob__container .menu a {
    font-size: 36px;
    border-bottom: 1px solid transparent;
    transition: 0.4s;
}

.header__mob__container .menu a:active {
    color: #5F76E2;
    border-bottom-color: #5F76E2;
}

.header__mob__container .contacts ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.header__mob__container .contacts a {
    font-size: 20px;
    color: #5F76E2;
    border-bottom: 1px solid #5F76E2;
}

.header__mob__container .contacts a svg {
    display: block;
    width: 36px;
    height: 36px;
}

.footer {
    padding: 120px 0;
    overflow: hidden;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.footer .container:before {
    content: "";
    position: absolute;
    top: 100px;
    left: -100px;
    width: 757px;
    height: 757px;
    border-radius: 757px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
    z-index: -1;
}

.footer .container:after {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    -webkit-transform: translate(20%, -60%);
    transform: translate(20%, -60%);
    width: 757px;
    height: 757px;
    border-radius: 757px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
    z-index: -1;
}

.footer * {
    font-size: 14px;
}

.footer h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.footer a:not(.logo) {
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.footer a:not(.logo):hover {
    color: #5F76E2;
    border-color: #5F76E2;
}

.footer__about {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.footer__about .logo img {
    display: block;
    height: 33px;
    width: auto;
}

.footer__about p {
    font-size: 14px;
}

.footer__about ul {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer__location {
    display: flex;
    flex-direction: column;
    gap: 36px;
    width: 400px;
}

.footer__location .contBox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.footer__location .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.footer__location .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.footer__location .right a {
    color: #5F76E2;
}

.footer__options {
    display: flex;
    flex-direction: column;
    gap: 36px;
    min-width: 180px;
}

.footer__options ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer__options .design {
    line-height: 1.4;
}

.footer__options .design a {
    color: #5F76E2;
}

.wpcf7-not-valid-tip {
    color: #AB6262 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-top: 2px !important;
}

.wpcf7-response-output {
    width: 100% !important;
    margin: 20px auto 0 !important;
    padding: 5px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}

form {
    position: relative;
}

.wpcf7-spinner {
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    position: absolute !important;
}

main {
    overflow: hidden;
}

.b1 {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 0;
}

.b1__bg {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 180px);
    object-fit: cover;
    object-position: center bottom;
}

.b1 .container {
    min-height: 100vh;
    padding: 80px 0 60px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 5;
}

.b1.imgOpacity .b1__bg {
    opacity: 0.3;
    transition: 1.5s;
}

.b1__flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.b1__text {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.b1__text h1 {
    font-size: 48px;
    text-transform: uppercase;
}

.b1__text ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.b1__text li {
    color: #5F76E2;
    font-size: 14px;
    white-space: nowrap;
}

.b1__btn {
    width: 180px;
    height: 180px;
    cursor: pointer;
    position: relative;
}

.b1__btn p {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-57%, -50%);
    transform: translate(-57%, -50%);
    z-index: 3;
    color: #5F76E2;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

.b1__btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.b1__btn img.hov {
    z-index: 2;
    opacity: 0;
    transition: 0.4s;
}

@media screen and (min-width: 1025px){
    .b1__btn:hover img.hov {
        opacity: 1;
    }
}

.b2 img {
    display: block;
    width: 100%;
    height: auto;
}

.b2 .container {
    position: relative;
}

.b2 .splide__pagination {
    bottom: 20px;
}

.b2 .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 99px;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    background: white;
}

.b2 .splide__pagination__page.is-active {
    background: #5F76E2;
}

.b3 .container {
    position: relative;
}

.b3 .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: unset;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    width: 985px;
    height: 985px;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(50% 50% at 54.57% 46.15%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
}

.b3 .deco {
    position: absolute;
    left: 0;
    top: 158px;
    pointer-events: none;
    z-index: -1;
}

.b3.v1 .b3__list {
    max-width: 880px;
}

.b3.v1 .b3__list .box {
    width: 100%;
}

.b3.v1 .b3__list .box:nth-child(2) {
    padding-top: 80px;
}

.b3.v1 .b3__list .box img {
    height: 240px;
    margin-bottom: -100px;
}

.b3.v1 .b3__list .box p {
    max-width: unset;
}

.b3.v1 .container:before {
    left: 0;
    right: unset;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b3__list {
    margin-left: auto;
    max-width: 780px;
    padding-top: 80px;
    display: flex;
    gap: 50px;
}

.b3__list .box {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
}

.b3__list .box img {
    display: block;
    height: 124px;
}

.b3__list .box h3 {
    font-size: 36px;
}

.b3__list .box p {
    font-size: 14px;
    max-width: 170px;
}

.b4__top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.b4__top p {
    color: #5F76E2;
    font-size: 14px;
}

.b4 .infoContainer {
    max-width: 780px;
    margin-left: auto;
    position: relative;
}

.b4 .infoContainer:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0;
    -webkit-transform: translate(-85%, 0);
    transform: translate(-85%, 0);
    width: 757px;
    height: 757px;
    border-radius: 757px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
    z-index: -1;
}

.b4 .infoContainer h2 {
    color: #5F76E2;
    margin-bottom: 32px;
}

.b4 .infoContainer h2 svg {
    margin-top: 5px;
}

.b4 .infoContainer h2 svg .hand {
    -webkit-animation-name: hand;
    animation-name: hand;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.b4 .infoContainer h2 svg .block {
    -webkit-animation-name: block;
    animation-name: block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.b4 .infoContainer h2 svg .block2 {
    -webkit-animation-name: block2;
    animation-name: block2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.b4 .infoContainer .examples {
    display: flex;
    gap: 32px;
}

.b4 .infoContainer .examplesBox {
    display: flex;
    align-items: center;
    gap: 16px;
}

.b4 .infoContainer .examplesBox .ico {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #5F76E2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5F76E2;
    padding-top: 2px;
}

.b4 .infoContainer .examplesBox .ico.full {
    font-size: 12px;
    color: #222222;
    background: #5F76E2;
}

.b4 .infoContainer .examplesBox p {
    font-size: 14px;
    color: #5F76E2;
}

.b4 .infoContainer .pr {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

.b4 .infoContainer .prBox {
    display: flex;
    align-items: center;
    gap: 16px;
}

.b4 .infoContainer .prBox .ttl {
    margin-right: 4px;
    width: 280px;
    padding: 12px;
    border-radius: 8px;
    background: var(--Gunmetal, #2C2F3B);
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.b4 .infoContainer .prBox .ico {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #5F76E2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5F76E2;
    padding-top: 2px;
}

.b4 .infoContainer .prBox .ico.full {
    font-size: 12px;
    color: #222222;
    background: #5F76E2;
}

.b4 .infoContainer .prBox p {
    font-size: 14px;
    color: #5F76E2;
}

.b5 .rightCol {
    max-width: 780px;
    margin-left: auto;
    position: relative;
}

.b5 .rightCol:before {
    content: "";
    position: absolute;
    bottom: 65px;
    left: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    width: 757px;
    height: 757px;
    border-radius: 757px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
    z-index: -1;
}

.b5 h2 {
    margin-bottom: 32px;
    color: #5F76E2;
}

.b5 h2 svg {
    margin-top: 5px;
}

.b5 h2 svg .hand {
    -webkit-animation-name: hand;
    animation-name: hand;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
}

.b5 h2 svg .block {
    -webkit-animation-name: block;
    animation-name: block;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.b5 h2 svg .block2 {
    -webkit-animation-name: block2;
    animation-name: block2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.b5 .box {
    margin-bottom: 24px;
    overflow: hidden;
}

.b5 .box:last-child {
    margin-bottom: 0;
}

.b5 .box h3 {
    color: #5F76E2;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 16px;
    position: relative;
    padding-left: 48px;
}

.b5 .box h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 1px;
    background: #5F76E2;
}

.b5 .box h3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 120%;
    background: #5F76E2;
}

.b5 .box .subtitle {
    position: relative;
    text-align: right;
    font-size: 24px;
    text-transform: uppercase;
    width: 480px;
    margin-top: 16px;
    padding-right: 48px;
}

.b5 .box .subtitle:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 1px;
    background: #5F76E2;
}

.b5 .box .subtitle:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 1px;
    height: 240px;
    background: #5F76E2;
}

.b5 .box ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 24px;
    border-left: 1px solid #5F76E2;
}

.b5 .box ul li {
    width: 432px;
    padding: 12px;
    border-radius: 8px;
    background: var(--Gunmetal, #2C2F3B);
    text-align: center;
    font-size: 24px;
}

.b6 {
    position: relative;
}

.b6:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(35%, -50%);
    transform: translate(35%, -50%);
    width: 757px;
    height: 757px;
    border-radius: 757px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
    z-index: -1;
}

.b6 .container {
    display: flex;
    align-items: center;
    position: relative;
}

.b6 .container:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-60%, 40%);
    transform: translate(-60%, 40%);
    width: 757px;
    height: 757px;
    border-radius: 757px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 87%);
    z-index: -1;
}

.b6 .text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 300px;
}

.b6 .text p {
    font-size: 14px;
    color: #5F76E2;
}

.b6 img {
    width: calc(100% - 300px + (100vw - 1180px) / 2);
    margin-right: calc((100vw - 1180px) / -2);
}

.b7 {
    padding-bottom: 0;
}

.b7 .map {
    margin-top: 55px;
    width: 100%;
    height: 80vh;
}

.detalingPage .header__menu a:hover {
    color: #DA9000;
    border-color: #DA9000;
}

.detalingPage .header__mob__container .menu a:active {
    color: #DA9000;
}

.detalingPage .header__mob__container .contacts a {
    color: #DA9000;
    border-bottom-color: #DA9000;
}

.detalingPage .header__mob__container .contacts a svg .color {
    fill: #DA9000;
}

.detalingPage .btn {
    border: 1px solid #DA9000;
}

.detalingPage .btn:hover {
    background: #DA9000;
}

.detalingPage .btn.reverse {
    background: #DA9000;
}

.detalingPage .b1__text li {
    color: #DA9000;
}

.detalingPage .b1__btn p {
    color: #DA9000;
}

.detalingPage .b2 .splide__pagination__page.is-active {
    background: #DA9000;
}

.detalingPage .b3 .container:before {
    background: radial-gradient(50% 50% at 54.57% 46.15%, rgba(218, 144, 0, 0.17) 0%, rgba(218, 144, 0, 0) 82.5%) !important;
}

.detalingPage .footer .container:before {
    background: radial-gradient(50% 50% at 54.57% 46.15%, rgba(218, 144, 0, 0.17) 0%, rgba(218, 144, 0, 0) 82.5%);
}

.detalingPage .footer .container:after {
    background: radial-gradient(50% 50% at 54.57% 46.15%, rgba(218, 144, 0, 0.17) 0%, rgba(218, 144, 0, 0) 82.5%);
}

.detalingPage .footer a:not(.logo):hover {
    color: #DA9000;
    border-color: #DA9000;
}

.detalingPage .footer__location .right a {
    color: #DA9000;
}

.detalingPage .footer__options .design a {
    color: #DA9000;
}

.d1 .lineTitle {
    margin-bottom: 80px;
}

.d1__info {
    display: flex;
    align-items: flex-start;
    gap: 44px;
    margin-bottom: 40px;
}

.d1__info .text {
    width: 350px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.d1__info .text h3 {
    font-size: 36px;
    margin-bottom: 12px;
}

.d1__info .text .big {
    font-size: 20px;
}

.d1__info .text p {
    font-size: 14px;
}

.d1__info .text .cntnt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d1__info img {
    display: block;
    width: calc(100% - 390px);
    height: auto;
    border-radius: 16px;
}

.d1__acc {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d1__acc .acc-box {
    border-radius: 8px;
    background: var(--Brown, #3B2F2C);
}

.d1__acc .acc-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px;
}

.d1__acc .acc-title:hover {
    cursor: pointer;
}

.d1__acc .acc-title:hover .arrow {
    background: #DA9000;
}

.d1__acc .acc-title.open .arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.d1__acc .acc-title p {
    font-size: 20px;
}

.d1__acc .acc-title .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #DA9000;
    transition: 0.4s;
}

.d1__acc .acc-body {
    display: none;
    padding: 0 16px 16px;
}

.d1__acc .acc-body p {
    color: #DA9000;
    font-size: 14px;
}

.d2 .lineTitle {
    margin-bottom: 60px;
}

.d2 .tabs-header {
    display: flex;
    position: relative;
    z-index: 3;
}

.d2 .tabs-header [data-tab] {
    flex-grow: 1;
    font-size: 20px;
    border-bottom: 1px solid #848484;
    text-align: center;
    padding: 12px 0;
    transition: 0.4s;
    cursor: pointer;
}

.d2 .tabs-header [data-tab]:hover {
    color: #DA9000;
}

.d2 .tabs-header [data-tab].active {
    color: #DA9000;
    border-color: #DA9000;
}

.d2 .tabs-body {
    padding-top: 36px;
}

.d2 .tabs-body .box {
    display: none;
}

.d2 .tabs-body .box.active {
    display: block;
}

.d2 .tabs-body .table {
    border: 1px solid #444343;
    border-radius: 8px;
    overflow: hidden;
}

.d2 .tabs-body .table__header {
    background: var(--Brown, #3B2F2C);
    display: flex;
}

.d2 .tabs-body .table__header * {
    font-size: 24px;
}

.d2 .tabs-body .table__header .mainCol {
    width: 100%;
    display: flex;
    border-right: 1px solid #444343;
}

.d2 .tabs-body .table__header .mainCol:last-child {
    border-right: none;
}

.d2 .tabs-body .table__header .mainCol:nth-child(1) .subCol {
    text-align: left;
}

.d2 .tabs-body .table__header .subCol {
    width: 100%;
    text-align: center;
    padding: 24px;
    border-right: 1px solid #444343;
}

.d2 .tabs-body .table__header .subCol:last-child {
    border-right: none;
}

.d2 .tabs-body .table__row {
    display: flex;
}

.d2 .tabs-body .table__row:nth-child(2n-1) {
    background: #323232;
}

.d2 .tabs-body .table__row * {
    font-size: 14px;
}

.d2 .tabs-body .table__row .mainCol {
    width: 100%;
    display: flex;
    border-right: 1px solid #444343;
}

.d2 .tabs-body .table__row .mainCol:last-child {
    border-right: none;
}

.d2 .tabs-body .table__row .mainCol:nth-child(1) .subCol {
    align-items: flex-start;
    text-align: left;
}

.d2 .tabs-body .table__row .mainCol:nth-child(1) .multi .item {
    align-items: flex-start;
}

.d2 .tabs-body .table__row .subCol {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    border-right: 1px solid #444343;
}

.d2 .tabs-body .table__row .subCol:last-child {
    border-right: none;
}

.d2 .tabs-body .table__row .subCol.multi {
    padding: 0 16px;
}

.d2 .tabs-body .table__row .subCol.multi .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    position: relative;
}

.d2 .tabs-body .table__row .subCol.multi .item:before {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 0;
    width: calc(100% + 32px);
    height: 1px;
    background: #444343;
}

.d2 .tabs-body .table__row .subCol.multi .item:last-child:before {
    display: none;
}

.d2__about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 56px;
}

.d2__about:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 737px;
    height: 737px;
    pointer-events: none;
    z-index: -1;
    background: radial-gradient(50% 50% at 54.57% 46.15%, rgba(218, 144, 0, 0.17) 0%, rgba(218, 144, 0, 0) 82.5%);
}

.d2__about .deco {
    display: block;
    height: 150px;
    width: auto;
}

.d2__about .list {
    display: flex;
    gap: 100px;
}

.d2__about .box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.d2__about .box img {
    display: block;
    height: 224px;
    width: auto;
    margin-bottom: -100px;
}

.d2__about .box h3 {
    font-size: 36px;
    text-transform: uppercase;
}

.d2__about .box p {
    font-size: 14px;
}

.welcomeSec {
    position: relative;
    padding: 0;
}

.welcomeSec__background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.welcomeSec__background:after {
    content: "";
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.8);
}

.welcomeSec__background .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: .4s;
}

.welcomeSec__background .bg[data-page="main"] {
    z-index: 1;
    opacity: 1;
}

.welcomeSec__background .bg.open {
    opacity: 1;
}

.welcomeSec__background img,
.welcomeSec__background video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.welcomeSec .container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 100vh;
    position: relative;
    z-index: 10;
    padding: 100px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcomeSec__logo {
    margin-top: auto;
}

.welcomeSec__logo img {
    display: block;
    height: 100px;
    width: auto;
}

.welcomeSec h1 {
    font-size: 36px;
    text-align: center;
    margin-top: 50px;
}

.welcomeSec__btns {
    margin-top: 85px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
}

.welcomeSec__btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    height: 120px;
    border-radius: 24px;
    border: 1px solid var(--white, #FFF);
    transition: 0.4s;
    font-size: 28px;
}

.welcomeSec__bottom {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.welcomeSec__bottom p {
    font-size: 14px;
}

.welcomeSec__bottom a {
    font-size: 14px;
    transition: 0.4s;
    border-bottom: 1px solid transparent;
}

.welcomeSec__bottom a:hover {
    color: #DA9000;
    border-color: #DA9000;
}

@media screen and (min-width: 769px) {
    .anim.delay2 {
        transition-delay: 0.2s;
    }

    .anim.delay3 {
        transition-delay: 0.4s;
    }

    .anim.delay4 {
        transition-delay: 0.6s;
    }

    .b4 .infoContainer h2 svg {
        display: none;
    }

    .b5 h2 svg {
        display: none;
    }
}

@media screen and (min-width: 1221px) {
    .header.fix .onFix {
        display: flex;
    }

    .header__mob__btn {
        display: none;
    }
}

@media screen and (max-width: 1310px) {
    .b6 img {
        width: calc(100% - 300px + 5vw);
        margin-right: -5vw;
    }

    .b6 img {
        width: calc(100% - 300px + (100vw - 700px) / 2);
        margin-right: calc((100vw - 700px) / -2);
    }
}

@media screen and (max-width: 1220px) {
    .header__menu {
        display: none;
    }

    .footer {
        padding: 100px 0 80px;
    }

    .footer .container {
        flex-wrap: wrap;
        gap: 40px;
    }

    .footer__about {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer__about .logo {
        width: 100%;
    }

    .b1 .container {
        /*min-height: unset;*/
        padding: 32px 0 60px;
    }

    .b1__text {
        width: 100%;
        padding-right: 130px;
    }

    .b1__text ul {
        flex-wrap: wrap;
        gap: 6px;
    }

    .b1__btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 110px;
        height: 110px;
    }

    .b1__btn p {
        font-size: 12px;
    }

    .b3 .deco {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 110px;
        height: auto;
        top: 50px;
    }

    .b3.v1 .b3__list .box:nth-child(2) {
        padding-top: 100px;
    }

    .b3.v1 .b3__list .box:nth-child(3) {
        padding-top: 40px;
    }

    .b3.v1 .b3__list .box img {
        height: 200px;
        margin-bottom: -80px;
    }

    .b3__list .box h3 {
        font-size: 28px;
    }

    .b4__top {
        margin-bottom: 32px;
    }

    .b4 .infoContainer .prBox .ttl {
        min-width: 270px;
        width: 270px;
    }

    .b5 .box {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-left: auto;
    }
}

@media screen and (max-width: 1024px) {
    .d2__about .deco {
        position: absolute;
        left: 130px;
        top: -30px;
    }

    .d2__about .list {
        gap: unset;
        justify-content: space-between;
        width: 100%;
    }

    .welcomeSec .container {
        max-width: unset;
    }

    .welcomeSec__logo {
        margin-top: 0;
    }

    .welcomeSec__logo img {
        height: 35px;
    }

    .welcomeSec h1 {
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .welcomeSec__btns {
        margin: auto 0;
        gap: 24px;
    }

    .welcomeSec__btns a {
        width: 100%;
        height: 175px;
    }

    .welcomeSec__bottom {
        margin-top: 24px;
    }
}

@media screen and (max-width: 460px) {
    .b1__bg {
        width: 140%;
        height: auto;
        left: 50%;
        transform: translate(-50%, 0);
        position: relative;
    }

    .b1 .container {
        min-height: unset;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 500px;
    }

    section {
        padding: 40px 0;
    }

    h2 {
        font-size: 28px;
    }

    h2.lineTitle svg {
        width: 400px;
        height: auto;
        left: -70px;
        top: calc(100% + 3px);
    }

    .header__mob__container .menu a {
        font-size: 26px;
    }

    .footer {
        padding: 60px 0;
    }

    .footer .container {
        gap: 36px;
    }

    .footer .container:before {
        width: 420px;
        height: 420px;
        top: 0;
        right: 0;
        left: unset;
        -webkit-transform: translate(30%, -40%);
        transform: translate(30%, -40%);
    }

    .footer .container:after {
        width: 240px;
        height: 240px;
        left: 0;
        bottom: 0;
        top: unset;
        right: unset;
        -webkit-transform: translate(-20%, 60%);
        transform: translate(-20%, 60%);
    }

    .footer h3 {
        color: #5F76E2;
    }

    .footer__about {
        gap: 16px;
        flex-direction: column;
    }

    .footer__about .logo {
        margin-bottom: 16px;
    }

    .footer__location {
        gap: 12px;
        width: 100%;
    }

    .footer__location h3 {
        margin-bottom: 12px;
    }

    .footer__location .right {
        width: 92px;
    }

    .footer__options {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 24px;
        width: 100%;
        min-width: unset;
    }

    .footer__options h3 {
        width: 100%;
    }

    .footer__options .design {
        width: 92px;
    }

    .b1__text {
        gap: 32px;
        padding-right: 0;
    }

    .b1__text h1 {
        font-size: 28px;
    }

    .b1__text ul {
        flex-direction: column;
        gap: 6px;
        padding-right: 130px;
    }

    .b1__btn {
        top: unset;
        bottom: -10px;
    }

    .b3 .deco {
        width: 80px;
        left: 0;
        -webkit-transform: none;
        transform: none;
        top: 165px;
    }

    .b3.v1 .b3__list .box {
        width: 170px;
        padding-top: 0 !important;
        gap: 8px;
    }

    .b3.v1 .b3__list .box:nth-child(2) {
        margin-left: auto;
    }

    .b3.v1 .b3__list .box img {
        height: 130px;
        margin: 0 auto -80px;
    }

    .b3.v1 .b3__list .box h3 {
        font-size: 20px;
    }

    .b3.v1 .container:before {
        width: 600px;
        height: 600px;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%);
        background: radial-gradient(50% 50% at 54.57% 46.15%, rgba(146, 164, 245, 0.2) 0%, rgba(146, 164, 245, 0) 100%);
    }

    .b3__list {
        flex-direction: column;
        align-items: center;
        gap: 32px;
        padding-top: 50px;
    }

    .b3__list .box {
        width: 180px;
        gap: 8px;
    }

    .b3__list .box img {
        margin-bottom: 12px;
    }

    .b3__list .box h3 {
        font-size: 24px;
    }

    .b4__top {
        gap: 12px;
        margin-bottom: 24px;
    }

    .b4 .infoContainer h2 {
        margin-bottom: 12px;
    }

    .b4 .infoContainer h2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }

    .b4 .infoContainer .examples {
        display: none;
    }

    .b4 .infoContainer .pr {
        margin-top: 12px;
        flex-direction: row;
        overflow: auto;
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 0 16px;
    }

    .b4 .infoContainer .prBox {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        padding: 24px;
        background: var(--Gunmetal, #2C2F3B);
        border-radius: 12px;
        width: 252px;
        min-width: 252px;
        height: 220px;
    }

    .b4 .infoContainer .prBox .ttl {
        min-width: unset;
        width: 100%;
        font-size: 20px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        text-align: left;
    }

    .b4 .infoContainer .prBox .ico {
        order: 3;
        margin-top: auto;
    }

    .b5 h2 {
        margin-bottom: 24px;
    }

    .b5 h2 {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }

    .b5 .list {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        overflow: auto;
        width: 100vw;
        padding: 0 16px;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .b5 .box {
        width: 252px;
        min-width: 252px;
        margin: 0;
        padding-left: 20px;
        position: relative;
    }

    .b5 .box h3 {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 12px 5px 0;
        margin: 0;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: translateY(100%) rotate(-90deg);
        transform: translateY(100%) rotate(-90deg);
        background: #222222;
    }

    .b5 .box h3:before {
        display: none;
    }

    .b5 .box h3:after {
        display: none;
    }

    .b5 .box .subtitle {
        display: none;
    }

    .b5 .box ul {
        gap: 10px;
        padding-left: 20px;
    }

    .b5 .box ul li {
        font-size: 16px;
        text-transform: uppercase;
        padding: 22px;
        width: 215px;
    }

    .b6:before {
        display: none;
    }

    .b6 .container {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .b6 .container:after {
        display: none;
    }

    .b6 .text {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        gap: 24px;
    }

    .b6 img {
        width: 95vw;
        margin-right: -5vw;
    }

    .b7 .map {
        margin-top: 40px;
        height: 60vh;
    }

    .detalingPage .b1__text {
        gap: 50px;
    }

    .detalingPage .b1__btn {
        bottom: -21px;
    }

    .detalingPage .footer h3 {
        color: #DA9000;
    }

    .d1 .lineTitle {
        margin-bottom: 55px;
    }

    .d1__info {
        gap: 24px;
        margin-bottom: 24px;
        flex-direction: column;
    }

    .d1__info .text {
        width: 100%;
        gap: 12px;
    }

    .d1__info .text h3 {
        font-size: 24px;
    }

    .d1__info .text .big {
        font-size: 20px;
    }

    .d1__info img {
        width: 100%;
        border-radius: 8px;
    }

    .d2 .lineTitle {
        margin-bottom: 40px;
    }

    .d2 .tabs-header {
        flex-direction: column;
    }

    .d2 .tabs-header [data-tab] {
        text-align: left;
        padding: 12px 0 6px;
    }

    .d2 .tabs-body {
        padding-top: 24px;
    }

    .d2 .tabs-body .box {
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 0 calc((100vw - 500px) / 2);
        overflow: auto;
    }

    .d2 .tabs-body .table {
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }

    .d2 .tabs-body .table__header .mainCol:nth-child(1) {
        min-width: 280px;
    }

    .d2 .tabs-body .table__header .mainCol:nth-child(2) {
        width: 435px;
        min-width: 435px;
    }

    .d2 .tabs-body .table__row .mainCol:nth-child(1) {
        min-width: 280px;
    }

    .d2 .tabs-body .table__row .mainCol:nth-child(1) .subCol:nth-child(1) {
        width: 280px;
        min-width: 280px;
    }

    .d2 .tabs-body .table__row .mainCol:nth-child(1) .subCol:nth-child(2) {
        width: 180px;
        min-width: 180px;
    }

    .d2 .tabs-body .table__row .mainCol:nth-child(2) {
        width: 435px;
        min-width: 435px;
    }

    .d2__about:before {
        width: 457px;
        height: 457px;
        top: 40%;
        left: unset;
        right: 0;
        -webkit-transform: translate(45%, -50%);
        transform: translate(45%, -50%);
    }

    .d2__about .deco {
        display: none;
    }

    .d2__about .box {
        gap: 12px;
    }

    .d2__about .box:nth-child(1) {
        margin-top: 60px;
    }

    .d2__about .box:nth-child(2) {
        -webkit-transform: translateX(13%);
        transform: translateX(13%);
    }

    .d2__about .box:nth-child(3) {
        margin-top: 146px;
    }

    .d2__about .box img {
        height: 120px;
        margin-bottom: -85px;
    }

    .d2__about .box h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 573px) {
    .d2 .tabs-body .box {
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 0 5vw;
        overflow: auto;
    }
}

@media screen and (max-width: 550px) {
    .welcomeSec{
        height: 100vh!important;
        overflow: auto;
    }
    .welcomeSec .container {
        padding: 50px 0 30px;
    }

    .welcomeSec__btns {
        gap: 20px;
    }

    .welcomeSec__btns a {
        font-size: 24px;
        height: 150px;
    }

    .welcomeSec .container{
        height: max-content;
    }
}

