main > .container {
    padding: 70px 15px 32px;
}
/*main{*/
/*    margin: 0 -2px;*/
/*}*/
#main{
    flex-grow: 1;
}
/*html, body {*/
/*    background-color: #00325f;*/

/*}*/
/*.site, #main{*/
/*    background-color: white;*/
/*}*/
* {
    font-family: Arial;
    font-weight: normal;
}


footer {
    background: #00325f;
    font-size: 18px;
    padding: 40px;
    margin: 0 0 -4px 0;
}



footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}
.text_footer{
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 20px;
}
.pt{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pt-20{
    padding-top: 20px;
}
.pt-32{
    padding-top: 32px;
}
.pb{
    padding-bottom: 100px;
}
.name_company {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 150px;
    line-height: 1;
    background-image: linear-gradient(180deg, #ffff, #D1D1D7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
.main_block {
    min-height: 750px;
    width: 100%;
    position: relative;
    padding-top: 110px;
    background-size: cover;
    z-index: 1;
    /*background: radial-gradient(#e2e2e2, #040202);*/
    /*background: #00325f;*/
    background-image: url("/upload/image/main/main.png");
}
.about{
    /*border-radius: 20px;*/
    /*margin-top: -20px;*/
    overflow: hidden;
    /*min-height: 500px;*/
}
.main_block_content {
    display: flex;
    flex-direction: column;
}
.main_title {
    font-size: 50px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding-bottom: 30px;
    line-height: 1;
    z-index: 100000;
}
.main_block_title {
    font-size: 50px;
    color: #444444;
    font-weight: 300;
    margin: 0;
    padding-bottom: 30px;
    line-height: 1;
}
.description{
    color:#fff
}

.image_main{
    width: 300px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.image_main.first{
    width: 250px;
}

.description.image_1{
    top: 120px;
    right:300px;
}
.container_1{
    display: flex;
    align-items: center;
    position: absolute;
    top:100px
}
.cont1{
    display: flex;
    justify-content: end;
}
.image_main.second{
    width: 200px;
}
.description.image_2{

    right:290px;
}
.line2{
    transform: rotateY(180deg);
}
.container_2{
    display: flex;
    align-items: center;
}
.cont2{
    display: flex;
    justify-content: start;
}
.image_main.third{
    width: 300px;
    transform: rotate(30deg);
}
.container_3{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 60px;
}
.cont3{
    display: flex;
    justify-content: end;
}

.inside_page_title{
    font-size: 50px;
    color: #444444;
    font-weight: 300;
    margin: 0;
    padding-bottom: 20px;
    line-height: 1;
}
.text_description{
    font-size: 20px;
    color:#444444;
    font-weight: normal;
    line-height: 1.2;
}
.text_description_sh{
    font-size: 16px;
    color: #efefef;
}
.number_list{
    border: 1px solid #00325f;
    border-radius: 12px;
    width: 80px;
    height: 80px;
    background-color: #00325f;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fdfdfd;
    font-weight: 800;
    font-size: 40px;
}
.title_list{
    color: #444444;
}
.title_list_sh{
    color: #fff;
}
.item_list{
    display: flex;
    align-items: center;
    gap:20px
}
.header_shape{
    display: flex;
    justify-content: space-between;
}
.header-page-title {
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.header-page-title {
    display: none;
}

header.active .header-page-title {
    display: block;
}

.list_under{
    display: flex;
    align-items: end;
}
.main_btn{
    height: 50px;
    border: 1px solid #00325f;
    color: #444444;
    background-color: white;
    padding: 0 20px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    text-decoration: none;
}
.main_btn.inside{
    width: 230px;
}
.group_btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.main_btn:hover{
    height: 50px;
    border: 1px solid #00325f;
    background: #00325f;
    color:#fff;
    padding: 0 20px;
}
.navbar{
    padding: 25px 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.navbar_link{
    gap:50px;
    display: flex;
}
.none { display: none; }
header{
    border-bottom: 1px solid rgba(208, 237, 237, 0.24);
    position: fixed;
    width: 100%;
    background: rgba(51, 49, 49, 0.08);
    backdrop-filter: blur(10px);
    z-index: 10000;
    transition: 0.2s;
}
/*header.active{*/
/*    background: rgba(23, 23, 23, 0.08);*/
/*    color: black;*/
/*}*/
header.active {
    background: #00325f;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 100%;
}
.rotate_image{
    position: absolute;
    right: -300px;
    width: 400px;
    top:50px
}
.about{
    background-color: white;
}
.shape_group{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.shape{
    background: #00325f;
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
    line-height: 1.2;
    border-radius: 0 10px 0 10px ;
    width: 340px;
}
.shape span{
    color: #444444;
    font-weight: bold;
}
.link_email{
    color:#444444;
    text-decoration: underline;
    transition: 0.2s;
}
.link_email:hover{
    color: #7c7c7c;
}
.nav_item {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    transition: 0.2s;
}
.nav_item:hover {
    color: #fff;
}

.nav_item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav_item:hover::after {
    transform: scaleX(1);
}
.nav_item.active::after {
    transform: scaleX(1);
}
.nav_item.active{
    color: #ffffff;
}

.header__lang-item{
    border: 1px solid #fff;
    text-decoration: none;
    color:#fff;
    padding: 5px 15px;
    border-radius: 15px;
    transition: 0.2s;
}
.header__lang-item:hover{
    border: 1px solid #fff;
    text-decoration: none;
    background-color:#fff;
    color:#444444;
}
.dropdown-menu {
    background-color: rgb(255, 255, 255);
    width: 20px!important;
    border: 1px solid #00325f;
    color: white!important;
}
.btn_main_block{
    color:#444444;
    background-color: white;
    text-decoration: none;
    padding: 10px 30px;
    position: absolute;
    bottom: 100px;
    border-radius: 5px;
    display: flex;
    transition: 0.2s;
}
.btn_main_block:hover{
    color:#444444;
    background-color: rgba(255, 255, 255, 0.88);
}
.animation{
    opacity: 0;
    transition: transform 0.5s ease-out, opacity 1s ease-out;
    transform: translateY(200px);
}
.animation.show{
    opacity: 100;
    transform: translateY(0);
}
.inside_page{

}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: rgba(48, 44, 44, 0.22) !important;
}
.dropdown-item.disabled{
    color: black;
}
.image_map{
    position: absolute;
    top: 43%;
    right: -10%;
    transform: translateY(-50%);
    width: 52%;
    pointer-events: none;
    opacity: 0;
}
.prom_direction{
    background-image: url("/upload/image/direction/prom_direction.png");
}
.system_direction{
    background-image: url("/upload/image/direction/system_direction.png");
}
.products_direction{
    background-image: url("/upload/image/direction/products_direction.png");
}
.products_direction,.system_direction,.prom_direction{
    background-size: cover;
    height: 250px;
    width: 340px;
    padding: 30px 20px;
    justify-content: center;
    display: flex;
    align-items: end;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 10px;
    transition: 0.2s;
    gap:20px;
    line-height: 1.2;
}
.products_direction:hover,.system_direction:hover,.prom_direction:hover{
    color: #e3e3e3;
}
.img_choose_us{
    width: 40px;
}

.group_btn > div {
    position: relative;
}


.shape_arrow {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    pointer-events: none;
}

.img_arrow {
    width: 12px;
    height: auto;
}

.group_btn > div:hover .prom_direction,
.group_btn > div:hover .system_direction,
.group_btn > div:hover .products_direction {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    color: #fff;
}
.group_list{
    gap:16px
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}


.navbar_link {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-page-title {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.header__lang {
    display: flex;
    justify-content: flex-end;
}
.navbar_menu {
    flex: 2;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.company-name-header {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 15px;
}
.company-name-header:hover {
    color: #fff;
}
.line1,.line2, .header__lang-item,.dropdown-menu,.company-name-header,.number_list,.img_choose_us,.shape_arrow,.image_map,.slider-image  {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropstart, .dropdown-menu{
    top:-4px!important;
    border-radius: 15px;
}
.header__lang.dropdown {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.header__lang .dropdown-menu {
    min-width: 60px;
    margin-top: 43px;
}
.header__lang .dropdown-item {
    text-align: center;
    padding: 7px 10px;
}
