

/* Start:/local/templates/bit/assets/css/style.min.css?171995430694771*/
:root {
     color-scheme: light only;
}


.main-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 192px
}

.main-block_content-left {
    max-width: 555px
}

@media (max-width: 1024px) {
    .main-block_content-left {
        margin: 0 auto
    }
}

.main-block_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    color: #0b1349 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 78px
}

@media (max-width: 1024px) {
    .main-block_title {
        text-align: center
    }
}

@media (max-width: 768px) {
    .main-block_title {
        font-size: 28px;
        margin-bottom: 22px;
        margin-top: 0
    }
}

.main-block_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160.4%;
    color: #0b1349;
    opacity: .8;
    margin-top: 0;
    margin-bottom: 55px
}

@media (max-width: 768px) {
    .main-block_description {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px
    }
}

.main-block_slider {
    overflow: hidden;
    width: 165px;
    position: relative;
    margin-top: 23px
}

@media (max-width: 768px) {
    .main-block_slider {
        width: 215px;
        margin-top: 25px
    }
}

.main-block_slider .swiper-scrollbar-drag {
    cursor: pointer;
    width: 160px;
    border-radius: 0;
    height: 3px;
    background: rgba(11, 19, 73, .6)
}

@media (max-width: 768px) {
    .main-block_slider .swiper-scrollbar-drag {
        width: 215px
    }
}

.main-block_pagination {
    position: absolute;
    top: 0
}

.main-block_pagination span, .main-block_slider-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 130.4%;
    color: #0b1349
}

.main-block_slider-title {
    font-size: 40px;
    line-height: 160.4%;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: -4px
}

@media (max-width: 768px) {
    .main-block_slider-title {
        font-size: 30px;
        margin-top: 12px;
        margin-bottom: -4px
    }
}

.main-block_slider-subtitle {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 130.4%;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .main-block_slider-subtitle {
        font-size: 16px
    }
}

.main-block_interactive {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .main-block_interactive {
        flex-direction: column;
        align-items: center
    }
}

.main-block_button {
    width: 260px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f81c41;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160.4%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto
}

@media (max-width: 768px) {
    .main-block_button {
        font-size: 14px;
        width: 210px;
        margin-bottom: 40px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.main-block_button:hover {
    background: #ff002b;
    box-shadow: 0 0 30px rgba(248, 28, 65, .75)
}

@media (max-width: 1024px) {
    .main-block_face-img {
        display: none
    }
}

@media (min-width: 1024px) {
    .main-block_face-img-tablet {
        display: none;
        margin-bottom: 40px
    }
}

@media (max-width: 1024px) {
    .main-block_face-img-tablet {
        max-width: 71%;
        margin-bottom: 38px;
        text-align: center
    }
}

.main-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 105px
}

@media (max-width: 1024px) {
    .main-about {
        flex-direction: column;
        padding-bottom: 40px
    }
}

.main-about_text {
    max-width: 460px;
    margin-top: 245px;
    position: relative
}

@media (max-width: 1024px) {
    .main-about_text {
        align-self: flex-start;
        margin-top: 80px
    }
}

.main-about_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    margin-top: 0;
    margin-bottom: 15px
}

@media (max-width: 768px) {
    .main-about_title {
        font-size: 24px;
        line-height: 32px
    }
}

.main-about_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 153.02%;
    color: #0b1349;
    opacity: .9;
    margin-top: 0;
    max-width: 360px
}

@media (max-width: 768px) {
    .main-about_description {
        font-size: 14px
    }
}

.main-activity_text {
    max-width: 440px;
    margin-top: 225px;
    position: relative
}

@media (max-width: 768px) {
    .main-activity_text {
        align-self: flex-end;
        margin-top: 140px;
        max-width: 277px
    }
}

.main-activity_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 103.02%;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .main-activity_title {
        font-size: 18px;
        margin-bottom: 25px
    }
}

.main-activity_list {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 135%;
    color: #0b1349;
    list-style: none;
    margin: 0;
    padding: 0 0 0 102px
}

@media (max-width: 768px) {
    .main-activity_list {
        font-size: 14px;
        padding-left: 60px
    }
}

.main-activity_item {
    margin-bottom: 30px;
    position: relative
}

@media (max-width: 768px) {
    .main-activity_item {
        margin-bottom: 15px;
        min-height: 40px
    }
}

.main-activity_item:last-child {
    margin-bottom: 0
}

.main-activity_item-1::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -88px;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/bit/assets/css/../img/circle.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
    .main-activity_item-1::before {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        /*top: -4px;*/
        left: -61px
    }
}

.main-activity_item-2::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -88px;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/bit/assets/css/../img/activity-1.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
    .main-activity_item-2::before {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
       /* top: -4px;*/
        left: -61px
    }
}

.main-activity_item-3::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -88px;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/bit/assets/css/../img/activity-2.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
    .main-activity_item-3::before {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        /* top: -4px;*/
        left: -61px
    }
}

.main-activity_item-4::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -88px;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/bit/assets/css/../img/activity-3.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
    .main-activity_item-4::before {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        /* top: -4px;*/
        left: -61px
    }
}

.main-activity_item-5::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -88px;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/bit/assets/css/../img/activity-4.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
    .main-activity_item-5::before {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
        /* top: -4px;*/
        left: -61px
    }
}

.main-activity_item-6::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -88px;
    width: 50px;
    height: 50px;
    background-image: url(/local/templates/bit/assets/css/../img/activity-5.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
    .main-activity_item-6::before {
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain;
         /* top: -4px;*/
        left: -61px
    }
}

.main-activity_decor {
    background: #f9f9f9;
    width: 56%;
    height: 100%;
    position: absolute;
    top: 3%;
    right: 0;
    z-index: 0;
    border-radius: 370px 0 0 0
}

@media (max-width: 1200px) {
    .main-activity_decor {
        border-radius: 300px 0 0 0
    }
}

@media (max-width: 1024px) {
    .main-activity_decor {
        width: 95%;
        top: 46%;
        border-radius: 175px 0 0 0
    }
}

.main-activity_decor-relative {
    position: relative;
   /*background: linear-gradient(#dbdbdb, 95%, #f9f9f9)*/
}

.main-map_buttom {
    margin-bottom: 117px
}

@media (max-width: 768px) {
    .main-map_buttom {
        margin-bottom: 48px
    }
}

.main-map_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .main-map_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
        margin-top: 25px
    }
}

.main-map_img-map {
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .main-map_img-map {
        margin-bottom: 23px
    }
}

.main-map_slider {
    overflow: hidden;
    max-width: 945px;
    margin: 0 auto
}

.main-map_slide {
    width: 165px
}

@media (max-width: 768px) {
    .main-map_slide {
        width: 105px
    }
}

.main-map_slide-year {
    width: 165px;
    height: 39px;
    background: linear-gradient(270deg, #e5edff 0, #e5edff 100%);
    display: flex;
    align-items: center;
    -webkit-clip-path: polygon(0 0, calc(98% - .4em) 0, 100% 50%, calc(98% - .4em) 100%, 0 100%);
    clip-path: polygon(0 0, calc(98% - .4em) 0, 100% 50%, calc(98% - .4em) 100%, 0 100%)
}

@media (max-width: 768px) {
    .main-map_slide-year {
        width: 105px;
        height: 30px
    }
}

.main-map_slide-text, .main-map_slide-year p {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #0b1349
}

@media (max-width: 768px) {
    .main-map_slide-year p {
        font-size: 16px
    }
}

.main-map_slide-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    margin-top: 20px;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .main-map_slide-text {
        font-weight: 300;
        font-size: 12px;
        line-height: 140%;
        width: 105px;
        margin-top: 10px
    }
}

.main-plus_decor {
    background-image: url(/local/templates/bit/assets/css/../img/plus-index.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: 517px;
}

@media (max-width: 1190px) {
    .main-plus_decor {
        background-image: none
    }
}

.main-plus_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    margin-top: 60px;
    margin-bottom: 55px
}

@media (max-width: 768px) {
    .main-plus_title {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-top: 33px;
        margin-bottom: 40px
    }
}

.main-plus_wrap {
    display: flex;
    flex-direction: column;
    max-width: 653px;
    margin-left: auto;
    margin-bottom: 155px
}

@media (max-width: 1190px) {
    .main-plus_wrap {
        margin: 0 auto
    }
}

.main-plus_wrap-item {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .main-plus_wrap-item {
        margin-bottom: 25px;
        text-align: center
    }
}

.main-plus_wrap-img {
    display: flex;
    margin-bottom: 35px;
    align-items: center
}

@media (max-width: 768px) {
    .main-plus_wrap-img {
        flex-direction: column;
        margin-bottom: 10px
    }
}

.main-plus_wrap-img img {
    margin-right: 35px;
    padding-left: 15px;
	width:unset;
}

@media (max-width: 768px) {
    .main-plus_wrap-img img {
        width: 60px;
        height: 60px;
        padding-left: 0;
        margin: 0 0 21px;
        align-self: center
    }
}

.main-plus_title-item {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .main-plus_title-item {
        font-size: 16px;
        margin-top: 3px;
        margin-bottom: 0
    }
}

