* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100vh;
    letter-spacing: 0.04em;
    font-size: 16px;
    line-height: 24px;
}
input, textarea, button, select {
    outline: none;
    border: none;
    width: 100%;
}
input.error,
select.error,
label.error {
    animation: error 0.5s linear;
}
@keyframes error {
    50% {
        border-color: red;
        background: #FF8D8D;
    }
    100% {
        border-color: #F8B017;
        background: #fff;
    }
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
a {
    text-decoration: none;
    color: #000;
}
.btn {
    color: #000;
    background: #F8B017;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 40px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.btn:hover {
    background: #E09D0B;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
}
.swiper-wrap {
    position: relative;
}
.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0;
}
.swiper-pagination-wrap {
    display: flex;
    align-items: center;
}
.swiper-pagination-bullet {
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #fff;
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    background: #F8B017;
}
.container {
    margin: 0 auto;
    height: 100%;
}
.content {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(images/bg.jpg) no-repeat center center/cover;
    z-index: 0;
}
.content:before {
    content: '';
    display: block;
    width: 673px;
    height: 100%;
    background: linear-gradient(90deg, #FFFFFF 50.52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.row {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

h1 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.content-descr {
    position: relative;
    z-index: 1;
}
.content-descr__wrap {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}
.content-descr__subtitle {
    font-size: 30px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.06em;
}
.content-descr__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 423px;
}
.content-descr__text:before {
    content:'';
    display: block;
    width: 128px;
    height: 1px;
    background: #C8C8C8;
    margin-bottom: 14px;
}
.content-descr__buttons {
    display: flex;
    align-items: center;
}
.content-descr__buttons .btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    background: #35ABF6;
    border-radius: 3px;
    flex: 0 0 134px;
    width: 134px;
    height: 50px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 26px;
}
.content-descr__buttons .btn:hover {
    background: #1590DD;
}
.content-descr__buttons .link {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #35ABF6;
    transition: 0.3s;
}
.content-descr__buttons .link:hover {
    color: #1590DD;
}
.social_btns {
    margin-top: 62px;
}
.social_btns a {
    margin-right: 25px;
}
.social_btns svg {
    fill: #000;
    transition: 0.3s;
}
.social_btns a:hover svg {
    fill: #35ABF6;
}


