@font-face {
	font-family: "Black";
	src: url("../fonts/SFUIDisplay-Black.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Heavy";
	src: url("../fonts/SFUIDisplay-Heavy.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Medium";
	src: url("../fonts/SFUIDisplay-Medium.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Regular";
	src: url("../fonts/SFUIDisplay-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Light";
	src: url("../fonts/SFUIDisplay-Light.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {	
    background: #222222;
    margin: 0;	
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; */
    -webkit-tap-highlight-color: #222222c2;
}

/* .is-open-modal {
    overflow-y: hidden; 
} */

.__sending {
	background:rgba(98, 98, 98, 0.8);
	display: block !important;
}


.preloader {
    box-sizing: border-box;
	position: fixed;
	z-index: 100;
    background: rgba(34, 34, 34, 0.70);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 3rem;
	display: block;
}

#loader {
    margin: auto;
    top: 34%;
}

.sk-circle {
    width: 60px;
    height: 60px;
    position: relative;
}
  
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
  
.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #D9D9D9;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
  
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

/* lang mobile */

.widjet_wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.language_wrapper {
    margin: 4px 0px;
    padding: 0px 8px;
    display: flex;
    align-items: center;
}

.lang {
    z-index: 1098;
    text-align: center;
    background: rgb(24 23 23);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    perspective: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang_mobile {
    display: none;
}

.lang__link {
    cursor: pointer;
    transition: .3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 2px;
    padding: 0px 2px;
}

.lang__img {
    width: auto;
    height: 30px;
    flex-shrink: 0;
    font-size: 1px;
    display: block;
    transition: .3s all;
    color: transparent;
    font-family: 'Heavy';
    text-transform: uppercase;
}

.lang__link_sub:hover {
    filter: drop-shadow(0 0 2px #4a8ac4) brightness(130%);
}


.lang__name {
    color: #737b84;
    font-size: 12px;
    line-height: 12px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.lang__link_sub {
    width: 100%;
    height: auto;
    position: relative;
    margin: 2px 0px;

}

.lang__list {
    background: rgb(24 23 23);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    transform: rotateX(-90deg);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    line-height: 12px;
    padding: 4px;
    transform-origin: center top;
    box-sizing: border-box;
}

.lang__list1 {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}

.lang__link_select {
    align-items: center;
    text-align: center;
    font-size: 0;
}

.translate_comment{
    padding: 4px 0px;
    color: #FFFFFF;
    font-family: "Light";
    font-size: 8px;
    word-break: break-word;
    hyphens: auto;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/*HEADER*/

.header {
    width: 100%;
    height: auto;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    z-index: 3;
    flex-flow: column;
}

.top_header_wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(34, 34, 34);
}

.top_inner {
    width: 1170px;
    margin: 0px 16px;
    padding: 0px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_logo_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4px 0px;
}

.top_logo_wrap1 {
    display: none;
}

.letters_logo_wrap {
    width: 144px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.letters_logo {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.top_contacts_icon_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 7px 0px;
}

.contacts {
    width: 30px;
    height: auto;
    padding: 0px;
    margin-left: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mail {
    transition: 0.5s;
    fill:#D9D9D9;
}

.wapp {
    transition: 0.5s;
    fill:#D9D9D9;
}

.call {
    transition: 0.5s;
    fill:#D9D9D9;
}

.mail:hover .frame_mail{
    fill: #4A8AC4;
    transition: 0.5s;
}

.wapp:hover .frame_wapp{
    fill: #4A8AC4;
    transition: 0.5s;
}

.call:hover .frame_call{
    fill: #4A8AC4;
    transition: 0.5s;
}

.frame_mail{
    transition: 0.5s;
}

.frame_wapp{
    transition: 0.5s;
}

.frame_call{
    transition: 0.5s;
}

.contacts_icon {
    width: 100%;
    height: auto;
}


.bot_header_wrap {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(34, 34, 34, 0.70);
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

.bot_inner {
    width: 1170px;
    margin: 0px 16px;
    padding: 0px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bot_inner_nav {
    width: 100%;
    padding: 0px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
}

.menu_list {
    width: auto;
    height: auto;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 13px 13px 0px 13px;
}

.list {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 13px;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: 0.25s;
}


.li_first {
    padding-left: 0px;
}

.li_last {
    padding-right: 0px;
}

/* header */
.menu-main {
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.header .menu > ul > li{
	display: inline-block;
}

.menu_contacts {
    display: none !important;
}

.sub_menu_ul {
    width: 1170px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    padding: 0;
    align-content: flex-start;
}

.menu > ul > li .sub-menu{
    position: absolute;
    z-index: 500;
    background: rgba(34, 34, 34, 0.70);
    padding: 20px 30px;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #2b2d2f;
    max-height: 180px;
    display: flex;
    justify-content: center;
    /* box-shadow: 0px 10px 12px 0px #000000a6; */
}

.menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#5aa5ec;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}

.menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.menu > ul > li .sub-menu > ul > li > a:hover,
.menu > ul > li .sub-menu > ul > li > a > .meca_icon:hover,
.item-right a:hover,
.menu > ul > li:hover > a {
	color: #5aa5ec;
    transition: 0.25s;
}

.meca_icon {
    width: 16px;
    height: auto;
    margin-right: 8px;
    transition: 0.25s;
}

.meca {
    fill: #D9D9D9;
    transition: 0.25s;
}

.menu > ul > li .sub-menu > ul > li:hover .meca {
    fill: #5aa5ec;
    transition: 0.25s;
}

.menu > ul > li .sub-menu > ul > li:hover .meca_icon {
    transition: 0.25s;
    rotate: 90deg;
}

.triang_pic {
    margin-left: 6px;
    width: 10px;
    height: auto;
    fill: #D9D9D9;
    transition: 0.25s;
}

.fas {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-main li:hover  .triang_pic  {
    transform: rotate(180deg);
    transition: 0.25s;
    fill: #5aa5ec;
}

.bot_header_wrap::before, .sub-menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header .menu > ul > li .sub-menu > ul > li {
	line-height: 1;
    list-style-type: none;
    margin-right: 30px;
}

.sub_menu_txt {
    display: flex;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 290px;
    margin: 0px;
    align-items: center;
}

.link_txt_enter { color:#D9D9D9; text-decoration:none; font-family: "Light";font-size: 14px; }
.link_txt_enter:hover { color:#4A8AC4; border-bottom-color:transparent; }
.button-input { cursor:pointer; }

.fancybox-caption__body {
    color: #D9D9D9;
    font-family: "Medium";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.header .menu > ul > li .sub-menu > ul > li > a {
	display: flex;
	padding: 10px 0;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.25s;
}

.header .menu > ul > li .sub-menu > ul > li > a:hover .sub_menu_txt {
    color: #5aa5ec;
    transition: 0.25s;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
   line-height: 1;
   display: block; 
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}

.header .menu > ul > li .sub-menu.mega-menu { 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu .mobile-menu-head {
    display: none;
}

.partner_menu_img {
    width: 88px;
    height: auto;
    margin:0px 0px 0px 8px;
}



/*GENERAL PAGE*/
/*block1*/
/* slideshow */

.slideshow,
.slideshow:after {
	width: 100%;
	height: 460px;
    background-repeat: no-repeat;
    position: fixed;
    list-style: none;
    top: 0px;
    left: 0px;
    z-index: -1;
    list-style: none;
    margin:0;
    padding: 0;
    background-image: url("../img/images/telecommunications-towers1.jpg");
    background-size: cover;
}

.slideshow:after {
    content: '';
}

.slideshow li span {
    list-style: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
	backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
    animation-delay: 5s;
}

.slideshow li:nth-child(1) span { 
    background-image: url("../img/images/skyscrapers-from-a-low-angle-view.jpg");
}

.slideshow li:nth-child(2) span {
    background-image: url("../img/images/telecommunications-towers1.jpg");
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}

.slideshow li:nth-child(3) span {
    background-image: url("../img/images/solar-pannels-and-wind-power-plant-outside\ 1.jpg");
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}

.company_desc {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: rgba(24, 24, 24, 0.20);
}


.company_desc_wrapper {
    width: 1170px;
    height: 224px;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-top: 44px;
}

.desc_logo {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-flow: column;
}

.desc_logo_pic {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.anim_logo {
    width: 134px;
    height: auto;
    position: relative;
    overflow: visible;
    display: none;
}

.anim_logo1 {
    display: flex;
}

.element_anim1 {
    backface-visibility: hidden;
}

.element_anim12 {
    backface-visibility: hidden;
}

.element_anim3 {
    backface-visibility: hidden;
}



.element1 {
    -webkit-animation: move1 1.3s ease-in-out 0s;
    -moz-animation: move1 1.3s ease-in-out 0s;
    -o-animation: move1 1.3s ease-in-out 0s;
    -ms-animation: move1 1.3s ease-in-out 0s;
    animation: move1 1.3s ease-in-out 0s;
    backface-visibility: visible;
}

.element11 {
    -webkit-animation: move11 1.7s ease-in-out 0s;
    -moz-animation: move11 1.7s ease-in-out 0s;
    -o-animation: move11 1.7s ease-in-out 0s;
    -ms-animation: move11 1.7s ease-in-out 0s;
    animation: move11 1.7s ease-in-out 0s;
    backface-visibility: visible;
}

.element2 {
    -webkit-animation: move2 1.3s ease-in-out 0s;
    -moz-animation: move2 1.3s ease-in-out 0s;
    -o-animation: move2 1.3s ease-in-out 0s;
    -ms-animation: move2 1.3s ease-in-out 0s;
    animation: move2 1.3s ease-in-out 0s;
    backface-visibility: visible;
}

.element22 {
    -webkit-animation: move22 1.7s ease-in-out 0s;
    -moz-animation: move22 1.7s ease-in-out 0s;
    -o-animation: move22 1.7s ease-in-out 0s;
    -ms-animation: move22 1.7s ease-in-out 0s;
    animation: move22 1.7s ease-in-out 0s;
    backface-visibility: visible;
}

.element3 {
    -webkit-animation: move3 1.3s ease-in-out 0s;
    -moz-animation: move3 1.3s ease-in-out 0s;
    -o-animation: move3 1.3s ease-in-out 0s;
    -ms-animation: move3 1.3s ease-in-out 0s;
    animation: move3 1.3s ease-in-out 0s;
    backface-visibility: visible;
}

.element33 {
    -webkit-animation: move33 1.7s ease-in-out 0s;
    -moz-animation: move33 1.7s ease-in-out 0s;
    -o-animation: move33 1.7s ease-in-out 0s;
    -ms-animation: move33 1.7s ease-in-out 0s;
    animation: move33 1.7s ease-in-out 0s;
    backface-visibility: visible;
}


.desc_logo_letters_wrap {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 16px;
}

.desc_letters_wrapp {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 24px;
}

.desc_logo_letters {
    display: none;
}


.desc_logo_letters1 {
    display: flex;
    width: 266px;
    height: auto;
    -webkit-animation: letters 3s ease-in-out 0s;
    -moz-animation: letters 3s ease-in-out 0s;
    -o-animation: letters 3s ease-in-out 0s;
    -ms-animation: letters 3s ease-in-out 0s;
    animation: letters 3s ease-in-out 0s;
    backface-visibility: visible;
}

.desc_letters {
    display: none;
}

.desc_letters1 {
    display: flex;
    opacity: 0;
    max-width: 274px;
    color: #D9D9D9;
    text-align: center;
    font-family: "Heavy";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-animation: letters2 1s ease-in-out 0s;
    -moz-animation: letters2 1s ease-in-out 0s;
    -o-animation: letters2 1s ease-in-out 0s;
    -ms-animation: letters2 1s ease-in-out 0s;
    animation: letters2 1s ease-in-out 0s;
    backface-visibility: visible;
    animation-fill-mode: forwards;
    animation-delay: 2.6s;
}



/*block2*/

.about_us{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.about_us_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
}

.about_us_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.about_us_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.about_us_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about_us_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
}

.about_us_pic_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
}

.about_us_pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.about_us_txt {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #D9D9D9;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.about_us_first {
    margin-right: 15px;
}

.about_us_second {
    margin-left: 15px;
}

.about_us_more {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 30px;
}

.about_us_more_txt {
    width: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.about_us_more_txt:hover {
    color: #4A8AC4;
    transition: 0.5s;
}

.about_us_more_icon {
    width: 30px;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 16px;
}

.about_us_icon {
    fill: #4A8AC4;
    transition: 0.5s;
}



/*block3*/

.specialization {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.specialization_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
}

.specialization_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.specialization_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.specialization_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    margin-top: 54px;
}

.scpecialization_content {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0px 8px;
    text-decoration: none;
}

.scpecialization_content:hover .spec_pic {
    transform: scale(110%);
    transition: 0.5s;
}

.scpecialization_content:hover .spec_txt {
    color: #4A8AC4;;
    transition: 0.5s;
}

.spec_pic_wrapp {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
}

.spec_pic {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.spec_txt_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
}

.spec_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    letter-spacing: 1px;
}

.spec_first {
    margin-left: 0px;
}

.spec_last {
    margin-right: 0px;
}


/*block4*/

.partners {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.partners_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
}

.partners_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.partners_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px; 
    letter-spacing: 1px;
    text-transform: uppercase;
}

.partners_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.partners_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
}

.wrap {
    max-width: 90%;
    margin: 0px 16px;
    margin-top: 44px;
    padding: 0px;
    overflow: hidden;
}

.items-wrap {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 20px;
}

.items-wrap:before,
.items-wrap:after {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.items {
    flex-shrink: 0;
    display: flex;
    gap: 20px;
    counter-reset: item;
    justify-content: space-around;
    min-width: 100%;
}

.item {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    counter-increment: item;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    transition: all 0.1s ease-in-out;
}

.item:hover {
    transform: scale(1.05);
}
  
.marquee {
    animation: scroll 20s linear infinite;
}

.reverce {
    animation-direction: reverse;
}

.items-wrap:hover .marquee {
    animation-play-state: paused;
    
}



/*block5*/

.projects {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.projects_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
    flex-flow: column;
}

.projects_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.projects_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.projects_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    margin-top: 54px;
}

.projects_content_inner {
    height: auto;
    width: 1170px;
    margin-top: 54px;
}

.slider_item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.owl_card {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: flex-end;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
}

.owl_card:hover .project_img {
    transform: scale(110%);
    transition: 0.5s;
}

.project_img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.project_txt_wrapp {
    position: absolute;
    background: rgba(34, 34, 34, 0.64);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 12px;
}

.project_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.project_txt_lil {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: 1px;
    margin: 0;
    margin-top: 2px;
}

.projects1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.projects_wrapp1 {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.projects_inner1 {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.about_projects_more {
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    margin-top: 30px;
}

.about_projects_more_txt {
    width: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}

.about_projects_more_txt:hover {
    color: #4A8AC4;
    transition: 0.5s;
}

.about_projects_more_icon {
    width: 30px;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 16px;
}

.about_projects_icon {
    fill: #4A8AC4;
    transition: 0.5s;
}
  


/*block6*/

.experience {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.experience_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
}

.experience_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.experience_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.experience_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    margin-top: 54px;
    margin-bottom: 64px;
}

.experience_content {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0px 8px;
    text-decoration: none;
}

.experience_content:hover .spec_pic {
    transform: scale(110%);
    transition: 0.5s;
}

.experience_content:hover .spec_txt {
    color: #4A8AC4;;
    transition: 0.5s;
}

.exp_pic_wrapp {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 2px;
    overflow: hidden;
}

.exp_pic {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.exp_txt_wrap {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
}

.exp_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 121.429% */
    letter-spacing: 1px;
}

.exp_first {
    margin-left: 0px;
}

.exp_last {
    margin-right: 0px;
}



/*block7*/

.slideshow1{
    list-style: none;
    list-style-type: none;
    z-index: 0;

    /* width: 0px;
    height: 0px;
    margin: 0; */
}
  
  
.slideshow1 li span { 
    list-style: none;
    list-style-type: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: imageAnimation1 18s linear infinite 0s; 
}
  
.slideshow1 li:nth-child(1) span { 
    background-image: url(../img/images/charity1.jpg);
}

.slideshow1 li:nth-child(2) span { 
    background-image: url(../img/images/charity2.jpg);
    animation-delay: 6s;
}
.slideshow1 li:nth-child(3) span { 
    background-image: url(../img/images/charity3.jpg);
    animation-delay: 12s;
}
  

.charity_slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 0;

    /* list-style: none;
    list-style-type: none;
    width: 0px; */
}

.charity_slide ul li {
    list-style-type: none;
    list-style: none;
}

.charity_back {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #5f5f5f;
}

.charity {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.70);
    position: relative;
}

.charity_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 54px;
}

.charity_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.charity_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.charity_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    margin-top: 54px;
}

.charity_content {
    width: 100%;
    max-width: 300px;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    flex-flow: column;
    display: flex;
}

.charity_content_header_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.charity_content_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.charity_txt_wrapp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 0px;
    flex-flow: column;
    justify-content: center;
    height: 200px;
}

.charity_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0;
    text-align: justify;
}

.charity_icon_txt_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.charity_icon_wrap {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.charity_icon {
    width: 30px;
    height: 30px;
}

.charity_btn_wrapp {
    width: 100%;
    max-width: 300px;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 24px;
}

.charity_btn {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: transparent;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 2px;
    padding: 10px;
    transition: 0.5s;
}

.charity_btn:hover {
    background-color: #4A8AC4;
    border: solid 1px #4A8AC4;
    transition: 0.5s;
}



/*block8*/

.feedback {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.feedback_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    flex-flow: column;
}

.feedback_wrapp_forline {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    flex-flow: column;
}

.feedback_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.feedback_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.feedback_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.feedback_content_wrapp_forline {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.feedback_content {
    width: 100%;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-flow: column;
    display: flex;
}

.form_wrapper {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.consult_form {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-flow: column;
}

.callback_input_wrapp {
    width: 100%;
    max-width: 300px;
    height: auto;
    align-items:flex-start;
    justify-content: center;
    flex-flow: column;
    display: flex;
    margin-bottom: 24px;
}

.callback_input_wrapp_forline {
    width: 100%;
    max-width: 300px;
    height: auto;
    align-items:flex-start;
    justify-content: center;
    flex-flow: column;
    display: flex;
    margin-bottom: 0px;
}

.border_input {
    width: 100%;
    max-width: 300px;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    color: #666666;
    cursor: pointer;
    border: solid 1px #D9D9D9;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    transition: 0.5s;
    box-sizing:border-box;
}

.button-input {
    width: 100%;
    max-width: 300px;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: transparent;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 2px;
    padding: 10px;
    transition: 0.5s;
}

.button-input:hover {
    background-color: #4A8AC4;
    border: solid 1px #4A8AC4;
    transition: 0.5s;
}



/* block 10 */

.footer {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.footer_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
}

.footer_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.footer_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    margin-top: 54px;
    margin-bottom: 88px;
}

.footer_content {
    width: 100%;
    max-width: 300px;
    align-items: flex-start;
    justify-content: center;
    height: auto;
    flex-flow: column;
    display: flex;
}

.footer_content_header_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_content_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}

.footer_txt_wrapp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    padding: 0px;
    flex-flow: column;
    justify-content: space-between;
}

.footer_map_wrapp {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
    padding: 0px;
    justify-content: space-between;
    overflow: hidden;
    max-height: 300px;
}

.footer_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    margin: 0;
    text-align: justify; 
}

.footer_icon_txt_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
    text-decoration: none;
}

.footer_icon_wrap {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.footer_icon {
    width: 30px;
    height: 30px;
}

.phone_foot:hover .phone_el {
    fill: #4A8AC4;
    transition: 0.5s;
}

.phone_el {
    transition: 0.5s;
}

.phone2_foot:hover .phone2_el {
    fill: #4A8AC4;
    transition: 0.5s;
}

.phone2_el {
    transition: 0.5s;
}

.wapp_foot:hover .wapp_el {
    fill: #4A8AC4;
    transition: 0.5s;
}

.wapp_el {
    transition: 0.5s;
}

.mail_foot:hover .mail_el {
    fill: #4A8AC4;
    transition: 0.5s;
}

.mail_el {
    transition: 0.5s;
}

.clock_foot:hover .clock_el {
    fill: #4A8AC4;
    transition: 0.5s;
}

.clock_el {
    transition: 0.5s;
}

.adress_foot:hover .adress_el {
    fill: #4A8AC4;
    transition: 0.5s;
}

.adress_el {
    transition: 0.5s;
}

.qr_img {
    width: 100%;
    height: auto;
}

.underfooter {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.underfooter_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.underfooter_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    border: 2px;
}

.underfooter_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: 1px;
    margin: 24px 0px;
}

.insert {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.insert_wrapp {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 88px;
}

.insert_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}

.insert_antares {
    width: 100%;
    height: auto;
}



/* other */

#scroll_top {
    right: 24px;
    bottom: 96px;
    position: fixed;
    z-index: 1;
    display: none;
    background: #fefefe83;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0px;
    width: 50px;
    height: 50px;
}

.scroll_top_icon {
    fill: #fff;
}



/*modal window */

.mymodal  {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 3;
    background-color: rgb(55 55 55 / 50%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 3rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.dialog_vol {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 118%;
    max-width: 600px;
    background: #222222;
    background-image: url(../img/map.svg);
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 2px;
    padding: 16px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.9);
}

.icon-wrapper {
    width: 32px;
    height: 32px;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    padding: 0px;
    background-color: transparent;
    margin: 0;
    border-radius: 20px;

}

.icon {
    background: url("../img/images/cross_icon.svg");
    width: 30.5px;
    height: 28.5px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-tap-highlight-color: #222222c2;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; 
    cursor: pointer;
}

.icon:hover {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-tap-highlight-color: #222222c2;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; 
}

.modal-section-text {
    padding: 16px 0px 8px 0px;
    margin: 0px;
    color: #D9D9D9;
    font-family: "Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    text-align: center; 
}

.modal-section-text2 {
    padding: 8px 0px 8px 0px;
    display: flex;
    color: #D9D9D9;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
    letter-spacing: 1px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; 
}

.form-wrapper-vol {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
}

.vol-form {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; 
}

.vol-input {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    color: #666666;
    cursor: pointer;
    border: solid 1px #D9D9D9;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px;
    transition: 0.5s;
    box-sizing: border-box;
    text-align: center;
    margin-top: 18px;
}

#vol_company_name,
#vol_phone,
#vol_login,
#vol_email,
#vol_full_name,
#vol_password{
    width: 100%;
    font-family: "Light";
    text-align: left;
    color: #D9D9D9;
    font-weight: 400;
    font-size: 10px;
    margin-top: 8px; 
    letter-spacing: 1px;
}

#reg-msg,
#forgot-msg,
#auth-msg {
    width: 100%;
    font-family: "Light";
    color: #FF002B;
    font-weight: 400;
    font-size: 12px;
    margin: 16px 0px; 
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.vol-button  {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: transparent;
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
    border-radius: 2px;
    padding: 10px;
    transition: 0.5s;
    margin: 30px 0px;
}

.vol-button:hover  {
    background: #4A8AC4;
    border: 1px solid #4A8AC4;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; 
}

.border_input._error {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 8px #FF002B;
    box-shadow: 0 0 8px #FF002B; 
}

.vol-input._error {
    border: 0px solid transparent;
    -webkit-box-shadow: 0 0 8px #FF002B;
    box-shadow: 0 0 8px #FF002B; 
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}

input,
textarea {
    outline: none; 
}

input:active,
textarea:active {
    outline: none; 
}

input:focus {
    outline: none; 
}

textarea {
    resize: none; 
}

textarea {
    resize: vertical; 
}

textarea {
    resize: horizontal; 
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
    box-shadow: 0 0 0 30px #FFFFFF inset !important; 
}

input:-webkit-autofill {
    -webkit-text-fill-color: #222222 !important; 
}

textarea:focus,
input:focus,
input[type]:focus,
uneditable-input:focus {
    border-color: #000;
    outline: 0 none; 
}

button:focus {
    outline: 0 none; 
}

.top_contacts_icon_wrap1 {
    display: none;
}

.dg-widget-link a {
    font-family: "Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}




  .toast {
    position: fixed;
    z-index: 1000;
    top: 24px;
    right: 24px;
    max-width: 420px;
    padding: 14px 44px 14px 14px;
    background: #222222;
    color: #D9D9D9;
    border: 1px solid #4A8AC4;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0,0,0,.45);
    line-height: 1.35;
    font: 14px/1.35 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease;
  }
  .toast--show {
    opacity: 1;
    transform: translateY(0);
  }
  .toast__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 2px;
    background: transparent;
    color: #B7B7B7;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }
  .toast__close:hover { color: #fff; }
  .toast__title {
    margin: 0 0 6px;
    font-weight: 600;
    color: #FFFFFF;
  }









/*responsive*/

@media(min-width: 992px) {
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        animation: growDown 200ms linear forwards;
        transform-origin: top center;
    }
    
    @keyframes growDown {
        0% {
            transform: scaleY(0);
            -webkit-transform: scaleY(0);
        }
        70% {
            transform: scaleY(1.05);
            -webkit-transform: scaleY(1.05);
        }
        100% {
            transform: scaleY(1);
            -webkit-transform: scaleY(1);
        }
    }

}

@media(max-width: 1200px){

    .projects_content_inner {
        max-width: 900px;
    }

}


@media(max-width: 932px){

    .projects_content_inner {
       max-width: 800px;
    }

    .contacts {
        width: 40px;
    }
   
}

@media(max-width: 832px){

    .projects_content_inner {
       max-width: 600px;
    }
   
}

@media(max-width: 632px){

    .projects_content_inner {
       max-width: 400px;
    }
   
}

@media(max-width: 991px) {

.bot_header_wrap {
    visibility: visible;
}

    /* lang mobile */

.widjet_wrapper_mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.language_wrapper_mobile {
    margin: 4px 0px;
    padding: 0px 8px;
    display: flex;
    align-items: center;
}

.lang_mobile {
    z-index: 1098;
    text-align: center;
    background: rgb(24 23 23);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    perspective: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang_mobile_mobile {
    display: none;
}

.lang__link_mobile {
    cursor: pointer;
    transition: .3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 2px;
    padding: 0px 2px;
}

.lang__img_mobile {
    width: auto;
    height: 30px;
    flex-shrink: 0;
    font-size: 1px;
    display: block;
    transition: .3s all;
    color: transparent;
    font-family: 'Heavy';
    text-transform: uppercase;
}

.lang__link_sub_mobile:hover {
    filter: drop-shadow(0 0 2px #4a8ac4) brightness(130%);
}


.lang__name_mobile {
    color: #737b84;
    font-size: 12px;
    line-height: 12px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.lang__link_sub_mobile {
    width: 100%;
    height: auto;
    position: relative;
    margin: 2px 0px;

}

.lang__list_mobile {
    background: rgb(24 23 23);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
    transform: rotateX(-90deg);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    line-height: 12px;
    padding: 4px;
    transform-origin: center top;
    box-sizing: border-box;
}

.lang__list1_mobile {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
}

.lang__link_select_mobile {
    align-items: center;
    text-align: center;
    font-size: 0;
}

.translate_comment_mobile{
    padding: 4px 0px;
    color: #FFFFFF;
    font-family: "Light";
    font-size: 8px;
    word-break: break-word;
    hyphens: auto;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}






    .menu_contacts {
        display: inline-block !important;
    }

    .about_us_inner_wrapp {
        flex-flow: column-reverse;
    }

    .about_us_txt {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .sub_menu_txt {
        font-size: 12px;
    }


    .top_header_wrap {
        display: none;
    }

    .company_desc_wrapper {
        height: 264px;
    }

    .slideshow,
    .slideshow:after {
	height: 560px;
    }

    .about_us_content {
        justify-content: center;
        flex-flow: column;
    }

    .about_us_first {
        margin-right: 0px;
    }

    .about_us_second {
        margin-left: 0px;
    }

    .specialization_content_wrapp {
        justify-content: center;
        flex-flow: column;
    }

    .scpecialization_content {
        margin: 0px;
        max-width: 100%;
        flex-flow: nowrap;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    .spec_first {
        margin-left: 0px;
        margin-top: 0px;
    }
    
    .spec_last {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .spec_pic_wrapp {
        width: 40%;
    }

    .spec_txt_wrap {
        margin-top: 0px;
        margin-left: 16px;
    }

    .experience_content_wrapp {

        align-items: flex-start;
        justify-content: center;
        flex-flow: column;
    }

    .experience_content {
        margin: 0px;
        max-width: 100%;
        flex-flow: nowrap;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    .exp_first {
        margin-left: 0px;
        margin-top: 0px;
    }
    
    .exp_last {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .exp_pic_wrapp {
        width: 40%;
    }

    .exp_txt_wrap {
        margin-top: 0px;
        margin-left: 16px;
    }

    .charity_content_wrapp {
        justify-content: center;
        flex-flow: column;
    }

    .charity_content {
        max-width: 100%;
    }

    .charity_txt_wrapp {
        margin-bottom: 24px;
        margin-top: 12px;
        height: auto;
    }

    .charity_icon_txt_wrapp {
        margin-bottom: 12px;
    }

    .charity_txt {
        line-height: 24px;
    }

    .charity_btn_wrapp {
        max-width: 100%;
    }


    .callback_input_wrapp {
        max-width: 100%;
    }

    .callback_input_wrapp_forline {
        max-width: 100%;
    }

    .border_input {
        max-width: 100%;
        margin-bottom: 6px;
    }

    .button-input {
        max-width: 100%;
        margin-top: 12px;
    }

    .footer_content_wrapp {
        flex-flow: column;
        align-items: center;
    }

    .footer_content {
        width: 100%;
        max-width: 300px;
        margin-bottom: 24px;
    }

    .footer_qr_mob {
        display: none;
    }

    .menu > ul > li .sub-menu {
        background: #222222;
    }

    .header .menu > ul > li .sub-menu > ul > li > a > .sub_menu_txt {
        text-transform: uppercase;
        padding: 8px 0px;
        max-width: 260px;
    }

    .sub_menu_ul {
       width: 100%;
    }
    
    .bot_inner_nav {
        display: block;
    }

    .triang_pic_go_back {
        rotate: 90deg;
        width: 14px;
        height: auto;
        fill: #222222;
        transition: 0.25s;
        margin: 0px;
    }

    .triang_pic {
        margin-left: 0px;
    }

	.header .item-center {
		order:3;
		flex:0 0 100%;
	}

	.header .item-left,
	.header .item-right {
		flex:0 0 auto;
	}

    .header .item-right{
		display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        margin: 3px 8px;
	}

    

	.header .mobile-menu-trigger{
		display: flex;
        height: 30px;
        width: 30px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        padding: 8px;
	}

	.header .mobile-menu-trigger span{
		display: block;
        height: 2px;
        background-color: #d9d9d9;
        width: 30px;
        position: relative;
	}

	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
        background-color: #d9d9d9;
	}

	.header .mobile-menu-trigger span:before{
		top:-12px;
	}

	.header .mobile-menu-trigger span:after{
		top: 12px;
	}

	.header .item-right{
		align-items: center;
	}

	.header .menu {
		position: fixed;
		width: 320px;
		background-color:#3D3E3F;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}

	.header .menu.active{
	   transform: translate(0%);	
	}

	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
        width: 100%;
	}

	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}

	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		/* position: sticky; */
		background-color: #d9d9d9;
		top:0;
	}

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        display: none;
    }

	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}

	.header .menu .mobile-menu-head .current-menu-title{
        font-family: "Regular";
        font-size: 18px;
        font-style: normal;
        line-height: 18px;
        letter-spacing: 0.2px;
        text-transform: uppercase;
        color: #222222;
	}

	.header .menu .mobile-menu-head .mobile-menu-close{
        height: 50px;
        width: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
	}

	.header .menu .menu-main{
		height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;  
	}

    .menu_list {
        padding: 0px;
    }

    .li_last, .li_firs {
        padding: 0px;
    }

	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
        min-height: 100%;
	}

    .header .menu > ul > li .sub-menu.active{
        display: block;
    }

    @keyframes slideLeft{
        0%{
            opacity:0;
            transform: translateX(100%);
        }
        100%{
            opacity:1;
            transform: translateX(0%);	
        }
    }

    @keyframes slideRight{
        0%{
            opacity:1;
            transform: translateX(0%);
        }
        100%{
            opacity:0;
            transform: translateX(100%);	
        }
    }

	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}

	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}

	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}

	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}

    .sub-menu::before {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
    }

    .top_contacts_icon_wrap1 {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 10px;
        box-sizing: border-box;
    }

    .contacts {
        margin-left: 0px;
        padding: 10px;
    }

    .top_contacts_icon_wrap {
        display: none;
    }

    .top_logo_wrap1 {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 12px 16px;
    }

    .company_desc_wrapper {
        padding-top: 50px;
    }

}

