.shadow_header.active {
    height: 190px;
    width: 100%;
    background: #222222;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
}

.header .burger-btn {
    z-index: 2;
}

.index .content h2 {
    margin-top: 0;
}

.index .content h1 {
    margin-bottom: 10px;
}

.index .main-tabs-block-caption .content h4 {
    margin-top: 0;
    line-height: 22px;
}

.index .content h3 {
    margin-top: 0;
}

.index .content h4 {
    margin-top: 0;
}

.interactive-map-advantages-block p {
    margin-bottom: 0;
}

.measures-block span {
    display: block;
}

.burger-menu-mobile li .header {
    height: auto;
    background: #0050B2 !important;
    margin-bottom: 20px;
}

.slinky-theme-default a:not(.back) {
    padding: 0;
    padding-bottom: 20px;
}

.slinky-menu a span,
.slinky-menu .header .title {
    font-size: 16px;
    color: #A6B7D4;
    font-family: 'GolosTextMedium'
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
    background: url(../img/arrow-right.svg) center center no-repeat;
    height: 8px;
    width: 5px;
}

.slinky-theme-default .next::after {
    position: absolute;
    left: -6px;
}

.slinky-theme-default .title {
    padding: 0;
}

.slinky-theme-default .back::before {
    padding: 0;
}

.burger-menu-mobile li .header {
    height: auto;
    background: #0050B2 !important;
    position: relative;
}

.burger-menu-mobile-wrapper {
    display: none;
}

a.back {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
}

.burger-menu-navs {
    display: none;
}

.index .header.header_show .logo a {
    background: none;
}

body .future {
    padding: 110px 0;
}

.text-wrapper {
    overflow-y: none;
}

.footer-top-block span {
    display: block;
}

.index .header .header_show .header-navs a:hover {
    color: #0050B2;
}
.content .form-block-wrapper h3 {
    margin-bottom: 30px;
}
.form-input-wrapper {
    padding: 4px;
}
.form-input-wrapper input[type="email"] {
    padding: 11px;
}
.menu-submenu li {
    line-height: 22px;
}
.measures-page-block {
    font-size: 18px;
    color: #A8A8A8;
}

.measures-page-block h2 {
    color: #222222;
}

.measures-page-content h2 {
    font-size: 32px;
    font-weight: normal;
}

.measures-page-item {
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    min-height: 38px;
}

.measures-page-item p {
    font-size: 18px;
    margin: 0;
    transition: all 0.2s ease-in-out;
    color: #A8A8A8;
    margin-left: 21px;
}

.measures-page-item svg {
    transition: all 0.2s ease-in-out;
    min-width: 30px;
}

.measures-page-item svg path {
    fill: #A8A8A8;
}

.measures-page-item:hover {
    background: #F9F9F9;
}

.measures-page-item:hover.measures-page-item p {
    color: #1472E5;
}

.measures-page-item:hover.measures-page-item svg path {
    fill: #1472E5;
}
.measures-page-item.active {
    background: #F9F9F9;
    border-radius: 4px;
}

.measures-page-item.active p {
    color: #1472E5;
}

.measures-page-item.active path {
    fill: #1472E5;
}
.errorfield input {
    border-color: #EA3A2F;
}

span.error {
    color: #EA3A2F;
    font-size: 10px;
}

.btn-close {
    width: auto;
    height: auto;
    opacity: 1;
}

.modal-header {
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    position: relative;
    font-family: 'GolosTextMedium';
}

.modal-content {
    padding: 30px;
}

.modal-body {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    font-family: 'GolosTextRegular';
    line-height: 17px;
}

.modal-footer {
    border: 0;
    padding: 0;
    justify-content: center;
}

.btn-blue-big {
    position: relative;
}

.btn-blue-big::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-49%);
    right: 30px;
    height: 9px;
    width: 6px;
    background: url(../img/arrow-right.svg) center center no-repeat;
}

.measures-page-content-card {
    padding: 20px;
    padding-bottom: 30px;
    background: #F9F9F9;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #F9F9F9;
    transition: all 0.3s ease-in-out;
}

.measures-page-content-card b {
    font-weight: 500;
    font-size: 36px;
    color: #0050B2;
}

.measures-page-content-card b span {
    font-size: 24px;
    color: #A6B7D4;
}

.measures-page-content-card p {
    font-size: 18px;
    color: #222222;
}

.measures-page-content-info-block {
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}

.measures-page-content-info-block h4 {
    color: #0050B2;
    font-size: 18px;
    margin-top: 0;
}

.measures-page-content-info-block p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
}

.measures-page-content-info-block a {
    font-size: 12px;
    color: #0050B2;
    font-weight: 500;
    position: relative;
    font-family: 'GolosTextRegular';
}


.measures-page-content-info-block a:hover {
    color: #1472E5;
}

.measures-page-content-info-block a::before {
    content: "";
    width: 5px;
    height: 7px;
    position: absolute;
    background: url(../img/arrow-right-blue.svg) center center no-repeat;
    top: 60%;
    transform: translateY(-50%);
    right: -13px;
}

.measures-page-content-card:hover {
    border: 2px solid #1472E5;
    background: #fff;
}

.measures-page .banner {
    background: url(../img/banner-m-bg.png) center center no-repeat;
    background-size: cover;
}

.banner {
    border-radius: 8px;
    position: relative;
    padding: 45px 40px;
    z-index: 1;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(82.23% 271.33% at 0% 30.17%, rgba(60, 127, 147, 0.85) 0%, rgba(0, 80, 178, 0.51) 100%);
    border-radius: 4px;
    z-index: -1;
}

.banner h2,
.banner h4 {
    margin-top: 0;
}

.banner h2 {
    font-weight: 500;
    font-size: 62px;
}

.banner p {
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
}

.banner-card {
    padding: 12px;
    background: rgba(27, 56, 92, 0.7);
    border-radius: 8px;
    margin-bottom: 10px;
}

.banner-card h4 {
    margin-bottom: 8px;
}

.banner-card span {
    font-size: 12px;
    line-height: 14px;
}

.measures-page-mobile-img img {
    width: 100%;
    border-radius: 4px;
}

.measures-page-mobile-img {
    display: none;
    border-radius: 4px;
}

.mobile-block-title {
    display: none;
}

.mobile-block-title h2 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 30px;
    font-family: 'GolosTextDemiBold';
    line-height: 103%;
}

.mobile-block-title p {
    font-size: 16px;
    margin-bottom: 0;
}

