.lock{
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}
.container{
    width: 1440px;
    padding: 0 42px;
}
::-webkit-scrollbar {
  width: 5px;               /* width of the entire scrollbar */
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #000;        /* color of the tracking area */
}

::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #0a2a59;  /* creates padding around scroll thumb */
}
* {
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #000000 #0a2a59;   /* scroll thumb and track */
}
.images_block::-webkit-scrollbar{
    height: 0;
}
.images_block{
    scrollbar-width:none;
}
.header_wrapper{
    display: flex;
    align-items: flex-start;
    padding: 30px 0;
    transition: padding .5s;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    -ms-transition: padding .5s;
    -o-transition: padding .5s;
}
.header_menu{
    margin-left: auto;
    margin-right: 50px;
    padding: 7.5px 0;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111;
}
.lock>header{
    background:#0a2a59;
}
.header_fixed{
    position: fixed;
    background:#0a2a59;
}
.header_fixed>.container>.header_wrapper{
    padding: 15px 0;
    transition: padding .5s;
    -webkit-transition: padding .5s;
    -moz-transition: padding .5s;
    -ms-transition: padding .5s;
    -o-transition: padding .5s;
}
header button,
.main button{
    margin: 0;
    padding: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
}
header button#open_menu{
    border: none;
    margin-right: 18px;
    width: 18px;
    height: 14px;
}
header button#call_phone_toggle,
#call_phone_toggleM{
    border-radius: 8px;
    border: 1px solid #232526;
    background: #FFF;
    backdrop-filter: blur(18px);
    width: 194px;
    height: 51px;
    font-size: 14px;
    color: #363636;
    font-weight: 500;
    justify-content: center;
    position: relative;
    z-index: 5;
}
header button#call_phone_toggle span,
#call_phone_toggleM span{
    border-radius: 6px;
    background: #19396B;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 27px;
    margin-left: 8px;
}
.header_logo{
    max-width: 236.664px;
}
.header_menu .navbar-nav>li>a{
    color: rgba(255, 255, 255, 0.79);
    font-size: 16px;
    padding: 10px 12px;
    line-height: 100%;
}
.header_menu .navbar-nav>li>a:hover,
.header_menu .navbar-nav>li>a:active,
.header_menu .navbar-nav>li>a:focus{
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
}
.header_menu .navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    background-color: #0a2a59;
    box-shadow: none;
    min-width: auto;
    width: max-content;
}
.header_menu .navbar-nav>li>.dropdown-menu>.dropdown-inner>ul>li>a{
    color: rgba(255, 255, 255, 0.79);
    padding: 10px 12px;
    line-height: 100%;
    display: block;
}
.header_menu .navbar-nav>li>.dropdown-menu>.dropdown-inner>ul>li>a:hover,
.header_menu .navbar-nav>li>.dropdown-menu>.dropdown-inner>ul>li>a:active,
.header_menu .navbar-nav>li>.dropdown-menu>.dropdown-inner>ul>li>a:focus{
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    background-image: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}
.header_burger{
    display: none;
}
footer{
    background: #1B1923;
    padding: 45px 0 45px 0;
    position: relative;
}
.footer_block h5{
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
.footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    width: 150px;
}
.footer ul li{
    float: none;
}
.footer ul li:last-child{
    margin-bottom: 10px;
}
.footer ul li a{
    padding: 5px 0;
    display: block;
    font-size: 14px;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer ul li a:hover,
.footer ul li a:focus,
.footer ul li a:active{
    background-color: transparent;
    background-image:none;
}
.footer_wrapper{
    display: flex;
    position: relative;
    z-index: 3;
}
.footer_block{
    padding: 0 70px;
}
.footer_logo{
    max-width: 280px;
    margin-right: 70px;
    flex-shrink: 0;
}
footer .nav>li>a:focus, footer .nav>li>a:hover{
    background-color: transparent;
}
footer .open>.dropdown-menu{
    position: relative;
    background-color: transparent;
    min-width: 0;
    float: none;
}
footer .open>.dropdown-menu ul{
    max-width: none !important;
}
.footer_social ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer_social ul>li:last-child{
    margin-bottom: 0;
}
.footer_social ul>li>a{
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comment{
    font-size: 14px;
}
.creator{
    font-size: 14px;
    padding: 10px;
    position: relative;
    z-index: 2;
}
.creator a{
    color: #FFF;
}
.rocket{
    position: absolute;
    bottom: 0;
    right: 0;
}
/* ._loading-icon{
    background: url("../image/loading_spinner.gif") center / 64px no-repeat;
    height: 64px;
} */
.images_block{
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
overflow: auto;
}

.images_block-item{
    width: 25%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.images_block-item>img{
    height: 100%;
    object-fit: cover;
}
.images_block-item>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clients_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.clients_item{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    position: relative;
    max-width: 20%;
}
.clients_item:first-child{
    margin-left: 100px;
}
.clients_item:nth-child(4){
    margin-right: 100px;
}
.clients_item img{
    max-width: 50%;
}
.clients_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clients_title{
    font-size: 32px;
    font-family: 'Play-Bold';
    background: var(--Linear, linear-gradient(90deg, #F6F6F6 0%, #868686 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 60px;
}
.clients{
    position: relative;
}
.clients::after{
    content:'';
    position: absolute;
    bottom: -9px;
    margin: 0 auto;
    left:0;
    background-image:url('../image/clients_earth.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    width: 730px;
    height: 730px;
}
.clients_wrapper{
    position: relative;
    z-index: 1;
}
.info_block{
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
}
.info_block_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info_block_wrapper img{
    flex-shrink: 0;
    max-width: 557px;
}
.info_block_text{
    max-width: 430px;
}
.info_block_text,
.info_block_text span,
.info_block_text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    background: var(--Linear, linear-gradient(90deg, #F6F6F6 0%, #868686 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info_block_text h2,
.info_block_text h3,
.info_block_text h4,
.info_block_text h4{
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 700;
}
.services_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.services_item{
    position: relative;
    margin: 0 50px 50px 50px;
    flex-shrink: 0;
    height: 100%;
}
.services_item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services{
    padding-top: 150px;
}
.services_item_title{
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    font-family: 'Play-Bold';
}
.main{
    position: relative;
    overflow: hidden;
}
.main img{
    position: absolute;

}
.main img.spaceman{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 100px;
}
.main_title{
    background: linear-gradient(90deg, #FCFCFF 0%, #6C9CE3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 72px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    font-family: 'Play-Bold';
    max-width: 900px;
    margin-top: 0;
    margin-bottom: 15px;
}
.main_text{
    color: rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    max-width: 550px;
}
.main_note{
    margin-top: 30px;
}
#call_phone_toggleM{
    margin: 30px 0;
}
.main_wrapper{
    width: 100%;
    height: 100%;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}
img.main_time{
    top: 80px;
    right: 45px;
}
.main_note{
    color: #FFF;
    display: flex;
    align-items: center;
}
.main_note svg{
    margin-right: 10px;
}
.main_note span{
    font-weight: 700;
    display: block;
    padding-left: 10px;
}
.story_title{
    background: var(--Linear, linear-gradient(90deg, #F6F6F6 0%, #868686 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Play-Bold';
    letter-spacing: 0.48px;
    margin-bottom: 15px;
    line-height: 110%;
}
.story_text{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 65px;
}
.story_wrapper{
    max-width: 590px;
    margin-left: 140px;
    position: relative;
    z-index: 3;
}
.story_wrapper img{
    position: absolute;
    top: 0;
    left: -120px;
}
.story_wrapper img.sun{
    position: absolute;
    top: -45px;
    left: -140px;
}
.story img.earth{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.story{
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.page_wrapper{
    padding-top: 125px;
}
.information_content *{
    font-size: 16px;
    font-weight: 300;
}
.information_content{
    background: linear-gradient(90deg, #F6F6F6 0%, #8697EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 140%;
    padding-bottom: 40px;
}
.information_content.info{
    padding-left: 0;
    max-width: 887px;
}
.information_top_top{min-width:calc(50% - 30px);}
.information h1,
.contacts h1{
    background: linear-gradient(90deg, #F6F6F6 0%, #7A8DEE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 48px;
    line-height: 110%; /* 52.8px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    font-family: 'Play-Bold';
    display: inline-block;
}
.information h1.info{
    margin-bottom: 15px;
}
.contacts_wrapper{
    display: flex;
    padding-bottom: 50px;
}
.contacts_block{
    width: 100%;
}
.contacts_map{
    width: 100%;
    max-width: 620px;
}
.contacts_map iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.contacts_title{
    font-size: 14px;
    color: #FFF;
    font-weight: 700;
    margin-bottom: 10px;
}
.contacts_block>ul{
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 50px;
}
ul.contacts_social{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
ul.contacts_social>li>a{
    line-height: 1;
    margin-right: 15px;
}
ul.contacts_social>li>a>img{
    width: 26px;
    height: 26px;
}
.contacts_block>ul>li>a{
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
    line-height: 2;
}
.contacts_contacts{
    display: flex;
}
.form_row{display: flex;justify-content: space-between;}
.form_item.half{width: calc(50% - 16px);}
.form_item.full{width: 100%;}
.form_item>label{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 142%;
}
.form_item>input{
    width: 100%;
    height: 48px;
}
.form_item>textarea,
.form_item>input{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 1px solid transparent;
    padding: 10px 14px;
}
.form_item>textarea:hover,
.form_item>textarea:focus,
.form_item>textarea:active,
.form_item>input:hover,
.form_item>input:focus,
.form_item>input:active{
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form_item>textarea,
.form_item>input,
.form_item>input::placeholder{
    font-size: 16px !important;
    color: #FFF;
    font-weight: 400;
    line-height: 150%;
}
.contacts_content{
    width: 100%;
    padding-right: 50px;
}
.form_row{
    margin-bottom: 20px;
}
.form_submit>input{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #19396B;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: none;
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
}
.form_submit>input:hover,
.form_submit>input:focus,
.form_submit>input:active{
    background:#2155A4;
}
.contacts_form>h3{
    color: #FFF;
    font-family: Play-Bold;
    font-size: 36px;
    line-height: 122%;
    margin-bottom: 30px;
}
.contacts>.container>a.btn_continue{
    width: 100%;
    max-width: 180px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #2155A4;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: none;
    font-size: 16px;
    color: #FFF;
    font-weight: 500;
    margin-left: auto;
    margin-top: 30px;
}
.information_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 50px;
    
}
.information_content{
    padding-left: 30px;
}
.information_top h1{
    margin-top: 0;
}
.template_top{
    display: flex;
    padding-top: 50px;
    padding-bottom: 55px;
}
.template_advantages_title{
    text-align: center;
    font-family: Play-Bold;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    background: linear-gradient(90deg, #F6F6F6 0%, #8697EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}
.template_advantages_subtitle{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%; /* 22.4px */
    background: linear-gradient(90deg, #F6F6F6 0%, #8697EF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 55px;
}
.template_image{
    width: 100%;
    max-width: 50%;
}
.information_top_top .template_image{
    max-width: 100%;
}
.template_image{
    padding: 0 20px;
}
.template_image>img{
    margin: 0 auto;
}
.template_advantages{
    width: 100%;
    max-width: 50%;
    margin-left: auto;
}
.template_advantages_wrapper{
    display: flex;
    justify-content: center;
}
.template_advantages_item{
    width: 210px;
    height: 250px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    margin: 7.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.template_advantages_item_icon{
    max-width: 61px;
    margin-bottom: 25px;
}
.template_advantages_item_title{
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.template_advantages_item_text{
    font-size: 14px;
    color: #FFF;
    text-align: center;
}
.template_bottom{
    display: flex;
    align-items: flex-end;
    padding-bottom: 150px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.template_bottom_slider{
    width: 100%;
    max-width: 50%;
    min-width: 1px;
    padding: 0 20px;
}
.template_bottom_slider .swiper-container{
    height: 615px;
}
.template_bottom_form{
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.template_top .swiper-slide{
    width: 300px;
    height: 300px;
}
.template_bottom_form_title{
    font-family: Play-Bold;
    font-size: 36px;
    color: #FFF;
    line-height: 122%;
    text-align: center;
    margin-bottom: 20px;
}
.template_bottom_form_subtitle{
    font-size: 16px;
    color: #FFF;
    text-align: center;
    line-height: 187%;
    margin-bottom: 40px;
}
.template_bottom_slider_title{
    background: linear-gradient(90deg, #F6F6F6 0%, #7A8DEE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Play-Bold;
    font-size: 48px;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
    text-transform: uppercase;
}
.template_bottom_slider_header{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.template_bottom_slider_nav .swiper-button-next,
.template_bottom_slider_nav .swiper-button-prev{
    position: unset;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    margin-left: 16px;
}
.template_bottom_slider_nav .swiper-button-next::after,
.template_bottom_slider_nav .swiper-button-prev::after{
    content: '';
    display: none;
}
.template_bottom_slider_nav{
    display: flex;
    align-items: center;
}
.error_style{
    border: 1px solid #ff0000 !important;
    color: #ff0000 !important;
}
.error_style::placeholder{color: #ff0000 !important;}
.popupSuccess{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2155A4;
    padding: 30px;
    border-radius: 8px;
    z-index: 9999;
}
.closeSuccess{
    cursor: pointer;
width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Play-Bold';
}
.default_info{
    position: relative;
}
.info_earth{
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
}
.iinfo_satelite{
    position: absolute;
    top: 0;
    right: 0;
}
.transparent_stars{
    width: 100%;
    height: 100%;
    background: url("../image/bg_transparent.png") top left / cover no-repeat;
}
.popup_title{
    font-size: 36px;
    color: #FFF;
font-family: Play-Bold;
line-height: 122%;
text-align: center;
}
.popup-center p{
    text-align: center;
}
.header_button{position: relative;}
.contacts_popup{
    position: absolute;
    z-index: 2;
    top: -1000px;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    border-radius: 10px;
    background: #FFF;
    width: 100%;
    min-width: 194px;
    right: 0;
    padding: 13px 14.53px;
    transition: top .3s opacity .5s;
    -webkit-transition: top .3s opacity .5s;
    -moz-transition: top .3s opacity .5s;
    -ms-transition: top .3s opacity .5s;
    -o-transition: top .3s opacity .5s;
}
.contacts_popup.open{
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: top .3s opacity .5s;
    -webkit-transition: top .3s opacity .5s;
    -moz-transition: top .3s opacity .5s;
    -ms-transition: top .3s opacity .5s;
    -o-transition: top .3s opacity .5s;
}
.contacts_popuptel{
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}
.contacts_popuptel li{
    text-align: center;
}
.contacts_popuptel a{
    font-size: 14px;
    line-height: 2.5;
    color: #1E1E1E;
    text-align: center;
}
.textopen{
    font-size: 16px;
    color: #1E1E1E;
    line-height: 150%;
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: 700;
}
.openwrapper{
color: #1E1E1E;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 2.5;
}
.contacts_popup ul.contacts_social{
    padding: 0;
    list-style: none;
    margin-top: 10px;
    justify-content: center
    ;
}
.contacts_popup ul.contacts_social>li>a{
    margin: 0 8px;
}
#call_call{
    margin-top: 15px;
    border-radius: 10px;
background: #19396B;
display: flex;
width: 100%;
height: 35px;
font-size: 14px;
justify-content: center;
align-items: center;
border: none;
flex-direction: row-reverse;
}
#call_call span{
    display: block;
    height: 15px;
}

#call_call svg{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
@media (max-width: 1440px) {
    .container{
        width: 100%;
    }
}
@media (max-width: 1439px) {
    .main_title{
        font-size: 40px;
    }
}
@media (max-width: 1366px) {
    .footer_logo{
        margin-right: 30px;
    }
    .footer_block{
        padding: 0 30px;
    }
    .footer_logo{
        max-width: 180px;
    }
}
@media (max-width: 1365px) {
    .template_bottom_slider{
        padding: 0;
    }
    .template_advantages{
        min-width: 100%;
    }
    .information_top{
        flex-direction: column;
    }
    .information_content{
        padding-left: 0;
    }
    .template_top{
        flex-direction: column;
    }
    .template_image{
        max-width: none;
        margin-bottom: 50px;
    }

}
@media (max-width: 1279px) {
    .template_bottom{
        flex-direction: column;
    }
    .template_bottom_slider{
        max-width: none;
        margin-bottom: 50px;
    }
    .template_bottom{
        padding-bottom: 50px;
    }
}
@media (max-width: 1111px) {
    .story img.earth{
        right: -30%;
    }
    .info_block_wrapper img{
        max-width: 350px;
    }
    .clients_item:first-child{
        margin-left: 0;
    }
    .clients_item:nth-child(4) {
    margin-right: 0;
    }
    .clients_item img{
        max-width: 90%;
    }
    .clients::after{
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 1023px) {
    .contacts_wrapper{
        flex-direction: column;
    }
    .contacts_content{
        padding-right: 0;
        padding-bottom: 50px;
    }
    .contacts_map{
        height: 400px;
        margin: 0 auto;
    }
    .footer_wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_logo{
        width: 100%;
        max-width: unset;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer_logo img{
        max-width: 280px;
        margin: 0 auto;
    }
    .header_button{
        margin-left: auto;
    }
	.header_burger{
        display: flex;
        margin-top: 10px;
    }
    .header_menu{
        padding: 20px;
        position: absolute;
        top: -100vh;
        left: 0;
        width: 100%;
        height: 100%;
    	background: #0a2a59;
        transition: top .5s;
        -webkit-transition: top .5s;
        -moz-transition: top .5s;
        -ms-transition: top .5s;
        -o-transition: top .5s;
    }
    .header_menu.open{
        top: 100%;
        transition: top .5s;
        -webkit-transition: top .5s;
        -moz-transition: top .5s;
        -ms-transition: top .5s;
        -o-transition: top .5s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_menu .navbar-nav{
        float: none;
        overflow: auto;
        height: 100%;
    }
    .header_menu .navbar-nav>li{
        float: none;
    }
    .header_menu .navbar-nav>li>a{
        text-align: center;
        font-size: 18px;
        font-weight: 700;
    }
    .header_menu .navbar-nav>li.open>.dropdown-menu{
        position: relative;
    }
    .header_menu .navbar-nav>li>.dropdown-menu>.dropdown-inner>ul>li>a{
        text-align: center;
        font-size: 16px;
    }
}
@media (max-width: 980px) {
    .iinfo_satelite{
        display: none;
    }
    .template_advantages_wrapper{
        flex-wrap: wrap;
    }
    img.main_time{
        display: none;
    }
    .story_title{
        font-size: 24px;
    }
    .story_item{
        padding-right: 25px;
    }
    .story img.earth{
        right: -40%;
        top: 30%;
    }
    img.main_time{
        right: 0;
    }
    .main img.spaceman{
        top: 0;
        right: -50px;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
.main_title{
    font-size: 32px;
    padding-left: 20px;
}
.main_text{
    padding-left: 20px;
}
.main_note{
    display: none;
}
.services{
    padding-top: 50px;
}
#call_phone_toggleM{
    display: none;
}
    .info_block_wrapper{
        flex-direction: column;
    }
    .info_block_text{
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    #popup-call-phone-wrapper .popup-center{
        padding: 10px;
    }

    .template_bottom_slider .swiper-container{
        height: 415px;
    }
    .popup_title{
        font-size: 24px;
    }
    #popup-call-phone-wrapper .popup-heading{
        min-height: 22px;
        line-height: 22px;
    }
    .template_top .swiper-slide{
        width: 200px;
        height: 200px;
    }

    .template_bottom_slider_title{
        font-size: 26px;
    }
    .page_wrapper{
        padding-top: 75px;
    }
    .information_top h1{
        font-size: 24px;
    }
    .contacts h1{
        font-size: 30px;
    }
    .contacts_form>h3{
        font-size: 28px;
    }
    .contacts_contacts{
        flex-direction: column;
    }
    .contacts_block{
        margin-bottom: 20px;
    }
    .form_row{
        flex-direction: column;
    }
    .form_item.half{
        width: 100%;
    }
    .form_row{
        margin-bottom: 0;
    }
    .form_item{
        margin-bottom: 20px;
    }
    .story{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .story_wrapper img.sun{
        display: none;
    }
    .story_wrapper{
        margin-left: 80px;
    }
    .story_wrapper img {
    left: -73px;
    width: 50px;
}
    .clients::after {
    width: 200px;
    height: 400px;
}
    .clients_list{
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
    }
    .clients{
        padding-bottom: 120px;
    }
    .clients_item{
        width: 200px;
        max-width: none;
        flex-shrink: 0;
        margin: 40px 20px;
    }
    .clients_title{
        padding-bottom: 20px;
    }
    .images_block-item{
        flex-shrink: 0;
        width: 40%;
    }
    footer{
        padding: 35px 0 35px 0;
    }
    .rocket{
        right: unset;
        left: -45%;
    }
    .header_logo{
        max-width: 150px;
        margin-right: 10px;
    }
    header button#call_phone_toggle,
    #call_phone_toggleM{
        border: 1px solid transparent;
        width: 150px;
        height: 36px;
        font-size: 12px;
    }
    header button#open_menu{
        margin-right: 20px;
    }
    .header_logo #logo {
        margin-top: 3px;
    }
    .container{
        padding: 0 10px;
    }
    .header_wrapper{
        padding: 15px 0;
        align-items: flex-start;
    }
    .footer_logo img{
        max-width: 150px;
    }
    .footer_block{
        width: 50%;
        padding: 0 10px;
    }
    .footer_social{
        width: 50%;
        margin-left: auto;
        padding: 0 10px;
    }
}
@media (max-width: 345px) {
    .header_logo{
        max-width: 130px;
        margin-right: 10px;
    }
}