.content-form {
    flex: 1;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form_wrap {
    position: relative;
    height: 533px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    margin-top: -31px;
    padding: 47px 30px 33px;
    color: #fff;
    z-index: 0;
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form_wrap:before {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.form_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 30px;
}
.form_wrap .input input,
.form_wrap .input select {
    height: 50px;
    border-radius: 3px;
    border: 1px solid #F8B017;
    background: #fff;
    padding: 0 20px;
}
.input_title {
    font-weight: 600;
    margin-bottom: 13px;
}
label {
    display: block;
}
label input {
    display: none;
}
label span {
    position: relative;
    padding-left: 48px;
    display: block;
    cursor: pointer;
}
label.radio {
    display: block;
    margin-bottom: 30px;
}

label.radio span:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #F8B017;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 1px;
}
label.radio input:checked ~ span:after {
    content:'';
    display: block;
    width: 10px;
    height: 10px;
    background: #F8B017;
    border-radius: 100px;
    position: absolute;
    left: 6px;
    top: 7px;
}
label.checkbox span:before {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #F8B017;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
label.checkbox input:checked ~ span:after {
    content:'';
    display: block;
    width: 15px;
    height: 15px;
    background: url(images/check.svg) no-repeat center center/cover;
    position: absolute;
    left: 4px;
    top: 3px;
}
label.select {
    position: relative;
}
label.select select {
    color: #808080;
    cursor: pointer;
}
label.select:after {
    content: '';
    display: block;
    width: 20px;
    height: 12px;
    background: url(images/select.svg) no-repeat center center/cover;
    position: absolute;
    right: 15px;
    top: 19px;
}

.form_step_1 .form_list {
    padding-left: 20px;
}
.form_step_1 .form_list > li {
    list-style-type: disc;
    font-weight: 600;
    position: relative;
    margin: 11px 0;
}
.form_step_1 .form_list > li ul li {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    list-style: none;
    margin: 2px 0;
}


.form_step_2 .input:nth-child(2) {
    margin-bottom: 65px;
}
.form_step_2 input {
    width: 270px;
}

.form_step_3 .form_title,
.form_step_4 .form_title {
    margin-bottom: 50px;
}

.form_step_3 .input,
.form_step_4 .input {
    width: 354px;
    margin-bottom: 40px;
}


.form_step_5 input[type="text"] {
    width: 270px;
    margin-left: 48px;
}
.form_step_5 .input:nth-child(3) {
    margin-top: 45px;
}

.form_step_6 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form_step_6 .form_step__wrap {
    text-align: center;
    padding: 0 56px;
}
.form_step_6 .form_title {
    margin-bottom: 13px;
    text-align: left;
}
.form_step_6 .form_subtitle {
    font-family: Open Sans;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
}
.form_step_6 .btn {
    margin-top: 32px;
}

.navigation_wrap {
    display: none;
    justify-content: space-between;
    align-items: center;
}
.navigation_wrap.active {
    display: flex;
}
.navigation {
    text-align: center;
}
.swiper-prev {
    cursor: pointer;
}
.swiper-next svg {
    margin-left: 10px;
}
.swiper-next.hide,
.nav_btn.hide {
    display: none;
}
.swiper-pagination-bullet:first-child,
.swiper-pagination-bullet:last-child {
    display: none;
}
.btn-submit {
    display: none;
}
.btn-submit.active {
    display: flex;
}
@media(min-width: 1024px) {
    .container {
        width: 990px;
    }
    .content-descr {
        flex: 0 0 453px;
        width: 453px;
    }
    .form_wrap {
        width: 507px;
    }
    .form_step_1 .form_list > li:nth-child(2) img {
        position: static;
        margin-top: 8px;
    }
}
@media(min-width: 1200px) {
    .container {
        width: 1100px;
    }
    .content-descr {
        flex: 0 0 486px;
        width: 486px;
    }
    .form_wrap {
        width: 613px;
    }
    .form_step_1 .form_list > li:nth-child(2) img {
        margin: 0 0 0 20px;
        top: -9px;
        position: absolute;
    }
    .form_step_1 .form_list > li {
        margin: 25px 0;
    }
}
@media(min-width: 1366px) {
    .container {
        width: 1200px;
    }
    .content-descr {
        flex: 0 0 593px;
        width: 593px;
    }
    .form_wrap {
        width: 613px;
    }
}
@media(min-width: 1920px) {
    .content:before {
        width: 943px;
    }
}
@media(min-height: 626px) {
    .content-descr {
        margin-top: 50px;
    }
}
@media(max-width: 1023.98px) {
    body {
        height: auto;
    }
    .container {
        width: 768px;
    }
    .row {
        display: block;
    }
    .content {
        padding: 35px 0;
    }
    .content:before {
        width: 100%;
        height: 43%;
        background: linear-gradient(179deg, #FFFFFF 37.52%, rgba(255, 255, 255, 0) 93%);
    }
    .content-descr {
        margin: 0;
    }
    .content-descr__subtitle {
        margin-top: 35px;
    }
    .content-descr__text {
        margin-top: 25px;
        width: 100%;
    }
    .content-descr__bottom {
        margin-top: 25px;
    }
    .social_btns {
        margin-top: 34px;
    }
    .form_wrap {
        margin-top: 30px;
    }
}
@media(max-width: 767.98px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .form_wrap {
        height: 590px;
    }
}
@media(max-width: 480px) {
    .form_wrap {
        height: 670px;
    }
    .input {
        width: 100%!important;
    }
    .form_step_6 .form_step__wrap {
        padding: 0;
    }
}