@charset "utf-8";
/* CSS Document */

@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1280px){
    .container {
        max-width: 1200px;
    }
}


/* desktop */

@media screen and (max-width: 2400px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1536px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {
    .rep__link {
        height: 162px;
        font-size: 32px;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {}

/* tablet */

@media screen and (max-width: 992px) {
    main {
        padding-top: 100px;
    }

    section.start > .container {
        position: relative;
    }
    .start__left {
        max-width: 100%;
    }
    .start__left > img {
        max-width: 455px;
        margin-bottom: 20px;
    }
    .start__left > h1 {
        font-size: 37px;
    }
    .start__left > h5,
    .start__left > p {
        max-width: 75%;
    }

    .start__img {
        max-width: 125px;
        height: auto;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 162px;
    }

    section.data {
        margin-top: 50px;
    }
    .form__radio-group {
        max-width: 575px;
    }
    .form__radio-group > .form__radio:first-of-type {
        margin-left: 0;
    }
    .form__checkbox {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form__input input,
    .form__select select,
    .form__btn  {
        max-width: 70%;
    }

    .rep__link {
        height: 122px;
        font-size: 25px;
        font-weight: 400;
        padding-right: 20px;
    }
}

@media screen and (max-width: 884px) {}

@media screen and (max-width: 870px) {}

@media screen and (max-width: 834px) {}

@media screen and (max-width: 768px) {
    .start__left > h1 {
        font-size: 27px;
        font-weight: 800;
    }
    .start__left > h5 {
        font-size: 18px;
    }
    .start__left > p {
        font-size: 14px;
    }
    .start__img {
        max-width: 98px;
        top: 130px;
    }
    
    section.data {
        margin-top: 75px;
    }
    .form__radio-group {
        max-width: 435px;
        font-size: 18px;
    }
    .form__input input,
    .form__select select,
    .form__btn  {
        max-width: 100%;
    }
    .form__input > span {
        font-size: 13px;
    }
    .form__input input,
    .form__select select {
        font-size: 20px;
    }
    .form__text,
    .form__radio,
    .form__checkbox {
        font-size: 18px;
    }

    .rep__link {
        height: 92px;
        font-size: 19px;
        padding-right: 10px;
    }

    .important__blocks {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 10px;
    }
    .important__block {
        background-color: rgba(24, 11, 46, .47);
        padding-left: 18px;
        padding-top: 22px;
        padding-right: 18px;
        padding-bottom: 25px;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px;
    }
    .important__block > h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .important__block > ul {
        font-size: 15px;
    }
}

@media screen and (max-width: 660px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 576px) {
    main {
        padding-top: 35px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .start__left > img {
        max-width: 100%;
    }
    .start__left > h1 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .start__left > h5 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .start__img {
        max-width: 90px;
        top: 115px;
    }

    .rep__link {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .rep__link {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .rep__link {
        height: 75px;
    }
}

@media screen and (max-width: 429px) {
    section.data {
        margin-top: 40px;
    }
}

@media screen and (max-width: 414px) {}

@media screen and (max-width: 376px) {}

@media screen and (max-width: 321px) {}