.about-main {
    padding: 230px 20px 100px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}
.about_title {
    color: #000;
    margin: 0 0 40px;
    font: 700 40px/48px 'Formular', sans-serif;
}
.about-main_inner {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
}
.about-main_img {
    width: 640px;
    height: 640px;
    margin: 0 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: #F5F8FC;
    border: 1px solid #E2E9F2;
    border-radius: 5px;
    position: relative;
}
.about-main_img:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 260px;
    height: 240px;
    z-index: -1;
    background: url(../svg/ic-dots.svg) no-repeat center/contain;
}
.about-main_img img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}
.about-main_col {
    margin: 0 20px 0 0;
}
.about-main_item {
    background: #F5F8FC;
    border: 1px solid #E2E9F2;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 30px 20px;
    width: 310px;
    height: 310px;
}
.about-main_item:nth-child(3) {
    margin: 0 20px 0 0;
}
.about-main_item:nth-child(4) {
    margin: 0;
}
.about-main_icon {
    display: block;
    margin: 0 auto 30px;
}
.about-main_quantity {
    font: 700 40px/56px 'Formular', sans-serif;
    margin: 0 auto 10px;
}
.about-main_txt {
    color: #000;
    text-transform: uppercase;
    font: 700 18px/25px 'Formular', sans-serif;
}
.about-main_download {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #E2E9F2;
    border-radius: 5px;
    width: 310px;
    height: 150px;
    padding: 25px 16px;
    margin: 0 0 10px;
}
.about-main_download:last-child {
    margin: 0 0 20px;
}
.about-main_download-icon {
    width: 62px;
    margin: 0 12px 18px 0;
}
.about-main_download-txt {
    color: #000000;
    margin: 0 24px 0 0;
    font: 700 16px/22px 'Formular', sans-serif;
}
.about-main_download-size {
    color: #566879;
    margin: 0 0 0 14px;
    font: 400 14px/20px 'Formular', sans-serif;
}
.about-main_download:hover {
    filter: drop-shadow(0px 5px 21px rgba(0, 0, 0, 0.08));
    transition: all .2s linear;
}
.about-main_download:hover .about-main_download-txt {
    color: #E31E24;
    transition: all .2s linear;
}
.about-main_download:hover path {
    fill: #E31E24;
    transition: all .2s linear;
}

