@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    background: linear-gradient(180deg, #170073 0%, #1C0622 31.71%, #370062 67.65%, #18007A 99.42%);
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    box-sizing: border-box;
    font-weight: 400;

}

.wrapper {
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    text-align: center;
}

header {
    max-width: 1140px;
    margin: 20px auto;
    position: relative;
    z-index: 11;
}

.main-header {
    display: flex;
    justify-content: space-between;
}

.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 {
    margin-left: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.contact img {
    margin: -5px auto;
}

.contact > a {
    margin-right: 30px;
    display: flex;
}

.menu {
    display: flex;
    justify-content: space-evenly;
    margin-top: 61px;
    margin-bottom: 75px;
}

.menu a {
    text-decoration: none;
}

.menu p {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
}

.active:active {
    border-bottom: 3px solid #F06A6A;
    border-radius: 30px;
}

.hero__title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    background: linear-gradient(139.91deg, #F08A8A 14.78%, #FA0000 112.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.hero__title p {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.video-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 60px 0;
}

.video {
    width: 60%;

}
iframe{
    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 {
    padding: 40px 30px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    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-size: 14px;
    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 #F06A6A;
    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;
    text-transform: uppercase;
    background: linear-gradient(199.74deg, #F08A8A -5.78%, #FA0000 114.34%);
    border-radius: 58px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px
}

.form__descr {
    text-align: center;
    font-size: 14px
}

input[type=text] {
    color: #fff
}

.benefits {
    text-align: center;
}

.benefits h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
}

.benefits p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #F5F5F5;
    padding: 0 38px;
}

.benefits-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.benefits-icon img {
    min-height: 90px;
}

.benefits-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;
}

.characteristics {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    border: 3px solid #F06A6A;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px;
}

.characteristics ul {
    list-style: none;
    text-align: left;
    width: 100%;

}

.characteristics li {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 30px;
    position: relative;
}

.characteristics li:before {
    content: '✔';
    color: #F06A6A;
    font-size: 30px;
    position: absolute;
    left: -40px;
}
.to-plug{
    display: flex;

}
.plug {
    position: relative;
    padding: 0 40px;
}
.depiction{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;

}
.plug p:last-child{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center
}

.plug:after{
    content: "";
    position: absolute;
    left: -19px;
    top: 79px;
    width: 60px;
    height: 60px;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    transform: rotate(270deg);
}
.plug:first-child:after{
    content: none;
}
.seo-section{
    margin-bottom: 60px;
}
.seo-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #F5F5F5;
    padding: 0 32px;
}

section h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 60px;
    color: #FFFFFF;
}
.seo-text h2{
    margin-bottom: 30px;
}
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
}

.form {
    padding: 40px 30px;
    width: 100%;
    max-width: 320px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px
}

.form__title {
    text-align: center;
    font-weight: 700;
    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(199.74deg, #F08A8A -5.78%, #FA0000 114.34%);
    border-radius: 58px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px
}

.form__descr {
    text-align: center;
    font-size: 14px
}

input[type=text] {
    color: #fff
}

footer {
    background: #000000;
    color: #FFFFFF;
    box-sizing: border-box;
}

.contact-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;

}