.measures-page-control label {
    font-size: 12px;
    margin-bottom: 8px;
}

.measures-page-control-select {
    border: 1px solid #0050B2;
    border-radius: 4px;
    padding: 12px;
}

.measures-page-control-select p {
    color: #0050B2;
    font-size: 16px;
    position: relative;
}

.measures-page-control-select p::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    width: 8px;
    height: 5px;
    background: url(../img/arrow-down-blue.svg) center center no-repeat;
}

.invest-banner {
    background: url(../img/invest-cl-bg.jpg) center center no-repeat;
    background-size: cover;
}

.index ul li,
.index .content ol li {
    margin-left: 0 !important;
}

.invest-cl-page-mobile-img {
    display: none;
}

.index .header-content-social span a {
    color: #fff;
}

.index .header_show .header-content-social span a {
    color: #A6B7D4;
    transition: all 0.2s ease-in-out;

}

.header-btn a {
    padding: 16px 24px;
    font-size: 14px;
    font-family: 'GolosTextMedium';
}

.burger-menu>li a:hover {
    color: #fff;
}

.menu-submenu>li a:hover {
    color: #1472E5;
}

.burger-menu li .menu-submenu-icon::before {
    transition: all 0.3s ease-in-out;
}

.burger-menu li .menu-submenu-icon:hover::before {
    transform: rotate(180deg);
}

.lang-wrapper>a::before {
    right: 8px;
    width: 9px;
    height: 6px;
    transition: all 0.3s ease-in-out;
}

.lang-wrapper>a:hover::before {
    transform: rotate(180deg);
}

.header-navs-search {
    margin-left: 16px;
}

.main-tabs-block-content a {
    position: relative;
    display: inline;
}

.main-tabs-block {
    background: rgba(27, 56, 92, 0.6);
}

.main-tabs-block h4 {
    opacity: 1;
    min-height: 70px;
}

.lang-wrapper>a::before {
    background: url(../img/arrow-down-blue.svg) center center no-repeat;
}

.index .lang-wrapper:hover .lang-wrapper-other {
    border-radius: 2px;
    background: rgb(255, 255, 255, 0.4);
}

.lang-wrapper-other {
    top: 120%;
}

.projects-left-block-wrapper {
    margin-right: 0;
}

.projects-left-block {
    margin-right: 30px;
}

.projects-right-block a:hover {
    color: #1472E5;
}

.projects-left-block span {
    line-height: 14, 4px;
}

.speach-img {
    left: 50%;
}

.burger-logo {
    padding-left: 20px;
}

.burger-logo a {
    background: url(../img/mobile-logo.svg) center center no-repeat;
    width: 139px;
    height: 45.77px;
    display: block;
}

.slick-dots button {
    margin-right: 8px !important;
}

.main-tabs-block h4 {
    min-height: 70px;
}
.footer-top-block span {
    display: block;
}
.slinky-theme-default a:not(.back):hover {
    background: transparent;
}

.video .modal-content {
    padding: 0;
}

.video.modal-dialog .modal-body {
    margin: 0;
}

.slinky-menu a span {
    font-family: 'GolosTextMedium';
}

.main-tabs-block {
    padding-bottom: 5px;
}

.main-video-wrapper:hover .main-video-btn {
    transition: all 0.2s ease-in-out;
}

.appeal {
    text-align: left;
}

.appeal-modal .modal-body {
    padding: 0;
}

.btn-close-modal-black {
    right: 0;
}

.appeal-modal h3 {
    font-family: 'GolosTextMedium';
    margin-bottom: 40px;
}

label {
    font-family: 'GolosTextRegular';
}

input,
.form-control {
    font-family: 'GolosTextRegular';
}

textarea.form-control {
    font-family: 'GolosTextMedium';
}

.droupzone-list {
    padding-top: 0;
}

.form_steps .form_step {
    display: none;
}

.form_steps .form_step.active {
    display: block;
}

.appeal label {
    margin-bottom: 8px;
    font-family: 'GolosTextRegular';
}
.capcha span a:hover {
    color: #1472E5;
}

.control_wrapper {
    margin-bottom: 20px !important;
}
input:hover, .form-control:hover {
    border: 1px solid #0050B2;
}
.step-footer-wrapper {
    padding-top: 20px;
}

.step_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.measure-dropdown-title {
    display: none;
    font-family: 'GolosTextRegular';
}
.droupzone-thumb {
    padding: 24px;
}
.step_counter,
.step_prev {
    font-size: 13px;
    color: #A6B7D4;
    font-family: 'GolosTextRegular';
}

.measure-dropdown-title label {
    margin-top: 30px;
}

.sticky {
    position: sticky;
    top: 150px;
}

.measure-dropdown-wrap {
    width: 100%;
}

.measure-dropdown-wrapper-label {
    color: #222222;
    font-size: 12px;
    margin-bottom: 8px;
    display: none;
}

.step_prev:hover {
    color: #0050B2;
}

.step_prev {
    position: relative;
}

.step_prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    background: url(../img/arrow-left-blue.svg) center center no-repeat;
    width: 6px;
    height: 10px;
}

.capcha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.capcha span {
    max-width: 600px;
}

.climats-block-text {
    margin-right: 30px;
}

.climats-block-text p {
    font-size: 14px;
    line-height: 17px;
}

.climats-block-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 47px;
    padding-bottom: 43px;
    border-radius: 4px;
    border: 1px dashed #A6B7D4;
}

.climats-block-dropzone span {
    color: #A6B7D4;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.climats-block-dropzone small {
    font-size: 12px;
    color: #0050B2 !important;
    font-family: 'GolosTextMedium';
    position: relative;
}

