/*==============================FONTS==============================*/
@font-face {
    font-family: "Bahnschrift";
    src: url("/Reservista%20%E2%80%94%20%D0%9D%D0%BE%D0%B2%D1%8B%D0%B9%20%D1%81%D0%BF%D0%BE%D1%81%D0%BE%D0%B1%20%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D1%8B%20%D1%81%20%D1%80%D0%B5%D0%B7%D0%B5%D1%80%D0%B2%D0%B0%D0%BC%D0%B8_files/fonts/Bahnschrift/Bahnschrift.ttf") format("truetype");
    font-weight: 200 900;
    font-stretch: 75% 125%;
    font-style: normal;
    font-display: swap;
}


/* =================================================== */
* {
    box-sizing: border-box;
}


html {
    /* scroll-behavior: smooth; */
    /* 
    transition-duration: 5000ms;
    transition-property: scroll; */
    overflow-x: hidden;
}

body {
    /* width: 98vw; */
    /* height: 100%; */
    /* border: 1px solid rgb(0, 255, 60); */
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Bahnschrift";
    overflow-x: hidden;
    max-width: 100vw;
    width: 100vw;
    /* overflow-x: scroll; */
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* HEADER */

header {
    position: fixed;
    /* border: 1px solid red; */
    width: fit-content;
    width: 100vw;
    /* background-color: white; */
    background-color: #faf4fa;
    z-index: 10;
    /* min-width: 1300px; */
    /* min-width: 1580px; */
    /* min-width: 1430px; */
}

body,
.features-1 .screen-descr,
#about-1,
/* #prices, */
/* header,   */
.screen-prices {
    /* min-width: 1580px; */
    /* border: 1px solid red; */
}

/* main {
    padding-right: 20px;
    padding-left: 20px;
} */

.screen-features-2 .columns {
    gap: 5px;
}

.head-wrap {
    /* border: 1px solid black; */
    /* background-color: darkgrey; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    min-width: 100vw;
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3 {
    color: #250347;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 65.57px;
    text-align: center;
    max-width: 550px;
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 49.18px;
    text-align: center;
}

h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.05px;
    text-align: left;
}

p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    color: #675a73;
}

.center {
    text-align: center;
}

.logo {
    /* border: 1px solid pink; */

    /* margin-left: 40px;
    margin-top: 40px; */
}

.logo img {
    width: 164px;
    max-width: fit-content;
}

nav {
    /* border: 1px solid green; */
}

nav ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

li {
    list-style-type: none;
}

li a {
    text-decoration: none;

    font-family: Bahnschrift;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;
    text-align: center;
    color: #250347;
}

nav li a:hover {
    color: #621b8e;
}

.lk-link,
.btn {
    /* border: 1px solid purple; */
    border-radius: 8px;
    background-color: #645375;
}

.lk-link a,
.btn {
    /* border: 1px solid yellow; */
    border-radius: 12px;
    /* background-color: #3545de; */
    width: 280px;
    height: 48px;
    text-decoration: none;

    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

    color: white;
    font-family: Bahnschrift;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: center;
}

.lk-link :hover,
.btn:hover {
    background-color: #621b8e;
}

.show-more {
    text-decoration: none;
    color: #250347;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.59px;
    text-align: center;
}

.show-more :hover {
    background-color: #ddd0eb;
    width: 240px;
    height: 56px;
    padding: 16px 70px 15px 71px;
    border-radius: 8px;
}

.screen-header p {
    width: 90%;
}

/* MAIN */

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 120px;
    overflow-x: inherit;
}

.show-more {
    padding-top: 20px;
    padding-bottom: 40px;
}

.screen-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* max-width: 619px; */
    min-width: 80vw;
}

.screen-header>* {
    width: 100%;
    min-width: 80vw;
}

img.mainscreen {
    width: 980px;
}

.screen-descr {
    position: relative;

    /* border: 1px solid pink; */
    /* padding: 10px; */

    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 0 0;

    /* max-width: 1600px; */

    width: 100vw;
}

#about-1 .wrap {
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 60px;

    /* border: 1px solid orange; */
}


#about-2 .wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 60px;

    /* border: 1px solid orange; */
}

.screen-descr img {
    height: 575px;
}

.screen-descr .col-left {
    max-width: 930px;
    width: 40%;
    text-align: left;
}

.col-left .inner {
    /* border: 1px solid salmon; */
    margin: 90px 40px;
    width: 96%;
}

.col-left .inner h2 {
    text-align: left;
    width: 80%;
}

.screen-descr .descr-1 {
    position: absolute;
    width: 100vw;
    height: 10px;
    /* border: 1px solid #620479; */
}

