* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Onest';
    font-style: normal;
    color: #FFFFFF;
    background: #F6F6FB;
}

body.openned_popup,
html.openned_popup {
    overflow: hidden;
}

main {
    overflow: hidden;
    width: 100vw;
}

a {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Onest';
    font-style: normal;
    color: #FFFFFF;
}

body::-webkit-scrollbar {
    width: 0;
}

body::-webkit-scrollbar {
    height: 0;
}

* {
    scrollbar-width: none;
}

p {
    margin: 0;
    line-height: 32px;
    font-size: 20px;
    font-weight: 400;
}

h2{
    margin: 0;
}

h1, h2{
    font-family: 'Halvar Breitschrift';
    color:#FAF1E5;
    font-size: 64px;
    font-weight: 500;
    line-height: 68px;
    text-transform: uppercase;
}

h4{
    margin: 0;
}

.section, footer{
    width: 100vw;
    min-height: 100vh;
    height: fit-content;
    position: relative;
}

.content{
    padding-left: calc((100% - 1485px) / 2.6);
    padding-right: calc((100% - 1485px) / 1.6);
}

.fp-overflow{
    height: calc(100vh - 120px);
    margin-top: 120px;
}

.top_banner .fp-overflow{
    height: 100vh;
    margin-top: 0;
}

header{
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
    width: 100vw;
}

