.wrapper {
    font-family: 'Gilroy';
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 0px;
    height: 7px;
}

header {
    height: 880px;
    width: 100%;
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
}

.header__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    width: 50%;
    height: 880px;
    padding: 0px 50px;
    background: url('../icons/bg0.png') top center/cover no-repeat;
}

.header__content-bg {
    z-index: 2;
}

.header__content h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-top: 60px;
}

.header__content h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 73px;
    color: #FF0000;
}

.header__item {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.header__item1 {
    position: absolute;
    right: -90px;
    height: 100px;
    bottom: 150px;
}

.header__item2 {
    position: absolute;
    right: -50px;
    height: 100px;
    top: 50px;
    transform: rotate(-24.79deg);
}

.logo {
    margin-right: auto;
    padding-top: 20px;

}

.header__form {
    width: 50%;
    padding: 0px 170px;
    padding-top: 138px;
}

.header__form form {
    margin: 0 auto;
}

.header__form form h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

.header__form form button {
    width: 100%;
    height: 55px;
    left: 0px;
    top: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #E4B230;
    border-radius: 5px;
}

.header__form form h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 20px;
}

.header__form form h5 span {
    color: #E4B230;
}

.form__input {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

.form__input h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
}

.checkbox {
    width: 18px;
    height: 18px;
}

.checkbox:checked {
    accent-color: #b88a17;

}

.label {
    position: absolute;
    top: -15px;
    left: 0px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5)
}

.input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
    background: #F3F6FA;
    border-radius: 5px;
    margin-top: 10px;
    color: rgba(0, 0, 0, 0.8);
}

.form__pass {
    width: 100%;
    display: flex;
    gap: 10px;
}

.d-flex-r {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.d-flex {
    display: flex;
    gap: 10px;
}

.select {
    width: 67px;
    height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    background: #F3F6FA url("../icons/vector.svg") no-repeat 40px;
    appearance: none;
}

.input:focus+.label {
    color: #FF5B2F;
}

.input:focus+.select+.label {
    color: #FF5B2F;
}

.input:focus+.select {
    border: 1px solid #F8937F;
}

.input:focus {
    border: 1px solid #F8937F;
}

.select:focus {
    border: 1px solid #F8937F;
}


.block__first {
    display: flex;
    align-items: center;
    padding-left: 110px;
    max-width: 1920px;
    margin: 0 auto;
    height: 720px;
    background: url('../icons/bg-content.png') top center/cover no-repeat;
}

.block__title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #3D2441;
}

.block__title h2:last-child {
    color: #F0B827;
}

.subtitle__item {
    display: flex;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.subtitle__item::before {
    content: '';
    width: 18px;
    height: 20px;
    display: flex;
    background: url('../icons/arrow.svg') no-repeat;
}

.block__text {
    display: flex;
    flex-direction: column;
}

.block__bg {
    margin-left: auto;
}

.block__second {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding-bottom: 100px;
    background: url('../icons/bg-content2.png') top center/cover no-repeat;
}

.block__second .block__title {
    padding-top: 100px;
    text-align: center;
    margin: 0 auto;
}

.item__content {
    display: flex;
    width: 350px;
    height: 321px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 4px 4px rgba(187, 187, 187, 0.25);
    border-radius: 10px;
}

.item__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    margin-top: 25px;
}

.item__content h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 146%;
    text-align: center;
    color: #1D1C1C;
    margin-top: 22px;
}

.item__content h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 146%;
    text-align: center;
    color: #1D1C1C;
    margin-top: 16px;
}

.item__line {
    position: absolute;
    width: 120px;
    height: 2px;
    border-radius: 10px;
    margin-top: 23px;
    bottom: 20px
}

.list__content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.forgot {
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    color: #E4B230;
    margin-top: -10px;
}

.color1 {
    background: rgba(255, 98, 98, 0.2);
}

.color2 {
    background: rgba(255, 184, 0, 0.2);
}

.color3 {
    background: rgba(74, 58, 255, 0.2);
}

.color4 {
    background: rgba(74, 58, 255, 0.2);
}

.color5 {
    background: rgba(255, 98, 98, 0.2);
}

.colorbg1 {
    background: #FF6262;
}

.colorbg2 {
    background: #FFB800;
}

.colorbg3 {
    background: #4A3AFF;
}

footer {
    text-align: center;
    max-width: 1920px;
    margin: 0 auto;
    height: 130px;
    display: flex;
    padding: 0px 50px;
    align-items: center;
    justify-content: space-between;
}

.footer__text {
    display: flex;
    gap: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #1D1C1C;
}

.footer__text h3 {
    cursor: pointer;
}

.footer__text h3:hover {
    text-decoration: underline;
}

.error {
    margin-top:5px;
    color: red;
}

@media screen and (max-width:1860px) {
    .block__second {
        padding: 0px 20px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width:1300px) {
    .header__form {
        width: 50%;
        padding: 0px 100px;
        padding-top: 138px;
    }

    .block__bg img {
        width: 600px;
    }
}

@media screen and (max-width:1024px) {
    .header__form {
        width: 50%;
        padding: 0px 50px;
        padding-top: 138px;
    }

    .block__bg img {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

    .block__first {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0px;
        max-width: 1920px;
        height: auto;
        padding: 100px 0px;

    }

    .block__bg {
        margin-left: 0px;
        margin: 0 auto;
    }

    .block__title h2:last-child {}

    .header__content h1 {
        font-weight: 700;
        font-size: 30px;
        line-height: 34px;
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .header__content h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 23px;
        color: #FF0000;
    }
}

@media screen and (max-width:770px) {
    header {
        flex-direction: column;
        height: auto;
        padding-bottom: 100px;
    }

    .header__content {
        width: 100%;
    }

    .header__form {
        width: 100%;
    }

    .item__content {
        width: 100%;
    }

    .block__title {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px;
        color: #3D2441;
    }

    .block__title h2:last-child {
        color: #F0B827;
        text-align: left;
    }

    .block__second {
        overflow: hidden;
    }

    .block__first {
        padding: 100px 20px;
    }
}

@media screen and (max-width:600px) {
    footer .logo {
        display: none;
    }

    .footer__text {
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width:500px) {
    header {
        flex-direction: column;
        height: auto;
        padding-bottom: 30px;
    }

    .header__content {
        width: 100%;
        height: 640px;
        padding: 0px 20px;
    }

    .header__form {
        width: 100%;
        padding: 0px 20px;
        padding-top: 30px;
    }

    .header__content-bg {
        z-index: 2;
        width: 400px;
    }

    .header__content h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .item__content {
        padding: 5px;
    }

    .block__first {
        padding: 40px 20px;
    }

    .block__second .block__title {
        padding-top: 30px;
        text-align: center;
        margin: 0 auto;
    }
}