@media(max-width: 1340px) {
    .about-main_img {
        max-width: 50%;
        width: 100%;
        height: 540px;
    }
    .about-main_item {
        width: 260px;
        height: 260px;
    }
    .about-main_download {
        width: 260px;
        height: 124px;
    }
    .about-main_download-icon {
        width: 42px;
    }
    .about-main_download-txt {
        font-size: 14px;
        line-height: 17px;
    }
    .about-main_download svg {
        width: 40px;
        height: 40px;
    }
    .about-main_icon {
        width: 80px;
        height: 80px;
    }
    .about-main_quantity {
        font-size: 30px;
        line-height: 46px;
    }
    .about-main_txt {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 1100px) {
    .about-main_img {
        display: none;
    }
    .about-main_item {
        width: 100%;
    }
    .about-main_download {
        width: 100%;
    }
    .about-main_inner {
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .about-main {
        padding: 80px 20px 30px;
    }
    .about_title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 20px;
    }
}
@media(max-width: 768px) {
    .about-main_inner {
        flex-direction: column;
    }
    .about-main_col {
        margin: 0;
    }
    .about-main_inner > div:last-child {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-main_item {
        padding: 12px 10px 12px 75px;
        text-align: left;
        position: relative;
        height: auto;
    }
    .about-main_icon {
        position: absolute;
        top: 9px;
        left: 11px;
        width: 50px;
        height: 50px;
    }
    .about-main_txt {
        font-size: 14px;
        line-height: 17px;
    }
    .about-main_inner > div:last-child > div:first-child {
        display: flex;
        justify-content: space-between;
    }
    .about-main_download {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        width: 49%;
        margin: 0;
    }
    .about-main_download:last-child {
        margin: 0;
    }
    .about-main_download-icon {
        width: 40px;
        margin: 0 auto 10px;
        order: 1;
    }
    .about-main_download-txt {
        min-height: 60px;
        margin: 0 auto 15px;
        order: 2;
    }
    .about-main_download-size {
        order: 3;
        margin: 0 0 10px;
    }
    .about-main_download svg {
        order: 4;
        width: 50px;
        height: 50px;
    }
}

/*ABOUT SUBSIDIARIES*/
.about-subsidiaries {
    text-align: center;
    margin: 0 auto 140px;
    position: relative;
}
.about-subsidiaries:before {
    content: '';
    width: 100%;
    height: 415px;
    background: #F5F8FC;
    position: absolute;
    bottom: -75px;
    left: 0;
    z-index: -1;
}
.about-subsidiaries_inner {
    display: flex;
    justify-content: center;
}
.about-subsidiaries_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-subsidiaries_title:before {
    content: '';
    display: block;
    width: 190px;
    height: 4px;
    margin: 0 80px 0 0;
    background: url(../svg/ic-line.svg) no-repeat center/contain;
}
.about-subsidiaries_title:after {
    content: '';
    display: block;
    width: 190px;
    height: 4px;
    transform: rotate(180deg) scaleY(-1);
    margin: 0 0 0 80px;
    background: url(../svg/ic-line.svg) no-repeat center/contain;
}
.about-subsidiaries_item {
    max-width: 640px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    position: relative;
}
.about-subsidiaries_item img{
    width: 100%;
}
.about-subsidiaries_content {
    background: #FFFFFF;
    border-radius: 5px;
    width: 98%;
    height: 226px;
    padding: 36px 54px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.about-subsidiaries_content-title {
    margin: 0 0 10px;
    color: #000000;
    font: 700 40px/49px 'Formular', sans-serif;
}
.about-subsidiaries_content-txt {
    color: #000000;
    font: 700 18px/25px 'Formular', sans-serif ;
}
@media(max-width: 1300px) {
    .about-subsidiaries_title {
        flex-direction: column;
    }
    .about-subsidiaries_title:before,
    .about-subsidiaries_title:after {
        display: none;
    }
}
@media(max-width: 1200px) {
    .about-subsidiaries_content-title {
        font-size: 18px;
        line-height: 22px;
    }
    .about-subsidiaries_content-txt {
        font-size: 12px;
        line-height: 16px;
    }
    .about-subsidiaries_content {
        height: 170px;
    }
}
@media(max-width: 768px) {
    .about-subsidiaries {
        margin: 0 auto 40px;
    }
    .about-subsidiaries:before {
        display: none;
    }
    .about-subsidiaries_inner {
        flex-direction: column;
    }
    .about-subsidiaries_item {
        margin: 0 auto 10px;
    }
	.about-subsidiaries_content {
        padding: 12px 17px;
        height: 140px;
    }
}


/*ABOUT PROFIT*/
.about-profit {
    margin: 0 auto 90px;
    max-width: 1340px;
    width: 100%;
    padding: 0 20px 0 50px;
}
.about-profit_inner {
    display: flex;
    justify-content: center;
}
.about-profit_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 0 0 -30px;
}
.about-profit_item {
    max-width: 384px;
    width: 100%;
    height: 103px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px 0 60px;
    color: #000000;
    background: #F5F8FC;
    border-radius: 5px;
    font: 700 19px/27px 'Formular', sans-serif;
    z-index: 1;
    margin: 0 55px 20px 0;
}
.about-profit_item:before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    z-index: 2;
    position: absolute;
}
.about-profit_number {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    text-align: center;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E31E24;
    color: #fff;
    z-index: 3;
    box-shadow: 0 5px 5px rgba(10, 10, 10, 0.3), inset 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.about-profit img {
    margin: 0 0 0 -57px;
}
.about-profit_item:nth-child(7),
.about-profit_item:nth-child(8) {
    margin: 0 55px 0 0;
}
@media(max-width: 1300px) {
    .about-profit {
        text-align: center;
        padding: 0 20px;
    }
    .about-profit_inner {
        flex-direction: column;
        align-items: center;
    }
    .about-profit_item {
        max-width: 100%;
        margin: 0 auto 34px;
        justify-content: center;
        padding: 30px 10px 10px;
        height: auto;
        border-radius: 5px;
    }
    .about-profit_item:nth-child(7),
    .about-profit_item:nth-child(8) {
        margin: 0 auto 34px;
    }
    .about-profit_number {
        left: 50%;
        transform: translateX(-50%);
        top: -18px;
        width: 36px;
        height: 36px;
    }
    .about-profit_item:before {
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
        width: 50px;
        height: 50px;
    }
    .about-profit_wrapper {
        width: auto;
        margin: 0 auto;
    }
    .about-profit img {
        margin: 0 auto;
        width: 100%;
    }
}
@media(max-width: 1024px) {
    .about-profit .about_title {
        margin: 0 0 40px;
    }
}
@media(max-width: 768px) {
    .about-profit_item {
        font-size: 12px;
        line-height: 16px;
        padding: 30px 10px 20px;
    }
    .about-profit_number {
        font-size: 16px;
        line-height: 19px;
    }
}

/*ABOUT PARTNERS*/
.about-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: url(../images/trust.jpg) no-repeat center/cover;
}
.about-trust_title {
    margin: 0 135px 0 0;
    color: #fff;
    font: 700 40px/49px 'Formular', sans-serif;
}
.about-trust_inner {
    display: flex;
    flex-wrap: wrap;
    width: 805px;
}
.about-trust_item {
    background: #2B2837;
    border: 1px solid #3F3C4E;
    width: 161px;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1024px) {
    .about-trust {
        flex-direction: column;
    }
    .about-trust_title {
        text-align: center;
        margin: 0 0 16px;
    }
}
@media(max-width: 880px) {
    .about-trust_inner {
        width: auto;
    }
    .about-trust_item {
        width: 140px;
        height: 140px;
    }
}
@media(max-width: 768px) {
    .about-trust {
        padding: 24px 20px;
    }
    .about-trust_title {
        font-size: 20px;
        line-height: 24px;
    }
    .about-trust_title br {
        display: none;
    }
}
@media(max-width: 460px) {
    .about-trust_item {
        width: 50%;
    }
    .about-trust_title {
        width: 280px;
        margin: 0 auto 16px;
    }
}


/*ABOUT PARTNERS*/
.about-partners {
    padding: 74px 20px 140px;
    text-align: center;
    position: relative;
}
.about-partners .about_title {
    margin: 0 0 20px;
}
.about-partners:before {
    content: '';
    width: 100%;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../svg/partners-bg.svg) no-repeat center top/cover;
}
.about-partners_slider {
    width: 1180px;
    padding: 34px 0;
    margin: 0 auto;
}
.about-partners_slider-link {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .2s linear;
}
.about-partners_slider-link:hover {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 1);
}
.about-partners_slider-link:before {
    content: '';
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(227, 30, 36, 0) -2.89%, #E31E24 109.3%), #FFFFFF;
    box-shadow: 0 20px 50px rgba(2, 36, 86, 0.05);
    transition: all .2s linear;
}
.about-partners_slider-link:hover:before {
    width: 242px;
    height: 242px;
    transition: all .2s linear;
}
.about-partners_slider-link img {
    width: 90%;
}
.about-partners_slider-nav {
    width: 1300px;
    margin: 0 auto 50px;
    position: relative;
}
.about-partners_slider-arrow:after {
    display: none;
}
.about-partners_slider-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 20px 50px rgba(67, 72, 79, 0.09);
    border-radius: 5px;
    width: 46px;
    height: 60px;
    transition: all .3s linear;
}
.about-partners_slider-arrow:hover {
    background: #E31E24;
    box-shadow: 0 4px 10px rgba(227, 30, 36, 0.5);
    transition: all .3s linear;
}
.about-partners_slider-arrow path {
    fill: #566879;
    width: 28px;
    transition: all .3s linear;
}
.about-partners_slider-arrow:hover path {
    fill: #fff;
    transition: all .3s linear;
}
.about-partners_slider-arrow:first-child {
    left: 10px;
    top: -132px;
}
.about-partners_slider-arrow:last-child {
    right: 10px;
    top: -132px;
}
@media(max-width: 1340px) {
    .about-partners_slider-nav {
        width: 100%;
    }
    .about-partners_slider {
        width: auto;
    }
    .about-partners_slider-arrow:first-child {
        left: -20px;
    }
    .about-partners_slider-arrow:last-child {
        right: -20px;
    }
}
@media(max-width: 1024px) {
    .about-partners {
        overflow: hidden;
    }
    .about-partners_slider-link {
        box-shadow: 0 9.59046px 14.3857px rgba(2, 36, 86, 0.05);
    }
    .about-partners_slider-nav {
        width: auto;
        margin: 0;
    }
    .about-partners_slider-arrow {
        background: unset;
        box-shadow: unset;
    }
    .about-partners_slider-arrow:hover {
        background: unset;
        box-shadow: unset;
    }
    .about-partners_slider-arrow:hover path {
        fill: #566879;
    }

    .about-partners_slider-link:before {
        display: none;
    }
    .about-partners {
        padding: 70px 20px;
    }
    .about-partners:before {
        height: 419px;
    }

}
@media(max-width: 768px) {
    .about-partners {
        padding: 40px 0 40px 20px;
        margin: 0 auto 50px;
    }
    .about-partners:before {
        height: 200px;
    }
    .about-partners_link {
        width: 100%;
        height: 125px;
        margin: 0 auto 10px;
        padding: 18px;
        font: 700 14px/19px 'Formular', sans-serif;
    }
    .about-partners_link-icon {
        width: 23px;
        height: 23px;
        left: 18px;
        bottom: 18px;
    }
    .about-partners_slider {
        width: 360px;
        padding: 10px 0;
    }
    .about-partners_slider-link {
        width: 64px;
        height: 64px;
    }
    .about-partners_slider-arrow:first-child,
    .about-partners_slider-arrow:last-child{
        top: -51px;
    }
    .about-partners_slider-arrow:last-child {
        right: 10px;
    }
}

