/*ПРАВКИ*/
/*Страница "Услуги"*/
.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;
}

.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;
}

.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;
}

.hidden {
    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;
}

@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;
    }

    .consumers__steps .steps__text-wrapper {
        width: 70%;
    }
}

@media screen and (max-width: 1100px) {
    .news_info-aside {
        top: 0 !important;
    }

    .aside__menu {
        padding: 0;
        border: 0;
    }

    .consumers__menu {
        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) {
    .consumers__info{
        flex-flow: column;
        align-items: center;
    }
    .consumers__info .info__elem{
        margin-bottom: 20px;
        width: 100%;
    }

    .consumers__video{
        width: 100%;
        height: auto;
    }
    .consumers__video img{
        max-width: 100%;
    }
}
@media screen and (max-width: 740px) {
    .consumers__wrapper:not(.social__wrapper) {
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

    .consumers__picture-link {
        margin: 0 0 17px 0;
    }

    .consumers__link-item {
        margin: 0 0 17px 0;
        width: 100%;
    }

    .social__elem {
        margin-right: 20px;
    }

    .consumers__item {
        margin-bottom: 40px;
    }

    .consumers__menu {
        margin-bottom: 40px;
    }

    .consumers__steps .steps__img {
        margin: 0 auto;
        max-width: 100%;
    }

    .consumers__steps .steps__text-wrapper {
        width: 100%;
    }

    .connection .consumers__item{
        margin-bottom: 40px;
    }
    .tabs__header{
        border: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tabs__link{
        width: 47%;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }
    .tabs__item_active{
        display: block;
    }
    .tabs__item_active img{
        margin: 0 auto;
        display: block;
    }

}

@media screen and (max-width: 500px) {
    .consumers__steps .steps__img {
        display: none;
    }

    .consumers__steps .steps__text-wrapper {
        position: static;
        height: auto;
        min-height: 160px;
        padding: 20px 20px 20px 0;
    }
}