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

body {
    font-family: 'Roboto', sans-serif;
    color: #41404C;
    font-size: 14px;
    position: relative;
}
.main--container{position:relative;min-height:100vh}
.container {
    max-width: 1215px;
    margin: 0 auto;
    padding: 0 15px;
}

ul {
    display: flex;
}

li {
    display: flex;
    list-style: none;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background-color: #DBDEE7;
}

body.active {
    overflow: hidden;
}

body.active .header {
    padding-right: 7px;
}

.shad {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;

}

.alone_input {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-weight: 400;
}

.hide_res_form {
    display: none;
}

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

.mb-10 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.form_choose_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

input.alone_input::placeholder {
    color: #BFBFBF;
}

.tab {
    display: flex;
    height: 0px;
    overflow: hidden;
}

.active_tab {
    height: auto;
    display: block;
}

.open {
    background-color: #000;
    z-index: 8;
}

.mob_toggle {
    display: none;
}

.nav_toggle {
    width: 11px;
    padding: 6px 0;
    z-index: 1;
    cursor: pointer;
}

.burger .nav_toggle {
    display: inline-block;
}

.nav_toggle-item {
    display: block;
    width: 100%;
    height: 2px;
    position: relative;
    background-color: #000000;
    transition: background .1s linear;
}

.nav_toggle-item:before,
.nav_toggle-item:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #000000;
    z-index: 1;
    transition: transform .1s linear;
}

.nav_toggle-item:before {
    top: -4px;
}

.nav_toggle-item:after {
    bottom: -4px;
}

.nav_toggle.active .nav_toggle-item {
    background: none;
}

.nav_toggle.active .nav_toggle-item:before {
    transform-origin: left top;
    transform: rotate(45deg) translate3D(1px, 0, 0)
}

.nav_toggle.active .nav_toggle-item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3D(1px, 1px, 0)
}

.header_top-hide ul {
    justify-content: space-between;
}

.header_top-hide a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #000;
    transition: all .2s linear;
}

.header_top-hide a:hover {
    text-decoration: underline;
}

.header_content-hide {
    display: flex;
    flex-wrap: wrap;
    padding-bottom:140px;
}

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

.header_lists {
    max-width: 25%;
    width: 100%;
    padding-right: 15px;
}

.header_lists.two {
    max-width: 50%;
    width: 100%;
}

.header_lists-title {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

    color: #325491;
    padding-bottom: 10px;
    position: relative;
}

.header_lists-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #E2E2E2;
}

.header_lists-title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 25%;
    height: 2px;
    background-color: #00A84E;
}

.header_item-text {
    margin-bottom: 10px;
}

.header_lists.two .header_hide-item {
    max-width: 49%;
    width: 100%;
}

.header_hide-item {
    padding-right: 5px;
}

.header_item-text a {
    font-size: 13px;
    line-height: 15px;
    color: #4E4D5B;
    transition: all .2s linear;
}

.header_item-text a:hover {
    text-decoration: underline;
}

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0;
}

.header_bottom {
    padding: 15px 0 21px;
    border-top: 1px solid #EBEBEB;
}

.header {
    position: relative;
    z-index: 200;
    background-color: #fff;
}

.header_hide {
    position: absolute;
    z-index: 10;
    top: 100px;
    left: 0;
    right: 0;
    height: 90vh;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 30px;
    display: none;
    overflow: auto;

}

.header_hide.active {
    display: block;
}

.header_menu ul {
    justify-content: space-between;
}

.header_menu li:first-child a {
    padding-left: 10px;
}

.burger.hide .nav_toggle-item {
    width: 12px;
}

.burger.hide .nav_toggle {
    display: inline-block;
}

.burger.hide .nav_toggle.active .nav_toggle-item:after {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3D(0.5px, 1px, 0);
}

.burger.hide a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #172C52;
}

.header_hidelist-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.header_hidelist-top .footer_search {
    max-width: 980px;
    width: 100%;
}

.header_hidelist-top .footer_search .search_input {
    width: 100%;
}

.header_bottom-hide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: inherit;
    width: 100%;
    margin-top: 20px;
}

.header_bottom-hide .footer_phone a {
    color: #000;
}

.header_bottom-hide .footer_privacy {
    color: #000;
}

.header_bottom-hide .header_social a {
    border: 0;
}

.header_social.social a:hover {
    color: #325491;
}

.header_menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #172C52;
    transition: all .2s linear;
}

.header_menu a:hover {
    text-decoration: underline;
}

.header_adress {
    padding-left: 23px;
    position: relative;
    margin-top: 0px;
}

.header_adress-text2 {
    font-size: 11px;
    line-height: 16px;
    color: #41404D;
    margin-top: -5px;
}

.header.active .geoloc::before {
    position: absolute;
    content: "\e947";
    font-family: 'icomoon';
    top: 0;
    left: -20px;
    font-size: 16px;
    color: #00A84E;
}

.header_lang {
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    color: #172C52;
}

.header_lang:after {
    position: absolute;
    content: "";
    top: 5px;
    right: 7px;
    width: 4px;
    height: 4px;
    border: 2px solid #8D92A3;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.jq-selectbox__dropdown ul {
    display: block;
}

.jq-selectbox__select {
    border: 0;
    background: transparent;
    box-shadow: none;
    height: 15px;
    padding: 0 15px 0 22px;
}

.jq-selectbox__trigger {
    display: none;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 0;
}

.jq-selectbox__select:active {
    background: transparent;
    box-shadow: none;
}

.jq-selectbox__select:hover {
    background: transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border: 0;
}

.jq-selectbox__select,
.jq-selectbox__dropdown {

    font: 13px/15px Roboto;
    color: #172C52;
    font-weight: 500;
}

.jq-selectbox__dropdown {
    margin: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 3px 10px 3px 22px;
}

.rus {
    background: url(../img/flag-1.svg) no-repeat;
    background-size: 16px;
    background-position: 3px 1px;
}

.usa {
    background: url(../img/flag-2.svg) no-repeat;
    background-size: 16px;
    background-position: 3px -1px;
}

.jq-selectbox__dropdown ul li {
    background-position: 3px 2px;
}

.jq-selectbox__dropdown ul .rus {
    background-position: 3px 5px;
}

.jq-selectbox li:hover {
    background-color: #325491;
    color: #fff;
}

.header_search {
    position: relative;
}

.header_search:after {
    position: absolute;
    content: "";
    background: #8D92A3;
    width: 1px;
    height: 8px;
    top: 12px;
    right: 0;
    transform: rotate(135deg);
}

.header_search input {
    color: #8D92A3;
    font-size: 13px;
    background: transparent;
    width: 16px;
    height: 16px;
    padding: 0 5px;
    border: solid 1px #8D92A3;
    outline: none;
    border-radius: 30px;
    transition: width 0.5s;
}

.header_search input::placeholder {
    color: #efefef;
    opacity: 0;
    transition: opacity 150ms ease-out;
}

.header_search input:focus::placeholder {
    opacity: 1;
    color: #8D92A3;
}

.header_search input:focus,
.header_search input:not(:placeholder-shown) {
    /*  width: 150px;*/
}

.header_search.otkr input {
    /*width:150px;*/
}

.header_adress-text {
    font-size: 15px;
    line-height: 18px;
    color: #41404C;
}

.header_adress-text a {
    color: #41404C;
    font-weight: 500;
    padding-right: 15px;
    position: relative;
}

.header_adress-text a:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 4px;
    height: 4px;
    border: 2px solid #808083;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
}
.header_phone {
    margin-bottom: 5px;
}
.header_phone-text {
    font-size: 11px;
    line-height: 13px;

    color: #41404D;
}

.header_phone a {
    font-weight: 500;
    font-size: 23px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #325491;
}
.header_phone span {
    line-height: 27px;
    float: left;
    margin-right: 5px;
}
.header.active .header_phone span {
    color: #fff;
}

.header_social.social a {
    border-color: #E8E8E8;
    color: #73798C;
}

.header_area {
    display: flex;
    align-items: center;
}

.header_area a:first-child {
    padding-right: 8px;
}

.header_area a {
    font-size: 14px;
    line-height: 16px;

    color: #41444A;
    transition: all .2s linear;
}

.header_area a:hover {
    text-decoration: underline;
}

.main {
    padding-top: 31px;
}

.fizback {
    background-image: url(../img/header_bg.jpg);
    background-size: cover;
    background-position: center center;
}

.yurback {
    background-image: url(../img/techback.png);
    background-size: cover;
    background-position: center center;
}

.persback {
    background-image: url(../img/culture.png);
    background-size: cover;
    background-position: center center;
}

.actback {
    background-image: url(../img/header_bg.jpg);
    background-size: cover;
    background-position: center center;
}

.main_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1005px;
    min-height: 55px;
}

.main_top-item {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid #F3EFEF;
    backdrop-filter: blur(19px);
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #323437;
    border-radius: 10px;
    padding: 13.5px 27px;
    cursor: pointer;
    transition: all .2s linear, font-weight 0s linear;
}

.main_top-item:hover {
    border: 1px solid #DAD9EE;
}

.main_top-item.active {
    padding: 17.5px 27px;
    font-weight: 400;
    color: #26292F;
    background: #ffffff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
}

.main_slider {
    max-width: 430px;
    width: 100%;
    margin-top: 158px;
    margin-bottom: 167px;
}

.main_slider .slick-btn {
    top: inherit;
    right: inherit;
    bottom: -75px;
}

.main_slider .slick-next {
    left: 45px;
}

.main_item {
    outline: none;
}

@media (max-width: 1300px) {
    .main_item-title {
        font-size: 30px;
        line-height: 31px;
        color: #000000;
    }

    .main_item-text {
        font-size: 13px;
        line-height: 19px;
        margin: 12px 0 35px;
        color: #000000;
    }
}

@media (min-width: 1300px) {
    .main_item-title {
        font-size: 30px;
        line-height: 31px;
        color: #000000;
    }

    .main_item-text {
        font-size: 20px;
        line-height: 26px;
        margin: 12px 0 35px;
        color: #000000;
    }
}

.main_item-btn {
    padding: 12px 0;
}

.main_item-btn a {
    outline: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 12px 55px;
    color: #FFFFFF;
    background: #325491;
    border-radius: 100px;
    transition: all .2s linear;
}

.main_item-btn a:hover {
    background: #3D67B1;
}

.main_item-btn a:active {
    background: #25447D;
}

.main_bottom-text {
    max-width: 230px;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    /* or 139% */


    color: #48494D;
}

.main_bottom {
    padding: 15px 0;
    background: rgba(252, 252, 252, 0.4);
    border: 1px solid #EBEFF4;
    backdrop-filter: blur(21px);
}

.main_bottom-slider {
    display: flex;
    justify-content: space-between;
}

.main_bottom-slider .slick-list {
    width: 100%;
}

.main_bottom-slider .slick-track {
    display: flex;
    align-items: flex-end;
    transform: translate3d(0px, 0px, 0px) !important;
    min-height: 72px;
}

.main_bottom-slider-3 .slick-track {
    display: flex;
    align-items: flex-end;
    transform: translate3d(0px, 0px, 0px) !important;
    min-height: 72px;
}

.bottom-slider-item {
    outline: none;
    background: #FCFCFC;
    border: 1px solid #EBEFF4;
    backdrop-filter: blur(11px);
    border-radius: 6px;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    padding: 20.5px 19px;
    color: #48494D;
    cursor: pointer;
    transition: all .2s linear, font-weight 0s linear;
    /* width: auto!important; */
    margin-right: 7px;
    border-bottom: 4px solid transparent;
    width: 290px;
}

.bottom-slider-item:last-child {
    margin-right: 0;
}

.bottom-slider-item:hover {
    border-radius: 6px 6px 4px 4px;
    border-bottom-color: #D9DFEE;
}

.bottom-slider-item.slick-current {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #121417;
    border-radius: 6px 6px 4px 4px;
    padding: 22.5px 19px;
    border-bottom-color: #00A84E;
    transition: all .2s linear, font-weight 0s linear;
}

.main_bottom-reasons {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
}

.main_reasons-item {
    outline: none;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    padding: 18px 10px;
    max-width: 381px;
    width: 100% !important;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    min-height: 105px;
    margin-right: 20px;
}

.main_reasons-item:hover {
    border: 1px solid #DAD9EE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.main_reasons-item:nth-child(3n) {
    margin-right: 2px;
}

.main_bottom-reasons .slick-list {
    width: 100%;
}

.main_bottom-reasons .slick-track {
    display: flex;
}

.main_slides {
    outline: none;
    display: flex !important;
}

.title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    margin-bottom: 28px;
    color: #000000;
}

.news {
    margin-top: 105px;
    position: relative;
}

.news .slick-dots {
    position: absolute;
    bottom: 16px;
    right: 18px;
}

.news .slick-dots li {
    margin-right: 12px;
}

.news .slick-dots li:last-child {
    margin-right: 0;
}

.news .slick-dots li button {
    outline: none;
    cursor: pointer;
    font-size: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background-color: transparent;
}

.news .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
    background-color: #fff;
}

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

.news_slider {
    max-width: 578px;
    width: 100%;
}

.news_slider-item {
    position: relative;
    outline: none;
}

.news_item-content {
    position: absolute;
    bottom: 10px;
    left: 11px;
}

.news_item-title {
    max-width: 380px;
    margin-bottom: 28px;
}

.news_item-title a {
    outline: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    transition: all .2s linear;
}

.news_item-title a:hover {
    text-decoration: underline;
}

.news_item-stat {
    display: flex;
    font-size: 12px;
    line-height: 21px;
    color: #FFFFFF;
}

.data {
    margin-right: 68px;
}

.views {
    padding-left: 20px;
    position: relative;
}

.views:before {
    position: absolute;
    font-family: 'icomoon';
    content: "\e9ce";
    top: 0;
    left: 0;
}

.news_post {
    max-width: 276px;
    transition: all .2s linear;
}

.news_post:hover {
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.09);
}

.news_post:hover .news_post-title a {
    text-decoration: underline;
}

.news_post-img {
    position: relative;
}

.news_post-img img {
    display: block;
}

.news_post-title {
    position: absolute;
    bottom: 13px;
    left: 19px;
    right: 11px;
}

.news_post-title a {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: all .2s linear;
}

.news_post-content {
    border: 1px solid #EEEEEE;
    border-top: 0;
    padding: 15px 11px 12px 18px;
}

.news_post-content .news_item-stat {
    justify-content: space-between;
}

.news_post-text {
    max-width: 234px;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 21px;
    color: #504646;
}

.news_post .news_item-stat {
    color: #676767;
}

.link {
    padding: 12px 0;
    margin-top: 40px;
}

.link a {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #325491;
    border-radius: 100px;
    color: #172C52;
    padding: 12px 52px;
    transition: all .2s linear;
}

.link a:hover {
    background: #EEF3F7;
    border-color: #3D67B1;
}

.link a:active {
    background: #DFE5EA;
    border-color: #25447D;
}

.banners_slider {
    margin-top: 131px;
    position: relative;
}

.banners_slider .slick-track {
    justify-content: space-between;
    display: flex;
}

.banners_item {
    max-width: 580px;
    width: 100%;
}

.banners_item img {
    display: block;
    width: 100%;
    border-radius: 8px;
}

.banners_item a {
    outline: none;
}

.slick-btn {
    outline: none;
    position: absolute;
    top: -44px;
    width: 28px;
    height: 28px;
    z-index: 1;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #BCBED1;

}

/*.slick-btn:after{
    position: absolute;
    content: "";
    top: -2px;
    left: -2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #325491;
}*/
.main_bottom .container {
    position: relative;
}

.main_bottom svg {
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: -142px;
    left: 54.3px;
}

.circle circle {
    stroke-dasharray: 0, 1000px;
}

/*.main_bottom svg.active{
    stroke-dashoffset: 100;
    stroke-dasharray: 100;
    animation: animdash 3s infinite 1s;
}
@keyframes animdash {
    to{
        stroke-dashoffset: 0;
    }
}*/
.slick-btn:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'icomoon';
    color: #BCBED1;
    z-index: 5;
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: "\ea3c";
}

.slick-prev {
    right: 44px;
}

.slick-prev:before {
    content: "\ea40";
}

.slick-btn.slick-disabled:after {
    border: 0;
}

.slick-btn.slick-disabled {
    cursor: default;
}

.banners_slider .slick-dots {
    bottom: -40px;
}

.banners_slider .slick-dots li.slick-active button {
    background-color: #325491;
}

.banners_slider .slick-dots li button {
    border: 1px solid #325491;
}

.projects {
    margin-top: 131px;
}

.projects_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.projects_item {
    max-width: 282px;
    width: 100%;
    transition: all .2s linear;
}

.projects_item:hover {
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.09);
}

.projects_img img {
    display: block;
}

.projects_item-content {
    padding: 17px 18px 7px;
    border: 1px solid #EEEEEE;
    border-top: 0;
}

.projects_item-title a {
    transition: all .2s linear;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.projects_item:hover .projects_item-title a {
    text-decoration: underline;
}

.projects_item-text {
    font-size: 14px;
    line-height: 17px;
    margin: 4px 0 10px;

    color: #504646;
}

.projects_data {
    font-size: 12px;
    line-height: 21px;

    color: #676767;
}

.company {
    margin: 109px 0;
}

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

.company_text {
    max-width: 580px;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}

.company_partners {
    max-width: 485px;
    width: 100%;
}


.footer {
    padding: 42px 0 13px;
    background-color: #474656;
}

.footer_menu {
    padding-bottom: 30px;
    border-bottom: 1px solid #666579;
}

.footer_inner {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer_menu ul {
    justify-content: space-between;
}

.footer_menu a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;

    color: #FFFFFF;
    transition: all .2s linear;
}

.footer_menu a:hover {
    text-decoration: underline;
}

.footer_inner-item:nth-child(1) {
    max-width: 400px;
    width: 100%;
}

.footer_inner-item:nth-child(2) {
    max-width: 400px;
    width: 100%;
    padding-left: 150px;
}

.footer_inner-item:nth-child(3) {
    max-width: 400px;
    width: 100%;
    padding-left: 150px;
}

.footer_inner-item:nth-child(4) {
    max-width: 307px;
    width: 100%;
}

.footer_item-text {
    margin-bottom: 30px;
}

.footer_item-text a {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    transition: all .2s linear;
}

.footer_item-text a:hover {
    text-decoration: underline;
}

.footer_bottom {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #525064;
}

.footer_privacy {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.footer_phone a {
    font-size: 21px;
    line-height: 25px;
    color: #fff;
    padding-left: 8px;
}

.footer_hide {
    display: none;
}

.consult {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #12971F;
    border-radius: 50%;
    position: relative;
}

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

.social {
    display: flex;
}

.social a {
    font-family: 'icomoon';
    display: block;
    font-size: 16px;
    color: #fff;
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 24px;
}

.social a:hover {
    color: #325491;
}

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

.social a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.facebook:after {
    content: "\ea90";
}

.vk:after {
    content: "\e900";
}

.instagram:after {
    content: "\ea92";
}

.odnoklassniki:after {
    content: "\e901";
}

.cabinet {
    display: flex;
    align-items: center;
}

.cabinet a:first-child {
    padding-right: 8px;
}

.footer_search {
    max-width: 210px;
    width: 100%;
    position: relative;
}

.search_input {
    outline: none;
    padding: 14px 7px 14px 48px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 100px;
    width: 330px;
}

.submit {
    position: absolute;
    top: -1px;
    left: 10px;

    width: 37px;
    outline: none;
    /* растягиваем кнопку на всю высоту формы */
    height: 100%;
    font-size: 0;
    cursor: pointer;
    border: 0;
    color: #000000;
    background: url(../img/search.svg) 50% no-repeat;
}

::placeholder {
    color: #000000;
}

.main_hide-slider {
    display: none;
}

.top-hide-text {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    font-size: 15px;
    line-height: 18px;

    color: #26292F;
    padding: 13.5px 38px 13.5px 15px;
    max-width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.top-hide-text:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 17px;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border: 2px solid #00A84E;
    border-top: 0;
    border-left: 0;
}

.main_top-hide {
    display: none;
    position: relative;
    max-width: 215px;
}

.hide_select {
    display: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 13.5px 0;
    background: #FFFFFF;
    border-radius: 0 0 10px 10px;
}

.hide_select.active {
    display: block;
}

.hide_select-text {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
}

.hide_select-text.active {
    background-color: rgba(204, 204, 204, .3);
}

.hide_center-text.btn {
    display: none;
}

.mob_hide-menu {
    display: none;
}

.link_circle {
    position: relative;
}

.circle_sec {
    pointer-events: none;
    z-index: 4;
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: -121px;
    right: -6px;
}

.circle_sec circle {
    stroke-dasharray: 0, 1000px;
}


/*news_inner*/
.news_info-main {
    max-width: 780px;
    width: 100%;
    padding-bottom: 110px;
}

.news_info-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.02em;

    color: #000000;
}

.news_info-date {
    font-size: 13px;
    line-height: 19px;

    color: #939AA8;
    margin: 8px 0 18px;
}

.news_info-text {
    font-size: 14px;
    line-height: 22px;

    color: #1F2429;
    margin-bottom: 10px;
}

.news_info-undertitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;

    letter-spacing: 0.02em;

    color: #000000;
    margin: 40px 0 20px;
}

.ul_numeric {
    display: block;
    color: #00A84E;
    margin-left: 18px;
}

.ul_numeric li {

    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: list-item;
    list-style: decimal;
}

.ul_numeric span {
    color: #1F2429;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}


.ul_circle {
    display: block;
    color: #00A84E;
    margin-left: 18px;
}

.ul_circle li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: list-item;
    list-style: disc;
}

.ul_circle span {
    color: #1F2429;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.news_info .news_info_slider .slick-dots {
    position: absolute;
    right: 0;
    bottom: -22px;
}

.news_info_slider .slick-dots li button {
    outline: none;
    cursor: pointer;
    font-size: 0;
    width: 7px;
    height: 7px;
    border: 1px solid #325491;
    border-radius: 50%;
    background-color: transparent;
}

.news_info_slider .slick-dots li.slick-active button {
    background-color: #325491;
}

.news_info .news_info_slider .slick-dots li {
    margin-right: 12px;
}

.news_info .news_info_slider .slick-dots li:last-child {
    margin-right: 0;
}

.news_info_item {
    background: linear-gradient(0deg, #212B44, #212B44);
}

.news_info_item a {
    outline: none;
}

.news_info_item img {
    margin: 0 auto;
    width: 290px;
}

.news_info_slider {
    margin: 70px 0;
}

.news_info-slide {
    position: relative;
}

.zoom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    pointer-events: none;
}

.news_info_slider-undertext {
    position: absolute;
    bottom: -27px;
    left: 0;
}

.circle_third {
    position: absolute;
    top: -50px;
    right: -6px;
}

.news_info-pic {
    margin-top: 45px;
}

.news_info-pic img {
    display: block;
}

.news_pic-item {
    outline: none;
}

.news_quote {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    margin-top: 48px;
    margin-bottom: 12px;
}

.news_quote-text {
    font-style: italic;
    font-size: 14px;
    line-height: 27px;
    margin-left: 20px;
}

.news_quote-undertext {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    /* identical to box height, or 157% */

    letter-spacing: 0.02em;
    margin-left: 35px;
    color: #898B91;
    margin-bottom: 44px;
}