/*ABOUT BRANCHES*/
.about-branches {
    margin: 0 auto 130px;
}
.about-branches_title {
    font: 700 40px/56px 'Formular', sans-serif;
    text-transform: uppercase;
    margin: 0 0 40px;
    color: #000000;
    text-align: center;
}
.about-branches_title-inner {
    font: 300 80px/106px 'Formular', sans-serif;
}
.about-branches_title-inner b {
    font-weight: 500;
}
.about-branches_slider {
    width: 1300px;
    margin: 0 auto;
}
.about-branches_slide {
    background: #F5F8FC;
    border-radius: 5px;
    margin: 0 auto 10px;
    width: 970px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.about-branches_slide-img {
    width: 545px;
    margin: 0 40px 0 0;
}
.about-branches_slide-inner {
    width: 348px;
}
.about-branches_slide-name {
    display: flex;
    align-items: center;
    padding: 0 0 35px;
    margin: 0 0 10px;
    border-bottom: thin solid #E2E9F2;
    color: #000000;
    text-transform: uppercase;
    font: 700 20px/28px 'Formular', sans-serif;
}
.about-branches_slide-name svg {
    margin: 0 13px 0 0;
}
.about-branches_slide-txt {
    color: #000000;
    font: 700 16px/22px 'Formular', sans-serif;
    padding: 0 0 10px 25px;
    margin: 0 0 10px;
    border-bottom: thin solid #E2E9F2;
    position: relative;
}
.about-branches_slide-txt:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E31E24;
    position: absolute;
    top: 8px;
    left: 0;
}
.about-branches_slide-link {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #566879;
    font: 700 16px/24px 'Formular', sans-serif;
}
.about-branches_slide-link svg {
    margin: 0 0 0 13px;
}
.about-branches_contacts {
    display: none;
    align-items: center;
    background: #F5F8FC;
    border-radius: 5px;
    padding: 10px 13px;
    width: 970px;
    margin: 0 auto;
}
.swiper-slide-active .about-branches_contacts {
    display: flex;
}
.about-branches_contacts-link {
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0 40px 0 0;
    font: 700 18px/25px 'Formular', sans-serif;
}
.about-branches_contacts-link svg {
    margin: 0 10px 0 0;
}
.about-branches_contacts-link:last-child {
    font-weight: 400;
    margin: 0;
}
.about-branches .about-partners_slider-nav {
    width: 1370px;
}
.about-branches .about-partners_slider-arrow:first-child,
.about-branches .about-partners_slider-arrow:last-child {
    top: -273px;
}
.about-branches .swiper-pagination {
    display: none;
}
@media(max-width: 1370px) {
    .about-branches .about-partners_slider-nav {
        width: 90%;
        margin: 0 auto;
    }
    .about-branches_slider {
        width: auto;
        margin: 0 auto;
    }
}
@media(max-width: 991px) {
    .about-branches_title {
        font-size: 20px;
        line-height: 28px;
    }
    .about-branches_title-inner {
        font-size: 40px;
        line-height: 53px;
    }
    .about-branches_slide {
        max-width: 900px;
        width: 100%;
    }
    .about-branches_slide-img {
        width: 400px;
    }
    .about-branches_slide-name {
        padding: 0 0 10px;
    }
    .about-branches_slide-link {
        margin: -20px 0 0;
    }
    .swiper-slide-active .about-branches_contacts {
        display: none;
    }
    .about-branches .about-partners_slider-arrow:first-child,
    .about-branches .about-partners_slider-arrow:last-child {
        top: -167px;
    }
}

