.main-block .credit-page .profile-part{
    padding: 0;
    margin-top: 60px;
    gap: 15px;
    .profile {
        flex-direction: row;
        width: 100%;
    }
}
.credit-page, .about-page {
    .title-top {
        color: #000;
        font-family: PolySans;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }
    .title {
        font-size: 32px;
        color: #000;
        font-family: PolySans;
        font-style: normal;
        font-weight: 400;
        line-height: 110%; /* 61.6px */
    }
    .title.blue, .text.blue {
        color: #25319E;
    }
    .title.white, .text.white {
        color: #FFF;
    }
    .text.grey {
        color: #474953;
    }
    .text {
        color: #000;
        font-family: PolySans;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        font-size: 15px;
    }
}

.credit-page .top .wrap {
    display: flex;
    padding: 80px 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 49px;
    align-self: stretch;
}
.credit-page .top img{
    width: 100%;
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
}
.credit-page .top .left, .credit-page .top .right {
    width: 100%;
}
.credit-page .top .text {
    margin-top: 20px;
}
.credit-page  .profile-part .profile .text-part .name {
    font-size: 17px;
}
.credit-page  .second {
    .wrap {
        display: flex;
        width: 100%;
        padding: 60px 30px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        border-radius: 25px;
        background: linear-gradient(219deg, #D2FFF7 -25.56%, #EFF1FF 29.27%, #EAEFFB 62.64%, #B8D3ED 103.44%);
        .title {
            text-align: center;
        }
    }
    .left, .right {
        width: 100%;
    }
    .wrap-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
        align-self: stretch;
    }
}

.credit-page  .how {
    .wrap {
        display: flex;
        padding: 80px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
    }
    .text {
        margin-top: 30px;
    }
    .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
    }
    .right {
        display: flex;
        padding: 60px 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
        align-self: stretch;
        border-radius: 25px;
        background: #F6F8FE;
        width: 100%;
    }
    .title-how {
        color: #25319E;
        font-family: PolySans;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%; /* 29.9px */
        letter-spacing: -0.52px;
    }
    .text-how {
        margin-top: 15px;
        color: #474953;
        font-family: PolySans;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%; /* 21px */
    }
}
.credit-page .how img{
    width: 100%;
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
    margin-top: 50px;
}
.credit-page  .how_get {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    .cards ul{
        margin: 0;
    }
    .title, .text {
        text-align: center;
    }
    .text {
        margin-top: 30px;
    }
    .wrap-block {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        .title-how {
            color: #F6F8FE;
            font-family: PolySans;
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 115%; /* 29.9px */
            letter-spacing: -0.52px;
        }
        .cards {
            display: flex;
            padding: 50px 25px;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            align-self: stretch;
            border-radius: 25px;
            background: #3C49BB;
            .heading {
                display: flex;
                align-items: flex-start;
                gap: 20px;
                flex-direction: column;
            }

        }

        .text-how, li {
            color: #FFF;
            font-family: PolySans;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%; /* 21px */
        }
    }
}

