@charset "UTF-8";

/* proxima_nova font */
@font-face {
    font-family: "proxima_nova";
    src: url("../../fonts/subset-ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/subset-ProximaNova-Regular.woff") format("woff"), url("../../fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src: url("../../fonts/subset-ProximaNova-Semibold.woff2") format("woff2"), url("../../fonts/subset-ProximaNova-Semibold.woff") format("woff"), url("../../fonts/subset-ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src: url("../../fonts/subset-ProximaNova-Bold.woff2") format("woff2"), url("../../fonts/subset-ProximaNova-Bold.woff") format("woff"), url("../../fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src: url("../../fonts/subset-ProximaNovaT-Thin.woff2") format("woff2"), url("../../fonts/subset-ProximaNovaT-Thin.woff") format("woff"), url("../../fonts/subset-ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proxima_nova";
    src: url("../../fonts/subset-ProximaNova-Extrabld.woff2") format("woff2"), url("../../fonts/subset-ProximaNova-Extrabld.woff") format("woff"), url("../../fonts/subset-ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* EuclidSquare font */
@font-face {
    font-family: "Euclid Square";
    src: local("Euclid Square Regular"), local("Euclid-Square-Regular"), url("../../fonts/EuclidSquare/EuclidSquare-Regular.woff2") format("woff2"), url("../../fonts/EuclidSquare/EuclidSquare-Regular.woff") format("woff"), url("../../fonts/EuclidSquare/EuclidSquare-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src: local("Euclid Square Light"), local("Euclid-Square-Light"), url("../../fonts/EuclidSquare/EuclidSquare-Light.woff2") format("woff2"), url("../../fonts/EuclidSquare/EuclidSquare-Light.woff") format("woff"), url("../../fonts/EuclidSquare/EuclidSquare-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src: local("Euclid Square Semi Bold"), local("Euclid-Square-Semi-Bold"), url("../../fonts/EuclidSquare/EuclidSquare-SemiBold.woff2") format("woff2"), url("../../fonts/EuclidSquare/EuclidSquare-SemiBold.woff") format("woff"), url("../../fonts/EuclidSquare/EuclidSquare-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src: local("Euclid Square Bold"), local("Euclid-Square-Bold"), url("../../fonts/EuclidSquare/EuclidSquare-Bold.woff2") format("woff2"), url("../../fonts/EuclidSquare/EuclidSquare-Bold.woff") format("woff"), url("../../fonts/EuclidSquare/EuclidSquare-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Euclid Square";
    src: local("Euclid Square Italic"), local("Euclid-Square-Italic"), url("../../fonts/EuclidSquare/EuclidSquare-Italic.woff2") format("woff2"), url("../../fonts/EuclidSquare/EuclidSquare-Italic.woff") format("woff"), url("../../fonts/EuclidSquare/EuclidSquare-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Euclid Square";
    src: local("Euclid Square Bold Italic"), local("Euclid-Square-Bold-Italic"), url("../../fonts/EuclidSquare/EuclidSquare-BoldItalic.woff2") format("woff2"), url("../../fonts/EuclidSquare/EuclidSquare-BoldItalic.woff") format("woff"), url("../../fonts/EuclidSquare/EuclidSquare-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

img {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

h1 {
    font-family: "proxima_nova";
}

h2 {
    font-family: "Euclid Square";
    font-weight: bold;
}

.container {
    height: 100%;
    margin: 0 auto;
    max-width: 1226px;
    position: relative;
}

.remodal .btn:hover {
    background-color: #2d3648;
    cursor: pointer;
}

body {
    background-color: #162950;
    margin: 0;
    padding: 0;
    /* padding-bottom: 54px; */
    color: #fff;
    overflow-x: hidden;
    font-family: "Euclid Square";
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden !important;
}

a:hover {
    text-decoration: none;
}

img {
    pointer-events: none;
}

.decoration {
    position: absolute;
}

.no-scroll {
    overflow: hidden;
}

@media(max-width: 760px) {
    .no-scroll {
        overflow: hidden;
        background: #e5dbf3;
    }

}

.hidden {
    display: none;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

.btn-transparent:hover {
    -webkit-box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 12px 2px rgba(255, 255, 255, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

#header_pc {
    margin-top: 35px;
}

.fancybox-content {
    max-width: 1207px;
}

.fancybox-container * {
    color: #000;
}

.logo-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-box a {
    line-height: 0px;
    margin-right: 20px;
}

.social-box a:last-child {
    margin-right: 0px;
}

.decoration-vert-line {
    display: block;
    height: 31px;
    width: 0;
    border-left: 1px solid #6091F8;
    border-radius: 100%;
    margin: 0px 20px;
}

.number-side a {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
    color: #ffffff;
}

.header_logo {
    height: 30px;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 16px;
    -webkit-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    margin-top: 0;
}

.red-btn {
    max-width: 405px;
    background: #FFCC02;
    border-radius: 100px;
    padding: 30px 80px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

.red-btn img {
    margin-right: 10px;
}

.btn-transparent {
    border: 1px solid #6091F8;
    border-radius: 100px;
    background-color: transparent;
}

.number-side .btn-transparent {
    font-size: 16px;
}

.number-side {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.number-side a:first-child {
    margin-right: 18px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/* mobile header */
.header {
    padding: 20px 0px 13px 0px;
    background: none;
    position: absolute;
    z-index: 5;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header_mobile {
    display: none;
}

.header__contact {
    text-align: right;
}

.header__contact a.phone {
    font-size: 0px;
    background: url(/img/seo/phone-white.svg) no-repeat center;
    width: 42px;
    height: 42px;
    border-radius: 5px;
    margin-right: 0px;
    line-height: 30px;
    color: #6091F8;
    text-decoration: none;
    display: table;
}

.header.active {
    border-bottom: 1px solid #f2f2f2;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position: fixed;
    top: 0;
}

.toggle-menu.active span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    width: 35px;
    bottom: 18px;
    /* background: #6091F8; */
}

.toggle-menu.active span::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 35px;
    top: 18px;
    /* background: #6091F8; */
}

.toggle-menu.active span {
    background: 0 0;
}

.second-menu.active {
    -webkit-transform: none;
    transform: none;
    transition: transform 200ms linear;
}

.-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.toggle-menu {
    width: 51px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: -17px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    z-index: 4;
    margin-top: 4px;
    margin-right: 20px;
}

.toggle-menu span {
    background: #ffffff;
    border-radius: 10px;
    height: 4px;
    width: 26px;
}

.toggle-menu span:before {
    content: "";
    background: #ffffff;
    border-radius: 10px;
    height: 4px;
    width: 34px;
    bottom: 9px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.toggle-menu span:after {
    content: "";
    background: #ffffff;
    border-radius: 10px;
    height: 4px;
    width: 34px;
    top: 9px;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.logo>a {
    z-index: 4;
    position: relative;
}

.logo img {
    display: block;
}

.second-menu {
    position: fixed;
    top: 0px;
    width: 100%;
    max-width: 50%;
    background: linear-gradient(180deg, #A259FF 0%, #7331C6 87.26%);
    background-size: 50% 100%;
    z-index: 3;
    padding-top: 190px;
    color: #fff;
    overflow-y: hidden;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 200ms linear;
    will-change: transform;
}

@media(max-width:1228px) {
    .second-menu {
        max-width: 100%;
    }
}

/* mobile header */
#main {
    margin-bottom: 100px;
    position: relative;
}

#main .container {
    position: relative;
}

.main_text {
    padding-top: 133px;
    max-width: 945px;
}

.main_text h1 {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 76px;
    margin-bottom: 46px;
}

.ul-box .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}

.ul-box .li img {
    width: 35px;
}

.ul-box .li p {
    margin-left: 30px;
}

.modal-title span {
    font-size: 21px;
}

.remodal .btn {
    background-color: #334874;
    color: #fff;
    font-size: 16px;
    max-width: 373px;
    border-radius: 5px;
}

.remodal input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(96, 145, 248, 0.7);
    margin: 0;
    margin-bottom: 80px;
    padding: 0;
}

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

.form-btn {
    max-width: 436px;
    margin: 0;
    margin-top: 25px;
    border: none;
    padding: 33px 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.arrow-point {
    bottom: 79px;
    left: 511px;
    z-index: 2;
}

.bg-el {
    position: absolute;
    width: 562px;
    height: 562px;
    background: -o-linear-gradient(332.02deg, #6091F8 16.08%, #FF7C7C 79.55%);
    background: linear-gradient(117.98deg, #6091F8 16.08%, #FF7C7C 79.55%);
    opacity: 0.2;
    -webkit-filter: blur(126px);
    filter: blur(126px);
    top: 0;
    right: -144px;
    z-index: -1;
}


.red-btn:hover {
    background-color: #ff0000;
}

.h1_header {
    font-family: "Euclid Square";
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 81px;
    color: #FFFFFF;
}

.yellow {
    color: #F5F860;
}

.green {
    color: #A259FF;
}

img {
    opacity: 1;
    -webkit-transition: opacity 0.9s;
    -o-transition: opacity 0.9s;
    transition: opacity 0.9s;
}

img[data-src] {
    opacity: 0;
}


.h1_header_blue {
    color: #162950;
    font-weight: 700;
    font-size: 64px;
    line-height: 81px;
}

.h1_header_blue span {
    color: #6091F8;
}

.red-btn-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    background: #FFCC02;
    border-radius: 100px;
    padding: 13px 22px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.red-btn-swiper:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #dfb50e;
    box-shadow: inset 0 0 0 1000px #dfb50e;
}

.red-btn-swiper img {
    margin-right: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("/img/main/swiper-slider-button-arrow.svg");
    background-size: cover;
    right: 10px;
    left: auto;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("/img/main/swiper-slider-button-arrow.svg");
    background-size: cover;
    left: 10px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-next,
.swiper-button-prev {
    top: 110%;
    width: 50px;
    height: 32px;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

footer {
    margin-top: 83px;
    background: #102145;
    height: 54px;
}

footer .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

footer .footer-flex .politic {
    font-family: "proxima_nova";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    color: #BFBFBF;
}

@media(max-width: 1640px) {
    .main_text h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .ul-box .li {
        font-size: 26px;
    }
}



@media screen and (max-width: 1228px) {
    .container {
        margin: 0 2%;
    }

    .second_box {
        position: relative;
    }

    #header_pc {
        display: none;
    }

    #header_mobile {
        display: block;
    }

    .main_text h1 {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .ul-box .li {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .ul-box .li p {
        margin-left: 20px;
    }



    .red-btn {
        margin-bottom: 40px;
        height: 62px;
        padding: 0;
    }

    .arrow-point {
        bottom: 249px;
        z-index: 1;
        width: 135.29px;
        right: -11px;
        -webkit-transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        -ms-transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        left: unset;
    }

    .main-flex-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h1_header {
        font-size: 28px;
        line-height: 36px;
    }

    #projects {
        position: relative;
    }

    #projects .h1_header,
    #stages .h1_header {
        font-size: 64px;
        line-height: 81px;
    }

    .h1_header_blue {
        font-size: 28px;
        line-height: 36px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 104%;
    }
}

@media(max-width: 900px) {
    #main {
        margin-bottom: 50px;
    }
}

@media(max-width:811px) {

    .swiper-slide .text-box {
        -ms-flex-preferred-size: 138%;
        flex-basis: 138%;
    }

}


@media screen and (max-width: 640px) {
    .container {
        margin: 0 3%;
    }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .main_text h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (device-width: 360px) {
    .main_text h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

/*новые блоки*/
.projects_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projects-item {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 32.5%;
    flex-basis: 32.5%;
    position: relative;
    height: 32vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 44px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    -webkit-tap-highlight-color: transparent;
}

.projects-item:hover {
    -webkit-box-shadow: inset 0 0 0 1000px #7a24ebad;
    box-shadow: inset 0 0 0 1000px #7a24ebad;
}

.projects-item:nth-child(1) {
    background-image: url('/img/develop/project/1.jpg');
}

.projects-item:nth-child(2) {
    background-image: url('/img/develop/project/2.jpg');
}

.projects-item:nth-child(3) {
    background-image: url('/img/develop/project/3.jpg');

}

.projects_content_inner {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 72px 20px 147px 20px;
}

@media(max-width: 900px) {
    .projects_content_inner {
        padding-bottom: 50px;
    }
}

.projects-item_title {
    font-family: 'Euclid Square';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.projects-item_span {
    font-family: 'Euclid Square';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding: 6px 20px 9px 20px;
    background-color: #FFFFFF;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 50px;
    margin-bottom: 26px;
}

@media(max-width: 1840px) {
    .projects-item_title {
        font-size: 30px;
        line-height: 34px;
    }
}

@media(max-width: 1665px) {
    .projects-item {
        padding: 20px 15px;
    }
}

@media(max-width: 1530px) {
    .projects-item_title {
        font-size: 26px;
        line-height: 28px;
    }
}

@media(max-width: 1345px) {
    .projects-item_title {
        font-size: 20px;
        line-height: 22px;
    }
}

@media(max-width: 1212px) {
    .projects-item {
        padding: 20px 15px;
    }
}

@media(max-width: 1070px) {
    .projects-item_title {
        font-size: 16px;
        line-height: 18px;
    }
}

@media(max-width: 940px) {
    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 900px) {
    .projects-item_title {
        font-size: 15px;
        line-height: 18px;
    }
}


@media(max-width: 800px) {
    .projects-item_title {
        font-size: 30px;
        line-height: 35px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }

    .projects-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 83vw;
    }
}

@media(max-width: 600px) {
    .projects_content_inner {
        padding: 20px 0 50px 0;
        margin: 0 2%;
    }

    .projects-item_title {
        font-size: 20px;
        line-height: 23px;
    }

    .projects-item_span {
        font-size: 12px;
        line-height: 14px;
        color: #0A0A0A;
        margin-bottom: 16px;
        padding: 1px 4px;
    }
}

@media(max-width: 400px) {
    .projects-item_span {
        font-size: 11px;
        line-height: 14px;
        color: #0A0A0A;
        margin-bottom: 16px;
        padding: 1px 4px;
    }
}


@media(max-width: 453px) {
    .why_we_content_item1>div {
        -ms-flex-preferred-size: 54%;
        flex-basis: 54%;
        font-size: 20px;
    }
}


@media (max-width: 760px) {
    .second-menu {
        padding-top: 85px;
    }
}


.second-menu li {
    padding: 0px 10px;
}

.second-menu a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    display: table;
    /* margin-bottom: 24px; */
    border-bottom: none;
}

@media (max-width: 760px) {
    .second-menu a {
        font-size: 18px;
        line-height: 22px;
        /* margin-bottom: 20px; */
        border-bottom: none;
        text-decoration: underline
    }
}

.second-menu li ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative
}


.second-menu li ul>li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    display: table;
}

@media (max-width: 760px) {
    .second-menu li ul>li a {
        font-size: 14px;
        line-height: 17px;
    }
}

.fancybox-image {
    z-index: 500000;
}


.h1_header__small-text {
    font-weight: 300;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
}

@media(max-width: 700px) {

    #projects .h1_header,
    #stages .h1_header {
        font-size: 28px;
        line-height: 34px;
    }

    .h1_header__small-text {
        font-size: 24px;
        line-height: 30px;
    }
}

.main-bg {
    position: absolute;
    right: 0;
    top: 89px;
    z-index: -5;
    width: 50vw;
    height: 100vh;
    background-image: url('/img/develop/main_bg.png');
    background-size: 120%;
    background-repeat: no-repeat;
}

.main-bg_mob {
    display: none;
    width: 100vw;
    height: 70vh;
    background-image: url('/img/develop/main_bg-mob.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

@media(max-width:1228px) {
    .main-bg-2300 {
        top: 95px;
    }
}

@media(max-width:1150px) {
    .main-bg-2300 {
        top: 95px;
        width: 700px;
        height: auto;
    }
}

@media(max-width:960px) {
    .main-bg-2300 {
        width: 600px;
        height: auto;
    }
}

.container1 {
    position: relative;
}


.circle_arrow {
    -o-object-fit: contain;
    object-fit: contain;
    width: 158px;
    height: 120px;
    position: absolute;
    left: 29%;
    top: 79%;
}

@media(max-width: 1228px) {
    .circle_arrow {
        display: none;
    }
}

.almaz1 {
    top: 72%;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 7%;
    -webkit-transform: rotateZ(-32deg);
    -ms-transform: rotate(-32deg);
    transform: rotateZ(-32deg);
}

.almaz2 {
    top: 36%;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 32%;
    -webkit-transform: rotateZ(30deg);
    -ms-transform: rotate(30deg);
    transform: rotateZ(30deg);
}

@media(max-width:811px) {
    .almaz2 {
        left: 58%;
    }
}

@media(max-width:640px) {
    .almaz2 {
        left: 80%;
        top: 47%;
    }
}

.Politic_block {
    background-color: #fff;
    color: #000;
    padding: 10px;
}



/* main page */
.main_intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    color: #162950;
    position: relative;
}

.main_intro_item {
    width: 49%;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding-bottom: 30px;
}

@media(max-width: 700px) {
    .main_intro_item {
        width: 100%;
        padding: 30px 20px;
        /* padding-bottom: 0; */
    }
}

.main_intro_item_title {
    font-weight: 600;
    font-size: 30px;
}

@media(max-width: 600px) {
    .main_intro_item_title {
        font-size: 24px;
    }
}

.main_intro_item_text {
    row-gap: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 23px 0;
    margin-bottom: 0;
}

.main_intro_item_text>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media(max-width: 700px) {
    .main_intro_item_text>div {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}

.main_intro_item_text>div>div:nth-child(1) {
    width: 16px;
    height: 13px;
    min-width: 16px;
    background-image: url(/img/main/check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 5px;
}

.main_intro_item img {
    -o-object-fit: contain;
    object-fit: contain;
    /* width: 117px; */
    height: auto;
    width: 20%;
}

.main_intro_item_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.main_intro_item_bottom>div {
    height: 66px;
    width: 187px;
    border-radius: 100px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.main_intro_item_bottom>div:nth-child(1) a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;

}

.main_intro_item_bottom>div:hover {
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2)
}

.main_intro_item_bottom.one>div {
    background-color: #FFCC02;
}

.main_intro_item_bottom.two>div {
    background-color: #7331C6;
}

.main_intro_item_bottom.three>div {
    background-color: #6091F8;
}

.main_intro_item_bottom.four>div {
    background-color: #FFCC02;
}

@media(max-width: 600px) {
    .main_intro_item_bottom>div {
        height: 49px;
        width: 140px;
    }

    .main_intro_item img {
        /* width: 90px;
        height: 90px; */
        width: 26%;
    }
}



.invite_blur {
    width: 300px;
    height: 500px;
    background: #F5F860;
    background: #F5F860;
    opacity: 0.8;
    -webkit-filter: blur(120px);
    filter: blur(120px);
    -webkit-transform: rotate(33.76deg);
    -ms-transform: rotate(33.76deg);
    transform: rotate(33.76deg);
    z-index: -1;
    position: absolute;
    left: 0;
    margin-top: -80px;
}

@media(max-width: 500px) {
    .invite_blur {
        width: 100px;
        height: 200px;
        left: 8%;
        margin-top: -80px;
        -webkit-filter: blur(80px);
        filter: blur(80px);
    }
}

/*стили для нового блока*/
.projects_content_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.projects-item {
    text-decoration: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-preferred-size: 32.5%;
    flex-basis: 32.5%;
    position: relative;
    height: 32vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 44px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.projects-item:hover {
    -webkit-box-shadow: inset 0 0 0 1000px rgb(123 44 195 / 17%);
    box-shadow: inset 0 0 0 1000px rgb(123 44 195 / 17%);
}



.projects_content_inner {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 59px 20px 127px 20px;
}

@media(max-width: 900px) {
    .projects_content_inner {
        padding-bottom: 50px;
        padding-top: 15px;
    }
}

.projects-item_title {
    font-family: 'Euclid Square';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.projects-item_span {
    font-family: 'Euclid Square';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    padding: 6px 20px 9px 20px;
    background-color: #FFFFFF;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 50px;
    margin-bottom: 26px;
}

.project_title_hidden {
    display: none;
}

/*******************/
@media(max-width: 1868px) {
    .projects-item_title {
        font-size: 30px;
        line-height: 33px;
    }
}

@media(max-width: 1665px) {
    .projects-item {
        padding: 20px 15px;
    }
}

@media(max-width: 1450px) {
    .projects-item_title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width: 1280px) {
    .projects-item_title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media(max-width: 1212px) {
    .projects-item_title {
        font-size: 21px;
        line-height: 24px;
    }

    .projects-item {
        padding: 20px 15px;
    }
}

.projects-item_title_mob {
    display: none;
}

@media(max-width: 968px) {
    .projects-item_title_mob {
        display: block;
    }

    .projects-item_title_desc {
        display: none;
    }

    .project_title_hidden {
        display: inline;
    }

    .projects-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 49vw;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 20px 13px;
        padding-right: 0;
    }
}

@media(max-width: 940px) {
    .projects-item_title {
        font-size: 25px;
        line-height: 30px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 800px) {
    .projects-item_title {
        font-size: 21px;
        line-height: 23px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 600px) {
    .projects_content_inner {
        padding: 20px 0 50px 0;
        margin: 0 2%;
    }

    .projects-item_title {
        font-size: 14px;
        line-height: 18px;
    }

    .projects-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 49vw;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 20px 13px;
        padding-right: 0;
    }

    .projects-item_span {
        font-size: 12px;
        line-height: 14px;
        color: #0A0A0A;
        margin-bottom: 16px;
        padding: 1px 4px;
    }
}

@media(max-width: 400px) {
    .projects-item_span {
        font-size: 11px;
        line-height: 14px;
        color: #0A0A0A;
        margin-bottom: 16px;
        padding: 1px 4px;
    }

    .projects-item_title {
        font-size: 12px;
        line-height: 14px;
    }
}

/*******************/
@media(max-width: 1868px) {
    .projects-item_title {
        font-size: 30px;
        line-height: 33px;
    }
}

@media(max-width: 1665px) {
    .projects-item {
        padding: 20px 15px;
    }
}

@media(max-width: 1450px) {
    .projects-item_title {
        font-size: 26px;
        line-height: 30px;
    }
}

@media(max-width: 1280px) {
    .projects-item_title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media(max-width: 1212px) {
    .projects-item_title {
        font-size: 21px;
        line-height: 24px;
    }

    .projects-item {
        padding: 20px 15px;
    }
}

.projects-item_title_mob {
    display: none;
}

@media(max-width: 968px) {
    .projects-item_title_mob {
        display: block;
    }

    .projects-item_title_desc {
        display: none;
    }

    .project_title_hidden {
        display: inline;
    }

    .projects-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 49vw;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 20px 13px;
        padding-right: 0;
    }
}

@media(max-width: 940px) {
    .projects-item_title {
        font-size: 25px;
        line-height: 30px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 800px) {
    .projects-item_title {
        font-size: 21px;
        line-height: 23px;
    }

    .projects-item_span {
        font-size: 14px;
        line-height: 14px;
    }
}

@media(max-width: 600px) {
    .projects_content_inner {
        padding: 20px 0 50px 0;
        margin: 0 2%;
    }

    .projects-item_title {
        font-size: 14px;
        line-height: 18px;
    }

    .projects-item {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        height: 49vw;
        border-radius: 20px;
        margin-bottom: 10px;
        padding: 20px 13px;
        padding-right: 0;
    }

    .projects-item_span {
        font-size: 12px;
        line-height: 14px;
        color: #0A0A0A;
        margin-bottom: 16px;
        padding: 1px 13px;
    }
}

@media(max-width: 400px) {
    .projects-item_span {
        font-size: 11px;
        line-height: 14px;
        color: #0A0A0A;
        margin-bottom: 16px;
        padding: 1px 10px;
    }

    .projects-item_title {
        font-size: 12px;
        line-height: 14px;
        height: auto;
    }
}



.projects_menu_btn.active {
    opacity: 1;
}

@media(max-width: 1300px) {
    .projects_menu_btn {
        padding: 13px 20px;
        font-size: 21px;
        border-radius: 100px;
    }
}

@media(max-width: 900px) {
    .projects_menu {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        margin-top: 10px;
    }

    .projects_menu_btn {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 100px;
    }
}

.projects_menu_btn:hover {
    cursor: pointer;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

/* ?? */
@media screen and (max-width: 1228px) {
    #masshtab_busines .imp_flower {
        width: 265px;
    }

    .container {
        margin: 0 2%;
    }

    .second_box {
        position: relative;
    }


    #header_pc {
        display: none;
    }

    #header_mobile {
        display: block;
    }

    .main_text h1 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .ul-box .li {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .ul-box .li p {
        margin-left: 20px;
    }

    /* #main {
        margin-bottom: 100px;
    } */

    .red-btn {
        margin-bottom: 40px;
        height: 62px;
        padding: 0;
    }

    .arrow-point {
        bottom: 249px;
        z-index: 1;
        width: 135.29px;
        right: -11px;
        -webkit-transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        -ms-transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        transform: matrix(0.25, 0.99, 0.99, 0.15, 0, 0);
        left: unset;
    }

    .diamond-md {
        width: 29.29px;
        height: 29.29px;
        top: unset;
        bottom: 62px;
        right: 197px;
    }

    .main-flex-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h1_header {
        font-size: 28px;
        line-height: 36px;
    }

    .h1_header_blue {
        font-size: 28px;
        line-height: 36px;
    }

    #masshtab_busines .ul_list-li p {
        font-size: 18px;
        line-height: 23px;
    }

    #masshtab_busines .ul_list-li {
        margin-bottom: 25px;
    }

    #masshtab_busines .main-flex-box {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    #design .h1_header {
        margin-bottom: 24px;
    }

    #design p {
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 260px;
    }

    .design_main_bg {
        background-size: contain;
        width: 407.41px;
        height: 365.66px;
        bottom: -50px;
        right: -39px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 104%;
    }
}

@media(max-width:811px) {
    .swiper-slide .text-box {
        -ms-flex-preferred-size: 138%;
        flex-basis: 138%;
    }

}

@media screen and (max-width: 640px) {
    .container {
        margin: 0 3%;
    }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    .main_text h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (device-width: 360px) {
    .main_text h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.header_link_city {
    color: #fff;
    text-decoration: underline
}


.second-menu a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    display: table;
    margin-bottom: 24px;
}

@media(max-width: 700px) {
    .second-menu a {
        margin-bottom: 0px;
    }
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}


#checkbox_link {
    color: #faff00;
}

.second-menu ul li::marker {
    color: transparent;
}

.second-menu li ul li.active a,
.second-menu li ul li:hover a {
    color: #F5F860;
}


.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}

.second-menu li ul {
    margin: 0px;
    padding: 0px;
    /* margin-bottom: 20px; */
}

.second-menu li ul>li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    display: table;
}

@media (max-width: 760px) {
    .second-menu li ul>li a {
        font-size: 14px;
    }

    .second-menu a {
        font-size: 18px;
    }
}

.nav_menu {
    margin-top: 20px;
    /* border-top: 1px solid #e0e0e0; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav_menu .container a {
    text-decoration: none;
    color: #fff;
}

@media(max-width: 1228px) {
    .nav_menu {
        display: none;
    }
}

.main_intro_item_text {
    font-size: 18px;
}

.red-btn-swiper {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    background: #FFCC02;
    border-radius: 100px;
    padding: 13px 22px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.red-btn-swiper:hover {
    background: #d6ab00;
}

.red-btn-swiper img {
    margin-right: 10px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("/img/main/swiper-slider-button-arrow.svg");
    background-size: cover;
    right: 10px;
    left: auto;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("/img/main/swiper-slider-button-arrow.svg");
    background-size: cover;
    left: 10px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}

.swiper-button-next,
.swiper-button-prev {
    top: 110%;
    width: 50px;
    height: 32px;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}


@media screen and (max-width: 640px) {
    .container {
        margin: 0 3%;
    }
}

@media(max-width: 700px) {
    .big-form .btn {
        border: none;
        width: 100%;
        margin-bottom: 26px;
        font-size: 16px;
        height: 74px;
    }
}

.big-form__alert {
    background: #49148C;
    border-radius: 20px;
    position: relative;
    padding: 32px 10px;
    padding-left: 113px;
}

.big-form__alert::after {
    content: "";
    background-image: url(/img/main/big_form.gif);
    background-size: contain;
    width: 70px;
    height: 70px;
    left: 22px;
    top: 33px;
    position: absolute;
    border-radius: 50%;
}

.big-form__alert>div {
    color: #F5F860;
    font-size: 20px;
}

.big-form__alert p {
    margin: 9px 0px;
    color: #fff;

}

@media(max-width: 644px) {
    .big-form__alert {
        padding-left: 79px;
    }

    .big-form__alert p {
        margin-left: -62px;
        margin-top: 25px;
    }

    .big-form__alert::after {
        top: 33px;
        width: 45px;
        height: 45px;
    }

}

.chechbox-value {
    font-size: 16px;
}

.big-form__content .h1_header {
    margin-bottom: 55px;
}

@media(max-width: 700px) {
    .big-form__content .h1_header {
        margin-bottom: 20px;
    }
}




a[href^="tel:"]::after {
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #ffffff94;
}

a[href^="tel:"]:hover::after {
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}



.city-selector {
    /* height: auto !important;
    min-height: auto !important; */
    /* background: #F3F8FF; */
    width: 100%;
    /* height: 100%; */
    /* min-height: 750px; */
    z-index: 1;
    padding: 55px 0px;
}

.city-hide {
    z-index: -3;
}

footer {
    /* position: absolute; */
    display: block;
    margin-top: 0px;
    background: #102145 !important;
    height: 54px;
    padding: 20px 0;
    bottom: 0;
    width: 100%;

    /* position: absolute; */
    display: block;
    margin-top: 0px;
    background: #102145 !important;
    height: 54px;
    padding: 20px 0;
    bottom: 0;
    width: 100%;
}

@media(max-width: 1228px) {
    body {
        padding-top: 74px;
    }
}


.city-selector .container {
    border-radius: 20px;
    background: #fff;
    padding: 20px;
}

.city-selector .container {
    /* height: auto; */
}

.city-selector .title {
    color: #000;
}

.city-selector.seo {
    background: #162950;
}

.city-selector.seo .city_blur_top {
    background: rgba(96, 145, 248, 0.3);
    filter: blur(125px);
    /* transform: rotate(49.29deg); */
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
}

.city-selector.seo .city_blur_bottom {
    background: rgba(96, 145, 248, 0.3);
    filter: blur(125px);
    position: absolute;
    left: 0;
    width: 300px;
    height: 300px;
    bottom: 0;
    transform: none;
}

.city-selector.seo .city-selector__list a.capital {
    font-weight: bold;
    color: #ff0000;
}



.city-selector__item {
    margin-bottom: 22px;
    display: block;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* main */
.city-selector.main {
    background: #A259FF;
}

.city-selector.main .city-selector__list a.capital {
    font-weight: bold;
    color: #A259FF;
}

.second-menu {
    border-radius: 0 20px 20px 0;
}

@media(max-width: 1100px) {
    .second-menu {
        border-radius: 0;
    }
}

.overlay {
    background-color: rgba(0, 0, 0, 0.27);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
}

@media(min-width:700px) {
    .second-menu__city__content {
        display: none;
    }
}

.second-menu a {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-decoration: none;
    color: #fff;
    display: table;
    margin-bottom: 24px;
}

@media(max-width: 700px) {
    .second-menu a {
        margin-bottom: 10px;
    }
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}

#checkbox_link {
    color: #faff00;
}

.second-menu ul li::marker {
    color: transparent;
}

.second-menu li ul li.active a,
.second-menu li ul li:hover a {
    color: #F5F860;
}

.second-menu li ul li {
    padding: 8px 30px;
    display: table;
    margin-top: 10px;
    position: relative;
}

.second-menu li ul {
    margin: 0px;
    padding: 0px;
    /* margin-bottom: 20px; */
}

.second-menu li ul>li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    display: table;
}

@media (max-width: 760px) {
    .second-menu li ul>li a {
        font-size: 14px;
    }

    .second-menu a {
        font-size: 18px;
    }
}



.logo-side,
.number-side,
.nav_menu .container {
    z-index: 5;
}


.btn-transparent {
    border: 1px solid #faff00;
}

.decoration-vert-line {
    border-left: 1px solid #faff00;
}


.pochta_link::after {
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #ffffff94;
}

.pochta_link:hover::after {
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}

.pochta_link {
    margin-top: 23px;
}

@media(max-width: 900px) {
    .second-menu a {
        margin-bottom: 0 !important;
    }

    .second-menu li ul li {
        padding: 0px 0px 3px 30px;
    }

    .second-menu a.pochta_link {
        /* margin-top: -11px !important; */
    }

    .pochta_link {
        margin-top: 10px;
    }
}

.check_buter span:after{
    background: #708FF4;
}

.check_buter span:before{
    background: #708FF4;
}

.toggle-menu span.check_span_black.check_span{
    background: transparent;
}

.toggle-menu span.check_span_black{
    background: #708FF4;
}
.second-menu a.second_menu_a_check{
    color: #162950;
}
.second-menu li ul>li a.second_menu_a_check, .nav_menu .container a.second_menu_a_check{
    color: #162950;
}

.second-menu li ul>li a.second_menu_a_check:hover, .nav_menu .container a.second_menu_a_check:hover{
    color: #FF7C1B;
}

#decoration_buter{
background: #fff;
}



.buter_a_check_mail_phone::after {
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #162950;
}

a[href^="tel:"].buter_a_check_mail_phone::after{
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #162950;
}

.buter_a_check_mail_phone:hover::after ,a[href^="tel:"].buter_a_check_mail_phone:hover::after{
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}

.number-side a.check_number_side_phpone{
    color: #162950;
}

.number-side a.check_number_side_phpone::after{
    text-decoration: none !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    content: "";
    width: 0px;
    height: 1px;
    display: block;
    background: #162950;
}

.number-side a.check_number_side_phpone:hover::after{
    text-decoration: underline !important;
    -webkit-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    width: 100%;
}

a[href^="tel:"]:hover::after {
    text-decoration: none !important;
    width: 0;
}