.main-plus_title-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 141.04%;
    color: #0b1349
}

@media (max-width: 768px) {
    .main-plus_title-text {
        font-size: 12px
    }
}

.main-answer_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .main-answer_title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 40px
    }
}

.main-answer_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px
}

@media (max-width: 1270px) {
    .main-answer_wrap {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 768px) {
    .main-answer_wrap {
        gap: 40px;
        margin-bottom: 92px
    }
}

.main-answer_item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    min-height: 577px;
    padding: 0 0 107px;
    box-sizing: border-box
}

@media (max-width: 768px) {
    .main-answer_item {
        width: 333px;
        margin: -21px
    }
}

@media (max-width: 360px) {
    .main-answer_item {
        width: 320px
    }
}

.main-answer_item:hover .main-answer_svg_shadow {
    filter: drop-shadow(0 2px 20px rgba(151, 182, 255, .6))
}

.main-answer_item:hover .main-answer_svg_outer path {
    fill: url(#paint0_linear_181_4741)
}

.main-answer_svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 577px;
    width: 360px;
    pointer-events: none
}

@media (max-width: 768px) {
    .main-answer_svg {
        width: 333px
    }
}

@media (max-width: 360px) {
    .main-answer_svg {
        width: 320px
    }
}

.main-answer_svg_shadow {
    filter: drop-shadow(0 2px 15px rgba(151, 182, 255, .3))
}

.main-answer_img {
    position: relative;
    z-index: 1;
    width: 282px;
    margin: 96px 30px -13px 40px;
	height:100px;
}

@media (max-width: 768px) {
    .main-answer_img {
        width: 262px;
        margin-right: 15px;
        margin-top: 110px;
        margin-bottom: -3px
    }
}

.main-answer_item-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #0b1349;
    margin: 40px 30px 20px 40px;
    position: relative;
    z-index: 1
}

@media (max-width: 768px) {
    .main-answer_item-title {
        font-size: 18px;
        line-height: 22px
    }
}

.main-answer_item-text {
    margin: 0;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #0b1349;
    position: relative;
    z-index: 1;
    padding-left: 39px;
    padding-right: 39px
}

/*
@media (prefers-color-scheme: dark) {
    body {
        background-color: #f9f9f9;
    }
}
*/

.main-answer_button, .main-answer_button-link {
    position: relative;
    z-index: 1;
    margin-left: 40px;
    margin-top: auto
}

.main-answer_button-link {
    display: block;
    width: 200px;
    background: #f81c41;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    transition: all .15s ease-in-out
}

.main-answer_button-link:hover {
    box-shadow: 0 0 25px rgba(248, 28, 65, .65)
}

.partners-bg {
    background: linear-gradient(287.42deg, #e5ecfe .68%, #e5ecfe 63.84%);
    margin-bottom: 145px;
    padding-bottom: 176px
}

@media (max-width: 768px) {
    .partners-bg {
        margin-bottom: 76px;
        padding-bottom: 57px
    }
}

.main-partners_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    text-align: center;
    margin-bottom: 35px;
    padding-top: 110px
}

@media (max-width: 768px) {
    .main-partners_title {
        font-size: 24px;
        line-height: 32px;
        padding-top: 20px
    }
}

.main-partners_wrap {
    position: relative
}

.main-partners_slider {
    overflow: hidden;
    height: 173px
}

@media (max-width: 768px) {
    .main-partners_slider {
       
    }
}

.main-partners_slide-block {
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(151, 182, 255, .25);
    border-radius: 30px;
    width: 165px;
    height: 163px;
    display: flex
}

@media (max-width: 768px) {
    .main-partners_slide-block {
        width: 105px;
        height: 104px
    }
}

.main-partners_slide-block:hover {
    box-shadow: 0 4px 14px rgba(151, 182, 255, .4)
}

.main-partners_slide-active {
    width: 165px;
    height: 163px
}

@media (max-width: 768px) {
    .main-partners_slide-active {
        width: 105px;
        height: 104px
    }
}

.main-partners_slide-block img {
    width: 135px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.main-partners_slide-prev {
    width: 47px;
    height: 47px;
    background: #f81c41;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 53px;
    left: -86px
}

@media (max-width: 1330px) {
    .main-partners_slide-prev {
        display: none
    }
}

.main-partners_slide-next:hover, .main-partners_slide-prev:hover {
    box-shadow: 0 0 25px rgba(248, 28, 65, .65)
}

.main-partners_slide-next {
    width: 47px;
    height: 47px;
    background: #f81c41;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 53px;
    right: -86px
}

@media (max-width: 1330px) {
    .main-partners_slide-next {
        display: none
    }
}

.main-partners_slide-next.swiper-button-disabled, .main-partners_slide-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.main-partners_slide-next::before, .main-partners_slide-prev::before {
    content: "";
    width: 15px;
    height: 15px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    display: inline-block;
    position: absolute;
    transform: translateY(15px) translateX(18px) rotateZ(-45deg)
}

.main-partners_slide-next::before {
    transform: translateY(15px) translateX(10px) rotateZ(135deg)
}

.main-smi_news-item time, .main-smi_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    text-transform: uppercase
}

.main-smi_title {
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    color: #0b1349;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0
}

@media (max-width: 768px) {
    .main-smi_title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 32px
    }
}

.main-smi_wrap-news {
    display: flex;
    gap: 30px;
    margin-bottom: 60px
}

@media (max-width: 1024px) {
    .main-smi_wrap-news {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        gap: 20px
    }
}

.main-smi_news-item {
    width: 360px;
    min-height: 284px;
    background: #fff;
    box-shadow: 0 8px 15px rgba(151, 182, 255, .2);
    border-radius: 30px
}

@media (max-width: 768px) {
    .main-smi_news-item {
        width: 335px;
        min-height: 264px;
    }
}

@media (max-width: 360px) {
    .main-smi_news-item {
        width: 300px;
    }
}

@media (max-width: 340px) {
    .main-smi_news-item {
        width: 280px
    }
}

.main-smi_news-item a {
    text-decoration: none
}

.main-smi_news-item:hover {
    box-shadow: 0 8px 25px rgba(151, 182, 255, .45)
}

.main-smi_news-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
	height: 41px;
    overflow: hidden;
}

.main-smi_news-item img {
    width: 160px
}

.main-smi_news-item time {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    opacity: .6
}

@media (max-width: 768px) {
    .main-smi_news-item time {
        font-size: 10px;
        line-height: 12px
    }
}

.main-smi_news-item p:first-of-type {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 115%;
    display: flex;
    align-items: center;
    color: #0b1349;
    margin: 10px 30px
}

@media (max-width: 768px) {
    .main-smi_news-item p:first-of-type {
        margin: 23px 30px;
        font-size: 14px
    }
}

.main-smi_news-item p:last-child {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #0b1349;
    opacity: .7;
    margin: 0 30px 30px
}

@media (max-width: 768px) {
    .main-smi_news-item p:last-child {
        font-size: 12px;
        line-height: 15px
    }
}

.main-smi_button {
    text-align: center
}

.main-faq_title, .main-smi_button-link {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-align: center
}

.main-smi_button-link {
    width: 200px;
    background: #f81c41;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto
}

.main-smi_button-link:hover {
    box-shadow: 0 0 25px rgba(248, 28, 65, .65)
}

.main-faq_title {
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    color: #0b1349;
    margin-bottom: 30px;
    margin-top: 135px
}

@media (max-width: 768px) {
    .main-faq_title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 65px
    }
}

.main-faq_answer {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #0b1349;
    opacity: .9;
    margin: 18px auto 40px;
    max-width: 956px
}

@media (max-width: 768px) {
    .main-faq_answer {
        font-size: 12px;
        line-height: 150%
    }
}

.acc-container {
    margin-bottom: 138px
}

.acc-btn {
    width: 100%;
    padding: 1.6rem 2rem;
    cursor: pointer;
    background: inherit;
    border: 0;
    text-align: left;
    background: #fff;
    box-shadow: 0 6px 10px rgba(151, 182, 255, .25);
    border-radius: 20px;
    margin-bottom: 13px;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #0b1349;
    position: relative
}

@media (max-width: 768px) {
    .acc-btn {
        min-height: 70px;
        font-size: 14px;
        line-height: 130%;
        padding: 18px 20px
    }
}

.acc-btn p {
    margin: 0;
    width: 85%
}

@media (max-width: 768px) {
    .acc-btn p {
        margin: 0;
        width: 85%
    }
}

.acc-btn:after {
    content: "\2716";
    transform: rotate(45deg);
    color: #0b1349;
    float: right;
    transition: all .3s linear;
    font-size: 28px;
    position: absolute;
    top: 35%;
    right: 6%
}

@media (max-width: 768px) {
    .acc-btn:after {
        position: absolute;
        top: 45%;
        right: 6%;
        font-size: 20px
    }
}

.acc-btn.is-open:after {
    transform: rotate(90deg);
    color: #105efb
}

.acc-btn.is-open, .acc-btn:hover {
    font-weight: 700;
    color: #105efb
}

.acc-content {
    max-height: 0;
    color: rgba(0, 0, 0, .75);
    margin: 0 2rem;
    padding-left: 1rem;
    overflow: hidden;
    transition: max-height .3s ease-in-out
}