.climats-block-dropzone small::before {
    content: '';
    display: block;
    height: 14px;
    width: 14px;
    background: url(../img/icon-download-blue.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
}

.invest-cl-page .first-block {
    margin-bottom: 96px;
}

.invest-cl-page h3 {
    margin-top: 0;
}

.invest-cl-page .second-block {
    margin-bottom: 130px;
}






/* invest-support */

.investor-sup-banner {
    background: url(../img/invest-cl-bg.jpg) center center no-repeat;
    background-size: cover;
}

.investor-sup-mobile-img {
    display: none;
}

.investor-sup-banner h2 {
    font-size: 56px;
}

.investor-sup-text {
    margin-top: 40px;
    margin-bottom: 110px;
}

.investor-sup-form-block {
    background: #F9F9F9;
    text-align: center;
    padding-bottom: 60px;
}

.investor-sup-form-block h3 {
    font-family: 'GolosTextMedium';
    text-align: center;
}

/* .investor-sup-form-body {
    text-align-last: left;
} */
.container-fluid {
    padding: 0;
}

.investor-sup-step-block h3 {
    margin-top: 0;
    color: #0050B2;
    margin-bottom: 40px;
    position: relative;
}
.investor-sup-step-block h3::before {
    content: "";
    display: block;
    height: 1px;
    width: 22px;
    background: #E9E9E9;
    position: absolute;
    top: 18px;
    left: -34px;
    z-index: 6;
}

.investor-sup-step-block h3.active::after {
    content: "";
    display: block;
    height: 1px;
    width: 22px;
    background: #0050B2;
    position: absolute;
    top: 18px;
    left: -34px;
    z-index: 7;
}
.last-anim {
    margin-top: 0;
    color: #E9E9E9;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease-out;
}
.last-anim.active {
    color: #0050B2;
}
.last-anim::before {
    content: "";
    display: block;
    height: 1px;
    width: 22px;
    background: #E9E9E9;
    position: absolute;
    top: 18px;
    left: -34px;
    z-index: 6;
}
.last-anim.active::after {
    content: "";
    display: block;
    height: 1px;
    width: 22px;
    background: #0050B2;
    position: absolute;
    top: 18px;
    left: -34px;
    z-index: 7;
}
.top_element {
    position: relative;
}
.investor-sup-line {
    width: 1px;
    border-left: 1px solid #E9E9E9;
    height: 96.9%;
    position: absolute;
    top: 18px;
    left: 68px;
    transition: all 0.1s ease-in-out;
}
.top_element {
    position: relative;
    overflow-y: hidden;
}

.investor-sup-line div {
    width: 1px;
    position: absolute;
    left: -1px;
    top: 0;
    height: 0;
    background: #0050B2;
    z-index: 5;
    transition: all 0.1s ease-in-out;
    max-height: 100%;
}

.investor-sup-text-decor {
    font-family: 'GolosTextRegular';
    position: relative;
    color: #A8A8A8;
    font-size: 14px;
}
.investor-sup-text-decor1 {
    position: absolute;
    top: 0;
    left: -43px;
    transform: rotate(-90deg);
}
.investor-sup-text-decor2 {
    position: absolute;
    transform: rotate(-90deg);
    top: 0;
    right: 350px;
}

.block_top_el {
    position: relative;
}
.investor-sup-step-list li.active {
    color: #222222;
}
.investor-sup-step-block ul {
    padding: 0;
}

.investor-sup-step-block ul li {
    font-size: 18px;
    color: #E9E9E9;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    font-family: 'GolosTextRegular';
}
.investor-sup-step-block ul li a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: 'GolosTextRegular';
    color: #E9E9E9;
    position: relative;
}
.investor-sup-step-block ul li a::before {
    content: "";
    display: block;
    background: url(../img/arrow-right-grey.svg) center center no-repeat;
    width: 6px;
    height: 9px;
    position: absolute;
    top: 8px;
    right: -20px;
}
.investor-sup-step-list li.active a::before {
    background: url(../img/arrow-right-blue.svg) center center no-repeat;
}
.investor-sup-step-list li.active a {
    color: #0050B2;
}
.investor-sup-step-card {
    background: #F9F9F9;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.investor-sup-step-card {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.investor-sup-step-card.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.investor-sup-step-card span {
    font-family: 'GolosTextMedium';
}

.investor-sup-step-card p {
    font-size: 14px;
}
.investor-sup-row {
    margin-bottom: 100px;
}

