h2 {
    text-align: center;
    font-family: Unbounded;
    font-size: 44px;
    line-height: 48px;
}
.bg_black {
    background: #202136;
}
.bg_grey {
    background: #F5F5F5;
}
.bg_white {
    background: #fff;
    padding: 120px 0;
}
.container {
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.orange__btn {
    border-radius: 90px;
    background: #F1633D;
    height: 42px;
    width: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}
.orange__btn:after {
    content: "";
    background: url(../images/arow-right.svg) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    right: -4px;
}
.white__btn_arrow {
    color: #000000;
    border-radius: 90px;
    height: 72px;
    background: #fff;
    width: 292px;
    font-family: Inter;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 35px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 65px 0 0 0;
    border: 1px #DDE4FF solid;
}
.white__btn_arrow img {
    position: absolute;
    right: 4px;
    top: 4px;
}
.banner__main {
    height: 798px;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat !important;
}
.banner__main_bg {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    background-blend-mode: multiply;
}
.banner__main_img {
    position: absolute;
    right: 45px;
    z-index: 2;
}
.banner__main_wrap {
    color: #fff;
    padding: 0 0 0 90px;
    max-width: 600px;
    position: relative;
    z-index: 2;
    top: -35px;
}
.banner__main_wrap h1 {
    font-family: Unbounded;
    font-size: 60px;
    line-height: 68px;
}
.banner__main_wrap h1 span {
    font-family: Unbounded-Light;
    font-weight: 300;
}
.banner__main_subtitle {
    font-size: 22px;
    line-height: 28px;
    font-family: Unbounded;
}
.banner__main_text {
    font-size: 24px;
    padding: 35px 0 0 0;
}
.ecm__logos {
    gap: 20px;
    margin: 80px 0 0 0;
    justify-content: center;
}
.ecm__logos img {
    max-width: 100%;
    height: auto;
}
.ecm__b1 {
    padding: 80px 0 0 0;
}
.ecm__b1_text {
    padding: 75px 0 0 0;
    max-width: 940px;
    margin: 0 auto;
    text-align: center;
}
.ecm__b2 {
    margin: 240px 0 0 0;
}
.ecm__b2 .white__btn_arrow {
    margin: 50px 0 0 0;
}
.ecm__ul {
    padding: 0 50px 0 0;
}
.ecm__ul li {
    position: relative;
    padding: 0 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 25px 0;
}
.ecm__ul li p {
    font-size: 20px;
    line-height: 28px;
}
.ecm__ul li:before {
    content: "";
    background: url(../images/check-icon.svg) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ecm__b2_block_wrap {
    background: #F5F5F5;
    border-radius: 60px;
    padding: 60px 90px;
    position: relative;
    min-height: auto;
    margin: 35px 0 0 0;
}
.ecm__b2_block_img {
    position: absolute;
    right: 50px;
    bottom: -5px;
}
@media (max-width: 1600px) {
    .ecm__b2_block {
        padding: 0;

    }
}
.ecm__b2_title {
    max-width: 840px;
    font-size: 28px;
    line-height: 36px;
    font-family: Unbounded;
}
.ecm__b2_title p {
    padding: 0 0 45px 0;
    max-width: 80%;
}
.ecm__b2_block > div:nth-child(1) {
    flex: 0 calc(100% - 530px);
}
.ecm__b2_block > div:nth-child(2) {
    flex: 0 530px;
}
.ecm__b3 {
    gap: 20px;
    margin: 200px 0 120px 0;
}
.ecm__b3 > div {
    flex: 0 calc(50% - 20px);
}
.ecm__b3 > div:nth-child(1) {
    border-radius: 60px;
    overflow: hidden;
}
.ecm__b3_frame {
    border: 1px #DDE4FF solid;
    border-radius: 60px;
    padding: 65px;
    height: 100%;
}
.ecm__b3_frame h2 {
    text-align: left;
    font-size: 36px;
    line-height: 40px;
    padding: 0 0 45px 0;
}
.ecm__b3_img {
    border-radius: 60px;
    width: auto;
    height: 100%;
    min-width: 100%;
}
.ecm__b3_list ul {
    padding: 10px 80px 0 10px;
    width: 90%;
}
.ecm__b3_list ul li {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    padding: 0 0 0 15px;
}
.ecm__b3_list ul li:before {
    content: "";
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 11px;
}
.ecm__b3_list p {
    font-size: 20px;
    line-height: 24px;
}
.ecm__b3_list p strong {
    font-size: 22px;
    line-height: 24px;
    font-family: Inter-SemiBold;
    font-weight: 600;
}
.ecm__b3_list > div {
    border-bottom: 1px #E2E2E2 solid;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
}
.ecm__b3_list > div:last-of-type {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.ecm__b3_list > div > p:first-of-type {
    padding: 0 0 15px 0;
}
.ecm__b3_list > div > p:last-of-type {
    padding: 0;
}
.ecm__form {
    background: #894B88;
    height: 320px;
    border-radius: 60px;
    margin: 235px 0 60px 0;
    padding: 45px 60px;
    position: relative;
}
.ecm__form_title {
    font-size: 44px;
    line-height: 48px;
    color: #fff !important;
    font-family: Unbounded;
    max-width: 750px !important;
    margin: 0 0 35px 0 !important;
}
.ecm__form_img {
    position: absolute;
    right: 60px;
    top: -110px;
}
.ecm__form form p {
    margin: 20px 0 0 0;
}
.ecm__form form p,
.ecm__form form p a {
    color: #fff;
    font-size: 16px;
    font-family: Inter-Regular;
    font-weight: 400;
}
.ecm__form form input:nth-child(1),
.ecm__form form input:nth-child(2),
.ecm__form form input:nth-child(3) {
    flex: 0 calc(33.33% - 94px);
    margin: 0 20px 0 0;
}
.ecm__form form input:last-of-type {
    flex: 0 222px;
}
.ecm__b4 {
    padding: 120px 0;
    margin: 120px 0 0 0;
}
.swiper_system {
    margin: 75px 0 0 0;
    width: 127%;
}
.swiper_system .swiper-slide {
    border-radius: 40px;
    background: #fff;
    padding: 50px 40px;
}
.ecm__b4_inner {
    align-items: center;
}
.ecm__b4_inner > div:nth-child(1) {
    flex: 0 200px;
}
.ecm__b4_inner > div:nth-child(2) {
    flex: 0 calc(100% - 200px);
    padding: 0 0 0 20px;
}
.ecm__b4_inner > div:nth-child(1) img {
    max-width: 100%;
}
.ecm__b4_inner_text {
    font-size: 24px;
    line-height: 26px;
}
.ecm__b4_inner_text p {
    padding: 0 0 20px 0;
}
.ecm__b5_list {
    margin: 70px 0 0 0;
    gap: 20px;
}
.ecm__b5_list > div {
    padding: 60px 40px;
    height: 760px;
    border-radius: 44px;
}
.ecm__b5_list > div {
    flex: 0 calc(50% - 10px);
}
.ecm__b5_list > div:nth-child(1) {
    background: #F1633D;
}
.ecm__b5_list > div:nth-child(2) {
    background: #894B88;
}
.ecm__b5_title {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-family: Unbounded;
    padding: 30px 0;
}
.ecm__b5_ul > div {
    position: relative;
    padding: 0 0 0 60px;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
}
.ecm__b5_list > div:nth-child(1) .ecm__b5_ul > div:before {
    background-color: #A9452B;
}
.ecm__b5_list > div:nth-child(2) .ecm__b5_ul > div:before {
    background-color: #6C2D6B;
}
.ecm__b5_ul {
    width: 86%;
}
.ecm__b5_ul > div:before {
    content: "";
    background-image: url(../images/check-empty.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    border-radius: 90px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ecm__b5 .white__btn_arrow {
    margin: 80px auto 0 auto;
}
.ecm__b6 {
    padding: 200px 0 0 0;
}
.ecm__b6_img {
    margin: 0 auto;
    max-width: 100%;
    transform: translate(0, 4px);
    height: auto;
    padding: 70px 0 0 0;
}
.ecm__b7 {
    padding: 120px 0 0 0;
}
.ecm__b7_list {
    padding: 70px 0 0 0;
}
.ecm__b7_list > div:nth-child(odd) > div:nth-child(1)  {
    order: 2;
}
.ecm__b7_list > div:nth-child(odd) > div:nth-child(2) {
    order: 1;
}
.ecm__b7_list > div:nth-child(even) > div:nth-child(2) {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    flex-direction: column;
}
.ecm__b7_list_inner {
    display: flex;
    align-items: center;
}
.ecm__b7_list_inner > div:nth-child(1) {
    flex: 0 722px;
}
.ecm__b7_list_inner > div:nth-child(2) {
    flex: 0 calc(100% - 722px);
}
.ecm__b7_list_inner > div:nth-child(1) img {
    width: 100%;
    height: auto;
}
.ecm__b7_list_inner_title {
    font-size: 28px;
    line-height: 36px;
    font-family: Unbounded;
    padding: 0 0 20px 0;
}
.ecm__b7_list_inner p {
    max-width: 610px;
}
.ecm__faq {
    margin-top: 70px;
    padding: 90px 0;
}
.ecm__faq_item {
    background: #F5F5F5;
    border-radius: 40px;
    padding: 35px 100px 35px 35px;
    cursor: pointer;
}
.ecm__faq .ecm__form_title {
    text-align: center;
    color: #000000 !important;
    margin: 0 auto !important;
}
.ecm__faq_container {
    margin: 80px 0 0 0;
}
.ecm__faq_item_title {
    font-size: 22px;
    line-height: 28px;
    font-family: Unbounded;
}
.ecm__faq_item_text {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    transition: 0.2s;
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.ecm__faq_item.active .ecm__faq_item_text {
    padding: 20px 0 0 0;
    transition: 0.2s;
    height: auto;
    opacity: 1;
}
.ecm__faq_item {
    position: relative;
    margin: 0 0 12px 0;
    height: auto;
    overflow: hidden;
    transition: 0.2s;
}
.ecm__faq_item.active {
    height: auto;
    transition: 0.2s;
}
.ecm__faq_item.active:after {
    transform: rotate(0deg);
    transition: 0.2s;
}
.ecm__faq_item:after {
    content: "";
    background: url(../images/arrow-faq.svg) no-repeat;
    height: 48px;
    width: 48px;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: 0.2s;
}
.ecm__b8 {
    margin: 120px 0 0 0;
}
.ecm__b8 .ecm__form_title {
    color: #000 !important;
    margin: 0 auto !important;
    max-width: 800px !important;
    text-align: center;
}
.ecm__b8_list {
    gap: 20px;
    margin: 75px 0 0 0;
}
.ecm__b8_list > div {
    padding: 50px 0 0 40px;
    background: #F5F5F5;
    border-radius: 44px;
    flex: 0 calc(50% - 10px);
}
.ecm__b8_list_inner > div:nth-child(1) {
    flex: 0 calc(100% - 310px);
}
.ecm__b8_list_inner > div:nth-child(2) {
    flex: 0 310px;
    display: flex;
    align-items: center;
}
.ecm__b8_list_inner > div:nth-child(2) img {
    max-width: 100%;
    height: auto;
}
.ecm__b8_list_title {
    font-family: Unbounded;
    font-size: 28px;
    line-height: 34px;
    padding: 0 15px 20px 0;
}
.ecm__b8_list_text {
    padding: 0 30px 0 0;
}
.ecm__accord {
    margin: 120px 0 0 0;
}
.ecm__accord .ecm__form_title {
    color: #000 !important;
    margin: 0 auto 35px auto !important;
}
.ecm__accord_inner {
    margin: 115px 0 0 0;
    position: relative;
}
.ecm__accord_inner > div:nth-child(2) img {
    max-width: 100%;
    height: auto;
}
.ecm__accord_item {
    background: #F5F5F5;
    font-size: 40px;
    margin: 0 0 12px 0;
    padding: 32px 40px 35px 40px;
    border-radius: 40px;
    cursor: pointer;
    min-height: 92px;
}
.ecm__accord_title {
    font-family: Unbounded;
    font-size: 22px;
    line-height: 28px;
    position: relative;
}
.ecm__accord_text {
    display: none;
}
.ecm__accord_inner_img {
    display: none;
}
.ecm__accord_text.active {
    display: block;
}
.ecm__accord_inner_img.active {
    display: block;
}
.ecm__accord_item .ecm__accord_text {
    font-size: 20px;
    line-height: 26px;
    padding: 27px 0 0 0;
    transition: 0.2s;
}
.ecm__accord_item.active .ecm__accord_text {
    padding: 20px 0 0 0;
    transition: 0.2s;
}
.ecm__accord_item svg {
    border-radius: 70px;
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -15px;
    top: calc(50% - 20px);
    padding: 14px;
}
.ecm__accord_item svg path {
    width: 13px;
    height: 8px;
}
.ecm__accord_item.active svg {
    transform: rotate(-180deg);
}
.ecm__accord_item.active svg path {
    fill: #F18739;
}
.ecm__accord_item.active {
    background: #F18739;
}
.ecm__accord_item.active .ecm__accord_title,
.ecm__accord_item.active .ecm__accord_text {
    color: #fff;
}
.ecm__accord_inner_img {
    width: 600px;
    height: auto;
}
.ecm__accord_item {
    height: 92px;
    transition: 0.2s;
    width: 876px;
}
.ecm__accord_item.active {
    height: auto;
    transition: 0.2s;
}
.ecm__accord_inner_img {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;
}
.swiper_solution .swiper-slide {
    background: #F5F5F5;
    border-radius: 24px;
    padding: 30px 20px;
}
.ecm__b8_mobile {
    display: none;
}
/* Спорт Модуль */

.sport-module nav ul li a {
    color: #fff;
}
.sport-module .banner__main_wrap h1,
.sport-module .banner__main_subtitle,
.sport-module .banner__main_text,
.sport-module .ecm__form_title,
.sport-module .ecm__form form p, .sport-module .ecm__form form p a  {
    color: #000 !important;
}
.sport-module ::-webkit-input-placeholder {color:#000;}
.sport-module ::-moz-placeholder          {color:#000;}
.sport-module:-moz-placeholder           {color:#000;}
.sport-module :-ms-input-placeholder      {color:#000;}


.sport-module .banner__main_wrap h1 {
    padding: 0 0 40px 0;
}
.sport-module .banner__main_text {
    padding: 10px 0 0 0;
}
.sport-module .white__btn_arrow {
    width: 320px;
}
.ecm_sport__b1_img {
    margin: 0 auto;
}
.ecm_sport__b1_text {
    color: #fff;
    text-align: center;
    margin: 35px 0 0 0;
}
.ecm_sport__b1 {
    position: relative;
    max-width: 1510px;
    margin: 0 auto;
}
.ecm_sport__b1 h2 {
    color: #fff;
}
.ecm_sport__b2 {
    padding: 85px 0 0 0;
}
.ecm_sport__b2 h2 {
    text-align: center;
    color: #fff;
    padding: 0 0 70px 0;
}
.ecm_sport__b2_list {
    gap: 20px;
}
.ecm_sport__b2_list > div {
    flex: 0 calc(33.33% - 20px);
    position: relative;
}
.ecm_sport__b2_list_text {
    clip-path: polygon(0% 23%, 100% 0%, 100% 1000%, 0 100%);
    height: 187px;
    width: 100%;
    font-size: 28px;
    font-family: Unbounded;
    position: absolute;
    bottom: 0;
    background: #C5EF4B;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0 0 0;
}
.ecm_sport__b2_list img {
    width: 100%;
    height: auto;
}
.ecm_sport__b2_text {
    text-align: center;
    color: #fff;
    margin: 80px 0 0 0;
    font-size: 24px;
}
.ecm_sport__b3 {
    background: #fff;
    padding: 120px 0;
}
.ecm_sport__b3_subtitle {
    text-align: center;
    padding: 35px 0 20px 0;
    font-size: 24px;
    line-height: 130%;
}
.ecm_sport__b3 .ecm__b7_list > div:nth-child(even) > div:nth-child(2) {
    align-items: start;
    max-width: 600px;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 0 70px;
}
.ecm_sport__b4 {
    background: #F5F5F5;
    padding: 120px 0;
}
.ecm_sport__b4_subtitle {
    text-align: center;
    font-size: 24px;
    padding: 40px 0 0 0;
}
.ecm_sport__b4_list {
    gap: 20px;
}
.ecm_sport__b4_list > div:nth-child(1) {
    flex: 0 492px;
}
.ecm_sport__b4_list > div:nth-child(2) {
    flex: 0 calc(100% - 522px);
}
.ecm_sport__b4_list_inner {
    background: #fff;
    border-radius: 44px;
    overflow: hidden;
    padding: 45px 45px 30px 45px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: 0 0 20px 0;
}
.ecm_sport__b4_list_inner p {
    font-size: 24px;
}
.ecm_sport__b4_list_inner img {
    width: fit-content;
    height: 120px;
}
.ecm_sport__b4_list {
    margin: 90px 0 0 0;
}
.ecm_sport__b4_list_inner_row_2 {
    justify-content: space-between;
}
.ecm_sport__b4_list_inner_row_2 > div {
    flex: 0 calc(50% - 10px);
}
.ecm_sport__b4_text {
    font-size: 24px;
    padding: 60px 0 0 0;
    text-align: center;
    width: 96%;
    margin: 0 auto;
}
.ecm__form_bg_white .ecm__form {
    margin: 130px 0 0 0;
}
.ecm__form_bg_white {
    background: #fff;
    padding: 10px 0 120px 0;
}
.ecm_sport__b1_anim {
    position: relative;
    height: 880px;
    margin: 0 auto;
    z-index: 5;
    animation:divAnim 5s;
    -moz-animation:divAnim 5s; /* Firefox */
    -webkit-animation:divAnim 5s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
.ecm_sport__b1_bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 240px;
    opacity: 0;
    animation:divBg 5s;
    -moz-animation:divBg5s; /* Firefox */
    -webkit-animation:divBg 5s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
.ecm_sport__b1_anim_list {
    position: absolute;
    z-index: 2;
    bottom: 200px;
    width: 100%;
    height: 880px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    gap: 20px;
}
.ecm_sport__b1_anim_list > div {
    flex: 0 calc(25% - 20px);
    position: relative;
}
.ecm_sport__b1_img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    opacity: 0;
    animation:divImage 1s;
    -moz-animation:divImage 1s; /* Firefox */
    -webkit-animation:divImage 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 6s;
}
.ecm_sport__b1_img.wipe-enter {
    animation:divImage 1s;
    -moz-animation:divImage 1s; /* Firefox */
    -webkit-animation:divImage 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 6s;
    opacity: 0;
}
.ecm_sport__b1_mobile {
    display: none;
}
.ecm_sport__b1_anim_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 0;
    height: 100%;
}
.ecm_sport__b1_anim_wrap > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 104px;
}
.ecm_sport__b1_anim_link {
    width: 96px;
    height: 24px;
    margin: 0 auto;
    border-radius: 90px;
    border: 1px #fff solid;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}
.ecm_sport__b1_anim_title {
    font-size: 14px;
    color: #fff;
    font-family: Unbounded;
    text-align: center;
    padding: 0;
    animation:divTitle 1.5s;
    -moz-animation:divTitle 1.5s; /* Firefox */
    -webkit-animation:divTitle 1.5s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 8s;
    position: relative;
}
.title_up {
    opacity: 0;
    visibility: hidden;
    animation:divUp 1.1s;
    -moz-animation:divUp 1.1s; /* Firefox */
    -webkit-animation:divUp 1.1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 7.5s;
    position: absolute;
    bottom: -10px;
}
.title_down {
    animation:divDown 1.5s;
    -moz-animation:divDown 1.5s; /* Firefox */
    -webkit-animation:divDown 1.5s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 4s;
}
.ecm_sport__b1_anim_maintitle {
    text-align: center;
    color: #fff;
    font-family: Unbounded;
    font-size: 22px;
    line-height: 28px;
    top: 570px;
    position: relative;
    z-index: 1;
    opacity: 0;
    animation:divMainTitle 1.1s;
    -moz-animation:divMainTitle 1.1s; /* Firefox */
    -webkit-animation:divMainTitle 1.1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 6s;
}
.ecm_sport__b1_anim_wrap {
    /*Устанавливаем время и имя анимации
    -webkit-animation-duration: 1.7s;
    animation-duration: 1.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 2s;
    opacity: 0;*/

}
/* @-webkit-keyframes fadeIn {
0% {opacity: 0;top: 200px;}
100% {opacity: 1;top: 130px;}
}
@keyframes fadeIn {
0% {opacity: 0;top: 200px;}
100% {opacity: 1;top: 130px;}
}
@-webkit-keyframes opacityIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes opacityIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes textIn {
0% {opacity: 0;bottom: 0px;}
100% {opacity: 1;bottom: 35px;}
}
@keyframes textIn {
0% {opacity: 0;bottom: 0px;}
100% {opacity: 1;bottom: 35px;}
}*/
.sport-module .banner__main {
    position: relative;
    background-size: contain !important;
}
.banner__main_ball {
    position: absolute;
    bottom: 9px;
    right: 480px;
}
.banner__main_ball.active {
    transform: translateX(0) rotate(-160deg);
    animation: bounce-in-right 2s ease;
}
@-webkit-keyframes bounce-in-right {
    0% {right: 270px;transform: translateX(270px) rotate(0deg);}
    60% {transform: translateX(-50px) rotate(-180deg);}
    100% {right: 480px;transform: translateX(0) rotate(-160deg);}
}

@keyframes bounce-in-right {
    0% {right: 270px;transform: translateX(270px) rotate(0deg);}
    60% {transform: translateX(-50px) rotate(-180deg);}
    100% {right: 480px;transform: translateX(0) rotate(-160deg);}
}
/*Анимация */
.ecm_sport__b1_anim_list > div {
    max-width: 280px;
    border-radius: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
}
.ecm_sport__b1_text_container {
    z-index: 4;
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 880px;
    overflow: hidden;
    animation:divContainer 2s;
    -moz-animation:divContainer 2s; /* Firefox */
    -webkit-animation:divContainer 2s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
.ecm_sport__b1_anim_list > div {
    position: absolute;
    display: flex;
    align-items: center;
    height: 104px;background: #33334B;width: 280px;
}
.ecm_sport__b1_anim_list > div:nth-child(1) {
    animation:divOne 6s;
    -moz-animation:divOne 6s; /* Firefox */
    -webkit-animation:divOne 6s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 2s;
    left: 135px;top: 195px;
}
.ecm_sport__b1_anim_list > div:nth-child(2) {
    animation:divTwo 6s;
    -moz-animation:divTwo 6s; /* Firefox */
    -webkit-animation:divTwo 6s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 2s;
    left: 0px;top: 555px;
}
.ecm_sport__b1_anim_list > div:nth-child(3) {
    animation:divThree 6s;
    -moz-animation:divThree 6s; /* Firefox */
    -webkit-animation:divThree 6s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 2s;
    right: 130px;top: 135px;
}
.ecm_sport__b1_anim_list > div:nth-child(4) {
    animation:divFour 6s;
    -moz-animation:divFour 6s; /* Firefox */
    -webkit-animation:divFour 6s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 2s;
    right: 0px;top: 635px;
}
@keyframes divOne {
    from {left: 135px;top: 195px;height: 104px;background: #33334B;width: 280px;}
    to{left: 330px;top: 510px;height: 313px;background: #171719;width: 205px;}
}
@keyframes divTwo {
    from {left: 0px;top: 555px;height: 104px;background: #33334B;width: 280px;}
    to{left: 545px;top: 510px;height: 313px;background: #171719;width: 205px;}
}
@keyframes divThree {
    from {right: 130px;top: 135px;height: 104px;background: #33334B;width: 280px;}
    to{right: 545px;top: 510px;height: 313px;background: #171719;width: 205px;}
}
@keyframes divFour {
    from {right: 0px;top: 635px;height: 104px;background: #33334B;width: 280px;}
    to{right: 330px;top: 510px;height: 313px;background: #171719;width: 205px;}
}
@keyframes divBg {
    from {opacity: 0;}
    to{opacity: 1;}
}
@keyframes divImage {
    from {opacity: 0;}
    to{opacity: 1;}
}
@keyframes divContainer {
    from {top: 340px;height: 880px;}
    to{top: 150px;height: 1180px;}
}
@keyframes divAnim {
    from {height: 880px;}
    to{height: 1180px;}
}
@keyframes divTitle {
    from {top: 0;}
    to{top: 90px;}
}
@keyframes divUp {
    from {opacity: 0;visibility: hidden;bottom: -10px;}
    to{opacity: 1;visibility: visible;bottom: 10px;}
}
@keyframes divDown {
    from {opacity: 1;}
    to{opacity: 0;}
}
@keyframes divMainTitle {
    from {opacity: 0;top: 570px;}
    to{opacity: 1;top: 510px;}
}
/* Blog */
.blog__header {
    height: 370px;
    background: #2A56FF;
    border-radius: 60px;
    margin: 80px 0 40px 0;
    padding: 0 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.blog__header h1 {
    font-family: Unbounded;
    color: #fff;
    font-size: 44px;
    line-height: 48px;
}
.blog__header_bottom {
    gap: 40px;
    padding: 40px 0 0 0;
    font-family: 'Inter';
}
.blog__header_bottom p {
    font-size: 20px;
    color: #fff;
}
.blog__header_bottom > div {
    gap: 10px;
}
.blog__content h2 {
    font-size: 36px;
    line-height: 40px;
    font-family: Unbounded;
    padding: 0 0 40px 0;
    text-align: left;
}
.blog__content_text_block ol {
    list-style: none;
    counter-reset: item;
    padding: 30px 0 0 0;
}
.blog__content_text_block ol li {
    counter-increment: item;
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 35px 0;
}
.blog__content_text_block ol li::before {
    content: counter(item); /* Вот такой внушительный номер */
    background-color: #F5F5F5; /* Оттенок серого для тла */
    border-radius: 50%; /* Заметная округлость формы */
    color: #333; /* В тон к цвету подстраиваемся */
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    font-size: 20px;
}
.blog__content_text_block ol li strong {
    font-size: 20px;
    line-height: 28px;
    font-family: Unbounded;
    display: block;
    padding: 0 0 8px 0;
}
.blog__content_text_block ol li p {
    font-size: 20px;
    line-height: 26px;
    padding: 8px 0 0 0;
}
.blog__content_text_block {
    padding: 60px 0;
    max-width: 1004px;
    margin: 0 auto;
}
.blog__content_text_block p {
    font-size: 20px;
    line-height: 125%;
    padding: 0 0 10px 0;
}
.blog__content_text_block p:last-of-type {
    padding: 0;
}
.blog__content_numeric > p:nth-child(1) {
    font-size: 72px;
    line-height: 78px;
    font-family: Unbounded;
}
.blog__content_numeric > p:nth-child(2) {
    font-size: 28px;
    line-height: 36px;
    font-family: Unbounded;
}
.blog__content_numeric_text p {
    font-size: 28px;
    line-height: 36px;
    font-family: Unbounded;
}
.blog__content_numeric_text a {
    color: #F1633D;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 20px 0 0 0;
}
.blog__content_numeric_block {
    height: 308px;
    border-radius: 60px;
    overflow: hidden;
    background: #FAFAFF;
    padding: 0 64px;
    display: flex;
    align-items: center;
    position: relative;
}
.blog__content_numeric_block_inner {
    gap: 40px;
    position: relative;
    z-index: 1;
}
.blog__content_numeric_text {
    flex: 0 73%;
}
.blog__content_numeric_block_scale {
    background: rgb(226,231,252);
    background: linear-gradient(90deg, rgba(226,231,252,0) 0%, rgba(236,240,255,1) 100%);
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog__content_numeric_block_scale_vert {
    background: rgb(226,231,252);
    background: linear-gradient(0deg, rgba(226,231,252,0) 0%, rgba(236,240,255,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
}
.blog__content_numeric_block_scale.active {
    animation:Scale 3s;
    -moz-animation:Scale 3s; /* Firefox */
    -webkit-animation:Scale 3s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
.blog__content_numeric_block_scale_vert.active {
    animation:ScaleTwo 3s;
    -moz-animation:ScaleTwo 3s; /* Firefox */
    -webkit-animation:ScaleTwo 3s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    animation-delay: 1s;
}
.blog__content_slider {
    max-width: 1004px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: calc(100% - 440px) 440px;
}
.blog__content_slider > div:nth-child(1) {
    padding: 0 60px 0 0;
}
.swiper_content_slider {
    overflow: hidden;
    position: relative;
    border-radius: 24px;
}
.swiper_content_slider .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 24px;
}
.blog__content_slider p {
    font-size: 20px;
    line-height: 127%;
    padding: 0 0 10px 0;
}
.blog__content_slider p:last-of-type {
    padding: 0;
}
.swiper-pagination-bullet {
    background: #fff !important;
    width: 6px !important;
    height: 6px !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    width: 32px !important;
    background: #2A56FF !important;
    border-radius: 6px !important;
}
.swiper-pagination-bullets {
    background: rgba(0,0,0,0.8) !important;
    height: 14px !important;
    padding: 4px !important;
    border-radius: 70px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    width: fit-content !important;
    bottom: 16px !important;
}
.swiper-pagination-bullets {
    padding: 0 2px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px !important;
}
.blog__content_text_img {
    background: #F5F5F5;
    border-radius: 60px;
    padding: 65px;
    margin: 115px 0 60px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog__content_text_img > div:nth-child(1) {
    flex: 0 calc(100% - 611px);
    padding: 0 60px 0 0;
}
.blog__content_text_img > div:nth-child(2) {
    flex: 0 611px;
}
.blog__content_text_img > div:nth-child(2) img {
    width: 100%;
    height: auto;
}
.blog__content_text_img p {
    font-size: 20px;
    line-height: 26px;
    padding: 0 70px 8px 0;
}
.blog__content_text_img p:last-of-type {
    padding: 0 70px 0 0;
}
.blog__content_text_img_bottom > div {
    flex: 0 100% !important;
}
.blog__content_text_img_bottom > div:nth-child(2) {
    height: 400px;
    overflow: hidden;
    margin: 40px 0 0 0;
}
.blog__content_text_img_bottom > div:nth-child(2) img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.blog__content_number h2 {
    max-width: 1004px;
    margin: 0 auto;
}
.blog__content_number_bg {
    background: #2A56FF;
    padding: 60px 60px 30px 60px;
    border-radius: 24px;
}
.blog__content_number_list {
    padding: 0 0 25px 0;
}
.blog__content_number_list > div {
    flex: 0 25%;
    color: #fff;
    padding: 0 24px 0 0;
}
.blog__content_number_list > div p:nth-child(1) {
    font-size: 36px;
    line-height: 40px;
    font-family: Unbounded;
}
.blog__content_number_list > div p:nth-child(2) {
    font-size: 20px;
    line-height: 26px;
    padding: 17px 0 0 0;
}
.blog__content_number_bg a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.blog__content_list_icon {
    gap: 20px;
    margin: 40px 0 60px 0;
}
.blog__content_list_icon > div {
    background: #F5F5F5;
    border-radius: 24px;
    padding: 40px 45px;
    flex: 0 calc(33.33% - 20px);
}
.blog__content_list_icon_title {
    font-size: 20px;
    line-height: 28px;
    font-family: Inter;
    font-weight: 900;
    padding: 40px 0 10px 0;
}
.blog__content_list_icon > div p {
    font-size: 14px;
    line-height: 20px;
}
.blog__content_list_icon > div a {
    color: #F1633D;
    text-decoration: underline;
}
.blog__bg_grey {
    padding: 60px 0 120px 0;
    background: #F5F5F5;
}
.blog__content_text_block_link {
    height: 72px;
    border-radius: 60px;
    background: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    font-family: Inter;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    padding: 0 3px 0 35px;
    border: 1px #E1E1E1 solid;
}
.blog__content_text_block_link > img {
    height: 64px !important;
    width: 64px !important;
    margin: 0 0 0 15px;
}
.blog__content_img {
    position: relative;
    margin: 0 auto;
}
.blog__content_img img {
    width: 100%;
    height: auto;
    border-radius: 60px;
}
.blog__content_text_block_link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blog__content .ecm__form {
    background: #2A56FF;
    margin: 115px 0 0 0;
}
.ecm__b8_list_tag {
    height: 27px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 900;
    font-size: 10px;
    border-radius: 40px;
    margin: 0 0 10px 0;
}
.ecm__b8_list_tag.blue {
    background: #2A56FF;
}
.ecm__b8_list_tag.red {
    background: #F1633D;
}
.swiper_content_slider .swiper-slide-last-slider {
    height: auto !important;
}
.swiper_content_slider_container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    background: #2A56FF;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    border-radius: 24px;
    padding: 0 50px;
}
.swiper_content_slider_container p {
    font-size: 28px !important;
    line-height: 36px !important;
    font-family: Unbounded;
    color: #fff;
    width: 50%;
}
.swiper_content_slider_container a {
    width: 100%;
    font-size: 14px;
    position: relative;
    background: #fff;
    border-radius: 70px;
    height: 48px;
    display: block;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    font-family: Inter;
    text-transform: uppercase;
    padding: 0 3px 0 30px;
    border: 1px #E1E1E1 solid;
    margin: 35px 0 0 0;
}
.swiper_content_slider_container a > img {
    height: 40px !important;
    width: 40px !important;
    margin: 0 0 0 15px;
    position: absolute;
    right: 3px;
}
/* Blog Page */

.blog_page__tag_wrap.fixed {
    position: fixed;
    background: #fff;
    width: 100%;
    top: 86px;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 15px 0;
    -webkit-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 4px 4px 40px 0px rgba(0, 0, 0, 0.12);
}
.blog_page__tag_wrap.fixed .blog_page__tag > div {
    font-size: 14px;
    transition: 0.15s;
}
.blog_page__tag_wrap.fixed .blog_page__tag {
    max-width: 1520px;
    margin: 0 auto;
}
.blog_page {
    padding: 90px 0 0 0;
}
.blog_page__list {
    gap: 20px;
}
.blog_page h1 {
    font-size: 60px;
    line-height: 68px;
    font-family: Unbounded;
}
.blog_page__subtitle {
    font-size: 20px;
    padding: 12px 0 0 0;
}
.blog_page__list {
    margin: 40px 0 50px 0;
}
.blog_page__list > div:nth-child(1) {
    flex: 0 calc(100% - 20px);
    flex-direction: row;
    height: 480px;
}
.blog_page__list > div:nth-child(1) .blog_page__list_wrap {
    padding: 0 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    flex: 0 calc(100% - 500px);
}
.blog_page__list > div:nth-child(1) .blog_page__list_img {
    flex: 0 500px;
    overflow: hidden;
}
.blog_page__list > div:nth-child(1) .blog_page__list_img img {
    min-width: 100%;
    width: auto;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.blog_page__list > div:nth-child(1) h3 {
    font-size: 18px;
    line-height: 25px;
    font-family: Unbounded;
    padding: 10px 0 0 0;
}
.blog_page__list > div {
    flex: 0 calc(33.33% - 20px);
    border-radius: 60px;
    background: #F5F5F5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}
.blog_page__list > div.active {
    display: flex;
}
.blog_page__list h3 {
    font-size: 22px;
    line-height: 28px;
    font-family: Unbounded;
}
.blog_page__list_wrap {
    padding: 40px 40px 20px 40px;
}
.blog_page__list_tag {
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 29px;
    border-radius: 40px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 0 15px 0;
    transition: 0.15s;
}
.blog_page__list_desc {
    font-size: 16px;
    padding: 15px 0 0 0;
}
.blog_page__list_bottom p {
    color: #969696;
    font-size: 16px;
}
.blog_page__list_bottom_item {
    align-items: center;
    gap: 8px;
}
.blog_page__list_bottom {
    gap: 30px;
    margin: 20px 0 0 0;
}
.blog_page__tag {
    gap: 10px;
    margin: 60px 0 0 0;
}
.blog_page__tag > div {
    background: #fff;
    border: 1px #E3E3E3 solid;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 7px 0 20px;
    border-radius: 70px;
    gap: 16px;
    cursor: pointer;
}
.blog_page__tag > div.active {
    background: #F1633D;
    border: 1px #F1633D solid;
    color: #fff;
}
.blog_page__tag > div.active span {
    background: #E1542E;
    color: #fff;
}
.blog_page__tag > div span {
    min-width: 34px;
    height: 28px;
    background: #F5F5F5;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.blog_page__more {
    height: 42px;
    color: #fff;
    background: #F1633D;
    margin: 0 auto;
    display: flex;
    border-radius: 50px;
    align-items: center;
    padding: 0 16px;
    width: fit-content;
    cursor: pointer;
}
.to_top {
    border-radius: 90px;
    background: #F5F5F5;
    height: 81px;
    width: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    right: 40px;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s;
}
.to_top.fixed {
    position: fixed;
    opacity: 1;
    transition: 0.2s;
}
.no-tag .blog_page__list_tag {
    display: none;
}
.fixed-header {
    z-index: 100!important;
}
/* Blog Home */
.home__blog {
    padding-bottom: 120px;
}
.home__blog h2 {
    text-align: left;
    font-size: 44px;
    line-height: 48px;
    font-family: Unbounded;
}
.home__blog_subtitle {
    padding: 25px 0 0 0;
}
.home__blog_v1_item > div:nth-child(1) {
    flex: 0 calc(100% - 450px);
    height: 100%;
}
.home__blog_v1_item > div:nth-child(2) {
    flex: 0 450px;
    height: 100%;
}
.home__blog_v1_item > div:nth-child(2) img {
    width: fit-content;
    max-width: 100%;
}

@media (max-width: 1599px) {
    .home__blog_v1_item > div:nth-child(2) img {
        transform: scale(1.1);
    }
}
.home__blog_v1_item h3 {
    font-size: 28px;
    line-height: 36px;
    font-family: Unbounded;
}
.home__blog_v1_item {
    background: #F5F5F5;
    border-radius: 60px;
    margin: 75px 0 0 0;
    overflow: hidden;
}
.home__blog_v1_content {
    padding: 40px 0 40px 100px;
}
.home__blog_v1_item > div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}
.home__blog_v1_header {
    gap: 45px;
    padding: 0 0 25px 0;
}
.home__blog_v1_inner {
    align-items: center;
    gap: 10px;
}
.home__blog_v1_header p {
    color: #969696;
    font-size: 16px;
}
.home__blog_v1_subtitle {
    font-size: 20px;
    padding: 10px 0 0 0;
    font-family: 'Inter';
}
@media (max-width: 1200px) {
    .home__blog_v1_item > div:nth-child(2) img {
        transform: scale(1);
    }
    .home__blog_v1_subtitle {
        display: none;
        /*font-size: 18px;*/
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        /*max-width: 400px;*/
    }
}
@media (max-width: 992px) {
    .home__blog_v1_subtitle {
        display: block;
        /*font-size: 18px;*/
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        /*text-overflow: ellipsis;*/
        /*max-width: 400px;*/
    }
}
.home__blog_v1_link {
    width: 223px;
    height: 56px;
    border-radius: 90px;
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000000;
    margin-top: 30px;
}
.swiper_home_blog {
    margin: 75px 0 0 0;
}
.swiper_home_blog .swiper-slide {
    background: #F5F5F5;
    border-radius: 60px;
    padding: 40px 40px 0  40px;
}
.swiper_home_blog .swiper-slide img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.swiper_home_blog .swiper-slide h3 {
    font-size: 22px;
    line-height: 28px;
    font-family: Unbounded;
}
.home__blog_v2_subtitle {
    font-size: 20px;
    padding: 15px 0 0 0;
}
.home__blog_v2_bottom {
    gap: 25px;
}
.home__blog_v2_bottom p {
    color: #969696;
    font-size: 16px;
}
.home__blog_v2_inner {
    align-items: center;
    gap: 10px;
}
.home__blog_v2_tag {
    background: #fff;
    border-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 29px;
    padding: 0 10px;
    width: fit-content;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.home__blog_v2_bottom {
    margin: 20px 0 80px 0;
}
.home__blog_more {
    border-radius: 60px;
    background: #F1633D;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    width: fit-content;
    text-decoration: none;
    gap: 8px;
    padding: 0 17px;
    margin: 80px 0 0 0;
}
.home__blog_v2_header {
    position: relative;
}
.swiper-button-next-blog,
.swiper-button-prev-blog {
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.home__blog_v2_header .swiper-button-disabled {
    opacity: 1 !important;
}
.swiper-button-prev-blog {
    left: 0 !important;
}
.swiper-button-next-blog {
    right: 0 !important;
}
.swiper-button-prev-blog:after {
    content: "" !important;
    background: url(../images/hb-prev.svg) no-repeat center !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 90px !important;
    border: 1px #E3E3E3 solid !important;
}
.swiper-button-next-blog:after {
    content: "" !important;
    background: url(../images/hb-next.svg) no-repeat center !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 90px !important;
    border: 1px #E3E3E3 solid !important;
}
.home__blog_v2_header > div:nth-child(1) {
    flex: 0 calc(100% - 124px);
}
.home__blog_v2_header > div:nth-child(2) {
    flex: 0 124px;
}
.swiper_home_blog_btn {
    position: relative;
    width: 100%;
    height: 56px;
}

.home__blog_v1_header.flex > :nth-child(2) {
    /*display: none;*/
}
.home__blog_v1_content {
    padding: 40px 100px 40px 100px!important;
}
.home__blog_v1_item h3 {
    font-weight: 800;
}
@media (max-width: 1600px) {
    .home__blog_v1_content {
        padding: 30px 50px 30px 50px!important;
    }
}
@media (max-width: 1400px) {
    .home__blog_v1_item {
        padding: 0!important;
    }
}
/* Home Custom Slider */
.home_custom__slider {
    height: 560px;
    position: relative;
}
.home_custom__slider_container {
    padding: 20px 0 120px 0;
}
.home_custom__slider_container h2 {
    padding: 0 0 75px 0;
    font-weight: 800;
}
.home_custom_slider__item {
    height: 560px;
    border-radius: 60px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}
.home_custom_slider__title {
    font-size: 36px;
    line-height: 49px;
    font-family: Unbounded;
    color: #fff;
}
.home_custom_slider__text {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    padding: 20px 0 0 0;
}
.home_custom_slider__item_inner {
    flex-direction: column;
    justify-content: space-between;
    padding: 80px 0 80px 90px;
}
.home_custom_slider__item > div:nth-child(1) {
    flex: 0 calc(100% - 800px);
}
.home_custom_slider__item > div:nth-child(2) {
    flex: 0 800px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
.home_custom_slider__item > div:nth-child(2) img {
    width: fit-content;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.home_custom_slider__link {
    background: #fff;
    border-radius: 60px;
    font-size: 14px;
    font-family: Inter;
    font-weight: 500;
    width: fit-content;
    text-decoration: none;
    align-items: center;
    color: #000000;
    text-transform: uppercase;
    height: 48px;
    padding: 0 0 0 30px;
    justify-content: space-between;
    width: 263px;
}
.home_custom_slider__link img {
    padding: 0 5px 0 0;
}
/*.home_custom_slider__2 > div:nth-child(2) img {*/
/*    left: -130px;*/
/*}*/
/*.home_custom_slider__4 > div:nth-child(2) img {*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
.home_custom_slider__5 > div:nth-child(2) img {
    left: 50%;
    transform: translateX(-50%);
}
.home_custom_slider__4 .home_custom_slider__title,
.home_custom_slider__4 .home_custom_slider__text {
    color: #000000;
}
.home_custom_slider__2.step_2 {
    width: 1516px !important;
    top: 0px !important;
    transition: 0.6s;
}
.home_custom_slider__3.step_1 {
    width: calc(100% - 140px) !important;
    top: 40px !important;
    transition: 0.6s;
}
.home_custom_slider__3.step_2 {
    width: calc(100% - 70px) !important;
    top: 40px !important;
    transition: 0.6s;
}
.home_custom_slider__3.step_3 {
    width: 1516px !important;
    top: 40px !important;
    transition: 0.6s;
}
.home_custom_slider__4.step_1 {
    width: calc(100% - 210px) !important;
    top: 40px !important;
    transition: 0.6s;
}
.home_custom_slider__4.step_2 {
    width: calc(100% - 140px) !important;
    top: 40px !important;
    transition: 0.6s;
}
.home_custom_slider__4.step_3 {
    width: calc(100% - 70px) !important;
    top: 40px !important;
    transition: 0.6s;
}
.home_custom_slider__4.step_4 {
    /*width: 100% !important;*/
    /*width: 100%;*/
    /*top: 30px;*/
    /*top: 30px !important;*/
    /*transition: 0.6s;*/

    width: 1516px !important;
    top: 40px;
    transition: 0.6s;
}
/*.home_custom_slider__4.active.forward,*/
/*.home_custom_slider__4.active {*/
/*    width: 1516px !important;*/
/*}*/
.home_custom_slider__5.step_1 {
    width: calc(80% - 280px) !important;
    top: 30px !important;
    transition: 0.6s;
}
.home_custom_slider__5.step_2 {
    width: calc(100% - 210px) !important;
    top: 30px !important;
    transition: 0.6s;
}
.home_custom_slider__5.step_3 {
    width: calc(100% - 140px) !important;
    top: 30px !important;
    transition: 0.6s;
}
.home_custom_slider__5.step_4 {
    width: calc(100% - 70px) !important;
    top: 50px !important;
    transition: 0.6s;
}
.home_custom_slider__5.step_5 {
    width: 100% !important;
    top: 30px !important;
    transition: 0.6s;
}
.home_custom_slider__5.active {
    width: 100% !important;
    top: 30px !important;
    transition: 0.6s;
}
.home_custom_slider__5.step_5,
.home_custom_slider__5.active {
    width: 100% !important;
    top: 30px !important;
    transition: 0.6s;
}
/*.home_custom_slider__5.active.forward,*/
/*.home_custom_slider__5.active {*/
/*    width: 1516px !important;*/
/*}*/

.home_custom_slider__1 {
    z-index: 5;
    width: 1516px;
    top: 0;
    transition: 0.2s;
}
.home_custom_slider__2 {
    z-index: 4;
    width: 1446px;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    transition: 0.2s;
}
.home_custom_slider__3 {
    z-index: 3;
    width: 1376px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    transition: 0.2s;
}
.home_custom_slider__4 {
    z-index: 2;
    width: 1306px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    transition: 0.2s;
}
.home_custom_slider__5 {
    z-index: 1;
    width: 1306px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    transition: 0.2s;
}
.home_custom_slider__1.active {
    animation:slideOne 1s;
    -moz-animation:slideOne 1s; /* Firefox */
    -webkit-animation:slideOne 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    transition: 0.2s;
}
@keyframes slideOne {
    from {top: 0;opacity: 1;width: 1516px;}
    to{top: -1000px;opacity: 0;width: 1516px;}
}
.home_custom_slider__2.active {
    animation:slideTwo 1s;
    -moz-animation:slideTwo 1s; /* Firefox */
    -webkit-animation:slideTwo 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    transition: 0.2s;
}
@keyframes slideTwo {
    from {top: 0;opacity: 1;width: 1516px;}
    to{top: -1000px;opacity: 0;width: 1516px;}
}
.home_custom_slider__3.active {
    animation:slideThree 1s;
    -moz-animation:slideThree 1s; /* Firefox */
    -webkit-animation:slideThree 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    transition: 0.2s;
}

@keyframes slideThree {
    from {top: 0;opacity: 1;width: 1516px;}
    to{top: -1000px;opacity: 0;width: 1516px;}
}

.home_custom_slider__4.active {
    animation:slideFour 1s;
    -moz-animation:slideFour 1s; /* Firefox */
    -webkit-animation:slideFour 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
    transition: 0.2s;

}
@keyframes slideFour {
    from {top: 0;opacity: 1;width: 1516px;}
    to{top: -1000px;opacity: 0;width: 1516px;}
}

.home_custom_slider__1.forward {
    animation:slideOneForward 1s;
    -moz-animation:slideOneForward 1s; /* Firefox */
    -webkit-animation:slideOneForward 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}
@keyframes slideOneForward {
    from {top: -1000px;opacity: 1;width: 1516px;}
    to{top: 0px;opacity: 1;width: 1516px;}
}
.home_custom_slider__2.forward {
    animation:slideTwoForward 1s;
    -moz-animation:slideTwoForward 1s; /* Firefox */
    -webkit-animation:slideTwoForward 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}
@keyframes slideTwoForward {
    from {top: -1000px;opacity: 1;width: 1516px;}
    to{top: 20px;opacity: 1;width: 1446px;}
}
.home_custom_slider__3.forward {
    animation:slideThreeForward 1s;
    -moz-animation:slideThreeForward 1s; /* Firefox */
    -webkit-animation:slideThreeForward 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}
@keyframes slideThreeForward {
    from {top: -1000px;opacity: 1;width: 1516px;}
    to{top: 40px;opacity: 1;width: 1376px;}
}
.home_custom_slider__4.forward {
    animation:slideFourForward 1s;
    -moz-animation:slideFourForward 1s; /* Firefox */
    -webkit-animation:slideFourForward 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}
@keyframes slideFourForward {
    from {top: -1000px;opacity: 1;width: 1516px;}
    to{top: 60px;opacity: 1;width: 1306px;}
}
.home_custom_slider__5.forward {
    animation:slideFiveForward 1s;
    -moz-animation:slideFiveForward 1s; /* Firefox */
    -webkit-animation:slideFiveForward 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}
@keyframes slideFiveForward {
    from {top: -1000px;opacity: 1;width: 1516px;}
    to{top: 60px;opacity: 1;width: 1306px;}
}
.home_custom_slider__nav {
    gap: 10px;
    justify-content: center;
    margin: 85px 0 0 0;
}
.home_custom_slider__nav > div.active {
    width: 64px;
    background: #F1633D;
    transition: 0.2s;
}
.home_custom_slider__nav > div {
    border-radius: 30px;
    width: 12px;
    height: 12px;
    background: #969696;
    transition: 0.2s;
    cursor: pointer;
}