.main-feedback_decor-wrap {
    position: relative
}

.main-feedback_decor {
    background: linear-gradient(315.62deg, #f9f9f9 0, #e5ecfd 89%);
    height: 107%;
    width: 76%;
    position: absolute;
    border-radius: 0 400px 400px 0
}

@media (max-width: 1200px) {
    .main-feedback_decor {
        border-radius: 0 300px 300px 0
    }
}

@media (max-width: 768px) {
    .main-feedback_decor {
        width: 95%;
        border-radius: 0 183px 229px 0;
        height: 102%
    }
}

.main-feedback_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    padding-top: 150px;
    margin-left: 195px;
    margin-bottom: 22px;
    margin-top: 0
}

@media (max-width: 1000px) {
    .main-feedback_title {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .main-feedback_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 13px;
        padding-top: 94px
    }
}

.main-feedback_text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 144.9%;
    color: #0b1349;
    opacity: .8;
    margin-left: 195px;
    margin-bottom: 30px
}

@media (max-width: 1000px) {
    .main-feedback_text {
        margin-left: 0
    }
}

@media (max-width: 768px) {
    .main-feedback_text {
        margin-top: 0;
        font-size: 14px;
        line-height: 144.9%;
        margin-bottom: 20px
    }
}

.main-feedback_form {
    width: 605px;
    position: relative;
    padding: 1rem 0;
    margin-left: 195px
}

@media (max-width: 1000px) {
    .main-feedback_form {
        margin-left: 0;
        width: 90%
    }
}

.main-feedback_form-input {
    margin-bottom: 25px
}

.main-feedback_form-input, .main-feedback_form-textarea {
    width: 555px;
    display: block;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #0b1349;
    opacity: .7;
    padding-bottom: 25px;
    outline: 0
}

@media (max-width: 1200px) {
    .main-feedback_form-input, .main-feedback_form-textarea {
        width: 500px
    }
}

@media (max-width: 768px) {
    .main-feedback_form-input, .main-feedback_form-textarea {
        width: 90%;
        margin-bottom: 50px
    }
}

.main-feedback_form-input:hover, .main-feedback_form-textarea:hover, placeholder:hover {
    opacity: 1
}

.main-feedback_form-input, .main-feedback_form-textarea, placeholder {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0b1349
}

@media (max-width: 768px) {
    .main-feedback_form-input, .main-feedback_form-textarea, placeholder {
        font-size: 16px;
        line-height: 20px
    }
}

.main-feedback_form-input::-moz-placeholder, .main-feedback_form-textarea::-moz-placeholder {
    color: #0b1349
}

.main-feedback_form-input::placeholder, .main-feedback_form-textarea::placeholder {
    color: #0b1349
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number], input[type=number]:focus, input[type=number]:hover {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield
}

.main-feedback_form-textarea {
    resize: none;
    margin-bottom: 40px
}

.main-feedback-button {
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    background: #f81c41;
    border-radius: 40px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160.4%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-right: auto;
    border: 0;
    margin-bottom: 75px
}

@media (max-width: 768px) {
    .main-feedback-button {
        font-size: 14px;
        padding-left: 55px;
        padding-right: 55px
    }
}

.main-feedback-button:hover {
    box-shadow: 0 0 25px rgba(248, 28, 65, .65)
}

.toggle, .toggle label {
    position: relative;
    box-sizing: border-box
}

.toggle input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.toggle label {
    display: flex;
    align-items: center
}

.toggle label:after, .toggle label:before {
    content: '';
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    transition: .2s ease-in
}

.toggle label:before {
    width: 42px;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 30px
}

.toggle label:after {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: 2px;
    top: 1px;
    z-index: 2;
    background: linear-gradient(143.75deg, #105efb 13.78%, #f81c41 87.71%)
}

.toggle input[type=checkbox]:checked + label:after {
    left: 22px;
    background: linear-gradient(143.75deg, #105efb 13.78%, #f81c41 87.71%);
    border-radius: 30px
}

.header-nav_switch {
    display: flex
}

@media (max-width: 1100px) {
    .header-nav_switch {
        display: none
    }
}

.header-nav_switch p, .header-tablet_switch p {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0b1349;
    opacity: .3;
    cursor: pointer
}

.header-nav_switch_ru {
    margin: 0 8px 0 0
}

.header-nav_switch_ru:hover {
    color: #f81c41;
    opacity: 1
}

.header-nav_switch_ru:active, .header-nav_switch_ru:visited {
    color: #0b1349;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    opacity: 1
}

.header-nav_switch_en {
    margin: 0 0 0 8px
}

.header-nav_switch_en:hover {
    color: #f81c41;
    opacity: 1
}

.header-nav_switch_en:active, .header-nav_switch_en:visited {
    color: #0b1349;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    opacity: 1
}

.header-tablet_switch {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 50px
}

.header-tablet_switch_active {
    display: block;
    display: flex
}

.header-tablet_switch p {
    font-family: 'Montserrat'
}

.header-tablet_switch_ru {
    margin: 0 8px 0 0
}

.header-tablet_switch_ru:hover {
    color: #f81c41;
    opacity: 1
}

.header-tablet_switch_ru:active, .header-tablet_switch_ru:visited {
    color: #0b1349;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    opacity: 1
}

.header-tablet_switch_en {
    margin: 0 0 0 8px
}

.header-tablet_switch_en:hover {
    color: #f81c41;
    opacity: 1
}

.header-tablet_switch_en:active, .header-tablet_switch_en:visited {
    color: #0b1349;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    opacity: 1
}

.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.wrap-bg {
    padding-top: 150px;
    background-image: url(/local/templates/bit/assets/css/../img/BG.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover
}

@media (max-width: 768px) {
    .wrap-bg {
        padding-top: 90px
    }
}

.header-menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    padding-top: 20px
}

@media (max-width: 768px) {
    .header-menu_wrap {
        padding-top: 0
    }
}

.header-nav__menu-logo {
    z-index: 50;
    line-height: 0
}

@media (max-width: 768px) {
    .header-nav__menu-logo {
        width: 50px
    }
}

.header-nav__menu {
    list-style: none;
    margin: 0 0 0 auto;
    padding: 0;
    display: flex
}

@media (max-width: 1100px) {
    .header-nav__menu {
        display: none
    }
}

.header-nav__menu li {
    margin-right: 40px
}

.header-nav__menu li:last-child {
    margin-right: 0
}

.header-nav__menu a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0b1349;
    text-decoration: none
}

.header-nav__menu a:hover {
    color: #f81c41
}

.header-nav__menu a:active {
    color: #f81c41;
    text-decoration: underline
}

.header-menu_burger {
    width: 28px;
    height: 18px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 44px;
    right: 66px
}

@media (max-width: 1100px) {
    .header-menu_burger {
        display: block
    }
}

@media (max-width: 768px) {
    .header-menu_burger {
        top: 20px;
        right: 20px
    }
}

.header-menu_burger div, .header-menu_burger div::after, .header-menu_burger div::before {
    position: relative;
    width: 28px;
    height: 3px;
    top: 0;
    border-radius: 10px;
    background: linear-gradient(290.62deg, #f81c41 2.2%, #105efb 101.42%)
}

.header-menu_burger div::after, .header-menu_burger div::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0
}

.header-menu_burger div::before {
    top: 16px
}

.header-tablet_container {
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none
}

.header-tablet_active {
    display: block
}

.header-tablet_items-menu {
    display: flex;
    text-align: right;
    flex-direction: column;
    list-style: none;
    text-decoration: none;
    position: relative;
    top: 110px
}

.header-tablet_items-menu li {
    margin-bottom: 40px
}

.header-tablet_items-menu :last-child {
    margin-bottom: 0
}

.header-tablet_items-menu a {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #0b1349;
    text-decoration: none
}

.footer-left_politika-mobile:hover, .footer-left_politika:hover, .header-tablet_items-menu a:hover {
    color: #f81c41
}

.header-tablet_items-menu a:active {
    color: #f81c41;
    text-decoration: underline
}

.header-tablet_close::after, .header-tablet_close::before {
    content: "";
    position: absolute;
    top: 44px;
    right: 50px;
    width: 23px;
    height: 3px;
    border-radius: 10px;
    background: #0b1349;
    opacity: .3;
    transform: rotate(45deg)
}

.header-tablet_close::before {
    transform: rotate(-45deg)
}

.footer-bg {
    background-color: #0b1349;
    height: 524px
}

@media (max-width: 1024px) {
    .footer-bg {
        height: auto
    }
}

.footer-left_container {
    display: flex;
    align-items: center;
    padding-top: 126px
}

@media (max-width: 1024px) {
    .footer-left_container {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 768px) {
    .footer-left_container {
        padding-top: 75px
    }
}

.footer-left {
    display: flex;
    flex-direction: column;
    max-width: 265px;
    margin-right: 10%
}

@media (max-width: 1024px) {
    .footer-left {
        order: 1
    }
}

.footer-left_logo {
    max-width: 120px;
    margin-bottom: 29px
}

@media (max-width: 1024px) {
    .footer-left_logo {
        max-width: 105px
    }
}

.footer-left_skolkovo {
    max-width: 153px;
    margin-bottom: 35px
}

@media (max-width: 1024px) {
    .footer-left_skolkovo {
        max-width: 105px
    }
}

.footer-left_politika {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 10px
}

@media (max-width: 1024px) {
    .footer-left_politika {
        display: none
    }
}

.footer-left_text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    opacity: .6
}

@media (max-width: 1024px) {
    .footer-left_text {
        display: none
    }
}

.footer-left_politika-mobile {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff;
    margin-bottom: 10px;
    display: none
}

@media (max-width: 1024px) {
    .footer-left_politika-mobile {
        display: block;
        margin-bottom: 15px
    }
}

.footer-left_text-mobile, .footer-middle p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #fff
}