.investor-sup-step-list li {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.investor-sup-step-list li::before {
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    background: #E9E9E9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -38px;
    z-index: 6;
    transition: all 0.3s ease-in-out;
}
.investor-sup-step-list li.active::after {
    content: "";
    display: block;
    height: 9px;
    width: 9px;
    background: #0050B2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -38px;
    z-index: 7;
    transition: all 0.3s ease-in-out;
}
/* invest-support */




/*--------------------*/

/*-----header-----*/
.header-content-social__links a:hover svg path {
    fill-opacity: 1;
}

/*----header-----*/
.content h1 {
    line-height: 102.9%;
}

.investor-sup-step-block ul li {
    list-style: none;
}

/*---content---*/
div.content p {
    font-size: 14px;
    line-height: 17px;
}

div.content .block p {
    margin-bottom: 1rem;
}

.row img {
    border-radius: 4px;
    margin-bottom: 10px;
}

div.content .image p {
    margin-bottom: 0;
}

.block h3 {
    margin-top: 0;
}

.region p {
    margin-bottom: 0 !important;
}

.tags-link {
    margin-right: 7px;
}

.tags-wrapper {
    margin-bottom: 116px;
}

.wrapper-accord-title p {
    margin-bottom: 0 !important;
}

.accord-6 {
    margin-bottom: 134px;
}

.accord-6 h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.accord-12 h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.wrapper-accord-title h4 {
    margin: 0;
}

.wrapper-accord-info p {
    margin-bottom: 0 !important;
}

.links-item a p {
    font-family: 'GolosTextMedium';
    margin-bottom: 0 !important;
    width: auto;
}

.links-item a {
    padding-left: 64px;
    position: relative;
}

.links-item.arrow_row a:before {
    content: "";
    position: absolute;
    background-image: url(../img/content/link-arr.svg);
    height: 12px;
    width: 19px;
    top: 26px;
    left: 23px;
}

.links-item.arrow_share a:before {
    content: "";
    position: absolute;
    background-image: url(../img/content/link-arr1.svg);
    height: 18px;
    width: 18px;
    top: 23px;
    left: 23px;
}

.block ul li,
.content ol li {
    font-family: 'GolosTextRegular';
}

.tabs_file .nav-link {
    font-size: 12px;
    line-height: 12px;
    font-family: 'GolosTextRegular';
}

.tabs_file-download-up-text {
    font-family: 'GolosTextRegular';
}

.tabs_file-download-down-info {
    font-family: 'GolosTextRegular';
}

.tabs_file-download-down-btn {
    font-family: 'GolosTextRegular';
}

.popularTags-border {
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 30px;
}

.popularTags-wrapper .tags-wrapper {
    margin-bottom: 0;
}

.projects-left-block-text h4 {
    margin-top: 0;
}

/*---content---*/
.footer-logo {
    background: url(../img/header/logo_white.svg) left center no-repeat;
    height: 34px;
}
.page_error h1 {
    margin-bottom: 76px;
}

.content .title_404 {
    color: #FFF;
    mix-blend-mode: multiply;
    text-shadow: #0050b2 1px 0px, #0050b2 1px 1px, #0050b2 0px 1px, #0050b2 -1px 1px, #0050b2 -1px 0px, #0050b2 -1px -1px, #0050b2 0px -1px, #0050b2 1px -1px;
    overflow: hidden;
    position: relative;
}

.content .title_404:before {
    content: "";
    position: absolute;
    left: 2px;
    height: 100%;
    width: 100%;
    background: url(/local/templates/invest/css/../img/Subtract-404.svg) no-repeat center 56%;
    z-index: 0;
}

.bg-error {
    width: 531.71px;
    height: 633.39px;
    position: absolute;
    top: 27px;
    left: calc(50% - 274px);
    background: url(/local/templates/invest/css/../img/404-bg.svg) no-repeat;
    z-index: -1;
}

.title_503::before {
    content: none !important;
}

.content a {
    text-decoration: none;
}

.modal-theme-body-input-choice span {
    display: block;
}

.content-list ul li,
.content-list ol li {
    margin-left: 1.4rem !important;
}

li.nav-item {
    margin-left: 0 !important;
}

ul span,
ol span {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    margin-bottom: 10px;
}

body .future_content {
    padding-bottom: 12px;
    padding-top: 0;
}

div.content .form {
    padding-bottom: 0;
}

.breadcrumb-item a span {
    color: #A8A8A8;
    font-size: 12px;
    line-height: 130%;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumb-item span {
    font-size: 12px;
    line-height: 130%;
    color: #222222;
}

.breadcrumb-item:hover a span {
    color: #0050B2;
    cursor: pointer;
}


.modal-theme-body-alltheme-wrapper a {
    font-family: 'GolosTextRegular';
}

.modal-theme-body-label {
    font-family: 'GolosTextRegular';
}

.modal-theme-body-wrapper button {
    font-family: 'GolosTextRegular';
}

.modal-theme-body-input-choice span {
    font-size: 14px;
    line-height: 17px;
    color: #A6B7D4;
    margin: 0;
}

.modal-theme-body-input-choice span:hover {
    color: #0050B2;
}

.modal-theme-body-input-choice span+span {
    margin-top: 12px;
}


.modal-theme-body-input-choice {
    border: none;
}

.modal-theme-body-input-choice {
    padding: 16px;
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    top: calc(100% - 2px);
    border: 1px solid #E9E9E9;
    border-top: none;
}

.modal-theme-body-input.active .modal-theme-body-input-choice {
    border: 1px solid #0050B2;
    border-top: none;
}

.modal-theme-body-input-choice:before {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 32px);
    top: 0;
    left: 16px;
    background: #E9E9E9;
}

.modal-theme-body-input label {
    border: none;
}

.modal-theme-body-input>svg {
    pointer-events: none;
}

.modal-theme-body-input {
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 4px;
}

.modal-theme-body-input.active {
    border: 1px solid #0050B2;
    border-bottom: none;
}

.modal-theme-body-input {
    position: relative;
}

.tabs_file-download {
    padding-left: 49px;
    position: relative;
}

.tabs_file-download:before {
    content: "";
    position: absolute;
    background-image: url(../img/content/tabs_file.svg);
    width: 19.33px;
    height: 24.17px;
    top: 12.42px;
    left: 14.83px;
}

.tabs_file-download-down {
    margin-left: 0;
}

/*services-------------------*/
.full_banner {
    /* height: 387px; */
    margin-bottom: 110px;
    position: relative;
}

.full_banner img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    margin-bottom: 0 !important;
}

.full_banner_img-wrapper {
    position: relative;
}

.full_banner_img-wrapper:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: radial-gradient(82.23% 271.33% at 0% 30.17%, rgba(60, 127, 147, 0.85) 0%, rgba(0, 80, 178, 0.51) 100%);
    border-radius: 4px;
}

.banner_text {
    position: absolute;
    top: 45px;
    left: 40px;
    width: 569px;
    color: #fff;
}

.banner_text h1 {
    margin-bottom: 30px;
}

.banner_text p {
    line-height: 22px;
}

section.links {
    margin-bottom: 90px;
}

.wrapper-services-item-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.services_logo_hover {
    position: absolute;
    z-index: -1;
}
.services_logo {
    transition-duration: .3s;
}
.wrapper-services-item:hover .services_logo {
    opacity: 0;
}

div.content .wrapper-services-item-info p {
    font-size: 12px;
    line-height: 14px;
}

.wrapper-services-item-info h4 {
    transition-duration: .3s;
}

.wrapper-services-item-info-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #A8A8A8;
    transition-duration: .3s;
    font-family: 'GolosTextMedium';
}

.wrapper-services-item:hover .wrapper-services-item-info-link {
    color: #0050B2;
}


.wrapper-services-item:hover .wrapper-services-item-icon img {
    filter: none;
}

/*services-------------------*/

/*-----about-------*/
.main-screen.about {
    background: url(../img/about/about-bg.jpg) center center no-repeat;
    background-size: cover;
}

.content .about h1 {
    margin-bottom: 0;
}

.content .about h4 {
    margin-bottom: 0;
    margin-top: 14px;
    line-height: 22px;
}
.about .main-text__subtitle h4 {
    font-family: 'GolosTextregular';
}
.main-screen.about .main-tabs-block h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.content .about_h2 {
    margin-top: 110px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

div.content p.subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

div.content .content-card p {
    font-size: 18px;
}

.content-card {
    padding: 20px;
    padding-bottom: 30px;
    background: #F9F9F9;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid #F9F9F9;
    transition: all 0.3s ease-in-out;
    min-height: 142px;
}
/* .indicator_inline .content-card {
    min-height: 186px;
} */
.content-card b {
    font-family: 'GolosTextMedium';
    font-size: 36px;
    color: #0050B2;
}

.content-card b span {
    font-size: 24px;
    color: #A6B7D4;
}

.benefits_region.about {
    margin-top: 26px;
}

.content-card.benefits_region-item {
    border: 1px solid #E9E9E9;
    background: #fff;
    padding: 10px;
    margin-bottom: 8px;
    min-height: auto;
}

.content-card.benefits_region-item b {
    font-size: 18px;
    line-height: 22px;
}

div.content .content-card.benefits_region-item p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}

