@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: #D9D9D9;
    margin: 0;	
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-tap-highlight-color: #222222c2;
}

.is-open-modal {
    overflow-y: hidden; 
}

.__sending {
	background:rgba(98, 98, 98, 0.8);
	display: block !important;
}

/* LOGO ANIMATION */

.anim_logo1 {
    opacity: 0;
    overflow: visible;
    width: 93px;
    height: auto;
}

.anim_logo11 {
    opacity: 1;
}

.anim_logo2 {
    opacity: 0;
    margin-top: 12px;
    overflow: visible;
    width: 158px;
    height: auto;
}

.anim_logo22 {
    opacity: 1;
}

.uni1 {
    backface-visibility: hidden;
}

.uni2 {
    backface-visibility: hidden;
}

.uni3 {
    backface-visibility: hidden;
}

.uni4 {
    backface-visibility: hidden;
}

.uni11 {
    -webkit-animation: move2 1s ease-in-out 0s;
    -moz-animation: move2 1s ease-in-out 0s;
    -o-animation: move2 1s ease-in-out 0s;
    -ms-animation: move2 1s ease-in-out 0s;
    animation: move2 1s ease-in-out 0s;
    backface-visibility: visible;
}

.uni22 {
    -webkit-animation: move1 1s ease-in-out 0s;
    -moz-animation: move1 1s ease-in-out 0s;
    -o-animation: move1 1s ease-in-out 0s;
    -ms-animation: move1 1s ease-in-out 0s;
    animation: move1 1s ease-in-out 0s;
    backface-visibility: visible;
}

.uni33 {
    -webkit-animation: move3 1s ease-in-out 0s;
    -moz-animation: move3 1s ease-in-out 0s;
    -o-animation: move3 1s ease-in-out 0s;
    -ms-animation: move3 1s ease-in-out 0s;
    animation: move3 1s ease-in-out 0s;
    backface-visibility: visible;

}

.uni44 {
    -webkit-animation: move4 1s ease-in-out 0s;
    -moz-animation: move4 1s ease-in-out 0s;
    -o-animation: move4 1s ease-in-out 0s;
    -ms-animation: move4 1s ease-in-out 0s;
    animation: move4 1s ease-in-out 0s;
    backface-visibility: visible;
}

.welcome_letters_wrapp1 {
    -webkit-animation: move5 1s ease-in-out 0s;
    -moz-animation: move5 1s ease-in-out 0s;
    -o-animation: move5 1s ease-in-out 0s;
    -ms-animation: move5 1s ease-in-out 0s;
    animation: move5 1s ease-in-out 0s;
    backface-visibility: visible;
    opacity: 1;
    animation-fill-mode:forwards;
    animation-delay: 1s;


}

.uni5 {
    backface-visibility: hidden;
    opacity: 0;
}

.uni55 {
    -webkit-animation: move6 infinite 6s ease-in-out 0s;
    -moz-animation: move6 infinite 6s ease-in-out 0s;
    -o-animation: move6 infinite 6s ease-in-out 0s;
    -ms-animation: move6 infinite 6s ease-in-out 0s;
    animation: move6 infinite 6s ease-in-out 0s;
    backface-visibility: visible;
    opacity: 1;
    animation-delay: 1.9s;
}


/* PRELOADER */


.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;
}

/* LANGUAGE */

.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(112 112 112);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    perspective: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.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;
}

.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 4px #5E5BE6) 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(112 112 112);
    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;
    border-radius: 0px 0px 2px 2px;
}

.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: 2px 0px;
}

.bot_logo_wrap {
    display: none;
}

.letters_logo_wrap {
    width: 108px;
    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;
}

stop {
    transition: 0.5s ease;
}

.mail {
    /* display: inline-block; */
}

.mail:hover stop:first-child {
    stop-color: #5E5BE6;
}

.mail:hover stop:last-child {
    stop-color: #4E4CBF;
}

.wapp {
    /* display: inline-block; */
}

.wapp:hover stop:first-child {
    stop-color: #5E5BE6;
}

.wapp:hover stop:last-child {
    stop-color: #4E4CBF;
}

.call {
    /* display: inline-block; */
}

.call:hover stop:first-child {
    stop-color: #5E5BE6;
}

.call:hover stop:last-child {
    stop-color: #4E4CBF;
}