.header_main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: calc((100% - 1485px) / 2.6);
    margin-right: calc((100% - 1485px) / 2.6);
    padding:30px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header_menu{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.header_menu a{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all linear .3s;
}

.header_menu a:hover{
    opacity: .5;
}

.header_contacts{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.header_phone{
    display: flex;
    flex-direction: row;
    gap:15px;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.header_phone svg{
    margin-top: -3px;
}

.header_row{
    display: flex;
    flex-direction: row;
    gap:60px;
    align-items: center;
}

.btn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    transition: all linear .3s;
}

.header_btn{
    width: 185px;
    height: 53px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

.header_logo {
    width: 172px;
    height: 56px;
    position: relative;
}

.header_logo img{
    width: 100%;
    height: auto;
}

/*Изменение цвета header*/

.header_phone svg rect, .header_phone svg path, .header_main, .header_menu a, .header_phone{
    transition: all linear .2s;
}

.header_main .blue_logo, .header_main .white_logo{
    transition: opacity linear .2s;
}

.header_main.blue{
    border-bottom: 1px solid #A9BBE4;
}

.header_main .white_logo{
    position: absolute;
    top:0;
    left: 0;
    opacity: 1;
}

.header_main .blue_logo{
    position: absolute;
    top:0;
    left: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.header_main.blue .white_logo{
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
}

.header_main.blue .blue_logo{
    height: auto !important;
    width: 100% !important;
    opacity: 1 !important;
}

.header_main.blue .header_menu a{
    color: #2F2F2F;
}

.header_main.blue .header_phone{
    color: #08267B;
}

.header_main.blue .header_phone svg rect{
    stroke: rgba(8, 38, 123, 0.4) !important;
}

.header_main.blue .header_phone svg path{
    fill: #08267B;
}

.header_main.blue .header_btn{
    color:#0C2167;
    border: 1px solid #0C2167;
}

.btn:hover, .header_main.blue .btn:hover{
    border: 1px solid #0C2167;
    background-color: #0C2167;
    color: #FFFFFF;
}

.header_phone:hover svg rect, .header_main.blue .header_phone:hover svg rect{
    fill: #0C2167;
    stroke: #0C2167;
}

.header_phone:hover svg path, .header_main.blue .header_phone:hover svg path{
    fill: #FFFFFF;
}

.top_banner{
    position: relative;
}

.video_bg{
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

.video_bg video{
    height: auto;
    min-width: 100vw;
    min-height: 100vh;
}

.top_banner_content{
    position: absolute;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
}

.company_mission{
    background-image: url(../img/company_mission_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    display: flex;
}

.company_mission_content{
    padding-top: 60px;
    padding-bottom: 150px;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap:50px;
    max-width: 40%;
    padding-right: 0 !important;
}

.section_name{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.company_mission_duration{
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: end;
}

.mission_duration_text{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.company_mission_duration{
    padding-top: 40px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/*История*/

.history_company{
    background-image: url(../img/history_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 40% top;
    display: flex;
}

.history_company_content{
    padding-top: 60px;
    padding-bottom: 150px;
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap:50px;
    width: 100%;
    overflow: hidden;
}

.history_title_info{
    margin-top: -5px;
}

.history_list_info{
    margin-top: -10px;
}

.history_title_info{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #FFFFFF;
}

.history_list_info{
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow-x: scroll;
    min-width: 120%;
    padding-right: 382px;
    transition: all linear .9s;
}

.history_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    min-width: 445px;
    height: 134px;
    background-color: #0C2167;
    border-radius: 10px;
    transition: all linear .9s;
}

.history_item.opacity{
    opacity: .2;
}

.history_item_title{
    font-weight: 600;
    font-size: 22px;
    line-height: 36px;
}

.history_item_desc{
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
}


/* О компании*/

.about_company {
    background-image: url(../img/about_company_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    color: #2F2F2F;
    display: flex;
}

.about_company_content{
    width: 68%;
    padding-top: 60px;
    padding-bottom: 100px;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    gap:50px;
}

.about_company_item {
    height: 0px;
    width: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity linear .8s;
    display: flex;
    flex-direction: column;
}

.about_company_item.active{
    height: fit-content;
    width: 100%;
    opacity: 1;
    gap:20px;
    transition: opacity linear .8s;
}

.about_company_item h4{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.about_company_item p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}

.data_list{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #A9BBE4;
    width: 100%;
}

.data_list_item{
    font-family: 'Halvar Breitschrift';
    font-weight: 700;
    font-size: 24px;
    line-height: 88px;
    color:#08267B;
    cursor: pointer;
    transition: all linear .3s;
    width: 170px;
    text-align: center;
}

.data_list_item.active{
    font-weight: 500;
    font-size: 64px;
    line-height: 68px;
    border-bottom:  5px solid #08267B;
    width: fit-content;
    transition: all linear .6s;
}

/*Проекты*/

.company_projects{
    background-color: #041357;
    display: flex;
}

.company_projects_content{
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    gap:40px;
}

.company_projects_list{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 20px;
}

.company_project_item{
    max-width: 30.8%;
}

.company_project{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: fit-content;
    display: flex;
    max-height: 300px;
    overflow: hidden;
}

.company_project:hover .company_project_img{
    transform: scale(1.05);
}

.company_project:hover .project_company_link{
    width: 163px;
    transition: all linear .4s;
    background-color: #FFFFFF;
}

.company_project:hover .project_company_link svg path{
    fill: #091553;
}

.company_project_img{
    position: relative;
    width: 100%;
    height: auto;
    transition: transform linear .4s;
}

.company_project_data{
    position: absolute;
    left: 25px;
    top:25px;
    width: fit-content;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 2;
    border-radius: 60px;
    text-transform: uppercase;
}

.project_company_link{
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-color: #091553;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    overflow: hidden;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all linear .7s;
}

.project_company_link span {
    display: none;
    white-space: nowrap;
    transition: display .5s !important;
    color: #091553;
}

.company_project:hover .project_company_link span {
    display: block;
    transition: display 1s !important;
}

.company_project_title{
    margin-top: 30px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.company_project_desc{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 5px;
}

/*Объекты*/

.company_objects{
    display: flex;
    color: #2F2F2F;
}

.company_objects_content{
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    gap:50px;
    position: relative;
    height: fit-content;
}

.company_objects_list{
    display: flex;
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.company_object_img{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
    max-height: 300px;
    overflow: hidden;
}

.company_object_title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color:#08267B;
}

.company_object_desc{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    margin-top: 5px;
}

.company_object{
    max-width: 30.8%;
}

.company_objects_content h2{
    color: #08267B;
}

.objects_bg{
    position: absolute;
    bottom: 100px;
    right: calc((100% - 1485px) / 1.6 + 50px);
}

/*Footer*/

footer{
    background-color: #041357;
    display: flex;
}

.footer_content{
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: auto;
    gap: 40px;
    display: flex;
    flex-direction: column;
}

.footer_info_bottom p{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: rgba(255, 255, 255, .5);
}

.footer_info_bottom p a{
    text-decoration: underline;
    transition: all linear .3s;
    color: rgba(255, 255, 255, .5);
}

.footer_info_bottom p a:hover{
    color: rgba(255, 255, 255, 1);
}

.footer_phone{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 263px;
}

.footer_phone svg rect, .footer_phone svg path{
    transition: all linear .3s;
}

.footer_phone:hover svg rect{
    fill: #FFFFFF;
    stroke: #FFFFFF;
    transition: all linear .3s;
}

.footer_phone:hover svg path{
    transition: all linear .3s;
    fill:  #041357;
}

.footer_contacts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:50px;
    justify-content: space-between;
    align-items: start;
    max-width: 42%;
    height: fit-content;
}

.footer_email, .work_time, .footer_address{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color:#FAF1E5;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 263px;
}

.mail_address, .work_time span, .footer_address a{
    text-transform: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #FFFFFF;
    transition: all linear .3s;
}

.footer_info{
    display: flex;
    flex-direction: row;
    gap:50px;
    justify-content: space-between;
    margin-top: 40px;
}

.footer_info_bottom{
    max-width: 45%;
    margin-top: -210px;
    margin-bottom: 60px;
}

.footer_bottom_links{
    max-width: 40%;
    display: flex;
    flex-direction: row;
    gap:50px;
    justify-content: space-between;
}

.policy {
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
    transition: all linear .3s;
}

.dev{
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
}

.dev a{
    border-bottom: 1px solid #FFFFFF;
    transition: all linear .3s;
}

.footer_map{
    margin-top: auto;
    width: 50%;
    max-height: 490px;
}

.footer_map img{
    width: 100%;
    height: auto;
}

.dev a:hover, .policy:hover, .mail_address:hover{
    opacity: .5;
}

.mouse_icon{
    right: calc((100% - 1485px) / 2.6) !important;
    top: 45.8%;
    transform: translateY(-45.8%) !important;
    position: fixed;
}

#fp-nav{
    right: calc((100% - 1485px) / 2.6) !important;
    top:26%;
    transform: translateY(-26%) !important;
    -webkit-transform: translate3d(0, -26%, 0) !important;
    z-index: 3 !important;
}

.company_name_fixed{
    position: fixed;
    bottom:80px;
    right: calc((100% - 1485px) / 2.6) !important;
    writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: 600;
    transform: rotate(180deg);
    line-height: 18px;
    color: #FFFFFF;
    margin-right: -3px;
    transition: all linear .3s;
}

.fp-right.blue ul li a span{
    background: #08267B !important;
}

#fp-nav ul li{
    margin: 0 !important;
    margin-bottom: 20px !important;
}

#fp-nav ul li a span{
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    opacity: .2;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transition: all linear .3s;
}

.mouse_icon svg path{
    transition: all linear .3s;
}

#fp-nav ul li:hover a span{
    opacity: 1;
}

#fp-nav ul li a.active span{
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 !important;
}

.header_main.blue .company_name_fixed{
    color: #08267B;
}

.header_main.blue .mouse_icon svg path {
    fill: #08267B;
}


/*Попап с формой*/

.popup {
    position: fixed;
    background-color: rgba(10, 43, 118, .5);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}

.popup.active {
    display: block;
}

.popup_form_content {
    background-color: #F6F6FB;
    width: 670px;
    height: fit-content;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
    padding: 60px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.popup_close{
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup_form_title{
    font-family: 'Halvar Breitschrift';
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #08267B;
    text-transform: uppercase;
}

.popup_form_description{
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #2F2F2F;
}

.form_popup{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form_popup input[type="text"], .form_popup input[type="phone"], .form_popup input[type="email"]{
    width: 100%;
}

.form_popup input[type="text"], .form_popup input[type="phone"], .form_popup input[type="email"]{
    font-family: 'Onest';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #131415;
    height: 47px;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.form_popup input::placeholder{
    font-family: 'Onest';
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #2B2B2B;
}

.form_popup input:focus::placeholder,
.form_popup input:hover::placeholder {
    color: #131415;
}

.form_popup input:focus, .form_popup input:hover{
    border-bottom: 1px solid rgba(43, 43, 43, 1);
}

.form-checkbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 35px;
    margin-top: 15px;
}

.form_popup input[type="checkbox"]{
    width: 20px;
    height: 5px;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: start;
    user-select: none;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    padding-top: 3px;
    height: 17px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
    border: none;
    background-color: #0C2167;
    border-radius: 0;
    transition: all linear .3s;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-right: 15px;
    border-radius: 4px;
    position: absolute;
}

.custom-checkbox:checked+label::before {
    content: "✓";
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
}

.form-checkbox label p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #2B2B2B;
    margin-left: 35px;
    margin-top: -5px;
}

.form-checkbox label p a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #0C2167;
    transition: all linear .3s;
}

.form-checkbox label p a:hover{
    opacity: .5;
}

.button_form{
    font-family: 'Onest';
    border: 1px solid #0C2167;
    background-color: #0C2167;
    color: #FFFFFF;
    width: 185px;
    min-width: 185px;
    height: 53px;
    cursor: pointer;
    transition: all linear .3s;
    border-radius: 5px;
}

.button_form:hover{
    color: #0C2167;
    background-color: transparent;
}

.errortext{
    font-size: 16px;
    line-height: 16px;
    color:red !important;
}

.errortext br {
    height: 0px;
    max-height: 0px;
    display: block;
}

.form_popup p{
    line-height: 18px;
    margin-top: -5px;
    margin-bottom: -3px;
}

/*Адаптив*/

@media screen and (max-width: 1600px) {
    .mouse_icon {
        top: 47%;
        transform: translateY(-47%) !important;
    }

    .header_main{
        margin-left: calc((100% - 1300px) / 2.6);
        margin-right: calc((100% - 1300px) / 2.6);
    }

    .content {
        padding-left: calc((100% - 1300px) / 2.6);
        padding-right: calc((100% - 1300px) / 1.6);
    }

    #fp-nav, .mouse_icon, .company_name_fixed{
        right: calc((100% - 1300px) / 2.6) !important;
    }

    .company_mission_content{
        max-width: 55%;
    }

    .company_mission{
        background-position: 40% 50%;
    }

    .history_item.opacity{
        opacity: 1;
    }

    .history_list_info{
        min-width: 100%;
        padding-right: 375px;
    }

    .about_company_content{
        width: 90%;
    }

    .company_project_item {
        max-width: 29.8%;
    }

    .company_object {
        max-width: 29.8%;
    }

    .company_object_img img{
        width: 100%;
        height: auto;
    }

    .company_project{
        max-height: 256px;
    }

    .company_object_img{
        max-height: 256px;
    }

    .footer_contacts{
        max-width: 50%;
    }

    .footer_info_bottom{
        margin-top: -150px;
        margin-bottom: 40px;
    }

    .footer_info{
        margin-top: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .header_main{
        margin-left: 80px;
        margin-right: 60px;
    }

    .content{
        padding-left: 80px;
        padding-right: 120px;
    }

    #fp-nav, .mouse_icon, .company_name_fixed{
        right: 60px !important;
    }

    .company_name_fixed, .top_banner_content{
        bottom: 60px;
    }

    .header_main{
        padding: 20px 0;
    }

    .company_mission_content, .history_company_content, .company_projects_content{
        padding-top: 10px;
        padding-bottom: 80px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .about_company_content, .company_objects_content, .footer_content{
        padding-top: 20px;
        padding-bottom: 80px;
        gap:40px;
    }

    .fp-overflow{
        display: flex;
    }

    .video_bg video{
        margin-left: -25%;
    }

    .history_list_info{
        padding-right: 245px;
    }

    .history_company_content{
        gap:45px;
    }

    .mouse_icon {
        top: 51%;
        transform: translateY(-51%) !important;
    }

    .about_company_item p{
        margin-bottom: 10px;
    }

    .about_company_content{
        width: 98%;
    }

    .company_projects_list{
        margin-top: 0;
    }

    .company_projects_content{
        gap:35px;
    }

    .company_project_title{
        margin-top: 25px;
    }

    .company_project_desc{
        margin-top: 3px;
    }

    .company_object_img{
        margin-bottom: 20px;
    }

    .objects_bg {
        bottom: 100px;
        right: 160px;
        width: 20%;
    }

    .objects_bg img{
        width: 100%;
        height: auto;
    }

    .footer_info_bottom{
        margin-top: 50px;
        max-width: 100%;
    }

    .footer_bottom_links{
        max-width: 100%;
    }

    .footer_phone {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer_email, .work_time, .footer_address{
        width: 47%;
    }

    .footer_contacts{
        gap:30px;
    }

    .footer_info{
        gap:0px;
    }

}

@media screen and (max-width: 1200px) {
    .header_main {
        margin-left: 50px;
        margin-right: 30px;
    }

    .content {
        padding-left: 50px;
        padding-right: 70px;
    }

    .header_row{
        gap:30px;
    }

    .header_menu{
        gap:25px;
    }

    .top_banner_content{
        gap:40px;
    }

    .company_mission_content {
        max-width: 65%;
    }

    .video_bg video {
        margin-left: -35%;
    }

    .company_mission {
        background-position: 67% 50%;
    }

    #fp-nav, .mouse_icon, .company_name_fixed {
        right: 30px !important;
    }

    .history_list_info {
        padding-right: 160px;
    }

    .company_project_item{
        max-width: 45%;
    }

    .company_projects_list{
        margin-top: 10px;
    }

    .company_object {
        max-width: 45%;
    }

    .objects_bg {
        right: 180px;
        width: 28%;
    }

    .footer_info{
        flex-direction: column;
        gap:45px;
    }

    .footer_contacts {
        max-width: 100%;
    }

    .footer_phone {
        width: 47%;
        margin-bottom: 0px;
    }

    .footer_map{
        width: 60%;
    }
}


.mobile_menu_btn, .close_menu, .company_objects_arrows, .company_projects_arrows{
    display: none;
}

.mobile_menu_content {
    transform: translateY(-150%);
    transition: transform linear .3s;
    display: flex;
    position: absolute;
    top:0;
    right: 0;
    width: 100vw;
    background-color: #041357;
    height: 97px;
    z-index: 1;
    align-items: center;
    justify-content: end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 30px;
}

@media screen and (max-width: 1100px) {
    .mobile_menu_btn{
        display: flex;
        align-items: center;
    }

    .header_menu{
        display: none;
    }

    h1, h2{
        font-size: 56px;
        line-height: 64px;
    }

    p{
        font-size: 20px;
        line-height: 32px;
    }

    .company_name_fixed, .top_banner_content {
        bottom: 50px;
    }

    .company_mission_content {
        max-width: 90%;
    }

    .company_mission_content h2, .history_company_content h2{
        margin-top: -20px;
        margin-bottom: -10px;
    }

    .company_mission_content {
        gap:40px;
    }

    .company_mission {
        background-position: 90% 50%;
    }

    .data_list_item.active{
        font-size: 50px;
        line-height: 50px;
    }

    .data_list_item{
        line-height: 65px;
    }

    .about_company_item p{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .about_company_item h4{
        font-size: 22px;
        line-height: 30px;
    }

    .company_objects_content, .footer_content {
        padding-top: 10px;
        padding-bottom: 80px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .company_project {
        max-height: 240px;
        max-width: 400px;
        margin-right: 40px;
    }

    .company_object {
        max-width: 400px;
        margin-right: 40px;
    }

    .company_object_img{
        max-height: 240px;
    }

    .company_projects_content{
        padding-bottom: 60px;
    }

    .project_company_link{
        font-size: 17px;
        line-height: 20px;
    }

    .project_company_link svg{
        width: 20px !important;
        height: 20px !important;
    }

    .project_company_link{
        width: 45px;
        height: 45px;
    }

    .company_project:hover .project_company_link{
        width: 143px;
    }

    .company_object.slick-slide {
        opacity: 0.4;
        transition: all linear .3s;
    }

    .company_project_item.slick-slide {
        opacity: 0.4;
        transition: all linear .3s;
    }

    .company_object.slick-slide.slick-active{
        opacity: 1;
    }

    .company_project_item.slick-slide.slick-active{
        opacity: 1;
    }

    .company_objects_content{
        padding-bottom: 60px;
    }

    .company_project_title{
        font-size: 22px;
        line-height: 32px;
    }

    .company_object_title{
        font-size: 22px;
        line-height: 32px;
    }

    .company_object_desc{
        margin-top: 0;
    }

    .company_project_desc{
        margin-top: 0;
    }

    .dev{
        margin-right: 40px;
    }

    .header_main {
        justify-content: start;
    }

    .header_row{
        margin-left: auto;
    }

    .header_logo{
        margin-left: 20px;
    }

    .footer_content .section_name {
        display: none;
    }

    .footer_contacts{
        gap:70px;
        justify-content: start;
        row-gap: 40px;
    }

    .footer_phone, .footer_email, .work_time, .footer_address{
        width: 30%;
    }

    .footer_info{
        gap:40px;
    }

    .footer_info_bottom{
        margin-top: 40px;
        margin-bottom: 30px;
        margin-right: 40px;
    }

    .footer_info_bottom p{
        font-size: 14px;
        line-height: 18px;
    }

    .footer_map {
        width: 75%;
    }

    .header_main .mobile_menu_btn svg rect{
        transition: all linear .3s;
    }

    .header_main.blue .mobile_menu_btn svg rect{
        fill: #08267B !important;
        transition: all linear .3s;
    }

    .video_bg video {
        margin-left: -45%;
    }

    .company_objects_arrows{
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        max-width: 100vw;
        justify-content: center;
    }

    .company_projects_arrows{
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        max-width: 100vw;
        justify-content: center;
    }

    .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background-color: rgba(161, 142, 142, 0.2);
        cursor: pointer;
        border-radius: 5px;
        transition: all linear .3s;
    }

    .arrow:hover{
        background-color: #0C2167;
    }

    .history_list_info{
        padding-right: 535px;
    }

    .mobile_menu_content.active{
        transform: translateY(0);
        transition: transform linear .3s;
    }

    .header_logo, .mobile_menu_btn{
        z-index: 2;
        position: relative;
    }

    .header_mobile_menu{
        display: flex;
        flex-direction: row;
        gap: 40px;
    }

    .header_mobile_menu a{
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
    }

    .header_mobile_menu a:hover {
        opacity: .5;
    }

    .header_main.blue.active .blue_logo{
        height: 0 !important;
        width: 0 !important;
    }

    .header_main.blue.active .white_logo{
        opacity: 1;
        width: 100%;
        height: auto;
    }

    .header_main.blue.active .mobile_menu_btn svg rect{
        fill: #FAF1E5 !important;
    }

}

@media screen and (max-width: 1024px) {

    .history_list_info{
        padding-right: 455px;
    }
}

@media screen and (max-width: 900px) {
    .history_list_info {
        padding-right: 335px;
    }

    .footer_phone, .footer_email, .work_time, .footer_address {
        width: 40%;
    }
}

@media screen and (max-width: 780px) {
    .video_bg video {
        margin-left: 0;
    }

    .header_main{
        margin-left: 24px;
        margin-right: 24px;
    }

    .header_contacts {
        gap:25px;
    }

    .header_phone{
        gap:10px;
    }

    .content{
        padding-left: 24px;
        padding-right: 80px;
    }

    .company_name_fixed, .top_banner_content {
        bottom: 60px;
    }

    .top_banner_content{
        gap:30px;
    }

    .company_mission_content {
        max-width: 80%;
        gap:45px;
    }

    .company_mission {
        background-position: 85% 50%;
    }

    .history_company_content{
        padding-bottom: 150px;
        gap:55px;
    }

    .history_list_info {
        padding-right: 215px;
    }

    .data_list_item{
        width: 140px;
    }

    .about_company_content{
        padding-top: 50px;
        width: 95%;
    }

    .about_company_item h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .company_projects_content, .company_objects_content{
        gap:40px;
        padding-top: 0px;
    }

    .company_objects_content h2, .company_projects_content h2{
        max-width: 87vw;
    }

    .footer_map {
        width: 85%;
    }

    .footer_info_bottom, .dev{
        margin-right: 0;
    }

    #fp-nav, .mouse_icon, .company_name_fixed {
        right: 24px !important;
    }

    #fp-nav {
        top: 22%;
        transform: translateY(-22%) !important;
        -webkit-transform: translate3d(0, -22%, 0) !important;
    }

    .mouse_icon {
        top: 43%;
        transform: translateY(-43%) !important;
    }

    .footer_contacts{
        gap:50px;
    }

    .footer_phone, .footer_email, .work_time, .footer_address{
        width: 45%;
    }

}

.mobile_menu_content .header_phone, .mobile_menu_content .header_btn{
    display: none;
}


@media screen and (max-width: 730px) {
    .header_btn{
        display: none;
    }

    .header_phone{
        max-width: 45px;
        max-height: 45px;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }

    .header_phone svg{
        min-width: 45px;
        min-height: 45px;
        margin-top: 0;
    }

    .history_list_info{
        padding-right: 0;
    }

    .mobile_menu_content{
        height: 100vh;
        padding-left: 24px;
        padding-right: 24px;
        justify-content: start;
        align-items: start;
        padding-top: 97px;
        transition: transform linear .6s;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        flex-direction: column;
        gap:20px;
    }

    .mobile_menu_content.active{
        transition: transform linear .6s;
    }

    .header_mobile_menu{
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        width: 100%;
        padding-top: 40px;
        flex-direction: column;
        gap: 35px;
    }

    .mobile_menu_content .header_phone{
        max-width: fit-content;
        max-height: fit-content;
        margin-top: 20px;
        gap:15px;
    }

    .mobile_menu_content .header_btn{
        display: flex;
        margin-top: 10px;
    }

    .header_main.blue.active .header_phone{
        color: #FFFFFF;
    }

    .header_main.blue.active .header_btn {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    .header_main.blue.active .header_phone svg rect{
        stroke: rgba(255, 255, 255, 0.4) !important;
    }

    .header_main.blue.active .header_phone svg path{
        fill: #FFFFFF !important;
    }
    .mobile_menu_content .header_phone, .mobile_menu_content .header_btn{
        display: flex;
        opacity: 0;
        transition: opacity linear 1.5s;
    }

    .header_mobile_menu{
        opacity: 0;
        transition: opacity linear 1.5s;
    }

    .mobile_menu_content.active .header_mobile_menu, .mobile_menu_content.active .header_phone, .mobile_menu_content.active .header_btn{
        opacity: 1;
    }

    .popup_form_content{
        width: 90%;
        padding: 40px;
    }

    .popup_form_content{
        gap: 15px;
    }

    .popup_form_title{
        font-size: 30px;
        line-height: 36px;
    }

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

    .form_popup input[type="text"], .form_popup input[type="phone"], .form_popup input[type="email"], .form_popup input::placeholder{
        font-size: 16px;
        line-height: 26px;
    }

    .form-checkbox {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }

    .form_popup input[type="checkbox"]{
        height: 20px;
    }

    .about_company {
        background-image: url(../img/about_company_bg_mob.png);
         background-position: center center;
    }

    .history_company {
        background-image: url(../img/history_bg_mob.png);
         background-position: center center;
    }

    .company_mission {
        background-image: url(../img/company_mission_bg_mob.png);
        background-position: 65% center;
    }

}


@media screen and (max-width: 650px) {
    h1, h2{
        font-size: 35px;
        line-height: 42px;
    }

    p{
        font-size: 18px;
        line-height: 26px;
    }

    .mission_duration_text{
        font-size: 22px;
        line-height: 30px;
    }

    .section_name {
        font-size: 16px;
        line-height: 22px;
    }

    .top_banner_content p br, .history_company_content p br{
        display: none;
    }

    .mission_duration_num svg{
        width: 130px !important;
        height: auto!important;
    }

    .history_title_info{
        font-size: 20px;
        line-height: 30px;
    }

    .history_item_title{
        font-size: 20px;
        line-height: 34px;
    }

    .history_item_desc{
        font-size: 16px;
        line-height: 34px;
    }

    .history_company_content{
        gap:45px;
    }

    .footer_phone, .footer_email, .work_time, .footer_address{
        width: 100%;
    }

    .footer_contacts, .footer_bottom_links{
        gap:30px;
    }

    .footer_bottom_links{
        flex-direction: column;
    }

    .policy{
        width: fit-content;
    }

    .data_list_item.active {
        font-size: 40px;
        line-height: 40px;
    }

    .data_list_item{
        font-size: 20px;
        line-height: 50px;
        width: 100px;
    }

    .about_company_item h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .about_company_item p{
        font-size: 16px;
        line-height: 24px;
    }

    .company_project_title, .company_object_title {
        font-size: 20px;
        line-height: 30px;
    }

    .company_project_desc, .company_object_desc{
        font-size: 16px;
        line-height: 34px;
    }

    .footer_map {
        width: 100%;
    }

    .policy, .dev {
        font-size: 16px;
        line-height: 34px;
    }

    .footer_phone{
        font-size: 22px;
        line-height: 30px;
    }
    .company_projects_arrows, .company_objects_arrows{
        justify-content: start;
    }
}

@media screen and (max-width: 450px) {

    .header_main{
        margin-left: 20px;
        margin-right: 20px;
    }
    .header_logo {
        width: 140px;
        height: 46px;
    }

    .content{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        gap:30px;
        margin-top: 0px;
        padding-bottom: 55px;
        margin-bottom: 0;
        height: fit-content;
    }

    #fp-nav.fp-right, .mouse_icon{
        display: none !important;
    }

    .company_name_fixed{
        transform: rotate(0deg);
        writing-mode: horizontal-tb;
        bottom: 20px;
        right: auto !important;
        left: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    h1, h2{
        font-size: 30px;
        line-height: 32px;
        margin-top: 0 !important;
        margin-bottom: 0;
    }

    p{
        font-size: 16px;
        line-height: 24px;
    }

    .fp-overflow{
        position: relative;
        max-height: calc(100% - 110px);
        min-height: calc(100% - 110px);
        height: 100%;
        margin-top: 110px;
    }

    .fp-table{
        justify-content: start;
        height: 100%;
        max-height: 100%;
        min-height: 100%;
    }

    .top_banner_content{
        gap:20px;
        bottom: 65px;
        margin-top: 0;
        padding-bottom: 0;
        z-index: 5 !important;
    }

    .top_banner .fp-overflow{
        margin-top: 0;
        max-height: 100%;
        min-height: 100%;
    }

    .company_objects_content h2, .company_projects_content h2{
        margin-top: -5px !important;
        margin-bottom: -10px;
    }

    .company_projects_arrows{
        margin-top: -10px;
    }

    .mission_duration_num svg {
        width: 100px !important;
    }

    .mission_duration_text{
        font-size: 16px;
        line-height: 24px;
    }

    .company_mission_content{
        max-width: 100%;
        padding-right: 20px !important;
    }

    .company_mission_duration{
        gap:30px;
    }

    .history_title_info{
        font-size: 16px;
        line-height: 24px;
    }

    .history_item_title{
        font-size: 16px;
        line-height: 24px;
    }

    .history_item_desc{
        font-size: 13px;
        line-height: 30px;
        letter-spacing: -.2px;
    }

    .history_item{
        padding: 20px;
        height: 98px;
        min-width: 310px;
    }

    .history_list_info{
        gap: 18px;
    }

    .data_list{
        margin-top: -10px;
    }

    .history_list_info{
        padding-right: 25px;
    }

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

    .about_company_item p{
        font-size: 14px;
        line-height: 20px;
    }

    .data_list_item {
        font-size: 15px;
        line-height: 50px;
        width: 82px;
    }

    .data_list_item.active {
        font-size: 28px;
        line-height: 40px;
    }

    .about_company_content{
        width: 100%;
        gap: 25px;
    }

    .about_company_item.active{
        gap: 10px;
    }

    .company_objects_content h2, .company_projects_content h2, .company_projects_content, .company_objects_content {
        max-width: 100%;
    }

    .company_project{
        max-width: 90vw;
        max-height: 218px;
    }

    .company_project_data{
        font-size: 12px;
        line-height: 12px;
        top: 18px;
        left: 18px;
        padding: 10px;
    }

    .project_company_link svg {
        width: 18px !important;
        height: 18px !important;
        margin-top: -2px;
    }

    .project_company_link{
        bottom: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
        font-size: 14px;
        line-height: 16px;
        gap: 5px;
    }

    .company_project:hover .project_company_link{
        width: 110px;
    }

    .company_project_title, .company_object_title{
        font-size: 18px;
        line-height: 24px;
    }

    .company_project_desc, .company_object_desc{
        font-size: 16px;
        line-height: 24px;
    }

    .objects_bg {
        display: none;
    }

    .company_project_title{
        margin-top: 15px;
        margin-bottom: 3px;
    }

    .company_projects_list {
        margin-top: 0;
    }

    .company_object{
        max-width: 90vw;
    }

    .company_objects_list{
        margin-top: 0;
    }

    .company_object_img{
        margin-bottom: 10px;
        max-height: 218px;
    }

    .company_objects_content h2 br{
        display: none;
    }

    .company_objects_content h2{
        font-size: 27.5px;
        line-height: 29.5px;
        letter-spacing: -0.5px;
    }

    .company_objects_arrows{
        margin-top: -10px;
    }

    .company_object_desc{
        margin-top: 3px;
    }

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

    .footer_email{
        flex-direction: row;
        align-items: end;
    }

    .footer_contacts{
        gap: 20px;
        justify-content: space-between;
    }

    .work_time {
        width: 50%;
        margin-top: 10px;
    }

    .footer_address{
        width: 40%;
        margin-top: 10px;
    }

    .mail_address{
        text-decoration: underline;
    }

    .footer_info{
        margin-top: 0;
        gap: 20px;
    }

    .footer_info_bottom p{
        font-size: 10px;
        line-height: 14px;
    }

    .policy, .dev{
        font-size: 14px;
        line-height: 20px;
    }

    .footer_info_bottom{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer_bottom_links{
        gap: 15px;
    }

    .popup_form_content{
        padding: 30px;
    }

    .popup_form_title{
        font-size: 30px;
        line-height: 34px;
    }

    .popup_form_description{
        font-size: 14px;
        line-height: 20px;
    }

    .form-checkbox label p, .form-checkbox label p a{
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.5px;
    }

    .popup_close{
        top: 10px;
        right: 10px;
    }

    .form_popup input[type="text"], .form_popup input[type="phone"], .form_popup input[type="email"], .form_popup input::placeholder{
        font-size: 16px;
        line-height: 24px;
    }

    .form_popup input[type="text"], .form_popup input[type="phone"], .form_popup input[type="email"]{
        height: 34px;
    }

    .popup_form_content{
        gap: 10px;
        top: 30%;
        transform: translate(-50%, -30%);
    }

    .form-checkbox{
        margin-top: 10px;
    }


    .errortext{
        font-size: 14px;
        line-height: 14px;
    }

    .form_popup p{
        line-height: 16px;
        margin-top: 5px;
        margin-bottom: -5px;
    }

    .popup_form_content {
        max-height: 87vh;
        overflow-y: scroll;
    }

}