/*==============================FONTS==============================*/
@font-face {
    font-family: "Bahnschrift";
    /* src: url("../fonts/Bahnschrift/Bahnschrift.ttf") format("truetype"); */
    src: url("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; */
    margin-left: 15px;
    margin-right: 15px;
}

nav ul {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 0 10px;
    align-items: center;
}

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: 20px;
    /* 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: 28px;
    font-weight: 600;
    line-height: 48px;
    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: 100%;
    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; */
}

.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;
}

.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;
}

/* -------------------------------------------------- */

/* --------------------------------------------------- */

nav ul {
    gap: 30px;
}

nav ul li {
    text-align: center;
}

.burger {
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
}

.burger span {
    height: 3px;
    width: 100%;
    transform: scale(1);
    background-color: #333;
}

.burger ::before,
.burger ::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #333;
    transition: all 0.3s ease 0s;
}

.burger ::before {
    top: -10px;
}

.burger ::after {
    top: 10px;
}

.burger.active span {
    transform: scale(1);
    background-color: rgba(0, 1, 1, 0);
    /* opacity: 0; */
}

.burger.active ::before {
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active ::after {
    top: 0%;
    transform: rotate(45deg) translate(0, 50%);
}

.big-screen .screen-header {
    display: block;
}

.mobile-screen,
.mobile-screen .screen-header {
    display: none;
}

h2 a,
h3 a {
    /* text-decoration: none; */
    font-family: Bahnschrift;
    text-align: center;
    color: #250347;
}

.screen-features-2 .fuck-columns {
    /* border: 1px solid red; */
    padding-right: 50px;
}

#join-1 {
    padding-top: 10vw;
}

#join-1 .center {
}

#join-1 .center img {
    max-width: 90vw !important;
    width: 100%;
    width: 90vw;
}

#join-1 h2 {
    margin-bottom: -20px;
}

/*            Слайдер                */

.slider-container {
    display: flex;
    flex-direction: row;
    align-self: center;
    justify-items: center;
    gap: 1em;

    height: 380px;
    width: 80vw;
    max-width: 1000px;
}

.slide {    
    background-color: #faf4fa;

    margin: 10px;    
    gap: 40px;
    border-radius: 10px;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}

.slick-slide {
    margin: 10px 20px;    
}

.slick-slide img {
    /* max-width: 250px; */
    min-width: 250px;
    width: 275px;
    height: 275px;
    border: 1px solid #bbb;
    background-color: #fff;
}


.partner-details h3 {
    line-height: 0px;
}

.slider-container .slick-prev::before,
.slider-container .slick-next::before {
    color: #250347;    
}



#partners {
    margin-top: 7vw;
}

.partner-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



@media (max-width: 1199px) {
    .lk-link a,
    .btn {
        width: 186px;
    }

    #partners h2 {
        line-height: 30px;
    }

    .slider-container {        
        gap: 1em;

        height: 260px;        
        width: 80vw;
        max-width: 800px;
    }

    .slide {       

        margin: 10px;
        width: 200px;        
        border-radius: 10px;

        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0px;
    }

    .slick-slide {
        margin: 10px 10px;
    }

    .slick-slide img {        
        min-width: 170px;
        width: 170px;
        height: 170px;        
    }
}