.contacts_icon {
    width: 100%;
    height: auto;
}

.contacts_sub {
    fill: #D9D9D9;
}

.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;
}

.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;
}

.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: auto;
    height: 100%;
    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 16px;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #2b2d2f;
    max-height: 274px;
    display: flex;
    justify-content: center;
}

.menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#7E7CEB;
	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: #7E7CEB;
    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:#7E7CEB;
    transition: 0.25s;
}


.sub_menu_has_pic > ul > li:hover .meca {
    fill:#7E7CEB;
    transition: 0.25s;
}

.menu > ul > li .sub-menu > ul > li:hover .meca_icon {
    transition: 0.25s;
    rotate: 180deg;
}

.sub_menu_has_pic > ul > li:hover .meca_icon {
    transition: 0.25s;
    rotate: 180deg;
}

.sub_picture {
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    flex-flow: column;
    padding: 0px;
}

.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: #7E7CEB;
}

.bot_header_wrap::before, .sub-menu::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    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 {
    width: 100%;
    display: block;
    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;
}

.sub_menu_txt_comment {
    width: 100%;
    display: block;
    color: #D9D9D9;
    font-family: "Medium";
    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;
    padding: 0px;
}

.sub_menu_txt_comment1 {
    width: 100%;
    display: flex;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.25s;
    margin: 0px;
    margin-top: 4px;
    align-items: center;
    padding: 0px;
    text-align: start;
    white-space: wrap;  
    text-transform: none;
}

.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: #7E7CEB;
    transition: 0.25s;
}

.sub_menu_has_pic > ul > li > a:hover .sub_menu_txt {
    color: #7E7CEB;
    transition: 0.25s;
} 

.sub_menu_has_pic > ul > li > a:hover .sub_menu_txt_comment {
    color: #7E7CEB;
    transition: 0.25s;
} 

.sub_menu_has_pic > ul > li > a:hover .sub_menu_txt_comment1 {
    color: #7E7CEB;
    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;
}

.menu_txt_pic_wrap {
    width: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 2px;
    padding: 0px;
    flex-flow: column;
}

.menu_img_wrap {
    width: auto;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
    padding: 0px;
}

.menu_img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_menu_has_pic {
    width: 1170px;
    height: auto;
    align-items: flex-start;
    justify-content: space-between;
    display: flex;
    text-decoration: none;
    list-style-type: none;
}

.sub_menu_has_pic li a {
    display: flex;
}

.sub_menu_has_pic > ul > li > a {
    display: flex;
    padding: 12px 0;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 0.25s;
    align-items: center;
}

.sub_menu_has_pic > ul > li {
    line-height: 1;
    list-style-type: none;
    margin-right: 30px;
    padding-right: 0px;
}

.sub_picture_inner {
    margin-right: 0px !important;
}

/*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/welcome_back_1.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/welcome_back_1.jpg");
}

.slideshow li:nth-child(2) span {
    background-image: url("../img/images/welcome_back_2.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/welcome_back_3.jpg");
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}

/* BLOCK1 */

.welcome_block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #00000063;
}

.welcome_wrapper {
    width: 1170px;
    height: 372px;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-top: 88px;
}

.welcome_letters_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 34px;
    opacity: 0;
    backface-visibility: hidden;
}

.welcome_letters {
    color: #ffffff;
    text-align: center;
    font-family: "Heavy";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    margin: 4px 0px;
}

.logotype_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

/* ABOUT US */

/* .canvas {
    height: 100%;
    width: 100%;
} */

.about_block{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #D9D9D9;
}

.about_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
}

.about_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin-bottom: 44px;
}

.about_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-family: "Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.about_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
}

.about_pic_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
}

.about_pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
}

.about_txt {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #222222;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    letter-spacing: 0.7px;
}

.about_first {
    margin-right: 16px;
}

.about_second {
    margin-left: 16px;
}