.news_info-video {
    margin-bottom: 32px;
    position: relative;
}

.news_info-video:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #38374A;
    opacity: .88;
}

.play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.news_info-img {
    margin-bottom: 44px;
}

.news_info-img img {
    border-radius: 4px;
}

.news_info-inner {
    position: relative;
}

.aside_fixed {
    position: absolute;
    top: 0;
    width: 282px;
    right: 0;
}

/*
.aside_fixed.active{
    top: initial;
    right: 0;
    bottom: 0;
    left: 0;
}
.aside_fixed.active .news_info-aside{
    position: absolute;
    bottom: 20px;
    right: 2px;
}
*/
.aside_item {
    background-image: url(../img/aside_bg.png);
    min-height: 450px;
    padding: 50px 23px 0;
}

.aside_item img{
    max-width: 280px;
    height: auto;
}

.news_info-aside {
    z-index: 3;
    position: absolute;
    max-width: 280px;
    width: 100%;
    top: 0;
    right: 0;
}

.news_info-aside .link {
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
}

.news_info-aside .link a {
    max-width: 100%;
    display: block;
    padding: 19px 52px;
}

.aside_item-text {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    text-transform: uppercase;

    color: #FFFFFF;
}

.breadcrumbs {
    margin-top: 5px;
    margin-bottom: 47px;
}

.breadcrumbs_inner a {
    font-size: 13px;
    line-height: 19px;

    color: #CBCBCB;
    margin-right: 35px;
    transition: all .2s linear;
    position: relative;
}

.breadcrumbs_inner a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 7px solid #CBCBCB;
    border-bottom: 3px solid transparent;
    top: 50%;
    right: -19px;
    transform: translateY(-50%);
}

.breadcrumbs_inner a:hover {
    text-decoration: underline;
}

.breadcrumbs_inner a.active {
    text-decoration: underline;
    margin-right: 0;
}

.breadcrumbs_inner a.active:after {
    display: none;
}


/* news */
.datepicker--cell {
    border-radius: 0;
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff !important;
    background: #325491 !important;
}

.datepicker--cell.-current- {
    color: #325491;
    border: 1px solid #325491;
    background: #E6F7FF;
}

.datepicker-here {
    background-image: url(../img/calendar.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    max-width: 210px;
    width: 100%;
    outline: none;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    color: #BFBFBF;
    font-size: 16px;
    line-height: 24px;
    padding: 3px 30px 3px 12px;
}

.datepicker-here::placeholder {
    color: #BFBFBF;
}

.datepicker--nav-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;

    color: #262626;
}

.datepicker--nav-title i {
    color: #262626;
}

.news_list {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list.active {
    display: flex;
}

.news_list-archive.active {
    display: block;
}

.news_list .news_post {
    max-width: 280px;
    margin-bottom: 20px;
}

.news_info-main.list {
    max-width: 880px;
    width: 100%;
    padding-bottom: 110px;
}

.news_info-inner-list {
    position: relative;
    padding-top: 35px;
}

.news_pages {
    display: none;
}

.news_pages.active {
    display: flex;
}

.news_pages a {
    margin-top: 20px;
    text-align: center;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 5px 0;
    width: 33px;
    height: 33px;
    display: block;
    font-size: 14px;
    line-height: 22px;

    color: #595959;
    margin-right: 8px;
    transition: all .2s linear;
    z-index: 999999;
}

.news_pages a:hover {
    color: #325491;
    border-color: #325491;
}

.news_pages a:last-child {
    margin-right: 0;
}

.news_pages a.active {
    color: #325491;
    border-color: #325491;
}

.news_pages a.disabled {
    border-color: #D9D9D9;
}

.news_pages a.arrows {
    position: relative;
}

.news_pages a.arrows:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 7px;
    height: 7px;
    border: 1px solid #595959;
    border-top: 0;
    border-left: 0;
}

.news_pages a.arrows-next:after {
    left: 46%;
}

.news_pages a.arrows-prev:after {
    left: 58%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.news_info-tab {
    min-height: 55px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}

.news_info-tab .main_top-item {
    margin-right: 15px;
}

.news_filter {
    display: none;
    padding: 18px 0 18px 30px;
    background: #F5F8FA;
    margin-bottom: 40px;
}

.news_filter.active {
    display: flex;
}

.news_filter .jq-selectbox {
    max-width: 210px;
    width: 100%;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
}

.news_filter .jq-selectbox__select-text {
    padding-top: 3px;
    height: 100%;
    margin-left: -10px;
}

.news_filter .jq-selectbox__select {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #BFBFBF;;
}

.news_filt {
    max-width: 210px;
    width: 100%;
    margin-right: 40px;
}

.news_filter button {
    align-self: flex-end;
    max-width: 165px;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #325491;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    height: 36px;

    color: #FFFFFF;
    transition: all .2s linear;
}

.news_filter button:hover {
    background: #3D67B1;
}

.news_filter button:focus {
    background: #25447D;
}

.news_filt label {
    display: block;
    margin-bottom: 3px;
}

.news_filt .jqselect {
    position: relative;
}

.news_filt .jqselect:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 10px;
    top: 48%;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.news_post .news_post-img img {
    width: 100%;
}


.news_filter2 {
    display: none;
    padding: 18px 18px 18px 30px;
    background: #F5F8FA;
    margin-bottom: 40px;
}

.news_filter2.active {
    display: flex;
}

.news_filter2 .jq-selectbox {
    max-width: 210px;
    width: 100%;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
}

.news_filter2 .jq-selectbox__select-text {
    padding-top: 3px;
    height: 100%;
    margin-left: -10px;
}

.news_filter2 .jq-selectbox__select {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #BFBFBF;;
}

.news_filt2 {
    max-width: 210px;
    width: 100%;
    margin-right: 40px;
}

.news_filter2 button {
    align-self: flex-end;
    max-width: 165px;
    width: 100%;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #325491;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    height: 36px;

    color: #FFFFFF;
    transition: all .2s linear;
}

.news_filter2 button:hover {
    background: #3D67B1;
}

.news_filter2 button:focus {
    background: #25447D;
}

.news_filt2 label {
    display: block;
    margin-bottom: 3px;
}

.news_filt2 .jqselect {
    position: relative;
}

.news_filt2 .jqselect:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 10px;
    top: 48%;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.news_post .news_post-img img {
    width: 100%;
}

/* article */
.article_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    /* identical to box height, or 123% */

    letter-spacing: 0.02em;
    margin-bottom: 35px;
}

.article_title-last {
    margin-top: 55px;
}

.article_date {
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */

    letter-spacing: 0.02em;

    color: #676767;
}

.article_text a {
    font-size: 22px;
    line-height: 27px;
    /* identical to box height, or 123% */

    letter-spacing: 0.02em;
    color: #000;
}

.article_content {
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.list_filter {
    display: none;
}

.news_filt .jq-selectbox__dropdown {
    width: 100% !important;
}


.burger.sticky {
    display: none;
}

.header_logo.sticky {
    display: none;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, #325491 0%, #325491 40%, #325491 40%, #fff 40%, #fff 40%, #fff 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.13);
}

.breadcrumbs.active {
    margin-top: 158px;
}

.header.active .burger.sticky {
    display: flex;
}

.header.active .header_logo {
    display: none;
}

.header.active .header_adress .header_adress-text:nth-child(2) {
    display: block;
}

.header.active .header_adress-text2 {
    display: none;
}


.header.active .header_phone-text {
    display: none;
}

.header.active .header_social {
    display: none;
}

.jq-selectbox__select {
    text-shadow: none;
}

.header.active .header_top {
    padding: 5px 0;
}

.header.active .burger.sticky a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #FFFFFF;
    margin-left: 10px;
}

.header.active .nav_toggle-item,
.header.active .nav_toggle-item:before, .header.active .nav_toggle-item:after {
    background-color: #fff;
}

.header.active .jq-selectbox__select {
    color: #fff;
}

.header.active .header_adress-text a {
    color: #fff;
}

.header.active .header_adress-text a:after {
    border-color: #fff;
}

.header.active .geoloc::before {
    color: #fff;
}

.header.active .header_phone a {
    color: #fff;
}

.header.active .header_area a {
    color: #fff;
}

.header.active .header_area svg path {
    fill: #fff;
}

.header.active .header_search input {
    border-color: #fff;
}

.header.active .header_search:after {
    background-color: #fff;
}

.header.active .header_lang::after {
    border-color: #fff;
}

.header.active .header_bottom {
    border: 0;
    padding: 15px 0 10px;
}

.header.active .header_logo.sticky {
    display: block;
}

.header.active .header_logo.sticky img {
    width: 130px;
}

.header.active .header_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.active .header_menu {
    max-width: 995px;
    width: 100%;
}

.header.active .header_menu .burger {
    display: none;
}

.header.active .nav_toggle.active .nav_toggle-item {
    background-color: transparent;
}

.geolocation_form {
    text-align: center;
}

.geolocation_form-title {
    font-size: 16px;
    line-height: 21px;
}

.geolocation_form-undertext a {
    font-size: 13px;
    line-height: 15px;

    color: #8A8794;
    border-bottom: 1px dashed #8A8794;
}

.geolocation_form .main_item-btn {
    margin: 20px 0;
}

.geolocation_choose {
    max-width: 400px;
    width: 100%;
    padding: 30px;
}

.geolocation_choose form {
    max-width: 100%;
    margin-top: 21px;
}

.geolocation_choose form .search_input::placeholder {
    color: #B9BABD;
}

.form_cities {
    display: flex;
    justify-content: space-between;
    margin: 13px 0 24px;
}

.form_cities-text {
    font-size: 13px;
    line-height: 19px;
    color: #A5A9B5;
}

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

.geolocation_choose-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;

    color: #000000;
}

.geolocation_form-choose {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
}

.geolocation_form-choose .geolocation_choose-title {
    margin-bottom: 10px;
}

.geolocation_choose-inner {
    height: 330px;
    padding: 10px 20px;
    overflow: auto;
    border: 1px solid #F0F6F9;

}

.geolocation_choose-text {
    font-size: 14px;
    line-height: 19px;

    color: #363447;
    margin-bottom: 20px;
}

.geolocation_choose-text.active {
    font-weight: 500;
    color: #25447D;
}

/* reception */
.reception {
    padding-bottom: 120px;
}

.reception_step-progress {
    display: flex;
    max-width: 580px;
    width: 100%;
    position: relative;
    margin-top: 28px;
}

.reception_step-progress:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #D7D9DD;
    border-radius: 2px;
}

.reception_step-progress:before {
    position: absolute;
    content: "";
    left: 0;
    width: 25%;
    height: 2px;
    bottom: -2px;
    z-index: 1;
    background: #00A84E;
    border-radius: 2px;
    transition: all .2s linear;
}

.sterp_progress-text {
    max-width: 25%;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */

    letter-spacing: 0.02em;

    color: #D7D8DD;
}

.sterp_progress-text.active {
    color: #325491;
}

.reception_inner {
    display: none;
    justify-content: space-between;
    margin-top: 17px;
    margin-bottom: 80px;
}

.reception_inner.active {
    display: flex;
}

.reception_step {
    max-width: 580px;
    width: 100%;
}

.reception_step-tab {
    cursor: pointer;
    border: 1px solid #6088B5;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;

    color: #536B96;
    padding: 32px 15px 32px 40px;
    margin-bottom: 15px;
}

.reception_step-tab span {
    padding-right: 15px;
    position: relative;
}

.reception_step-tab span:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    bottom: 6px;
    right: 0;
    border: 2px solid #325491;

    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.reception_text {
    max-width: 480px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    /* or 157% */

    margin-top: -20px;
    color: #485769;
}

.reception_text-top {
    margin-bottom: 10px;
}

.reception_list {
    display: block;
    font-weight: 500;
    margin-top: 35px;
}

.reception_list li {
    font-weight: 400;
    display: list-item;
    text-indent: 12px;
    position: relative;
    margin-top: 5px;
}

.reception_list li:before {
    position: absolute;
    content: "-";
    text-indent: -10px;
}

.reception_step-title {
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */

    letter-spacing: 0.02em;

    color: #52545C;
    margin-bottom: 17px;
}

.reception_bottom {
    display: flex;
    justify-content: space-around;
    background: #F0F3F8;
    padding: 45px 10px;
}

.reception_bottom.active {
    display: none;
}

.reception_bottom-text {
    max-width: 380px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */

    letter-spacing: 0.02em;

}

.reception_bottom-text a {
    color: #325491;
    position: relative;
}

.reception_bottom-text a:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    bottom: 5px;
    right: -15px;
    border: 2px solid #325491;

    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.reception_inner.step-2 .reception_step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reception_inner.step-2 .reception_text {
    margin-top: 35px;
}

.reception_step-2-tab {
    max-width: 280px;
    width: 100%;
    cursor: pointer;
    border: 1px solid #6088B5;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;

    color: #536B96;
    padding: 32px 15px 32px 24px;
    margin-bottom: 15px;
    transition: all .2s linear;
}

.reception_step-2-tab.active {
    background-color: #6088B5;
    color: #fff;
}

.reception_step-2-tab span {
    padding-right: 15px;
    position: relative;
}

.reception_step-2-tab span:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 0;
    border: 2px solid #325491;

    border-left: 0;
    border-bottom: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all .2s linear;
}

.reception_step-2-tab.active span:after {
    border-color: #fff;
}

.reception_under {
    max-width: 580px;
    width: 100%;
    display: none;
    justify-content: space-between;
    padding-top: 37px;
    border-top: 1px solid #E2E2E2;
}

.reception_under .link {
    margin-top: 0;
}

.reception_under.active {
    display: flex;
}

.reception_inner.step-2 {
    margin-bottom: 10px;
}

.reception_step-progress.step-2:before {
    width: 50%;
}

.reception_step-progress.step-3:before {
    width: 75%;
}

.reception_step-progress.step-4:before {
    width: 100%;
}

.reception_inner.step-3 .reception_left {
    max-width: 580px;
    width: 100%;
}

.form_radio {
    display: flex;
    justify-content: space-between;

}

.form_choose {
    max-width: 280px;
    width: 100%;
}

.form_choose label {
    display: block;
    position: relative;
    padding-left: 30px;
    padding: 8px 10px 8px 38px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;

    border: 1px solid #D9D9D9;
    border-radius: 4px;

    color: #BFBFBF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form_choose input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #325491;
}

.form_choose label input:checked ~ .checkmark:after {
    display: block;
}

.form_choose label input:checked ~ .checkmark {
    border-color: #325491;
}

.form_choose.active label {
    color: #595959;
    border: 1px solid #595959;
}

.form_name {
    margin-top: 18px;
    margin-bottom: 31px;
}

.form_name input {
    max-width: 100%;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.form_name input::placeholder {
    color: #BFBFBF;
}

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

.organization label {
    max-width: 280px;
    display: block;
    font-size: 13px;
    line-height: 15px;

    color: #6D727E;

}

.organization .jq-selectbox {
    position: relative;
    padding: 7px 0;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    max-width: 280px;
    width: 100%;
}

.organization .jq-selectbox:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 46%;
    right: 12px;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.organization .jq-selectbox__dropdown {
    z-index: 2;
}

.organization .jq-selectbox__select {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #595959;
}

.form_input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 26px;
    margin-bottom: 20px;
}

.form_input-form {
    max-width: 280px;
    width: 100%;
}

.form_input input {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}

.form_input input::placeholder {
    color: #BFBFBF;
}

.form_description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    color: #262626;
}

.reception_under.step-2 button {
    background-color: transparent;
    border: 0;
}

.reception_under.step-2 .form_btn {
    display: none;
    border: 0;
    cursor: pointer;
    outline: none;
    background: #325491;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 14px 0;
    color: #FFFFFF;
    max-width: 172px;
    width: 100%;
}

.reception_under.step-2 .form_btn:hover {
    background: #3D67B1;
}

.reception_under.step-2 .form_btn:active {
    background: #25447D;
}

.reception_under.step-2.send .form_btn {
    display: block;
}

.reception_under.step-2.send .main_item-btn {
    display: none;
}

.reception_left textarea {
    outline: none;
    border: 1px solid #325491;
    border-radius: 4px;
    padding: 8px 12px;
    max-width: 100%;
    width: 100%;
    height: 121px;
    margin-bottom: 35px;
}

.reception_left textarea::placeholder {
    color: #BFBFBF;
}

.reception_inner.step-4 .reception_left {
    max-width: 580px;
    width: 100%;
}

.organization .jq-selectbox__dropdown {
    max-width: 100%;
    width: 100% !important;
}

.form_policy input {
    position: absolute;
    opacity: 0;
}

.form_policy {
    margin-top: 25px;
    border-bottom: 0 !important;
}

.form_policy label {
    padding-left: 47px;
    margin-left: auto;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #262626;
    cursor: pointer;
}

.form_policy label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    width: 16px;
    height: 16px;
    border: 1px solid #325491;
    border-radius: 2px;
    background-color: #ffffff;
}

.form_policy label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 7px;
    width: 9px;
    height: 4px;
    border-radius: 1px;
    border-left: 2.5px solid #fff;
    border-bottom: 2.5px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.form_policy input:not(:checked) + label:after {
    opacity: 0;
}

.form_policy input:checked + label:after {
    opacity: 1;
}

.form_policy input:checked + label:before {
    background-color: #325491;
}

.form_file {
    margin-top: 24px;
}