@media(max-width: 768px) {
    .about-branches {
        padding: 0 20px;
        margin: 0 auto 70px;
    }
    .about-branches_slide {
        flex-direction: column;
        padding: 10px 10px 20px 10px;
    }
    .about-branches_slide-img {
        width: 100%;
        margin: 0 auto 20px
    }
    .about-branches_slide-name {
        padding: 0 0 15px;
    }
    .about-branches_slide-txt:before {
        left: 8px;
    }
	.about-branches_slide-link {
        margin: 0px 0 0 0px;
    }
    .about-branches .about-partners_slider-nav {
        display: none;
    }
    .about-branches .swiper-pagination {
        display: block;
        position: relative;
        max-width: 1300px;
        width: 100%;
        z-index: 1000;
        margin: 40px auto 0;
        padding: 0 20px;
    }
    .about-branches .swiper-pagination-bullet {
        width: 35px;
        height: 6px;
        background: rgba(0, 0, 0, 0.05);;
        margin: 0 4px;
        border-radius: unset;
        opacity: 1;
    }
    .about-branches .swiper-pagination-bullet-active {
        background: #E31E24;
    }
    .about-branches_slide-inner {
        width: 100%;
    }
    .about-branches_title {
        margin: 0 0 20px;
    }
}


/*ABOUT PROGRESS*/
.about-progress {
    background: #F5F8FC;
    padding: 80px 20px 115px;
    margin: 0 auto 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.about-progress_col {
    margin: 0 44px 0 0;
    width: 616px;
}
.about-progress_txt {
    background: #FFFFFF;
    border: 1px solid #F5F8FC;
    box-shadow: 0 20px 50px rgba(2, 36, 86, 0.05);
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 18px 30px 18px 60px;
    color: #000000;
    font: 700 16px/24px 'Formular', sans-serif;
    position: relative;
}
.about-progress_txt:last-child {
    margin: 0;
}
.about-progress_txt:before {
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #E31E24;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
}
.about-progress_txt img {
    margin: 0 6px;
    vertical-align: middle;
}
.about-progress_txt span {
    font-weight: 400;
    color: #566879;
}
.about-progress_img {
    max-width: 640px;
}
.about-progress_img img {
    width: 100%;
}
@media(max-width: 1200px) {
    .about-progress {
        flex-direction: column;
    }
    .about-progress_col {
        width: 100%;
        margin: 0 auto 10px;
    }
    .about-progress_img {
        max-width: 100%;
        margin: 0 auto;
    }
}
@media(max-width: 768px) {
    .about-progress {
        margin: 0 auto 25px;
        padding: 30px 20px 44px;
    }
    .about-progress .about_title {
        text-align: center;
    }
    .about-progress_txt {
        font-size: 12px;
        line-height: 18px;
        padding: 15px 20px 15px 32px;
    }
    .about-progress_txt:before {
        width: 8px;
        height: 8px;
        left: 16px;
    }
}


/*ABOUT TEAM*/
.about-team {
    margin: 0 auto 70px;
    max-width: 1340px;
    width: 100%;
    padding: 0 20px;
}
.about-team_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-team_title:before {
    content: '';
    display: block;
    width: 190px;
    height: 4px;
    margin: 0 80px 0 0;
    background: url(../svg/ic-line.svg) no-repeat center/contain;
}
.about-team_title:after {
    content: '';
    display: block;
    width: 190px;
    height: 4px;
    transform: rotate(180deg) scaleY(-1);
    margin: 0 0 0 80px;
    background: url(../svg/ic-line.svg) no-repeat center/contain;
}
.about-team_inner {
    display: flex;
    flex-wrap: wrap;
}
.about-team_item {
    width: 310px;
    height: 452px;
    margin: 0 10px 30px;
}
.about-team_photo {
    position: relative;
    overflow: hidden;
    height: 390px;
    margin: 0 0 8px;
}
.about-team_photo img {
	width:100%;
}
.about-team_photo-txt {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    width: 295px;
    padding: 27px 30px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font: 700 18px/22px 'Formular', sans-serif;
    transition: bottom .5s linear;
}
.about-team_photo-txt-author {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
    font: italic 400 14px/17px 'Formular', sans-serif;
}
.about-team_photo-txt-author svg {
    margin: 0 12px 0 0;
}
.about-team_item:hover .about-team_photo-txt {
    bottom: 7px;
    transition: bottom .5s linear;
}
.about-team_name {
    color: #000000;
    font: 700 20px/32px 'Formular', sans-serif;
}
.about-team_position {
    color: #566879;
    font: 400 16px/21px 'Formular', sans-serif;
}
.about-team_more {
    display: none;
}
.show-more {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}
.about-team_more:checked ~ .about-team_inner .show-more {
    opacity: 1;
    font-size: inherit;
    max-height: 999px;
    transition: all .3s linear;
}
.about-team_show.disabled {
    margin: 0;
    cursor: default;
    color: rgba(86, 104, 121, 0.3);
}
.about-team_show.disabled svg {
    opacity: 0.3;
}
.about-team_show,
.about-team_hide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
    font: 500 14px/19px 'Formular', sans-serif;
    background: #F5F8FC;
    border-radius: 5px;
    padding: 7px 0;
    width: 928px;
    margin: 0 13px 0 0;
    cursor: pointer;
}
.about-team_show svg,
.about-team_hide svg {
    margin: 0 14px 0 0;
}
.about-team_more ~ .about-team_hide{
    display: none;
    cursor: pointer;
}

