
input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: 300;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: 400;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: 500;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: 600;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: 700;
}
 

body{
    margin: 0;
    padding: 0;
    color: #333333;
    box-sizing: border-box;
    font-family: 'Montserrat';
    overflow-x: hidden;
    font-weight: 200;
}

.header{
    padding: 5px 0;
}
.content_header{
    width: 1160px;
    display: flex;
    align-items: center;
    margin: 0px auto;
    justify-content: space-between;
}

.logo_header{
    width: 180px;
    height: 60px;
    background: url(../img/logo.png)no-repeat left;
    background-size: contain;
}

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

.item_menu_header{
    text-decoration: none;
    padding: 0 15px;
    border-right: 1px solid #333333;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
}

.item_menu_header:hover{
    color: #141B41;
    transition: 0.3s
}

.item_menu_header:last-child{
    border-right: 0px solid white;
}

.preview{
    padding: 85px 0 170px;
    background: #141B41;
}

.preview_content{
    position: relative;
    width: 1160px;
    color: white;
    margin: 0px auto;
}

.img_preview{
    position: absolute;
    right: 0;
    bottom: -220px;
    background: url(../img/preview.png)no-repeat right;
    background-size: contain;
    width: 570px;
    height: 380px;
}

.title_preview{
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 10px;
    max-width: 500px;
    line-height: 56px;
}

.text_preview{
    font-weight: 400;
    max-width: 500px;
    font-size: 18px;
    line-height: 24px;
}

.how_use{
    padding-top: 60px;
}

.content_how_use{
    width: 1160px;
    margin: 0px auto;
}

.title_how_use{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 18px;
}