.form_file-input {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.file_nochoose {
    max-width: 280px;
    margin-left: 20px;
    width: 100%;
    position: relative;
}

.file_close {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.file_close.active {
    display: block;
}

.file_close:after {
    background: #8C8C8C;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 13px;
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3D(1.5px, -0.5px, 0);
}

.file_close:before {
    background: #8C8C8C;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 2px;
    height: 13px;
    transform-origin: left top;
    transform: rotate(45deg) translate3D(1px, 0, 0);
}

.upload_input {
    display: none;
}

.form_file-input label {
    display: block;
    cursor: pointer;
    max-width: 180px;
    width: 100%;
    border: 1px solid #D9D9D9;

    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.0015);

    border-radius: 4px;
    background: #fff;
    border-radius: 3px;
    padding: 4px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #595959;
}

.file_text {
    max-width: 280px;
    width: 100%;

    font-size: 14px;
    line-height: 22px;
    padding: 5px 0 4px 28px;
    color: #7A7C82;
}

.file_text.active {
    background: #F5F8FA;
    color: #325491;
}

.add_file {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.add_file-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #E8E8E8;
    position: relative;
}

.add_file-circle:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add_file-circle:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add_file-text {
    font-size: 14px;
    line-height: 22px;
    margin-left: 11px;
    color: #7A7C82;
}


.reception_under.del {
    display: none;
}

.main_item-btn {
    background-color: transparent;
    border: 0;
}

.reception_step-progress.active {
    display: none;
}

.reception_thanks {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    /* or 123% */

    letter-spacing: 0.02em;
    margin-top: 110px;
}

.step_5-btn {
    display: none;
}

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


@media ( max-width: 1300px ) {
    .main_slider {
        margin-top: 88px;
        margin-bottom: 117px;
    }

    .main_bottom svg {
        pointer-events: none;
        z-index: 2;
        position: absolute;
        top: -92px;
        left: 54.3px;
    }
}

@media ( max-width: 1215px ) {
    .main_bottom-slider .slick-track {
        flex-wrap: wrap;
        min-height: 160px;
    }

    .main_bottom-slider-3 .slick-track {
        flex-wrap: wrap;
        min-height: 160px;
    }

    .bottom-slider-item {
        max-width: 49%;
        width: 100% !important;
        margin-right: 19px;
        text-align: center;
        margin-bottom: 10px;
    }

    .bottom-slider-item:nth-child(2) {
        margin-right: 0;
    }
}

@media ( max-width: 1205px ) {
    .banners_item {
        max-width: 33%;
    }

    .header.active .header_menu {
        max-width: 955px;
        width: 100%;
    }

    .news_info-main.list {
        max-width: 780px;
    }

    .news_info-main.list .news_post {
        max-width: 49%;
    }
}

@media ( max-width: 1175px ) {
    .circle_sec {
        bottom: -81px;
    }

    .banners_slider,
    .projects {
        margin-top: 90px;
    }

    .news_inner {
        flex-wrap: wrap;
    }

    .news_slider {
        max-width: 100%;
    }

    .news_slider-item img {
        width: 100%;
    }

    .projects_inner {
        flex-wrap: wrap;
    }

    .projects_item {
        max-width: 40%;
        margin-bottom: 30px;
    }

    .projects_img img {
        width: 100%;
    }

    .link {
        text-align: center;
        margin-top: 0;
    }

    .news_post {
        max-width: 40%;
        width: 100%;
        margin: 30px 0;
    }

    .news_post-text {
        max-width: 390px;
    }

    .news_post-img img {
        width: 100%;
    }
}

@media ( max-width: 1135px ) {
    .header.active .header_menu {
        max-width: 905px;
        width: 100%;
    }
}

@media ( max-width: 1115px ) {
    .company_text {
        margin-right: 15px;
    }

    .reception_text {
        max-width: 430px;
    }

}

@media ( max-width: 1100px ) {
    .aside_fixed {
        position: relative;
    }

    .aside_fixed.active {
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
    }

    .aside_fixed.active .news_info-aside {
        position: relative;
        top: initial;
        left: initial;
        right: initial;
        bottom: initial;
    }

    .news_info-aside {
        max-width: 100%;
    }

    .news_info-main {
        max-width: 100%;
    }

    .news_info-img img,
    .news_info-video img {
        width: 100%;
    }

    .news_info-aside {
        z-index: 3;
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .aside_fixed {
        right: 0;
        display: none;
    }

    .aside_item {
        background-image: url(../img/aside_bg-mob.png);
        background-size: cover;
        background-position: right center;
        min-height: 162px;
        padding: 27px 0 0 56px;
    }

    .aside_item-text {
        max-width: 300px;
    }

    .news_info-inner {
        padding-bottom: 58px;
    }

    .news_info-aside .link a {
        max-width: 285px;
        margin: 0 auto;
    }

    .news_info-main.list {
        max-width: 100%;
    }

    .news_info-inner-list {
        padding-bottom: 58px;
    }
}

@media ( max-width: 1090px ) {
    .burger.hide {
        max-width: 80px;
        width: 100%;
        margin-right: 10px;
    }
}

@media ( max-width: 1050px ) {
    .reception_inner.active {
        display: block;
    }

    .reception_step {
        max-width: 100%;
    }

    .reception_text {
        margin-top: 0;
        max-width: 700px;
        margin: 40px auto 0;
    }

    .reception_step-progress {
        max-width: 580px;
    }

    .reception_under.active {
        margin-top: 40px;
        max-width: 580px;
    }

    .reception_inner.step-3.active .reception_left {
        /*     margin: 0 auto; */
    }

    .reception_inner.step-4.active .reception_left {
        margin: 0 auto;
    }
}

@media ( max-width: 1036px ) {
    .header_search input:focus,
    .header_search input:not(:placeholder-shown) {
        width: 130px;
    }

    .header.active .header_menu {
        max-width: 825px;
        width: 100%;
    }
}

@media ( max-width: 1024px ) {
    .header.active .jq-selectbox__select {
        color: #172C52;
    }

    .header_lang:after {
        display: none;
    }

    .mob_toggle.active .nav_toggle-item:after {
        transform-origin: left bottom;
        transform: rotate(-45deg) translate3D(0px, 1px, 0);
    }

    .news {
        margin-top: 78px;
    }

    .projects_item {
        max-width: 49%;
    }

    .news_post {
        max-width: 49%;
        margin: 22px 0;
    }

    .company_inner {
        flex-wrap: wrap;
    }

    .company_text {
        max-width: 100%;
        margin-right: 0;
    }

    .company_partners {
        max-width: 75%;
        display: flex;
        flex-wrap: wrap;
        margin: 45px auto 0;
    }

    .company_partners a {
        max-width: 20%;
        width: 100%;
        text-align: center;
    }

    .footer_hide {
        display: block;
    }

    .footer_bottom,
    .footer_inner,
    .footer_menu {
        display: none;
    }

    .footer_top-hide,
    .footer_bottom-hide {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer_top-hide {
        margin-bottom: 15px;
    }

    .footer_top-hide .cabinet a {
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
    }

    .footer {
        padding: 34px 0 20px;
    }

    .footer_search {
        max-width: 400px;
    }

    .search_input {
        width: 100%;
    }

    .header .header_social,
    .header .header_search,
    .header .header_lang {
        display: none;
    }

    .header_logo img {
        width: 125px;
        display: block;
    }

    .mob_toggle {
        width: 19px;
        padding: 8px 0;
        display: block;
    }

    .mob_toggle .nav_toggle-item:before,
    .mob_toggle .nav_toggle-item:after {
        height: 3px;
    }

    .mob_toggle .nav_toggle-item {
        height: 3px;
    }

    .mob_toggle .nav_toggle-item:before {
        top: -6px;
    }

    .mob_toggle .nav_toggle-item:after {
        bottom: -6px;
    }

    .mob_toggle {
        margin-right: 40px;
    }

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

    .header_bottom {
        display: none;
    }

    .header {
        box-shadow: 0px 7px 13px rgba(0, 0, 0, 0.04);
        position: relative;
    }

    .mob_hide-menu {
        position: fixed;
        background-color: #fff;
        left: 0;
        right: 0;
        min-height: 94vh;
        height: 100%;
        display: none;
        overflow: hidden;
        transition: all .2s linear;
        padding-bottom: 30px;
    }

    .mob_hide-menu.cl {
        left: 1030px;
        max-width: 100%;
        width: 100%;
        visibility: hidden;
        margin-top: 0;
    }

    .mob_hide-menu.cl .header_hide-item {
        padding-right: 0;
        margin-left: 30px;
    }

    .mob_hide-menu.cl .header_lists-title {
        margin-bottom: 33px;
    }

    .mob_hide-menu.cl .header_item-text {
        margin-bottom: 28px;
    }

    .mob_hide-menu.clicked {
        left: 0;
        visibility: visible;
    }

    .back_hide {
        font-size: 18px;
        line-height: 21px;

        color: #4E4D5B;
        padding-left: 46px;
        position: relative;
        margin-bottom: 30px;
    }

    .back_hide:before {
        position: absolute;
        content: "";
        width: 34px;
        height: 34px;
        left: 0;
        top: -6px;
        border-radius: 50%;
        background: #F4F1F1;
    }

    .back_hide:after {
        position: absolute;
        content: "\ea40";
        font-family: 'icomoon';
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .mob_hide-menu .container {
        height: inherit;
    }

    .hide_menu-inner {
        overflow: auto;
        height: inherit;
        padding-bottom: 80px;
    }

    .hide_menu-inner::-webkit-scrollbar {
        width: 0;
    }

    .mob_hide-menu.active {
        display: block;
    }

    .hide_menu-top {
        display: flex;
        justify-content: space-between;
        padding-top: 25px;
    }

    .header_hide-under .header_lang {
        display: block;
    }

    .hide_menu-top .footer_search {
        max-width: 100%;
    }

    .hide_menu-center {
        margin-left: 40px;
        margin-top: 20px;
    }

    .hide_menu-center-text:first-child {
        border-top: 0;
    }

    .hide_menu-center-text {
        cursor: pointer;
        max-width: 560px;
        width: 100%;
        font-weight: 500;
        font-size: 27px;
        line-height: 32px;

        color: #325491;
        padding: 43px 0;
        border: 1px solid #E8E7F0;
        border-left: 0;
        border-right: 0;
    }

    .mob_hide-menu.cl .header_lists-title {
        font-size: 27px;
        line-height: 32px;
    }

    .hide_center-text {
        margin-top: 66px;
    }

    .hide_center-text:nth-child(1),
    .hide_center-text:nth-child(5) {
        max-width: 240px;
        width: 100%;
    }

    .hide_center-text:nth-child(2),
    .hide_center-text:nth-child(6) {
        max-width: 290px;
        width: 100%;
    }

    .hide_center-text:nth-child(3),
    .hide_center-text:nth-child(7) {
        max-width: 290px;
        width: 100%;
    }

    .hide_center-text:nth-child(4),
    .hide_center-text:nth-child(8) {
        max-width: 90px;
        width: 100%;
    }

    .hide_center-text a {
        font-size: 15px;
        line-height: 18px;
        color: #000000;
    }

    .hide_menu-bottom {
        padding-top: 50px;
        padding-left: 20px;
        display: flex;
        justify-content: space-between;
    }

    .header_hide-under {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header_hide-under .header_social {
        display: flex;
    }


    .header.active .header_menu {
        max-width: 855px;
        width: 100%;
    }

    .header.active {
        background: #325491;
    }

    .header.active .header_top {
        padding: 8px 0;
    }

    .header.active .header_bottom {
        display: none;
    }

    .header.active .header_logo {
        display: flex;
    }

    .header.active .header_logo img {
        filter: brightness(0) invert(1);
    }

    .header.active .burger.sticky {
        display: none;
    }

    body.active .header {
        padding-right: 0;
    }

    .header.active .header_hide-under .header_social {
        display: flex;
    }

    .footer_top-hide .footer_phone {
        margin-left: 80px;
    }

    .footer_top-hide .cabinet {
        margin-right: 80px;
    }

    .footer_top-hide .footer_phone a {
        padding-left: 0;
    }

    .footer_bottom-hide {
        display: flex !important;
        margin: 0 80px;
    }
}

@media ( max-width: 990px ) {
    .main_top-item.active {
        padding: 19px 20px;
    }

    .main_top-item {
        padding: 15px 18px;
        font-size: 13px;
        line-height: 15px;
        margin-right: 9px;
    }

    .main_top-item:last-child {
        margin-right: 0;
    }

    .main_top {
        justify-content: start;
    }
}

@media ( max-width: 981px ) {
    .bottom-slider-item {
        margin-right: 14px;
    }
}

@media ( max-width: 960px ) {
    .hide_center-text:nth-child(1), .hide_center-text:nth-child(5) {
        max-width: 30%;
        width: 100%;
    }

    .hide_center-text:nth-child(2), .hide_center-text:nth-child(6) {
        max-width: 30%;
        width: 100%;
    }

    .hide_center-text:nth-child(3), .hide_center-text:nth-child(7) {
        max-width: 30%;
        width: 100%;
    }

    .hide_center-text:nth-child(4), .hide_center-text:nth-child(8) {
        max-width: 10%;
        width: 100%;
    }
}

@media ( max-width: 870px ) {
    .main_reasons-item {
        justify-content: space-between;
    }

    .main_reasons-img img {
        width: 48px;
    }
}

@media ( max-width: 855px ) {
    .reception_bottom-text {
        max-width: 360px;
    }

    .reception_bottom {
        justify-content: space-between;
    }

    .reception_bottom-text:first-child {
        margin-right: 20px;
    }
}

@media ( max-width: 840px ) {
    .main_top-item {
        margin-right: 6px;
    }
}

@media ( max-width: 835px ) {
    .main_bottom svg {
        top: -142px;
        left: 93.3px;
    }

    .company_partners {
        max-width: 100%;
        align-items: center;
    }

    .footer_search {
        max-width: 348px;
    }

    .main_slider {
        margin-top: 131px;
        margin-bottom: 167px;
        margin-left: 40px;
    }
}

@media ( max-width: 830px ) {
    .main_bottom svg {
        top: -142px;
        left: 53.3px;
    }

    .main_top-hide {
        display: block;
    }

    .main_top {
        display: none;
    }

    .main_slider {
        margin-left: 0;
    }
}

@media ( max-width: 820px ) {
    .hide_menu-bottom .header_hide-item {
        max-width: 30%;
    }
}

@media ( max-width: 795px ) {
    .news_pic-item {
        margin-right: 18px;
    }
}

@media ( max-width: 770px ) {
    .footer_search {
        max-width: 255px;
    }
}

@media ( max-width: 740px ) {
    .main_bottom svg {
        top: 1px;
        left: 53.3px;
    }

    .hide_menu-bottom {
        flex-wrap: wrap;
    }

    .hide_menu-bottom .header_hide-item {
        max-width: 48%;
    }

    .main_slider .slick-btn {
        top: initial;
        right: initial;
        bottom: -128px;
    }

    .main_hide-slider {
        display: block;
    }

    .hide_slider-item {
        font-size: 16px;
        line-height: 21px;
        color: #121417;
    }

    .main_hide-slider {
        max-width: 232px;
        width: 100%;
        margin-left: auto;
    }

    .main_bottom-reasons {
        margin-top: 20px;
    }

    .main_slider {
        margin-top: 60px;
        margin-bottom: 77px;
    }

    .main_bottom-slider .slick-track {
        min-height: 10px;
        justify-content: flex-end;
    }

    .main_bottom-slider-3 .slick-track {
        min-height: 10px;
        justify-content: flex-end;
    }

    .bottom-slider-item {
        font-size: 0;
        max-width: 52px;
        height: 3px;
        padding: 0;
        box-shadow: none;
        border-bottom: 0;
        margin-right: 7px;
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
        background-color: #C4C6CF;
    }

    .bottom-slider-item:nth-child(2) {
        margin-right: 7px;
    }

    .bottom-slider-item:last-child {
        margin-right: 5px;
    }

    .bottom-slider-item.slick-current {
        font-size: 0;
        max-width: 52px;
        height: 3px;
        padding: 0;
        box-shadow: none;
        background-color: #00A84E;
        border-radius: 0;
        margin-bottom: 0;
        border: 0;
    }

    .header_area a:first-child {
        padding-right: 0;
    }

    .header_adress {
        display: none;
    }

    .header .header_area a:nth-child(2) {
        display: none;
    }

    .header .header_area svg {
        width: 30px;
        height: 30px;
    }

    .main_slides {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .main_reasons-item {
        margin-right: 0;
        max-width: 49%;
        margin-bottom: 10px;
        justify-content: space-around;
    }

    .main_reasons-item:nth-child(3n) {
        margin-right: 0;
    }

    .hide_menu-top .header_adress {
        display: block;
    }
}


@media ( max-width: 735px ) {
    .news_filt {
        margin-right: 15px;
    }
}

@media ( max-width: 730px ) {
    .news_info_slider-undertext {
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        max-width: 375px;
        width: 100%;
    }

    .news_info_slider {
        margin: 70px 0 120px;
    }

    .news_info .news_info_slider .slick-dots {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media ( max-width: 720px ) {
    .hide_center-text:nth-child(1), .hide_center-text:nth-child(5) {
        max-width: 20%;
        width: 100%;
    }

    .hide_center-text:nth-child(2), .hide_center-text:nth-child(6) {
        max-width: 28%;
        width: 100%;
    }
}

@media ( max-width: 680px ) {
    h1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
        /* identical to box height, or 175% */

        letter-spacing: 0.02em;
    }

    .hide_menu-top .footer_search {
        margin-top: 0;
        max-width: 50%;
    }

    .footer_search {
        order: 3;
        max-width: 100%;
        margin-top: 50px;
    }

    .footer_top-hide {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .footer_top-hide .cabinet {
        margin-top: 3px;
    }

    .news_filter.active {
        display: block;
    }

    .news_filter2.active {
        display: block;
    }

    .news_filt {
        margin: 0 auto 20px;
        max-width: 285px;
    }

    .news_filter button {
        display: block;
        margin: 0 auto;
        max-width: 285px;
    }

    .news_filter .jq-selectbox {
        max-width: 100%;
    }

    .news_filt2 {
        margin: 0 auto 20px;
        max-width: 285px;
    }

    .news_filter2 button {
        display: block;
        margin: 0 auto;
        max-width: 285px;
    }

    .news_filter2 .jq-selectbox {
        max-width: 100%;
    }

    .datepicker-here {
        max-width: 100%;
    }
}

@media ( max-width: 640px ) {
    .reception_bottom {
        display: block;
    }

    .reception_bottom-text:first-child {
        margin: 0 auto 40px;
    }

    .reception_bottom-text {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media ( max-width: 600px ) {
    .hide_center-text.btn {
        display: block;
    }

    .hide_menu-top .footer_search {
        max-width: 100%;
        order: 1;
        margin-bottom: 15px;
    }

    .hide_menu-top .header_adress {
        order: 2;
    }

    .hide_menu-top .header_lang {
        order: 3;
    }

    .hide_menu-top {
        flex-wrap: wrap;
    }

    .hide_menu-center {
        margin-top: 12px;
    }

    .hide_center-text {
        max-width: 100% !important;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #E2E2E2;
        padding: 16px 0;
        padding-left: 20px;
    }

    .hide_center-text a {
        padding: 16px 0;
    }

    .hide_menu-center {
        border-bottom: 0;
    }

    .hide_center-text.btn a {
        position: relative;
        padding-right: 20px;
    }

    .hide_center-text.btn a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 5px;
        transform: translateY(-50%) rotate(45deg);
        width: 5px;
        height: 5px;
        border: 2px solid #00A84E;
        border-top: 0;
        border-left: 0;
        transition: all .2s linear;
    }

    .hide_menu-bottom .header_hide-item {
        max-width: 100%;
        width: 100%;
    }

    .hide_menu-bottom {
        padding-top: 0;
        padding-left: 40px;
        display: none;
    }

    .header_item-text {
        margin-bottom: 21px;
    }

    .hide_center-text.active a:after {
        transform: translateY(-50%) rotate(225deg);
    }

    .form_radio {
        display: block;
    }

    .form_choose {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .organization {
        flex-wrap: wrap;
    }

    .organization .jq-selectbox {
        max-width: 100%;
        order: 2;
        margin-top: 8px;
    }

    .form_input {
        display: block;
    }

    .form_input-form {
        max-width: 100%;
        margin-bottom: 22px;
    }
}

@media ( min-width: 600px ) {
    .hide_menu-bottom {
        display: flex !important;
    }
}

@media ( max-width: 589px ) {
    .reception_step-2-tab {
        max-width: 100%;
    }
}

@media ( max-width: 550px ) {
    .padding-1 {
        padding: 2px 0 0 0 !important;
    }

    .mobile-cols-1 {
        flex-wrap: wrap;
        margin: 0 !important;
    }

    .mobile-cols-1 .mobile-col {
        flex-basis: 50%;
        margin: 0 0 10px 0;
    }

    .filter-form {
        margin-bottom: 0;
        width: 100%;
    }

    .show-on-mobile-flex {
        display: flex !important;
    }

    .news_info-tab {
        flex-direction: column;
    }

    .news_info-tab .main_top-item {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    #map-left-col {
        order: 1;
    }

    .news_info-slide .circle_third {
        display: none;
    }

    .circle_sec {
        display: none;
    }

    .header .header_logo img {
        width: 120px;
    }

    .header .header_phone-text {
        font-size: 8px;
        line-height: 9px;
        text-align: center;
    }

    .mob_toggle {
        margin-right: 20px;
    }

    .header .header_phone a {
        font-size: 18px;
        line-height: 21px;
    }

    .main_reasons-item {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .main_bottom-text {
        max-width: 270px;
    }

    .footer_privacy {
        order: 3;
        max-width: 100%;
        width: 100%;
        margin-top: 6px;
    }

    .footer_bottom-hide {
        flex-wrap: wrap;
    }

    .company_partners a {
        max-width: 33%;
        width: 100%;
        text-align: center;
    }

    .company_partners a:nth-child(4) {
        display: none;
    }

    .banners_slider, .projects {
        margin-top: 45px;
    }

    .banners_slider .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
        bottom: -20px;
    }

    .projects_item {
        max-width: 100%;
    }

    .data {
        margin-right: 28px;
    }

    .news_item-title a {
        font-size: 14px;
    }

    .news_post {
        max-width: 100%;
        margin-bottom: 0;
    }

    .news .link {
        margin-top: 22px;
    }

    .news_item-title {
        margin-right: 11px;
    }

    .projects_item:last-child {
        margin-bottom: 0;
    }

    .projects_inner {
        margin-bottom: 20px;
    }

    .company {
        margin: 50px 0;
    }

    .hide_menu-center-text {
        font-size: 22px;
        line-height: 26px;
        padding: 25px 0;
    }

    .hide_menu-center {
        margin-left: 0;
    }

    .mob_hide-menu.cl .header_lists-title {
        font-size: 22px;
        line-height: 26px;
    }

    .mob_hide-menu.cl .header_item-text {
        margin-bottom: 14px;
        font-weight: 400;
    }

    .geolocation_choose {
        max-width: 90%;
    }

    .geolocation_form-flex {
        display: block;
    }

    .geolocation_form-choose {
        max-width: 70%;
        margin-bottom: 30px;
    }

    .geolocation_choose-inner {
        height: 205px;
    }
}

@media ( max-width: 520px ) {
    .form_policy label {
        padding-left: 30px;
    }
}

@media ( max-width: 500px ) {
    .breadcrumbs {
        display: none;
    } {
    top: 486px !important;
}
    .news_info {
        margin-top: 50px;
    }

    .aside_item {
        padding: 35px 0 0 26px;
    }

    .aside_item-text {
        font-size: 16px;
        line-height: 28px;
        max-width: 155px;
    }

    .news_info-undertitle {
        font-size: 16px;
        line-height: 22px;
    }

    .news_info-title {
        font-size: 20px;
        line-height: 35px;
    }

    .news_info-main.list .news_post {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .list_filter {
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #E7EBF0;
        border-radius: 3px;
        margin-bottom: 25px;
    }

    .list_filter svg {
        margin: 0 auto;
    }

    .filter_visible {
        display: none;
    }

    .filter_visible.active {
        display: block;
    }

    .list_filter.active svg path {
        fill: #536B96;
    }

    .news_filter {
        padding: 30px 20px;
    }

    .news_filt {
        max-width: 100%;
    }

    .news_filter button {
        max-width: 100%;
    }

    .article_title {
        font-size: 16px;
        line-height: 27px;
    }

    .article_date {
        font-size: 16px;
        line-height: 22px;
    }

    .article_text {
        font-size: 16px;
        line-height: 27px;
    }
}

@media ( max-width: 450px ) {
    .form_cities-text:last-child {
        display: none;
    }
}

@media ( max-width: 435px ) {
    .main_reasons-item {
        justify-content: space-between;
    }

    .footer_phone a {
        padding-left: 2px;
    }

    .play {
        width: 60px;
        height: 60px;
    }

    .reception_bottom-text {
        padding-right: 5px;
    }
}

@media ( max-width: 400px ) {
    .footer_top-hide .cabinet {
        max-width: 100%;
        width: 100%;
    }

    .footer_search {
        margin-top: 20px;
    }

    .footer_phone {
        margin-bottom: 7px;
    }

    .footer_top-hide {
        margin-bottom: 30px;
    }

    .reception_step-tab {
        padding: 32px 15px;
    }
}

@media ( max-width: 380px ) {
    .main_bottom-text {
        margin-left: 8px;
    }
}

@media ( max-width: 375px ) {
    .news_item-title {
        margin-bottom: 10px;
    }

    .header .header_logo img {
        width: 90px;
    }

    .mob_toggle {
        margin-right: 10px;
    }
}

@media ( max-width: 350px ) {
    .bottom-slider-item {
        max-width: 40px;
    }

    .bottom-slider-item.slick-current {
        max-width: 40px;
    }

    .main_hide-slider {
        max-width: 185px;
    }

    .hide_slider-item {
        font-size: 14px;
        line-height: 17px;
    }

    .form_file-input {
        display: block;
    }

    .file_text {
        max-width: 100%;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .geolocation_form-choose {
        max-width: 90%;
    }
}

@media ( max-width: 340px ) {
    .data {
        margin-right: 15px;
    }

    .header .header_phone a {
        font-size: 16px;
        line-height: 21px;
    }

    .header .header_logo img {
        width: 85px;
    }
}

@media ( max-width: 330px ) {
    .reception_under.active {
        display: block;
    }

    .reception_under.step-2 .main_item-btn {
        max-width: 100%;
        width: 100%;
    }

    .reception_under.step-2 .main_item-btn a {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .reception_under .link a {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .reception_under.step-2.send .form_btn {
        max-width: 100%;
    }
}


.news_filt_table {
    width: 100%;
    max-width: 255px;
    margin-left: auto;
}

.news_filt_table .jq-selectbox__select {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #BFBFBF;
    padding-left: 10px;
    padding-top: 3px;
}

.news_filt_table .jq-selectbox {
    max-width: 163px;
    width: 100%;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
}


.news_filt_table .jqselect:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 10px;
    top: 48%;
    border: 1px solid #BFBFBF;
    border-top: 0;
    border-left: 0;
    transform: translateY(-50%) rotate(45deg);
}

.sort_table {
    float: left;
}


#cd-table .cd-unchecked span, #cd-table .cd-checked span {
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

/* --------------------------------

Main components

-------------------------------- */
#cd-table {
    position: relative;
    width: 90%;
    max-width: 1170px;
    margin: 1em auto;
    font-size: 14px;
    font-size: 0.875rem;
    /* you may remove this border in case of dark backgrounds if it's annoying */
    border-right: 1px solid #e6e7f1;
}

#cd-table::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

#cd-table::before, .custom-table::before {
    /* White color gradient on the right */
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 35px;
    background: -webkit-linear-gradient(right, white 10%, #ffffff);
    background: linear-gradient(to left, white 10%, #ffffff);
    z-index: 5;
    pointer-events: none;
}

.custom-table.right-arrow-hide::before {
    display: none;
}

.no-cssgradients #cd-table::before {
    /* remove the gradient using modernizr if css gradients are not supported */
    display: none;
}

#cd-table.table-end::before {
    /* the gradient disappears when user is at the end of the table */
    display: none;
}

#cd-table .cd-table-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

#cd-table .cd-table-wrapper {
    width: 870px;
    padding-left: 120px;
}

#cd-table .cd-table-column {
    width: 150px;
    float: left;
    margin-left: -1px;
}

.f1 li {
    background-color: #F5F8FA;
}

#cd-table .cd-table-column:last-child {
    border-right: none;
}

#cd-table h2, #cd-table ul &gt; li {
    position: relative;
    text-align: center;
    padding: 0 1em;
    height: 70px;
    line-height: 70px;
}

#cd-table h2 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #606272;
}

#cd-table ul &gt; li {
    color: #000000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
}

#cd-table ul &gt; li:last-child {
    border-bottom: none;
}

#cd-table .cd-unchecked span, #cd-table .cd-checked span {
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../img/yes-no.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 32px 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#cd-table .cd-unchecked span {
    background-position: -16px 0;
}

#cd-table .cd-select {
    display: block;
    height: 100%;
    width: 100%;
    font-weight: bold;
}

#cd-table header.cd-table-column {
    position: inherit;
    width: 120px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(121, 130, 153, 0.95);
    margin-left: 0;
    border-color: #6b758d;
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

@media only screen and (min-width: 1025px) {
    #cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
        background-color: #325491;
        text-align: left;
        color: #edeef1;
        float: left;
        width: 20%;
    }
}

#cd-table header.cd-table-column h2 {
    color: #edeef1;
}