.about_more_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about_more_btn {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    text-decoration: none;
    color: #FFFFFF;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;    
    background: linear-gradient(45deg, #5E5BE6 0%, #4E4CBF 50%);
}

.about_btn_arrow {
    width: 24px;
    height: auto;
    margin-right: 16px;
    display: none;
}

.about_more_txt {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    
}

.about_more_first {
    margin-right: 16px;
    visibility: hidden;
}

.about_more_second {
    margin-left: 16px;
}

.about_shine {
    width: 250%;
    height: 100%;
    position: absolute;
    background: linear-gradient(130deg, rgba(241, 241, 241, 0) 92%, rgba(253, 253, 253, 0.736) 94%, rgba(253, 253, 253, 0.955) 95%,rgba(253, 253, 253, 0.741) 97%, rgba(224, 183, 255, 0.459) 99%);
    transition: 0.3s ease-out;
}

.about_more_btn:hover .about_shine {
    transform: translateX(-100%);
} 

/* SPECIALIZATION */

.spec_block{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.spec_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
}

.spec_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin-bottom: 54px;
}

.spec_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.spec_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.spec_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
}

.spec_pic_wrapp {
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
}


.spec_pic {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.3s ease-out;
    background-position: center;
}

.spec_inner_wrapp:hover .spec_pic {
    transform: scale(106%);
    transition: 0.3s ease-out;
}

.spec_other_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}

.one_more_spec {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
    flex-flow: column;

}


.spec_txt {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    color: #D9D9D9;
    text-align: start;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 8px;
    letter-spacing: 1px;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.spec_txt_a {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    color: #D9D9D9;
    text-align: justify;
    font-family: "Medium";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    word-break: break-word;
    hyphens: auto;
    overflow-wrap: break-word;
}

.spec_first {
    margin-right: 8px;
}

.spec_second {
    margin-left: 8px;
}

.spec_centre {
    margin-right: 8px;
    margin-left: 8px;
}


/* EXPERIENCE */

.exp_block{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.exp_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
}

.exp_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin-bottom: 54px;
}

.exp_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.exp_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.exp_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
}



.exp_txt_a {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #FFFFFF;
    text-align: justify;
    font-family: "Heavy";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin: 34px 0px;
    letter-spacing: 1px;
}

.exp_first {
    margin-right: 8px;
}

.exp_second {
    margin-left: 8px;
}

.exp_centre {
    margin-right: 8px;
    margin-left: 8px;
}

.exp_txt_a_wrap {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(45deg, #5E5BE6 0%, #4E4CBF 50%); */
    border-radius: 8px;
    display: flex;
    border: 2px solid #5e5be6;
    box-shadow: 0, 0, 4 #fff;
    /* filter: drop-shadow(0 0 4px #5E5BE6) brightness(130%); */
}

.exp_txt {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    color: #D9D9D9;
    text-align: start;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
    letter-spacing: 1px;
}


/* SOLUTION */

.sol_block{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.sol_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
}

.sol_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin-bottom: 54px;
}

.sol_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
}

.sol_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.sol_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
    background-color: #353535;
    border-radius: 0px 0px 2px 2px;
}

.sol_pic_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
}

.sol_pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.3s ease-out;
}

.sol_inner_wrapp:hover .sol_pic {
    transform: scale(106%);
    transition: 0.3s ease-out;
}

.sol_item_wrap {
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    padding: 0px 12px 12px 12px;
    flex-flow: column;
    box-sizing: border-box;
}

.sol_txt {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    color: #D9D9D9;
    text-align: start;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
    letter-spacing: 1px;
}

.sol_txt_a {
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    color: #D9D9D9;
    text-align: justify;
    font-family: "Heavy";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    letter-spacing: 1px;
}

.sol_first {
    margin-right: 8px;
}

.sol_second {
    margin-left: 8px;
}

.sol_centre {
    margin-right: 8px;
    margin-left: 8px;
}



/* SOLUTION */

.iso_block{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    background: #222222;
}

.iso_wrapper {
    width: 1170px;
    height: auto;
    display: flex;
    margin: 0px 16px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    padding-top: 54px;
}

.iso_inner {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    margin-bottom: 54px;
}

.iso_header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 34px;
    max-width: 600px;
}

.iso_content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.iso_inner_wrapp {
    width: 100%;
    height: auto;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 54px;
    border-radius: 0px 0px 2px 2px;
    max-width: 320px;
}

.iso_pic_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 2px;
    overflow: hidden;
    max-width: 234px;
}

.iso_pic {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.3s ease-out;
}

.iso_inner_wrapp:hover .sol_pic {
    transform: scale(106%);
    transition: 0.3s ease-out;
}

.iso_item_wrap {
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    padding: 0px 12px 12px 12px;
    flex-flow: column;
    box-sizing: border-box;
}

