@font-face{font-weight:400;font-style:normal;font-family:Roboto;src:url("../../assets/fonts/Roboto-Regular.ttf") format("truetype")}@font-face{font-weight:900;font-style:normal;font-family:Roboto;src:url("../../assets/fonts/Roboto-Black.ttf") format("truetype")}*{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;outline:none;-webkit-tap-highlight-color:transparent}body,html{height:100%;margin:0;padding:0}html{font-family:"Roboto",sans-serif;font-weight:400;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{line-height:1.2;font-size:16px;color:#000;overflow:hidden}@media screen and (max-width:768px){body{overflow-y:initial}}@media screen and (max-width:576px){body{font-size:14px}}a{text-decoration:none;cursor:pointer;color:black}ul{list-style-type:none}button{border:none;outline:none;cursor:pointer}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;overflow:auto}@media screen and (max-width:768px){.wrapper{overflow:initial}}.wrapper::-webkit-scrollbar{width:16px;background:#fff}.wrapper::-webkit-scrollbar-track{background:#fff}.wrapper::-webkit-scrollbar-thumb{border-right:3px solid #fff;border-left:3px solid #fff;background-clip:padding-box;border-radius:0;background-color:#000}section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section.hidden{display:none}.container{max-width:997px;height:100%;margin:0 auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1060px){.container{padding:0 32px}}@media screen and (max-width:576px){.container{padding:0 16px}}.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}iframe{width:100%;border:none;overflow:hidden;height:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}img{max-width:100%}h1,h2{font-size:64px;margin-bottom:38px}@media screen and (max-width:576px){h1,h2{font-size:32px}}h3{font-size:24px;margin-bottom:96px}@media screen and (max-width:576px){h3{font-size:16px;margin-bottom:64px}}.title,.vacancies_list,h1,h2,h3,h4{font-weight:900}h3{text-align:center}.bold,.nav{font-weight:bold}.main_padding{padding-bottom:96px}.header{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:9;position:relative}@media screen and (max-width:768px){.header{height:96px}}@media screen and (max-width:576px){.header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.header .logo,.menu .logo{background:url(../images/AdGo_logo_square.svg) center center/contain no-repeat;height:128px;aspect-ratio:1}@media screen and (max-width:768px){.header .logo,.menu .logo{height:96px;position:absolute}}@media screen and (max-width:576px){.header .logo,.menu .logo{position:static}}.header .logo_orange,.menu .logo_orange{background:url(../images/vacancy/AdGo_logo.svg) center center/contain no-repeat}.nav{gap:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media screen and (max-width:768px){.nav{position:static;-webkit-transform:none;transform:none}}@media screen and (max-width:680px){.nav{padding-left:58px}}@media screen and (max-width:576px){.nav{padding-left:0}}.nav li{position:relative}.nav li div:after{content:"";position:absolute;bottom:-1px;width:100%;background:#000;height:2px;display:block}@media screen and (max-width:576px){.nav_desk{display:none}}.burger,.close{cursor:pointer}.burger{background:url(../images/menu.svg) center center/contain no-repeat;width:48px;height:33px;display:none}@media screen and (max-width:576px){.burger{display:block}}.close{background:url(../images/close.svg) center center/contain no-repeat;height:40px;width:40px}.menu{height:100vh;position:fixed;background:#000;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100vw;top:0;left:0;z-index:99;padding:0 24px 0 16px;-webkit-animation:fadeInRight 0.6s linear 1 forwards;animation:fadeInRight 0.6s linear 1 forwards}.menu.hidden{-webkit-animation:fadeOutRight 0.6s linear 1 forwards;animation:fadeOutRight 0.6s linear 1 forwards}@media screen and (max-width:576px){.menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.menu a{color:#fff}.menu .nav{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:24px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.menu_up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@-webkit-keyframes fadeInRight{0%{display:-webkit-box;display:flex;opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display:-webkit-box;display:flex}}@keyframes fadeInRight{0%{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);display:-webkit-box;display:-ms-flexbox;display:flex}}@-webkit-keyframes fadeOutRight{0%{display:-webkit-box;display:flex;opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.footer{background:#000;color:#fff}.footer a{color:#fff}.footer .logo{background:url(../images/AdGo_logo.svg) center center/contain no-repeat;width:106px;height:51px;margin-bottom:48px}@media screen and (max-width:576px){.footer .logo{width:80px;height:38px;margin-bottom:32px}}.footer .container{padding-top:47px;padding-bottom:24px}.copy{text-align:center}@media screen and (max-width:576px){.copy{margin-top:16px}}.footer_elem{padding-left:50px;margin-bottom:24px}.footer_elem .bold{margin-bottom:3px}@media screen and (max-width:768px){.footer_elem{padding-right:62px}}@media screen and (max-width:576px){.footer_elem{padding-right:38px;padding-left:38px;margin-bottom:16px}}.hero_about{margin-bottom:52px}.hero_about h1{text-align:center}.hero_about .hero_img{margin-top:-59px}@media screen and (max-width:768px){.hero_about .hero_img{margin-top:-42px}}@media screen and (max-width:576px){.hero_about .hero_img{margin-top:0}}.hero_about .hero_img iframe{height:90vh;max-height:724px}@media screen and (max-width:991px){.hero_about .hero_img iframe{height:clamp(400px,69vw,724px);max-height:86vh}}@media screen and (max-width:768px){.hero_about .hero_img iframe{height:134vw;max-height:calc(100vh - 61px)}}@media screen and (max-width:576px){.hero_about .hero_img iframe{max-height:86vh;height:151vw}}.promo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:96px;gap:40px}@media screen and (max-width:768px){.promo{gap:0;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}}@media screen and (max-width:576px){.promo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:18px}}.promo_img{background:url("../images/about/1_illustration_head_desk_mob.svg") center center/contain no-repeat;width:40%;height:196px}@media screen and (max-width:768px){.promo_img{margin-left:18px;width:36%;background:url("../images/about/1_illustration_head_tab.svg") center center/contain no-repeat}}@media screen and (max-width:576px){.promo_img{background:url("../images/about/1_illustration_head_desk_mob.svg") center center/contain no-repeat;width:58.4vw;height:27.2vw;margin:0}}.promo_desc{-webkit-box-flex:1;-ms-flex:1;flex:1}.promo_desc .title{margin-bottom:24px}.service{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.service h3{text-align:initial;margin-bottom:18px}.service ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;row-gap:38px}@media screen and (max-width:576px){.service ul{-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:32px}}.service li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px}@media screen and (max-width:768px){.service li{row-gap:18px}}.service_img{min-width:105px;aspect-ratio:1;padding-top:4px}@media screen and (max-width:576px){.service_img{min-width:clamp(40px,10vw,74px)}}.service_item_content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:38px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.products_body{background:#DCDCDC}.products_body h1{margin-bottom:18px}.container-product_section{position:relative}.container-product_section .desc{z-index:99;position:absolute;width:64%;right:0;top:45px}@media screen and (max-width:1060px){.container-product_section .desc{padding-right:32px}}@media screen and (max-width:768px){.container-product_section .desc{width:51%;top:84px;padding-right:0;right:34px}}@media screen and (max-width:576px){.container-product_section .desc{position:static;width:100%;margin-bottom:38px}}.container-product_section .desc .desc_up{margin-bottom:32px!important}@media screen and (max-width:576px){.container-product_section .desc .desc_up{margin-bottom:0!important}}.header_products{margin-bottom:38px}@media screen and (max-width:576px){.header_products{margin-bottom:46px}}.header_products .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.header_products:after{content:"";position:absolute;background:url("../images/products/2_figures.svg") center center/contain no-repeat;top:47px;z-index:999;width:35px;height:146px;right:0}@media screen and (max-width:768px){.header_products:after{top:35px}}@media screen and (max-width:576px){.header_products:after{display:none}}.product_section{margin-bottom:96px}.product_section h3 br{display:none}@media screen and (max-width:991px){.product_section h3 br{display:block}}@media screen and (max-width:400px){.product_section h3 br{display:none}}.product_img{width:100%;position:relative;height:464px;margin-bottom:38px}@media screen and (max-width:768px){.product_img{height:528px;margin-top:47px}}@media screen and (max-width:576px){.product_img{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;height:auto;margin-top:0}}.product_img iframe{height:100%}@media screen and (max-width:768px){.product_img iframe{height:528px;position:absolute;width:clamp(300px,65vw,505px);left:0;z-index:-1}}@media screen and (max-width:576px){.product_img iframe{min-height:clamp(100px,77vw,270px);height:auto;position:static;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%}}.desc_bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.desc_bottom .title,.desc_bottom li:not(:last-of-type){margin-bottom:25px}.desc_bottom h3{margin-bottom:24px}@media screen and (max-width:576px){.desc_bottom h3{font-size:18px}}.desc_bottom .title{font-size:20px;margin-bottom:18px}@media screen and (max-width:576px){.desc_bottom .title{font-size:14px}}.desc_bottom .subtitle{text-transform:uppercase}.list_bullets{margin-bottom:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:22px}@media screen and (max-width:576px){.list_bullets{gap:16px}}.list_bullets li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.list_bullets li:before{content:"";display:block;position:relative;min-width:11px;min-height:11px;background:black;vertical-align:middle;top:-1px;margin-right:16px}@media screen and (max-width:576px){.list_bullets li:before{width:8px;height:8px;min-height:8px;min-width:8px;margin-right:18px;top:-2px}}.services{padding-bottom:96px}.services h2{text-align:center}@media screen and (max-width:768px){.services picture{display:-webkit-box;display:-ms-flexbox;display:flex}}.services_img{width:100%;margin-bottom:96px}@media screen and (max-width:768px){.services_img{max-width:596px;margin:0 auto 96px auto}}@media screen and (max-width:576px){.services_img{padding:0}}.services_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}@media screen and (max-width:768px){.services_list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width:576px){.services_list{gap:16px}}.services_elem{padding:45px 34px 65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 16px);border:1px solid #000000;-webkit-transition:border-color 0.2s,background-color 0.2s;transition:border-color 0.2s,background-color 0.2s;cursor:pointer}@media (hover:hover){.services_elem:hover{border-color:transparent;background-color:#fff}}@media screen and (max-width:768px){.services_elem{width:100%;max-width:482px}}@media screen and (max-width:576px){.services_elem{padding:18px 18px 38px}}.services_elem-icon{width:82px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:44px}.services_elem-icon img{max-height:100%}@media screen and (max-width:576px){.services_elem-icon{width:59px;height:50px;margin-bottom:18px}}.services_elem-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.hero_career{margin-bottom:96px}@media screen and (max-width:768px){.hero_career{margin-bottom:85px}}.hero_career .container{padding-bottom:4px}.hero_career .hero_img{margin-top:4px}@media screen and (max-width:768px){.hero_career .hero_img{margin-top:70px}}@media screen and (max-width:576px){.hero_career .hero_img{margin-top:48px}}.hero_career .hero_img iframe{height:83vh;max-height:clamp(400px,64vw,664px)}@media screen and (max-width:768px){.hero_career .hero_img iframe{height:calc(100vh - 200px);max-height:clamp(400px,106vw,824px)}}@media screen and (max-width:576px){.hero_career .hero_img iframe{max-height:clamp(200px,118vw,675px)}}.hero_career .title_mob{display:none}@media screen and (max-width:576px){.hero_career .title_mob{display:block;margin-bottom:20px}}.benefits_up,.benefits_up_right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}@media screen and (max-width:768px){.benefits_up_right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}}@media screen and (max-width:768px){.benefits_up_right h2{margin-bottom:0}}.benefits_up{margin-bottom:52px}@media screen and (max-width:768px){.benefits_up{gap:38px}}@media screen and (max-width:576px){.benefits_up{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:52px}}@media screen and (max-width:768px){.benefits_up_h3-desk{display:none}}.benefits_up_h3-tab{display:none}@media screen and (max-width:768px){.benefits_up_h3-tab{display:block;margin-bottom:52px}}.benefits_up_texts{margin-top:12px;gap:33px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:768px){.benefits_up_texts{margin-top:0}}.benefits_up_texts h3{text-align:initial;margin-bottom:0}.benefits_up_texts>div{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.benefits_up_texts>div:before{content:" ";min-width:10px;height:53px;background:#F15D22;display:block}@media screen and (max-width:768px){.benefits_up_texts>div:before{display:none}}.benefits{display:-webkit-box;display:-ms-flexbox;display:flex;gap:88px;margin-bottom:96px}.benefits_img{min-width:196px;height:396px;background:url("../images/career/benefits_illustration_desk.svg") center center/contain no-repeat}@media screen and (max-width:768px){.benefits_img{background:url("../images/career/benefits_illustration_tab.svg") center center/contain no-repeat}}@media screen and (max-width:576px){.benefits_img{min-width:113px;background:url("../images/career/benefits_illustration_mob.svg") center center/contain no-repeat}}@media screen and (max-width:768px){.benefits_img-desk{display:none}}.benefits_img-tab{display:none}@media screen and (max-width:768px){.benefits_img-tab{display:-webkit-box;display:-ms-flexbox;display:flex;height:initial;aspect-ratio:1}}@media screen and (max-width:576px){.benefits_img-tab{width:228px;height:113px;aspect-ratio:initial}}.benefits_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:38px}.benefits_list li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}@media screen and (max-width:576px){.benefits_list li{gap:38px}}.benefits_list li .benefit_img{aspect-ratio:1;height:65px}@media screen and (max-width:576px){.benefits_list li .benefit_img{height:40px}}.benefits_list li:first-of-type .benefit_img{background:url("../images/career/icon_ideas.svg") center center/contain no-repeat}.benefits_list li:nth-of-type(2) .benefit_img{background:url("../images/career/icon_comfort.svg") center center/contain no-repeat}.benefits_list li:nth-of-type(3) .benefit_img{background:url("../images/career/icon_travels.svg") center center/contain no-repeat}.benefits_list li:nth-of-type(4) .benefit_img{background:url("../images/career/icon_medicine.svg") center center/contain no-repeat}.benefit_texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.values{margin-bottom:48px}.values h2{text-align:center}.values h3{margin-bottom:0;text-align:initial}.values .values_slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px;margin-bottom:49px}.values .values_slider_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;gap:38px}@media screen and (max-width:576px){.values .values_slider_container{gap:24px}}.values .slider-container{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;position:relative}.values .slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease;width:100%}.values .slide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;gap:38px 58px}@media screen and (max-width:768px){.values .slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.values .slide_img{min-width:clamp(200px,36vw,392.452px)}.values .slide_texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.values .arrow{cursor:pointer;height:32px;aspect-ratio:1}.values .arrow.left{background:url("../images/career/values_arrow_left.svg") center center/contain no-repeat}.values .arrow.right{background:url("../images/career/values_arrow_right.svg") center center/contain no-repeat}.values .slider-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.values .slider-dot{width:80px;height:6px;-ms-flex-negative:0;flex-shrink:0;background-color:#D9D9D9;cursor:pointer}@media screen and (max-width:576px){.values .slider-dot{width:53.646px;height:4.023px}}.values .slider-dot.active{background-color:#000}.values_subtexts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px}.vacancies{background:#F15D22}.vacancies .container{padding-block:48px}@media screen and (max-width:576px){.vacancies .container{padding:48px 16px}}.vacancies h2{color:#fff;text-align:center;margin-bottom:24px}@media screen and (max-width:576px){.vacancies h2{margin-bottom:16px}}.vacancies ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;row-gap:18px}.vacancies li{background:#fff;border:1px solid #fff;will-change:transform}@media (hover:hover){.vacancies li:hover{-webkit-animation:pulse 0.6s;animation:pulse 0.6s}}.vacancies li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.vacancies li img{width:25px;aspect-ratio:1}.vacancies a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 15px;gap:16px}@media screen and (max-width:480px){.vacancies a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.02);transform:scale(1.02)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.02);transform:scale(1.02)}to{-webkit-transform:scale(1);transform:scale(1)}}.find{background-color:#DCDCDC}@media screen and (hover:hover) and (min-width:769px){.find{cursor:pointer;-webkit-transition:0.4s;transition:0.4s}.find:hover{background-color:#F15D22}.find:hover .find_icons{background:url("../images/career/icon_go_to_mail_white.svg") center center/contain no-repeat}.find:hover .find_text{color:#fff}.find:hover .find_img .show_img{opacity:0}.find:hover .find_img .hidden_img{z-index:99;opacity:1}}.link_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;padding-block:48px}@media screen and (max-width:768px){.link_container{padding:48px 54px 48px}}@media screen and (max-width:576px){.link_container{gap:32px;padding:48px 0 48px}}.find_img{width:100%;position:relative}.find_img .show_img{-webkit-transition:opacity 0.6s;transition:opacity 0.6s;will-change:opacity}.find_img .hidden_img{-webkit-transition:opacity 0.6s,z-index 0.6s;transition:opacity 0.6s,z-index 0.6s;width:inherit;height:inherit;background:url("../images/career/illustration_desk_on_hover.svg") center center/contain no-repeat;position:absolute;left:0;z-index:-99;opacity:0;will-change:opacity,z-index}.find_title{font-size:24px;font-weight:bold}@media screen and (max-width:768px){.find_title{font-size:16px}}@media screen and (max-width:480px){.find_title{font-size:14px}}.find_icons{min-width:206px;height:106px;background:url("../images/career/icon_go_to_mail_black.svg") center center/contain no-repeat;-webkit-transition:background 0.6s;transition:background 0.6s}@media screen and (max-width:768px){.find_icons{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end}}@media screen and (max-width:576px){.find_icons{width:125px;height:58px;min-width:auto}}.find_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:165px}@media screen and (max-width:768px){.find_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}}@media screen and (max-width:576px){.find_content{gap:24px}}.find_text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;-webkit-transition:color 0.6s;transition:color 0.6s}.no_vacancies{padding-top:32px;background-color:#DCDCDC;cursor:pointer}.no_vacancies .find_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;padding-top:32px}@media screen and (max-width:768px){.no_vacancies .find_content{padding-top:0}}.no_vacancies .find_icons{-ms-flex-item-align:end;-ms-grid-row-align:end;align-self:end}@media screen and (max-width:768px){.no_vacancies .find_icons{position:absolute;top:195px}}@media screen and (max-width:576px){.no_vacancies .find_icons{top:140px}}@media screen and (max-width:400px){.no_vacancies .find_icons{top:165px}}@media screen and (hover:hover) and (min-width:769px){.no_vacancies{cursor:pointer;-webkit-transition:0.4s;transition:0.4s}.no_vacancies:hover{background-color:#F15D22}.no_vacancies:hover .find_icons{background:url("../images/career/icon_go_to_mail_white.svg") center center/contain no-repeat}.no_vacancies:hover .find_text{color:#fff}.no_vacancies:hover .no_vacancies-img{background:url("../images/career/illustration_No_vacancies_on_hover.svg") center center/contain no-repeat}}@media screen and (max-width:768px){.no_vacancies{position:relative;min-height:424px;padding-top:90px}}@media screen and (max-width:576px){.no_vacancies{padding-top:46px;min-height:334px}}.no_vacancies-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:34px}@media screen and (max-width:768px){.no_vacancies-content{padding:0 48px}}@media screen and (max-width:576px){.no_vacancies-content{padding:0}}.no_vacancies-img{-webkit-transition:background 0.6s;transition:background 0.6s;min-width:402px;height:292px;background:url("../images/career/illustration_No_vacancies.svg") center center/contain no-repeat}@media screen and (max-width:768px){.no_vacancies-img{min-width:auto;width:309px;height:224px;position:absolute;bottom:0;left:80px}}@media screen and (max-width:576px){.no_vacancies-img{left:16px;width:224px;height:163px}}.contacts,.hero_contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.contacts{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:768px){.contacts{position:relative;margin-top:125px}}@media screen and (max-width:576px){.contacts{margin-top:46px}}.contacts_texts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:576px){.contacts_texts{margin-bottom:38px}}.contacts_texts-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:38px}.contacts_texts-left h1{margin-bottom:18px}@media screen and (max-width:576px){.contacts_texts-left{margin-bottom:0}}.contacts_texts-right{width:100px;height:clamp(200px,36.5vh,300px);background:url("../images/contacts/4_figures_desk.svg") center center/contain no-repeat}@media screen and (max-width:768px){.contacts_texts-right{display:none}}.contacts_3_figures,.contacts_stars{display:none}@media screen and (max-width:768px){.contacts_3_figures,.contacts_stars{display:block;position:absolute}}@media screen and (max-width:576px){.contacts_3_figures,.contacts_stars{display:none}}.contacts_3_figures{width:35px;height:146px;top:-186px;right:0;background:url("../images/contacts/3_figures.svg") center center/contain no-repeat}.contacts_stars{width:39.953px;height:187.211px;top:10px;right:33px;background:url("../images/contacts/stars.svg") center center/contain no-repeat}@media screen and (max-width:680px){.contacts_stars{right:0}}@media screen and (max-width:605px){.contacts_stars{right:-20px}}.contacts_desc{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1060px){.contacts_desc{padding-left:79px}}@media screen and (max-width:991px){.contacts_desc{padding-left:0}}.contacts_img{background:url("../images/contacts/4_illustration_man.svg") center center/contain no-repeat;width:228px;height:clamp(200px,39.5vh,297px);margin-top:-184px}@media screen and (max-width:991px){.contacts_img{margin-top:0}}@media screen and (max-width:768px){.contacts_img{-ms-flex-item-align:baseline;align-self:baseline;width:228px;height:297px}}@media screen and (max-width:576px){.contacts_img{width:164px;height:213px;margin-top:0}}.contacts_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:512px;gap:8px}@media screen and (max-width:768px){.contacts_list{width:100%;max-width:480px}}@media screen and (max-width:576px){.contacts_list{gap:16px}}.contacts_list img{max-width:26px;height:27px;margin-right:17px}@media screen and (max-width:576px){.contacts_list img{max-width:19px;height:18px;margin-right:14px}}.contacts_list li{background:#F15D22;height:40px}@media screen and (max-width:576px){.contacts_list li{height:32px}}.contacts_list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:16px;width:100%;height:100%;line-height:1;padding-left:35%}@media screen and (max-width:576px){.contacts_list a{font-size:14px}}@media screen and (max-width:400px){.contacts_list a{padding-left:29vw}}.address{background:#DCDCDC}.address .container{padding-top:48px;padding-bottom:48px}.address_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media screen and (max-width:576px){.address_list{gap:16px}}.address_elem{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}.address_elem img{width:48px;aspect-ratio:1}@media screen and (max-width:576px){.address_elem img{width:32px}}.map{height:384px}@media screen and (max-width:576px){.map{height:192px}}.wrapper_vacancy{background:#1B1B1B;color:#fff}@media screen and (max-width:768px){.wrapper_vacancy{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.wrapper_vacancy ul li{line-height:1.31}.header_vacancy{gap:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header_vacancy .logo{position:initial}.back{background:url(../images/vacancy/back.svg) center center/contain no-repeat;width:87px;height:25px}.hero_vacancy{margin-bottom:52px}.hero_vacancy h1{margin-top:93px;text-transform:uppercase}@media screen and (max-width:768px){.hero_vacancy h1{margin-top:125px}}@media screen and (max-width:576px){.hero_vacancy h1{margin-top:46px}}.hero_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:52px;gap:18px 64px;line-height:1.31}@media screen and (max-width:576px){.hero_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.hero_content h2{margin:0;font-size:24px}@media screen and (max-width:576px){.hero_content h2{font-size:14px}}@media screen and (max-width:576px){.hero_content>div{max-width:343px;padding-right:0}}.adv .container,.req .container{gap:96px}.vacancy_img{max-width:100%}.adv_list-company li:first-of-type .adv_list-img{background:url(../images/vacancy/icon_our_philosophy.svg) center center/contain no-repeat}.adv_list-company li:nth-of-type(2) .adv_list-img{background:url(../images/vacancy/icon_our_company.svg) center center/contain no-repeat}.adv_list-company li:nth-of-type(3) .adv_list-img{background:url(../images/vacancy/icon_comfortable_with_us.svg) center center/contain no-repeat}.adv_list-company li:nth-of-type(4) .adv_list-img{background:url(../images/vacancy/icon_we.svg) center center/contain no-repeat}.adv_list li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:576px){.adv_list li{gap:20px}}.adv_list li:not(:first-of-type){padding-top:22px}.adv_list li:not(:last-of-type){border-bottom:1px solid #fff;padding-bottom:15px}@media screen and (max-width:768px){.adv_list li:not(:last-of-type){padding-bottom:22px}}.adv_list li .adv_list-img{min-width:55px;aspect-ratio:1}@media screen and (max-width:768px){.adv_list li .adv_list-img{min-width:44px}}.adv_list-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}@media screen and (max-width:768px){.adv_list-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.adv_list-content h3{margin:0;text-align:left;width:310px}@media screen and (max-width:768px){.adv_list-content h3{width:auto}}@media screen and (max-width:576px){.adv_list-content h3{font-size:14px}}.adv_list-content>div{max-width:500px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:768px){.adv_list-content>div{max-width:100%;min-height:63px}}.adv_found{display:-webkit-box;display:-ms-flexbox;display:flex;gap:38px 46px}@media screen and (max-width:576px){.adv_found{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.adv_found ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.adv_found-img{min-width:276px;height:250px;background:url(../images/vacancy/AdGo_job_vacancy_illustration_search.svg) center center/contain no-repeat}@media screen and (max-width:768px){.adv_found-img{min-width:clamp(190px,39vw,276px)}}@media screen and (max-width:576px){.adv_found-img{min-width:190px;height:172px}}.adv_list-employee li:first-of-type .adv_list-img{background:url(../images/vacancy/important_in_an_employee_icon_analytical_mind.svg) center center/contain no-repeat}.adv_list-employee li:nth-of-type(2) .adv_list-img{background:url(../images/vacancy/important_in_an_employee_icon_stress_resistance.svg) center center/contain no-repeat}.adv_list-employee li:nth-of-type(3) .adv_list-img{background:url(../images/vacancy/important_in_an_employee_icon_self-development.svg) center center/contain no-repeat}.adv_list-employee li:nth-of-type(4) .adv_list-img{background:url(../images/vacancy/important_in_an_employee_icon_interest_in_digital.svg) center center/contain no-repeat}.req .container{padding-block:96px}.req ul:not(.contacts_list-vacancy){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}@media screen and (max-width:576px){.req ul:not(.contacts_list-vacancy){gap:20px}}.req ul:not(.contacts_list-vacancy) li{position:relative;padding-left:26px}@media screen and (max-width:576px){.req ul:not(.contacts_list-vacancy) li{padding-left:22px}}.req ul:not(.contacts_list-vacancy) li:before{content:"";min-width:11px;aspect-ratio:1;background:#fff;left:0px;position:absolute;top:4px}@media screen and (max-width:576px){.req ul:not(.contacts_list-vacancy) li:before{min-width:10px}}.contacts_list-vacancy{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.contacts_list-vacancy li{will-change:transform}@media (hover:hover){.contacts_list-vacancy li:hover{-webkit-animation:pulse 0.6s;animation:pulse 0.6s}}.contacts_list-vacancy a{color:#000;font-size:24px;font-weight:900;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}@media screen and (max-width:576px){.contacts_list-vacancy a{font-size:18px}}