.credit-page  .types {
    .wrap {
        display: flex;
        padding: 80px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
    }
    .text {
        margin-top: 30px;
    }
    .left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex: 1 0 0;
        align-self: stretch;
    }
    .right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        align-self: stretch;
        width: 100%;
    }
    .heading {
        display: flex;
        gap: 25px;
        flex-direction: column;
    }
    .heading img {
        margin-top: 0;
        width: 32px;
        height: 32px;
    }
    .cards {
        display: flex;
        padding: 40px 25px;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        align-self: stretch;
        border-radius: 25px;
        background: #F6F8FE;
    }
    .title-how {
        color: #000;
        font-family: PolySans;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%; /* 29.9px */
        letter-spacing: -0.52px;
    }
    .text-how {
        color: #474953;
        font-family: PolySans;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%; /* 21px */
    }
}
.credit-page .types img{
    width: 100%;
    border-radius: 25px;
    height: 300px;
    object-fit: cover;
    margin-top: 50px;
    object-position: center 41%;
}
.credit-page .image-block {
    display: flex;
    padding: 80px 0 50px 0;
}
.credit-page .image-block img{
    width: 100%;
    height: 300px;
    border-radius: 25px;
    object-fit: cover;
}
.credit-page .advantages {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    .text, .title {
        text-align: center;
    }
    .text {
        margin-top: 30px;
    }
    .heading {
        display: flex;
        align-items: center;
        gap: 20px;
        align-self: stretch;
    }
    .heading  img {
        width: 36px;
        height: 36px;
    }
    .title-little {
        color: #25319E;
        font-family: PolySans;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 115%; /* 29.9px */
        letter-spacing: -0.52px;
    }
    .text-little {
        margin-top: 20px;
        color: #25319E;
        font-family: PolySans;
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 140%;
    }
    .cols {
        width: 100%;
    }
    .wrap {
        display: flex;
        max-width: 100%;
        margin: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
    }
}
.credit-page .other {
    margin-bottom: 80px;
    .wrap-title {
        width: 100%;
    }
    .title, .text {
        text-align: center;
    }
    .text{
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .wrap {
        display: flex;
        padding: 40px 25px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px;
        align-self: stretch;
        border-radius: 25px;
        background: #F6F8FE;
        margin: 15px 0;
        .left {
            display: flex;
            padding: 40px 30px;
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
            align-self: stretch;
            border-radius: 25px;
            background: linear-gradient(219deg, #D2FFF7 -25.56%, #EFF1FF 29.27%, #EAEFFB 62.64%, #B8D3ED 103.44%);
            width: 100%;
            .title-little {
                color: #25319E;
                font-family: PolySans;
                font-size: 15px;
                font-style: normal;
                font-weight: 600;
                line-height: 130%; /* 19.5px */
            }
            .text-little {
                color: #25319E;
                font-family: PolySans;
                font-size: 15px;
                font-style: normal;
                font-weight: 300;
                line-height: 140%; /* 21px */
            }
        }
        .right {
            width: 100%;
            .title-little {
                color: #000;
                font-style: normal;
                font-weight: 400;
                font-size: 26px;
                line-height: 120%; /* 43.2px */
                letter-spacing: -0.72px;

            }
            .text-little {
                margin-top: 30px;
                color: #262626;
                font-family: PolySans;
                font-size: 15px;
                font-style: normal;
                font-weight: 300;
                line-height: 140%; /* 23.8px */
            }
        }
    }
}
.credit-page .shop {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    .wrap-title {
        text-align: center;
        width: 100%;
        .text {
            margin-top: 30px;
        }
    }
    .wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
        align-self: stretch;
        width: 100%;
        margin: auto;
        .line {
            width: 100%;
            height: 1px;
            opacity: 0.4;
            background: #AFB6F4;
        }
        .cards {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            align-self: stretch;
            .title, .text {
                width: 100%;
            }
            .title {
                color: #FFF;
                font-family: PolySans;
                font-size: 26px;
                font-style: normal;
                font-weight: 400;
                line-height: 115%; /* 29.9px */
                letter-spacing: -0.52px;
            }
            .text {
                color: #AFB6F4;
                font-family: PolySans;
                font-size: 15px;
                font-style: normal;
                font-weight: 300;
                line-height: 140%; /* 21px */
            }
        }
    }
}
.credit-page .conclusion img{
    width: 100%;
    height: 300px;
    border-radius: 25px;
    object-fit: cover;
    object-position: center 85%;
}
.credit-page .conclusion {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    align-self: stretch;
    .left, .right {
        width: 100%;
    }
    .title {
        text-align: center;
    }
    .text {
        margin-top: 30px;
    }
}

.about-page .top {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    .title-top {
        .title {
            color: #000;
            font-family: PolySans;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%; /* 38.4px */
            letter-spacing: -0.64px;
        }
        width: 100%;
        text-align: center;
        .text {
            margin-top: 30px;
            margin-bottom: 45px;
        }
    }
    .cards.revert{
        flex-direction: column-reverse;
    }
    .cards {
        display: flex;
        padding: 40px 30px;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 40px;
        align-self: stretch;
        border-radius: 25px;
        background: #F6F8FE;
        margin: 15px 0;
        .text-wrap {
            width: 100%;
        }
        .image {
            width: 100%;
        }
        .image img{
            width: 100%;
            height: 240px;
            object-fit: cover;
            object-position: center 33%;
            border-radius: 20.609px;
        }
        .text {
            margin-top: 20px;
        }
    }
    .cards:last-child {
        margin-bottom: 0;
    }
}
.about-page .pros {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    .title-top {
        text-align: center;
        .text {
            margin: auto;
            margin-top: 30px;
            max-width: 644px;
        }
    }
    .wrap {
        display: none;
    }
    .cards img {
        width: 80px;
        height: 80px;
    }
    .cards {
        width: 100%;
        display: flex;
        padding: 50px 30px;
        flex-direction: column;
        align-items: center;
        gap: 45px;
        align-self: stretch;
        border-radius: 25px;
        background: #FFF;
        .title-little {
            color: #000;
            text-align: center;
            font-family: PolySans;
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 115%; /* 29.9px */
            letter-spacing: -0.52px;
        }
        .text-little {
            margin-top: 20px;
            color: #000;
            text-align: center;
            font-family: PolySans;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%; /* 21px */
        }
    }
}
.owl-carousel .owl-stage{
    display: flex;
}
.owl-carousel .owl-dots {
    display: flex;
    position: absolute;
    bottom: -30px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #AFB6F4!important;
}
.owl-carousel button.owl-dot.active {
    background-color: #25319e!important;
}
.about-page .why {
    display: flex;
    padding: 80px 0;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 67px;
    align-self: stretch;
    .left {
        width: 100%;
    }
    .left img{
        width: 100%;
        height: 300px;
        border-radius: 25px;
        object-fit: cover;
    }
    .right {
        width: 100%;
        .title {
            margin-bottom: 60px;
            text-align: center;
        }
    }
    .wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 35px;
        align-self: stretch;
        .title-little {
            color: #000;
            font-family: PolySans;
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 115%; /* 29.9px */
            letter-spacing: -0.52px;
        }
        .text-little {
            margin-top: 15px;
            color: #000;
            font-family: PolySans;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%; /* 21px */
        }
        .line-grey {
            width: 100%;
            height: 1px;
            background: #CACACA;
        }
    }
}
.main-block .indent-text p{
    margin-bottom: 10px;
}
@media screen and (max-width:767px) {
    .about-page .pros {
        .cards {
            height: 100%;
        }
    }
}