.about-team_more:checked ~ .about-team_show {
    display: none;
    cursor: pointer;
}
.about-team_more:checked ~ .about-team_hide {
    display: inline-flex;
}
.about-team_more ~ .catalog-main_model-hide{
    display: none;
    cursor: pointer;
}

.about-team_more:checked ~ .about-team_show.disabled {
    display: inline-flex;
    cursor: pointer;
}
.about-team_more:checked ~ .about-team_hide.disabled {
    display: none;
}
.about-team_btn {
    display: inline-flex;
    position: relative;
    bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 41px;
}
@media(max-width: 1340px) {
    .about-team_show, .about-team_hide {
        width: 800px;
    }
}
@media(max-width: 1100px) {
    .about-team_show, .about-team_hide {
        width: 100%;
        margin: 0 auto 20px;
    }
    .about-team_btn {
        width: 100%;
        bottom: 0;
    }
}
@media(max-width: 768px) {
    .about-team_title {
        text-align: center;
    }
    .about-team_title:before,
    .about-team_title:after {
        display: none;
    }
    .about-team_item {
        width: 135px;
        height: 225px;
    }
    .about-team_photo {
        height: 169.84px;
    }
    .about-team_photo img {
        width: 100%;
    }
    .about-team_photo-txt {
        width: 129px;
        padding: 16px 10px;
        font-size: 12px;
        line-height: 19px;
        bottom: -110%;
        border-radius: 4px;
    }
    .about-team_photo-txt-author {
        font-size: 10px;
        line-height: 12px;
    }
    .about-team_item:hover .about-team_photo-txt {
        bottom: 2px;
    }
    .about-team_name {
        font-size: 12px;
        line-height: 19px;
    }
    .about-team_position {
        font-size: 12px;
        line-height: 16px;
    }
}