.footer-left_text-mobile {
    line-height: 17px;
    opacity: .6;
    display: none
}

@media (max-width: 1024px) {
    .footer-left_text-mobile {
        display: block
    }
}

.footer-middle {
    max-width: 473px;
    margin-bottom: auto
}

@media (max-width: 1024px) {
    .footer-middle {
        order: 3
    }
}

.footer-middle p {
    line-height: 200.9%;
    opacity: .8;
    margin: 0
}

@media (max-width: 1024px) {
    .footer-middle p {
        margin-bottom: 40px
    }
}

.footer-right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-self: flex-start
}

@media (max-width: 1024px) {
    .footer-right {
        margin-left: 0;
        order: 2;
        margin-top: 23px
    }
}

.footer-right_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

@media (max-width: 1024px) {
    .footer-right_list {
        text-align: left
    }
}

.footer-right_list li {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .footer-right_list li {
        margin-bottom: 35px
    }
}

.footer-right_list li:last-child {
    margin-bottom: 65px
}

.footer-right_link a, .footer-right_titansoft {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-decoration: none
}

@media (max-width: 768px) {
    .footer-right_link a {
        font-size: 20px;
        line-height: 24px
    }
}

.footer-right_link a:hover, .footer-right_titansoft:hover {
    color: #f81c41
}

.footer-right_titansoft {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #7d84b6;
    display: none
}

.advantage-bg {
    padding-top: 135px;
    background-image: url(/local/templates/bit/assets/css/../img/advantage-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .advantage-bg {
        padding-top: 70px;
        margin-bottom: 13px
    }
}

.advantage-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 183px
}

@media (max-width: 768px) {
    .advantage-page_title {
        font-size: 28px;
        line-height: 110.9%;
        margin-bottom: 80px
    }
}

.advantage-page_content {
    margin-bottom: 60px
}

.advantage-page_description {
    max-width: 750px;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #0b1349;
    opacity: .9;
    margin: 0 auto 60px
}

@media (max-width: 768px) {
    .advantage-page_description {
        font-size: 12px
    }
}

.advantage-plus_wrap {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px
}

@media (max-width: 768px) {
    .advantage-plus_wrap {
        gap: 30px
    }
}

.advantage-plus_wrap-item {
    display: flex;
    justify-content: space-between
}

.advantage-plus_wrap-item img {
    width: 70px;
    height: 70px;
    align-self: center;
    margin-right: 10px
}

@media (max-width: 768px) {
    .advantage-plus_wrap-item img {
        width: 48px;
        height: 48px;
        align-self: flex-start
    }
}

.advantage-plus_wrap-content {
    display: flex;
    flex-direction: column;
    max-width: 640px
}

.advantage-plus_title-item {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #0b1349;
    margin: 0 0 10px
}

@media (max-width: 768px) {
    .advantage-plus_title-item {
        font-size: 16px;
        margin-bottom: 5px
    }
}

.advantage-plus_title-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 141.04%;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .advantage-plus_title-text {
        font-size: 12px
    }
}

.advantage-page_map-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: #0b1349;
    padding: 0;
    text-align: center;
    margin: 0 0 60px
}

@media (max-width: 768px) {
    .advantage-page_map-title {
        font-size: 24px;
        line-height: 29px
    }
}

.advantage-page_map-img {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .advantage-page_map-img {
        margin-bottom: 80px
    }
}

.contact-bg {
    padding-top: 135px
}

@media (max-width: 768px) {
    .contact-bg {
        padding-top: 70px
    }
}

.contact-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 80px
}

@media (max-width: 768px) {
    .contact-page_title {
        font-size: 28px;
        margin-bottom: 48px
    }
}

.contact-wrap {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .contact-wrap {
        margin-bottom: 70px
    }
}

.contact-wrap_content {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .contact-wrap_content {
        flex-direction: column;
        gap: 0;
        margin-bottom: 80px
    }
}

.contact-map {
    width: 100%
}

@media (max-width: 768px) {
    .contact-map {
        order: 2
    }

    .contact-map iframe {
        max-height: 268px
    }
}

.contact-map_content {
    min-width: 360px;
    max-width: 360px
}

@media (max-width: 768px) {
    .contact-map_content {
        order: 1;
        max-width: 300px;
        min-width: 300px
    }
}

.contact-map_content-office {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 130%;
    color: #0b1349;
    margin: 0 0 30px
}

@media (max-width: 768px) {
    .contact-map_content-office {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px
    }
}

.contact-map_content-adress {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #0b1349;
    margin-bottom: 35px
}

@media (max-width: 768px) {
    .contact-map_content-adress {
        font-size: 18px;
        line-height: 195%;
        margin: 0 0 20px
    }
}

.contact-map_content-fiscal {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 105%;
    color: #0b1349
}

@media (max-width: 768px) {
    .contact-map_content-fiscal {
        font-size: 14px;
        line-height: 115%
    }
}

.crumbs_list {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px;
	
    margin: 0 0 123px
}

@media (max-width: 768px) {
    .crumbs_list {
        margin-bottom: 65px
    }
}

.crumbs_list li {
    position: relative
}

.crumbs_list li:not(:last-child)::after {
    content: "";
    width: 3px;
    height: 3px;
    color: #0b1349;
    opacity: .6;
    border-top: 1px solid;
    border-left: 1px solid;
    display: inline-block;
    position: absolute;
    transform: translateY(15px) translateX(10px) rotateZ(135deg);
    top: -14%;
    right: -9px
}

.crumbs_list a {
    text-decoration: none;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0b1349;
    opacity: .6
}

@media (max-width: 768px) {
    .crumbs_list a {
        font-size: 12px;
        line-height: 15px
    }
}

.crumbs_list a:active, .px-dropdown-input input:hover, .px-dropdown-input input:hover + svg {
    opacity: 1
}

.about-bg {
    padding-top: 135px;
    background-image: url(/local/templates/bit/assets/css/../img/advantage-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 42px
}

@media (max-width: 768px) {
    .about-bg {
        padding-top: 70px;
        margin-bottom: 80px
    }
}

.about-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .about-page_title {
        font-size: 28px;
        margin-bottom: 17px
    }
}

.about-page_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160.4%;
    color: #0b1349;
    opacity: .8;
    margin: 0 0 73px
}

@media (max-width: 768px) {
    .about-page_description {
        font-size: 14px;
        margin-bottom: 0
    }
}

.about-statistics {
    margin-bottom: 100px
}

@media (max-width: 768px) {
    .about-statistics {
        margin-bottom: 40px
    }
}

.about-statistics_wrap {
    display: flex;
    justify-content: center;
    gap: 135px
}

@media (max-width: 768px) {
    .about-statistics_wrap {
        gap: 0;
        justify-content: space-around
    }
}

.about-statistics_left-wrap {
    display: flex;
    text-align: center;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .about-statistics_right {
        text-align: center
    }
}

.about-statistics_left-p, .about-statistics_right-p {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0b1349;
    opacity: .9;
    margin: auto 0 0
}

@media (max-width: 768px) {
    .about-statistics_left-p, .about-statistics_right-p {
        font-size: 12px;
        line-height: 15px
    }
}

.about-statistics_left-span {
    align-self: flex-end;
    margin: 0 10px 5px 0
}

@media (max-width: 768px) {
    .about-statistics_left-span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0
    }
}

.about-statistics_left-year {
    margin: 0
}

.about-statistics_left-year, .about-statistics_right-year {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 110px;
    line-height: 100px;
    color: #f81c41
}

@media (max-width: 768px) {
    .about-statistics_left-year, .about-statistics_right-year {
        line-height: 30px;
        font-size: 40px
    }
}

.about-statistics_right-year {
    margin: 0 0 10px
}

.about-content_first-text, .about-content_third-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #0b1349;
    opacity: .9;
    max-width: 750px;
    margin: 0 auto
}

@media (max-width: 768px) {
    .about-content_first-text, .about-content_third-text {
        font-size: 12px
    }
}

.about-content_first-text {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .about-content_first-text {
        margin-bottom: 20px
    }
}

.about-content_third-text {
    margin-bottom: 80px
}

.about-content_second-wrap {
    max-width: 750px;
    min-height: 165px;
    background: linear-gradient(334.07deg, #dbe5fe 3.72%, #fafbff 95.49%);
    box-shadow: 0 5px 8px rgba(151, 182, 255, .15);
    border-radius: 30px;
    margin: 0 auto 40px;
    display: flex
}

@media (max-width: 768px) {
    .about-content_second-wrap {
        margin-bottom: 20px;
        min-height: 81px
    }
}

.about-content_second-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #262626;
    max-width: 670px;
    margin: auto
}