.about-page .team {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    .left {
        width: 100%;
        .text {
            margin-top: 20px;
        }
    }
    .right {
        width: 100%;
        .cards {
            display: flex;
            padding: 50px 30px;
            flex-direction: column;
            align-items: flex-start;
            gap: 30px;
            align-self: stretch;
            border-radius: 25px;
            background: #F6F8FE;
            margin-bottom: 30px;
        }
        .cards:last-child {
            margin-bottom: 0;
        }
        .heading {
            display: flex;
            align-items: flex-start;
            flex-direction: column;
            gap: 30px;
        }
        .title-lite {
            color: #000;
            font-family: PolySans;
            font-size: 26px;
            font-style: normal;
            font-weight: 400;
            line-height: 115%; /* 29.9px */
            letter-spacing: -0.52px;
        }
        .text-lite {
            color: #000;
            font-family: PolySans;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%;
            margin-top: 20px;
        }
    }
}
.about-page .join:before {
    content: '';
    width: 452px;
    height: 452px;
    position: absolute;
    opacity: 0.25;
    background: #FFF;
    right: -90px;
    border-radius: 100%;
    bottom: -151px;
}
.about-page .join {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    padding: 80px 30px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 25px;
    background: linear-gradient(219deg, #D2FFF7 -25.56%, #EFF1FF 29.27%, #EAEFFB 62.64%, #B8D3ED 103.44%);
    margin-bottom: 80px;
    overflow: hidden;
    .image-mobile {
        position: absolute;
        right: 10px;
        bottom: -70px;
        width: 300px;
    }
    .left {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        padding-bottom: 240px;
        .title-join {
            color: #000;
            text-align: center;
            font-family: PolySans;
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%; /* 38.4px */
            letter-spacing: -0.64px;
        }
        .text-join {
            color: #000;
            text-align: center;
            font-family: PolySans;
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%; /* 21px */
        }
        .btn {
            display: flex;
            width: 300px;
            height: 64px;
            padding: 15px 20px;
            justify-content: center;
            align-items: center;
            border-radius: 15px;
            background: #25319E;
            color: #FFF;
            text-align: center;
            font-family: PolySans;
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%; /* 30px */
        }
    }
}

.about-page.team-section {
    padding: 0;
    .profile-part {
        padding: 80px 0;
        margin-top: 0;
    }
}
@media screen and (min-width:576px) {
    .credit-page .top .wrap {
        padding: 80px 0;
    }
    .credit-page .top .text {
        margin-top: 30px;
    }
    .main-block .credit-page .profile-part {
        gap: 15px;
        .profile {
            width: calc(50% - 15px);
        }
    }
    .credit-page  .how_get {
        .wrap-block {
            .cards {
                .heading {
                    align-items: center;
                    flex-direction: row;
                }
            }
        }
    }
    .credit-page  .types {
        .heading {
            align-items: flex-start;
            flex-direction: row;
        }
    }
    .credit-page .advantages {
        padding: 80px 30px;
        .wrap {
            max-width: 426px;
        }
    }
    .credit-page .other {
        .wrap {
            padding: 40px;
        }
    }
    .about-page .top {
        .cards {
            padding: 40px;
        }
    }
    .about-page .team {
        .right {
            .cards {
                padding: 50px 40px;
            }
            .heading {
                gap: 30px;
                flex-direction: row;
            }
        }
    }
    .about-page .join:before {
        width: 681px;
        height: 681px;
        right: -181px;
        bottom: -252px;
    }
    .about-page .join {
        padding: 80px 40px;
        .image-mobile {
            right: -30px;
            bottom: -122px;
            width: 440px;
        }
        .left {
            padding-bottom: 350px;
            .title-join {
                font-size: 32px;
            }
        }
    }
}
@media screen and (min-width:768px) {
    .main-block .credit-page .profile-part{
        padding: 0;
        margin-top: 60px;
        gap: 30px;
        .profile {
            width: auto;
        }
    }
    .credit-page, .about-page {
        .title-top {
            font-size: 42px;
        }
        .title {
            font-size: 42px;
        }
        .text {
            font-size: 17px;
        }
    }
    .credit-page .top .wrap {
        padding: 100px 0;
    }
    .credit-page .top img{
        width: 100%;
        height: 360px;
    }
    .credit-page  .second {
        .wrap {
            padding: 100px 40px;
            gap: 30px;
        }
    }
    .credit-page  .how {
        .wrap {
            padding: 100px 0;
        }
        .right {
            padding: 60px 40px;
        }
    }
    .credit-page .how img{
        height: 360px;
    }
    .credit-page  .how_get {
        padding: 100px 0;
        gap: 60px;
        .title {
            width: 624px;
        }
        .wrap-block {
            .cards {
                padding: 50px 60px;
            }
        }
    }
    .credit-page  .types {
        .cards {
            padding: 40px 45px;
        }
        .title-how {
            font-size: 32px;
        }
        .text-how {
            font-size: 17px;
        }
    }
    .credit-page .image-block img{
        height: 340px;
    }
    .credit-page .types img{
        height: 360px;
    }
    .credit-page .advantages {
        gap: 80px;
        padding: 100px 15px;
        .title-little {
            font-size: 32px;
        }
        .text-little {
             font-size: 17px;
        }
        .wrap {
            max-width: 586px;
        }
        .heading  img {
            width: 48px;
            height: 48px;
        }

    }
    .credit-page .other {
        margin-bottom: 100px;
        .wrap-title {
            max-width: 614px;
            margin: auto;
        }
        .wrap {
            .left {
                .title {
                    font-family: PolySans;
                    font-size: 20px;
                }
                .text {
                    font-size: 17px;
                }
            }
            .right {
                .title {
                    font-size: 32px;

                }
            }
        }
    }
    .credit-page .conclusion img{
        height: 360px;
    }
    .credit-page .shop {
        padding: 100px 0;
        .wrap-title {
            max-width: 608px;
            .text {
                margin-top: 40px;
            }
        }
        .wrap {
            .cards {
                gap: 30px;
                flex-direction: row;
                .title, .text {
                    width: 50%;
                }
                .text {
                    font-size: 17px;
                }
            }
        }
    }
    .credit-page .conclusion {
        padding: 100px 0;
        .text {
            margin-top: 40px;
        }
    }
    .about-page .top {
        .title-top {
            .title {
                font-size: 42px;
            }
        }
        .cards {
            .image img{
                height: 300px;
            }
        }
    }
    .about-page .pros {
        .cards img {
            width: 64px;
            height: 64px;
        }
        .wrap {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            gap: 30px;
            flex-wrap: wrap;
        }
        .owl-carousel-about {
            display: none;
        }
        .cards {
            width: calc(50% - 15px);
        }
    }
    .about-page .why {
        .right {
            .title {
                text-align: left;
            }
        }
        .left img{
            height: 360px;
        }
        .wrap {
            .title-little {
                font-size: 32px;
            }
            .text-little {
                font-size: 17px;
            }
        }
    }
    .about-page .team {
        padding: 0;
        .right {
            .text-lite {
                font-size: 17px;
            }
        }
    }
    .about-page .join:before {
        width: 769px;
        height: 769px;
        right: -180px;
        bottom: -266px;
    }
    .about-page .join {
        padding: 120px 40px;
        .image-mobile {
            position: absolute;
            right: -20px;
            bottom: -125px;
            width: 515px;
        }
        .left {
            padding-bottom: 360px;
            .title-join {
                font-size: 42px;
            }
            .text-join {
                font-size: 17px;
            }
        }
    }
    .about-page.team-section {
        .profile-part {
            padding: 100px 0;
        }
    }
    .main-block .indent-text p{
        margin-bottom: 17px;
    }
}
@media screen and (min-width:992px) {
    .credit-page, .about-page {
        .title-top {
            font-size: 48px;
        }
        .title {
            font-size: 48px;
        }
    }
    .main-block .credit-page .profile-part{
        flex-wrap: wrap;
        .profile {
            width: calc(50% - 30px);
        }
    }
    .credit-page .top .wrap {
        display: flex;
        padding: 100px 0;
        align-items: center;
        flex-direction: row;
        gap: 70px;
        align-self: stretch;
        justify-content: space-between;
    }
    .credit-page .top .text {
        margin-top: 40px;
    }
    .credit-page .top img{
        width: 371px;
        height: 497px;
    }
    .credit-page .image-block img{
        height: 448px;
    }
    .credit-page .image-block {
        padding: 80px 0;
    }
    .credit-page .top .left {
        max-width: 371px;
    }
    .credit-page  .second {
        .wrap {
            padding: 100px 60px;
            gap: 60px;
        }
        .left, .right {
            width: 50%;
        }
        .wrap-text {
            justify-content: center;
            flex-direction: row;
            align-items: flex-start;
            gap: 80px;
            align-self: stretch;
        }
    }
    .credit-page  .how {
        .wrap {
            justify-content: space-between;
            flex-direction: row;
            gap: 111px;
        }
        .right {
            max-width: 450px;
        }
    }
    .credit-page .how img{
        width: 371px;
        height: 430px;
        margin-top: 0;
    }
    .credit-page  .how_get {
        .text {
            margin-top: 40px;
        }
        .wrap-block {
            .title-how {
                font-size: 32px;
            }
            .text-how, li {
                font-size: 17px;
            }
        }
    }
    .credit-page  .types {
        .right {
            max-width: 531px;
        }
        .wrap {
            gap: 30px;
            display: flex;
            padding: 100px 0;
            justify-content: space-between;
            align-items: flex-start;
            align-self: stretch;
            flex-direction: row;
        }
    }
    .credit-page .types img{
        width: 371px;
        height: 479px;
    }
    .credit-page .advantages {
        .wrap {
            max-width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            gap: 60px 80px;
            align-self: stretch;
            flex-direction: row;
        }
        .cols{
            width: calc(50% - 40px);
        }
        .heading {
            align-items: flex-start;
        }
    }
    .credit-page .other {
        .wrap-title {
            max-width: 839px;
        }
    }
    .credit-page .shop {
        .wrap-title {
            max-width: 758px;
        }
        .wrap {
            .cards {
                .title {
                    font-size: 32px;
                }
            }
        }
    }
    .credit-page .conclusion img{
        width: 402px;
        height: 507px;
    }
    .credit-page .conclusion {
        padding: 120px 0 140px 0;
        gap: 80px;
        align-items: center;
        align-self: stretch;
        flex-direction: row;
        .left {
            max-width: 402px;
        }
        .title {
            text-align: left;
        }
    }
    .about-page .top {
        padding: 120px 0;
        .title-top {

            max-width: 718px;
            margin: auto;
            .title {
                font-size: 48px;
            }
            .text {
                margin-top: 40px;
            }
        }
        .cards.revert{
            flex-direction: row-reverse;
        }
        .cards{
            flex-direction: row;
            padding: 40px 60px;
            justify-content: space-between;
            align-items: center;
            gap: 100px;
            .text {
                margin-top: 30px;
                margin-bottom: 55px;
            }
            .image {
                max-width: 330px;
            }
            .image img{
                height: 400px;
            }
        }
    }
    .about-page .pros {
        padding: 140px 0;
        gap: 70px;
        .title-top {
            .text {
                margin-top: 40px;
            }
        }
    }
    .about-page .why {
        flex-direction: row;
        align-items: center;
        padding: 140px 0;
        .left {
            max-width: 414px;
        }
        .left img{
            width: 414px;
            height: 668px;
        }
    }
    .about-page .team{
        flex-direction: row;
        padding: 80px 0 0 0;
        justify-content: space-between;
        align-items: flex-start;
        gap: unset;
        .right {
            max-width: 452px;
        }
        .left {
            max-width: 369px;
            .text {
                margin-top: 40px;
            }
        }
    }
    .about-page .join:before {
        width: 769px;
        height: 769px;
        right: -348px;
        top: -220px;
        bottom: unset;
    }
    .about-page .join {
        padding: 120px 60px;
        align-items: flex-start;
        flex-direction: row;
        .image-mobile {
            position: absolute;
            right: -88px;
            bottom: 0;
        }
        .left {
            padding-bottom: 0;
            max-width: 457px;
            align-items: flex-start;
            gap: 40px;
            .title-join {
                text-align: left;
                font-size: 48px;
            }
            .text-join {
                text-align: left;
                font-size: 17px;
            }
        }
    }
}
@media screen and (min-width:1200px) {
    .credit-page, .about-page {
        .title-top {
            font-size: 56px;
        }
        .title {
            font-size: 56px;
        }
        .text {
            font-size: 20px;
        }
    }
    .credit-page .top .wrap {
        padding: 120px 0;
        gap: 124px;
    }
    .credit-page .top .text {
        margin-top: 50px;
    }
    .credit-page .top img{
        width: 433px;
        height: 579px;
    }
    .main-block .credit-page .profile-part{
        margin-top: 100px;
        .profile {
            width: 45%;
        }
    }
    .credit-page  .profile-part .profile .text-part .name {
        font-size: 20px;
    }
    .credit-page .top .left {
        max-width: 433px;
    }
    .credit-page  .second {
        .wrap {
            padding: 120px 60px;
            gap: 70px;
        }
    }
    .credit-page .image-block {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .credit-page .image-block img{
        height: 518px;
    }
    .credit-page  .how {
        .wrap {
            padding: 140px 0;
            gap: 122px;
        }
        .right {
            max-width: 524px;
            padding: 60px;
        }
        .text-how {
            font-size: 17px;
        }
    }
    .credit-page .how img{
        width: 431px;
        height: 499px;
    }
    .credit-page  .how_get {
        padding: 140px 0;
        gap: 80px;
        .title {
            width: 788px;
        }
        .wrap-block {
            max-width: 896px;
            .title-how {
                font-size: 36px;
            }
        }
    }
    .credit-page .types {
        .title-how {
            font-size: 36px;
        }
        .wrap{
            gap: 120px;
        }
        .right {
            max-width: 525px;
        }
    }
    .credit-page .types img{
        width: 435px;
        height: 561px;
    }
    .credit-page .advantages {
        gap: 80px;
        padding: 140px 0;
        max-width: 898px;
        margin: auto;
        .title-little {
            font-size: 36px;
        }
    }
    .credit-page .other {
        margin-bottom: 140px;
        .wrap {
            padding: 60px 50px;
            justify-content: space-between;
            align-items: flex-start;
            align-self: stretch;
            flex-direction: row;
            gap: 60px;
            .left {
                max-width: 354px;
            }
            .right {
                .title {
                    font-size: 36px;

                }
                .text {
                    font-size: 17px;
                }
            }
        }
    }
    .credit-page .shop {
        padding: 140px 0;
        .wrap {
            .cards {
                .title {
                    font-size: 36px;
                }
            }
        }
    }
    .credit-page .conclusion img{
        width: 463px;
        height: 635px;
    }
    .credit-page .conclusion {
        gap: 92px;
        .left {
            max-width: 463px;
        }
    }
    .about-page .top {
        .title-top {
            max-width: 868px;
            margin: auto;
            .title {
                font-size: 64px;
            }
        }
        .cards{
            padding: 40px 60px 40px 90px;
            .image {
                max-width: 413px;
            }
            .image img{
                height: 500px;
            }
        }
    }
    .about-page .pros {
        .cards {
            width: calc(32.8% - 15px);
        }
    }
    .about-page .why {
        gap: 78px;
        .left {
            max-width: 478px;
        }
        .right .title {
            margin-bottom: 80px;
        }
        .left img{
            width: 478px;
            height: 819px;
        }
        .wrap {
            gap: 50px;
            .title-little {
                font-size: 36px;
            }
        }
    }
    .about-page .team{
        .left {
            max-width: 531px;
        }
        .right {
            max-width: 525px;
            .title-lite {
                font-size: 36px;
            }
        }
    }
    .about-page .join:before {
        right: -287px;
        top: -220px;
    }
    .about-page .join {
        padding: 120px 100px;
        .image-mobile {
            position: absolute;
            right: -20px;
            bottom: 0;
        }
        .left {
            max-width: 517px;
            .title-join {
                font-size: 64px;
            }
        }
    }
    .about-page.team-section {
        .profile-part {
            padding: 120px 0;
        }
    }
    .main-block .indent-text p{
        margin-bottom: 20px;
    }
}
@media screen and (min-width:1440px) {
    .credit-page .top {
        .wrap {
            padding: 120px 0;
            gap: 137px;
        }
        .left {
            max-width: 539px;
        }
    }
    .credit-page .image-block img{
        height: 632px;
    }
    .main-block .credit-page .profile-part{
        .profile {
            width: 35%;
        }
    }
    .credit-page .top img{
        width: 539px;
        height: 723px;
    }
    .credit-page .second {
        .wrap-text {
            gap: 120px;
        }
    }
    .credit-page  .how {
        .wrap {
            padding: 140px 0;
            gap: 143px;
        }
        .right {
            max-width: 645px;
        }
    }
    .credit-page .how img{
        width: 532px;
        height: 617px;
    }
    .credit-page  .how_get {
        .title {
            width: 100%;
        }
        .wrap-block {
            max-width: 1095px;
        }
    }
    .credit-page .types {
        .wrap{
            gap: 142px;
            padding: 120px 0 140px 0;
        }
        .right {
            max-width: 645px;
        }
    }
    .credit-page .types img{
        width: 533px;
        height: 687px;
    }
    .credit-page .advantages {
        max-width: 1096px;
    }
    .credit-page .other {
        .wrap {
            gap: 80px;
            .left {
                max-width: 430px;
            }
        }
    }
    .credit-page .shop {
        .wrap {
            max-width: 1094px;
        }
    }
    .credit-page .conclusion img{
        width: 566px;
        height: 781px;
    }
    .credit-page .conclusion {
        gap: 109px;
        .left {
            max-width: 566px;
        }
    }
    .about-page .top {
        .cards{
            gap: 159px;
            .image {
                max-width: 505px;
            }
            .image img{
                height: 600px;
            }
        }
    }
    .about-page .why {
        gap: 120px;
        .left {
            max-width: 576px;
        }
        .left img{
            width: 576px;
            height: 819px;
        }
    }
    .about-page .team{
        .right {
            max-width: 645px;
        }
    }
    .about-page .join:before {
        right: -175px;
        top: -220px;
    }
    .about-page .join {
        .image-mobile {
            right: 85px;
            bottom: 0;
        }
        .left {
            max-width: 586px;
        }
    }
}