@media (max-width: 1062px) {
    .mobile-screen {
        display: block;
    }

    header .lk-link {
        display: none;
    }

    .burger {
        display: flex;
    }

    .screen-prices .columns {
        gap: 0px;
    }

    nav {
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: #fafafa;
        opacity: 1;
        animation: burgerAnimation 0.4s;
    }

    nav ul {
        flex-direction: column;
        row-gap: 30px;
    }

    .big-screen.hidden {
        display: none;
    }

    nav.open {
        display: flex;
    }

    

    @keyframes burgerAnimation {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .form-label {
        font-size: 14px;
    }

    .form-input {
        padding: 10px 14px;
        font-size: 14px;
    }

    .submit-button {
        padding: 12px 20px;
        font-size: 14px;
    }

    .screen-prices .columns {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
    }

    h1 {
        font-size: 34px !important;
        line-height: 40px !important;
    }

    h2 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    h3 {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    p {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    li {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .screen-prices .price {
        font-size: 25px !important;
        line-height: 36px !important;
    }

    #prices {
        margin-top: 60px;
    }

    #about-3 .fuck-columns {
        margin-top: 50px;
    }

    .num-devices {
        font-size: 16px !important;
        line-height: 18px !important;
    }




    #partners h2 {
        line-height: 30px;
    }

    .slider-container {        
        gap: 1em;

        height: 260px;        
        width: 690px;
        max-width: 690px;
    }

    .slide {    
        margin: 0;          
        border-radius: 10px;

        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 0px;
    }

    .slick-slide {
        margin: 10px 5px;
        width: 220px !important;
    }

    .slick-slide img {        
        min-width: 170px;
        width: 170px;
        height: 170px;        
    }

    .slick-list, .slick-track {
        max-height: 260px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 22px !important;
    }

    h3 {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    p.f2-text {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    li {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .screen-prices .price {
        font-size: 20px !important;
        line-height: 22px !important;
    }

    .num-devices {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    #about-2 .inner {
        margin-left: 30% !important;
    }

    nav ul {
        padding-left: 0;
    }

     #partners h2 {
        line-height: 26px;
    }

    .slider-container {        
        gap: 1em;

        height: 260px;        
        width: 420px;
        max-width: 420px;
    }    

    .slick-slide {
        margin: 10px 5px;
        width: 200px !important;
    }

    .slick-slide img {        
        min-width: 170px;
        width: 170px;
        height: 170px;        
    }     
}

@media (max-width: 572px) {
    main {
        padding-top: 80px;
    }

    .big-screen .screen-header {
        display: none;
    }

    .mobile-screen .screen-header {
        display: block;
        padding-bottom: 10px;
    }

    .mobile-screen .screen-header .columns {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    h1 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    h2 {
        font-size: 18px !important;
        line-height: 22px !important;
        text-align: center !important;
        margin: 30px auto 10px auto;
    }

    h3 {
        font-size: 14px !important;
        line-height: 18px !important;
        max-width: 80vw;
    }

    p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    p.f2-text {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    li {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .screen-prices .price {
        font-size: 18px !important;
        line-height: 22px !important;
    }

    .num-devices {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .lk-link a,
    .btn {
        width: 126px;
        height: 40px;
    }

    .lk-link a,
    .btn {
        color: white;
        font-family: Bahnschrift;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
    }

    .col-left .inner {
        /* border: 1px solid salmon; */
        margin: 42px 30px;
        margin-left: 10%;
        width: 96%;
    }

    #about-2 .wrap {
        /* display: flex; */
        flex-direction: row;
        justify-content: center;
        gap: 10%;
        /* border: 1px solid orange; */
    }

    #about-3 .fuck-columns {
        margin-top: 20px !important;
        padding-left: 20px !important;
        padding-bottom: 20px !important;
        /* padding-top: 20px !important; */
    }

    #about-3 .fuck-columns {
        margin-top: 66px !important;
    }

    .columns.fuck-columns {
        padding-left: 20px !important;
    }

    #features-2 + .screen-features-2 .fuck-columns {
        padding-right: 30px;
        display: flex;
        flex-direction: column;
    }

    .fuck-column ul {
        width: auto;
    }

    .price-block {
        /* border: 1px solid greenyellow; */
        background-color: white;
        background-color: #faf4fa;
        margin: 10px;
        width: 90%;
        gap: 20px;
    }

    .screen-descr .col-right {
        /* border: 1px solid blue; */
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    #features,
    #features-2,
    #connect,
    #about {
        padding: 20px;
    }

    .screen-features-2 {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .screen-prices {
        padding-bottom: 7px;
    }

    .fuck-columns {
        display: flex;
        flex-direction: column;
    }

    .fuck-column {
        width: 90vw !important;
    }

    #about-1 .fuck-column {
        width: 80vw !important;
    }

    #connect + .screen-features-2 .fuck-column {
        width: 100vw !important;
    }

    .screen-descr img {
        max-width: 90vw !important;
    }

    .screen-features-2 img {
        max-width: 70vw !important;
    }

    .screen-features-2 .col-right {
        max-width: 80vw !important;
    }

    #about-2 .col-right img {
        /* border: 1px solid red; */
        margin-top: 0px !important;
        margin-bottom: -40px !important;
        max-width: 120vw !important;
    }

    #about-2.hand-1 img {
        /* border: 1px solid red; */
        /* margin-top: 0px !important; */
        /* margin-bottom: -40px !important; */
        max-width: 50vw !important;
    }

    .hand-2 .fuck-columns {
        flex-direction: row;
        align-items: end;
    }

    .hand-2 img {
        /* border: 1px solid blue; */
        /* margin-top: 0px !important; */
        /* margin-bottom: -40px !important; */
        max-width: 50vw !important;
    }

    .screen-features-2.center.fuck1.hand-2 {
        padding-top: 20px 0 !important;
    }

    .monik.screen-descr .col-left {
        /* border: 1px solid red; */
        /* max-width: 930px;
            width: 40%;
            text-align: left; */
        width: 80vw !important;
    }

    .monik .fuck-columns {
        flex-direction: column-reverse !important;
    }

    .monik .fuck-columns .col-left {
        margin-top: 30px;
    }

    .contacts {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }

    footer.fuck1 {
        align-items: center !important;
    }
}

@media (max-width: 510px) {
    #partners h2 {
        line-height: 26px;
    }

    .slider-container {        
        height: 260px;        
        width: 220px;
        max-width: 220px;
    }    

    .slick-slide {
        margin: 10px 10px;
        width: 200px !important;
    }

    .slick-slide img {        
        min-width: 190px;
        width: 190px;
        height: 190px;        
    }   
}

@media (max-width: 420px) {
    h1 {
        font-size: 22px !important;
        line-height: 20px !important;
    }

    h2 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    h3 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

    p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    p.f2-text {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    li {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .screen-prices .price {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .num-devices {
        font-size: 10px !important;
        line-height: 16px !important;
    }

    .lk-link a,
    .btn {
        width: 126px;
        height: 36px;
    }

    .lk-link a,
    .btn {
        color: white;
        font-family: Bahnschrift;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
    }

    .col-left .inner {
        /* border: 1px solid salmon; */
        margin: 32px 20px;
        margin-left: 10%;
        width: 96%;
    }
}