@media (max-width: 768px) {
    .about-content_second-text {
        font-size: 14px;
        line-height: 19px
    }
}

.about-activity_wrap {
    max-width: 750px;
    margin: 0 auto 150px
}

@media (max-width: 768px) {
    .about-activity_wrap {
        margin-bottom: 90px
    }
}

.about-activity_list p, .about-activity_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    color: #0b1349
}

.about-activity_title {
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 55px
}

@media (max-width: 768px) {
    .about-activity_title {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        margin-bottom: 27px
    }
}

.about-activity_list {
    margin: 0;
    padding: 0;
    list-style: none
}

.about-activity_list p {
    font-weight: 400;
    font-size: 20px;
    line-height: 135%;
    opacity: .8
}

@media (max-width: 768px) {
    .about-activity_list p {
        font-size: 14px
    }
}

.about-activity_list li {
    display: flex;
    gap: 30px;
    margin-bottom: 30px
}

@media (max-width: 768px) {
    .about-activity_list li {
        gap: 10px;
        margin-bottom: 15px
    }
}

.about-activity_list li:last-child {
    margin-bottom: 0
}

.about-activity_list img {
    width: 68px;
    height: 68px;
    align-self: center
}

@media (max-width: 768px) {
    .about-activity_list img {
        width: 48px;
        height: 48px
    }
}

.documents-bg {
    padding-top: 135px;
    margin-bottom: 85px
}

@media (max-width: 768px) {
    .documents-bg {
        padding-top: 70px;
        margin-bottom: 53px
    }
}

.documents-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .documents-page_title {
        font-size: 28px
    }
}

.documents-file_wrap-block {
    margin-bottom: 65px
}

@media (max-width: 768px) {
    .documents-file_wrap-block {
        margin-bottom: 40px
    }
}

.documents-file_wrap-block:last-of-type {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .documents-file_wrap-block:last-of-type {
        margin-bottom: 80px
    }
}

.documents-file_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #0b1349;
    margin: 0 0 20px
}

@media (max-width: 768px) {
    .documents-file_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px
    }
}

.documents-file_wrap-items {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .documents-file_wrap-items {
        gap: 10px
    }
}

.documents-file_wrap-items a {
    text-decoration: none
}

@media (max-width: 1239px) {
    .documents-file_wrap-items a {
        width: 100%
    }
}

.documents-file_wrap-item {
    background: #fff;
    box-shadow: 0 2px 5px rgba(16, 94, 251, .1);
    border-radius: 15px;
    min-height: 100px;
    width: 554px;
    display: flex
}

@media (max-width: 1239px) {
    .documents-file_wrap-item {
        width: auto
    }
}

@media (max-width: 768px) {
    .documents-file_wrap-item {
        min-height: 89px
    }
}

.documents-file_wrap-item:hover {
    box-shadow: 0 2px 10px rgba(16, 94, 251, .2)
}

.documents-file_wrap-item img {
    width: 32px;
    height: 32px;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width: 768px) {
    .documents-file_wrap-item img {
        width: 25px;
        height: 25px;
        margin-right: 10px
    }
}

.documents-file_wrap-content {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-right: 20px
}

.documents-file_name-file {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0b1349;
    margin: 10px 0
}

@media (max-width: 768px) {
    .documents-file_name-file {
        font-size: 12px;
        line-height: 15px
    }
}

.documents-file_size-file {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #0b1349;
    opacity: .5;
    margin: 0 0 10px
}

@media (max-width: 768px) {
    .documents-file_size-file {
        font-size: 10px;
        line-height: 12px
    }
}

.news-bg {
    padding-top: 135px;
    background-image: url(/local/templates/bit/assets/css/../img/advantage-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 69px
}

@media (max-width: 768px) {
    .news-bg {
        margin-bottom: 40px;
        padding-top: 70px
    }
}

.news-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 181px
}

@media (max-width: 768px) {
    .news-page_title {
        margin-bottom: 49px;
        font-size: 28px
    }
}

.news-smi_wrap-class {
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

:root {
    --px-dropdown-transition-duration: 300ms
}

.px-app {
    position: absolute;
    top: -77px;
    right: 20px;
}

@media (max-width: 768px) {
    .px-app {
        top: -42px
    }
}

.px-app, .px-app *, .px-app ::after, .px-app ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0
}

.px-dropdown {
    width: auto;
    height: 46px
}

.px-dropdown-input {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: border-color var(--px-dropdown-transition-duration) ease
}

.content-time_wrap a:hover, .content-time_wrap a:hover::after, .px-dropdown-input:hover {
    color: #f81c41
}

.px-dropdown-input input {
    color: #0b1349;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    opacity: .3;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    border: 0;
    background: 0 0;
    cursor: pointer;
    text-align: end;
    padding-right: 35px;
}

@media (max-width: 768px) {
    .px-dropdown-input input {
        font-size: 14px;
        line-height: 17px
    }
}

.px-dropdown-input svg {
    font-size: 18px;
    flex: 0 0 auto;
    width: 25px;
    opacity: .3;
    position: absolute;
    right: 0
}

@media (max-width: 768px) {
    .px-dropdown-input svg {
        width: 20px;
    }
}

.px-dropdown-panel {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% + 50px);
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: top var(--px-dropdown-transition-duration) ease, opacity var(--px-dropdown-transition-duration) ease;
    z-index: 5
}

.px-dropdown.active .px-dropdown-panel {
    top: calc(100% + 4px);
    opacity: 1;
    pointer-events: auto;
    box-shadow: 0 6px 8px rgba(16, 94, 251, .1)
}

.px-dropdown-panel ul {
    list-style: none
}

.new-load_button, .px-dropdown-panel ul li {
    cursor: pointer;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-size: 16px
}

.px-dropdown-panel ul li {
    font-weight: 400;
    line-height: 20px;
    align-items: center;
    color: #0b1349;
    opacity: .8;
    padding: .7rem 1rem
}

@media (max-width: 768px) {
    .px-dropdown-panel ul li {
        font-size: 14px;
        line-height: 17px
    }
}

.px-dropdown-panel ul li:hover {
    background-color: #ebedf3
}

.new-load_button {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    background: #f81c41;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    line-height: 160.4%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    margin: 0 auto 150px
}

@media (max-width: 768px) {
    .new-load_button {
        margin-bottom: 90px;
        font-size: 14px
    }
}

.new-load_button:hover {
    box-shadow: 0 0 25px rgba(248, 28, 65, .65)
}

.content-page_bg {
    padding-top: 135px
}

.content-time_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .content-time_wrap {
        margin-bottom: 31px
    }
}

.content-time_wrap a, .content-time_wrap time {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #0b1349
}

.content-time_wrap time {
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    opacity: .6
}

@media (max-width: 768px) {
    .content-time_wrap time {
        font-size: 10px;
        line-height: 12px
    }
}

.content-time_wrap a {
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    padding-right: 25px;
    position: relative
}

@media (max-width: 768px) {
    .content-time_wrap a {
        font-size: 14px;
        line-height: 17px
    }
}

.content-time_wrap a::after {
    content: "";
    width: 5px;
    height: 5px;
    color: #0b1349;
    border-top: 1px solid;
    border-left: 1px solid;
    display: inline-block;
    position: absolute;
    transform: translateY(15px) translateX(10px) rotateZ(135deg);
    top: -25%;
    right: 15px
}

.content-news_wrap {
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .content-news_wrap {
        margin-bottom: 20px
    }
}

.content-news_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .content-news_title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px
    }
}

.content-news_img {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .content-news_img {
        margin-bottom: 20px
    }
}

.content-news_description {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #0b1349;
    opacity: .9;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .content-news_description {
        font-size: 12px;
        margin-bottom: 20px
    }
}

.content-news_source {
    display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #0b1349;
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .content-news_source {
        font-size: 12px;
        margin-bottom: 80px
    }
}

.content-news_source:hover {
    color: #f81c41
}

@media(max-width: 768px) {
    .price-wrap {
        /* padding: 0 !important; */
    }
}

.price-bg {
    padding-top: 135px
}

.price-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 80px
}

@media (max-width: 768px) {
    .price-page_title {
        font-size: 28px;
        margin-bottom: 40px
    }
}

.price-table_wrap {
    margin-bottom: 100px
}

@media (max-width: 768px) {
    .price-table_wrap {
        margin-bottom: 40px
    }
}

.price-table_line th, .price-table_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 44px;
    color: #0b1349;
    margin: 0 0 30px
}

@media (max-width: 768px) {
    .price-table_title {
        font-size: 16px;
        line-height: 20px;
        padding-left: 20px;
    }
}

.price-table_table {
    display: grid;
    border: 0;
    border-collapse: collapse
}

@media (max-width: 1024px) {
    .price-table_table tbody {
        display: flex
    }
}

.price-table_line {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: left;
    min-height: 80px;
    align-items: center;
    border-bottom: 1px solid rgba(11, 19, 73, .2)
}