/*ABOUT HISTORY*/
.about-history {
    margin: 0 auto 100px;
}
.about-history_inner {
    padding: 0 20px;
}
.about-history_content {
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.about-history_content-img {
    max-width: 1800px;
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.about-history_content-img img {
    width: 100%;
}
.about-history_content-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 173px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 59.83%);
}
.about-history_txt {
    color: #FFFFFF;
    font: 700 20px/24px 'Formular', sans-serif;
    max-width: 1300px;
    padding: 0 20px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
}
.about-history_tabs {
    margin: -35px auto 0;
    overflow-x: auto;
}
.about-history_tabs-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
}
.about-history_tab {
    color: #FFFFFF;
    padding: 23px 34px;
    position: relative;
    background: #000000;
    border-right: thin solid rgba(255,255,255,0.3);
    font: 700 20px/24px 'Formular', sans-serif;
}
.about-history_tab:first-child {
    border-radius: 5px 0 0 5px;
}
.about-history_tab:last-child {
    border-right: 0;
    border-radius: 0 5px 5px 0;
}
.about-history_tab.active,
.about-history_tab:hover {
    background: #E31E24;
}
.about-history_tab.active:before,
.about-history_tab:hover:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #E31E24;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
@media(max-width: 1300px) {
    .about-history_tabs {
        margin: -45px auto 0;
    }
}
@media(max-width: 768px) {
    .about-history {
        margin: 0 auto 50px;
    }
    .about-history_content-img {
        border-radius: 20px;
        margin: 0 auto 6px;
    }
    .about-history_content-img:before {
        height: 50px;
    }
    .about-history_txt {
        position: unset;
        margin: 0 auto 22px;
        text-align: center;
        color: #000000;
        font-size: 14px;
        line-height: 17px;
        transform: translateX(0);
    }
    .about-history_tabs-inner {
        width: 900px;
    }
    .about-history_tabs {
        margin: 0 auto;
    }
    .about-history_tab {
        padding: 11px 22px;
        font-size: 14px;
        line-height: 17px;
    }
}


