* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

:root {
    --cir-med: 'CircularStd-Medium';
}

.row-ml {
    margin-left: 0;
    margin-right: 0;
}

.col-pd {
    padding-left: 0;
    padding-right: 0;
}

ol,
ul {
    padding-left: 0;
}

body {
    background: rgb(238, 245, 255);
    background: linear-gradient(0deg, rgba(238, 245, 255, 1) 10%, rgba(230, 239, 255, 1) 47%);
}

/* ************************************************************ */
/* header__start */
header {
    position: relative;
}

.header__menu {
    padding: 15px 0;
}

.header__menu_box_block_nav_ul_li_link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #272D4E;
    text-decoration: none;
    padding-left: 38px;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

.header__menu_box {
    position: relative;
}

.header__menu_login {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}

.header__menu_login_link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #272D4E;
    text-decoration: none;
}

.header__menu_login_button {
    padding: 13px 14px;
    background: #7854F7;
    border-radius: 5px;
    border: 1px solid #7854F7;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 40px;
}

.header__menu_box_block {
    padding-left: 140px;
}

.button {
    padding: 10px;
    border: none;
    background: transparent;
    line-height: 1;
    display: none;
}

.button_icon {
    font-size: 30px;
    color: #7854F7;
}

.header__menu_box_block.active {
    transform: translateX(0%);
}

.header__menu_box_block_icon {
    font-size: 30px;
    color: rgb(111, 247, 84);
    display: none;
}

.header__fon_text_h1 {
    margin-bottom: 0;
    font-family: var(--cir-med);
    font-style: normal;
    font-weight: bold;
    font-size: 70px;
    line-height: 95px;
    color: #272D4E;
}

.header__fon {
    padding: 100px 0 200px 0;
}

.header__fon_text_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #94A2B3;
    margin-bottom: 0;
    padding-top: 30px;
}

.header__fon_text_button_knopka {
    padding: 26px 62px;
    border-radius: 60px;
    border: 1px solid #7854F7;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #7854F7;
}

.header__fon_text_button_knopka.active {
    background: #7854F7;
    color: #FFFFFF;
}

.icon__next {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.icon__next_btn {
    font-size: 20px;
    padding-left: 15px;
    display: none;
}

.header__fon_text_button {
    padding-top: 30px;
}



.header__fon_img_W {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
}

.header__fon_img_addidas {
    position: absolute;
    right: 0;
    top: 100px;
    width: 40%;
}

/* header end */
/* *************************************************************************** */
/* main__block start */
.main__block {
    margin: 100px 0 200px 0;
}

.main__block_text_h4 {
    font-family: var(--cir-med);
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 70px;
    color: #272D4E;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.main__block-box_img {
    position: relative;
}

.main__block-box_img_1,
.main__block-box-second_img {
    width: 100%;
}

.main__block-box_img_2 {
    position: absolute;
    top: 90px;
    left: -60px;
    width: 202px;
    height: auto;
}

.main__block-box_img_3 {
    position: absolute;
    top: 60px;
    left: -25px;
    width: 68px;
}

.main__block-box_img_h4 {
    font-family: var(--cir-med);
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #272D4E;
    margin-bottom: 0;
}

.main__block-box_img_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #94A2B3;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.main__block-box_img_link {
    text-decoration: none;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #299EF3;
    display: flex;
    align-items: center;
}

.icon__link {
    padding-left: 10px;
}

.main__block-box-second {
    position: relative;
    padding: 100px 0 0 0;
}

.main__block-box-second_img2 {
    position: absolute;
    top: 50px;
    left: 30px;
}

.main__block-box-second_img3 {
    position: absolute;
    top: 110px;
    right: 30px;
}

.main__block-box-second_img4 {
    position: absolute;
    top: 150px;
    left: 30px;
}

.main__block-box-second_img5 {
    position: absolute;
    top: 200px;
    right: 40px;
}

.main__block-box-second_img6 {
    position: absolute;
    top: 300px;
    left: 100px;
}

.main__block-box-third {
    padding-top: 180px;
}

.main__block-box-third_img1 {
    width: 100%;
}

.img_main {
    position: relative;
}

.main__block-box-third_img2 {
    position: absolute;
    top: -150px;
    right: 10px;
}

