@font-face {
    src: url("../fonts/Helvetica.ttf");
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    src: url("../fonts/Helvetica-Bold.ttf");
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
}

body {
    background-color: black;
    font-family: 'Helvetica', sans-serif;
    margin: 0 ;
}

section {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
}

header {
    width: 100%;
    max-height: 65px;
    height: 100%;
    background: #0038FF;
    box-shadow: 0 4px 34px rgba(0, 56, 255, 0.35);
    backdrop-filter: blur(4px);
}

.header-top {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 25px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.contact {
    display: flex;
    align-items: center;
    text-align: center;
}

.contact a {
    text-decoration: none;
    color: #fff;
}

.contact p {
    margin-left: 10px;
}

.contact img {
    margin: -5px auto;
}

.contact > a {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.content {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 47%;
    padding-bottom: 100px;
    background-image: url("../img/fon-header.png");
    width: 100%;
    max-width: 1920px;
}

.hero__title {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 60px;
}

.hero__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
}

.comp-form {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.comp {
    max-width: 741px;
    width: 100%;
    margin-right: 39px;
    max-height: 403px;
}
.comp video{
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto
}

button, input {
    font-size: inherit;
    font-family: inherit;
    background-color: unset;
    border: none;
    outline: 0
}

.hidden {
    display: none
}

.form-section {
    max-width: 400px;
    width: 100%;
}

.form {
    padding: 30px;
    width: 100%;
    max-width: 360px;
    max-height: 434px;
    height: 100%;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 64px #041E74;
    backdrop-filter: blur(14px);
    border-radius: 25px;

}

.form__title {
    text-align: center;
    font-size: 21px;
    line-height: 24px;
    color: white;
    margin-bottom: 20px
}

.form__descr {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.form__checks {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form__check {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer
}

.form__check_rd {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 2px solid #0038FF;
    margin-right: 10px;
    position: relative
}

.form__check_rd::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 17px;
    height: 17px;
    background: #0038FF;
    border-radius: 50%;
    z-index: 2;
    display: none
}

input:checked + .form__check_rd::before {
    display: block
}

.form__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #0038FF;
    margin-top: 20px
}

.form__field img {
    margin-right: 10px
}

.form__field input {
    display: block;
    width: calc(100% - 35px)
}

.form__submit {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: #0038FF;
    box-shadow: 0 8px 24px rgba(0, 56, 255, 0.35);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px
}

.form__descr {
    text-align: center;
    font-size: 14px
}

input[type=text] {
    color: #fff
}

.benefits {
    background-image: url("../img/fon.png");
    background-size: 14%;
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    margin-bottom: 120px;
}

.benefits h2 {
    margin-bottom: 90px;
}

.benefits h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding-top: 60px;
}

.benefits p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 15px 20px 44px 20px
}

.benefits-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.benefits-icon > div {
    margin-right: 30px;
    width: calc(100% / 12 * 4 - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 70px;
    min-width: 307px;
    background: linear-gradient(0deg, rgba(0, 31, 100, 0.2), rgba(0, 31, 100, 0.2));
    box-shadow: 0 4px 44px #001F8E;
    backdrop-filter: blur(2px);
    border-radius: 20px;
}

.benefits-icon > div:nth-child(3) {
    margin-right: 0;
}

.benefits-icon > div:last-child {
    margin-right: 0;
}

.benefits-icon-cart {
    position: relative;
}

.benefits-icon-cart img {
    position: absolute;
    top: -15%;
}

.comment {
    background: linear-gradient(359.13deg, #010101 3.73%, rgba(1, 1, 1, 0) 14.29%), linear-gradient(90.56deg, rgba(1, 1, 1, 0.88) 13.38%, rgba(1, 1, 1, 0) 50.03%), url(../img/casino.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 1280px;
    width: 100%;
    height: 720px;
    position: relative;
    margin-bottom: 20px;
}

.comment h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -35px;
    margin: 0;
}

.comment-section {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-top: 83px;

}

.comment-user {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 360px;
    width: 100%;
    height: 100%;
    max-height: 171px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: rgba(1, 1, 1, 0.9);
    box-shadow: 0 1px 14px 10px rgba(0, 56, 255, 0.28);
    backdrop-filter: blur(2px);
    border-radius: 20px;
    padding: 30px 20px 20px 20px;
}

.comment-section-right > div:last-child {
    margin-bottom: 0;
}

.comment-section-left > div:last-child {
    margin-bottom: 0;
}

.comment-user p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #FFFFFF;
    margin: 0;

}

.user {
    display: flex;
}

.user p {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.user img {
    padding-right: 8px;
    padding-bottom: 20px;
}

.seo {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 78.17%, #000000 100%), url(../img/fon-footer.png);
    background-position: right;
    max-width: 1920px;
    width: 100%;
    background-size: 58%;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0 auto;
}

.seo-text {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: left;
}

.seo-text h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
}

.seo-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    padding-top: 30px;
}

section h2 {
    color: #FFFFFF;
}

