.global-nav__logo--top{
	margin-bottom: 24px;
	align-self: flex-start;
	margin-left: -5px;
}

.global-nav__logo--top img{
	width: 64px;
	height: 64px;
}

.theme-light .global-nav__logo--top img,
.theme-light .global-nav__logo img{
	filter: brightness(0) saturate(100%);
}

@font-face {
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin';
    src: url('../fonts/HelveticaPaneuropeanThin.eot');
    src: url('../fonts/HelveticaPaneuropeanThin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaPaneuropeanThin.woff') format('woff');
}

*{ margin: 0; padding: 0; border: 0; }

*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

html { 
    width: 100%;
    font-size: 100%; 
    font-weight: normal;
    background: #323232;
}

body{
    padding: 0; 
    margin: 0;
    width: 100%;
    margin-bottom: -20px;
    background: #fff;
    -webkit-transition: margin 0.3s;
    -moz-transition: margin 0.3s;
    transition: margin 0.3s;
    overflow-x: hidden;
    z-index: 1;
    	font-family:  "Segoe Ui", "Helvetica", "Arial";
}

/* Theme toggle base */
body.theme-light{
    background: #ffffff;
    color: #222222;
}
.theme-light html{
    background: #ffffff;
}

/* Light theme global defaults */
.theme-light a{
	color: #1e1e1e;
}
.theme-light a:hover{
	color: #FCC756;
}

.content{
    width: 1070px;
    margin: 0 auto;
}

#order_link{
    position: fixed;
    box-sizing: border-box;
    background: #23CF5F;
    border-radius: 20px;
    width: 155px;
    height: 35px;
    bottom: 40px;
    right: 30px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s;
    z-index: 3000000;
    animation: radial-pulse 2s infinite;
}

    @keyframes radial-pulse {
      0% {
        box-shadow: 0 0 0 0px rgba(35, 207, 95, 0.2);
      }
     
      100% {
        box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
      }
    }

#order_link:hover{
    background: #FFD154;
    color: #323232;
}

@media (max-width: 640px) {
	#order_link {
		display: none;
	}
}

.slider_video {
    position: relative;
    width: 100%;
    height: 684px;
    overflow: hidden;
}

.main_video {
    width: 100%;
    height: auto;
}

.video_overlay {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
}

.video_overlay {
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3); 
    background-image: url("../images/grid.png");
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clear { clear: both; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}


h1{
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica Neue", "Helvetica", "Arial";
    font-weight: 100;
}

h2{
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica Neue", "Helvetica", "Arial";
    font-size: 30px;
    font-weight: 100;
}

h3, h4{
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica Neue", "Helvetica", "Arial";
    letter-spacing: 1px;
}

p{
    font-family:  "Segoe Ui", "Helvetica", "Arial";
}

a{
    color: #4DABB2;
}

a:hover{
    text-decoration: none;
}

Q{
    quotes: "\0ab" "\00bb";
    margin-left: -25px;
}

.index_bg{
    position: relative;
    width: 100%;
    min-width: 1260px;
    height: 684px;
    background:  url("../images/index_bg1.jpg") no-repeat;
    overflow: hidden;
}

    .index_bg h1{
        position: absolute;
        top: 540px;
        left: 50%;
        margin-left: -540px;
        font-size: 94px;
        font-weight: 100;
        color: #fff;
    }
        
        .index_bg h1 span{
            font-family: "Segoe Ui", "HelveticaNeueCyr", "Helvetica", "Arial";
            position: absolute;
            top: -15px;
            right: -125px;
            font-size: 15px;
            font-weight: 700;
            color: #2C2A47;
            padding: 5px 10px;
            background: #fff;
        }

.main_container {
    position: relative;
    width: 1260px;
    height: auto;
    margin: 0 auto;
}
    