@media (max-width: 1024px) {
    .price-table_line {
        grid-template-columns: none;
        grid-template-rows: 1fr;
        border-right: 1px solid rgba(11, 19, 73, .2);
        border-bottom: none;
        width: 50%
    }

    .price-table_line:last-child {
        border-right: none
    }
}

.price-table_line th {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 20px
}

@media (max-width: 768px) {
    .price-table_line th {
        font-size: 10px;
        line-height: 12px
    }
}

@media (max-width: 360px) {
    .price-table_line th {
        font-size: 10px;
        line-height: 12px;
        margin: 10px
    }
}

.price-table_line th:first-child {
    min-width: 340px
}

@media (max-width: 768px) {
    .price-table_line th:first-child {
        min-width: 120px;
        font-size: 10px;
        line-height: 12px
    }
}

.price-table_line:first-of-type {
    background-color: #fff
}

.price-table_line:first-of-type th {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0b1349
}

@media (max-width: 768px) {
    .price-table_line:first-of-type th {
        font-size: 10px;
        line-height: 12px
    }
}

.price-table_sub-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #0b1349;
    margin: 20px 0 0
}

@media (max-width: 768px) {
    .price-table_sub-text {
        font-size: 10px;
        line-height: 12px
    }
}

.price-table_table-2 {
    display: grid;
    border: 0;
    border-collapse: collapse
}

.price-table_line-2 {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: left;
    min-height: 66px;
    align-items: center;
    border-bottom: 1px solid rgba(11, 19, 73, .2)
}

.price-table_line-2:first-of-type {
    min-height: 80px
}

@media (max-width: 1024px) {
    .price-table_line-2:last-child {
        border-right: none
    }
}

.price-table_line-2 th {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #0b1349;
    margin: 20px
}

@media (max-width: 768px) {
    .price-table_line-2 th {
        font-size: 10px;
        line-height: 12px
    }
}

@media (max-width: 360px) {
    .price-table_line-2 th {
        font-size: 10px;
        line-height: 12px;
        margin: 10px
    }
}

.price-table_line-2 th:first-child {
    min-width: 340px
}

@media (max-width: 768px) {
    .price-table_line-2 th:first-child {
        min-width: 120px;
        font-size: 10px;
        line-height: 12px
    }
}

.price-table_line-2:first-of-type {
    background-color: #fff
}

.price-table_line-2:first-of-type th {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0b1349
}

@media (max-width: 768px) {
    .price-table_line-2:first-of-type th {
        font-size: 10px;
        line-height: 12px
    }
}

.neo-bg {
    padding-top: 135px;
    background-image: url(/local/templates/bit/assets/css/../img/answer-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 160px
}

@media (max-width: 768px) {
    .neo-bg {
        padding-top: 70px;
        margin-bottom: 75px
    }
}

.neo-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0;
    align-self: flex-end
}

@media (max-width: 768px) {
    .neo-page_title {
        font-size: 28px;
        line-height: 110.9%;
        align-self: center
    }
}

.neo-page_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160.4%;
    color: #0b1349;
    opacity: .8;
    margin: 0 0 45px
}

@media (max-width: 768px) {
    .neo-page_description {
        font-size: 14px;
        margin-bottom: 50px;
        text-align: center
    }
}

.crumbs-list_neo {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .crumbs-list_neo {
        margin-bottom: 55px
    }

    .answer-block_button-wrap {
        text-align: center
    }
}

.answer-block_button {
    width: 389px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f81c41;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160.4%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 auto 220px
}

@media (max-width: 768px) {
    .answer-block_button {
        font-size: 14px;
        width: 269px;
        margin-bottom: 60px;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center
    }
}

.answer-block_button:hover {
    background: #ff002b;
    box-shadow: 0 0 30px rgba(248, 28, 65, .75)
}

.neo-banner_wrap {
    display: flex;
    justify-content: space-between
}

.neo-banner_wrap11 {
    display: flex;
    justify-content: space-between
}

@media (max-width: 768px) {
    .neo-banner_wrap {
        flex-direction: column
    }
}


@media (max-width: 768px) {
    .neo-banner_wrap11 {
        flex-direction: column
    }
}

.neo-banner_wrap-content {
    display: flex;
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .neo-banner_wrap-content {
        flex-direction: column;
        margin-bottom: 32px
    }
}

.neo-banner_wrap-content img {
    width: 100px;
    height: 100px;
    margin-right: 20px
}

@media (max-width: 768px) {
    .neo-banner_wrap-content img {
        width: 60px;
        height: 60px;
        align-self: center;
        margin-right: 0;
        margin-bottom: 20px
    }

    .neo-banner_aside-block {
        display: flex;
        flex-direction: column;
        margin-left: 50px
    }
}

.neo-banner_aside-wrap {
    margin-right: 60px;
    max-width: 300px;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .neo-banner_aside-wrap {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.neo-banner_aside-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 110.9%;
    text-align: right;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 13px;
    position: relative
}

@media (max-width: 768px) {
    .neo-banner_aside-title {
        font-size: 28px;
        text-align: left
    }
}

.neo-banner_aside-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 41px;
    height: 100%;
    background-image: url(/local/templates/bit/assets/css/../img/Arrow.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 768px) {
    .neo-banner_aside-title::after {
        right: 0;
        left: -55px;
        transform: rotate(180deg)
    }
}

.neo-banner_aside-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 110.9%;
    text-align: right;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .neo-banner_aside-text {
        font-size: 14px;
        text-align: left
    }
}

.neo-advantage_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .neo-advantage_margin {
        margin-bottom: 80px
    }
}

.neo-advantage_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .neo-advantage_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 23px
    }
}

.neo-plus_wrap {
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
    flex-wrap: wrap
}

@media (max-width: 768px) {
    .neo-plus_wrap {
        flex-direction: column;
        align-items: center;
        gap: 30px
    }
}

.neo-plus_wrap-item {
    display: flex;
    width: 48%;
	align-items: flex-start;
}

@media (max-width: 768px) {
    .neo-plus_wrap-item {
        width: 100%;
        align-self: center
    }
}

.neo-plus_wrap-item img {
    width: 100px;
    height: 100px;
    align-self: center;
    margin-right: 50px
}

@media (max-width: 768px) {
    .neo-plus_wrap-item img {
        margin-right: 10px;
        width: 48px;
        height: 48px;
        align-self: flex-start
    }
}

.neo-plus_wrap-content {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    justify-content: flex-end
}

.neo-plus_title-item {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #0b1349;
    margin: 0 0 14px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .neo-plus_title-item {
        font-size: 16px;
        margin-bottom: 0
    }
}

.neo-plus_title-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .neo-plus_title-text {
        font-size: 12px
    }
}

.neo-sources_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .neo-sources_margin {
        margin-bottom: 80px
    }
}

.neo-sources_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .neo-sources_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }
}

.neo-sources_items-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px
}

@media (max-width: 768px) {
    .neo-sources_items-wrap {
        gap: 10px
    }
}

.neo-sources_item-block {
    width: 360px;
    min-height: 334px;
    background: linear-gradient(334.07deg, #dbe5fe 3.72%, #fafbff 95.49%);
    box-shadow: 0 5px 8px rgba(151, 182, 255, .15);
    border-radius: 30px
}

@media (max-width: 768px) {
    .neo-sources_item-block {
        min-height: 100px;
        width: 100%;
        display: flex
    }
}

.neo-sources_item-number {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 117px;
    text-transform: uppercase;
    color: #0b1349;
    opacity: .1;
    margin: 22px 0 12px 30px
}

@media (max-width: 768px) {
    .neo-sources_item-number {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 0;
        width: 40px
    }
}

.neo-sources_item-content {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .neo-sources_item-content {
        margin: 24px 28px 30px 43px
    }
}

.neo-sources_item-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #0b1349;
    margin: 0 0 25px
}

@media (max-width: 768px) {
    .neo-sources_item-title {
        font-size: 14px;
        margin-bottom: 9px;
        text-transform: uppercase
    }
}

.neo-sources_item-description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .neo-sources_item-description {
        font-size: 12px;
        line-height: 140%
    }
}

.neo-work_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .neo-work_margin {
        margin-bottom: 80px
    }
}

.neo-work_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 20px
}

@media (max-width: 768px) {
    .neo-work_title {
        font-size: 24px;
        line-height: 29px
    }
}

.neo-work_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #0b1349;
    max-width: 800px;
    margin: 0 auto 40px
}

@media (max-width: 768px) {
    .neo-work_description {
        font-weight: 400;
        font-size: 14px;
        line-height: 160.4%;
        margin-bottom: 20px
    }
}

.neo-result_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .neo-result_margin {
        margin-bottom: 80px
    }
}

.neo-result_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .neo-result_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }
}

.neo-result_items-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px
}

@media (max-width: 768px) {
    .neo-result_items-wrap {
        flex-direction: column;
        gap: 10px
    }
}

.neo-result_item-block {
    width: 262px;
    min-height: 284px;
    background: #fff;
    box-shadow: 0 8px 15px rgba(151, 182, 255, .25);
    border-radius: 30px
}

@media (max-width: 768px) {
    .neo-result_item-block {
        min-height: 135px;
        width: 100%
    }
}

