@font-face {
    font-family: "Stapel";
    src: url("/wp-content/themes/intentionally-blank/fonts/Stapel-Light.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Stapel";
    src: url("/wp-content/themes/intentionally-blank/fonts/Stapel-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stapel";
    src: url("/wp-content/themes/intentionally-blank/fonts/Stapel-ExpandedBold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Stapel";
    src: url("/wp-content/themes/intentionally-blank/fonts/Stapel_Extra-Bold.ttf") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/intentionally-blank/fonts/Montserrat-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/intentionally-blank/fonts/Montserrat-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/intentionally-blank/fonts/Montserrat-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("/wp-content/themes/intentionally-blank/fonts/Montserrat-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*{box-sizing: border-box;padding:0px;margin: 0;}
img{max-width: 100%;}
a{text-decoration: none;}

h1,h2,h3,h4,h5,h6,p,li,ul, span, button, a, input, select, div{font-family: "Montserrat";}




.container{max-width: 1366px;padding-left: 20px;padding-right: 20px;margin: 0 auto;}

.greenBtn{background-color: #135644;border-radius: 8px;padding: 9px 19px;color: #fff;font-weight: 600;display: inline-block;display: block;width: max-content;
    border: 1px solid #135644;
transition: 0.3s;}
.greenBtn:hover{color: #135644;background-color: #fff;transition: 0.3s;}

.greenBtn.noHoverBtn:hover{background-color: #135644;color: #fff;}



.blackBtn{background-color: #000;border-radius: 8px;padding: 9px 19px;color: #fff;font-weight: 600;display: inline-block;display: block;width: max-content;
    border: 1px solid #000;
transition: 0.3s;}
.blackBtn:hover{color: #000;background-color: #fff;}


.heroSec{background-position: center right;background-size: cover;background-image: url('/wp-content/themes/intentionally-blank/img/hero1.jpg');}

.subTexter{background-color: #A9E100;border-radius: 8px;padding: 10px 20px;color: #fff;font-weight: 600;display: inline-block;}

.mainTitle{max-width: 830px;color: #F4F3F1;font-size: 64px;font-family: "Stapel";margin-top: 16px;margin-bottom: 8px;}

.heroSec p{color: #fff;font-size: 24px;max-width: 733px;}

.headerActions{display: flex;gap: 16px;}
.regBtn{display: block;border-radius: 12px;background-color: #fff;color: #135644;font-size: 20px;font-weight: 500;padding: 14px 30px;border: 2px solid #fff;transition: 0.3s;}
.regBtn:hover{transition: 0.3s;background-color: #135644;color: #fff;}

.accountBtn{display: block;border-radius: 12px;background-color: #fff;color: #135644;font-size: 20px;font-weight: 500;padding: 14px 30px;border: 2px solid #fff;transition: 0.3s;
display: flex;align-items: center;gap: 10px;justify-content: center;}

.accountBtn:hover{transition: 0.3s;background-color: #135644;color: #fff;}
.accountBtn:after{content:'';display: block;width: 32px;height: 32px;background-image: url('/wp-content/themes/intentionally-blank/img/account.svg');
    background-position: bottom right;background-repeat: no-repeat;}
.accountBtn:hover:after{background-image: url('/wp-content/themes/intentionally-blank/img/account-w.svg');}
.logBtn{display: block;border-radius: 12px;background-color: #A9E100;color: #fff;font-size: 20px;font-weight: 500;padding: 14px 30px;border: 2px solid #A9E100;transition: 0.3s;}
.logBtn:hover{transition: 0.3s;background-color: #135644;color: #fff;border: 2px solid #fff;}
header{position: absolute;z-index: 100;width: 100%;padding-top: 26px;}
.headerWrap{background-color: rgba(255, 255, 255, 0.1);border-radius: 16px;display: flex;justify-content: space-between;padding: 8px 16px;border: 1px solid rgba(255, 255, 255, 0.1);
backdrop-filter: blur(3px);-webkit-backdrop-filter: blur(3px);width: 100%;align-items: center;gap: 20px;}
.headerRight{display: flex;align-items: center;gap: 40px;transform: translateX(0%);}
.headerMenu{display: flex;gap: 40px;}
.headerMenu li{list-style: none;}
.headerMenu li a{color: #fff;font-size: 20px;font-weight: 500;transition: 0.3s;}
.headerMenu li a:hover{transition: 0.3s;color: #A9E100;}

.header .trp-language-switcher .trp-language-item-name{font-size: 20px;font-weight: 500!important;font-family: "Montserrat";}
.header .trp-flag-image{width: 28px!important;}
.header .trp-language-item{padding-left: 0px;padding-right: 0px;}
.header .trp-current-language-item__wrapper:not(.trp-hide-arrow){padding-right: 0px;}
.header .trp-language-item__current{padding-right: 4px;}
.header .trp-shortcode-switcher__wrapper{height: 58px;}


.heroSec .container{position: relative;padding-top: 236px;
    padding-bottom: 286px;}
.scrollToggle{position: absolute;bottom: 29px;right: 7px;display: flex; flex-direction: column;align-items: center;gap: 22px;}
.scrollToggle img{max-width: 56px;}
.scrollToggle span{color: #EDE9DC;font-size: 13px;text-transform: uppercase;font-weight: 500;letter-spacing: 52%;line-height: 120%;display: inline-block;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;}


.statisticSec{margin-top: -46px;}

.statisticFlex{display: flex;gap: 16px;max-width: 1244px;margin: 0 auto;justify-content: space-between;}
.statisticFlex > div{background-color: rgba(244, 243, 241, 0.8);padding: 20px;border-radius: 24px;backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);}

.statisticLeft{width: 48%;display: flex;justify-content: space-between;gap:12px;}
.statisticCenter{width: 23%;}
.statisticRight{width: 29%;}
.statisticCardBig{flex-direction: column;display: flex;justify-content: space-between;}

.statisticTitle{color: #193B32;font-size: 20px;font-weight: 600;}

.statisticArrow{display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;border-radius: 50%;background-color: #A9E100;font-size: 14px;color: #000;font-weight: 500;
min-width: 24px;}
.statisticLink{display: flex;align-items: center;gap: 8px;font-weight: 500;font-size: 14px;color: #000;font-weight: 500;}
.statisticLink:hover{text-decoration: underline;}
.statisticArrow span{line-height: 1px;display: inline-block;
    margin-bottom: 2px;}

    .leftWhiteCard{padding: 8px; background-color: #fff;border-radius: 16px;max-width: 152px;}
.statisticIcon{width: 32px;height: 32px;display: block;background-color: #193B32;border-radius: 6px;margin-bottom: 44px;}
.statisticLabel{color: #193B32;font-weight: 500;margin-bottom: 8px;}

.statisticValue{font-size: 32px;color: #193B32;font-weight: 500;}

.candidatesFlex{display: flex;gap: 12px;}
.candidatesPlaces{width: 152px;}
.candidatesPlaces{background-position: center;background-size: cover;border-radius: 16px;}

.statisticCenter .statisticCard{    display: flex;
    flex-direction: column;
    height: 100%;padding: 8px; background-color: #fff;border-radius: 16px;
    justify-content: space-between;}
.statisticRight{display: flex;gap: 12px;justify-content: space-between;}
.regionsPartners .statisticCard{padding: 8px; background-color: #fff;border-radius: 16px;}
.regionsPartners .statisticCard:first-child{margin-bottom: 12px;}

.statisticRight .statisticCardGreen{background-color: #135644;border-radius: 16px;background-image: url('/wp-content/themes/intentionally-blank/img/spark.svg');
    background-position: bottom right;background-repeat: no-repeat;}
.statisticRight > div{width: 50%;max-width: 152px;}


.statisticSec .greenBtn{margin: 51px auto 0;}

.accent{    background-color: #135644;
    border-radius: 8px;
    padding: 9px 18px;
    color: #fff;transition: 0.3s;
    font-weight: 600;height: max-content;
    display: inline-block;
    border: 1px solid #135644;}
.accent:hover{transition: 0.3s;color: #135644;background-color: #fff;}
    
.growthWrap {
    width: 100%;
    display: flex;padding-top: 8px;
    justify-content: center;
    align-items: center;margin-bottom: -10px;
}

.growthSvg {
    width: 100%;
    height: 93px;
}
.growthSvgBlog {
    width: 100%;
    height: 300px;margin-top: -20px;
}

.growthText {
    font-size: 120px;
font-family: "Stapel";font-weight: 700;
    fill: transparent;
    stroke: url(#strokeGradient);
    stroke-width: 1.5px;
}
.growthText2 {
    font-size: 400px;
font-family: "Stapel";font-weight: 700;
    fill: transparent;
    stroke: url(#strokeGradient2);
    stroke-width: 0.5px;
}
.pageHead{background-color: #135644;padding-top: 160px;padding-bottom: 38px;position: relative;}
.pageHead:before{content:'';display: block;width: 120px;height: 117px;position: absolute;left: 0px;bottom: 0px;background: url('/wp-content/themes/intentionally-blank/img/decor-l.svg');
background-position: bottom left;background-size: contain;background-repeat: no-repeat;}
.pageHead:after{content:'';display: block;width: 120px;height: 117px;position: absolute;right: 0px;bottom: 0px;background: url('/wp-content/themes/intentionally-blank/img/decor-r.svg');
background-position: bottom right;background-size: contain;background-repeat: no-repeat;}
.pageHead .growthText{stroke-width: 1px;}
.pageHead .growthSvg{height: 110px;margin-bottom: -15px;}

.pageHead .subTitle{color: #E7E7E7;max-width: 730px;margin: 0 auto;font-size: 24px;}


.errorPage header,.errorPage .footerBack,.errorPage .footer{display: none;}
.errorSec{display: flex;flex-direction: column;align-items: center;justify-content: center;min-height: 100vh;text-align: center;}
.errorSec h1{font-family: "Stapel";font-weight: 900;color: rgba(19, 86, 68, 0.1);margin-bottom: 40px;font-size: 366px;line-height: 290px;}
.errorSec h3{font-size: 64px;color: #000;font-weight: 600;margin-bottom: 11px;}
.errorSec p{max-width: 646px;text-align: center;font-size: 24px;margin: 0 auto 32px;}

.errorSec .btnGreenArrow{margin: 0 auto;}

.mobMenuToggle{display: none;width: 32px;height: 32px;background: url('/wp-content/themes/intentionally-blank/img/burger.svg');
background-position: bottom right;background-size: contain;background-repeat: no-repeat;cursor: pointer;}

.mobMenuLogo{display: none;}

.closeMobMenu{display: none;width: 40px;height: 40px;background: url('/wp-content/themes/intentionally-blank/img/back-arr.svg');
background-position: bottom right;background-size: contain;background-repeat: no-repeat;cursor: pointer;margin: 0;min-height: 40px;}




.translatepress-ru_RU .regBtn{    padding: 14px 12px;font-size: 18px;}
.translatepress-ru_RU .accountBtn{padding: 14px 12px;font-size: 18px;}
.translatepress-ru_RU .logBtn{padding: 14px 12px;font-size: 18px;}
.translatepress-ru_RU .headerMenu{gap: 30px;}
.translatepress-ru_RU .headerRight{gap: 30px;}
.translatepress-ru_RU .headerMenu li a{font-size: 18px;}

.translatepress-ru_RU  .header .trp-language-switcher .trp-language-item-name{font-size: 18px;}
.translatepress-ru_RU .footerForm button{min-width: 162px;}


.locationEmpty{    background-color: #fff;
    padding: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;}





@media(max-width: 1340px){
    .scrollToggle{    bottom: 70px;}
}




@media(min-width: 1101px){
    .headerRight{transform: translateX(0%)!important;}
}

@media(max-width: 1100px){
.errorSec h1{font-size: 266px;line-height: 200px;    margin-bottom: 30px;}
.errorSec h3{font-size: 42px;}
.errorSec p{font-size: 20px;}
.headerRight{    position: fixed;
    right: 0px;max-height: 100%;
        overflow: auto;
    background: #F4F3F1;padding: 32px 20px 46px;
    width: 100%;flex-direction: column;align-items: normal;
    height: 100vh;gap: 0px;transition: 0.3s;transform: translateX(100%);
    top: 0px;}
.headerWrap{background-color: transparent;border:0px;border-radius: 0px;    backdrop-filter: none;
    -webkit-backdrop-filter: none;}
.mobMenuToggle{display: block;}
.mobMenuLogo{display: block;margin: 52px auto 64px;width: max-content;}
.mobMenuLogo img{display: block;}
.headerMenu{flex-direction: column;gap: 24px;}
.headerMenu li a {color: #000;text-align: center;font-size: 24px;}
.headerMenu li{text-align: center;}
.headerActions{
        margin-top: 30px;flex-direction: column;text-align: center;
    }
.closeMobMenu{display: block;}

.langWrap{display: flex;justify-content: center;margin-top: 25px;}
.header .trp-language-switcher .trp-language-item-name{color: #000;transition: 0.3s;}
.header .trp-language-switcher .trp-language-item-name:hover{color: #A9E100!important;}
.header .trp-language-switcher  svg{--text: #000!important;}
.header .trp-language-item:hover .trp-language-item-name{color: #A9E100!important;transition: 0.3s;}




}



@media(max-width: 991px){
    .statisticFlex{flex-wrap: wrap;}
    .statisticLeft{width: 100%;}
    .statisticCenter{width: calc(50% - 8px);max-width: 360px;}
    .statisticRight{width: calc(50% - 8px);max-width: 360px;}
    .scrollToggle{display: none;}
.mainTitle{max-width: 630px;font-size: 42px;}
.heroSec p{font-size: 20px;}
.subTexter{font-size: 14px;}
.heroSec .container{padding-top: 240px;padding-bottom: 160px;}

.statisticSec .greenBtn {
    margin: 104px auto 0;
}



}



@media(max-width: 800px){
.errorSec h1{font-size: 180px;line-height: 140px;    }
.errorSec h3{font-size: 40px;}
.errorSec p{font-size: 18px;}

}






@media(max-width: 767px){
.errorSec h1{font-size: 140px;line-height: 110px;    margin-bottom: 40px;}

.errorSec p{font-size: 14px;}
.errorSec .btnGreenArrow{font-size: 16px;}
.headerWrap{padding-left: 0px;padding-right: 0px;}

.heroSec .container{padding-top: 356px;padding-bottom: 56px;}
.statisticSec{margin-top: -18px;}
.subTexter{font-size: 12px;}
.mainTitle{margin-top: 10px;margin-bottom: 8px;font-size: 27px;}
.heroSec p{font-size: 16px;}
.statisticFlex > div{padding: 10px;}
.statisticIcon{width: 16px;height: 16px;margin-bottom: 22px;}
.statisticTitle{font-size: 14px;}
.statisticLabel{font-size: 12px;margin-bottom: 4px;}
.statisticValue{font-size: 18px;}
.candidatesPlaces{width: 78px;}
.leftWhiteCard{max-width: 88px;}
.statisticLink{font-size: 12px;}
.statisticArrow{    min-width: 12px;    width: 12px;
    height: 12px;
}
.statisticArrow span{margin-bottom: 1px;
    font-size: 12px;}
.statisticRight .statisticCardGreen{background-size: 58px;}

.statisticRight{max-width: 192px;width: 100%;}
.statisticFlex{gap: 8px;}
.growthSvg{height: 60px;}

.heroSec{background-position: center;background-image: url('/wp-content/themes/intentionally-blank/img/heromob.jpg');}
.statisticCenter{        width: calc(100% - 200px);max-width: 100%;}

.translatepress-ru_RU .footerForm button{        min-width: 54px;}
}



@media(max-width: 460px){
    .errorSec h1{font-size: 90px;line-height: 80px;margin-bottom: 30px;}
}


@media(max-width: 360px){
    .statisticRight .statisticCardGreen,.candidatesPlaces{display: none;}
    .statisticRight > div{width: 100%;}
        .leftWhiteCard {
        max-width: 120px;
    }
    .statisticRight{max-width: 142px;}
    .statisticCenter {
        width: calc(100% - 150px);
    }



}










.jobsLeft::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar {
    width: 6px;
    /* background-color: #135644; */
}


::-webkit-scrollbar-thumb {
    background-color: #135644;
    border-radius: 3px;
    /* border: 3px solid #135644; */
}


::-webkit-scrollbar-track {
    background-color: #F8F8F8;
}










/* / */