#cd-table header.cd-table-column li:nth-child(odd) {
    background-color: rgb(50 84 145);
}

#cd-table header.cd-table-column li:last-child {
    border-bottom: 1px solid #6b758d;

}

#cd-table .cd-scroll-right {
    /* small right arrow that indicates it's possible to scroll right */
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url("../img/small-arrow.svg") no-repeat center center;
    z-index: 6;
    -webkit-animation: cd-scroll-right 1.5s infinite;
    -moz-animation: cd-scroll-right 1.5s infinite;
    animation: cd-scroll-right 1.5s infinite;
}

@media only screen and (min-width: 1025px) {
    #cd-table {
        margin: 2em auto;
        border-right: none;
    }

    .subli .info {
        width: 100%;
        text-align: left;

        margin-top: -10px;
    }

    .subli .info-1 {
        height: 23px;
    }

    .subli .info-2 {
        height: 23px;
    }

    #cd-table::before {
        display: none;
    }

    #cd-table .cd-table-wrapper {
        width: 100%;
        padding-left: 0%;
    }

    #cd-table .cd-table-column {
        width: 100%;
        float: none;
    }

    #cd-table .cd-table-column .subli {
        width: 20%;
        float: left;
    }

    #cd-table .cd-table-column:last-child {
        border-right: 1px solid #e6e7f1;
    }

    #cd-table header.cd-table-column {
        width: 100%;
        float: none;
        background: #325491;
        box-shadow: none;
        pointer-events: auto;
        height: 70px;
    }

    #cd-table .cd-scroll-right {
        display: none;
    }

    .cd-scroll-right-2, .custom-table::before {
        display: none !important;
    }

    .warning:before {
        content: "";
        width: 100%;
        height: 25px;
        position: absolute;
        left: -11px;
        background: url(/img/warning.png);
        z-index: 1;
        transition: transform .1s linear;
        background-repeat: no-repeat;
        top: 26px;
    }

    .tablepag {
        margin-left: auto;
        margin-right: auto;
    }

    .news_filt_table-tablet {
        display: none;
    }

}

@media (min-width: 680px) and (max-width: 1024px) {

    .submit_filter {
        margin-bottom: 13px;
    }

    #cd-table header.cd-table-column li:last-child {
        border-bottom: 1px solid #6b758d;
        border-radius: 0px 0px 0px 8px;
    }

    .first-li {
        border-radius: 8px 0px 0;
    }

    .tablet_data {
        display: flex;
        flex-wrap: wrap;
    }

    .tablet_data .news_filt {
        flex-basis: 30%;
        padding-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .news_filt_table {
        display: none;
    }

    .news_filt_table-tablet {
        width: 100%;
        max-width: 351px;
        margin-left: 10px;
    }

    .news_filt_table-tablet .jq-selectbox__select {
        height: 100%;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: #BFBFBF;
        padding-left: 10px;
        padding-top: 3px;
    }

    .news_filt_table-tablet .jq-selectbox {
        max-width: 210px;
        width: 100%;
        height: 32px;
        border: 1px solid #D9D9D9;
        border-radius: 4px;
        background-color: #fff;
        z-index: 1;
    }


    .news_filt_table-tablet .jqselect:after {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        right: 10px;
        top: 48%;
        border: 1px solid #BFBFBF;
        border-top: 0;
        border-left: 0;
        transform: translateY(-50%) rotate(45deg);
    }

    .countlist {

        display: none;
    }

    #cd-table .cd-scroll-right {
        display: block;
        width: 26px;
        height: 85%;
        position: absolute;
        right: 0;
        top: 1%;
        margin-top: -8px;
        background: url(../img/arrow.png) no-repeat center center;
        z-index: 6;
        -webkit-animation: cd-scroll-right 1.5s infinite;
        -moz-animation: cd-scroll-right 1.5s infinite;
        animation: cd-scroll-right 1.5s infinite;
        border: 1px solid #B3C4CD;
    }

    .tablepag {
        margin-left: auto;
        margin-right: inherit;
    }

    #cd-table header.cd-table-column {
        position: absolute;
    }

    #cd-table header.cd-table-column {
        width: 16.66667%;
        float: left;
        background: #798299;
        box-shadow: none;
        pointer-events: auto;
    }

    #cd-table h2, #cd-table ul &gt; li {
        position: relative;
        text-align: left;
        padding: 0 1em;
        height: 90px;
        line-height: 24px;
        padding-top: 30px;
        padding-left: 26px;
    }

    .warning:before {
        content: "";
        width: 100%;
        height: 25px;
        position: absolute;
        left: 19px;
        background: url(/img/warning.png);
        z-index: 1;
        transition: transform .1s linear;
        background-repeat: no-repeat;
        top: 45px;
    }

    .warning {
        padding-left: 50px !important;
    }

    #cd-table .cd-table-column {
        width: 150px;
        float: left;
        border: 1px solid #e6e7f1;
        margin-left: -1px;
    }

    #cd-table ul &gt; li:nth-child(odd) {

    }

    #cd-table {
        position: relative;
        width: 95%;
        max-width: 1170px;
        font-size: 14px;
        font-size: 0.875rem;
        border-right: 1px solid #e6e7f1;
        margin-left: 20px;
    }

    #cd-table ul &gt; li {
        color: #787a8d;
    }

    #cd-table header.cd-table-column {
        position: absolute;
        width: 175px;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        background: none;
        margin-left: 0;
        border-color: snow;
        box-shadow: none;
        pointer-events: none;
        border: 0px;
    }

    .head li {
        background-color: #325491;
        color: #fff !important;
    }

    #cd-table .cd-table-column {
        width: 190px;
        float: left;
        border: 1px solid #e6e7f1;
        margin-left: -1px;
    }

    #cd-table .cd-table-wrapper {
        width: max-content;
        padding-left: 174px;
    }
}

@media only screen and (min-width: 1170px) {
    #cd-table {
        margin: 4em auto;
    }
}

@-webkit-keyframes cd-scroll-right {
    0%, 100% {
        -webkit-transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3px);
    }
}

@-moz-keyframes cd-scroll-right {
    0%, 100% {
        -moz-transform: translateX(0);
    }

    50% {
        -moz-transform: translateX(3px);
    }
}

@keyframes cd-scroll-right {
    0%, 100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(3px);
        -moz-transform: translateX(3px);
        -ms-transform: translateX(3px);
        -o-transform: translateX(3px);
        transform: translateX(3px);
    }
}

.tblat {
    display: block;
}


.table_more {
    margin-top: 16px;
    padding-left: 50px;
}

.table_more:before {
    content: "";
    width: 50px;
    height: 25px;
    position: absolute;
    left: 8px;
    background: url(/img/more.png);
    z-index: 1;
    transition: transform .1s linear;
    background-repeat: no-repeat;
    margin-top: -3px;
}

.pagin {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.countlist .jq-selectbox {
    max-width: 210px;
    width: 60px;
    height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
}

.countlist .jq-selectbox__select {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #BFBFBF;
    width: 60px;
}

.countlist {
    margin-top: 20px;
}

@media (max-width: 500px) {
    .filt_hidden {
        display: none !important;
    }

    .filt_hidden2 {
        display: none !important;
    }
}

@media (min-width: 500px) {
    .mob_tablet {
        display: none;
    }

}

.itemed {
    background: #F5F8FA;
    padding: 33px 30px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 348px;
    padding-right: 0;
}

.main_its {
    width: 100%;
}

@media (max-width: 442px) {
    .its {
        width: 47%;
        float: left;
        margin-top: 20px;
    }
}

@media (min-width: 442px) and (max-width: 458px) {
    .its {
        width: 45%;
        float: left;
        margin-top: 20px;
    }
}


@media (min-width: 442px) and (max-width: 458px) {
    .its {
        width: 45%;
        float: left;
        margin-top: 20px;
    }
}

@media (min-width: 458px) and (max-width: 468px) {
    .its {
        width: 44%;
        float: left;
        margin-top: 20px;
    }
}

@media (min-width: 468px) and (max-width: 491px) {
    .its {
        width: 49%;
        float: left;
        margin-top: 20px;
    }
}

@media (min-width: 491px) and (max-width: 500px) {
    .its {
        width: 50%;
        float: left;
        margin-top: 20px;
    }
}

.cl {
    color: #3b5c95;
    font-weight: 550;
    margin-top: 26px;
}

.cl2 {
    line-height: 30px;
}


.times:before {
    content: "";
    width: 30px;
    height: 25px;
    position: absolute;

    background: url(/img/history.png);
    z-index: 1;
    transition: transform .1s linear;
    background-repeat: no-repeat;
    margin-left: -30px;

}

.dates:before {
    content: "";
    width: 30px;
    height: 25px;
    position: absolute;
    left: 50px;
    background: url(/img/calendar-times.png);
    z-index: 1;
    transition: transform .1s linear;
    background-repeat: no-repeat;

}

.dates {
    padding-left: 30px;
}

.times {
    padding-left: 30px;
}

.mob_tablet {
    margin-top: 30px;
}

.mobile_select .jq-selectbox__dropdown {
    width: 100% !important;
}


@media (max-width: 869px ) {
    .reception_step-2-tab {
        max-width: 49%;
    }
}

@media (max-width: 1024px) {
    .mobff {
        display: block;
        width: 100%;
    }

    .mobilef {
        display: block !important;
        width: 100%;
        border-bottom: 0px solid #666579;
        padding-left: 80px;
        padding-right: 80px;
    }

    .lised {
        display: flex;
        list-style: none;
        width: 100%;
        max-width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid #666579;
        padding-top: 20px;
    }

    .lised a {
        font-size: 14px;
    }

    .footer_top-hide {
        margin-bottom: 20px;
    }

    .footer_top-hide, .footer_bottom-hide {
        display: block;
    }

    .consult {
        position: absolute;
        bottom: 20px;
        right: 15px;
    }

}

@media (min-width: 410px) and (max-width: 1024px) {
    .footer_phone {
        float: left;
    }

    .ord1 {
        margin-left: auto;
        order: 2;
    }

    .ord2 {
        order: 2;
    }
}

.s2 {
    margin-right: 385px;
}

@media (min-width: 1024px) {
    .cabinet {
        margin-top: -4px;
    }

    .keysed {
        margin-top: 2px;
    }

    .cd-table-column {
        border-radius: 8px 11px 13px 18px;
    }

    .first-li {
        border-radius: 8px 11px 0px 0px;
    }

    #cd-table header.cd-table-column li:last-child {
        border-radius: 8px 11px 0px 0px;
    }

    h1 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        /* identical to box height, or 117% */

        letter-spacing: 0.02em;
    }

    .chat {
        background: url(/img/chat.png);
        height: 41px;
        width: 184px;
        background-repeat: no-repeat;
        position: absolute;
        right: 10%;
        bottom: 0;
    }
}


.form_radio .active {
    border: 1px solid #325491;
    border-radius: 5px;
}


@media ( max-width: 768px ) {
    .reception_inner.step-3 .reception_left {
        max-width: 100%;
    }

    .form_choose {
        max-width: 48%;
        width: 100%;
    }

    .organization .jq-selectbox {
        max-width: 48%;
        margin-right: 32px;
    }

    .form_input-form {
        max-width: 48%;
    }

    .organization {
        justify-content: start;
    }
}

@media ( max-width: 600px ) {
    .form_choose {
        max-width: 100%;

    }

    .ord1 {
        margin-top: 3px;
        margin-left: auto;
        order: 2;
    }

    .ord2 {
        margin-top: 3px;
        order: 2;
    }

    .form_input-form {
        max-width: 100%;
    }

    .organization .jq-selectbox {
        max-width: 100%;
        margin-right: 0;
    }

    .mobilef {
        padding: 0 30px;
    }

    .cabinet {
        padding-right: 0;
    }

    .footer_phone {
        padding-left: 0;
    }

    .footer_bottom-hide {
        padding: 0;
        display: block !important;
        margin: 0;
    }

    .footer_privacy {
        margin-top: 20px;
    }

    .reception_step-2-tab {
        max-width: 100%;
    }

    .footer_top-hide .cabinet {
        margin-right: 0;
    }

    .footer_top-hide .footer_phone {
        margin-left: 0;
    }
}

@media ( max-width: 410px ) {
    .footer_phone a {
        font-size: 16px;
    }

    .footer_phone {
        float: left;
    }

    .footer_top-hide .cabinet a {
        font-size: 16px;
    }

    .cabinet {
        display: block;
        max-width: 170px;
        width: 100%;
        margin-left: auto;
    }
}

@media ( max-width: 400px ) {
    .footer_top-hide .cabinet {
        max-width: 170px;
        width: 100%;
    }
}

@media ( max-width: 350px ) {
    .cabinet a:first-child {
        padding-right: 0px;
    }

    .footer_phone a {
        font-size: 14px;
    }

    .footer_top-hide .cabinet a {
        font-size: 14px;
    }

    .cabinet {
        max-width: 142px;
    }

    .footer_top-hide .cabinet {
        max-width: 143px;
    }
}

.reception_bottom-text a:hover {
    text-decoration: revert;
}


.r2 {
    display: none;
}

.r3 {
    display: none;
}

.logotype {
    width: 150px;
}


.cl5 {
    padding-right: 23px;
    line-height: 22px;
}


@media (max-width: 600px) {
    .table_more:before {
        content: "";
        width: 50px;
        height: 25px;
        position: absolute;
        left: 30px;
        background: url(/img/more.png);
        z-index: 1;
        transition: transform .1s linear;
        background-repeat: no-repeat;
        margin-top: -3px;
    }

    .mobilepag {
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .pagin {
        display: block;
        align-items: center;
        margin-top: 30px;
    }

    .news_pages {
        padding-bottom: 50px;
        padding-top: 40px;
    }

    .pagbord {
        border: 0px solid #D9D9D9 !important;
    }

}

@media (min-width: 1024px) {
    .cd-table-column .arro:after {
        content: '';
        width: 14px;
        height: 3px;
        background: url(/img/arrows.png);
        background-repeat: no-repeat;
        /* top: 23px; */
        position: relative;
        bottom: -35px;
        /* color: #fff; */
        /* background: #C4C4C4; */
        left: 4px;
    }

}

.tablea {
    color: #edeef1;
}

.calendclear {
    width: 100%;
    border-top: 1px solid;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #898D94;
    border: 1px solid #E8E8E8;
    padding: 5px;
    padding-top: 10px;
    cursor: pointer;
}

.calendclear:active {
    border: 1px solid #325491;
}


.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: default;
}


@media (min-width: 1020px) and (max-width: 1028px) {
    .reception_step-2-tab {
        max-width: 320px;
    }
}


body.fixmenu .aside_fixed {
    position: absolute;
    top: 0;
}

@media (min-width: 1100px) {
    body.fixmenu .datepicker {
        top: 320.141px !important;
    }
}


@media (min-width: 680px) and (max-width: 1100px) {
    body.fixmenu .datepicker {
        top: 318px !important;
    }
}


@media (min-width: 320px) and (max-width: 500px) {
    body.fixmenu .datepicker {
        top: 395px !important;
    }
}

@media (min-width: 500px) and (max-width: 680px) {
    body.fixmenu .datepicker {
        top: 385px !important;
    }
}

.geolocation_choose-text:hover {
    color: #000;
    font-weight: 500;
}


.txtfile a:hover {
    text-decoration: underline;
}

.sideref a:hover {
    text-decoration: underline;
}

.sideref {
    font-size: 14px;
    line-height: 22px;
}

@media screen and (max-width: 1024px) {
    body .info_block-1 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    body .uslugi-item {
        max-width: 360px;
    }
}

@media screen and (max-width: 425px) {
    body .uslugi-item {
        max-width: 425px;
    }
}

#map .contact-item {
    max-width: 100% !important;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

#map .contact-item img {
    display: block;
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

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

.justify-content-between {
    justify-content: space-between;
}

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

.position-relative {
    position: relative;
}

.status {
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    background-color: #000;
}

.status.opened {
    background-color: #00a84e;
}

.status.closed {
    background-color: #a82a00;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.text-1 {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
}

.text-2 {
    color: #325491;
    font-size: 22px;
    margin-bottom: 4px;
}

.text-3 {
    font-size: 12px;
    line-height: 12px;
    color: #7c7e8b;
}

.text-3 p {
    margin-bottom: 4px;
}

.padding-1 {
    padding: 15px 0 15px 15px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-n10 {
    margin-left: -10px;
    margin-right: -10px;
}

.mr-n15 {
    margin-right: -15px;
}

#map-left-col {
    background-color: #f9fafc;
    overflow: hidden;
    overflow-y: scroll;
    width: 25%;
    min-width: 300px;
    position: relative;
}

.col-content {
    position: absolute;
    width: 100%;
    padding: 25px;
}

.radius-1 {
    border-radius: 8px;
}

.c-white {
    color: #fff;
}

.c-blue {
    color: #325491;
}

.c-gray {
    color: #505364;
}

.bg-green {
    background-color: #00a84e;
}

.bg-yellow {
    background-color: #f4ac49;
}

.bg-red {
    background-color: #ac180c;
}

.bg-lblue {
    background-color: #1cbfdf;
}

.h-16 {
    height: 16px;
}

.lh-16 {
    line-height: 16px;
}

.px-7 {
    padding-left: 7px;
    padding-right: 7px;
}

.oh {
    overflow: hidden;
}

.arrow-fill {
    position: relative;
    margin-left: -10px;
}

.arrow-fill .arrow {
    color: #3e5e98;
    padding-left: 10px;
    margin-bottom: 3px;
    margin-top: 2px;
}

.arrow-fill .percent {
    color: #3e5e98;
}

.w-100 {
    width: 100%;
}

.circle-1 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.text-left {
    text-align: left;
}

.table-1 {
    border-collapse: collapse;
}

.table-1 td, .table-1 th {
    padding: 6px 10px;
    border: 1px solid #dadada;
}

.mb-3 {
    margin-bottom: 3px;
}

.fs-11 {
    font-size: 11px;
}

@media (max-width: 970px) {
    .map-with-col-wrap {
        flex-wrap: wrap;
    }

    #map-left-col {
        width: 100%;
    }

    #map-left-col .col-content {
        position: relative;
    }
}

.audio {
    width: 100%;
    max-width: 350px;
    margin-bottom: 45px;
}

.audio .audio-title {
    font-size: 14px;
    color: #1f2429;
    margin-bottom: 30px;
    font-weight: 700;
}

.audio .audio-content {
    margin-bottom: 10px;
}

.audio .playbutton {
    background-color: #325491;
    border-radius: 50%;
    color: #fff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin-right: 7px;
    background-image: url(../img/button-play.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.audio .playbutton.playing {
    background-image: url(../img/button-pause.png);
}

.audio .timecodes {
    font-size: 11px;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: 700;
}

.audio .playbar-bg {
    background-color: #325491;
    overflow: hidden;
    border-radius: 5px;
    height: 8px;
}

.audio .playbar {
    background-color: #13274a;
    height: 8px;
}

.audio .volume {
    margin-left: 19px;
    margin-bottom: 8px;
}

.audio .volumebar {
    margin-left: 5px;
    background-color: #b0c0dc;
    width: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.audio .volumebar-1 {
    margin-top: 16px;
}

.audio .volumebar-2 {
    margin-top: 11px;
}

.audio .volumebar-3 {
    margin-top: 5px;
}

.audio .volumebar.active {
    background-color: #13274a;
}

.tdr {
    text-decoration: underline;
}

.tdr:hover {
    text-decoration: none;
}

.cd-scroll-right-2 {
    display: block;
    width: 26px;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 2px;
    background: url(../img/arrow.png) no-repeat center center;
    z-index: 6;
    -webkit-animation: cd-scroll-right 1.5s infinite;
    -moz-animation: cd-scroll-right 1.5s infinite;
    animation: cd-scroll-right 1.5s infinite;
    border: 1px solid #B3C4CD;
}


.poper {
    width: 49%;
    margin-bottom: 0px;
}

.poper .jq-selectbox {
    max-width: 249px;
    width: 100%;
    height: 40px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
    padding-top: 5px;
}

.poper label {
    font-size: 14px;
}

.poper input {
    max-width: 249px;
}

.poper .jq-selectbox__select-text {
    padding-top: 3px;
    height: 100%;
    margin-left: -10px;
}

.poper .jq-selectbox__select {
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #BFBFBF;;
}

.poper .jq-selectbox__dropdown {
    margin: 0;
    width: 100% !important;
}


.rower .form_policy input {
    position: inherit;
    opacity: 0;
}

.btn-type-2 {
    background-color: #ffdb4d !important;
    color: #000 !important;
    border-radius: 3px !important;
    max-width: none !important;
}

.filter-form {
    padding: 20px 10px;
    margin-bottom: -10px;
}

.filter-form .form-group {
    margin-bottom: 10px;
}

.filter-form .jq-selectbox__select-text {
    color: #000;
}

.space-1 {
    margin-bottom: 30px;
}

.form-control {
    border-radius: 4px;
    width: 100%;
    border: 1px solid #D9D9D9;
    height: 32px;
    padding: 0 13px;
    font-size: 16px;
}


/*Проекты*/
.projects__main {
    margin-bottom: 120px;
}

.projects__main__all {
    margin-top: 61px;
    display: flex;
}

.projects__main__left .data {
    margin-right: 0;
}

.projects__main__left {
    display: flex;
    flex-wrap: wrap;
}

.projects__main__left .news_post {
    margin-right: 20px;
    margin-bottom: 36px;
}

.projects__main__left a {
    color: #000;
    font-size: 16px;
    font-weight: normal;

    display: block;
    margin-top: -15px;
}

.projects__main__right {
    width: 280px;
    position: relative;
    margin-top: -15px;
}

.projects__main__left .news_post-content a {
    margin: 4px 0 11px;
}

.projects__main__right p {
    position: absolute;
    top: 50px;
    left: 20px;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px;
}

.projects__main .news_pages {
    display: flex;
}

.projects__main__right__desc {
    display: block;
}

.projects__main__right__mob {
    display: none;
}

#ask-question {
    max-width: 650px;
    text-align: left;
}

.question-popup__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 25px;
}

.question-popup__table {
    display: flex;
}

.question-popup__table span {
    display: block;
    line-height: 22px;
}

.table__date {
    margin-right: 23px;
}

.question-popup__textarea::placeholder {
    color: #BFBFBF;
}

.question-popup__textarea {
    display: block;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 121px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 12px;
    resize: vertical;
}

.question-popup__wrap {
    display: flex;
    justify-content: space-between;
}

.question-popup__elem {
    width: 48%;
}

.form_name {
    margin-bottom: 20px;
}

.form_policy {
    margin-top: 10px;
}

#ask-question .main_item-btn {
    border-top: 1px solid #E2E2E2;
    padding-top: 30px;
    margin-top: 15px;
}