.iso_txt {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 4px;
    letter-spacing: 1px;
    text-align: center;
}

.iso_txt_a {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #D9D9D9;
    text-align: center;
    font-family: "Medium";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 16px;
    letter-spacing: 1px;
}

.iso_first {
    margin-right: 8px;
}

.iso_second {
    margin-left: 8px;
}

.iso_centre {
    margin-right: 8px;
    margin-left: 8px;
}

/* PROJECTS */


/*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: 54px;
    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: "Regular";
    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;
    max-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;
    box-sizing: border-box;
    width: 100%;
}

.project_txt {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "Regular";
    font-size: 16px;
    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: flex-start;
    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: rgba(159,66,233,1);
    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;
} */
  

/*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;
}

.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: "Regular";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.feedback_header1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D9D9D9;
    font-family: "Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: 1px;
}

.feedback_header2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#7E7CEB;
    font-family: "Light";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: 1px;
    margin:8px 0px;
    text-align: center;
}

.feedback_header3 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#7E7CEB;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 75% */
    letter-spacing: 1px;
    margin:8px 0px;
    text-align: center;
}

.feedback_content_wrapp {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    margin-top: 54px;
}

.feedback_content {
    width: 100%;
    align-items: center;
    justify-content: center;
    height: auto;
    display: flex;
}