.neo-result_item-img {
    width: 67px;
    height: 67px;
    display: block;
    margin: 75px auto 28px
}

@media (max-width: 768px) {
    .neo-result_item-img {
        margin-top: 25px;
        margin-bottom: 13px;
        width: 40px;
        height: 40px
    }
}

.neo-result_item-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 10px 46px
}

@media (max-width: 768px) {
    .neo-result_item-title {
        margin-bottom: 20px;
        font-size: 14px
    }
}

.shoplifter-bg {
    padding-top: 135px;
    background-image: url(/local/templates/bit/assets/css/../img/shoplifter-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 160px
}

@media (max-width: 768px) {
    .shoplifter-bg {
        padding-top: 70px;
        margin-bottom: 45px
    }
}

.shoplifter-banner_wrap-content {
    display: flex;
    margin-bottom: 50px
}

@media (max-width: 768px) {
    .shoplifter-banner_wrap-content {
        flex-direction: column;
        margin-bottom: 25px
    }
}

.shoplifter-banner_wrap-content img {
    width: 100px;
    height: 100px;
    margin-right: 20px
}

@media (max-width: 768px) {
    .shoplifter-banner_wrap-content img {
        width: 60px;
        height: 60px;
        align-self: center;
        margin-right: 0;
        margin-bottom: 15px
    }
}

.crumbs-list_shoplifter {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .crumbs-list_shoplifter {
        margin-bottom: 35px
    }
}

.shoplifter-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0;
    align-self: flex-end
}

@media (max-width: 768px) {
    .shoplifter-page_title {
        font-size: 28px;
        line-height: 110.9%;
        text-align: center
    }
}

.shoplifter-page_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160.4%;
    color: #0b1349;
    opacity: .8;
    margin: 0 0 45px
}

@media (max-width: 768px) {
    .shoplifter-page_description {
        font-size: 14px;
        margin-bottom: 50px;
        text-align: center
    }

    .shoplifter-banner_aside-block {
        display: flex;
        flex-direction: column;
        margin-left: 50px
    }
}

.shoplifter-banner_aside-wrap {
    margin-right: 60px;
    max-width: 202px;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .shoplifter-banner_aside-wrap {
        max-width: 248px;
        margin-right: 0;
        margin-left: 7px;
        margin-bottom: 20px
    }
}

.shoplifter-banner_aside-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 110.9%;
    text-align: right;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 13px;
    position: relative
}

@media (max-width: 768px) {
    .shoplifter-banner_aside-title {
        margin-bottom: 8px;
        font-size: 28px;
        text-align: left
    }
}

.shoplifter-banner_aside-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 41px;
    height: 100%;
    background-image: url(/local/templates/bit/assets/css/../img/Arrow.svg);
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 768px) {
    .shoplifter-banner_aside-title::after {
        right: 0;
        left: -57px;
        transform: rotate(180deg)
    }
}

.shoplifter-banner_aside-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 110.9%;
    text-align: right;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .shoplifter-banner_aside-text {
        font-size: 14px;
        text-align: left
    }
}

.shoplifter-advantage_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .shoplifter-advantage_margin {
        margin-bottom: 80px
    }
}

.shoplifter-advantage_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 35px
}

@media (max-width: 768px) {
    .shoplifter-advantage_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 18px
    }
}

.shoplifter-tabs_wrap {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .shoplifter-tabs_wrap {
        margin-bottom: 30px
    }
}

.tab-control {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 103.02%;
    text-align: center;
    text-transform: uppercase;
    color: #f81c41;
    opacity: .5;
    width: 338px;
    height: 60px;
    border: 2px solid #f81c41;
    display: flex;
    align-items: center;
    justify-content: center;
    border-collapse: collapse;
    cursor: pointer
}

@media (max-width: 768px) {
    .tab-control {
        font-size: 10px;
        width: 167px;
        height: 40px
    }
}

#control-selected, .tab-control:hover {
    font-weight: 700;
    opacity: 1
}

.tab-control-1 {
    border-radius: 100px 0 0 100px;
    border-right: 1px solid #f81c41
}

.tab-control-2 {
    border-radius: 0 100px 100px 0;
    border-left: 1px solid #f81c41
}

#control-selected {
    color: #fff;
    background: #f81c41
}

.shoplifter-plus_wrap {
    row-gap: 50px
}

@media (max-width: 768px) {
    .shoplifter-plus_wrap {
        gap: 28px
    }
}

.shoplifter-work_margin {
    margin-bottom: 110px
}

@media (max-width: 768px) {
    .shoplifter-work_margin {
        margin-bottom: 75px
    }
}

.shoplifter-work_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 35px
}

@media (max-width: 768px) {
    .shoplifter-work_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }
}

.ofd-bg {
    padding-top: 135px;
    background-image: url(/local/templates/bit/assets/css/../img/ofd-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-bottom: 125px
}

@media (max-width: 768px) {
    .ofd-bg {
        padding-top: 70px;
        margin-bottom: 75px
    }
}

.ofd-banner_wrap {
    display: flex;
    justify-content: space-between
}

@media (max-width: 768px) {
    .ofd-banner_wrap {
        flex-direction: column
    }
}

.ofd-banner_wrap-content {
    display: flex;
    margin-bottom: 45px
}

@media (max-width: 768px) {
    .ofd-banner_wrap-content {
        flex-direction: column;
        margin-bottom: 19px
    }
}

.ofd-banner_wrap-content img {
    width: 100px;
    height: 100px;
    margin-right: 20px
}

@media (max-width: 768px) {
    .ofd-banner_wrap-content img {
        width: 60px;
        height: 60px;
        align-self: center;
        margin-right: 0;
        margin-bottom: 20px
    }
}

.ofd-page_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    line-height: 110.9%;
    text-transform: uppercase;
    color: #0b1349;
    align-self: flex-end;
    margin: 0 0 0 18px
}

@media (max-width: 768px) {
    .ofd-page_title {
        font-size: 28px;
        line-height: 110.9%;
        margin-left: 0;
        align-self: center
    }
}

.ofd-page_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160.4%;
    color: #0b1349;
    opacity: .8;
    margin: 0 0 45px;
    max-width: 670px
}

@media (max-width: 768px) {
    .ofd-page_description {
        font-size: 14px;
        margin-bottom: 35px;
        text-align: center
    }
}

.crumbs-list_ofd {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .crumbs-list_ofd {
        margin-bottom: 39px
    }

    .ofd-banner_aside-block {
        display: flex;
        flex-direction: column
    }
}

.ofd-banner_aside-wrap {
    max-width: 340px;
    margin-bottom: 30px;
    display: flex
}

@media (max-width: 768px) {
    .ofd-banner_aside-wrap {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.ofd-banner_aside-wrap img {
    width: 34px;
    height: 34px;
    margin-right: 25px;
    align-self: center
}

@media (max-width: 768px) {
    .ofd-banner_aside-wrap img {
        width: 28px;
        height: 28px;
        margin-right: 20px
    }
}

.ofd-banner_aside-text {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 110.9%;
    color: #0b1349;
    margin: 0
}

@media (max-width: 768px) {
    .ofd-banner_aside-text {
        font-size: 16px;
        align-self: center
    }
}

.ofd-sources_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .ofd-sources_margin {
        margin-bottom: 80px
    }
}

.ofd-sources_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 40px
}

@media (max-width: 768px) {
    .ofd-sources_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }
}

.ofd-sources_items-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px
}

@media (max-width: 768px) {
    .ofd-sources_items-wrap {
        gap: 10px
    }
}

.ofd-sources_item-block {
    width: 360px;
    min-height: 212px;
    background: linear-gradient(334.07deg, #dbe5fe 3.72%, #fafbff 95.49%);
    box-shadow: 0 5px 8px rgba(151, 182, 255, .15);
    border-radius: 30px
}

@media (max-width: 768px) {
    .ofd-sources_item-block {
        min-height: 85px;
        width: 100%;
        display: flex
    }
}

.ofd-sources_item-number {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 96px;
    line-height: 117px;
    text-transform: uppercase;
    color: #0b1349;
    opacity: .1;
    margin: 22px 0 12px 30px
}

@media (max-width: 768px) {
    .ofd-sources_item-number {
        margin-top: 20px;
        margin-left: 20px;
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 0;
        width: 40px
    }
}

.ofd-sources_item-content {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .ofd-sources_item-content {
        margin: 24px 28px 30px 43px
    }
}

.ofd-sources_item-title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #0b1349;
    margin: 0 0 25px;
    text-transform: uppercase
}

@media (max-width: 768px) {
    .ofd-sources_item-title {
        font-size: 14px;
        margin-bottom: 9px
    }
}

.ofd-work_margin {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .ofd-work_margin {
        margin-bottom: 80px
    }
}

.ofd-work_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 0 0 35px
}

@media (max-width: 768px) {
    .ofd-work_title {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px
    }
}