.about_h2.mt-50 {
    margin-top: 50px;
}

h3.photo-wrapper-item-title {
    margin-top: 0;
}

.row .photo-wrapper-item-info {
    margin-bottom: 53px;
}

.photo-wrapper-item-info {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

.photo-wrapper {
    padding-top: 208px;
}

.photo-wrapper .col-12:nth-child(odd) {
    margin-top: -208px;
}

.form.about {
    margin-top: 110px;
    margin-bottom: 40px;
}

.blocks.about {
    margin-top: 50px;
}

.blocks.about .col-lg-3 {
    height: 155px;
    padding-top: 42px;
    padding-bottom: 28px;
}

.blocks-item img {
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

.content h4.blocks-item-title {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #0050B2;
}

.blocks-item:hover h4.blocks-item-title {
    color: #1472E6;
}

.content p.blocks-item-info {
    margin: 0;
    color: #222222;
}

.col-img {
    position: relative;
}

.col-img img {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
}

.blocks-item-height2 img {
    height: calc(155px * 2);
}

.border-bottom {
    border-bottom: 1px solid #A8A8A8 !important;
}

.border-right {
    border-right: 1px solid #A8A8A8;
}

.map.about {
    position: relative;
    background: url(../img/about/map-about-city-bg.png);
}


.svg_map path.active, 
.svg_map circle.active {
    fill:#1472E6;
}

.blocks-item-link {
    display: none;
}

.map-mobile {
    display: none;
}

.content table {
    min-width: 1079px !important;
}

/**/
.svg_label {
    position: absolute;
    width: 120px;
    height: 20px;
}
.map_name1 {
    top: 10%;
    left: 31.5%;
}
.map_name2 {
    top: 28%;
    left: 22%;
    width: 150px;
}
.map_name3 {
    top: 36%;
    left: 26%;
}
.map_name4 {
    top: 43%;
    left: 18%;
}
.map_name5 {
    top: 48%;
    left: 12%;
    width: 170px;
}
.map_name6 {
    top: 70%;
    left: 28%;
    width: 130px;
}
.map_name7 {
    top: 79%;
    left: 34%;
}
.map_name8 {
    top: 85%;
    left: 33%;
}
.map_name9 {
    top: 90%;
    left: 33%;
}
.map_name10 {
    top: 93%;
    left: 59%;
    width: 130px;
}
.map_name11 {
    top: 75%;
    left: 71%;
    width: 200px;
}
.map_name12 {
    top: 53%;
    left: 69%;
}
.map_name13 {
    top: 29%;
    left: 65%;
}

/**/

/*-----about--------*/


.callform .capcha {
    overflow: hidden;
    width: 10px;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}

.callform .capcha.show {
    height: auto;
    max-height: 300px;
    width: 100%;
}

/**/
.vertical + h2 {
    margin-top: 110px;
}
.indicator_val {
    font-family: 'GolosTextMedium';
}
ol.vertical li:before {
    font-family: 'GolosTextMedium';
}
.contact_bottom_section .form_step:first-child .step_footer .step_counter {
    order: 1;
}
.contact_bottom_section .form_step:first-child .step_footer a {
    order: 2;
}
.contact_bottom_section .form_step:first-child .step_footer .step_next {
    padding-left: 78px;
    padding-right: 103px;
}
.contact_bottom_section .form_step:first-child .step_footer .btn-blue-big::before {
    right: calc(50% - 30px);
}
.contact_group p a {
    margin: 0 6px;
    transition: all .2s ease-in-out;
}
.contact_group p a:hover {
    color: #1472E6;
}
.contact_group p a:first-child {
    margin-left: 0;
}
.contact .panel_body .cols .col:nth-child(1) .contact_group:first-child p {
    color: #A8A8A8;
}

.col-lg-3.col-9.col-img.border-right.border-bottom + .col-lg-3,
.blocks.about .col-lg-3:last-child {
    border-right: none;
}
.col-lg-3.col-9.col-img.border-right.border-bottom + .col-lg-3~.col-lg-3 {
    border-bottom: none !important;
}
.wrapper-services-item:last-child {
    border-bottom: none;
}
.wrapper-services-item:nth-child(2n) {
    padding-bottom: 47px;
}
.cookie-close:hover path {
    fill: #0050B2;
}

.appeal label.droupzone {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.appeal-modal .modal-body {
    margin-bottom: 0;
}
.appeal-modal .capcha {
    margin-bottom: 30px !important;
}
.about .capcha {
    margin-top: 0;
}
.about .capcha.show {
    margin-top: 40px;
}
.about .form-block {
    border-radius: 0;
}
.about .form-input-wrapper {
    border: 1px solid #fff;
    transition-duration: .3s;
}
.about .form-input-wrapper:hover {
    border: 1px solid #0050B2;
}
.about .future {
    padding-top: 0;
    padding-bottom: 60px;
}
.about .future>.container {
    padding-left: 0;
}
.about .btn-close-modal-black:hover svg path {
    fill: #0050B2 !important;
}
.about .main-tabs-block {
    padding-bottom: 20px;
}
div.content .content-card.benefits_region-item:last-child p {
    margin-top: 0;
}

.projects_content h2 {
    margin-top: 0;
}
.col-xl-9 p {
    max-width: 730px;
}

.investor_support .investor-sup-form-block h3 {
    width: 768px;
    margin-left: -109px;
}

.investor-sup-step-list li.active a.number_phone {
    color: #222222 !important;
}
.investor-sup-step-list li a.number_phone:before {
    content: none;
}
a.cont {
    color: #fff;
    text-decoration: none;
}

/**/

@media (max-width: 1199px) {

    /* .measures_content .measures-wrapper .img2 {
        right: calc((100vw - 818px)/2*-1);
    }
    .blue:before {
        left: calc((100vw - 938px)/2 * -1);
    } */
    .map.about svg {
        width: 100%;
        height: 100%;
    }

    .blocks.about .col-lg-3 {
        height: auto;
    }
    .investor-sup-line {
        left: 56px;
        height: 95.29%;
    }
}

@media (max-width:1024px) {
    .content .about_h2 {
        margin-top: 80px;
    }
    .container-fluid.investor_support {
        padding: 0 !important;
    }
    .investor_support .investor-sup-form-block h3 {
        margin-left: -175px;
    }
}
@media (max-width: 992px) {
    .speach {
        padding-top: 60px;
    }
    .investor-sup-text-decor2 {
        right: 300px;
    }
    .investor-sup-line {
        left: 57px;
        height: 94.8%;
    }
    .investor-sup-row {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {

    /* .measures_content .measures-wrapper .img2 {
        right: calc((100vw - 594px)/2*-1);
    }
    .blue:before {
        width: 105.3vw;
        left: calc((100vw - 699px) /2 * -1);
    } */
    .wrapper-services-item-info {
        max-width: 570px;
    }

    .accord-6 h2,
    .accord-12 h2 {
        font-size: 28px;
        margin-top: 20px;
    }

    .projects_content .projects-left-block {
        display: none;
    }

    .projects_content .projects-left-block-wrapper {
        margin-bottom: 0;
    }

    .svg_label {
        width: 75px;
    }
    .map_name11 {
        width: 120px;
    }
    .map_name5 {
        width: 110px;
    }
    .map_name2 {
        width: 100px;
    }

    div.content .blocks.about .content-card p {
        margin-bottom: 0;
    }
    .blocks.about .content-card {
        min-height: 176px;
    }
    .blocks.about {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 21px;
    }

    .blocks-item-close,
    .col-img {
        display: none;
    }

    .blocks.about .col-lg-3 {
        border: 1px solid #E9E9E9 !important;
        border-radius: 8px;
        margin-right: 8px;
    }

    .blocks-item-link {
        display: inline-block;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        color: #0050B2;
        margin-top: 4px;
        position: relative;
    }

    .blocks-item-link::before {
        content: "";
        display: inline-block;
        position: absolute;
        background: url(../img/arrow-right-blue.svg);
        height: 8px;
        width: 6px;
        top: 3px;
        right: -13px;
    }
    .wrapper-services-item:nth-child(2n) {
        padding-bottom: 30px;
    }
    .wrapper-services-item-info h4 {
        margin-top: 0;
    }
    .col-lg-3.col-9.col-img.border-right.border-bottom + .col-lg-3~.col-lg-3 {
        border: 1px solid #E9E9E9 !important;
    }
    .investor-sup-line {
        left: 37px;
        height: 96.3%;
    }
}

@media (max-width: 978px) {
    .banner-card {
        margin-bottom: 30px;
        padding: 30px;
    }

    .speach-img {
        top: -35%;
        left: 50%;
    }
}

@media (max-width: 768px) {
    .investor-sup-text-decor {
        display: none;
    }
    .investor-sup-line {
        left: 37px;
        height: 96.6%;
    }
    .investor-sup-step-list li.active::after,
    .investor-sup-step-list li::before {
        left: -39px;
    }
    .investor-sup-step-block ul li {
        font-size: 16px;
    }
    .investor-sup-row {
        margin-bottom: 120px;
    }
    .investor-sup-row .col-xl-4 {
        position: relative;
    }
    .investor-sup-row.last {
        margin-bottom: 50px;
    }
    .investor-sup-step-card {
        position: absolute;
        padding: 45px 0;
        left: -15px;
    }
   
    .speach {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .speach-img {
        top: -40%;
        left: 47%;
    }

    body .future {
        padding-bottom: 80px;
    }

    .main-tabs-block {
        background: #0050B2;
    }

    .measures-page-item p {
        font-size: 16px !important;
        color: #222222;
    }

    .measures-page-item {
        margin-bottom: 20px;
        padding: 10px;
    }

    .measures-page-item svg {
        display: none;
    }

    .measure-dropdown-body {
        width: 100%;
        position: absolute;
        z-index: 999;
        background: #fff;
        border: 1px solid #0050B2;
        border-top: none;
        border-radius: 4px;
        display: none;
    }

    .measure-dropdown-wrapper {
        width: 100%;
        position: relative;
    }

    .measure-dropdown-wrapper.opened .measure-dropdown-body {
        display: block;
    }

    .measures-page-item {
        margin: 0;
        padding: 15px;
    }

    .measure-dropdown-title {
        display: block;
    }

    .measure-dropdown-wrapper-label {
        display: block;
    }

    .measure-dropdown-title::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        display: block;
        width: 8px;
        height: 5px;
        background: url(../img/arrow-down-blue.svg) center center no-repeat;
    }

    .measure-dropdown-title {
        border-radius: 4px;
        border: 1px solid #0050B2;
        padding: 12px;
        position: relative;
        color: #0050B2;
    }

    .measures-page .banner {
        display: none;
    }

    .measures-page-mobile-img {
        display: block;
    }

    .mobile-block-title {
        display: block;
    }

    .invest-banner {
        display: none;
    }

    .invest-cl-page-mobile-img {
        display: block;
    }

    .invest-cl-page .mobile-block-title h2 {
        margin-bottom: 20px;
    }


    .climats-block-text {
        margin-bottom: 20px;
    }

    .tabs_file-download-down-btn {
        opacity: 1;
    }

    div.content section.region {
        padding-bottom: 40px;
        padding-top: 150px;
    }

    .measures_content {
        margin-bottom: 120px;
    }

    h3.photo-wrapper-item-title {
        font-size: 25px;
    }
    .map.about {
        display: none;
    }

    .map-mobile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 20px;
    }

    .map-mobile-item {
        font-size: 16px;
        line-height: 19px;
        color: #222222;
        border: 1px solid #A8A8A8;
        border-radius: 4px;
        margin-right: 8px;
    }

    .map-mobile-item-icon {
        border-radius: 4px;
    }

    .map-mobile-item-title {
        display: block;
        padding: 20px;
        padding-top: 10px;
        font-size: 16px;
        line-height: 19px;
    }
    .investor_support .investor-sup-form-block h3 {
        margin-left: auto;
        width: auto;
    }
    .last-anim::before, .last-anim.active::after {
        top: 32px;
    }
    .investor-sup-step-block h3 {
        font-size: 24px;
    }
    .main-tabs-block-content a:first-child:before {
        content: none;
    }
}

@media (max-width: 767px) {
    .investor-sup-text-decor {
        display: none;
    }
    .investor-sup-line {
        left: 22px;
        height: 95.33% !important;
    }
    .investor-sup-row {
        margin-bottom: 120px;
    }
    .investor-sup-row .col-xl-4 {
        position: relative;
    }
    .investor-sup-row.last {
        margin-bottom: 50px;
    }
    .investor-sup-step-card {
        position: absolute;
        padding: 45px 0;
        left: -15px;
    }
    .full_banner {
        height: auto;
        margin-bottom: 80px;
    }

    .banner_text {
        color: #222222;
        position: initial;
        width: auto;
    }

    div.content .banner_text p {
        font-size: 16px;
        line-height: 19px;
    }

    .wrapper-services-item-info {
        max-width: 410px;
    }

    .tags-wrapper {
        margin-bottom: 80px;
    }

    .accord-6 {
        margin-bottom: 72px;
    }

    .accord-6 h2,
    .accord-12 h2 {
        margin-top: 0;
    }

    section.region.blue {
        padding-bottom: 20px;
    }

    .region p {
        margin-bottom: 8px !important;
    }

    .photo-wrapper {
        padding-top: 0;
    }

    .photo-wrapper .col-12:nth-child(odd) {
        margin-top: 0;
    }
    .last-anim::before, .last-anim.active::after {
        top: 16px;
    }
}

@media (max-width: 576px) {
    .row.blocks.about {
        padding-left: 10px;
    }
    .investor-sup-line {
        left: 23px;
        height: 95.33%; 
    }
    .investor-sup-step-card {
        padding: 35px 0;
    }
    .investor-sup-step-list li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .speach {
        padding-top: 114px;
    }
    .step_footer {
        flex-direction: column;
    }
    .speach-img {
        top: -75%;
        width: 170px;
        left: 32%;
    }
    .step_counter {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .investor-sup-banner {
        display: none;
    }
    .investor-sup-text {
        display: none;
    }
    .btn-blue {
        width: 100%;
        text-align: center;
    }
    .appeal-btn-submit {
        padding-top: 30px;
    }
    .investor-sup .mobile-block-title p {
        display: none;
    }
}

@media (max-width: 518px) {
    .bg-error {
        width: 100%;
        left: calc(50% - 269px);
        background: url(/local/templates/invest/css/../img/404-bg.svg) no-repeat center;
    }

    .content h2.text_404 {
        width: 100%;
    }

    .page_error .content {
        overflow-y: hidden;
    }

    .btn_404 .btn-blue {
        width: auto;
    }

    .wrapper-services-item-info {
        width: 252px;
    }


}
@media (max-width: 560px) {
    .investor-sup-line {
        left: 19px;
        height: 95.55% !important;
    }
    footer .container {
        padding: 0 !important;
    }
    
    .footer-top {
        flex-direction: column;
    }
    .footer-bot {
        align-items: flex-start;
    }
    .socail-links {
        margin-left: 0;
    }
}
@media (max-width: 495px) {
    .subtext_404 {
        width: 100%;
        padding: 0 15px;
    }
}

@media (max-width: 475px) {
    
    .content .title_404 {
        font-size: 179.151px;
        line-height: 215px;
    }

    .content .title_404:before {
        background: url(/local/templates/invest/css/../img/Subtract-404-mob.svg) no-repeat center 57%;
    }

    .content h2.text_404 {
        font-size: 28px;
        padding: 0 34px;
    }

    .subtext_404 {
        padding: 0 70px;
    }

    .bg-error {
        background: url(/local/templates/invest/css/../img/404-bg-mob.svg) no-repeat center;
        left: calc(50% - 244px);
        top: -21px;
    }
}

@media (max-width: 425px) {
    section.form form.appeal.callform .capcha {
        margin: 0 !important;
    }
    section.form form.appeal.callform .capcha.show {
        margin-top: 20px !important;
    }
    .droupzone-caption {
        flex-direction: column;
        align-items: flex-start;
    }
    .droupzone-caption span {
        margin-top: 20px;
        margin-left: -36px;
    }
    .step-list li::before {
        left: -38px;
    }

    .investor-sup-step-block h3 {
        margin-bottom: 30px;
    }
    .investor-sup-text-decor {
        display: none;
    }
    .investor-sup-line {
        left: 10px;
        border-color: #0050B2;
        height: 90.83% !important;
    }
    .investor-sup-step-block h3::before {
        background:#0050B2;
        left: -28px !important;
    }
    .content h3.last-anim  {
        margin-top: -90px;
        margin-left: 10px;
        color: #0050B2;
        padding-bottom: 60px;
    }
    .last-anim::before {
        left: -39px !important;
        background:#0050B2;
    }
    .investor-sup-step-list li::before {
        background:#0050B2;
        left: -33px !important;
    }
    .investor-sup-step-block ul li {
        color: #222222;
        font-size: 16px;
        line-height: 19px;
    }
    .investor-sup-row {
        margin-bottom: 160px;
    }
    .investor-sup-row.last {
        margin-bottom: 50px;
    }
    .investor-sup-step-card {
        padding: 45px 0;
        position: absolute;
        left: -15px;
    }
    .investor-sup-row .col-xl-4 {
        position: relative;
    }
    .footer-top {
        border-top: 0;
    }
    .footer-logo {
        margin-bottom: 40px;
        background: url(../img/footer-logo-mobile.svg) center center no-repeat;
        height: 64px;
    }
    .footer-top-block {
        margin-bottom: 30px;
    }
    .footer-top-block:nth-child(3) {
        margin-bottom: 40px;
    }
    .footer-top-block:last-child {
        padding-top: 28px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .socail-links {
        margin-left: 0;
    }
    .footer-top-block small {
        margin-top: 0;
    }
    .footer-top-block span:last-child {
        padding-bottom: 0;
    }
    .container {
        padding: 0px 16px !important;
    }
    .blocks.about .content-card {
        margin-bottom: 0;
        min-height: 128px;
        padding: 10px;
    }
    .popularTags-border {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .speach {
        padding-top: 114px;
    }

    .speach-img {
        top: -75%;
        width: 170px;
        left: 27%;
    }

    .index .content h3 {
        line-height: 34px;
        margin-bottom: 30px;
    }

    .form-input-wrapper input[type="email"] {
        margin-bottom: 4px;
    }

    .form-block-wrapper::before {
        top: -10% !important;
    }

    .step_footer {
        flex-direction: column;
    }

    .appeal-btn-submit {
        padding-top: 30px;
        width: 100%;
    }

    .step_counter {
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .burger-logo {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .burger-menu-mobile-wrapper {
        display: flex;
    }

    .burger-menu-navs {
        display: block;
    }

    .logo {
        max-width: none;
    }

    .projects-left-block-wrapper {
        margin-top: 0;
    }

    .measures-block {
        padding-bottom: 80px;
    }

    .projects {
        padding-bottom: 160px;
    }

    body .future {
        padding: 80px 0px;
    }

    .form-block-wrapper::before {
        top: -14%;
    }

    .form-block-wrapper::after {
        bottom: -14%;
    }

    .burger-menu-wrapper {
        overflow-y: auto;
    }

    .bg-error {
        left: calc(50% - 219px);
        top: -21px;
    }

    .measures_content h2 {
        margin-top: 0;
    }

    .burger-menu-bot-contacts-links {
        margin-top: 55px;
    }

    .modal-search-body {
        left: 0;
        width: 100%;
    }

    .modal-search-body-input input {
        width: 100%;
    }

    .modal-theme-body {
        width: 100%;
    }

    .wrapper-services-item-info a {
        font-weight: 500;
        line-height: 120%;
        color: #0050B2;
    }

    .wrapper-services-item-info a path {
        fill: #0050B2;
    }

    .tabs_file .nav-link {
        padding: 8px 16px;
    }

    .full_banner_img-wrapper {
        margin-bottom: 10px;
    }

    div.content p {
        font-size: 14px;
        line-height: 17px;
    }

    .content .about_h2 {
        margin-top: 70px;
        margin-bottom: 20px !important;
    }

    .about_h2.mb-50 {
        margin-bottom: 20px !important;
    }

    .content-card b {
        font-size: 26px;
        line-height: 102.9%;
    }

    div.content .content-card p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
    }

    div.content p.subtitle {
        font-size: 16px;
        line-height: 19px;
    }

    .content-card.benefits_region-item b {
        font-size: 16px;
        line-height: 19px;
    }

    .blocks.about {
        margin-top: 20px;
    }

    .blocks.about .content-card {
        margin-bottom: 0;
        min-height: 147px;
        padding: 10px;
    }

    .row .photo-wrapper-item-info {
        margin-bottom: 20px;
    }

    .investor-sup-step-block ul li {
        list-style: none;
    }
    .contact_bottom_section .form_step:first-child .step_footer a {
        order: initial;
    }
    .indicator_list {
        margin-bottom: 20px;
    }
    .indicator {
        padding: 20px 0;
    }
    .indicator_val {
        line-height: 102.9%;
        font-size: 32px;
    }  
    .indicator_title {
        font-size: 20px;
    }  
    .contact_bottom_section {
        margin-bottom: 64px;
    }
    .wrapper-services-item-info h4 {
        margin-top: 0;
        font-size: 16px;
        line-height: 19px;
    }
    .wrapper-services-item-info-link {
        color: #0050B2;
    }
    .wrapper-services-item-info-link path {
        fill: #0050B2;
    }
    .full_banner {
        margin-bottom: 70px;
    }
    .wrapper-services-item {
        padding: 8px 8px 18px 0;
        align-items: flex-start;
    }
    .cookie-close {
        top: 0;
        right: 0;
    }
    .cookie-body {
        padding: 17px 10px 10px;
        transform: translateY(462px);
    }
    .cookie-body.active .cookie-hidden {
        transform: translateY(-337px);
    }
    .cookie-body.active {
        transform: translateY(337px);
    }

    .appeal-modal .capcha {
        margin-top: 30px;
        margin-bottom: 0 !important;
    }
    .appeal-modal .capcha span {
        line-height: 17px;
    }
    .appeal-modal .droupzone-list {
        padding-left: 25px;
    }
    .appeal-modal .droupzone-thumb {
        flex-wrap: wrap;
    }
    .appeal-modal .thumb-succes .droupzone-file-name {
        margin-bottom: 8px;
    }
    .btn-blue-big::before {
        right: calc(50% - 60px) !important;
    }
    .content-card {
        min-height: auto;
        margin-bottom: 8px;
    }
    .about .form-input-wrapper {
        border: none;
    }
    p.start {
        margin-bottom: 40px;
    }
    .investor_support .investor-sup-form-block h3 {
        line-height: 95.4%;
    }
}
@media (max-width:420px) {
    .callform .capcha.show {
        width: 240px;
        margin: 10px auto;
    }

    .callform .capcha.show .capcha-wrapper {
        transform: scale(0.8);
    }

    .callform .capcha.show span {
        margin: 0px;
    }
}

@media (max-width: 375px) {
    .investor-sup-step-list li::before {
        left: -33px !important;
    }
    .bg-error {
        left: calc(50% - 194px);
    }

    .content h2.text_404 {
        padding: 0px 8px;
    }

    .subtext_404 {
        padding: 0 28px;
    }
    .investor-sup-step-block h3::before
    {
        width: 13px;
        left: -22px;
    }
    .last-anim::before {
        width: 18px;
        left: -31px;
    }
    .investor-sup-step-list li::before {
        left: -26px;
    }
    .investor-sup-line {
        z-index: 15;
        height: 91.19% !important;
    }
    .cookie-body {
        transform: translateY(472px);
    }
    .cookie-body.active .cookie-hidden {
        transform: translateY(-361px);
    }
    .cookie-body.active {
        transform: translateY(361px);
    }
    .last-anim::before, .last-anim.active::after {
        top: 25px;
        left: -31px;
    }
}

@media (max-width: 320px) {
    /* .form-block-wrapper::before {
        top: -8% !important;
    }
    .form-block-wrapper::after {
        bottom: -10% !important;
    } */
    .investor-sup-line {
        height: 90.74% !important;
    }
    .content .title_404 {
        font-size: 156.151px;
    }

    .content .title_404:before {
        background: url(/local/templates/invest/css/../img/Subtract-404-mob.svg) no-repeat 50% 55%;
        background-size: 92.4%;
    }

    .bg-error {
        left: calc(50% - 167px);
        top: -24px;
        background-size: 110%;
    }

    .blue:before {
        height: 440px;
    }

    .blocks.about .col-9 {
        min-width: 260px;
    }

    .blocks.about .col-lg-3 {
        min-width: 280px;
    }

    .speach-img {
        left: 19%;
        top: -65%;
    }
    .cookie-body {
        transform: translateY(512px);
    }
    .cookie-body.active .cookie-hidden {
        transform: translateY(-390px);
    }
    .cookie-body.active {
        transform: translateY(390px);
    }
    .content .about .form-block-wrapper h3 {
        font-size: 21px;
    }
    .last-anim::before, .last-anim.active::after {
        top: 9px;
    }

    .top_element {
        width: 308px;
    }
    .investor-sup-line {
        left: 9px;
    }
    .content h3.last-anim {
        margin-top: -120px;
    }
}

/*---------------------*/