.main__block-box-third_img3 {
    position: absolute;
    top: -50px;
    left: 20px;
}

.main__block-box-third_img4 {
    position: absolute;
    top: 60px;
    right: -80px;
}

/* main__block end */
/* **************************************************************************************** */
/* main__blueBox start */

.main__blueBox {
    background: #7854F7;
    padding: 100px 0;
}

.main__img1,
.main__blueBox_seconimg_img {
    width: 100%;
}

.main__blueBox_first {
    background: url(../img/Ellipse\ 31.png) no-repeat left;
    background-size: 400px;
    background-position-y: 150px;
}

.main__blueBox_first_text {
    padding-left: 50px;
}

.main__blueBox_first_text_h5 {
    font-family: var(--cir-med);
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.main__blueBox_first_text_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 20px 0;
    margin-bottom: 0;
}

.main__blueBox_first_text_button {
    padding: 22px 26px;
    background: #70C217;
    border-radius: 60px;
    border: 1px solid #70C217;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.main__blueBox_seconimg {
    padding-left: 50px;
}

/* main__blueBox end */
/* ********************************************************************************************** */
/* section__slider start */
.section__slider {
    margin-top: 100px;
}

.section__slider_h3 {
    font-family: Circular Std;
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    line-height: 70px;
    text-align: center;
    color: #272D4E;
    margin-bottom: 0;
    padding-bottom: 100px;
}

.section__slider-block {
    position: relative;
}

.red {
    background: red !important;
}

.blue {
    background: blue !important;
}

.yellow {
    background: yellow !important;
}

.box {
    top: 0;
    position: absolute;
    width: 730px;
    padding: 106px 81px 87px 81px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    left: 280px;
    opacity: 0;
    transition: 3s;
    border: 1px solid #7854F7;
    transform: translateY(-100px);
}

.box.active {
    opacity: 1;
    transform: translateY(0);
}

.box_p {
    font-family: var(--cir-med);
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 39px;
    color: #94A2B3;
    margin-bottom: 0;
}

.section__slider-block_button {
    justify-content: center;
    padding-top: 450px;
}

.btn__left,
.btn__right {
    background: none;
    border: none;
    font-size: 30px;
    color: #272D4E;
}

.btn__right {
    padding-left: 10px;
}


.section__slider {
    position: relative;
}

.person__1 {
    position: absolute;
    top: 0;
    left: 350px;
}

.person__2 {
    position: absolute;
    top: 300px;
    left: 200px;
}

.person__3 {
    position: absolute;
    top: 650px;
    left: 300px;
}

.person__4 {
    position: absolute;
    top: 0;
    right: 350px;
}

.person__5 {
    position: absolute;
    top: 300px;
    right: 200px;
}

.person__6 {
    position: absolute;
    top: 650px;
    right: 300px;
}



/* section__slider end */
/* ********************************************************************************************** */
/* section__team start */
.section__team {
    margin-top: 400px;
}

.section__team_img {
    width: 100%;
    height: 300px;
}

.img__team {
    width: 100%;
    height: 100%;
}

.section__team_text_h5 {
    font-family: var(--cir-med);
    font-style: normal;
    font-weight: bold;
    font-size: 55px;
    color: #272D4E;
    margin-bottom: 0;
}

.section__team_text_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #94A2B3;
    margin-bottom: 0;
    padding: 30px 0;
}

.section__team_bussines {
    background: #5F37EF;
    padding: 78px 0;
}

.section__team_bussines_text_h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.section__team_bussines_text_butt {
    padding: 26px 46px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    background: transparent;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

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


/* section__team end */
/* ***************************************************************************************** */
/* footer__box start */

.footer__box {
    background: #7854F7;
}

.footer__box_first {
    padding: 45px 0 56px 0;
    border-bottom: 1px solid #9A7DFF;
}

.box__icon_check {
    font-size: 41px;
    color: #FFFFFF;
}

.box__icon_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-left: 10px;
}

.footer__box_first_box_img {
    padding: 130px 0 56px 0;
    display: flex;
    justify-content: center;
}

.footer__box_second {
    padding: 34px 0 64px 0;
}

.footer__box_second_box_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

.footer__box_second_box_p_ul_li {
    padding-bottom: 10px;
}