.contact-footer a {
    text-decoration: none;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.contact-footer > div {
    margin: 30px 0 18px 0;
    min-width: 240px;
}
.contact-footer-right{
    display: block;
}
.contact-footer-right > div:first-child{
    padding-bottom: 13px;
}
.logo-footer img{
    margin: 0 auto;
    display: block;
}
.politic {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding-bottom: 30px;
}

.politic a {
    text-decoration-line: underline;
    color: inherit;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

@media screen and (max-width: 992px) {
    .info-contact {
        display: none;
    }

    .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: 912px) {
    .video-form {
        display: flex;
        flex-direction: column;
    }

    .video {
        width: 75%;
        height: 400px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 0 auto;
        order: -1;
    }

    .form {
        margin: 0 auto;
    }

    .form-section {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin: 30px auto 0 auto;

    }
    .to-plug {
        flex-direction: column;
}
    .plug{
        margin-bottom: 120px;
    }
    .plug:after{
        transform: rotate(90deg);
    }
    .plug:after{
        transform: translate(-15px, 0px);
        left: 50%;
        top: -77px;
    }
}

@media screen and (max-width: 800px) {
    .contact {
        margin: 0 52px;
    }
    .contact img{
        width: 30px;
    }
    .menu {
        display: none;
    }

    .menu {
        display: none;
        transition: 0.7s;
        flex-direction: column;
        position: absolute;
        left: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        z-index: 10;
        background: linear-gradient(180deg, #170073 0%, #1C0622 31.71%, #370062 67.65%, #18007A 99.42%);
        margin-top: 5px;
    }

    .menu p::after {
        content: " ";
        position: absolute;
        width: 340px;
        height: 1px;
        background: linear-gradient(139.91deg, #F08A8A 14.78%, #FA0000 112.98%);
        border-radius: 30px;
        z-index: 111;
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translate(-50%);
        margin: 0 auto;
    }

    .menu a {
        position: relative;
    }

}

@media screen and (min-width: 800px) {
    .mobile-burger {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 32px
    }
    .contact-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo-footer {
        order: -1;
    }

    .contact-footer > div {
        margin: 5px 15px;
    }

    .politic {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .politic p {
        margin: 20px auto;
    }

    .politic a {
        margin: 31px 0 0 0;
    }

    .contact-footer .tg-footer {
        margin-top: 0;
    }

    .contact-footer a {
        font-size: 19px;
        line-height: 23px;
    }


}

@media screen and (max-width: 600px) {
    .video {
        height: 326px;
        width: 90%;
    }

    section h2 {
        margin-top: 60px;
    }

    .detail {
        margin-bottom: 60px;
        margin-top: 60px;
    }


    .benefits p {
        padding: 0;
    }
}

@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: 420px) {
    .video {
        height: 230px;
    }

    section h2 {
        font-size: 22px;
        line-height: 27px;
    }
    .hero__title h1{
        font-size: 32px;
        line-height: 39px;
    }
    .hero__title p{
        font-size: 16px;
        line-height: 20px;
    }
    .seo-text p,
    .characteristics li{
        font-size: 14px;
    }
    .benefits h3{
        font-size: 16px;
    }
}

.mobile-burger {
    position: absolute;
    right: 15px;
    top: 6px;

}

.menu-icon {
    width: 20px;
    height: 10px;
    cursor: pointer;
    position: relative;
    border: 2px solid #F06A6A;
    border-radius: 50%;
    padding: 15px 10px;
}

.menu-icon span {
    background: linear-gradient(140.6deg, #FFFFFF 50%, rgba(255, 255, 255, 0.63) 95.97%);
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 0.3s ease;
}

.menu-icon span:first-child {
    top: 13px;
    background: #fff;
    max-width: 20px;
    right: 10px;
    left: unset;
}

.menu-icon span:nth-child(2) {
    top: 20px;
    width: 20px;
    left: unset;
    right: 10px
}

.menu-icon span:last-child {
    top: 27px;
    width: 20px;
    left: unset;
    right: 10px;
}

.open-menu span:nth-child(2) {
    opacity: 0;
}

.open-menu span:first-child,
.open-menu span:last-child {
    top: 20px;
    background: linear-gradient(139.91deg, #F08A8A 14.78%, #FA0000 112.98%);
}

.open-menu span:first-child {
    transform: rotate(45deg);
    width: 21px;
    max-width: unset;
}

.open-menu span:last-child {
    transform: rotate(-45deg);
}

.shadow-open {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    transition: 0.7s;
}
.seo-text li{
    text-align: left;
    margin-bottom: 12px;
}
.seo-text ul {
    line-height: 30px;
    font-style: italic;
    margin-left: 2%;
}

@media (min-width: 900px) {

    .seo-text img {
        max-width: 60%;
    }
}