.form_wrapper {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.consult_form {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.callback_input_wrapp {
    width: 100%;
    height: auto;
    align-items:flex-start;
    justify-content: flex-start;
    flex-flow: column;
    display: flex;
    margin-bottom: 24px;
}

.border_input {
    width: 100%;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    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 {
    background: linear-gradient(45deg, #5E5BE6 0%, #4E4CBF 50%);
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #FFFFFF;
    text-align: justify;
    font-family: "Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    border-radius: 2px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: none;
    transition: 0.3s ease-out;
}

.callback_first {
    margin: 0px 8px 0px 0px;
}

.callback_centre {
    margin: 0px 8px 0px 8px;
}

.callback_last {
    margin: 0px 0px 0px 8px;
}





.callback_shine {
    width: 250%;
    height: 100%;
    position: absolute;
    background: linear-gradient(130deg, rgba(241, 241, 241, 0) 92%, rgba(253, 253, 253, 0.736) 94%, rgba(253, 253, 253, 0.955) 95%,rgba(253, 253, 253, 0.741) 97%, rgba(224, 183, 255, 0.459) 99%);
    transition: 0.3s ease-out;
}

.button-input:hover .callback_shine {
    transform: translateX(-100%);
} 

/* .button-input:hover {
    background: linear-gradient(45deg, rgb(180, 99, 247) 0%, rgb(154, 52, 233) 50%);
    transition: 0.3s ease-out;
}  */


.border_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; 
}

#callback__name,
#callback__phone {
    width: 100%;
    font-family: "Light";
    text-align: left;
    color: #D9D9D9;
    font-weight: 400;
    font-size: 10px;
    margin-top: 8px; 
    letter-spacing: 1px;
}

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; 
}



/* 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: 16px;
    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: 16px;
    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:#5E5BE6;
    transition: 0.5s;
}

.phone_el {
    transition: 0.5s;
}

.phone2_foot:hover .phone2_el {
    fill: #5E5BE6;
    transition: 0.5s;
}

.phone2_el {
    transition: 0.5s;
}

.wapp_foot:hover .wapp_el {
    fill: #5E5BE6;
    transition: 0.5s;
}

.wapp_el {
    transition: 0.5s;
}

.mail_foot:hover .mail_el {
    fill: #5E5BE6;
    transition: 0.5s;
}

.mail_el {
    transition: 0.5s;
}

.clock_foot:hover .clock_el {
    fill: #5E5BE6;
    transition: 0.5s;
}

.clock_el {
    transition: 0.5s;
}

.adress_foot:hover .adress_el {
    fill: #5E5BE6;
    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: 16px;
    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_unimax {
    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;
}





/*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: 1050px) {

    .about_btn_arrow{
        display: flex;
    }
    
    .welcome_wrapper {
        height: 480px;
    }

    .welcome_wrapper {
        padding-top: 50px;
    }

    .slideshow, .slideshow:after {
        width: 100%;
        height: 580px;
    }


    .about_content {
        flex-flow: column;
    }

    .about_first {
        margin-right: 0px;
    }

    .about_second {
        margin-left: 0px;
    } 

    .about_more_first {
        display: none;
    }

    .about_more_second {
        margin-left: 0px;
    }

    .spec_content {
        flex-flow: column;
    }

    .spec_first {
        margin-right: 0px;
    }

    .spec_centre {
        margin-right: 0px;
        margin-left: 0px;
    }

    .spec_second {
        margin-left: 0px;
    }


    .exp_content {
        flex-flow: column;
    }

    .exp_inner_wrapp {
        flex-flow: nowrap;
    }

    .exp_content {
        flex-flow: column;
    }

    .exp_first {
        margin-right: 0px;
    }

    .exp_centre {
        margin-right: 0px;
        margin-left: 0px;
    }

    .exp_second {
        margin-left: 0px;
    }

    .exp_txt_a_wrap {
        width: 36%;
    }

    .exp_txt {
        width: 64%;
        margin-left: 16px;
        text-align: start;
    }

    .sol_content {
        flex-flow: column;
    }

    .sol_first {
        margin-right: 0px;
    }

    .sol_centre {
        margin-right: 0px;
        margin-left: 0px;
    }

    .sol_second {
        margin-left: 0px;
    }


    .consult_form {
        flex-flow: column;
    }

    .callback_first {
        margin-right: 0px;
    }

    .callback_centre {
        margin-right: 0px;
        margin-left: 0px;
    }

    .callback_last {
        margin-left: 0px;
    }

    .callback_input_wrapp {
        margin-bottom: 24px;
    }

    .footer_content_wrapp {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .footer_content {
        margin-bottom: 34px;
    }



    .spec_inner_wrapp {
        align-items: stretch;
    }
    
    .spec_other_wrapper {
        margin-top: 0px;
        justify-content: space-around;
        flex-flow: nowrap;
        align-items: center;
    }
    
    .spec_pic_wrapp {
        width: 50%;
    }

    .one_more_spec {
        margin-top: 0px;
        margin-left: 16px;
        width: 50%;
    }

    .about_more_txt {
        padding-right: 16px;
        justify-content: flex-end;
    }
    

}


@media(max-width: 991px) {

/* LANGUAGE 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: 1000;
        text-align: center;
        background: rgb(112 112 112);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        perspective: 700px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2px;
    }

    .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;
    }

    .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 linear-gradient(45deg, #5E5BE6 0%, #4E4CBF 100%)) 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(112 112 112);
        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;
        border-radius: 0px 0px 2px 2px;
    }

    .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 */

    .sub_picture_inner {
        width: 100%;
        box-sizing: border-box;
    }

    .sub_picture {
        margin-top: 16px;
        width: 100%;
    }

    .menu_txt_pic_wrap {
        width: 100%;
    }

    .sub_menu_has_pic {
        flex-flow: column;
        width: 100%;
        justify-content: flex-start;
    }

    .menu_contacts {
        display: inline-block !important;
    }

    .sub_menu_txt {
        font-size: 12px;
    }

    .top_header_wrap {
        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_first {
        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: 1050;
		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;
        width: 38px;
    }

    .top_contacts_icon_wrap {
        display: none;
    } 

    .bot_logo_wrap {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 2px 16px;
    }

    .menu_img_wrap {
        width: 100%;
    }

    .exp_txt_a {
        font-size: 34px;
    }

    .footer_qr_mob {
        display: none;
    }

    .exp_inner_wrapp {
        margin-top: 34px;
    }

    .anim_logo2 {
        width: 158px;
        margin-top: 16px;
    }

    .anim_logo1 {
        width: 93px;
    }

    .welcome_letters {
        font-size: 18px;
        line-height: 24px;
        margin: 2px 0px;
    }

    .iso_content {
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    
    .iso_inner_wrapp {
        max-width: 100%
    }
    
    .iso_inner_wrapp {
        flex-flow: nowrap;
    }
    
    .iso_first {
        margin-right: 0px;
    }
    
    .iso_second {
        margin-left: 0px;
    }
    
    .iso_centre {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .iso_item_wrap {
        padding: 0px;
    }
    
    .iso_txt_a {
        justify-content: flex-start;
        text-align: start;
    }
    
    .iso_txt {
        text-align: start;
        justify-content: start;
    }

    .sub_menu_has_pic > ul > li {
        width: 100%;
    }


}

