:root {
    --1-color: #000000;
    --2-color: #ffffff;
    --3-color: #89B5C5;
    --4-color: #F9FAFC;
    --5-color: #71A3B6; /* основной hover */
    --6-color: #5C90A4; /* active */
}

@font-face {
  font-family: "Montserrat"; 
  src: url("/font/static/Montserrat-Medium.ttf") format("truetype"); 
  font-weight: normal;
  font-display: swap;
} 

html {
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    min-width: 320px;
    max-width: 1920px;
    margin: 0 auto;
    font-family: Montserrat, sans-serif, verdana;
    font-size: 14px;
    line-height: 24px;
    overflow-x: hidden;
}

div,
section,
input,
textarea,
select,
button,
a {
    box-sizing: border-box;
    transition: all 0.3s linear;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: all 0.3s linear;
}

header {
    background: var(--3-color);
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 200;
}

main {
    padding-top: 126px;
    overflow: hidden;
}

.fixed {

}

.fixed .header_content {
    padding: 5px 90px;
}

.header_content {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 36px 90px;
}

.mobile_menu {
    display: none;
}

.log_menu {
    display: flex;
    align-items: center;
}

.header_logo {
    margin-right: 140px;
}

.header_menu {
    display: flex;
    gap: 40px;
}

.header_menu a {
    font-size: 18px;
    font-weight: 500;
    color: var(--2-color);
    text-transform: uppercase;
}

.header_menu span,
.footer_menu span {
    position: relative;
    max-width: max-content;
}

.header_menu span:before,
.footer_menu span:before {
    content: '';
    background: var(--2-color);
    width: 0;
    height: 1px;
    margin:  0 auto;
    position: absolute;
    bottom: -2px;
    transition: all 0.3s ease;
    left: 45%;
}


.header_menu span:hover:before,
.footer_menu span:hover:before {
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
}

.header_contact {
    display: flex;
    align-items: center;
    gap: 60px;
}

.social {

}
.social a {
    display: flex;
}

.phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phones a {
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    color: var(--2-color);
    text-decoration: underline;
}
.top_screen_mobile_img {
    display: none;
}
.top_screen {
    background: var(--4-color);
    padding: 0 0 57px;
}
.top_screen_block {
    max-width: 1275px;
    margin: 0 auto;
    display: flex;
}
.top_screen_img_icons {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.img_icons-icons {
    display: flex;
    justify-content: space-between;
}
.img_icons-icons .item {
    display: flex;
    flex-direction: column;
    width: 33.333%;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

.img_icons-icons .item img {

}

.img_icons-icons .item span {
    font-size: 14px;
    font-weight: 400;
    color: var(--1-color);
    text-align: center;
}

.top_screen_text {
    width: 100%;
    padding: 65px 0 0 94px;
}

.top_screen_text h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: var(--1-color);
    text-align: center;
}

.top_screen_text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var(--1-color);
    text-align: center;
}

.top_screen_text .s20 {
    display: block;
    margin-top: 54px;
}

.top_screen_text .s20 span {
    font-size: 64px;
    color: #C80A0A;
    margin-right: 10px;
}