.screen-descr .descr-1:before {
    /* content: ""; */
    position: absolute;
    /* border: 1px solid; */

    top: 10px;
    background-color: #faf4fa;
    z-index: -1;

    height: 700px;

    width: 80vw;
    /* width: 10000px; */
    /* left: -5000px; */
}

.screen-descr {
    background-color: #faf4fa;
}

#features,
#features-2,
#connect,
#about {
    z-index: -10;
    padding: 40px;
    position: relative;
    top: -80px;
}

.screen-features {
    /* max-width: 1000px; */
    /* padding-top: 60px; */
    padding-bottom: 20px;
    /* scroll-behavior: smooth; */
}

.screen-features ul {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.screen-features li {
    /* border: 1px solid; */
    /* width: 20%; */
    max-width: 295px;
}

.screen-features li img {
    /* width: 48px; */
}

.columns {
    display: flex;
}

.screen-descr .col-left {
    /* border: 1px solid red; */
}

.screen-descr .col-right {
    /* border: 1px solid blue; */
}

.col-right ul {
    width: 400px;
}

.col-right li {
    display: flex;
    /* border: 1px solid red; */
    justify-content: flex-start;
    padding-bottom: 30px;
}


.col-left li {
    display: flex;
    /* border: 1px solid red; */
    justify-content: flex-start;
    padding-bottom: 30px;
}

.screen-features-2 .columns {
    gap: 50px;
}

.screen-features-2 .col-right {
    /* width: 640px; */
    padding-top: 0px;
}

.screen-features-2 .col-left {
    /* width: 600px; */
    /* padding-right: 50px; */
    /* max-width: 30vw; */
}

.f2-num-wrap {
    /* border: 1px solid #b40354; */
}

.f2-number {
    width: 24px;
    height: 24px;
    gap: 10px;
    border-radius: 60px;
    opacity: 0px;
    background-color: #f2eafb;
    /* border: 1px solid red; */
    padding: 10px;
    box-sizing: content-box;
}

.f2-descr {
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    margin-left: 17px;
    min-width: 30vw;
}

.f2-title {
    margin: 3px 0;
}

.f2-text {
    margin: 3px 0;
}

.screen-features-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.screen-features-2 .columns {
    margin-top: 80px;
}

.screen-features-2 img {
    width: 750px;
}

/* ------------ */

.screen-prices {
    /* border: 2px solid purple; */
    /* margin: 10px; */
    /* margin-top: 100px; */
    /* margin-bottom: 20px; */
    padding-bottom: 60px;
    /* background-color: #faf4fa; */

    /* min-width: 1580px; */
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.screen-prices .columns> :before {
    /* content: ""; */
    /* border: 1px solid green;     */
    position: absolute;
    height: 800px;

    /* width: 10000px; */
    /* left: -5000px; */
    top: -160px;
    background-color: #faf4fa;
    z-index: -1;

    width: 77vw;
    /* overflow-x: hidden; */
}

.screen-prices .columns {
    /* border: 1px solid blue; */
    margin: 10px;
    gap: 70px;
    /* flex-wrap: wrap; */
}

.price-block {
    /* border: 1px solid greenyellow; */
    /* background-color: white; */
    background-color: #faf4fa;

    margin: 10px;
    width: 420px;
    gap: 40px;
    border-radius: 20px;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    padding: 24px;
}

.price-features-list {
    text-align: start;
    padding-left: 20px;
    /* Отступ слева для маркеров */
    margin: 10px 0;
    /* Равномерные внешние отступы */
    list-style: none;
}

.price-features-list li {
    margin-bottom: 8px;
    /* Равномерный отступ между пунктами */
    padding-left: 20px;
    position: relative;
}


.price-features-list li::before {
    content: "•";
    /* Кастомный маркер */
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
    font-size: 1em;
    line-height: inherit;
}

.price {
    font-size: 48px;
    font-weight: 700;
    line-height: 65.57px;
    text-align: center;
    color: #250347;
}

.num-devices {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #675a73;
}

.timeframe {
    border-radius: 90px;
    /* position: absolute; */
    top: 24px;

    background-color: #f2eafb;

    font-family: Bahnschrift;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    text-align: center;
    padding: 3px 10px;
}

* {
    font-family: Bahnschrift;
}

.price-block li {
    font-family: Bahnschrift;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.2px;
    /* text-align: center; */
    color: #161c2d;
}

.btn {
    width: 328px;
    height: 56px;
}

/* FOOTER */

footer {
    background-color: #620479;
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

footer h2,
footer p {
    color: white;
}

/* footer .contacts p {
    font-family: Bahnschrift;
    font-size: 36px;
    font-weight: 700;
    line-height: 49.18px;
} */

.contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    font-size: 20px;
    margin: 20px 0px;
    /* scroll-behavior: smooth; */
}

.contacts>* {
    margin: 5px 0px;
}

.contacts>*>* {
    margin: 0px;
}


.offer-text {}

/* POPUP */

.popup-bg {
    position: fixed;
    display: block;
    background-color: rgba(1, 1, 1, 0.5);

    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup {
    margin: 0 auto;

    border-radius: 16px;
    background-color: white;

    width: 480px;
    height: 340px;
    top: 250px;
    left: 560px;
    gap: 10px;
    opacity: 1;
    padding: 20px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup p {
    font-family: Bahnschrift;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;
    text-align: center;
    color: #250347;
}

.hidden {
    display: none;
    /* z-index: -1000; */
}

/* 
@media screen and (max-width: 1024px) {
    .screen-features ul {
       
    }

    .screen-descr {
        height: auto;
    }
    

    .screen-features-2 img {
        width: 100%;
    }

    .screen-features-2 .columns {
        margin-top: 0;
        gap: 10;

    }

    .feature-text {
        font-size: 16px;        
        line-height: 24px;        
    }

    .screen-features-2 .col-right {
        padding-top: 10px;
        text-align: center;
      }

    .col-left .inner h2 {
        text-align: center;
        width: 90%;
    }

    .col-left .inner {        
        margin: 10px 40px;
    }

    .screen-features-2 .col-right ul {
        width: auto;
      }

    .screen-descr .col-left {
        max-width: 930px;
        width: 90%;
        text-align: left;
    }

    #about-1 .wrap,
    .screen-prices .columns,
    .screen-features-2 .columns {
        flex-wrap: wrap;
        justify-content: center;
    }

    #about-1 .wrap,
    footer .contacts {
        gap: 10px;
    }

    .lk-link a {
        width: 164px;
    }
} */


/* POOP UP PHONE MENU */

/* 
.menu {
    display: none;
}

@media screen and (max-width: 1024px) {    

    nav,
    .lk-link {
        display: none;
    }

   

      .menu {
        position: relative;
        width: 60px;
        height: 60px;
        border: 1px solid red;
      }


      .menu-triger {
        background: url(/menu.png) 0 0 repeat;
        display: block;
        width: 25px;
        height: 17px;
        position: absolute;
        right: 15px;
        top: 28px;
    }	
    .menu-close {
        background: url(/close.png) 0 0 repeat;
        display: block;
        width: 28px;
        height: 28px;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 100;
    }
    .menu-popup {
        background: #2c2e3e;
        display: none;
        position: absolute;
        right: -110%;
        top: 0;
        width: 250px;
        box-sizing: border-box;
        padding: 30px;
        z-index: 9999;	
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }
    .menu-popup ul {
        margin: 0;
        padding: 0;
    }
    .menu-popup li {
        list-style: none;
        margin: 10px 0;
        padding: 0;
    }
    .menu-popup li a {
        font-size: 18px;
        font-family: "Arial";
        color: rgb(255, 255, 255);
        line-height: 1.4;	
        text-decoration: none;
    }
    .body_pointer * {
        cursor: pointer;
    }

    
}
 */

/* * {
    border: 1px solid red;
 } */



.contact-form {
    margin: 20px 0;
}

.form-group {
    margin-bottom: 0px;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 20px;
}

.form-input {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: #621b8e;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-input.valid {
    border-color: #28a745;
}

.form-input.invalid {
    border-color: #dc3545;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    min-height: 20px;
}

.submit-button {
    background: #645375;
    color: white;
    border: none;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.submit-button:hover:not(:disabled) {
    background: #621b8e;
}

.submit-button:disabled {
    background: #6c757d;
    cursor: not-allowed;
}

.contact-info {
    text-align: start;
    margin-top: 20px;
    color: #666;
}

.contact-info a {
    color: #621b8e;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .form-label {
        font-size: 14px;
    }

    .form-input {
        padding: 10px 14px;
        font-size: 14px;
    }

    .submit-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}



.fuck1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 100vw;
    width: 100%;
    margin: 0px;
    max-width: 100vw;
}

.fuck-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: 100%;
}

.fuck-inner {
    margin: 0px;
    height: 100%;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
}

.fuck-column {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
}


.fuck-column ul {
    width: 40vw;
}

.fuck-column li {
    display: flex;
    /* border: 1px solid red; */
    justify-content: flex-start;
    padding-bottom: 30px;
}