.identity-block_wrap {
    background: linear-gradient(287.42deg, #e5ecfe .68%, #e5ecfe 63.84%);
    min-height: 634px;
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .identity-block_wrap {
        min-height: 465px;
        margin-bottom: 75px
    }
}

.identity-block_title {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #0b1349;
    margin: 160px 0 15px
}

@media (max-width: 768px) {
    .identity-block_title {
        font-size: 24px;
        line-height: 29px;
        margin-top: 40px
    }
}

.identity-block_description {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #0b1349;
    opacity: .8;
    margin: 0 auto 40px;
    max-width: 800px
}

@media (max-width: 768px) {
    .identity-block_description {
        font-size: 12px;
        line-height: 160%;
        max-width: 335px
    }
}

.identity-step_wrap {
    display: flex;
    justify-content: space-around;
    position: relative
}

@media (max-width: 768px) {
    .identity-step_wrap {
        flex-direction: column;
        gap: 50px
    }
}

.identity-step_wrap-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 768px) {
    .identity-step_wrap-item {
        flex-direction: row
    }
}

.identity-step_number, .identity-step_wrap-item p {
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #0b1349
}

.identity-step_wrap-item p {
    font-size: 22px;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0;
    max-width: 181px
}

@media (max-width: 768px) {
    .identity-step_wrap-item p {
        font-size: 14px;
        max-width: 250px
    }
}

.identity-step_number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 58px;
    height: 58px;
    background-color: #fff;
    border-radius: 50%;
    filter: drop-shadow(0 4px 8px rgba(151, 182, 255, .25));
    font-size: 24px;
    line-height: 136.9%;
    margin-bottom: 18px;
    z-index: 5
}

@media (max-width: 768px) {
    .identity-step_number {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin-bottom: 0;
        margin-right: 18px
    }
}

.linear::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #105efb, #f81c41);
    top: 22%;
    left: 15%;
    width: 70%;
    height: 1px
}

@media (max-width: 768px) {
    .linear::before {
        background: linear-gradient(0deg, #f81c41, #105efb);
        top: 0;
        left: 19px;
        width: 1px;
        height: 100%
    }
}

.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .8s ease 0s
}

.popup:target {
    opacity: 1;
    visibility: visible
}

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

.popup__body, main {
    display: flex;
    justify-content: center
}

.popup__body {
    min-height: 100%;
    align-items: center;
    padding: 30px 10px
}

.popup__content {
    width: 555px;
    background: #fcfcfc;
    border-radius: 20px;
padding-left: 30px;
    padding-right: 30px;
    position: relative
}

.popup__close {
    position: absolute;
    right: 19px;
    top: 19px;
    font-size: 20px;
    color: #0b1349;
    text-decoration: none;
    opacity: .3
}

.popup__close:hover {
    opacity: 1
}

.popup__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    color: #262626;
    max-width: 485px;
    margin: 70px auto 40px;
    padding-left: 37px;
    padding-right: 37px
}

@media (max-width: 768px) {
    .popup__title {
        font-size: 24px;
        line-height: 29px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.popup__input {
    width: 400px;
    margin: 0 auto 40px
}

@media (max-width: 768px) {
    .popup__input {
        width: 300px
    }
}

@media (max-width: 360px) {
    .popup__input {
        width: 260px
    }
}

.popup__button {
    display: block;
    margin: 0 auto 60px
}

body {
    padding: 0;
    margin: 0 auto;
    background-color: #f9f9f9;
    font-family: "PT Sans", "Arial", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666
}

.scroll-hidden {
    overflow: hidden
}

.page {
    height: 100%
}

main {
    flex-direction: column
}

.container {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto
}

@media (max-width: 1300px) {
    .container {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 700px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

.container-content {
    max-width: 747px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto
}

@media (max-width: 1300px) {
    .container-content {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 700px) {
    .container-content {
        padding-left: 20px;
        padding-right: 20px
    }
}
.main-block_face-img img{
	max-width:465px;
}
img {
    height: auto;
	width:100%;
}

/*# sourceMappingURL=style.min.css.map */







@media (prefers-color-scheme: dark) {
  :root {
        color-scheme: light only;
    }


}

@media (prefers-color-scheme: light) {
  :root {
        color-scheme: light only;
    }
}


@media (prefers-color-scheme: dark) {
    :root {
        color-scheme: light;
    }
}

/* Chrome */
@media (forced-colors: active) {
    :root {
        color-scheme: light;
    }
}











/* End */


/* Start:/local/templates/bit/dev.css?17340866065077*/
.new-load_button{
	    width: auto;
    display: block;
    line-height: 1;
	width:180px;
    height: auto;
    padding: 17px 0px;
}

g.k-plashka-title
{
background: #FFFFFF;
border-radius: 5px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* identical to box height */


align-items: center;
text-align: center;

/* Purple */

color: #0B1349;
padding:3px 10px;
display: none;
flex-direction: row;
align-items: flex-start;
padding: 3px 10px;
gap: 10px;

}

ellipse
{
	cursor:pointer;
}

ellipse:hover
{
	fill:#F81C41;
}

.k-plashka-title img
{
	position:absolute;
	bottom:-20px;
	left:0px;
}

text
{
background: #FFFFFF;
border-radius: 5px;
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;

}

.main-map_slide-year
{
	background: linear-gradient(270deg, #e5edff 0, #fff 100%);
}


.main-smi_news-item
{
	text-decoration:none;
}

.main-smi_news-item:hover
{
	text-decoration:none;
}

.breadcrumbs__link-span {
    text-decoration: none;
    font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0b1349;
    opacity: .6;
}

.control-selected
{
	color: #fff;
    background: #f81c41;
	    font-weight: 700;
    opacity: 1;
}

.tab
{
	display:none
}

.tab-active
{
	display:block;
}

.k-show {
    opacity: 1;
    visibility: visible;
	    z-index: 999;
}

.main-map_img-map svg
{
	width:100%;
	
}


.advantage-page_map-img svg
{
	width:100%;
	
}


@media (max-width: 768px)
{
	.main-partners_slide-block img
	{
		width:100%;
	}
	
	.main-partners_slide-block 
	{
		padding:10px;
	}
	
	
	
	.main-answer_button-link
	{
		margin-top:20px;
	}
	
	.main-partners_slide-block {
		width: 90px;
		height: 90px;
	}
	
}

.neo-plus_wrap-content
{
	justify-content:center;
}


	.header-wrap
	{
		position:fixed;
		z-index:990;
	}
.header-tablet_container {
    position: fixed;
    z-index: 991;
}
.bg-white
{
	background-color:#fff;
	padding-bottom:20px;
}

@media (max-width: 1100px) {
    .bg-white .header-nav__menu-logo {
        visibility: hidden;
    }
    
    .bg-white {
        background-color: transparent;
        padding-bottom: 0;
    }
}

@media (max-width: 1100px) {
	.bg-white .header-menu_burger {
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 50%;
        top: 10px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .bg-white .header-menu_burger div {
        position: static;
    }

    .bg-white .header-menu_burger div::after,
    .bg-white .header-menu_burger div::before {
        content: none;
    }
	
	.header-menu_burger {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: column;
    }
	
	.header-menu_burger div {
		min-height: 3px;
	}
	
	.header-menu_burger div::after,
    .header-menu_burger div::before {
        content: none;
    }
}


	.header-tablet_container .header-nav__menu-logo {
		position: absolute;
		top: 17px;
		left: 20px;
		width: 50px;
		max-width: 50px;
	}
	
.main-map_slide-year {
    background: linear-gradient(270deg, #E5EDFF 0%, rgba(229, 237, 255, 0) 100%);
}

/*
@media (prefers-color-scheme: dark) {
    body {
        background-color: #f9f9f9;
    }
	
	.wrap-bg {
		color: #0B134A;
	}
}

@media (prefers-color-scheme: light) {
    body {
        background-color: #f9f9f9;
    }
	
	.wrap-bg {
		color: #0B134A;
	}
}
*/

@media (max-width: 768px) {
	.main-partners_slide-block {
		margin: auto;
	}
}

.main-partners_slider {
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.main-partners_slide-next:focus {
	outline: none;
}

.main-partners_slide-prev:focus {
	outline: none;
}

.container-content {
	padding-top: 135px;
}

@media (max-width: 768px) {
	.container-content {
		padding-top: 70px;
	}
}

@media (max-width: 768px) {
	.content-time_wrap a::after {
		transform: translateY(10px) translateX(10px) rotateZ(135deg);
	}
}

.content-page_bg {
	display: none;
}




.main-feedback_form-checkbox {

font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #0b1349;
margin-bottom: 30px;


}


.main-feedback_form-checkbox .required {

width: 20px;
    height: 20px;

}

.main-feedback_form-checkbox label {


    vertical-align: top;

}








@media (max-width: 500px) {

.main-feedback_form-checkbox {

font-family: 'Montserrat', "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #0b1349;
margin-bottom: 30px;


}


.main-feedback_form-checkbox .required {

	width: 20px;
    height: 20px;
float: left;
margin-top: 15px;

}

.main-feedback_form-checkbox label {


    vertical-align: top;
    display: block;
    margin-left: 38px;

}

}
.error-message {
	color: red;
	font-size: 12px;
	margin-top: -25px;
	position: absolute;
}
/* End */
/* /local/templates/bit/assets/css/style.min.css?171995430694771 */
/* /local/templates/bit/dev.css?17340866065077 */