button, input {
    font-size: inherit;
    font-family: inherit;
    background-color: unset;
    border: none;
    outline: 0
}
.detail{
    margin-bottom: 120px;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px
}

.horizontal-form {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.form {
    padding: 30px;
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 25px;
}

.form__title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px
}

.form__descr {
    margin-bottom: 20px
}

.form__field {
    display: flex;
    align-items: center;
    padding: 18px 15px;
    border: 1px solid #0038FF;
    border-radius: 8px;
    margin-top: 20px
}

.form__field img {
    margin-right: 10px
}

.form__field input {
    display: block;
    width: calc(100% - 35px)
}

.form__submit {
    display: block;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background: #0038FF;
    box-shadow: 0 8px 24px rgba(0, 56, 255, 0.35);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px
}

.form__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.form__descr_button {
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
}

.detail {
}

.detail__content {
    background: #0038FF;
    box-shadow: 0 4px 64px #041E74;
    backdrop-filter: blur(14px);
    border-radius: 25px;
    padding: 30px;
}

.detail__title {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

.detail__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}
.detail_agree{
    display: flex;
}
.detail__agree {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    width: 733px;
    text-align: right;
    margin: 0 auto;
    padding-top: 10px;
}

.d-form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.d-form__field {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 15px;
    max-width: 300px;
    width: auto;
    padding: 18px 15px 18px 15px;
}

.d-form__field img {
    margin-right: 10px
}

.d-form__field input {
    display: block;
    width: calc(100% - 35px);
    color: #fff
}

.d-form__submit {
    display: inline-block;
    padding: 15px 40px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    border: 2px solid #ffffff;
}

input[type=text] {
    color: #fff
}

footer {
    background-color: #081851;
    color: #FFFFFF;
    padding-bottom: 8px;
}

.contact-footer {
    display: flex;
    justify-content: space-around;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 25px;
    padding-top: 15px;

}

.contact-footer a {
    text-decoration: none;
    padding-left: 5px;
    padding-right: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.tg-footer a{
    padding-right: 0;
}

.contact-footer > div {
    display: flex;
    align-items: center;
}
.politic{
    border-top: 1px solid #0038FF;
}

.politic p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.contact-icon,
.tg-footer{
    display: flex;
    align-items: center;
}

.seo-text ul{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
@media screen and (min-width: 1920px){
    .benefits{
        max-width: unset;
    }
    .seo{
        max-width: unset;
        background-size: 42%;
    }
}


@media screen and (max-width: 992px) {
    .seo{
        padding: 0 10px;
        box-sizing: border-box;
    }
    .section-title {
        font-size: 37px
    }
    .d-form__submit{
        max-width: 300px;
        width: 100%;
    }
    .benefits-icon > div:nth-child(3){
        margin-right: 30px;
    }
    .d-form {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
.detail{
    padding: 30px 10px;
    box-sizing: border-box;
}
    .d-form__field {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
    .detail_agree{
        display: flex;

    }
    .detail__agree{
        text-align: center;
    }
.comment{
    height: unset;
}
    .comment h2{
        top: -74px
    }
.comment-section-left{
    margin-bottom: 226px;
}
    .comment-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;


    }
}

@media screen and (max-width: 768px) {
    .hero__title h1{
        font-size: 34px;
        line-height: 40px;
    }
    .seo-text h2{
        font-size: 22px;
        line-height: 30px;
    }
    .info-contact {
        display: none;
    }
    .section-title {
        font-size: 32px
    }

    .comment h2 {
        font-size: 22px;
        line-height: 30px;
        top: -22px;

}

@media screen and (max-width: 480px) {
    .section {
        padding: 30px 10px
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .detail__title {
        font-size: 18px
    }

    .detail__agree, .detail__descr {
        font-size: 11px
    }

}

@media screen and (max-width: 912px) {
    .comp-form {
        display: block;
        width: 100%;
    }

    .comp {
        width: 75%;
        height: 400px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
    }

    .form {
        margin: 0 auto;
    }

    .form-section {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 30px auto;

    }
}

@media screen and (max-width: 600px) {
    .comp {
        height: 326px;
        width: 90%;
    }

    .comment-user {
        width: 340px;
        height: 252px;
        font-size: 14px;
    }

    .comment-section {
        width: 100%;
    }

    .contact-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-icon{
        margin-bottom: 22px;
    }

    .contact-footer > div {
        margin: 15px;
        display: block;
    }

    .politic {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .politic p {
        margin-left: 0;
        font-size: 12px;
        line-height: 24px;
    }

    .contact-footer .tg-footer {
        margin-top: 0;
    }

    .contact-footer a {
        font-size: 19px;
        line-height: 23px;
    }

    .benefits p {
        padding: 15px 20px 20px 20px;
    }
}

@media screen and (max-width: 420px) {
    .comp {
        height: 230px;
    }

    .comment-user {
        width: 100%;
        height: 245px;
        font-size: 14px;
    }

}
}


.horizontal-form input[type=text] {
    color: #919191;
}