.logo{
    margin: 20px 0 0 8px;
    width: 130px;
    height: 130px;
    background: url("../images/logo_pe_small.gif");
    -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 100% 100%; /* Opera 9.5 */
    -webkit-background-size: 100% 100%; /* Safari 3.0 */
    -khtml-background-size: 100% 100%; /* Konqueror 3.5.4 */
    background-size: 100% 100%; /* CSS3 */
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .logo h1{
    font-size: 20px;
    color: #fff;
    }

.logo_mobile{
    display: none;
}

.services_cont{
    position: relative;
    width: 1050px;
    height: auto;
    margin: 20px auto;
}

.services_ico{
    position: relative;
    width: 150px;
    height: auto;
    margin: 15px 30px 0 30px;
    float: left;
    line-height: 1.4;
    cursor: pointer;
    color: #323232;
    background-size: 107px 107px !important;

}

.serv_ico1{
    background: url("../images/icons/icons-01.svg") no-repeat top;
}

.serv_ico2{
    background: url("../images/icons/icons-02.svg") no-repeat top;
}

.serv_ico3{
    background: url("../images/icons/icons-03.svg") no-repeat top;
}

.serv_ico4{
    background: url("../images/icons/icons-04.svg") no-repeat top;
}

.serv_ico5{
    background: url("../images/icons/icons-05.svg") no-repeat top;
}

.serv_ico_hover{
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    background-size: 107px 107px !important;
}

.servs_hover1{
    background: url("../images/icons/icons_hover-01.svg") no-repeat top;
}

.servs_hover2{
    background: url("../images/icons/icons_hover-02.svg") no-repeat top;
}

.servs_hover3{
    background: url("../images/icons/icons_hover-03.svg") no-repeat top;
}

.servs_hover4{
    background: url("../images/icons/icons_hover-04.svg") no-repeat top;
}

.servs_hover5{
    background: url("../images/icons/icons_hover-05.svg") no-repeat top;
}


.service_block:hover .services_ico, .services_ico:hover{
    background: none;
}

.services_ico:hover .serv_ico_hover{
    opacity: 1;
}

.services_ico h3{
    width: 150px;
    padding-top: 120px;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    font-family: "Segoe Ui", "HelveticaNeueCyr", "Helvetica", "Arial" !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
}

.section_name h2{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.photo h2 {
    padding-bottom: 60px;
}

.dot{
    width: 13px;
    height: 13px;
    border: 3px solid #ef6e7e;
    border-radius: 25px;
    margin: 90px auto;
}

    .animated_dot { 
        -webkit-animation-duration: 2s; 
        animation-duration: 2s; 
        -webkit-animation-fill-mode: both; 
        animation-fill-mode: both; 
        animation-iteration-count:infinite; 
        -webkit-animation-iteration-count:infinite; 
    } 

        @-webkit-keyframes pulse { 
            0% { -webkit-transform: scale(0.8); } 
            50% { -webkit-transform: scale(1); } 
            100% { -webkit-transform: scale(0.8); } 
        } 
        @keyframes pulse { 
            0% { transform: scale(0.8); } 
            50% { transform: scale(1); } 
            100% { transform: scale(0.8); } 
        } 
        .pulse { 
            -webkit-animation-name: pulse; 
            animation-name: pulse; 
        }

.portfolio_cont{
    width: 1110px;
    height: 640px;
    overflow: hidden;
    margin: 60px auto 0 auto;
}

.work{
    position: relative;
    width: 370px;
    height: 320px;
    float: left;
    overflow: hidden;
}

.work_hover{
    position: absolute;
    width: 370px;
    height: 320px;
    top: 370px;
    left: 0;
    background: #4DABB2; 
    padding: 30px; 
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

    .work_hover h3{
        font-family:  'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe UI", "Helvetica Neue", "Helvetica",  "Arial";
        margin: 80px 0 0 0;
        text-align: center;
        color: #fff;
        letter-spacing: 1px;
        font-weight: 100;
        font-size: 35px; 
        text-transform: uppercase;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    
    .work_hover p{
        margin:  5px 0 0 0;
        text-align: center;
        color: #fff;        
    }   

.work:hover .work_hover{
top: 0;
}

.more_button{
    font-family: "Segoe Ui", "HelveticaNeueCyr", "Helvetica Neue", "Helvetica", "Arial";
    margin: 30px auto;
    display: block;
    width: 250px;
    height: 50px;
    border: 2px solid #323232;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.company_position {
    margin: 80px auto;
}


.flex-links {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;

	padding-top: 85px;
}

.flex-links a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: baseline;
	align-items: center;
	flex: 0 0 250px;

	padding: 11px 27px;
	border: 2px solid #323232;
	font-family: "Segoe Ui", "HelveticaNeueCyr", "Helvetica Neue", "Helvetica", "Arial";
	color: #323232;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.flex-links a[href="/company"] {
	margin-right: 60px;
}

.flex-links a:hover {
	background: #323232;
	color: #fff;
}

.flex-links .fa-youtube-play {
	margin-right: 26px;
	font-size: 24px;
	line-height: 1;
	color: #e62117;
}











.more_button:hover{
    background: #323232;
    color: #fff;
}

.more_button a{
    display: block;
    width: 250px;
    height: 50px;
    text-decoration: none;
    color: #323232;
}

.more_button a:hover{
    color: #fff;
}

.members_cont{
    width: 1110px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.member{
    position: relative;
    margin: 40px 15px 0 15px;
    width: 214px;
    height: 214px;
    /* float: left; */
    cursor: pointer;
}

.vacancy-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member_hover{
    position: absolute;
    top: 0;
    left: 0;
    background: #323232;
    width: 214px;
    height: 214px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    opacity: 0;     
    -moz-transform: scale(0.01);
     -o-transform: scale(0.01);
     -webkit-transform: scale(0.01);
     transform: scale(0.01);     
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.member:hover .member_hover{
    opacity: 1;
    -moz-transform: scale(1.0);
     -o-transform: scale(1.0);
     -webkit-transform: scale(1.0);
     transform: scale(1.0);
}

    .member_hover h6{
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica", "Arial";
    width: 170px;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 5px;
    margin: 50px auto 0 auto;
    }

    .member_hover .vacancy-head {
    padding-bottom: 0;
    margin: 0;
    }
    
    .member_hover p {
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica", "Arial";
    color: #fff;
    text-align: center;
    font-size: 14px;
    }

.members_social_count{
    width: 154px;
    margin: 8px 0px 0px 47px;
}

.members_social_count .social_ico{
    opacity: 1 !important;
}


.clients_cont{
    width: 1260px; 
    min-height: 240px;
    height: auto;   
    margin: 30px auto 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.client_logo{
    width: 180px; 
    height: 100px;   
    margin: 15px 20px;
    opacity: 0.7;
    flex: 0 0 180px;
}

.cp_logo01{
    background: url("../images/cp_logo01.svg") no-repeat center;
    opacity: 1;
}

.cp_logo02{
    background: url("../images/cp_logo02.svg") no-repeat center;
    opacity: 1;
}

.cp_logo03{
    background: url("../images/cp_logo03.svg") no-repeat center;
    opacity: 1;
}

.cp_logo04{
    background: url("../images/cp_logo04.svg") no-repeat center;
    opacity: 1;
}

.cp_logo1{
    background: url("../images/cp_logo1.png") no-repeat center;
}

.cp_logo2{
    background: url("../images/cp_logo6.png") no-repeat center;
}

.cp_logo3{
    background: url("../images/cp_logo3.png") no-repeat center;
}

.cp_logo4{
    background: url("../images/cp_logo4.svg") no-repeat center;
    opacity: 1;
}

.cp_logo5{
    background: url("../images/cp_logo5.png") no-repeat center;
}

.cp_logo6{
    background: url("../images/cp_logo2.png") no-repeat center;
}

.cp_logo7{
    background: url("../images/cp_logo7.png") no-repeat center;
}

.cp_logo8{
    background: url("../images/cp_logo8.png") no-repeat center;
}

.social_ico{
    width: 36px;
    height: 36px;
    margin: 0 7px 0 0;
    float: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0.4;
}

.social_ico:hover{
    opacity: 1;
}

.tw_ico{
    background: url("../images/tw_ico.png") no-repeat center;
}

.fc_ico{
    background: url("../images/fc_ico.png") no-repeat center;
}

.dr_ico{
    background: url("../images/dr_ico.png") no-repeat center;
}

.ln_ico{
    background: url("../images/ln_ico.png") no-repeat center;
}

.vk_ico{
    background: url("../images/vk_ico.png") no-repeat center;
}

.be_ico{
    background: url("../images/be_ico.png") no-repeat center;
}

.inst_ico{
    background: url("../images/inst_ico.png") no-repeat center;
}

.footer{
    position: relative;
    height: auto;
    background: #323232;
}

.theme-light .footer{
	background: #ffffff;
}

.footer_cont{   
    position: relative;
    padding-top: 15px;
    width: 1260px;
    margin: 0 auto;
    min-height: 270px;
    height: auto;
    background: #323232;
}

.theme-light .footer_cont{
	background: #ffffff;
}

.footer_cont h2 a{  
    text-decoration: none;
    color: rgb(116,116,116);
}

.footer_cont h2 a.active-link{  
    text-decoration: none;
    color: #fff;
}

.footer_cont h2 a:hover{  
    text-decoration: none;
    color: #fff;
}

.footer_lines{
    position: absolute;
    top: 0;
    left: -215px;
    width: 371px;
    height: 270px;
    background: url("../images/footer_bg.png") no-repeat left;
    z-index: 1;
}

    .footer h1{ 
        position: relative;
        width: 970px;
        font-size: 94px;
        font-weight: 100;
        color: #fff;
        margin: 0 0 0 80px;
        z-index: 3;
    }
    
.theme-light .footer h1{
	color: #222;
}

        .footer h1 span{
            font-family: "Segoe Ui", "Helvetica", "Arial";
            position: absolute;
            top: -15px;
            right: -131px;
            font-size: 15px;
            font-weight: 700;
            color: #2C2A47;
            padding: 5px 14px;
            width: 121px;
            height: 30px;
            text-indent: -300px;
            background: url("../images/digital.svg");
            overflow: hidden;           
        }
        
    .footer h2{
        position: relative;
        color: #fff;
        font-size: 18px;
        margin: 18px 0 0 85px;
        line-height: 25px;
        letter-spacing: 1px;
        float: left;
        z-index: 2;
    }   

.theme-light .footer h2{
	color: #222;
}

    .footer_adress{
        position: relative;
        font-family: "Segoe Ui", "Helvetica", "Arial";
        color: #747474;
        margin: 18px 0 0 100px;
        line-height: 20px;
        font-size: 15px;
        float: left;    
    }
        
        .footer_adress span{
            display: inline-block;
        }
        
.footer_social_count{
    margin: 20px 20px 20px 131px;   
    float: left;
}

.copyright{
    position: absolute;
    top: 221px;
    right: 80px;
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica Neue", "Helvetica", "Arial";
    font-size: 22px;
    color: #fff;
    float: right;
    font-weight: bold;
}

.theme-light .copyright{
	color: #222;
}

.copyright span{
    font-family: "Segoe Ui", "Helvetica", "Arial";
    color: #747474;
    font-size: 15px;
    margin: 0 65px 0 0;
    text-decoration: underline;
    font-weight: normal;
}

/*----------- outher pages -------------*/

.pe_header{
    display: none !important;
}

.project_cont{
    position: relative;
    width: 1260px;
    margin: 0 auto;
}

.project_name{
    position: relative;
    width: 100%;
    text-align: left;
    padding: 148px 0 0 95px;
}

.project_name h1{
    font-family: 'Neue Helvetica Paneuropean W1G 35 Thin', "Segoe Ui", "Helvetica Neue", "Helvetica",  "Arial";
    font-size: 33px;
    font-weight: 100;   
    color: #fff;
    line-height: 43px;
}

.project_name h1 span{
    font-size: 25px;
}

.work_prew{
    position: absolute;
    top: 200px;
    left: 8px;
    width: 60px;
    height: 60px;
    background: url("../images/portfolio_arrow_left.png");
    z-index: 2;
    cursor: pointer;
}

.work_next{
    position: absolute;
    top: 200px;
    right: 8px;
    width: 60px;
    height: 60px;
    background: url("../images/portfolio_arrow_right.png");
    z-index: 2;
    cursor: pointer;
}

.work_dot_count{
    position: absolute;
    top: 224px;
    right: 80px;
    width: auto;
    width: auto;
}

.work_dot{
    margin: 0 0 0 6px;
    width: 13px;
    height: 13px;
    background: url("../images/work_dot.png") no-repeat center;
    float: left;
    cursor: pointer;
}

.work_dot_active{
    background: url("../images/dot.png") no-repeat center;
}


#portfolio_container{
    position: relative;
    margin: 0 auto;
    width: 1160px;
    height: auto;
    padding-left: 45px;
}


#banner_text1{
        position: absolute !important;
        top: 540px;
        left: 50%;
        margin-left: -540px;
        font-size: 94px;
        font-weight: 100;
        color: #fff;
        z-index: 3;
}

    
    #banner_text1 span{
        width: 121px;
        height: 30px;
        font-family: "Segoe Ui", "HelveticaNeueCyr", "Helvetica", "Arial";
        position: absolute;
        top: -15px;
        right: -125px;
        font-size: 15px;
        text-indent: -300px;
        background: url("../images/digital.svg");
        overflow: hidden;
    }

#banner_text2{
        position: absolute;
        top: 230px;
        width: 100%;
        text-align:center;
        font-size: 40px;
        font-weight: 100;
        color: #fff;
}

.banner_text_p{
        position: absolute;
        font-family: "Segoe Ui", "HelveticaNeueCyr", "Helvetica", "Arial";
        top: 285px;
        width: 100%;
        text-align:center;
        font-size: 16px;
        font-weight: 100;
        color: #fff;
}



/*  ----------------------   projects footer list ---------------------  */
 .projects_footer_list_cont{
    position: relative;
    width: 1100px;
    height: auto;
    margin: 5px auto;
 }

.projects_footer_list{
    position: relative;
    float: left;
    width: 112px;
    height: 96px;
    overflow: hidden;
    margin: 5px 5px 5px 5px;
}

.projects_footer_list img{
    background-position: center;
    width: 100%;
    background-size: 100% 100%;
}

.active_project img{
    opacity: 0.3;
}

.project_description{
    display: block;
    position: absolute;
    top: 320px;
    background: #323232;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.projects_footer_list:hover .project_description{
    top: 0px;
} 

.project_description:hover{
    top: 0px;
}

.project_description h3{
    font-family: "Neue Helvetica Paneuropean W1G 35 Thin", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial";
    font-size: 14px;
    font-weight: normal;
    margin: 32px 5px 5px 5px;
    color: #fff;
    text-align: center;
}

.work_with_us{
	margin-top: 100px;
	width: 100%;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 900px) {
	.cbp-af-header,
	.cbp-af-header .header_bg {
		display: none !important;
	}
}
@media (min-width: 901px) {
	.mobile_top_menu {
		display: none !important;
	}
}

.cbp-af-header,
.left_menu {
	display: none !important;
}

.global-nav-toggle{
	position: fixed;
	top: 24px;
	left: 24px;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 0;
	background: rgba(15,16,20,0.85);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
	z-index: 12000;
	cursor: pointer;
	overflow: visible;
}

.theme-light .global-nav-toggle{
	background: rgba(255,255,255,0.85);
}

.global-nav-toggle::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 52px;
	height: 52px;
	transform: translate(-50%, -50%);
	border-radius: 0;
	box-shadow: 0 0 0 0 rgba(90, 35, 98, 0.35);
	animation: nav-pulse 2.4s infinite;
	pointer-events: none;
	z-index: -1;
}

.global-nav-toggle span{
	display: block;
	width: 26px;
	height: 2px;
	background: #fff;
}

.theme-light .global-nav-toggle span{
	background: #222;
}

.global-nav{
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: min(360px, 80vw);
	background: rgba(4,5,10,0.97);
	color: #f5f7ff;
	z-index: 11000;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}

.theme-light .global-nav{
	background: rgba(255,255,255,0.97);
	color: #222222;
}

.global-nav.is-open{
	transform: translateX(0);
}

.global-nav__inner{
	padding: 100px 32px 40px;
	display: flex;
	flex-direction: column;
	height: 100%;
	font-family: "Segoe Ui","Helvetica","Arial";
}

@keyframes nav-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(90, 35, 98, 0.35);
	}
	70% {
		box-shadow: 0 0 0 32px rgba(90, 35, 98, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(90, 35, 98, 0);
	}
}