@media (max-width: 650px) {
    .question-popup__wrap {
        flex-flow: column;
    }

    .form_name {
        margin-bottom: 0;
    }

    .question-popup__elem {
        width: 100%;
    }

    .rms {
        margin-top: 20px;
    }

    .question-popup__table {
        flex-flow: column;
    }

    .table__date {
        margin-bottom: 10px;
    }
}

/*ПРАВКИ*/
/*Страница "Услуги"*/
.services__text {
    font-size: 14px;
    line-height: 22px;
}

h2.title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

.item_res a {
    position: relative;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #325491;
}

.uslugi-text p {
    display: inline;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
}

.item_res a::after, .uslugi-text p::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    bottom: 3px;
    right: -15px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    pointer-events: none;
    transition: transform .3s, bottom .3s;
}

.uslugi-item.active .uslugi-text p::after {
    transform: rotate(135deg);
    bottom: 6px;
}

.uslugi-item.fr:hover {
    text-decoration: underline;
}

.uslugi-item.fr .uslugi-text p::after {
    border-color: #FFFFFF;
}

.uslugi-item.active .uslugi-text p {
    font-weight: 500;
    color: #536B96;
}

.uslugi {
    margin-bottom: 100px;
}

.uslugi-item.active::after {
    content: none !important;
}

/*Страница "Услуги Детальная"*/
.info-aside__top {
    border-left: 1px solid #E2E2E2;
    margin-bottom: 43px;
    padding-top: 31px;
    padding-bottom: 24px;
}

.info-aside__top-wrapper {
    margin-left: 40px;
    margin-top: 37px;
    font-size: 14px;
    line-height: 22px;
    color: #325491;
}

.info-aside__top-wrapper a {
    padding: 0;
    position: relative;
}

.info-aside__top-wrapper a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    bottom: 3px;
    right: -15px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    pointer-events: none;
    transition: transform .3s, bottom .3s;
}

.info-aside__top-wrapper a:hover {
    text-decoration: underline;
}

.aside__menu {
    display: flex;
    padding-right: 0;
    padding-left: 40px;
    border-left: 1px solid #E2E2E2;
    flex-flow: column;
    padding-right: 20px;
}

.aside__menu .href::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: 3px;
    margin-left: 5px;
}

.aside__menu .href:hover {
    text-decoration: underline;
}

.aside__menu .href {
    margin-bottom: 30px;
    color: #325491;
}

.header_phone.phoneside.f4 {
    padding-left: 40px;
    text-align: left;
}

.header_phone.phoneside.f4 .header_phone-text {
    font-size: 15px;
    line-height: 18px;
}

.header_phone.phoneside.f4 a {
    font-size: 27px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #325491;
}

.uslug_info-main .uslug_info-img {
    margin-bottom: 22px;
}

.list ul.descli {
    font-size: 14px;
    line-height: 22px;
    padding-left: 24px;
}

.text.video {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
}

.text.video span {
    display: block;
    margin-top: 10px;
}

/*Новая верстка*/
.consumers {
    max-width: 780px;
}

.consumers__subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #323B45;
    margin-bottom: 35px;
}

.consumers__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
    margin-bottom: 10px;
}

.consumers__item {
    margin-bottom: 50px;
}

.connection .consumers__item {
    margin-bottom: 90px;
}

.consumers__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.consumers__picture-link {
    width: 49%;
    position: relative;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 17px;
    position: relative;

    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #2A2D39;
}

.consumers__picture-link:hover .picture-link__text {
    text-decoration: underline !important;
}

.picture-link__img {
    max-width: 100%;
}

.picture-link__wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 91px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 100px 0 50px;
}


.picture-link__arrow {
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: calc(50% - 17px);
    left: calc(85% - 34px);
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.07);
    transition: box-shadow .3s;
}

.picture-link__arrow::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 4px);
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transition: transform .3s;
}

.consumers__picture-link:hover .picture-link__arrow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.consumers__picture-link:hover .picture-link__arrow::before {
    transform: rotate(405deg);
}

.consumers__link-item {
    display: flex;
    align-items: center;
    width: 48%;
    height: 110px;
    margin-bottom: 20px;
    padding-left: 30px;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    transition: background .5s;

    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #48494D;
}

.link-item__img {
    margin: 0 30px 0 0;
}

a.consumers__link-item:hover {
    background: #FBFBFE;
    text-decoration: underline;
}

.consumers__link-item.consumers__social-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;


    font-size: 16px;
    line-height: 22px;
    color: #626971;
}

.social__wrapper {
    margin-top: 16px;
}

.social__elem {
    margin-right: 30px;
}

.aside__container {
    position: relative;
}

.consumers__video {
    position: relative;
    width: 780px;
    height: 330px;
    margin-bottom: 50px;
    cursor: pointer;
}

.consumers__video::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .4;
    transition: opacity .5s;
}

.video__play {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(18px);
    border-radius: 100%;
}

.video__play::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 2px;
    border-top: 19px solid transparent;
    border-left: 28px solid #FFFFFF;
    border-bottom: 19px solid transparent;
    top: calc(50% - 19px);
    left: calc(50% - 10px);
}

.consumers__video:hover.consumers__video::before {
    opacity: .15;
}

.connection {
    max-width: 880px;
}

.connection__wrapper {
    max-width: 780px;
}

.consumers__text_big {
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    max-width: 370px;
}

.tabs__header {
    display: flex;
}

.tabs__link {
    font-size: 14px;
    line-height: 19px;
    color: #536B96;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.tabs__link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 3px;
    transition: background .3s;
}

.tabs__link:hover.tabs__link::before, .tabs__link_active::before {
    background: #536B96;
}

.tabs__link:not(:last-child) {
    margin-right: 15px;
}

.tabs__header {
    border-bottom: 1px solid #E4E2E2;
}

.tabs__img {
    margin-right: 70px;
}

.tabs__item {
    display: none;
    margin-top: 43px;
}

.tabs__text {
    padding-top: 40px;
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}

.tabs__text span {
    display: block;
    margin-top: 10px;
}

.tabs__item_active {
    display: flex;
    align-items: flex-start;
}

.consumers__line {
    width: 100%;
    min-height: 92px;
    padding: 17px 50px;
    background: #155794;
    border: 1px solid #C6D5E3;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
}

.consumers__line a {
    color: #00d275;
    text-decoration: underline;
}

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

.consumers__info .info__elem {
    width: 32%;
    font-size: 14px;
    line-height: 22px;
}

.consumers__info .info__title {
    font-weight: 500;
    color: #050505;
    margin-top: 15px;
    height: 62px;
    overflow: hidden;
}

.consumers__info .info__text {
    color: #323B45;
    overflow: hidden;
    height: 90px;
}

.consumers__info .info__link:hover {
    text-decoration: underline;
}

.consumers__info .info__link {
    color: #325491;
    position: relative;
}

.consumers__info .info__link::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: 6px;
    margin-left: 5px;
    pointer-events: none;
    font-weight: normal;
}

.consumers__steps .steps__wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 20px;
}

.consumers__steps .steps__text-wrapper {
    width: 440px;
    height: 160px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 16px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.consumers__steps .steps__wrap .steps__info {
    margin-left: 45px;
    margin-right: 40px;
    font-weight: 500;
    font-size: 43px;
    line-height: 24px;
    color: #325491;
    position: relative;
}

.consumers__steps .steps__wrap .steps__info::before {
    content: 'Шаг';
    display: block;
    position: absolute;
    font-size: 15px;
    line-height: 18px;
    color: #74777D;
    transform: rotate(270deg);
    bottom: 1px;
    right: -22px;
}

.consumers__steps .steps__wrap .steps__text {
    font-size: 14px;
    line-height: 22px;
    padding-right: 20px;
}

.connection__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
}

.consumers__faq {
    margin-top: 100px;
}

.connection .files {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.file {
    display: flex;
    margin-right: 50px;
    margin-bottom: 40px;
}
.document-list .file {
    margin-right: 50px;
}

.txtfile span {
    display: flex;
}

.txtfile {
    padding-left: 20px;
    padding-top: 10px;
}

.txtfile a {
    color: #536B96;
}

.format {
    color: #9F9F9F;
    font-size: 10px;
    padding-top: 3px;
}


.sideref a {
    color: #325491;
}

.sideref a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: 7px;
    margin-left: 5px;
}

