@font-face {
    font-family: 'Montserrat';
    src: url(../fons/Montserrat-Regular.ttf) format('ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fons/Montserrat-Bold.ttf) format('ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'Montserrat';
    src: url(../fons/Montserrat-Light.ttf) format('ttf');
    font-weight: 300;
}

body {
    background: linear-gradient(180deg, #001630 0%, #470017 100%);
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x:hidden;
}

.wrapper {
    max-width: 1140px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

header {
    background-image: url("../img/fon.png");
    background-size: cover;
    width: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
}

.head-content {
    padding-bottom: 120px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1140px;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.contact {
    display: flex;
    align-items: center;
    text-align: center;
}

.contact a {
    text-decoration: none;
    color: #fff;
}

.contact p {
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    margin-left: 10px;
}

.contact img {
    margin: -5px auto;
}

.contact > a {
    margin-right: 30px;
    display: flex;
}

.hero__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    background: linear-gradient(180deg, #FF4F39 0%, #FECA03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.video-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0;
}

.video {
    width: 60%;
    margin: 0 160px 0 0;

}

video {
    width: 100%;
    height: 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 {
    color: white;
}

.form {
    padding: 40px 30px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    background: #000000;
    border-radius: 15px;
}

.form__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px
}

.form__descr {
    margin-bottom: 20px
}

.form__checks {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.form__check {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    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 #FECA00;
    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: -webkit-linear-gradient(top, #fff 0, #7b7b7b 47.06%);
    background: linear-gradient(180deg, #fff 0, #7b7b7b 47.06%);
    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 #fff;
    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;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FE9819 0%, #DD7B00 100%);
    border-radius: 58px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px
}

.form__descr {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

input[type=text] {
    color: #fff
}

.benefits {
    text-align: center;

}
.img-content{
    margin: 35px 0;
}
.benefits h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 26px;
    padding-top: 30px;
}

.benefits p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 0 16px;

}
.benefits > p,
.benefits > div > p
 {
    text-align: start;

}
.benefits-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.benefits-icon > div {
    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-top: 50px;
    width: 100%;
    max-width: 270px;
}

.compatibility {
    text-align: center;
}

.compatibility h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    padding-top: 30px;
}

.compatibility p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding: 0 21px;
}

.compatibility-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.compatibility-icon > div {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% / 12 * 4 - 20px);
    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-top: 50px;
    min-width: 307px;
}
.seo-text{
    padding-left: 10px;
    padding-right: 10px;
}
.seo-text h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
}

.seo-text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #F5F5F5;
    text-align: left;
}
.check-list{
    width: 87%;
    padding-left: 5px
}
.check-list h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.characteristics ul{
    list-style: none;
    padding: 0;
    text-align: left;

}
.characteristics li {
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 1em;
    position: relative;

}
.characteristics li::before{
    content: '\25CF';
    width: 5px;
    height: 5px;
    color: #D200CA;
    display: block;
    position: absolute;
    top: -2px;
    left: -15px
}
.characteristics-number ol{
    margin: 1em;
    padding: 0;
}
.characteristics-number li{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 1em;
    text-align: left;
}
.other-page {
    padding: 20px 0;
}
.characteristics ul {
    margin: 40px 0;
}
.privacy-title{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    background: linear-gradient(180deg, #FF4F39 0%, #FECA03 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;

}
.privacy-page{
    padding: 8% 0;
}
section{
    padding: 0 20px;
}
section h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
    color: #FFFFFF;
}

button, input {
    font-size: inherit;
    font-family: inherit;
    background-color: unset;
    border: none;
    outline: 0
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px
}

.horizontal-form {
    max-width: 1140px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto
}

.form {
    padding: 40px 30px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    background: #000000;
}

.form__title {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px
}

.form__descr {
    margin-bottom: 20px
}

.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 #fff;
    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: linear-gradient(180deg, #FE9819 0%, #DD7B00 100%);
    border-radius: 58px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px
}

.form__descr {
    text-align: center;
    font-size: 14px
}

.detail {
    margin-bottom: 120px;
    margin-top: 120px;
}

.detail__content {
    background: #000000;
    border-radius: 15px;
    padding: 52px 20px;
}

.detail__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px
}

.detail__descr {
    margin-bottom: 30px;
    text-align: center
}

.detail__agree {
    text-align: center
}

.d-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px
}

.d-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 #fff;
    margin-right: 40px
}

.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;
    background: linear-gradient(180deg, #FE9819 0%, #DD7B00 100%);
    border-radius: 58px;
    color: #fff;
    cursor: pointer
}

input[type=text] {
    color: #fff
}

footer {
    background-color: black;
    color: #FFFFFF;
    padding: 20px 0;
}

.contact-footer {
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-footer a {
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.contact-footer > div {
    margin: 27px;
    display: flex;
    align-items: center;
}

.politic {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.politic a {
    border-bottom: dimgrey 1px solid;
    color: inherit;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.politic p {
    margin-left: 30px;
}

@media(min-width: 1074px){
   .img-content {
        max-width: 65%;
        margin: 30px 0;
    }
    .characteristics ul{
        margin-left: 6%;
    }
}
@media screen and (max-width: 1074px){
    .characteristics li{
        left: 15px;
    }
    .characteristics li::before{
        left: -15px
    }
}
@media screen and (max-width: 992px) {
    .section-title {
        font-size: 37px
    }

    .d-form {
        -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;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    .d-form__field {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 32px
    }
    .detail {
        margin-bottom: 60px;
        margin-top: 60px;
    }

}

@media screen and (max-width: 480px) {
    .section {
        padding: 30px 0
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 30px
    }

    .detail__title {
        font-size: 18px
    }

    .detail__agree, .detail__descr {
        font-size: 14px
    }

}

@media screen and (max-width: 560px) {
    .info-contact {
        display: none;
    }
}

@media screen and (max-width: 912px) {
    .video-form {
        display: block;
        width: 100%;
    }

    .video {
        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) {
    .hero__title h1{
        font-size: 32px;
        line-height: 39px;
    }
    .video {
        height: 326px;
        width: 90%;
    }
    section h2 {
        font-size: 24px;
        line-height: 29px;
        padding: 0 50px 0 50px;
        margin-top: 60px;
    }
    .benefits-icon img{
        max-width: 80px;
        width: 100%;
    }
    .benefits h3{
        font-size: 18px;
        line-height: 22px;
    }
    .compatibility-icon img{
        max-width: 125px;
        width: 100%;
    }
    .contact-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .seo-text h2{
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
    }
    .logo-footer {
        order: -1;
    }

    .contact-footer > div {
        margin: 15px;
    }

    .politic {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .politic p {
        margin-left: 0;
    }

    .contact-footer .tg-footer {
        margin-top: 0;
    }

    .contact-footer a {
        font-size: 19px;
        line-height: 23px;
    }

    .benefits p {
        font-size: 14px;
        line-height: 140%;
        padding-left: 31px;
        padding-right: 31px;
    }
    .compatibility h3{
        font-size: 18px;
        line-height: 22px;
    }
    .compatibility p{
        font-size: 14px;
        line-height: 140%;
    }
    .seo-text p{
        font-size: 14px;
        line-height: 22px;
    }
    .check-list h3{
        font-size: 16px;
        line-height: 20px;
    }
    .characteristics-number li , .characteristics li{
        font-size: 14px;
        line-height: 22px;
    }

}

@media screen and (max-width: 420px) {
    .video {
        height: 230px;
    }
}
@media screen and (max-width: 370px){
    .contact{
        display: none;
    }
    .logo{
        margin: 0 auto;
    }
}