.footer__box_second_box_p_ul_li_link {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer__box_second_box_p_ul {
    padding-top: 15px;
}

/* footer__box end */
/* ******************************************************************************************* */
/* footer__icon start */
.footer__icon_box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}

.footer__icon {
    padding: 25px 0;
}

.footer__icon_box_social_link {
    font-size: 24px;
    color: #272D4E;
    padding-left: 15px;
}

.footer__icon_box_p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #272D4E;
    margin-bottom: 0;
}

.footer__icon_box_p span {
    text-decoration: underline;
}


/* footer__icon end */

/* ****************************************************************************** */

/* **********************************media************************************** */
@media(max-width:991px) {
    .button {
        display: block;
        z-index: 100;
    }

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

    .header__menu_box_block {
        position: fixed;
        top: 0;
        left: 0;
        width: 50%;
        background: #7854F7;
        height: 100vh;
        flex-direction: column;
        padding: 100px 0;
        text-align: center;
        transform: translateX(-100%);
        transition: 2s;
    }

    .header__menu_box_block_nav_ul {
        flex-direction: column;
    }

    .header__menu_login {
        position: initial;
        flex-direction: column;
    }

    .header__menu_box_block_nav_ul_li_link {
        padding-left: 0;
        color: #FFFFFF;
    }

    .header__menu_login_button {
        background: rgb(111, 247, 84);
        margin: 30px 0 0 0;
    }

    .header__menu_login_link {
        color: #FFFFFF;
        text-align: left;
    }

    .header__menu_box_block_nav_ul_li {
        padding-bottom: 30px;
    }

    .header__fon_text_h1 {
        font-size: 34px;
        line-height: 48px;
    }

    .header__fon {
        padding: 53px 0 100px 0;
    }

    .header__fon_text_button_knopka {
        padding: 15px 17px;
        font-size: 15px;
    }

    .icon__next {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    .main__block-box_img_2 {
        top: unset;
        bottom: 170px;
    }

    .main__block-box_img_3 {
        top: 200px;
        left: 0px;
    }

    .main__block-box-second_img3 {
        top: 0;
        right: 0;
    }

    .main__block-box-second_img2 {
        top: 0;
        left: 0;
    }

    .main__block-box-second_img4 {
        top: 0;
        left: 128px;
    }

    .main__block-box-second_img5 {
        top: 0;
        right: 130px;
    }

    .main__block-box-second_img6 {
        top: 0;
        left: 242px;
    }

    .main__block-box-third_img3 {
        top: unset;
        bottom: 29px;
        left: 17px;
    }

    .main__block-box-third_img2 {
        top: 10px;
        right: unset;
        bottom: unset;
        left: 17px;
    }

    .main__block-box-third_img4 {
        position: absolute;
        top: unset;
        right: 16px;
        bottom: 22px;
    }

    .main__block-box-third {
        padding-top: 100px;
    }

    .main__blueBox_first_text_h5 {
        font-size: 27px;
        line-height: 1;
    }

    .main__blueBox_first_text_p {
        font-size: 15px;
    }

    .main__blueBox_first_text_button {
        padding: 20px 20px;
        font-size: 16px;
    }

    .main__blueBox_first {
        background: none;
    }

    .box {
        left: 0;
    }

    .person__1 {
        top: 70px;
        left: 17px;
    }

    .person__5 {
        top: 70px;
        right: 17px;
    }

    .person__4 {
        top: 330px;
        right: 0;
    }

    .person__2 {
        top: 330px;
        left: 45px;
    }

    .person__6 {
        top: 650px;
        right: 45px;
    }

    .person__3 {
        top: 650px;
        left: 45px;
    }

    .section__team_bussines_text_h3 {
        font-size: 26px;
        line-height: 50px;
    }

    .flex {
        flex-direction: column;
    }

    .section__team_img {
        height: 250px;
    }

    .section__team {
        margin-top: 250px;
    }

    .box__icon {
        padding-bottom: 20px;
    }

    .footer__box_first_box_img {
        padding: 80px 0 20px 0;
    }

    .footer__icon_box {
        flex-wrap: wrap-reverse;
    }
}


@media(max-width:767px) {
    .header__fon_img_addidas {
        position: unset;
        width: 50%;
        margin: 0 auto;
        display: flex;
    }

    .main__block-box_img_2,
    .main__block-box_img_3,
    .main__block-box-second_img2,
    .main__block-box-second_img3,
    .main__block-box-second_img4,
    .main__block-box-second_img5,
    .main__block-box-second_img6,
    .main__block-box-third_img2,
    .main__block-box-third_img3,
    .main__block-box-third_img4 {
        display: none;
    }

    .main__blueBox_seconimg {
        padding-left: 0;
    }

    .main__blueBox_first_text {
        padding-left: 0;
    }

    .flex-reverse {
        flex-direction: column-reverse;
    }

    .box {
        width: 100%;
        padding: 80px 50px 80px 50px;
    }

    .box_p {
        font-size: 20px;
    }

    .section__slider_h3 {
        font-size: 31px;
        padding-bottom: 70px;
    }

    .person__3,
    .person__6 {
        top: 497px;
    }

    .section__team_text_h5 {
        font-size: 38px;
    }

    .section__team_img {
        height: 200px;
    }

    .section__team_bussines_text_h3 {
        font-size: 23px;
        line-height: 40px;
        text-align: center;
        padding-bottom: 20px;
    }

    .section__team_bussines {
        padding: 50px 0;
    }

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

    .footer__box_second_box_p {
        text-align: center;
        padding-top: 20px;
        color: rgb(111, 247, 84);
    }

    .footer__icon_box_social_link {
        padding-right: 15px;
    }
}

@media(max-width:575px) {
    .header__menu_box_block {
        width: 100%;
        z-index: 100;
    }

    .header__menu_box_block_icon {
        display: block;
        position: absolute;
        top: 30px;
        right: 30px;
    }

    .main__block-box_img_h4 {
        text-align: center;
    }

    .main__block-box_img_link {
        justify-content: center;
    }

    .main__img1,
    .main__blueBox_seconimg_img {
        width: 50%;
    }

    .person__4,
    .person__2,
    .person__5,
    .person__1 {
        display: none;
    }

    .footer__box_second_box_p_ul_li {
        padding-left: 10px;
    }
}

@media(max-width:414px) {
    .main__block_text_h4 {
        font-size: 40px;
        line-height: 52px;
        padding-bottom: 40px;
    }

    .main__block-box-second,
    .main__block-box-third {
        padding: 50px 0 0 0;
    }

    .main__img1,
    .main__blueBox_seconimg_img {
        display: flex;
        margin: auto;
    }

    .box {
        padding: 60px 30px 60px 30px;
    }

    .section__slider_h3 {
        line-height: 40px;
    }

    .person__3 {
        top: 39px;
    }

    .person__6 {
        top: 552px;
    }

    .section__team_text_h5 {
        font-size: 32px;
    }

    .section__team_img {
        height: 150px;
    }

    .section__team_bussines_text_h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .section__team_bussines_text_butt {
        padding: 15px 40px;
        font-size: 14px;
    }

    .section__team {
        margin-top: 120px;
    }

    .footer__box_second_box_p_ul_li {
        padding-right: 10px;
    }

    .box__icon_p {
        font-size: 17px;
    }

    .box__icon_check {
        font-size: 30px;
    }

    .footer__icon_box_p {
        text-align: center;
        padding: 15px 0;
    }
}

@media(max-width:320px) {
    .header__fon_img_addidas {
        width: 80%;
    }

    .header__fon_text_h1 {
        font-size: 30px;
        text-align: center;
    }

    .header__fon_text_button {
        flex-direction: column;
    }

    .icon__next {
        margin: 20px 0 0 0;
        justify-content: center;
    }

    .main__block_text_h4 {
        font-size: 30px;
        line-height: 44px;
        padding-bottom: 40px;
    }

    .main__block-box_img_h4 {
        font-size: 27px;
    }

    .box_p {
        font-size: 15px;
        line-height: 25px;
    }

    .section__slider-block_button {
        padding-top: 320px;
    }

    .person__6 {
        top: -91px;
        right: 9px;
    }

    .person__3 {
        top: -91px;
        width: 28%;
        left: 9px;
    }

    .section__team_text_h5 {
        font-size: 23px;
    }

    .section__team_text_p {
        font-size: 14px;
        line-height: 21px;
        padding: 20px 0;
    }

    .section__team_img {
        height: 100px;
    }
}


/* *************************************************************************** */
/* keyframes */

@keyframes group {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}