.btn {
    padding: 18px 26px;
    background: var(--3-color);
    font-size: 18px;
    color: var(--2-color);
    display: block;
    max-width: max-content;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.btn:hover {
    background: var(--5-color);
}

.btn:active {
    background: var(--6-color);
}

.top_screen_text .btn {
    margin: 35px auto 0;
}

.about_us {
    padding: 60px 0 80px;
}

.about_us_content {
    max-width: 1063px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 69px;
}

.about_us_text {
    display: flex;
    flex-direction: column;
    gap: 56px;
    width: 50%;
}

.about_us_text_item {
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.about_us_text_item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.about_us_content h2{
    font-size: 32px;
    font-weight: 700;
        line-height: 39px;
}

.about_us_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.video_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 269px;
    height: 486px;
    border-radius: 47px;
    overflow: hidden;
}
.f-video-container {
    position: relative;
}
.f-video-cover {
    position: absolute;
    top: 44%;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.video_container img {
    width: 75px;
    height: auto;
}

.video_container iframe {

}
.video_container:after {
    content: '';
    position: absolute;
    width: 269px;
    height: 479px;
    background: url(/img/iphone_bg.png) no-repeat;
    background-size: cover;
    top: 0;
}
.feedback {
    position: revert;
}

.feedback h3{
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.feedback_block {
    max-width: 1600px;
    margin: 0 auto; 
    position: relative;
}

.feedback_block:before {
    content: '';
    position: absolute;
    width: 249px;
    height: 252px;
    background: url(/img/feedback/feedback_before.png) no-repeat;
    top: -75px;
    left: -120px;
}

.feedback_block:after {
    content: '';
    position: absolute;
    width: 276px;
    height: 276px;
    background: url(/img/feedback/feedback_after.svg) no-repeat;
    bottom: -75px;
    right: -25px;
}

.slick_ {
    z-index: 1;
}

.feedback .btn {
    margin: 60px auto 0;
}

.maski h3 {
    margin: 200px auto 60px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.maski_content {
    background: var(--4-color); 
}
.slick_sl_maski {
    max-width: 1457px;
    margin: 0 auto;
}

.right_arrow,
.left_arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    cursor: pointer;  
}

.right_arrow {
    right: -20px;
}
.left_arrow {
    left: -20px;
}
.maski_item {
    display: flex!important;
    overflow: hidden;
}

.maski_item-left {
    width: 40%;
}

.maski_item-left h4 {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
}

.maski_item-right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
}

.images {
    position: relative;
}
.images img{
    width: 100%;
}
.maski_item .images img:nth-child(2) {
    position: absolute;
}
.maski_item_1 .images img:nth-child(2) {
    top: 22%;
    left: 26%;
}
.maski_item_2 .images img:nth-child(2) {
    top: 9%;
    left: 37%;
}


.maski_item-right .icons_item {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 25px 0;
}

.maski_item-right .icons_item img {
    width: 160px;
    height: 160px;
}

.icons_item_text {
    margin-top: 15px;
}

.icons_item_text {
    font-size: 20px;
    font-weight: 700;
}

.icons_item_podtext {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.maski_item-right .btn {
    margin: 30px auto 42px;
}

.perevagi {
    position: relative;
    margin-top: 200px;
    padding: 0 0 75px;
}

.perevagi:before {
    content: '';
    position: absolute;
    background: url(/img/perevagi/bg.svg);
    width: 175px;
    height: 460px;
    right: 0;
    top: -110px;
}

.perevagi h3 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.perevagi_content {
    max-width: 1363px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    position: relative;
}

.perevagi_item {
    display: flex;
    flex-direction: column;
    width: 25%;
    justify-content: center;
    align-items: center;
}

.perevagi_item img {
    width: 200px;
    height: 200px;
}

.perevagi_item span {
    text-align: center;
    margin-top: 30px;
}

.form_sended {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    text-align: center;
    padding: 0 15px;
    color: var(--3-color);
}

.contact_form {
    margin-top: 180px;
}
.contact_form h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.contact_form h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}

.form_content {
    max-width: 1154px;
    margin: 0 auto;
}

.form {
    margin-top: 37px;
    display: flex;
    flex-wrap: wrap;
}

.form .form__label {
    display: none;
}

.form__item {
    width: 50%;
    padding: 16px;
}

.form__item .form__input {
    padding: 16px;
    width: 100%;
    background: var(--4-color);
    border: solid 1px var(--3-color);
    outline: none;
}

.form__input_btn {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 14px 32px;
    border: solid 1px var(--3-color);
}

.underFooter {
    margin: 180px 0;
}

.underFooter_content {
    max-width: 1247px;
    margin: 0 auto;
    display: flex;
    background: var(--4-color);
}

.underFooter_content-img {
    line-height: 0;
}

.underFooter_content-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.underFooter_content-text h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.underFooter_content-text .btn {
    margin: 50px auto 44px;
}

footer {
    background: var(--3-color);
}

.footer_content {
    max-width: 1418px;
    padding: 56px 56px 48px 56px;
    margin: 0 auto;
}

.footer_line {
    display: flex;
}

.footer_line-1,
.footer_line-2 {
    width: 50%;
    display: flex;
}

.footer_line-1 {
    gap: 177px;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer_menu a {
    font-size: 16px;
    font-weight: 500;
    color: var(--2-color);
}

.footer_line-2 {
    justify-content: flex-end;
}

.footer_contact {
    width: 100%;
    text-align: end;
}

.footer_contact .social {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 28px;
    gap: 60px;
}

.footer_contact .social a {
    font-size: 16px;
    font-weight: 500;
    color: var(--2-color);
}

.copyright-text {
    margin-top: 18px;
    color: var(--2-color);
    font-size: 16px;
    font-weight: 400;
}

#uspeshno {
    text-align: center;
    font-size: 20px;
    color: #89b5c5;
    font-weight: 700;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.mobile_menu_Block {
    width: 100%;
    height: 100%;
    background: white;
    left: 0;
    top: 0;
    display: none;
    z-index: 300;
    justify-content: center;
    align-items: center;
}
.mobile_menu_Block .close {
    width: max-content;
    height: max-content;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.mobile_menu_punkte {
    display: flex;
    flex-direction: column;
    gap: 75px;
    justify-content: center;
    align-items: center;
}
.mobile_menu_punkte a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--1-color);
}

/* video */

.f-video-player img{
    width: 100%!important;
}

/* END video */