.hide {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.accordion {
    background: #fff;
    width: 100%;
    flex-wrap: wrap;
}

.accordion-item {
    position: relative;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 24px;
}

.accordion-label {

    width: 100%;
    display: block;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height, or 137% */

    letter-spacing: 0.02em;

    color: #000000;
}

.accordion-label:hover {
    cursor: pointer;
}

.accordion-label:after {
    content: '';
    height: 23px;
    width: 23px;
    display: inline-block;
    background: url(../img/faq_arrow.png);
    float: right;
    transition: transform .3s;
}

.accordion-label.actlabel:after {
    transform: rotate(-90deg);
}

input[type=checkbox]:checked ~ .accordion-label:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-child {
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
}

input[type=checkbox]:checked ~ .accordion-child {

    margin: 0 -20px 15px -20px;
    background: #fff;

    padding: 30px;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.faq-list {
    margin-top: 40px;
}

.connection .file {
    width: 45%;
}

@media screen and (max-width: 1200px) {
    .connection .news_info-aside {
        top: 0 !important;
    }

    .connection .aside__menu {
        padding: 0;
        border: 0;
    }

    .connection .consumers__menu {
        margin-bottom: 75px;
    }

    .connection {
        max-width: none;
    }

    .connection .consumers__picture-link {
        width: auto;
        margin: 0 10px 17px 10px;
    }

    .connection .consumers__link-item {
        margin: 0 1% 17px 1%;
    }

    .connection .consumers__wrapper {
        justify-content: center;
    }

    .connection .consumers__menu {
        width: 100%;
        max-width: none;
        position: static;
        padding: 30px 5% 0;
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 75px;
    }

    .consumers__steps .steps__text-wrapper {
        width: 70%;
    }

    .uslug_info .info-aside__top {
        border-left: 0;
        margin: 0;
        padding: 0;
    }

    .uslug_info .header_phone.phoneside.f4 {
        padding-left: 0;
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .uslug_info .info-aside__top-wrapper {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .uslug_info .main_item-btn.butside {
        margin-top: 0;
    }
}

@media screen and (max-width: 1100px) {
    .news_info-aside {
        top: 0 !important;
    }

    .aside__menu {
        padding: 0;
        border: 0;
    }

    .consumers__menu {
        width: 100%;
        max-width: none;
        position: static;
        padding: 30px 5% 0;
        border-top: 1px solid #E2E2E2;
        border-bottom: 1px solid #E2E2E2;
        margin-bottom: 75px;
    }

    .consumers {
        max-width: none;
    }

    .consumers__picture-link {
        width: auto;
        margin: 0 10px 17px 10px;
    }

    .consumers__link-item {
        margin: 0 1% 17px 1%;
        padding-right: 10px;

    }

    .consumers__wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 940px) {
    .connection .consumers__wrapper {
        justify-content: space-between;
    }

    .consumers__info .info__elem {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .consumers__info .info__title {
        max-width: 75%;
        margin-bottom: 25px;
        height: auto;
    }

    .consumers__info .info__img {
        max-width: 15%;
    }

    .consumers__video {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .consumers__info .info__text {
        height: 115px;
    }

    .consumers__video img {
        max-height: 100%;

    }

    .consumers__steps .steps__text-wrapper {
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .steps__text-wrapper {
        width: 90% !important;
    }

    .connection .file {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .consumers__video {
        height: 261px;
    }

    .video__play {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .video__play::before {
        border-top: 11px solid transparent;
        border-left: 15px solid #FFFFFF;
        border-bottom: 11px solid transparent;
        top: calc(50% - 11px);
        left: calc(50% - 5px);
    }

    .tabs__item_active {
        display: none;
    }

    .tabs__header {
        display: block;
        border-bottom: 0;
    }

    .tabs__elem {
        width: 100%;
        margin-bottom: 15px;
    }

    .tabs__link {
        width: 100%;
        padding-right: calc(100% - 240px);
        padding-bottom: 15px;
        border-bottom: 1px solid #E4E2E2;
        position: relative;
        color: #7F8286;
    }

    .tabs__link::before {
        content: none;
    }

    .tabs__elem_active .tabs__link::before {
        content: '';
        width: 50%;
        height: 3px;
        display: block;
        position: absolute;
        background: #536B96;
        bottom: 0;
    }

    .tabs__link::after {
        content: '';
        position: absolute;
        right: 0;
        top: calc(50% - 12.5px);
        height: 23px;
        width: 23px;
        display: inline-block;
        background: url(../img/faq_arrow.png);
        float: right;
        transition: transform .3s;
    }

    .tabs__elem_active .tabs__link {
        color: #536B96;
    }

    .tabs__elem_active .tabs__link::after {
        transform: rotate(-90deg);
    }

    .tabs__elem .tabs__item {
        display: block !important;
        max-height: 0;
        overflow: hidden;
        margin: 0;
        transition: margin-top .3s, margin-bottom .3s, max-height .3s;
    }

    .tabs__elem_transition .tabs__item {
        max-height: 700px !important;
    }

    .tabs__elem_active .tabs__item {
        max-height: 5000px;
        margin: 30px 0;
    }

    .tabs__img {
        display: block;
        margin: 0 auto;
    }

    .consumers__line {
        padding: 16px 10px;
        font-size: 16px;
        line-height: 178%;
    }

    .connection .consumers__item {
        margin-bottom: 40px;
    }

    .connection .consumers__wrapper {
        flex-flow: column;
    }

    .consumers__info .info__elem {
        width: 100%;
        margin-top: 100px;
    }

    .consumers__info .info__title {
        width: 80%;
        max-width: none;
    }

    .consumers__info .info__text {
        height: auto;
        margin-bottom: 25px;
        width: 100%;
    }

    .steps__img-wrapper {
        max-width: 80%;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        max-height: 200px;
        border-radius: 4px;
    }

    .steps__img {
        max-height: 100%;
    }

    .steps__wrap {
        padding-top: 100px;
    }

    .steps__text-wrapper {
        top: 0;
        width: 90% !important;
    }

    .consumers__steps .steps__wrap .steps__info {
        margin-left: 15px;
        margin-right: 22px;
    }
}

@media screen and (max-width: 400px) {
    .steps__text-wrapper {
        top: 0;
        width: 100% !important;
        height: 200px !important;
    }
}

/*Общие стили*/
.text {
    font-size: 14px;
    line-height: 158%;
}


.text_14 {
    font-size: 14px;
}

.text_16 {
    font-size: 16px;
}

.text_18 {
    font-size: 18px;
}

.text_20 {
    font-size: 20px;
}

.text_24 {
    font-size: 24px;
}

.text_30 {
    font-size: 30px;
}

.text_32 {
    font-size: 32px;
}

.text_34 {
    font-size: 34px;
}

.text_37 {
    font-size: 37px;
}

.text_light {
    font-weight: 300;
}

.text_bold {
    font-weight: 500;
}

.text_bolder {
    font-weight: bold;
}

.text_white {
    color: #FFFFFF;
}

.text_blue {
    color: #536B96;
}

.content-menu {
    padding: 39px 43px 32px 61px;
    background: #F0F3F8;
    margin-top: 20px;
    margin-bottom: 90px;
}

.content-menu__link {
    margin-bottom: 19px;
}

.content-menu__link a {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #325491;
}

.content-menu__link a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: 7px;
    margin-left: 5px;
}

.content-menu__link a:hover {
    text-decoration: underline;
}

.subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 164%;
}

@media (max-width: 1100px) {
    .news_info-main {
        padding-bottom: 0 !important;
    }

    .fixmenu .aside_fixed {
        display: block !important;
        position: static !important;
        width: 100%;
        border-top: 1px solid #E2E2E2;
        padding-top: 78px;
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .aside_item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .content-menu {
        padding: 30px;
    }
}

@media (max-width: 500px) {
    .aside_item {
        background-image: url("../img/mobilebaner.png") !important;
    }

}

/*Стили страниц, связанные с директорами*/
.file {
    margin-right: 0;
    margin-bottom: 20px;
}

.directors__title {
    line-height: 29px;
    margin-bottom: 28px;
}

.directors__elem {
    margin-bottom: 60px;
}

.directors__date {
    line-height: 29px;
    margin-bottom: 6px;
}

.directors-list .news_info-main {
    max-width: 877px;
}

.directors__item {
    color: #000000;
    margin-top: 30px;
    background: #F3F6F8;
    display: flex;
    align-items: flex-start;
    transition: background .3s;
}

.directors__item:hover {
    background: rgba(127, 130, 132, 0.20);
}

.directors__item:hover .directors__name {
    text-decoration: underline;
}

.directors__name {
    line-height: 29px;
    margin-bottom: 16px;
}

.directors__right {
    margin-left: 64px;
    margin-top: 20px;
    padding-right: 30px;
}

.directors__text {
    line-height: 158%;
}

.directors__text-wrapper {
    margin-bottom: 90px;
    margin-top: 60px;
}

.directors__text span {
    display: block;
    margin-bottom: 8px;
}

.directors__position-title {
    margin-bottom: 16px;
}

.directors__position {
    height: 90px;
}

.directors__date-title {
    margin-bottom: 16px;
}

.directors__subtitle {
    line-height: 164%;
}

.directors-detail__wrapper {
    display: flex;
    align-items: flex-start;
}

.directors-detail h1 {
    font-weight: 500;
}

.directors-detail__bottom {
    margin-top: 55px;
}

.directors-detail__right {
    margin-left: 40px;
}

.directors-detail__item {
    margin-top: 21px;
    margin-bottom: 42px;
}

.directors__text_bold {
    margin-bottom: 16px;
}

@media (max-width: 1200px) {
    .news_info-main {
        max-width: 780px;
    }
}

@media (max-width: 1100px) {
    .news_info-main {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .directors__item {
        flex-flow: column;
        align-items: center;
        padding-bottom: 20px;
    }

    .directors__right {
        padding-left: 20px;
        text-align: center;
        margin-left: 0;
    }


}

@media (max-width: 700px) {
    .directors-detail__wrapper {
        flex-flow: column;
        align-items: center;
    }

    .directors-detail__left {
        margin-bottom: 20px;
    }

    .directors-detail__right {
        margin-left: 0;
    }
}

/*Стили, связанные со страницей Корпоративное управление*/
.gov__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gov__title {
    margin-bottom: 45px;
}

.gov__elem {
    max-width: 381px;
    width: 49%;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 8px 8px 0px 0px;
    margin-bottom: 19px;
    overflow: hidden;

}

.gov__img {
    max-width: 100%;
}

.gov__elem:hover .gov__text {
    text-decoration: underline;
}

.corporate-control__gov {
    margin-top: 100px;
}

.corporate-control__text {
    line-height: 157%;
    margin-top: 45px;
}

.gov__text {
    line-height: 136%;
    letter-spacing: 0.02em;
    color: #48494D;
    padding: 0 15px;
    height: 65px;

    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1100px) {
    .news_info-main {
        padding-bottom: 0 !important;
    }

    .gov__wrap {
        justify-content: center;
    }

    .gov__elem {
        margin: 0 0.5% 19px;
    }
}

@media (max-width: 900px) {

    .gov__wrap {
        align-items: center;
    }

    .corporate-control__gov {
        margin-top: 50px;
    }

    .gov__title {
        margin-bottom: 19px;
    }

    .gov__elem {
        margin: 0 0.5% 13px;
    }
}

@media (max-width: 767px) {
    .gov__wrap {
        flex-flow: column;
    }

    .gov__elem {
        width: 100%;
    }

    body.fixmenu .corporate-control .aside_fixed {
        margin-top: 0;
        border: 0;
    }
}

/*Стили, связанные со страницей Миссия энергохолдинга «Россети Сибирь»*/
.goals__elem {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.goals__elem::before {
    content: '';
    background: #10487C;
    border-radius: 100%;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 5px;
}

.goals__elem::after {
    content: '';
    border-left: 1px solid #D4D4D5;
    display: block;
    height: calc(100% + 40px);
    top: 5px;
    left: 4px;
    z-index: -1;
    position: absolute;
}

.goals__item {
    margin-bottom: 10px;
    font-size: 14px;
    color: #636970;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    line-height: 118%;
}

.goals__elem:last-child::after {
    content: none;
}

.goals__right {
    margin-left: 58px;
}

.goals__left {
    margin-left: 65px;
}

.goals__title {
    margin-bottom: 25px;
    line-height: 157%;
}

.goals__list {
    display: block;
}

.goals__title-wrap {
    display: flex;
    align-items: center;
}

.energy-holding__top-wrap {
    padding-top: 210px;
    max-width: 480px;
}

.energy-holding__top {
    background: url("../img/energy-holding.png") center no-repeat;
    width: 100%;
    height: 713px;
}

.energy-holding__top-text {
    margin-top: 45px;
    line-height: 181%;
}

.energy-holding__bottom {
    margin-top: 135px;
    margin-bottom: 185px;
}

.energy-holding__bottom-title {
    margin-bottom: 123px;
    margin-top: 135px;
}

.energy-holding__goals {
    max-width: 877px;
}

@media (max-width: 768px) {
    .energy-holding__bottom-title {
        margin-top: 40px;
    }

    .energy-holding__bottom {
        margin-top: 50px;
    }

    .text_37 {
        font-size: 25px;
    }

    .text_34 {
        font-size: 22px;
    }

    .text_16 {
        font-size: 14px;
    }

    .goals__title {
        margin-top: 0;
    }

    .goals__left {
        margin-left: 40px;
    }

    .goals__right {
        margin-left: 20px;
    }

    .energy-holding__bottom-title {
        margin-bottom: 50px;
    }
}

/*Страница about*/
.text_block {
    display: block;
    margin-bottom: 10px;
}

.about .news_info-main {
    max-width: 877px;
}

.about__text {
    margin-top: 20px;
    line-height: 157%;
}

.about-map {
    background: url("../img/russiamap_new.png") center no-repeat;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px;
    background-size: contain;
}

.about-map__elem {
    width: 25%;
    margin: 100px 4% 0;
}

.about-map__number {
    color: #155794;
    line-height: 80%;
    margin-bottom: 15px;
    text-shadow:
    -0.5px -0.5px 0 #CCCCCC,
    0.5px -0.5px 0  #CCCCCC,
    -0.5px 0.5px 0  #CCCCCC,
    0.5px 0.5px 0  #CCCCCC;

}

.about-map__text {
    color: #336695;
    text-shadow:
    -0.5px -0.5px 0 #CCCCCC,
    0.5px -0.5px 0  #CCCCCC,
    -0.5px 0.5px 0  #CCCCCC,
    0.5px 0.5px 0  #CCCCCC;
}

.about-table {
    margin-top: 57px;
}

.about-table__elem {
    margin-top: 35px;
}

.about-table__date {
    margin-bottom: 10px;
}

.new-table {
    background: #F5F8FA;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    font-size: 18px;
    line-height: 20px;
    color: #4C4E5A;
    width: 100%;
    border-collapse: collapse;
}

.new-table thead {
    background: #325491;
    font-size: 14px;
    line-height: 157%;
    color: #FFFFFF;
}

.new-table td {
    padding: 20px 0 20px 30px;
}

.new-table_center {
    text-align: center;
}

.about-employees {
    margin-top: 111px;
}

.about-employees__right {
    margin-left: 40px;
}

.about-employees__elem {
    display: flex;
    margin-bottom: 64px;
}

.about-employees__block {
    margin-bottom: 20px;
}

.about-employees__name {
    line-height: 87%;
    margin-bottom: 10px;
}

.about-employees__position {
    margin-bottom: 30px;
    line-height: 200%;
}

.about-employees .text {
    line-height: 157%;
}

.about__subtitle {
    margin-bottom: 20px;
}

.about-worth {
    margin-top: 42px;
}

.about-worth__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.about-worth__text {
    margin-top: 50px;
    width: 30%;
    margin-right: calc(100% / 3 - 30%);
    position: relative;
}

.about-worth__text::before {
    content: '';
    background: #F8FAFF;
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    bottom: -10px;
    z-index: -1;
    left: -10px;
}

.about-worth__text:nth-child(3n) {
    margin-right: 0;
}

.aside__menu {
    margin-bottom: 40px;
}

.aside_not-fixed {
    position: static !important;
}

@media (max-width: 1200px) {
    .about .news_info-main {
        max-width: 780px;
    }
}

@media (max-width: 1100px) {
    .about .news_info-main {
        max-width: none;
    }

    .aside__menu {
        margin-bottom: 75px;
        border-bottom: 1px solid #E2E2E2;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-flow: wrap;
        padding: 0 45px 45px;

    }

    .aside__menu .href {
        display: block;
        width: 48%;
    }
}

@media (max-width: 767px) {
    .about-employees__elem {
        flex-flow: column;
        justify-content: center;
    }

    .about-employees__img {
        display: block;
        margin: 0 auto;
    }

    .about-employees__left {
        margin-bottom: 30px;
    }

    .about .new-table {
        display: flex;
    }

    .about .new-table td {
        display: flex;
        align-items: center;
        padding: 0 17px;
        height: 75px;
    }

    .about .new-table tr {
        display: flex;
        flex-flow: column;
    }

    .about .new-table thead, .about .new-table tbody {
        width: 50%;
    }

    .about-employees__right {
        margin-left: 0;
    }

    .about-map__elem {
        width: 47%;
        margin: 40px 3% 0 0;
    }

    .about-map {
        justify-content: flex-start;
        width: 110%;
        margin-left: -5%;
        background-size: cover;
    }

    .about-worth__text {
        width: 48%;
        margin-right: calc(100% / 2 - 48%);
    }

    .about-worth__text:nth-child(3n) {
        margin-right: calc(100% / 2 - 48%);

    }

}

@media (max-width: 600px) {
    body.fixmenu .aside_fixed {
        padding-top: 50px;
    }

    .aside__menu {
        padding-bottom: 20px;
        margin-bottom: 50px;
    }

    .aside__menu .href {
        width: 100%;
    }

}

@media (max-width: 500px) {
    .about-map {
        padding: 30px;
    }
}

/*Страница Акционерам и инвесторам*/
.shareholders__elem {
    margin-bottom: 40px;
}

.shareholders__text {
    line-height: 157%;
}

.shareholders__under-img {
    font-style: italic;
    margin-top: 13px;
}

.shareholders__img {
    max-width: 100%;
}

.shareholders-digital {
    background: url("../img/shareholdersdigital.png") left no-repeat;
    height: 352px;
}

.shareholders-digital__wrapper {
    max-width: 315px;
    margin-left: 53px;
    padding-top: 47px;
}

.shareholders-digital__title {
    line-height: 148%;
    margin-bottom: 20px;
}

.shareholders-power__text {
    color: #336695;
    line-height: 80%;
}

.shareholders-power__text .text_block {
    margin-top: 10px;
}

.shareholders-power__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 75px;
}

.shareholders-power__elem {
    max-width: 32%;
}

.shareholders__up {
    padding: 19px;
    background: #F5F8FA;
}

@media (max-width: 767px) {
    .shareholders-digital__wrapper {
        margin-left: 30px;
        padding-top: 40px;
    }

    .shareholders-power__elem {
        max-width: 45%;
    }

    .shareholders-power__elem:nth-child(3n-2) {
        max-width: 70%;
        margin-bottom: 40px;
    }

    .shareholders-power__wrap {
        margin-bottom: 70px;
    }
}

/*Страница ПАО «МРСК ЦЕНТРА»*/
.connection-detail__elem {
    margin-bottom: 55px;
}

.connection-detail__text {
    margin-bottom: 30px;
}

.connection-map {
    width: 880px;
}

.connection-map__elem {
    width: 100%;
    height: 390px;
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .connection-map {
        width: 100%;
    }

}

@media (max-width: 1100px) {
    .connection-map__elem {
        width: 103%;
        margin-left: -1.5%;
    }
}

@media (max-width: 600px) {
    body.fixmenu .connection-detail .aside_fixed {
        padding-top: 15px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }

    .connection-detail .aside__menu {
        padding: 0 0 5px 0;
        margin-bottom: 15px;
    }

    .connection-detail .aside__menu .href {
        width: 100%;
        border: 1px solid #E2E2E2;
        text-align: center;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .shareholders-power__text {
        font-size: 24px;
    }
}


/*Страница Филиалы и дочерние зависимые общества*/
.maps__balloon {
    max-width: 80vw;
    font-family: 'Roboto', sans-serif;
}

.maps__elem {
    margin-top: 10px;
}

.maps__title {
    margin-bottom: 5px;
    font-width: 500 !important;
}

.maps__link:hover {
    text-decoration: underline;
}

.filials .news_info-main {
    max-width: 880px;
}

.filials__map {
    width: 100%;
    height: 515px;
}

.filials__subtitle {
    margin-bottom: 40px;
}

.filials-tabs {
    margin-top: 15px;
}

.filials-tabs__header {
    overflow: hidden;

}

.filials-tabs__date {
    display: inline-block;

    width: 75px;
    margin-right: 22.5px;
    cursor: pointer;
}

.filials-tabs__nav {
    display: flex;
}

.filials-tabs__container {
    min-width: 100%;
    border-bottom: 1px solid #E4E2E2;
    padding-bottom: 10px;
    height: auto;

    max-width: none;
    width: auto;
    transition: margin-left .3s;
}

.filials-tabs__nav {
    float: right;
    margin-top: 10px;
}

.filials-tabs__nav-left, .filials-tabs__nav-right {
    background: url("../img/filarrow.svg") center no-repeat;
    background-size: 8px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.filials-tabs__nav-right {
    transform: rotate(180deg);
    margin-left: 5px;
}

.filials-tabs__content_active {
    display: flex !important;
}

.filials-tabs__content {
    display: none;
    margin-top: 50px;
}

.filials-tabs__date_active {
    font-weight: 500;
    position: relative;
    z-index: 5;
}

.filials-tabs__date_active::before {
    content: '';
    position: absolute;
    background: #536B96;
    width: 100%;
    height: 3px;
    bottom: -11px;
}

.filials__elem {
    margin-top: 70px;
}

.filials .new-table {
    font-size: 16px;
}

.filials .new-table tbody tr:not(:last-child) {
    border-bottom: 3px solid white;
}

.table-scroll-right {
    background: #EDF0F2;
    min-width: 16px;
    border: 1px solid #B3C4CD;
    right: -1px;
    position: sticky;
    display: none;
}

.table-scroll-right::before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-left: 6px solid #B3C4CD;
    top: calc(50% - 8px);
    left: calc(50% - 2px);
}

.new-table__wrapper {
    position: relative;
    overflow: hidden;
}

@media (max-width: 600px) {
    .filials-tabs__header {
        width: 103.3119%;
    }

    .filials .new-table {
        min-width: 700px;
    }

    .table-scroll-right {
        display: block;
    }

    .new-table__wrapper {
        overflow: auto;
        width: 103.3119%;
    }

    .new-table__wrapper::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .filials .new-table {
        display: flex;
    }

    .filials .new-table td {
        display: flex;
        align-items: center;
        padding: 0 17px;
        height: 75px;
    }

    .filials .new-table tr {
        display: flex;
        flex-flow: column;
        border-bottom: 0 !important;
        border-right: 4px solid white;

    }

    .filials .new-table tbody {
        display: flex;
        width: 75% !important;
    }

    .filials .new-table tbody tr {
        width: calc(100% / 3);
    }

    .filials .new-table td {
        text-align: left;
    }

    .filials .new-table thead {
        width: 25% !important;
    }

    .filials .new-table thead, .filials .new-table tbody {
        width: auto;
    }

}

/*Страница Вакансии и Детальная страница Вакансий*/
.vacancies .news_info-main {
    max-width: 880px;
}

.vacancies__elem {
    width: 100%;
    padding: 32px 35px 20px 47px;
    border: 1px solid #DAE0EA;
    margin-bottom: 18px;
}

.vacancies__title {
    margin-bottom: 15px;
}

.vacancies__wrap {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.vacancies__text_gray {
    color: #868C92;
}

.vacancies__btn {
    background: #FFFFFF;
    border: 1px solid #325491;
    border-radius: 100px;
    padding: 14px 53px;
    display: block;
    margin-left: 8px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;

    color: #325491;
    transition: color .3s linear, background .3s linear;
}

.vacancies__btn:hover {
    background: #EEF3F7;
    border-color: #3D67B1;
}

.vacancies__right {
    display: flex;
    align-items: flex-start;
}

.vacancies-detail {
    margin-top: 40px;
}

.vacancies-detail__list {
    display: block;
    margin-top: 20px;
    padding-left: 10px;
}

.vacancies-detail__list li {
    margin-bottom: 10px;
    display: list-item;
    padding-left: 5px;
}

.vacancies-detail__list li::marker {
    content: '—';
    display: block;
    margin-right: 50px;
    padding-right: 10px;
}

.vacancies-detail__btn {
    width: auto;
    display: inline-block;
    padding: 19px 84px;
}

@media (max-width: 1200px) {
    .vacancies .news_info-main {
        max-width: 780px;
    }
}

@media (max-width: 1100px) {
    .vacancies .news_info-main {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .vacancies__elem {
        padding: 40px 10px 40px 20px;
    }

    .vacancies__wrap {
        flex-flow: column;
    }

    .vacancies__btn {
        padding: 14px 38px;
    }

    .vacancies__btn:first-child {
        margin-left: 0;
    }

    .vacancies__right {
        margin-top: 40px;
    }

    .vacancies-detail {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .vacancies__filter {
        display: block !important;
        padding: 40px 20px;
    }

}

@media (max-width: 420px) {
    .vacancies__right {
        flex-flow: column;
    }

    .vacancies__btn {
        margin: 10px 0 0 0;
        width: 100%;
    }
}

/*Страница Услуги: Передача электрической энергии*/
.transfer {
    margin-bottom: 100px !important;
}

.transfer__wrapper {
    max-width: 780px;
}

.transfer__text {
    font-size: 14px;
    line-height: 22px;
}

.video-player {
    position: relative;
    width: 780px;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 4px;
    height: 330px;
    overflow: hidden;
    max-width: max-content;
}

.video-player::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .4;
    transition: opacity .5s;
}

.video-player .video-player__play-btn {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(18px);
    border-radius: 100%;
}

.video-player .video-player__play-btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 2px;
    border-top: 19px solid transparent;
    border-left: 28px solid #FFFFFF;
    border-bottom: 19px solid transparent;
    top: calc(50% - 19px);
    left: calc(50% - 10px);
}

.video-player:hover.video-player::before {
    opacity: .15;
}

.video-player__play-btn {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background: rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(18px);
    border-radius: 100%;
}

.video-player__play-btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 2px;
    border-top: 19px solid transparent;
    border-left: 28px solid #FFFFFF;
    border-bottom: 19px solid transparent;
    top: calc(50% - 19px);
    left: calc(50% - 10px);
}

.transfer__elem {
    margin-top: 100px;
}

.transfer__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
}

.transfer__elem_big {
    width: 880px !important;
}

.transfer .transfer__filter {
    padding: 30px 0 30px 25px;
    margin-top: 30px;
    align-items: center;
}

.transfer .transfer__filter button {
    margin-bottom: 0;
}

.transfer__filter.news_filter2 .jq-selectbox {
    height: 40px;
}

.transfer__filter .news_filt {
    margin-right: 32px;
}

.transfer__filter.news_filter2 .jq-selectbox__select {
    line-height: 32px;
    color: #595959;
}

.transfer__filter .submit_filter {
    height: 40px;
}

.transfer__chart {
    margin-top: 60px;
    position: relative;
}

.chart-info__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #000000;
}

.chart-info__title {
    font-weight: 500;
    font-size: 55px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #F77D4F;
    margin-bottom: 35px;

}

.chart-pie {
    width: 320px;
    margin-left: -20px;
}

.chart-info_disabled {
    opacity: 0;
    visibility: hidden;
    top: 0;
}

.chart-info {
    position: absolute;
    top: 30%;
    left: 50%;
    transition: .3s;
}

@media (max-width: 1250px) {
    .transfer__elem_big {
        width: 100% !important;
    }
}

@media (max-width: 1100px) {
    .transfer__wrapper {
        max-width: 100%;
    }

    .chart-pie {
        margin-left: 60px;
    }
}

@media screen and (max-width: 940px) {
    .video-player {
        max-width: 100%;
        overflow: hidden;
    }

    .video-player img {
        max-height: 100%;
    }
}

@media (max-width: 900px) {
    .chart-info {
        top: 25%;
        left: 60%;
    }
    .transfer{
        margin-bottom: 0 !important;
    }
}

@media (max-width: 680px) {
    .transfer .transfer__filter {
        padding: 40px 0 50px 28px;
    }

    .transfer .transfer__filter .news_filt {
        max-width: calc(100% - 28px) !important;
    }

    .transfer__filter .submit_filter {
        max-width: calc(100% - 28px);
        height: 50px;
        margin: 0;
    }
    .transfer__chart {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .chart-pie {
        margin-left: 0;
    }

    .chart-info {
        position: static;
        margin-top: 60px;
        display: flex;
        align-items: center;
    }

    .chart-info__title {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media (max-width: 600px) {
    .video-player {
        height: 261px;
    }

    .video-player__play-btn {
        width: 60px;
        height: 60px;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
    }

    .video-player__play-btn::before {
        border-top: 11px solid transparent;
        border-left: 15px solid #FFFFFF;
        border-bottom: 11px solid transparent;
        top: calc(50% - 11px);
        left: calc(50% - 5px);
    }

    .video-player img {
        float: right;
    }

    .transfer__elem {
        margin-top: 45px;
    }



}

@media (max-width: 424px) {
    .chart-info {
        display: block;
    }

    .chart-info__title {
        margin-bottom: 30px;
        margin-right: 0;
    }
}

/*Страница Инвесторам*/
.investors {
    margin-bottom: 110px !important;
}

.investors__wrapper {
    max-width: 780px;
}

.investors__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;

}

.investors__links {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.investors__link {
    display: block;
    position: relative;
    padding: 27px 20px 27px 71px;
    width: calc(50% - 10px);
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    background-color: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    color: #325491;
    transition: background-color .3s;
}

.investors__link::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 34px;
    top: calc(50% - 17px);
    left: 24px;
    background-repeat: no-repeat !important;
}

.investors__link-magnifier::before {
    background: url("../img/analysis.png");
}

.investors__link-megaphone::before {
    background: url("../img/megaphone.png");
}

.investors__link-presentation::before {
    background: url("../img/presentation.png");
}

.investors__link-conference::before {
    background: url("../img/conference.png");
}

.investors__link-analysts::before {
    background: url("../img/analysts.png");
}

.investors__link::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #325491;
    border-left: 0;
    border-bottom: 0;
    margin-left: 10px;
    transform: rotate(45deg);
}

.investors__link:hover {
    background-color: rgba(218, 238, 255, 0.4);
}

.aside_not-fixed aside {
    top: 0 !important;
}

.investors__news {
    margin-top: 65px;
    width: 880px;
}

.investors__news .news__wrapper {
    display: flex;
}

.investors__news .data {
    margin-right: 0;
}

.investors__news .news_post-content a {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.investors__news .news_post .news_post-content a:hover {
    text-decoration: underline;
}

.investors__news .news_post:nth-child(3n - 1), .investors__news .news_post:nth-child(3n - 2) {
    margin-right: 19px;
}

.investors__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 32px;
}

.investors__date {
    margin-top: 105px;
    width: 1180px;
}

.investors__date .date__info-wrapper {
    display: flex;
}

.investors__date .date__info-elem {
    margin-right: 60px;
    position: relative;
    padding-left: 22px;
    font-size: 12px;
    line-height: 14px;
    color: #505364;
}

.investors__date .date__info-elem::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    left: 0;
}

.investors__date .date__info-elem_green::before {
    background: #00A84E;
}

.investors__date .date__info-elem_orange::before {
    background: #F4AC49;
}

.investors__date .date__info-elem_red::before {
    background: #DB4655;
}

.investors__date .date__content {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.investors__links&gt;div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.investors__date .calendar__title {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
    display: block;
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
}

.investors__date .date__calendar {
    padding: 0 12px 17px 12px;
    width: 276px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    margin-top: 25px;
    margin-bottom: 30px;
}

.investors__date .date__calendar:not(:nth-child(4n)) {
    margin-right: 24px;
}

.investors__date .calendar__content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 7px;
}

.investors__date .calendar__day {
    width: 36px;
    height: 30px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #F2F2F2;
}

.investors__date .calendar__day_disabled {
    color: #BFBFBF;
}

.investors__date .calendar__day_green {
    background: #00A84E;
}

.investors__date .calendar__day_orange {
    background: #F4AC49;
}

.investors__date .calendar__day_red {
    background: #DB4655;
}

@media screen and (max-width: 1250px) {
    .investors__date {
        width: 1100px;
    }

    .investors__date .date__calendar:nth-child(3n) {
        margin-right: 0;
    }

    .investors__date .date__calendar:not(:nth-child(3n)) {
        margin-right: 18px;
    }
}

@media screen and (max-width: 1100px) {
    .investors__wrapper {
        max-width: 100%;
    }

    .investors__news {
        width: 100%;
    }

    .investors__date {
        width: 100%;
    }


}

@media screen and (max-width: 900px) {
    .investors__date .date__calendar {
        margin-right: 24px !important;
        margin-top: 10px;
    }

    .investors__date .date__scroll {
        overflow: auto;
    }

    .investors__date .date__content {
        flex-wrap: nowrap;
        overflow: auto;
        min-width: max-content;
        padding-left: 10px;
    }

    .investors__date .date__info-wrapper {
        flex-wrap: wrap;
    }

    .investors__date .date__info-elem {
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .investors__news .news__wrapper {
        flex-wrap: wrap;
    }

    .investors__news .news_post {
        margin-right: 0 !important;
        margin-bottom: 30px;
        width: calc(50% - 10px);
    }

    .investors__news .news_post:nth-child(2n - 1) {
        margin-right: 20px !important;
    }

    .investors__news .contact_link {
        margin-top: 30px !important;
    }

    .fixmenu .investors .aside_fixed {
        margin-top: 0;
        border: 0;
    }

    h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 0.02em;

        color: #000000;
    }
    .investors{
        margin-bottom: 0 !important;
    }

}

@media screen and (max-width: 900px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .investors__date .date__content {
        width: 3610px;
    }

}

@media screen and (max-width: 600px) {
    .investors__link {
        width: 100%;
    }

    .investors__news .news_post:nth-child(2n - 1) {
        margin-right: 0 !important;
    }

    .investors__news .news__wrapper {
        align-items: center;
        justify-content: center;
    }

    .investors__news .news_post {
        width: 100%;
        max-width: 375px;
        margin-bottom: 18px;
        margin-top: 0;
    }

    .investors__news .contact_link {
        margin-top: 0 !important;
    }

    .investors__date .date__info-elem {
        width: 100%;
        margin-bottom: 8px;
    }
}

/*Страница "Система обслуживания потребителей услуг"*/
.customer-service {
    margin-bottom: 140px !important;
}

.customer-service__wrapper {
    max-width: 780px;
}

.customer-service__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}

.customer-service__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 70px;
}

.customer-service__links .customer-service__item-link {
    width: calc(50% - 9px);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 18px;
    max-width: 380px;
}

.customer-service__links .item-link__top {
    height: 90px;
    overflow: hidden;
}

.customer-service__links .item-link__top img {
    max-width: 100%;
}

.customer-service__links .item-link__bottom {
    display: flex;
    align-items: center;
    padding-left: 28px;
    padding-right: 70px;
    height: 90px;
    background: #FFFFFF;
    margin-left: 1px;
    width: calc(100% - 2px);
    border: 1px solid #EEEEEE;
    position: relative;
    border-radius: 0px 0px 8px 8px;
}

.customer-service__links .item-link__bottom img {
    margin-right: 33px;
}

.customer-service__links .item-link__title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #2A2D39;
    position: relative;
}

.customer-service__links .customer-service__item-link:hover .picture-link__arrow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.customer-service__links .picture-link__arrow {
    right: 30px;
    left: auto;
}

@media screen and (max-width: 1100px) {
    .customer-service {
        margin-bottom: 50px !important;
    }

    .customer-service__wrapper {
        max-width: 100%;
    }

    .customer-service__links {
        justify-content: center;
    }

    .fixmenu .customer-service .aside_fixed {
        margin-top: 0;
        border: 0;
    }

    .customer-service__links .customer-service__item-link:nth-child(2n - 1) {
        margin-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .customer-service__links {
        justify-content: center;
        margin-top: 25px;
    }

    .customer-service__links .customer-service__item-link {
        width: 100%;
        margin-right: 0 !important;
    }

}

/*Страница "Карта расположения электрозаправок"*/
.electric-stations {
    margin-bottom: 150px !important;
}

.electric-stations__wrapper {
    max-width: 880px;
}

.electric-stations__subtitle {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-top: 47px;
    margin-bottom: 30px;
}

.electric-stations .news_filt {
    max-width: 256px;
    margin-right: 32px;
}

.electric-stations .news_filter2 .jq-selectbox {
    max-width: 100%;
}

.electric-stations_filter.news_filter2 .jq-selectbox__select {
    line-height: 32px;
    color: #595959;
}

.electric-stations_filter.news_filter2 .jq-selectbox {
    height: 40px;
}

.electric-stations .news_filter2 {
    padding: 30px 25px;
}

.electric-stations__map {
    width: 100%;
    height: 420px;
    margin-bottom: 64px;
}

.electric-stations__address {
    margin-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
    max-width: 780px;
}

.electric-stations__address .address__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
}

.electric-stations__address .address__text {
    font-size: 14px;
    line-height: 22px;
    color: #1F2429;
}

.electric-stations__address .address__text .bold {
    font-weight: 500;
}

.electric-stations .news_filter2 button {
    height: 40px;
}

.news_info-aside__btn {
    display: block;
    background: #325491;
    border-radius: 100px;
    width: 100%;
    padding: 18px 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    transition: background .2s linear;
    margin-bottom: 20px;
}

.news_info-aside__btn:hover {
    background: #3D67B1;
}

@media screen and (max-width: 1250px) {
    .electric-stations__wrapper {
        max-width: 780px;
    }
}

@media screen and (max-width: 1100px) {
    .electric-stations__wrapper {
        max-width: 100%;
    }

    .electric-stations__address {
        max-width: 100%;
    }

    .electric-stations__address:last-child {
        margin-bottom: 0;
        border: 0;
    }

    .fixmenu .electric-stations .aside_fixed {
        margin-top: 20px;
    }

    .electric-stations {
        margin-bottom: 0 !important;
    }

}

@media screen and (max-width: 680px) {
    .electric-stations .news_filt {
        max-width: 100%;
    }

    .electric-stations .news_filter2 button {
        max-width: 100%;
    }
}

/*Страница "Корпоративное управление"*/
.corporate {
    margin-bottom: 210px !important;
}

.corporate__wrapper {
    max-width: 880px;
}

.corporate__content {
    margin-top: 55px;
}

.corporate__title {
    width: 100%;
    border-radius: 0px 10px 10px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding: 17px 0 17px 56px;
}

.corporate__triangle {
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;

}

.corporate__content_top .corporate__title {
    max-width: 350px;
    width: 100%;
    color: #325491;
    background: #EFF3F5;
    position: relative;
    margin-bottom: 18px;
    text-align: center;
    padding-left: 0;
}

.corporate__content_top .corporate__title .corporate__triangle {
    position: absolute;
    border-top: 16px solid #EAF2F6;
    bottom: -16px;
    left: calc(50% - 17px);
}

.corporate__content_middle .corporate__title {
    background: #155794;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 28px;
}

.corporate__content_middle .corporate__triangle-wrapper {
    position: absolute;
    bottom: -16px;
    display: flex;
    padding: 0 80px 0 70px;
    justify-content: space-between;
    left: 0;
    width: 100%;
}

.corporate__content_middle .corporate__triangle {
    border-top: 16px solid #155794;
}

.corporate__content_middle {
    background: #EFF3F5;
    border-radius: 0px 10px 10px 10px;
}

.corporate__content_middle .corporate__body {
    display: flex;
    padding: 0 6px 28px;
}

.corporate__content_middle .corporate__item {
    background: #F5F8FA;
    border: 1px solid #D2D6DE;
    box-sizing: border-box;
    border-radius: 0px 10px 10px 10px;
    min-height: 210px;
    padding: 16px 6px 0;
    width: calc(20% - 6px - 6px / 5);
    position: relative;
}

.corporate__content_middle .corporate__item .corporate__triangle {
    position: absolute;
    top: -29px;
    left: calc(50% - 17px);
    border-top: 16px solid #155794;
}

.corporate__content_middle .corporate__item:not(:last-child) {
    margin-right: 6px;
}

.corporate__text {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #325491;
    margin-bottom: 15px;
}

.corporate__list {
    display: block;
}

.corporate__list li:not(:last-child) {
    margin-bottom: 10px;
}

.corporate__list li {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #404348;
    display: inline-block;
    margin-bottom: 10px;
}

.corporate__list li::before {
    content: '-';
    display: inline;
    margin-right: 5px;
}

.corporate__content_bottom {
    position: relative;
}

.corporate__content_bottom .corporate__triangle-wrapper {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.corporate__content_bottom .corporate__triangle {
    border-top: 16px solid #EAF2F6;
}

.corporate__content_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 22px;
}

.corporate__content_bottom .corporate__elem {
    background: #536B96;
    border-radius: 0px 10px 10px 10px;
    padding: 16px 24px 16px 34px;
    width: calc(50% - 20px);
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.corporate__content_bottom .corporate__elem .bold {
    font-weight: 500;
    font-size: 16px;
}

.corporate__file {
    padding: 15px 37px;
    width: 100%;
    background: #155794;
    margin-top: 65px;
}

.corporate__file .file {
    margin-bottom: 0;
}

.corporate__file .txtfile {
    padding-top: 10px;
}

.corporate__file .txtfile a {
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.corporate__file .format {
    padding-top: 0;
    font-weight: 300;
    font-size: 10px;
    line-height: 22px;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media screen and (max-width: 1250px) {
    .corporate__wrapper {
        max-width: 780px;
    }
}

@media screen and (max-width: 1100px) {
    .corporate__wrapper {
        max-width: 100%;
    }

    .fixmenu .corporate .aside_fixed {
        border: 0;
    }

    .corporate {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 810px) {
    .corporate__content_middle {
        display: flex;
    }

    .corporate__content_middle .corporate__title {
        width: auto;
        padding: 0 15px;
        writing-mode: tb-rl;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-bottom: 0;
        transform: rotate(180deg);
        border-radius: 10px 10px 10px 0;
    }

    .corporate__content_middle .corporate__body {
        flex-flow: column;
        padding: 12px 12px 24px 20px;
    }

    .corporate__content_middle .corporate__item {
        width: 100%;
        min-height: auto;
    }

    .corporate__content_middle .corporate__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .corporate__content_middle .corporate__item .corporate__triangle {
        left: -30px;
        top: calc(50% - 8px);
        transform: rotate(270deg);
    }

    .corporate__content_bottom .corporate__elem {
        width: calc(50% - 3px);
        padding: 10px 5px 16px 15px;
    }

    .corporate__file .txtfile a {
        line-height: 22px;
    }

    .corporate__file .txtfile {
        padding-top: 0;
    }

    .fixmenu .corporate .aside_fixed {
        margin-top: 0;
    }

    .corporate__file {
        margin-top: 40px;
    }

    .corporate__content_top .corporate__title .corporate__triangle {
        left: 10px;
    }
}

@media screen and (max-width: 810px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .corporate__content_middle .corporate__title {
        width: auto !important;
        padding: 0 15px 0 40px !important;
    }

    .corporate__content_middle .corporate__item {
        width: 80vw !important;
    }
}
@media screen and (max-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .corporate__content_middle .corporate__item {
        width: 60vw !important;
    }
    .corporate__file .file{
        display: block !important;
    }
}

/*Страница "Карьера"*/
.career {
    margin-bottom: 160px !important;
}

.career__top {
    width: 100%;
    height: 330px;
    background: url("../img/career.jpg") no-repeat;
    padding: 120px 100px 60px;
    color: #FFFFFF;
    margin-bottom: 70px;
}

.career__top h1 {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 30px;
}

.career__top-text {
    max-width: 620px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.career_wrapper {
    max-width: 880px;
}

.career__codex {
    margin-bottom: 80px;
    max-width: 780px;
}

.career__subtitle {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 25px;
}

.career__codex .codex__elem {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #E2E2E2;
}

.career__codex .codex__img {
    margin-right: 40px;
}

.career__codex .codex__text {
    font-size: 18px;
    line-height: 22px;
    color: #1F2429;
}

.career__text {
    font-size: 14px;
    line-height: 22px;
    color: #1F2429;
}

.career-vacancies__content {
    margin-top: 45px;
}

.career-vacancies__elem {
    border-bottom: 1px solid #E2E2E2;
    padding: 15px 0;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.career-vacancies__published {
    font-size: 14px;
    line-height: 22px;
    color: #676767;
    margin-bottom: 5px;
}

.career-vacancies__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
}

.career__btn_white {
    background: #FFFFFF;
    border: 1px solid #325491;
    box-sizing: border-box;
    border-radius: 100px;
    display: inline-block;
    transition: color .2s linear, background .2s linear;
    font-size: 13px;
    line-height: 15px;
    text-align: center;

    color: #325491;

}

.career__btn_white:hover {
    background: #EEF3F7;
    border-color: #3D67B1;
}

.career-vacancies__right {
    padding: 8px 25px;
}

.career__btn_big {
    width: max-content;
    padding: 13px 35px;
    margin-top: 50px;
    display: inline-block;
}

.career__btn_bigger {
    padding: 18px 35px;
}

.career__events {
    margin-top: 125px;
}

.career__events .events__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.career__events .events__elem {
    max-width: 275px;
    display: flex;
    flex-flow: column;
    transition: all .2s linear;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}

.career__events .events__elem:hover {
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.09);
}

.career__events .career__subtitle {
    margin-bottom: 45px;
}

.career__events .events__elem:not(:nth-child(3n)) {
    margin-right: 25px;
}

.career__events .events__img {
    max-width: calc(100% + 2px);
    margin-left: -1px;
}

.career__events .events__top {
    display: flex;
    align-items: flex-start;
}

.career__events .events__bottom {
    border-top: 0;
    width: 100%;
    padding: 10px 25px;
}

.career__events .events__date {
    font-size: 12px;
    line-height: 21px;
    color: #676767;
    margin-bottom: 5px;
}

.career__events .events__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #000000;
}

.career__events .events__title:hover {
    text-decoration: underline;
}
.career__events .events__elem {
    width: calc(100% / 3 - 50px / 3);
}

.career__projects {
    margin-top: 110px;
}

.career__projects .projects__wrapper {
    display: flex;
    margin-top: 50px;
}

.career__projects .news_post {
    border: 1px solid #EEEEEE;
    max-width: 285px;
}

.career__projects .news_post:not(:nth-child(3n)) {
    margin-right: 19px;
    max-width: 282px;
    width: 100%;
}

.career__projects .data {
    margin-right: 0;
}

.career__projects .news_post-img {
    width: calc(100% + 2px);
    margin-left: -1px;
}

.career__projects .news_post-content {
    border: 0;
}

.career__projects .news_post-content a {
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.career__projects .news_post-text {
    margin-top: 10px;
}

.career__projects img {
    max-width: 100%;
}

.career__form {
    margin-top: 100px;
    max-width: 780px;
}

.career__form .former {
    display: flex;
}

.career__form .areas {
    width: 100%;
    max-width: 828px;
}

.career__form .former textarea {
    height: 100px;
    border: 1px solid #d9d9d9;
    width: 100%;
    resize: vertical;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}

.career__form .former textarea::placeholder {
    color: #BFBFBF;
}

.career__form .form_description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 10px;
}

.career__form .file_text.active {
    position: relative;
}

.career__form .file_text.active::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../img/upload.svg") center no-repeat;
    left: 10px;
    top: calc(50% - 6px);
}

.career__form .form_policy {
    max-width: 100%;
    margin-top: 65px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2 !important;
    margin-bottom: 30px;
}

.career__form .form_policy label {
    text-transform: unset !important;
}
@media screen and (max-width: 1250px) {
    .career_wrapper, .career__codex, .career__form {
        max-width: 780px;
    }
}
@media screen and (max-width: 1100px) {
    .career_wrapper, .career__codex, .career__form {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .career__top {
        background-position-x: 25%;
        background-size: cover;
        height: 305px;
        padding: 80px 35px 0;
        margin-bottom: 0;
    }

    .career__top h1 {
        margin-top: 0;
    }

    .career__codex .career__subtitle {
        display: none;
    }

    .career {
        margin-bottom: 0 !important;
    }

}

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

    .career__projects .projects__wrapper {
        flex-wrap: wrap;
    }

    .career__projects .news_post {
        margin-right: 0 !important;
        max-width: calc(50% - 10px) !important;
        margin-top: 0;
    }

    .career__projects .news_post:not(:nth-child(2n)) {
        margin-right: 20px !important;
    }

    .career__projects .career__btn_bigger {
        margin-top: 40px;
    }

    .career__form {
        margin-top: 55px;
    }
}

@media screen and (max-width: 767px) {
    .career__top h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .career__top .career__top-text {
        font-size: 14px;
        line-height: 16px;
        max-width: 260px;
    }

    .career__codex .codex__text {
        font-size: 14px;
        line-height: 22px;
    }

    .career-vacancies__elem {
        display: block;
    }

    .career-vacancies__right {
        margin-top: 15px;
        width: max-content;
    }

    .career__events .events__wrapper {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .career__events .events__elem {
        margin-right: 0 !important;
        width: 100% !important;
        margin-bottom: 37px;
    }


    .career__vacancies .career-vacancies__content {
        width: 100%;
    }

    .career__btn_big{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .career__projects .projects__wrapper {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .career__projects .news_post:not(:nth-child(2n)) {
        margin-right: 0 !important;
    }

    .career__projects .news_post {
        margin-bottom: 18px;
        max-width: 375px !important;
    }

    .career__form .former {
        flex-flow: column;
    }
    .career__form .form_name{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .career__form .form_policy{
        margin-top: 20px;
    }
    .career__form .form_policy label{
        font-size: 12px;
        line-height: 16px;
    }
    .career__form .form_file-input{
        flex-flow: column;
        align-items: flex-start;
    }
    .career__form .file_nochoose{
        margin-top: 30px;
        margin-left: 0;
    }
    .career__form .file_text{
        padding: 5px 0 4px 0;

    }
    .career__form .file_text.active{
        padding: 5px 0 4px 28px;
    }
    .career__btn_bigger{
        padding: 18px 18px;
    }
    .career__events{
        margin-top: 90px;
    }
    .career__projects{
        margin-top: 55px;
    }
}

@media screen and (max-width: 425px) {
    .career__top {
        background-position-x: 0;
        background-size: cover;
        height: 375px;
        background: url("../img/careermobile.jpg") center no-repeat;
        padding: 100px 17px 0;
        margin-bottom: 0;
    }

}
/*Страница "Владельцам электромобилей"*/
@charset "UTF-8";
.electric-car {
    margin-bottom: 120px !important;
}

.electric-car__wrapper {
    max-width: 880px;
    margin-top: 45px;
}

.electric-car__img-title {
    margin-bottom: 45px;
}

.electric-car__img-title_mobile {
    display: none;
}

.electric-car__text {
    font-size: 14px;
    line-height: 22px;
    color: #1F2429;
}

.electric-car__elem {
    margin-top: 70px;
}

.electric-car__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 35px;
}

.electric-car__advantage .advantage__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.electric-car__advantage .advantage__element {
    width: calc(50% - 12.5px);
    margin-bottom: 22px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px 22px 30px 22px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    color: #1F2429;
}

.electric-car__advantage .advantage__element img {
    margin-right: 25px;
}

.electric-car__projects {
    padding: 46px 40px;
    background: #F5F8FA;
}

.electric-car__infrastructure .infrastructure__list {
    display: block;
    margin-top: 25px;
}
.electric-car__infrastructure .infrastructure__list li {
    display: block;
    padding-left: 25px;
    list-style: circle;
    position: relative;
}
.electric-car__infrastructure .infrastructure__list li:not(:last-child) {
    margin-bottom: 30px;
}
.electric-car__infrastructure .infrastructure__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #00A84E;
    border-bottom: 6px solid transparent;
}
.electric-car__infrastructure .infrastructure__table {
    display: flex;
    justify-content: space-between;
}
.electric-car__infrastructure .infrastructure__left {
    width: 530px;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    position: relative;
}
.electric-car__infrastructure .infrastructure__left .electric-car__title {
    width: 100%;
}
.electric-car__infrastructure .infrastructure__left .infrastructure__block {
    padding: 50px 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.electric-car__infrastructure .infrastructure__left .infrastructure__text {
    margin-left: 50px;
    position: relative;
}
.electric-car__infrastructure .infrastructure__left .infrastructure__text-people::before {
    content: "";
    left: -50px;
}
.electric-car__infrastructure .infrastructure__left .infrastructure__text-rub::before {
    content: "₽";
    left: -50px;
}
.electric-car__infrastructure .infrastructure__right {
    width: 330px;
    padding: 37px 7px 37px 34px;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car {
    display: flex;
    align-items: flex-start;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car-left {
    position: relative;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car-right {
    margin-left: 60px;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car-right .infrastructure__text {
    margin-bottom: 10px;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car .infrastructure__value {
    width: 31px;
    height: 31px;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car .infrastructure__value::before {
    max-width: 34px;
    right: -40px !important;
    bottom: -12px !important;
}
.electric-car__infrastructure .infrastructure__right .infrastructure__car .infrastructure__plus {
    left: 25px;
    bottom: -30px;
    font-size: 17px;
    line-height: 22px;
}
.electric-car__infrastructure .infrastructure__block {
    background: #F5F8FA;
    border-radius: 20px;
}
.electric-car__infrastructure .infrastructure__text {
    font-size: 14px;
    line-height: 22px;
    color: #1F2429;
}
.electric-car__infrastructure .infrastructure__people, .electric-car__infrastructure .infrastructure__left .infrastructure__text-people::before {
    position: absolute;
    background: url("../img/people.svg") no-repeat center #325491;
    width: 29px;
    height: 29px;
    border-radius: 100%;
}
.electric-car__infrastructure .infrastructure__annotation {
    position: absolute;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #145B97;
    max-width: 225px;
    top: 0;
}
.electric-car__infrastructure .infrastructure__rub, .electric-car__infrastructure .infrastructure__left .infrastructure__text-rub::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    background: #325491;
    width: 29px;
    height: 29px;
    border-radius: 100%;
}
.electric-car__infrastructure .infrastructure__plus {
    position: absolute;
    left: 35px;
    font-weight: 900;
    font-size: 22px;
    line-height: 22px;
    color: #00A84E;
}
.electric-car__infrastructure .infrastructure__map {
    position: relative;
    margin-top: 50px;
    margin-bottom: 70px;
    max-width: 880px;
    height: 680px;
    background: url("../img/infrastructure.png") no-repeat;
    background-size: contain;
}
.electric-car__infrastructure .infrastructure__header {
    display: flex;
    position: absolute;
    top: 70px;
}
.electric-car__infrastructure .infrastructure__elem {
    position: absolute;
}
.electric-car__infrastructure .infrastructure__elem .infrastructure__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #145B97;
    margin: 10px 0;
}
.electric-car__infrastructure .infrastructure__elem-omsk {
    top: 260px;
    left: 0px;
}
.electric-car__infrastructure .infrastructure__elem-omsk .infrastructure__car_green {
    margin-left: 50px;
}
.electric-car__infrastructure .infrastructure__elem-kemerov {
    top: 270px;
    left: 230px;
}
.electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__car_blue .infrastructure__value {
    margin: 0 auto;
}
.electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__people {
    top: -30px;
    right: 30px;
}
.electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__rub {
    top: -30px;
    left: 20px;
}
.electric-car__infrastructure .infrastructure__elem-krasnoyarsk {
    top: 240px;
    left: 390px;
}
.electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_blue {
    position: relative;
}
.electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_blue .infrastructure__value {
    margin-left: 35px;
}
.electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_green .infrastructure__value {
    margin-left: 35px;
}
.electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__people {
    bottom: 0;
    left: 85px;
}
.electric-car__infrastructure .infrastructure__elem-buryatiya {
    top: 430px;
    right: 180px;
}
.electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__car_blue {
    position: relative;
}
.electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__car_blue .infrastructure__value {
    margin-left: 20px;
}
.electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__people {
    bottom: 10px;
    right: -20px;
}
.electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__rub {
    top: -35px;
    left: 55%;
}
.electric-car__infrastructure .infrastructure__elem-altay {
    top: 420px;
    left: 60px;
}
.electric-car__infrastructure .infrastructure__elem-hakasiya {
    top: 450px;
    left: 300px;
}
.electric-car__infrastructure .infrastructure__elem-hakasiya .infrastructure__car_blue .infrastructure__value {
    margin-left: 20px;
}
.electric-car__infrastructure .infrastructure__elem-zabaykalsk {
    bottom: 30px;
    right: 50px;
}
.electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_blue {
    position: relative;
}
.electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_blue .infrastructure__value {
    margin-left: 130px;
}
.electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__people {
    bottom: 10px;
    right: -5px;
}
.electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_green .infrastructure__value {
    margin-left: 80px;
}
.electric-car__infrastructure .infrastructure__elem-altay-resp {
    top: 520px;
    left: 140px;
}
.electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_blue {
    position: relative;
}
.electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_blue .infrastructure__value {
    margin-left: 70px;
}
.electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__people {
    bottom: 0;
    left: 120px;
}
.electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_green .infrastructure__value {
    margin-left: 60px;
}
.electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__plus {
    left: 95px;
}
.electric-car__infrastructure .infrastructure__elem-tiva {
    top: 540px;
    left: 400px;
}
.electric-car__infrastructure .infrastructure__elem-tiva .infrastructure__car_blue .infrastructure__value {
    margin-left: 5px;
}
.electric-car__infrastructure .infrastructure__value {
    color: #FFFFFF;
}
.electric-car__infrastructure .infrastructure__value::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-size: contain !important;
}
.electric-car__infrastructure .infrastructure__car .infrastructure__value {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #325491;
    box-sizing: border-box;
    border-radius: 100%;
}
.electric-car__infrastructure .infrastructure__car_blue .infrastructure__value {
    border: 2px solid #325491;
    margin-left: 77px;
}
.electric-car__infrastructure .infrastructure__car_blue .infrastructure__value::before {
    background: url("../img/electric-car.svg") no-repeat center;
}
.electric-car__infrastructure .infrastructure__car_green .infrastructure__value {
    border: 2px solid #00A84E;
}
.electric-car__infrastructure .infrastructure__car_green .infrastructure__value::before {
    background: url("../img/charging.svg") no-repeat center;
}
.electric-car__infrastructure .infrastructure__car_small .infrastructure__value {
    width: 41px;
    height: 41px;
    font-size: 20px;
    line-height: 22px;
    position: relative;
}
.electric-car__infrastructure .infrastructure__car_small.infrastructure__car_blue .infrastructure__value::before {
    width: 41px;
    height: 37px;
    left: -41px;
}
.electric-car__infrastructure .infrastructure__car_small.infrastructure__car_green .infrastructure__value::before {
    width: 47px;
    height: 46px;
    right: -55px;
    bottom: -7px;
}
.electric-car__infrastructure .infrastructure__car_big .infrastructure__value {
    height: 79px;
    width: 79px;
    position: relative;
    font-size: 35px;
    line-height: 22px;
}
.electric-car__infrastructure .infrastructure__car_big .infrastructure__value::before {
    width: 77px;
    height: 69px;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue {
    display: flex;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue .infrastructure__value::before {
    left: -74px;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue .infrastructure__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #145B97;
    max-width: 380px;
    margin-left: 20px;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green {
    max-width: 300px;
    width: 300px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.electric-car p.infrastructure__title{
    width: 100%;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__value {
    margin-left: -85px;
    margin-bottom: 20px;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__value::before {
    right: -85px;
}
.electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #00A84E;
}

.electric-car__elem.electric-car__faq {
    margin-top: 150px;
    max-width: 780px;
}
.electric-car__elem.electric-car__faq .electric-car__title {
    margin-bottom: 50px;
}

.electric-car__form {
    margin-top: 100px;
    max-width: 780px;
}

.electric-car__form .former {
    display: flex;
}

.electric-car__form .areas {
    width: 100%;
    max-width: 828px;
}

.electric-car__form .former textarea {
    height: 100px;
    border: 1px solid #d9d9d9;
    width: 100%;
    resize: vertical;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}

.electric-car__form .former textarea::placeholder {
    color: #BFBFBF;
}

.electric-car__form .form_description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 10px;
}

.electric-car__form .file_text.active {
    position: relative;
}

.electric-car__form .file_text.active::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../img/upload.svg") center no-repeat;
    left: 10px;
    top: calc(50% - 6px);
}

.electric-car__form .form_policy {
    max-width: 100%;
    margin-top: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2 !important;
    margin-bottom: 30px;
}

.electric-car__form .form_policy label {
    text-transform: unset !important;
}

.electric-car__faq .accordion-label {
    position: relative;
    padding-right: 24px;
}

.electric-car__faq .accordion-label::after {
    position: absolute;
    right: 0;
    top: calc(50% - 11.5px);
}

.form__btns-wrapper {
    display: flex;
    margin-bottom: 50px;
}
.form__btns-wrapper label {
    display: flex;
    align-items: flex-end;
}
.form__btns-wrapper label:not(:last-child) {
    margin-right: 15px;
}
.form__btns-wrapper label span {
    background: #FFFFFF;
    border: 1px solid #DAD9EE;
    box-sizing: border-box;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 13.5px 27px;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #323437;
    transition: padding 0.3s, margin 0.3s;
    margin-top: 8px;
    cursor: pointer;
}
.form__btns-wrapper label input {
    display: none;
}
.form__btns-wrapper label input:checked + span {
    padding: 17.5px 31px;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width: 1250px) {
    .electric-car__infrastructure .infrastructure__left {
        width: 430px;
    }

    .electric-car__wrapper {
        max-width: 780px;
    }

    .electric-car__img-title {
        max-width: 100%;
    }

    .electric-car__infrastructure .infrastructure__car_small .infrastructure__value {
        height: 35px;
        width: 35px;
    }

    .electric-car__infrastructure .infrastructure__people, .electric-car__infrastructure .infrastructure__left .infrastructure__text-people::before {
        width: 24px;
        height: 24px;
    }

    .electric-car__infrastructure .infrastructure__rub, .electric-car__infrastructure .infrastructure__left .infrastructure__text-rub::before {
        width: 24px;
        height: 24px;
    }

    .electric-car__infrastructure .infrastructure__car_small.infrastructure__car_blue .infrastructure__value::before {
        width: 35px;
        left: -33px;
    }

    .electric-car__infrastructure .infrastructure__car_small.infrastructure__car_green .infrastructure__value::before {
        width: 40px;
        right: -45px;
    }

    .electric-car__infrastructure .infrastructure__plus {
        font-size: 22px;
        line-height: 22px;
    }

    .electric-car__infrastructure .infrastructure__elem .infrastructure__title {
        font-size: 15px;
        line-height: 22px;
        margin: 8px 0;
    }

    .electric-car__infrastructure .infrastructure__car_big .infrastructure__value {
        width: 67px;
        height: 67px;
    }

    .electric-car__infrastructure .infrastructure__car_big .infrastructure__value::before {
        width: 66px;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue .infrastructure__value::before {
        left: -63px;
        bottom: -15px;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__value::before {
        bottom: -10px;
        right: -70px;
    }

    .electric-car__infrastructure .infrastructure__map {
        max-width: 780px !important;
        background-size: 110%;
        background-position-x: 34%;
    }
    .electric-car__infrastructure .infrastructure__header {
        top: 30px;
    }
    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green {
        max-width: 250px;
    }
    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue .infrastructure__title {
        max-width: 320px;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk {
        top: 220px;
        left: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov {
        top: 240px;
        left: 180px;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk {
        top: 200px;
        left: 340px;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya {
        top: 340px;
        right: 130px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay {
        top: 380px;
        left: 40px;
    }
    .electric-car__infrastructure .infrastructure__elem-hakasiya {
        top: 390px;
        left: 270px;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk {
        bottom: 30px;
        right: 60px;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__people {
        right: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp {
        top: 470px;
        left: 120px;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva {
        top: 470px;
        left: 350px;
    }
}
@media screen and (max-width: 1100px) {
    .electric-car__wrapper, .electric-car__elem.electric-car__faq, .electric-car__form {
        max-width: 100%;
        width: 100%;
    }

    .infrastructure__map {
        margin: 0 auto;
    }

    .infrastructure__table .infrastructure__right {
        width: 360px;
        padding-right: 20px;
    }
    .infrastructure__table .infrastructure__left {
        width: calc(100% - 380px);
    }

    .electric-car__infrastructure .infrastructure__annotation {
        position: static;
        margin-bottom: 40px;
    }

    .electric-car {
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 900px) {
    .electric-car__form {
        margin-top: 55px;
    }
}
@media screen and (max-width: 825px) {
    .electric-car__infrastructure .infrastructure__car_big .infrastructure__value {
        width: 47px;
        height: 47px;
        font-size: 19px;
        line-height: 22px;
    }

    .electric-car__infrastructure .infrastructure__car_blue .infrastructure__value {
        margin-left: 45px;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue .infrastructure__value::before {
        left: -43px;
    }

    .electric-car__infrastructure .infrastructure__car_big .infrastructure__value::before {
        width: 45px;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_blue .infrastructure__title {
        font-size: 14px;
        line-height: 18px;
        margin-left: 10px;
        max-width: calc(100% - 100px);
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green {
        display: flex;
        max-width: 100%;
        flex-flow: unset;
        align-items: center;
        margin-top: 40px;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__title {
        font-size: 14px;
        line-height: 17px;
        text-align: left !important;
        max-width: calc(100% - 100px);
        margin-left: 10px;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__value {
        margin-left: 45px;
        margin-bottom: 0;
    }

    .electric-car__infrastructure .infrastructure__car_big.infrastructure__car_green .infrastructure__value::before {
        left: -52px;
        bottom: -10px;
    }

    .electric-car__infrastructure .infrastructure__header {
        position: static;
        display: block;
    }
    .electric-car__infrastructure .infrastructure__body {
        display: flex;
        flex-wrap: wrap;
    }
    .electric-car__infrastructure .infrastructure__map {
        background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 100%), url("../img/infrastructure.png");
        background-size: cover;
        background-position-x: 50%;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0 15px;
        height: 750px;
        overflow: hidden;
    }
    .electric-car__infrastructure .infrastructure__elem {
        height: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk {
        width: calc(50% - 10px);
        left: 5%;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk .infrastructure__car_green {
        position: absolute;
        bottom: 0;
        margin: 0 !important;
        left: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov {
        top: 220px;
        width: calc(50% - 10px);
        left: calc(50% + 20px);
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__title br {
        display: none;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__car_green {
        position: absolute;
        bottom: 0;
        margin: 0 !important;
        left: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__car_blue .infrastructure__rub {
        top: auto;
        bottom: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov .infrastructure__car_blue .infrastructure__people {
        top: auto;
        bottom: -25px;
        right: -10px;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk {
        top: 340px;
        left: 5%;
        width: calc(50% - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_green {
        position: absolute;
        bottom: 0;
        margin: 0 !important;
        left: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_green .infrastructure__value {
        margin-left: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk .infrastructure__car_blue .infrastructure__people {
        right: -10px;
        left: auto;
        bottom: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay {
        top: 340px;
        left: calc(50% + 20px);
        width: calc(50% - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-altay .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-altay .infrastructure__car_green {
        position: absolute;
        bottom: 0;
        margin: 0 !important;
        left: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay .infrastructure__car_green .infrastructure__value {
        margin-left: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-altay .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-altay .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay .infrastructure__car_blue .infrastructure__people {
        right: -10px;
        left: auto;
        bottom: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-hakasiya {
        top: 460px;
        left: 5%;
        width: calc(100%/3 - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-hakasiya .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-hakasiya .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-hakasiya .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya {
        top: 460px;
        right: calc(100%/3 - 10px);
        width: calc(100%/3 - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__car_blue .infrastructure__people {
        right: -10px;
        left: auto;
        bottom: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya .infrastructure__car_blue .infrastructure__rub {
        top: auto;
        bottom: -25px;
        left: auto;
        right: 20px;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva {
        top: 460px;
        right: 0;
        left: auto;
        width: calc(100%/3 - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-tiva .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva .infrastructure__car_blue .infrastructure__people {
        right: -10px;
        left: auto;
        bottom: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva .infrastructure__car_blue .infrastructure__rub {
        top: auto;
        bottom: -25px;
        left: auto;
        right: 20px;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk {
        top: 580px;
        right: 0;
        width: calc(50% - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_green {
        position: absolute;
        bottom: 0;
        margin: 0 !important;
        left: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_green .infrastructure__value {
        margin-left: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_green .infrastructure__plus {
        left: 20px;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk .infrastructure__car_blue .infrastructure__people {
        right: -10px;
        left: auto;
        bottom: -25px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp {
        top: 580px;
        left: 5%;
        width: calc(50% - 10px);
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__title {
        position: absolute;
        top: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_green {
        position: absolute;
        bottom: 0;
        margin: 0 !important;
        left: 80px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_green .infrastructure__value {
        margin-left: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_green .infrastructure__plus {
        left: 20px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_blue {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 !important;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_blue .infrastructure__value {
        margin-left: 30px;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp .infrastructure__car_blue .infrastructure__people {
        right: -10px;
        left: auto;
        bottom: -25px;
    }

    .electric-car__infrastructure .infrastructure__table {
        flex-flow: column;
    }

    .infrastructure__table .infrastructure__left {
        width: 100%;
    }

    .infrastructure__table .infrastructure__right {
        width: 100%;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .electric-car__img-title_desk {
        display: none;
    }
    .electric-car__img-title_mobile {
        display: block;
        margin: 0 auto 25px;
    }

    .electric-car__advantage .advantage__element {
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 12px;
    }

    .electric-car__form .former {
        flex-flow: column;
    }

    .electric-car__form .form_name {
        margin-top: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .electric-car__form .form_policy {
        margin-top: 20px;
    }

    .electric-car__form .form_policy label {
        font-size: 12px;
        line-height: 16px;
    }

    .electric-car__form .form_file-input {
        flex-flow: column;
        align-items: flex-start;
    }

    .electric-car__form .file_nochoose {
        margin-top: 30px;
        margin-left: 0;
    }

    .electric-car__form .file_text {
        padding: 5px 0 4px 0;
    }

    .electric-car__form .file_text.active {
        padding: 5px 0 4px 28px;
    }

    .form__btns-wrapper {
        display: block;
    }
    .form__btns-wrapper label {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .form__btns-wrapper label span {
        width: 100%;
    }

    .form__btns-wrapper label input:checked + span {
        margin-top: 10px;
    }

    .electric-car__infrastructure .infrastructure__map {
        margin-bottom: 0;
    }

    .electric-car__infrastructure .infrastructure__left .infrastructure__text {
        margin-left: 44px;
    }

    .electric-car__infrastructure .infrastructure__left .infrastructure__text-people::before, .electric-car__infrastructure .infrastructure__left .infrastructure__text-rub::before {
        left: -35px;
    }

    .electric-car__infrastructure .infrastructure__left .infrastructure__block {
        padding: 28px 10px;
    }

    .electric-car__elem.electric-car__faq {
        margin-top: 70px;
    }

    .electric-car__form .form_name.sel1 {
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 424px) {
    .electric-car__infrastructure .infrastructure__left .infrastructure__block {
        display: block;
    }

    .electric-car__infrastructure .infrastructure__left .infrastructure__text:not(:last-child) {
        margin-bottom: 10px;
    }

    .electric-car__infrastructure .infrastructure__map {
        height: 860px;
    }
    .electric-car__infrastructure .infrastructure__elem-omsk {
        width: 100%;
        left: 15px;
        top: 240px;
    }
    .electric-car__infrastructure .infrastructure__elem-kemerov {
        width: 100%;
        left: 15px;
        top: 320px;
        right: auto;
    }
    .electric-car__infrastructure .infrastructure__elem-krasnoyarsk {
        width: 100%;
        left: 15px;
        top: 420px;
        right: auto;
    }
    .electric-car__infrastructure .infrastructure__elem-altay {
        width: 100%;
        left: 15px;
        top: 520px;
        right: auto;
    }
    .electric-car__infrastructure .infrastructure__elem-hakasiya {
        width: 30%;
        left: auto;
        top: 240px;
        right: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-buryatiya {
        width: 30%;
        left: auto;
        top: 420px;
        right: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-tiva {
        width: 30%;
        left: auto;
        top: 320px;
        right: 0;
    }
    .electric-car__infrastructure .infrastructure__elem-zabaykalsk {
        width: 100%;
        left: 15px;
        top: 620px;
        right: auto;
    }
    .electric-car__infrastructure .infrastructure__elem-altay-resp {
        width: 100%;
        left: 15px;
        top: 720px;
        right: auto;
    }
}

/*Страница "Передача электрической энергии"*/
.commercial-accounting {
    margin-bottom: 100px !important;
}
.commercial-accounting__wrapper {
    max-width: 880px;
}
.commercial-accounting__elem {
    max-width: 780px;
}
.commercial-accounting__faq {
    margin-top: 80px;
}
.commercial-accounting__faq .accordion-label {
    position: relative;
    padding-right: 24px;
}
.commercial-accounting__faq .accordion-label::after {
    position: absolute;
    right: 0;
    top: calc(50% - 11.5px);
}
.commercial-accounting__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
    margin-bottom: 30px;
}
.commercial-accounting__order {
    margin-top: 100px;
}
.commercial-accounting__order iframe {
    margin-top: 30px;
    height: 1000px;
}
.commercial-accounting__check {
    margin-top: 120px;
}
.commercial-accounting__line.commercial-accounting__text {
    display: block;
    max-width: 780px;
    background: #155794;
    padding: 22px 32px;
    color: #FFFFFF;
    margin-top: 60px;
}
.commercial-accounting__line.commercial-accounting__text span {
    font-size: 16px;
}
.commercial-accounting__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}
.commercial-accounting__text b {
    font-weight: 500 !important;
}

@media screen and (max-width: 1250px) {
    .commercial-accounting__faq {
        max-width: 780px;
    }
}
@media screen and (max-width: 1100px) {
    .commercial-accounting {
        margin-bottom: 0 !important;
    }
    .commercial-accounting__wrapper, .commercial-accounting__elem, .commercial-accounting__faq {
        max-width: 100%;
    }
    .commercial-accounting__order {
        margin-top: 55px;
    }
    .commercial-accounting__order iframe {
        margin-top: 0;
    }
    .commercial-accounting__line.commercial-accounting__text {
        max-width: 100%;
    }
    .commercial-accounting__check {
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .commercial-accounting__order iframe {
        height: 425px;
    }
}

/*Страница "Разработка унифицированных железобетонных грибовидных фундаментов повышенной долговечности для опор ВЛ 35-110кВ по ПУЭ-7"*/
.constructions h1 {
    max-width: 880px;
}
.constructions{
    margin-bottom: 100px !important;
}
.constructions__wrapper {
    max-width: 780px;
}
.constructions__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}
.constructions__list {
    display: block;
    padding-left: 27px;
}
.constructions__list li {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}
.constructions__list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #00A84E;
    border-radius: 100%;
    position: absolute;
    left: -27px;
    top: calc(50% - 3px);
}
.constructions__file {
    margin-top: 20px;
}
.constructions__file a {
    text-decoration: underline;
    text-decoration-style: dotted;
}
.constructions__img {
    margin-top: 40px;
    margin-bottom: 60px;
    max-width: 100%;
}
.constructions__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #000000;
}

.constructions__form {
    max-width: 780px;
}

.constructions__form .former {
    display: flex;
}

.constructions__form .areas {
    width: 100%;
    max-width: 828px;
}

.constructions__form .former textarea {
    height: 100px;
    border: 1px solid #d9d9d9;
    width: 100%;
    resize: vertical;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}

.constructions__form .former textarea::placeholder {
    color: #BFBFBF;
}

.constructions__form .form_description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 10px;
}

.constructions__form .file_text.active {
    position: relative;
}

.constructions__form .file_text.active::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../img/upload.svg") center no-repeat;
    left: 10px;
    top: calc(50% - 6px);
}

.constructions__form .form_policy {
    max-width: 100%;
    margin-top: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2 !important;
    margin-bottom: 30px;
}

.constructions__form .form_policy label {
    text-transform: unset !important;
}

@media screen and (max-width: 1100px) {
    .electric-car__wrapper, .electric-car__elem.electric-car__faq, .constructions__form {
        max-width: 100%;
        width: 100%;
    }

    .constructions__wrapper {
        max-width: 100%;
    }

    .constructions h1 {
        margin-bottom: 60px;
    }
    .constructions{
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    body.fixmenu .constructions .aside_fixed {
        margin-top: 0;
        border: 0;
    }

    .constructions h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .constructions__form .former {
        flex-flow: column;
    }

    .constructions__form .form_name {
        margin-top: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .constructions__form .form_policy {
        margin-top: 20px;
    }

    .constructions__form .form_policy label {
        font-size: 12px;
        line-height: 16px;
    }

    .constructions__form .form_file-input {
        flex-flow: column;
        align-items: flex-start;
    }

    .constructions__form .file_nochoose {
        margin-top: 30px;
        margin-left: 0;
    }

    .constructions__form .file_text {
        padding: 5px 0 4px 0;
    }

    .constructions__form .file_text.active {
        padding: 5px 0 4px 28px;
    }
}

/*Страница "Инновационная деятельность"*/
.activity {
    margin-bottom: 100px !important;
}
.activity h1 {
    margin-bottom: 45px;
}
.activity__wrapper {
    max-width: 780px;
}
.activity__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}
.activity__text b {
    font-weight: 500 !important;
}
.activity__text a {
    font-weight: 500;
    color: #536B96;
}
.activity__text a:hover {
    text-decoration: underline;
}
.activity__elem {
    margin-top: 60px;
}
.activity__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}
.activity__list {
    display: block;
    padding-left: 24px;
}
.activity__list li, .activity__list ol {
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}
.activity__list_circle {
    margin-bottom: 40px;
}
.activity__list_circle li::before {
    content: "";
    position: absolute;
    left: -24px;
    width: 6px;
    height: 6px;
    background: #00A84E;
    border-radius: 100%;
    top: calc(50% - 3px);
}
.activity__list_number {
    margin-top: 20px;
    margin-bottom: 25px;
}
.activity__list_number li {
    list-style-type: decimal !important;
    display: list-item;
    list-style-position: outside;
    padding-left: 10px;
}
.activity__list_number li::marker {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #00A84E;
}
.activity__files {
    margin-top: 40px;
}
.activity__file a {
    text-decoration: underline;
    text-decoration-style: dotted;
}
.activity__links {
    margin-top: 80px;
}
.activity__links h2 {
    margin-bottom: 70px;
}
.activity__links .links__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activity__links .links__elem {
    width: calc(50% - 10px);
    margin-bottom: 25px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    max-width: 380px;
}
.activity__links .links__elem:hover .links__title p {
    text-decoration: underline;
}
.activity__links .links__img {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #EEEEEE;
}
.activity__links .links__img img {
    max-width: 100%;
}
.activity__links .links__title {
    padding: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #48494D;
}
.activity__contacts {
    margin-top: 80px;
}
.activity__contacts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.activity__contacts-elem {
    width: calc(50% - 20px);
    margin-bottom: 50px;
}

.activity__text_bottom {
    margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
    body.fixmenu .activity .aside_fixed {
        border-top: 0;
        margin-top: 0;
    }

    .activity {
        margin-bottom: 0 !important;
    }
    .activity__wrapper {
        max-width: 100%;
    }
    .activity__links .links__wrapper {
        justify-content: flex-start;
    }
    .activity__links .links__elem:not(:nth-child(2n)) {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .activity__links .links__wrapper {
        flex-flow: column;
        align-items: center;
    }
    .activity__links .links__elem {
        width: 100%;
    }
    .activity__links .links__elem:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .activity__contacts-wrapper {
        flex-flow: column;
    }
    .activity__contacts-elem {
        width: 100%;
        margin-bottom: 30px;
    }
}


/*Страница "Школьникам и студентам"*/
.students {
    margin-bottom: 140px !important;
}
.students h1 {
    margin-bottom: 40px;
}
.students__banner {
    margin-bottom: 45px;
    max-width: 100%;
}
.students__elem {
    margin-top: 90px;
}
.students__wrapper {
    max-width: 880px;
}
.students__wrapper-small {
    max-width: 780px;
}
.students__text {
    font-size: 14px;
    line-height: 22px;
    color: #323B45;
}
.students__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.students__list img {
    width: calc(100% + 2px);
    margin-left: -1px;
    margin-top: -1px;
}
.students__list div {
    max-width: 282px;
    width: calc(100%/3 - 40px/3);
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}
.students__list div:not(:nth-child(3n)) {
    margin-right: 19px;
}
.students__list p {
    padding: 30px 17px;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.students__partners {
    display: flex;
    flex-wrap: wrap;
}
.students__partners img {
    max-width: 202px;
    margin-bottom: 33px;
    width: calc(100%/4 - 15px);
}
.students__partners img:not(:nth-child(4n)) {
    margin-right: 20px;
}
.students__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 35px;
}

.students__form {
    margin-top: 100px;
    max-width: 780px;
}

.students__form .former {
    display: flex;
}

.students__form .areas {
    width: 100%;
    max-width: 828px;
}

.students__form .former textarea {
    height: 100px;
    border: 1px solid #d9d9d9;
    width: 100%;
    resize: vertical;
    max-width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
}

.students__form .former textarea::placeholder {
    color: #BFBFBF;
}

.students__form .form_description {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 10px;
}

.students__form .file_text.active {
    position: relative;
}

.students__form .file_text.active::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url("../img/upload.svg") center no-repeat;
    left: 10px;
    top: calc(50% - 6px);
}

.students__form .form_policy {
    max-width: 100%;
    margin-top: 36px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2 !important;
    margin-bottom: 30px;
}

.students__form .form_policy label {
    text-transform: unset !important;
}

@media screen and (min-width: 1100px) and (max-width: 1250px) {
    .students__wrapper {
        max-width: 780px;
    }
    .students__partners img {
        margin-right: 40px;
    }
    .students__partners img:not(:nth-child(4n)) {
        margin-right: 40px;
    }
    .students__partners img:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1100px) {
    body.fixmenu .students .aside_fixed {
        margin-top: 0;
        border: 0;
    }

    .students {
        margin-bottom: 0 !important;
    }
    .students__wrapper {
        max-width: 100%;
    }
    .students__wrapper-small {
        max-width: 100%;
    }

    .students__form {
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .students__form {
        margin-top: 55px;
    }
}
@media screen and (max-width: 767px) {
    .students__form .former {
        flex-flow: column;
    }

    .students__form .form_name {
        margin-top: 0;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .students__form .form_policy {
        margin-top: 20px;
    }

    .students__form .form_policy label {
        font-size: 12px;
        line-height: 16px;
    }

    .students__form .form_file-input {
        flex-flow: column;
        align-items: flex-start;
    }

    .students__form .file_nochoose {
        margin-top: 30px;
        margin-left: 0;
    }

    .students__form .file_text {
        padding: 5px 0 4px 0;
    }

    .students__form .file_text.active {
        padding: 5px 0 4px 28px;
    }

    .students__form .form_name.sel1 {
        padding-right: 0 !important;
    }

    .students h1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #000000;
        margin-bottom: 25px;
    }
    .students__list div {
        width: calc(50% - 6px);
        margin-right: 12px !important;
    }
    .students__list div:nth-child(2n) {
        margin-right: 0 !important;
    }
    .students__list p {
        padding: 8px;
        font-size: 14px;
        line-height: 18px;
    }
    .students__elem {
        margin-top: 50px;
    }
    .students__partners img {
        width: calc(100%/3 - 20px/3);
        margin-right: 0 !important;
    }
    .students__partners img:not(:nth-child(3n)) {
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 424px) {
    .students__list {
        justify-content: center;
    }
    .students__list div {
        width: 100%;
        margin-right: 0 !important;
    }
    .students__partners img {
        width: calc(50% - 10px);
    }
    .students__partners img:nth-child(2n) {
        margin-left: 20px !important;
    }
    .students__partners img:not(:nth-child(3n)) {
        margin-right: 0 !important;
    }
}