.text_how_use{
    font-weight: 400;
    margin-top: 18px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.btn_how_use{
    width: fit-content;
    height: 50px;
    background: #FF4D37;
    border-radius: 25px;
    cursor: pointer;
    padding: 0px 20px;
    margin: 50px auto 0;
    color: white;
    display: flex;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    align-items: center;
    justify-content: center;

}

.result_three_steps{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #F6FBF5 36.83%, #E3F5FB 100%);
    padding: 60px 0 70px;
}

.content_result_three_steps{
    width: 1160px;
    margin: 0px auto;
}

.title_result_three_steps{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 18px;
}
.text_result_three_steps{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin-top: 18px;
}

.steps_result_three_steps{
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.step_result_three_steps{
    width: calc(33% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img_step_result_three_steps{
    width: 145px;
    height: 145px;
    margin: 0px auto 18px;
}

.title_step_result_three_steps{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: center;
}

.text_step_result_three_steps{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
}

.text_step_result_three_steps span{
    font-style: italic;
    display: block;
    margin-top: 20px;
}

.items_result_three_steps{
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

.item_result_three_steps{
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 228px;
    padding: 19px 34px 22px;
    margin: 0 18px;
    text-decoration: none;
    background: white;
    border-radius: 15px;
}

.logo_item_result_three_steps{
    width: 100%;
    height: 70px;
}

.btn_item_result_three_steps{
    background: #FF4D37;
    border-radius: 25px;
    font-weight: 600;
    color: white;
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto 0;
    font-size: 18px;
    line-height: 150%;
}

.what_about_head{
    padding: 26px 0;
    background: #141B41;
}

.content_what_about_head{
    width: 1160px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    line-height: 18px;
    margin: 0px auto
}

.title_what_about_head span{
    font-weight: 700;
}

.btn_what_about_head{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text_what_about_content{
    padding: 36px 0 0;
    width: 1160px;
    margin: 0px auto;
}

.photo_text_what_about_content{
    width: 250px;
    height: 250px;
    margin: 0px auto;
    background: url(../img/vrch.png)no-repeat center;
    background-size: contain;
}

.text_text_what_about_content{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    text-align: center;
}

.content_slider_what_about_content{
    width: 1210px;
    text-align: center;
    margin: 0px auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: fit-content;
}

.swiper{
    width: calc(100% - 140px);
}

.btn_what_about_head{
    cursor: pointer;
    transform: rotateX(-0deg);
}

.btn_what_about_head.active{
    transform: rotateX(-180deg);
}

.slider_what_about_content{
    background: #141B41;
    padding: 100px 0;
    color: white;
}

.title_swiper_slide{
    margin-bottom: 20px;
}

.btn_slide_next{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 40px;
}
.btn_slide_prev{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 40px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -40px!important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background: white!important
}

.title_text_text_what_about_content{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 18px;
}

p{
    margin: 25px 0
}

.mrg_top{
    margin-top: 10px;
}
.mobile_menu_modal{
    display: none;
}
.title_kor{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 18px;
    padding-top: 30px;
}

.btn_kor{
    width: fit-content;
    margin: 20px auto 30px;
    color: #FF4D37;
    border-bottom: 1px solid #ff4d37;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.photo_kor{
    height: 100%;
    background: url(../img/kor.png)no-repeat center;
    background-size: contain;
}

.blue_line{
    background: #141B41;
    color: white;
    padding: 16px 0
}

.content_blue_line{
    width: 1160px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0px auto;
    font-style: italic;
}


.content_blue_line span{
    font-weight: 700;
}

.adventages{
    padding: 45px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 0.01%, #F6FBF5 36.83%, #E3F5FB 51.87%);
}

.content_adventages{
    width: 1160px;
    margin: 0px auto;
}

.title_adventages{
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    line-height: 18px;
}

.text_adventages{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 16px auto;
    max-width: 700px;
}

.icon_adventages{
    height: 270px;
    width: 100px;
}

.items_adventages{
    display: flex;
    justify-content: space-around;
}

.item_adventages{
    width: calc(25% - 60px);
}

.icon_adventages{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.icon_item_adventages{
    width: 110px;
    height: 90px;
    margin: 0px auto;
}

.title_item_adventages{
    font-weight: 700;
    margin-top: 17px;
    font-size: 18px;
    text-align: center;
    line-height: 18px;
}

.text_item_adventages{
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.about_company{
    padding: 30px 0;
}

.content_about_company{
    width: 1160px;
    margin: 0px auto;
    text-align: center;
}

.title_about_company{
    font-weight: 500;
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 20px;
}

.text_about_company{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.footer{
    padding: 40px 0;
    background: #141B41;
}

.content_footer{
    width: 860px;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
}

.item_footer{
    width: calc(33% - 40px);

}

.logo_item_footer{
    width: 140px;
    height: 30px;
    margin: 0px auto;
}

.adress_item_footer{
    color: white;
    text-align: center;
    margin-top: 10px;

    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.modal{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
}

.modal.active{
    display: flex;
}

.content_modal{
    width: 780px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 600px;
}
.photo_modal{
    width: 100%;
    background: url(../img/modal.png)no-repeat center;
    background-size: cover;
    height: 460px;
}
.text_modal{
    text-align: center;
    background: #141B41;
    padding: 30px 30px;
    position: absolute;
    bottom: 0;
    color: white;
    left: 0;
    right: 0;
    font-size: 24px;
    line-height: 24px;
}
.text_modal span{
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}

.close_modal{
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 22px 3px rgb(0 0 0 / 31%);
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: -22px;
    background: #FF4D37;
}

.burger_menu{
    display: none;
}

.video_block_n{
    width: 100%;
    height: 652px;
}


@media(max-width: 1190px){

    .burger_menu{
        display: block;
    }
    .menu_header{
        display: none
    }
    .content_header, .preview_content, .content_how_use, .content_result_three_steps, .content_what_about_head, .text_what_about_content, .content_blue_line, .content_adventages, .content_about_company, .content_footer{
        width: calc(100% - 30px);
        max-width: 800px;
    }
    .photo_kor{
        background-size: cover;
    }
    .content_slider_what_about_content{
        width: calc(100% - 30px);
        max-width: 800px;
    }
    .img_preview{
        max-width: 67%;
        width: 550px;
    }
    .img_preview{
        width: 550px;
        height: 370px;
    }
    .title_preview{
        font-size: 24px;
        line-height: 26px;
        max-width: 300px;
    }
    .text_preview{
        max-width: 300px;
        font-size: 14px;
        line-height: 18px;
    }
    .logo_header{
        width: 113px;
        height: 38px;
    }

    .how_use{
        padding-top: 90px;
    }

    .text_how_use span{
        display: block;
        margin-top: 30px;
    }
    .btn_how_use{
        margin-top: 35px;
    }

    .content_result_three_steps{
        display: flex;
        flex-direction: column;
    }

    .title_result_three_steps{
        order: 2;
        margin-top: 60px;
    }
    .text_result_three_steps {
        order: 3
    }

    .steps_result_three_steps{
        order: 4;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .step_result_three_steps{
        width: calc(50% - 40px);
    }
    .item_result_three_steps{
        margin-bottom: 20px;
    }
    .items_result_three_steps{
        flex-wrap: wrap;
    }

    .result_three_steps{
        padding-top: 30px;
        padding-bottom: 40px;
    }


    .items_adventages{
        flex-wrap: wrap;
        
    }
    .item_adventages{
        width: calc(50% - 40px);
        margin-bottom: 18px;
    }

    .text_about_company p{
        margin: 0px;
        font-size: 14px;
        line-height: 18px;
    }
    .item_footer {
        width: calc(33% - 20px);
    }

    .text_what_about_content{
        padding-top: 16px;
    }

    .photo_modal{
        height: 80vh
    }

    .content_modal{
        width: 100%;
        height: 100%
    }
    .text_modal{
        font-size: 18px;
        font-size: 18px;
        min-height: 20vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .text_modal span{
        max-width: 420px;
        margin: 0px auto 15px;
    }
    .text_modal .sdf{
        max-width: 740px;
        margin: 0px auto ;
    }

    .header{
        position: fixed;
        left: 0;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
        right: 0;
        top: 0;
        z-index: 15;
        background: white;
    }
    .mobile_menu_modal{
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 17;
        background: #FF4D37;
        color: white;
        bottom: 0;
    }
    .mobile_menu_modal.active{
        display: block;
    }
    .content_mobile_menu_modal{
        margin: 0 auto ;
        width: calc(100% - 30px);

    }

    .menu_mobile_menu_modal{
        margin: 62px auto ;
    }

    .menu_mobile_menu_modal a{
        text-decoration: none;
        padding: 8px 0;
        font-weight: 600;
        color: #f2f2f2;
        display: block;
        font-size: 16px;
        line-height: 14px;
    }

    .header_mobile_menu_modal{
        padding: 5px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 390px;
        margin: 0px auto
    }
    
    .menu_mobile_menu_modal{
        padding: 5px 0;
        max-width: 390px;
        margin: 0px auto
    }

    .close_burger{
        width: 18px;
        height: 18px;
        background: url(../img/close_menu.png)no-repeat center;
        background-size: 125% auto;
    }
}


@media(max-width: 766px){

    .content_header, .preview_content, .content_how_use, .content_result_three_steps, .content_what_about_head, .text_what_about_content, .content_blue_line, .content_adventages, .content_about_company, .content_footer{
        width: calc(100% - 30px);
        max-width: 390px;
    }
    .content_slider_what_about_content{
        width: calc(100% - 30px);
        max-width: 390px;
    }
    .step_result_three_steps, .swiper, .item_adventages, .item_footer{
        width: 100%;
    }

    .text_modal span{
        font-size: 16px;
    }
    .text_modal .sdf{
        font-size: 14px;
    }

    .content_footer{
        flex-wrap: wrap;
    }

    .btn_slide_prev{
        display: none;
    }
    .btn_slide_next{
        display: none;
    }
    .preview{
        padding: 65px 0 190px;
    }

    .img_preview{
        right: 0;
        left: 0;
        width: 100%;
        max-width: 450px;
        height: 300px;
        background-size: auto 100%;
        margin: 0px auto;
        background-position-x: center;
    }

    .how_use{
        padding-top: 140px;
    }
    .preview_content{
        position: static;
    }
    .preview{
        position: relative
    }
    .img_preview{
        bottom: -120px;
    }
    .title_how_use{
        font-weight: 500;
        font-size: 18px;
        line-height: 18px;
    }
    .text_how_use{
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }
    .btn_how_use{
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
    }
    .result_three_steps{
        padding-top: 20px;
    }
    .items_result_three_steps{
        margin-top: 20px;
    }
    .title_result_three_steps{
        font-size: 18px;
        line-height: 25px;
        margin-top: 30px;
    }

    .text_result_three_steps, .text_step_result_three_steps{
        font-size: 14px;
        line-height: 18px;
    }

    .title_what_about_head{
        font-size: 18px;
        line-height: 24px;
    }

    .what_about_head{
        padding: 16px 0
    }

    .title_kor, .btn_kor, .text_adventages{
        font-size: 16px;
        line-height: 18px;
    }
        
    .img_step_result_three_steps{
        margin: 15px auto 10px;
    }

    .item_result_three_steps{
        margin: 0 0 18px;
    }
    .btn_item_result_three_steps{
        font-size: 16px;
    }
    .slider_what_about_content{
        padding: 50px 0 70px;
    }
    .text_text_what_about_content{
        font-size: 16px;
        line-height: 18px;
    }
    p {
        margin: 15px 0;
    }
    .title_text_text_what_about_content, .title_adventages, .title_item_adventages{
        font-size: 20px;
        line-height: 25px;
    }

    .title_swiper_slide{
        margin-bottom: 15px;
    }

    .content_swiper_slide{
        font-size: 16px;
        line-height: 18px;
    }
    .icon_adventages{
        height: 220px;
    }

    .item_adventages{
        max-width: 250px;
    }
    
    .video_block_n{
        width: 100%;
        height: 55vw;
    }

    .item_footer{
        margin-bottom: 20px;
    }
}