.global-nav__close{
	position: absolute;
	top: 29px;
	right: 24px;
	width: 42px;
	height: 42px;
	font-size: 0;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease, transform 0.25s ease;
}

.global-nav__close span{
	position: absolute;
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
}
.global-nav__close span:first-child{ transform: rotate(45deg); }
.global-nav__close span:last-child{ transform: rotate(-45deg); }
.global-nav__close:hover{ background: rgba(255,255,255,0.08); transform: rotate(90deg); }
.theme-light .global-nav__close{ color: #222; }
.theme-light .global-nav__close span{ background: #222; }
.theme-light .global-nav__close:hover{ background: rgba(0,0,0,0.08); }

.global-nav__links {
	display: flex;
	flex-direction: column;
	gap: 32px;
	font-size: 17px;
	text-transform: none;
	letter-spacing: normal;
}

.global-nav__section{
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-weight: 400;
}

.global-nav__section--services p{
	margin: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: rgba(255,255,255,0.45);
}

.global-nav__section--services{
	color: rgba(255,255,255,0.85);
}

.theme-light .global-nav__section--services p{
	color: rgba(0,0,0,0.45);
}
.theme-light .global-nav__section--services{
	color: rgba(0,0,0,0.85);
}

.global-nav__links a{
	color: inherit;
	text-decoration: none;
	font-weight: 400;
}

.global-nav__links a:hover{
	color: #FCC756;
}

.global-nav__bottom{
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	font-size: 16px;
	align-items: center;
}

.global-nav__logo img{
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.global-nav__lang{
	margin-bottom: 10px;
}

.global-nav__lang a{
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
}

.global-nav__lang a:hover{
	color: #FCC756;
}

.theme-light .global-nav__lang a{
	color: #222;
}

.global-nav__contacts p{
	margin: 0 0 12px;
	line-height: 1.6;
}

.global-nav__socials{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.global-nav__socials a{
	color: rgba(255,255,255,0.75);
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.global-nav__socials a:hover{
	color: #FCC756;
}

.theme-light .global-nav__socials a{
	color: rgba(0,0,0,0.75);
}

/* Theme toggle button in menu */
.theme-toggle{
	background: transparent;
	border: 1px solid rgba(255,255,255,0.35);
	color: #fff;
	padding: 6px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .12em;
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
}
.theme-toggle:hover{
	border-color: #FCC756;
	color: #FCC756;
}
.theme-light .theme-toggle{
	border-color: rgba(0,0,0,0.35);
	color: #222;
}
.theme-light .theme-toggle:hover{
	border-color: #FCC756;
	color: #FCC756;
}

body.global-nav-open{
	overflow: hidden;
}