/*ABOUT DESCRIPTION*/
.about-description {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1340px;
    width: 100%;
}
.about-description_inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 84px;
}
.about-description_col {
    width: 630px;
    display: flex;
    flex-direction: column;
}
.about-description_col:first-child {
    margin: 0 40px 0 0;
}
.about-description_title {
    font: 700 38px/46px 'Formular', sans-serif;
    color: #000;
    margin: 0 0 10px;
}
.about-description_title span {
    color: #E31E24;
    text-transform: uppercase;
    font: 700 70px/86px 'Formular', sans-serif;
}
.about-description_txt {
    color: #000000;
    font: 400 19px/30px 'Formular', sans-serif;
    margin: 0 0 27px;
}
.about-description_img-left {
    width: 640px;
    position: relative;
}
.about-description_img-left:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #E31E24;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.about-description_img-left:after {
    content: '//';
    color: #E31E24;
    position: absolute;
    font: 700 70px/70px'Formular', sans-serif;
    bottom: -22px;
    left: 20px;
    letter-spacing: -11px;
}
.about-description_img-right {
    width: 640px;
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}
.about-description_img-right img {
    width: 100%;
}
.about-description_img-right:before {
    content: '';
    width: 25px;
    height: 25px;
    background: #E31E24;
    position: absolute;
    top: -25px;
    left: -25px;
}
.about-description_img-num {
    font: 700 187px/150px'Formular', sans-serif;
    color: #F8FAFD;
    position: absolute;
    bottom: 12px;
    right: -30px;
    z-index: 1;
}
.about-description_img-txt {
    display: block;
    color: #F8FAFD;
    margin: 0 0 0 10px;
    font: 700 24px/29px'Formular', sans-serif;
}
.about-description_img-right:after {
    content: '';
    width: 197px;
    height: 204px;
    background: url(../svg/decoration-dots.svg) no-repeat center/contain;
    position: absolute;
    top: -50px;
    right: -46px;
    z-index: -1;
}
.about-description_img-shadow {
    content: '';
    width: 100%;
    height: 204px;
    background: linear-gradient(180deg, rgba(227, 30, 36, 0) 34.11%, #E31E24 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.about-description_subtitle {
    color: #000;
    margin: 0 0 10px;
    text-transform: uppercase;
    font: 700 19px/30px 'Formular', sans-serif;
}
.about-description_subtxt {
    color: #000;
    margin: 0 0 10px;
    font: 700 19px/30px 'Formular', sans-serif;
}
.about-description_list {
    color: #000;
    margin: 0 0 0 20px;
    font: 400 19px/30px 'Formular', sans-serif;
}
.about-description_hr {
    width: 100%;
    border-bottom: thin solid #E2E9F2;
    margin: 50px auto;
}
@media(max-width: 1340px) {
    .about-description_col {
        width: auto;
    }
    .about-description_col:first-child {
        margin: 0 0 40px;
    }
    .about-description_img-right {
        order: 2;
        margin: 0 0 15px;
        width: 100%;
    }
    .about-description_img-left {
        width: 100%;
    }
    .about-description_img-left img,
    .about-description_img-right img {
        width: 100%;
    }
    .about-description_img-right:before,
    .about-description_img-right:after {
        display: none;
    }
    .about-description_inner {
        margin: 0 auto 20px;
    }
}
@media (max-width: 768px) {
    .about-description {
        margin: 0 auto;
    }
    .about-description_col {
        margin: 0 0 30px;
    }
    .about-description_title {
        font: 700 20px/24px 'Formular', sans-serif;
    }
    .about-description_title span {
        font: 700 32px/40px 'Formular', sans-serif;
    }
    .about-description_txt {
        font: 400 14px/19px 'Formular', sans-serif;
    }
    .about-description_img-left:after {
        font: 700 44px/58px'Formular', sans-serif;
    }
    .about-description_img-num {
        bottom: 5px;
        right: -13px;
        font: 700 84px/74px'Formular', sans-serif;
    }
    .about-description_img-txt {
        margin: 0 0 0 6px;
        font: 700 10px/13px'Formular', sans-serif;
    }
    .about-description_subtitle {
        font-size: 14px;
        line-height: 22px;
    }
    .about-description_subtxt {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .about-description_list {
        font-size: 14px;
        line-height: 22px;
    }
    .about-description_hr {
        margin: 40px auto 20px;
    }
}


/*ABOUT REQUISITES*/
.about-requisites {
    max-width: 1340px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 100px;
}
.about-requisites_inner {
    display: flex;
    justify-content: space-between;
}
.about-requisites_tabs {
    background: #FFFFFF;
    border: 1px solid #F5F8FC;
    box-shadow: 0 20px 50px rgba(2, 36, 86, 0.05);
    border-radius: 5px;
    padding: 5px;
    width: 310px;
    margin: 0 20px 0 0;
}
.about-requisites_tab {
    display: block;
    color: #566879;
    text-transform: uppercase;
    padding: 16px 24px;
    border-bottom: thin solid #E2E9F2;
    border-radius: 3px;
    font: 700 16px/26px 'Formular', sans-serif;
}
.about-requisites_tab:last-child {
    border-bottom: none;
}
.about-requisites_tab.active,
.about-requisites_tab:hover {
    background: #E31E24;
    color: #fff;
    transition: all .2s linear;
}
.about-requisites_content {
    padding: 40px 50px;
    background: #FFFFFF;
    border: 1px solid #F5F8FC;
    box-shadow: 0 20px 50px rgba(2, 36, 86, 0.05);
    border-radius: 5px;
}
.about-requisites_txt {
    margin: 0 0 5px;
    color: #566879;
    font: 400 19px/30px 'Formular', sans-serif;
}
.about-requisites_txt b {
    color: #000;
}
@media(max-width: 768px) {
    .about-requisites {
        margin: 0 auto 50px;
    }
    .about-requisites .about_title {
        text-align: center;
    }
    .about-requisites_inner {
        flex-direction: column;
    }
    .about-requisites_tabs {
        width: 100%;
        margin: 0 auto 20px;
    }
    .about-requisites_content {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .about-requisites_txt {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 22px;
    }
}


/*ABOUT CERTIFICATE*/
.about-certificate {
    background: #F5F8FC;
    text-align: center;
    padding: 50px 20px 90px;
}
.about-certificate_slider {
    max-width: 1300px;
    margin: 0 auto;
}
.about-certificate_slide {
    width: 420px;
    margin: 0 auto;
}
.about-certificate_slide img {
    width: 100%;
}
.about-certificate .about-partners_slider-nav {
    width: 1350px;
}
.about-certificate .about-partners_slider-arrow:first-child,
.about-certificate .about-partners_slider-arrow:last-child {
    top: -157px;
}
.about-certificate .swiper-pagination {
    display: none;
}
@media(max-width: 1350px) {
    .about-certificate .about-partners_slider-nav {
        width: 100%;
    }
}
@media(max-width: 768px) {
    .about-certificate {
        padding: 25px 0 30px;
    }
    .about-certificate .about-partners_slider-nav {
        display: none;
    }
    .about-certificate .swiper-pagination {
        display: block;
    }
    .about-certificate .swiper-pagination {
        position: relative;
        max-width: 1300px;
        width: 100%;
        z-index: 1000;
        margin: 30px auto 0;
        padding: 0 20px;
    }
    .about-certificate .swiper-pagination-bullet {
        width: 35px;
        height: 6px;
        background: rgba(0, 0, 0, 0.05);
        margin: 0 4px;
        border-radius: unset;
        opacity: 1;
    }
    .about-certificate .swiper-pagination-bullet-active {
        background: #E31E24;
    }
    .about-certificate_slide {
        width: 208px;
    }
}


