@font-face {
    font-family: MontRegular;
    src: url('./fonts/Mont-Regular.ttf');
}

@font-face {
    font-family: MontBold;
    src: url('./fonts/Mont-Bold.ttf');
}

@font-face {
    font-family: MontSemiBold;
    src: url('./fonts/Mont-SemiBold.ttf');
}

@font-face {
    font-family: MontLight;
    src: url('./fonts/Mont-Light.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    height: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.link {
    color: #000;
}

.link:visited {
    color: #000;
}

.btn {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #DA8E6A;
    border: none;
    border-radius: 100px;
    font-family: MontSemiBold, sans-serif;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

.header {
    width: 100%;
    height: 100vh;
    background-image: url("./img/header/background.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}

.header__container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header__masthead {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__navbar {
    max-width: 800px;
    width: 100%;
}

.header__navbar_container {
    width: 100%;
}

.header__navbar_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header__navbar_link {
    font-family: MontSemiBold, sans-serif;
    font-size: 16px;
    color: #000;
}

.header__profile {
    max-width: 95px;
    width: 100%;
    margin: 0 10px;
}

.header__profile_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header__profile_menu {
    border: none;
    cursor: pointer;
    display: none;
}

.header__profile_btn {
    border: none;
    cursor: pointer;
}

.header__preview {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.header__preview_container {
    max-width: 720px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header__preview_title > h1 {
    display: inline;
    font-family: MontBold, sans-serif;
    font-size: 35px;
}

.header__preview_title > p {
    display: inline;
    font-family: MontBold, sans-serif;
    font-size: 35px;
}

.header__preview_description {
    font-family: MontSemiBold, sans-serif;
    font-size: 25px;
}

.proportions {
    width: 100%;
    padding: 70px 0;
    background: url("./img/proportions/line.svg") center 60% no-repeat, url("./img/proportions/background.png") center no-repeat;
    background-size: contain, cover;
}

.proportions__title {
    font-family: MontBold, sans-serif;
    font-size: 40px;
    color: #FFF;
}

.proportions__description {
    margin-top: 30px;
    font-family: MontRegular, sans-serif;
    font-size: 22px;
    color: #FFF;
}

.proportions__cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.proportion__card {
    margin: 90px 1px 0;
    max-width: 550px;
    width: 100%;
    height: 300px;
    padding: 35px 40px;
    background-color: #FFF;
    border-radius: 30px;
}

.proportion__card_title {
    width: 100%;
    font-family: MontSemiBold, sans-serif;
    font-size: 30px;
}

.proportion__card_text {
    margin-top: 20px;
    font-family: MontRegular, sans-serif;
    font-size: 22px;
}

.about {
    display: flex;
    background-color: #F0F0F0;
}

.about__video {
    min-width: 70%;
    height: 1200px;
    background-image: url("./img/about/video.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about__target {
    width: 30%;
    height: 1200px;
    padding: 0 0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #F0F0F0;
}

.about__target_title {
    font-family: MontSemiBold, sans-serif;
    font-size: 30px;
}

.about__target_text {
    margin: 50px 0;
    max-width: 600px;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
}

.features {
    width: 100%;
    padding: 130px 0 110px;
    background-image: url("./img/features/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.features__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
    color: #FFF;
}

.features__text {
    margin-top: 30px;
    font-family: MontRegular, sans-serif;
    font-size: 22px;
    color: #FFF;
}

.features__list {
    padding: 80px 0 100px;
    margin-top: 70px;
    border-radius: 30px;
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(255, 255, 255, 0.5);
}

.features__item {
    max-width: 220px;
}

.features__item_title {
    margin-top: 40px;
    font-family: MontSemiBold, sans-serif;
    font-size: 20px;
}

.features__item_text {
    margin-top: 20px;
    font-family: MontLight, sans-serif;
    font-size: 16px;
}

.instruction {
    width: 100%;
    padding: 30px 0 40px;
    background-color: #F0F0F0;
    background-image: url("./img/instruction/background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 45%;
}

.instruction__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.instruction__text {
    margin-top: 30px;
    font-family: MontRegular, sans-serif;
    font-size: 22px;
}

.instruction__cards {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.instruction__card {
    max-width: 500px;
    width: 100%;
    height: 320px;
    margin: 20px 30px;
    padding: 30px 40px;
    background-color: #FFF;
    border-radius: 50px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.instruction__card:nth-child(2n) {
    margin-top: 50px;
}

.instruction__card:nth-child(2) {
    background-color: #DA8E6A;
}

.instruction__target {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-family: MontSemiBold, sans-serif;
    font-size: 30px;
}

.instruction__btn {
    margin: 30px auto 0;
}

.instruction__card_num {
    font-family: MontSemiBold, sans-serif;
    font-size: 26px;
}

.instruction__card_title {
    margin-top: 20px;
    font-family: MontSemiBold, sans-serif;
    font-size: 30px;
}

.instruction__card_text {
    margin-top: 20px;
    font-family: MontRegular, sans-serif;
    font-size: 18px;
    color: #5F5F5F;
}

.instruction__card:nth-child(2) > .instruction__card_text {
    color: #000000;
}

.choice {
    width: 100%;
    padding: 70px 0;
    background-image: url("./img/choice/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.choice__box {
    padding: 30px 70px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(30px);
    background-image: url("./img/choice/background_box.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.choice__title {
    text-align: center;
    font-family: MontBold, sans-serif;
    font-size: 30px;
    color: #FFF;
}

.choice__items {
    width: 100%;
    margin-top: 35px;
    height: 800px;
    display: flex;
    align-items: flex-start;
}

.choice__item {
    width: 50%;
}

.choice__item:nth-child(2) {
    align-self: flex-end;
}

.choice__item_title {
    font-family: MontSemiBold, sans-serif;
    font-size: 22px;
    color: #FFF;
}

.choice__text {
    margin: 10px 0;
    font-family: MontRegular, sans-serif;
    font-size: 18px;
    color: #FFF;
}

.choice__list {
    font-family: MontRegular, sans-serif;
    font-size: 16px;
    color: #FFF;
    list-style-type: disc;
}

.choice__list_item {
    margin: 5px 20px;
}

.gold {
    width: 100%;
    padding-top: 50px;
    background-color: #F0F0F0;
}

.gold__container {
    width: 100%;
    display: flex;
}

.gold__content {
    width: 70%;
    padding-right: 100px;
}

.gold__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.gold__text {
    margin-top: 50px;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
}

.gold__btn {
    margin-top: 50px;
}

.gold__img {
    width: 30%;
    background-image: url("./img/gold/background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.income {
    width: 100%;
    padding-top: 30px;
    background-color: #F0F0F0;
}

.income__title {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.income__list {
    max-width: 95%;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}

.income__list_item {
    max-width: 23%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.income__list_img > img {
    width: 180px;
    height: 180px;
}

.income__list_title {
    margin-top: 30px;
    font-family: MontBold, sans-serif;
    font-size: 20px;
    text-align: center;
}

.income__list_text {
    margin-top: 20px;
    font-family: MontRegular, sans-serif;
    font-size: 16px;
    text-align: center;
}

.robots {
    width: 100%;
    padding: 100px 0;
    background-image: url("./img/robots/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.robots__box {
    width: 100%;
    display: flex;
    padding: 65px 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
}

.robots__img {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.robots__content {
    width: 70%;
}

.robots__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.robots__text {
    margin-top: 20px;
    padding-right: 20px;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
}

.conditions {
    width: 100%;
    padding: 30px 0;
    background-color: #F0F0F0;
}

.conditions__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.conditions__text {
    margin-top: 30px;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
}

.conditions__box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.conditions__box_item {
    position: relative;
    width: 47%;
    padding: 50px 50px 50px 30px;
    border: 1px solid #000;
    border-radius: 50px;
}

.conditions__box_item:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 170px;
    width: 100px;
    height: 100px;
    background: linear-gradient(to right, #000 50%, #F0F0F0 50%);
    border-radius: 100%;
}

.conditions__box_item:before {
    content: '';
    position: absolute;
    right: -49px;
    top: 171px;
    width: 98px;
    height: 98px;
    background-color: #F0F0F0;
    border-radius: 100%;
    z-index: 2;
}

.conditions__box_title {
    font-family: MontSemiBold, sans-serif;
    font-size: 25px;
}

.conditions__box_text {
    margin: 40px 0;
    font-family: MontRegular, sans-serif;
    font-size: 16px;
}

.conditions__box_line {
    width: 80%;
    border-bottom: 2px solid #000;
}

.exchange {
    width: 100%;
    padding: 30px 0;
    background-image: url("./img/exchange/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.exchange__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #FFF;
}

.exchange__text {
    max-width: 80%;
    margin: 30px auto 0;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
    text-align: center;
    color: #FFF;
}

.exchange__box {
    width: 100%;
    min-height: 350px;
    margin: 60px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.exchange__box_item {
    min-width: 120px;
    height: 120px;
    margin: 20px;
    background-color: #FFF;
    border-radius: 100%;
}

.exchange__btn {
    margin: 0 auto;
}

.reviews {
    width: 100%;
    padding: 50px 0;
    background-color: #F0F0F0;
}

.reviews__title {
    max-width: 1000px;
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.reviews__text {
    max-width: 1000px;
    margin: 30px 0 0;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
}

.reviews__box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.reviews__box_item {
    width: 30%;
    padding: 30px;
    background-color: #FFF;
}

.reviews__box_title {
    max-width: 180px;
    font-family: MontSemiBold, sans-serif;
    font-size: 20px;
}

.reviews__box_info {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

.reviews__box_date {
    font-family: MontLight, sans-serif;
    font-size: 12px;
}

.reviews__box_username {
    font-family: MontLight, sans-serif;
    font-size: 12px;
}

.reviews__box_line {
    width: 100%;
    border-bottom: 2px solid #000;
}

.reviews__box_text {
    margin: 20px 0;
    font-family: MontRegular, sans-serif;
    font-size: 16px;
}

.reviews__box_more {
    font-family: MontRegular, sans-serif;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.reviews__box_video {
    width: 100%;
    height: 250px;
    margin-top: 20px;
    background-color: #000;
}

.reviews__btn {
    margin: 50px auto 0;
}

.quest {
    width: 100%;
    padding: 20px 0;
    background-image: url("./img/quest/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.quest__title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #FFF;
}

.quest__box {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.quest__box_item {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    padding: 30px 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

 .quest__box_text {
     font-family: MontSemiBold, sans-serif;
     font-size: 20px;
     color: #F0F0F0;
 }

 .quest__box_button {
     min-width: 25px;
     min-height: 25px;
     max-width: 25px;
     max-height: 25px;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 100%;
     background-color: #FFF;
     font-size: 20px;
     font-weight: bold;
 }

 .quest__text {
     margin-top: 20px;
     text-align: center;
     font-family: MontRegular, sans-serif;
     font-size: 20px;
     color: #FFF;
 }

 .quest__btn {
     margin: 20px auto 0;
 }

 .target {
     width: 100%;
     padding: 30px;
     background-color: #F0F0F0;
 }

 .target__box {
     width: 100%;
     display: flex;
     justify-content: space-between;
 }

 .target__content {
     width: 45%;
 }

 .target__title {
     font-family: MontBold, sans-serif;
     font-size: 30px;
 }

 .target__text {
     margin-top: 20px;
     font-family: MontRegular, sans-serif;
     font-size: 20px;
 }

.target__card {
    margin-top: 90px;
    position: relative;
    width: 100%;
    padding: 40px 100px 40px 40px;
    border-radius: 50px;
    background: linear-gradient(to right, #DA8E6A 25%, rgba(210, 160, 136, 0.42) 100%);
}

.target__card:after {
    content: '';
    position: absolute;
    right: -50px;
    top: 35%;
    width: 100px;
    height: 100px;
    background-color: #F0F0F0;
    border-radius: 100%;
}

.target__card_title {
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.target__card_text {
    margin-top: 20px;
    font-family: MontRegular, sans-serif;
    font-size: 20px;
}

.target__card_btn {
    margin-top: 20px;
    background-color: #FFF;
    color: #000;
}

.target__img {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.target__img > img {
    width: 80%;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background-color: #F0F0F0;
}

.footer__box {
    width: 100%;
    display: flex;
}

.footer__info {
    width: 30%;
}

.footer__info > img {
    width: 200px;
}

.footer__copyright {
    margin-top: 10px;
    font-family: MontLight, sans-serif;
    font-size: 12px;
}

.footer__social {
    margin-top: 10px;
    font-family: MontLight, sans-serif;
    font-size: 12px;
}

.footer__social_container {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.footer__social_link {
    margin-left: 10px;
}

.footer__nav {
    width: 60%;
    display: flex;
    justify-content: space-around;
}

.footer__nav_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer__nav_link {
    font-family: MontRegular, sans-serif;
    font-size: 16px;
    color: #000;
}

.footer__nav_link:visited {
    color: #000;
}

.footer__contacts {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
}

.footer__contacts > a {
    color: #000;
}

.footer__contacts > a:visited {
    color: #000;
}

.footer__contacts_phone {
    font-family: MontBold, sans-serif;
    font-size: 30px;
}

.footer__contacts_link {
    font-family: MontSemiBold, sans-serif;
    font-size: 20px;
}

.footer__contacts_text {
    font-family: MontLight, sans-serif;
    font-size: 12px;
    text-align: right;
}

@media (max-width: 1543px) {
    .proportions {
        background:url("./img/proportions/background.png") center no-repeat;
        background-size: cover;
    }

    .proportions__title {
        text-align: center;
    }

    .proportions__description {
        text-align: center;
    }

    .proportions__cards {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }

    .proportion__card {
        padding: 15px 20px;
        margin-top: 20px;
    }

    .instruction__card {
        max-width: 400px;
        margin: 20px 20px;
    }
}

@media (max-width: 1050px) {

    .header {
        background-image: url("./img/header/background-mini.png");
        background-position: bottom;
        background-size: cover;
        background-color: #F0F0F0;
    }

    .header__navbar {
        display: none;
    }

    .header__profile {
        max-width: 120px;
    }

    .header__profile_menu {
        display: block;
    }

    .header__preview {
        align-items: flex-start;
    }

    .header__preview_container {
        height: 450px;
        margin-top: 30px;
    }

    .header__preview_logo > img {
        height: 60px;
    }

    .header__preview_title > h1 {
        font-size: 25px;
    }

    .header__preview_title > p {
        font-size: 25px;
    }

    .header__preview_description {
        margin: 20px 0 30px;
        font-family: MontLight, sans-serif;
        font-size: 18px;
    }

    .proportions {
        padding: 70px 0;
    }

    .proportions__cards {
        justify-content: center;
    }

    .proportion__card {
        height: auto;
    }

    .proportion__card_title {
        font-size: 22px;
    }

    .proportion__card_text {
        font-size: 18px;
    }

    .about {
        flex-direction: column;
        align-items: center;
    }

    .about__video {
        width: 100%;
        height: 600px;
        order: 1;
    }

    .about__target {
        margin: 30px 0;
        padding: 20px;
        width: 100%;
        height: auto;
    }

    .about__target_title {
        font-size: 25px;
    }

    .about__target_text {
        font-size: 18px;
    }

    .features__title {
        text-align: center;
        font-size: 25px;
    }

    .features__text {
        text-align: center;
        font-size: 18px;
    }

    .features__list {
        flex-wrap: wrap;
    }

    .features__item {
        width: 45%;
        max-width: 100%;
        margin-top: 20px;
    }

    .instruction {
        background: #F0F0F0;
        overflow-x: hidden;
    }

    .instruction__title {
        font-size: 25px;
    }

    .instruction__text {
        font-size: 18px;
    }

    .instruction__cards {
        flex-wrap: nowrap;
        overflow-x: scroll;
        justify-content: flex-start;
        padding: 0 20px;
        height: auto;
    }

    .instruction__cards::-webkit-scrollbar {
        display: none;
    }

    .instruction__cards {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .instruction__card {
        margin: 0 20px 0 0;
        min-width: 90%;
        box-shadow: none;
        height: auto;
    }

    .instruction__card:nth-child(2n) {
        margin-top: 0;
    }

    .instruction__card_num {
        font-size: 20px;
    }

    .instruction__card_title {
        font-size: 25px;
    }

    .instruction__card_text {
        font-size: 18px;
    }

    .instruction__target {
        font-size: 18px;
    }

    .choice__title {
        font-size: 25px;
    }

    .choice__box {
        padding: 0;
        overflow-x: hidden;
        background: none;
        backdrop-filter: none;
    }

    .choice__items {
        width: auto;
        height: auto;
        overflow-x: scroll;
        align-items: stretch;
    }

    .choice__items::-webkit-scrollbar {
        display: none;
    }

    .choice__items {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .choice__item {
        min-width: 80%;
        height: auto;
        padding: 20px;
        margin: 0 20px 0 5px;
        border-radius: 50px;
        border: 2px solid #FFF;
        background-color: rgba(240, 240, 240, 0.2);
    }

    .choice__item:nth-child(2) {
        align-self: flex-start;
    }

    .choice__item_title {
        font-size: 18px;
    }

    .choice__text {
        font-size: 14px;
    }

    .gold__container {
        flex-direction: column;
        justify-content: center;
    }

    .gold__content {
        width: 100%;
        padding: 0;
    }

    .gold__title {
        width: 100%;
        text-align: center;
        font-size: 25px;
    }

    .gold__text {
        font-size: 18px;
    }

    .gold__btn {
        margin: 20px auto 0;
    }

    .gold__img {
        min-width: 100%;
        height: 400px;
        margin-top: 20px;
    }

    .income__title {
        font-size: 25px;
    }

    .income__list {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .income__list_item {
        min-width: 40%;
        margin-bottom: 20px;
    }

    .robots__box {
        flex-direction: column;
        align-items: center;
    }

    .robots__content {
        width: 100%;
    }

    .robots__title {
        margin-top: 20px;
        text-align: center;
        font-size: 25px;
    }

    .robots__text {
        padding: 0 5px;
        text-align: center;
        font-size: 18px;
    }

    .conditions__title {
        font-size: 25px;
    }

    .conditions__text {
        font-size: 18px;
    }

    .conditions__box {
        flex-direction: column;
        align-items: center;
    }

    .conditions__box_item {
        width: 100%;
        margin-top: 20px;
    }

    .exchange {
        overflow-x: hidden;
    }

    .exchange__title {
        text-align: left;
        font-size: 25px;
    }

    .exchange__text {
        text-align: left;
        font-size: 18px;
        margin: 30px 0 0 0;
    }

    .exchange__box {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
        min-height: auto;
        padding-left: 40px;
    }

    .exchange__box::-webkit-scrollbar {
        display: none;
    }

    .exchange__box {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .reviews {
        padding: 20px 0 20px 20px;
        overflow: hidden;
    }

    .reviews__title {
        font-size: 25px;
    }

    .reviews__text {
        font-size: 18px;
    }

    .reviews__box {
        overflow-x: scroll;
        width: auto;
    }

    .reviews__box::-webkit-scrollbar {
        display: none;
    }

    .reviews__box {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .reviews__box_item {
        min-width: 75%;
        margin-right: 20px;
    }

    .quest__title {
        font-size: 25px;
    }

    .quest__box_text {
        font-size: 18px;
    }

    .target__title {
        font-size: 25px;
    }

    .target__text {
        font-size: 18px;
    }

    .target__box {
        flex-direction: column;
    }

    .target__content {
        width: 100%;
    }

    .target__card {
        margin-top: 20px;
        padding: 20px 40px 20px 20px;
    }

    .target__card_title {
        font-size: 20px;
    }

    .target__card_text {
        font-size: 16px;
    }

    .target__img {
        width: 100%;
    }

    .target__img > img {
        margin-top: 20px;
        width: 100%;
    }

    .footer__box {
        flex-wrap: wrap;
    }

    .footer__info {
        width: 40%;
    }

    .footer__nav {
        width: 60%;
    }

    .footer__contacts {
        width: 100%;
        margin-top: 20px;
        align-items: center;
    }

    .footer__contacts_text {
        text-align: center;
    }
}

@media (max-width: 600px) {

    .features__list {
        flex-direction: column;
    }

    .features__item {
        width: 100%;
        padding: 0 20px;
    }

    .income__list {
        flex-direction: column;
        align-items: center;
    }

    .income__list_item {
        min-width: 80%;
    }

    .footer__box {
        flex-direction: column;
    }

    .footer__info {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer__social_container {
        justify-content: center;
    }

    .footer__nav {
        width: 100%;
    }

    .footer__nav_link {
        margin-top: 20px;
    }
}

@media (max-width: 400px) {
    .proportions {
        overflow-x: hidden;
    }

    .proportions__cards {
        overflow-x: scroll;
    }

    .proportions__cards::-webkit-scrollbar {
        display: none;
    }

    .proportions__cards {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .proportion__card {
        min-width: 290px;
    }

}