body{
  font-family: 'Rubik', sans-serif;
  background: #FFFFFF;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 18.96px;
  color: #000000;
}

*{
  box-sizing: border-box;
  outline: none;
}

input,label,button{
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
}

h1,h2{
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
  color: #000000;
  margin: 0 0 24px 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.container{
  padding: 0 24px;
  max-width: 1148px;
  margin: 0 auto;
}

.top_header p{
  font-size: 10px;
  line-height: 12px;
}

.top_header{
  border-bottom: 1px solid #B0B0B0;
}

.wrap-top_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right_bl-top_header{
  display: flex;
  align-items: center;
}

.right_bl-top_header .soc_seti{
  display: flex;
  align-items: center;
  padding: 16px 57px;
  border-right: 1px solid #B0B0B0;
  border-left: 1px solid #B0B0B0;
  margin: 0;
}

.soc_seti a:nth-child(1){
  margin-right: 20px;
}

.right_bl-top_header p{
  padding-left: 64px;
}

.main_header{
  padding: 20px 0;
  border-bottom: 1px solid #B0B0B0;
}

.wrap-main_header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo{
  display: block;
  max-width: 147px;
}
.logo img{
  width: 100%;
}

.menu{
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.menu li{
  margin-left: 25px;
}
.menu li a{
  color: #000000;
  text-decoration: none;
}

.menu li.active_menu a{
  font-weight: 600; 
  text-decoration-line: underline;
}

.main_menu-main_header{
  display: flex;
  align-items: center;
}

.lang_switch{
  margin-right: 42px;
}
.lang_switch a.active_lang{
  font-weight: 700; 
  color: #000000;
  text-decoration: none;
}
.lang_switch a{
  color: #000000;
  text-decoration: none;
}

.btn-get_touch{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  position: relative;
  border-radius: 8px;
  padding: 14px 31px;
  text-decoration: none;
  background: #F5F5F5;
  transition: all .5s ease;
}
.btn-get_touch::before {
  content: "";
  position: absolute;
  left: 0; /* начальная позиция за пределами кнопки */
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  opacity: 0;
  transition: all .5s ease;
}
.btn-get_touch:hover::before {
  opacity: 1;
}

.btn-get_touch:hover{
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
}

.btn-get_touch:hover span{
  font-weight: 600;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff;
  background-clip: text;  
  text-fill-color: fff;
}
.btn-get_touch span{
  font-weight: 600;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;  
  text-fill-color: transparent;
  position: relative;
}


.wrap_btn{
  position: relative;
  width: fit-content;
}
.wrap_btn span.border{
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 9px;
  z-index: 0;
}

.main_screen{
  padding: 120px 0 175px;
}

.main_screen .container{
  display: flex;
  align-items: flex-end;
}

.left_bl-main_scr{
  margin-right: 75px;
  padding-bottom: 60px;
  max-width: 500px;
}

.main_screen .btn-gradient{
  margin-top: 46px;
  width: 160px;
}

.contact_form .btn-gradient{
  background: #fff;
}


.btn-gradient{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  padding: 14px 38px;
  border-radius: 8px;
  text-decoration: none;
  width: fit-content;
  position: relative;
  background: #F4F4F4;
  transition: all .5s ease;
}
.btn-gradient:before{
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 8px;
  transition: all .5s ease;
}
.btn-gradient:hover::before{
  opacity: 0;
}
.btn-gradient:hover{
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
}

.btn-gradient:hover span{
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btn-gradient span{
  position: relative;
}


.right_bl-main_scr .main_img_wrap{
  width: 425px;
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: inset 3px 4px 4px rgba(0, 0, 0, 0.25);
}

.right_bl-main_scr .main_img_wrap:after{
  content: '';
  width: calc(100% - 5%);
  height: calc(100% - 5%);
  top: 2.5%;
  left: 2.5%;
  position: absolute;
  border-radius: 50%;
  background: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.right_bl-main_scr .main_img_wrap img{
  max-width: 143px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
  border-radius: 50%
}

.right_bl-main_scr{
  position: relative;
}




.circle{
  position: absolute;
  background: linear-gradient(119.84deg, #2AC7FF 12.59%, #8967A7 76.01%);
  /* box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25); */
  color: #fff;
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: circle;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all .3s ease;
}

.gradient_c{
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.orbita{
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;
  pointer-events: none;
}

@keyframes orbita1 {
  to{transform: rotate(0deg);}
  from{transform: rotate(360deg);}    
}
.or1{
  width: 530px;
  height:530px;
  position: absolute;
  top: calc((425px - 530px)/2);
  left: calc((425px - 530px)/2);
  animation-duration: 40s;
  animation-name: orbita1;
}
@keyframes orbita2 {
  to{transform: rotate(20deg);}
  from{transform: rotate(380deg);}    
}
.or2{
  width: 320px;
  height: 320px;
  position: absolute;
  top: calc((425px - 320px)/2);
  left: calc((425px - 320px)/2);
  transform: rotate(-20deg);
  animation-duration: 20s;
  animation-name: orbita2;
}
@keyframes orbita3 {
  to{transform: rotate(3deg);}
  from{transform: rotate(363deg);}    
}
.or3{
  width: 330px;
  height: 330px;
  position: absolute;
  top: calc((425px - 330px)/2);
  left: calc((425px - 330px)/2);
  transform: rotate(3deg);
  animation-duration: 30s;
  animation-name: orbita3;
}
@keyframes orbita4 {
  to{transform: rotate(53deg);}
  from{transform: rotate(413deg);}    
}
.or4{
  width: 500px;
  height: 500px;
  position: absolute;
  top: calc((425px - 500px)/2);
  left: calc((425px - 500px)/2);
  transform: rotate(53deg);
  animation-duration: 50s;
  animation-name: orbita4;
}
@keyframes orbita5 {
  to{transform: rotate(110deg);}
  from{transform: rotate(470deg);}    
}
.or5{
  width: 350px;
  height: 350px;
  position: absolute;
  top: calc((425px - 350px)/2);
  left: calc((425px - 350px)/2);
  transform: rotate(110deg);
  animation-duration: 20s;
  animation-name: orbita5;
}
@keyframes orbita6 {
  to{transform: rotate(190deg);}
  from{transform: rotate(550deg);}    
}
.or6{
  width: 300px;
  height: 300px;
  position: absolute;
  top: calc((425px - 300px)/2);
  left: calc((425px - 300px)/2);
  transform: rotate(190deg);
  animation-duration: 50s;
  animation-name: orbita6;
}
@keyframes orbita7 {
  to{transform: rotate(200deg);}
  from{transform: rotate(560deg);}    
}
.or7{
  width: 600px;
  height: 600px;
  position: absolute;
  top: calc((425px - 600px)/2);
  left: calc((425px - 600px)/2);
  transform: rotate(200deg);
  animation-duration: 40s;
  animation-name: orbita7;
}

.c1{
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  animation: orbita1 40s reverse linear infinite; 
}
.c2{
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  animation: orbita2 20s reverse linear infinite; 
}
.c2 .text_circle{
  transform: rotate(-39deg)
}
.c2 .gradient_c{
  transform: rotate(-39deg);
}
.c3{
  width: 37px;
  height: 37px;
  top: 0;
  right: 0;
  animation: orbita3 30s reverse linear infinite; 
}
.c3 .text_circle{
  transform: rotate(-6deg);
}
.c3 .gradient_c{
  transform: rotate(-6deg);
}
.c4{
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
  animation: orbita4 50s reverse linear infinite; 
}
.c4 .gradient_c{
  transform: rotate(-106deg);
}
.c4 .text_circle{
  transform: rotate(-106deg);
}
.c5{
  width: 38px;
  height: 38px;
  top: 0;
  right: 0;
  animation: orbita5 20s reverse linear infinite; 
}
.c5 .text_circle{
  transform: rotate(140deg);
}
.c5 .gradient_c{
  transform: rotate(140deg);
}
.c6{
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  animation: orbita6 50s reverse linear infinite; 
}
.c6 .text_circle{
  transform: rotate(-20deg);
}
.c6 .gradient_c{
  transform: rotate(-20deg);
}
.c7{
  width: 10px;
  height: 10px;
  top: 0;
  right: 0;
  animation: orbita7 40s reverse linear infinite;
}
.c7 .text_circle{
  transform: rotate(-39deg);
}
.c7 .gradient_c{
  transform: rotate(-39deg);
}

.text_circle{
  display: none;
}

.circle:hover > .text_circle{
  display: block;
}

.circle:hover {
  width: fit-content;
  width: 130px;
  height: 130px;
  padding: 28px;
  margin-top: -60px;
  margin-left: -60px;
  z-index: 2;
}

.text_circle{
  text-align: center;
  font-weight: 400;
}

.text_circle b{
  font-weight: 700;
}

.text_circle h3{
  font-size: 32px;
  line-height: 37.92px;
  margin: 0;
  text-align: center;
}

.bg1{
  background: linear-gradient(180deg, #F4F4F4 52.08%, rgba(244, 244, 244, 0) 100%);
}

.about_us{
  padding: 90px 0;
}

.wrap-about{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img-about{
  width: 49%;
}

.img-about img{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.text-about{
  width: 49%;
}

.text-about a{
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.text-about a:hover{
  text-decoration: underline;
}

.title_desc-projects{
  text-align: center;
  max-width: 513px;
  margin: 0 auto;
}

.title_desc-projects a{
  color: #000000;
  font-weight: 600;
}

.card_bl-project{
  display: flex;
  column-gap: 30px;
  padding-top: 68px;
  padding-bottom: 100px;
  width: 100%;    
  width: calc(100% + 80px);
  padding: 48px 40px 100px;
  margin-left: -40px;
}

.card_pr{
  width: 100%;
  height: 165px;
  background: #65727F;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  transition: all .3s ease;
  box-shadow: 0px 35px 35px -8px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.hover_bl:hover .card_pr{
  transform: translate(0px, -20px);
}

.card_pr:before{
  content: ''; 
  width: 225px;
  height: 225px;
  border-radius: 50%; /*1*/
  border: 2px solid transparent; /*2*/
  background: linear-gradient(180deg,rgba(255, 177, 56, 1),rgba(255, 37, 126, 1)) border-box; /*3*/
  -webkit-mask: /*4*/
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; /*5'*/
          mask-composite: exclude; /*5*/
}




.hover_bl.child1 .card_pr:before{
  position: absolute;
  top: -90%;
  left: -50%;
}
.hover_bl.child2 .card_pr:before{
  position: absolute;
  bottom: -105%;
  left: -18%;
}
.hover_bl.child3 .card_pr:before{
  position: absolute;
  top: 5%;
  left: calc(50% - 115px);
}
.hover_bl.child4 .card_pr:before{
  position: absolute;
  top: -100%;
  right: -30%;
}

.card_pr p{
  margin: 0;
  font-weight: 600;
  color: #fff;
  padding: 7px;
}

.card_pr h4{
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.1);
  margin-top: 16px;
  margin-bottom: 0;
}

.links_pr{
  height: 475px;
  position: relative;
}

.links_bl-pr{
  /* background: url(../img/cikle.svg); */
  position: absolute;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: inset 3px 4px 4px rgba(0, 0, 0, 0.25);
}
.links_bl-pr:after{
  content: '';
  width: calc(100% - 5%);
  height: calc(100% - 5%);
  top: 2.5%;
  left: 2.5%;
  position: absolute;
  border-radius: 50%;
  background: #F4F4F4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.logo_pr{
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);

}
.logo_pr img{
  width: 100%;
}
.links_bl-pr{
  width: 180px;
  height: 180px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.links_bl-pr .logo_pr{
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .8s ease;
  position: relative;
  z-index: 1;
}

/* .links_bl-pr:hover{
  transform: scale(1.6);
} */


.links_bl-pr:nth-child(1){
  top: 0;
  left: 0;
}

.links_bl-pr:nth-child(2){
  top: 180px;
  left: 23%;
  width: 303px;
  height: 303px;
  padding: 70px;
}
.links_bl-pr:nth-child(3){
  top: 40px;
  right: 333px;
}
.links_bl-pr:nth-child(4){
  top: 140px;
  right: 0;
  width: 241px;
  height: 241px;
  padding: 56px;
}

.links_bl-pr:hover .logo_pr{
  transform: scale(1.3);
}

.projects{
  background: linear-gradient(180deg, #fff 0%, #F4F4F4 52.08%, rgba(244, 244, 244, 0) 100%);
  padding-bottom: 105px;
}

.view_all{
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  text-align: center;
  margin: 68px auto 0;
  display: block;
}

.vacan_bl{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 328px;
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  position: relative;
  transition: all .3s ease;
  box-shadow: 0px 35px 35px -8px rgba(0, 0, 0, 0.4);
}
.vacan_bl::before{
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  box-shadow: 0px 35px 35px -8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
}

.hover_bl{
  cursor: pointer;
  display: flex;
}
.hover_bl:hover .vacan_bl{
  transform: translate(0px, -20px);
}
/* .vacan_bl:hover{
  transform: translate(0px, -20px);
} */

.vacancies_blocks{
  display: flex;
  padding-top: 54px;
  column-gap: 30px;
}

.vacan_bl p{
  margin: 0;
  color: #fff;
}

.status_vacan{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 111px;
  padding: 9px 10px;
  background: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 35px 35px -8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  width: fit-content;
}

.status_vacan p{
  margin-left: 10px;
}

.vacan_bl.closed .status_vacan svg path{
  fill:#FF0202;
}

.vacan_bl.closed::before{
  background: #000000;
  opacity: 0.75;
}

.title_vacan{
  font-weight: 600; 
  color: #FFFFFF;
  position: relative;
  height: 38px;
}

.vacancies{
  padding-bottom: 154px;
}

.media{
  padding: 40px 0;
  background: #65727F;
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.media .title_desc-projects{
  color:#fff;
}

.media .title_desc-projects h2{
  color:#fff;
}

.media:before{
  content: '';
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(180deg,rgba(255, 177, 56, 1),rgba(255, 37, 126, 1)) border-box;
  -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  bottom: -120px;
  left: -120px;
  position: absolute;
}
.media:after{
  content: '';
  width: 317px;
  height: 317px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(180deg,rgba(255, 177, 56, 1),rgba(255, 37, 126, 1)) border-box;
  -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  top: -150px;
  right: -150px;
  position: absolute;
}
.wrap_before_s{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.wrap_before_s:before{
  content: '';
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(180deg,rgba(255, 177, 56, 1),rgba(255, 37, 126, 1)) border-box;
  -webkit-mask: /*4*/ linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  bottom: 120px;
  left: 80px;
  position: absolute;
}

.media_blocks{
  display: flex;
  column-gap: 30px;
  width: 100%;
  padding: 48px 0 60px;
  margin-left: 0;
}

.bl_media{
  padding: 30px 20px;
  background: #FFFFFF;
  box-shadow: 0px 30px 24px -17px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: all .3s ease;
  height: 100%;
}

.hover_bl:hover .bl_media{
  transform: translate(0px, -20px);
}

.logo_media{
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_media p{
  margin: 24px 0;
}

.bl_media a{
  font-weight: 600;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.contacts{
  padding: 91px 0 104px;
}

.map{
  margin-top: 81px;
  position: relative;
  overflow: hidden;
}

.map img{
  width: 100%;
  position: relative;
  z-index: -1;
}

.country span.ball{
  width: 21px;
  height: 21px;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
  position: absolute;
  border-radius: 50%;
  cursor:pointer;
  transition: all .3s ease;
  z-index: 1;
}

.country{
  width: 21px;
  /* height: 21px; */
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 3;
}

.country:hover span.ball{
  width: 33px;
  height: 33px;
  margin-left: -10px;
}

.latvia{
  top: 20%;
  left: 54%;
}
.ukraine{
  top: 32%;
  left: 55%;
}
.dubai{
  top: 45%;
  left: 63%;
}
.vietnam{
  top: 51%;
  left: 77%;
}
.singapore{
  top: 61%;
  left: 77%;
}


.adress_country{
  font-weight: 600;
  left: 24px;
  position: relative;
  top: -30px;
  min-width: 400px;
  pointer-events: none;
}

.country:hover .adress_country{
  pointer-events: all;
}
.country:hover{
  width: fit-content;
  height: fit-content;
}


.adress_country .info_bl_country{
  width: fit-content;
}

.adress_country .info_bl_country span{
  position: relative;
  width: 100%;
  display: block;
}

.adress_country .info_bl_country span:before{
  content:'';
  width: 0px;
  height: 1px;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 10px;
  left: -10px;
  z-index: 0;
}
.adress_country .info_bl_country span:after{
  content:'';
  width: 0;
  height: 1px;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 0;
  
}

.country .adress_country .info_bl_country p{
  opacity: 0;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.country:hover .adress_country .info_bl_country p{
  opacity: 1;
  transition: opacity 1s ease 1s;
}

.country:hover .adress_country .info_bl_country span:after{
  width: 100%;
  transition: all .7s ease .6s;
}
.country:hover .adress_country .info_bl_country span:before{
  width: 13px;
  transition: all .7s ease .3s;
}


.wrap-start_now{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.wrap-start_now{
  color: #fff;
}
.wrap-start_now h2{
  color: #fff;
}

.wrap-start_now{
  background: linear-gradient(119.84deg, #2AC7FF 12.59%, #8967A7 76.01%);
  box-shadow: 0px 24px 30px -4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding: 80px;
  position: relative;
}

.wrap-start_now .before-start_now{
  width: 440px;
  height: 440px;
  background: rgba(244, 244, 244, 0.03);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: -200px;
  bottom: -200px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap-start_now .before-start_now::before{
  content: '';
  width: calc(100% + 4%);
  height: calc(100% + 4%);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 3px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  border-radius: 50%;
  top: -2%;
  left: -2%;
}

.wrap-start_now .after-start_now{
  width: 440px;
  height: 440px;
  background: rgba(244, 244, 244, 0.03);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -200px;
  right: -200px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.wrap-start_now .after-start_now::before{
  content: '';
  width: calc(100% + 4%);
  height: calc(100% + 4%);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 3px 4px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  border-radius: 50%;
  top: -2%;
  left: -2%;
}


.wrap-start_now .wrap_btn{
  margin-top: 34px;
}

.wrap-start_now a{
  padding: 14px 46px;
}

.star_now{
  padding-bottom: 104px;
}

footer{
  padding: 60px 0 30px;
  background: #65727F;
  color: #fff;
}

.copirate{
  margin: 0;
}

footer h3{
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}

.adress_footer{
  margin-bottom: 65px;
}
.adress_footer a{
  text-decoration: none;
  color: #fff;
  display: block;
}
.soc_seti{
  display: flex;
  align-items: center;
}

footer .soc_seti{
  margin-bottom: 53px;
}

footer .container{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_menu{
  list-style: none;
  padding: 0;
}

.footer_menu a{
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

.right_bl-footer{
  padding-right: 125px;
}

.burger {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0.5px;
  left: 2.5px;
}

.burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 2.5px;
}

.mob_bl{
  display: none;
}

body.lock{
  overflow: hidden;
}

.space_betw_mob{
  display: flex;
  align-items: center;
}

.space_betw_mob .menu{
  margin-right: 56px;
}

.slick-track {
  display: flex;
  column-gap: 30px;
}

.card_bl-project{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media_blocks{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.media_blocks .slick-dots button{
  background: #FFFFFF;
  opacity: 0.5;
}
.media_blocks .slick-dots li[class=slick-active] button{
  background: #FFFFFF;
}

.media_blocks .slick-dots{
  display: flex!important;
}
.vacancies_blocks{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% + 80px);
  padding: 48px 40px 60px;
  margin-left: -40px;
}

.slick-dots button {
  border: none;
  border-radius: 50%;
  height: 12px;
  width: 12px ;
  outline: none;
  font-size: 0;
  margin: 0 8px;
  padding: 0;
  background: #D9D9D9;
  border-radius: 100px;
}
.slick-dots li[class=slick-active] button {
  background: #65727F;
  opacity: 1;
  height: 16px;
  width: 16px ;
  position: relative;
}
.slick-dots {
  text-align: center;
  justify-content: center;
  list-style: none;
  margin-top: 48px;
  padding: 0;
  display: none;
}

.logo_mob-main_scr{
  display: none;
  max-width: 56px;
}

form .wrap_btn{
  margin: 0 auto;
}

.popup_contact_form{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(7px);
  display: none;
  overflow: scroll;
  background: rgba(224, 224, 224, 0.6);
}


.form_bl{
  position: relative;
  padding: 24px 30px 49px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
}

.form_bl label span{
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.form_bl img{
  max-width: 147px;
}

.close_popup{
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.form_bl p{
  margin: 48px 0 36px;
}

.input_bl{
  display: flex;
  flex-direction: column;
  position: relative;
}

.form_bl form{
  width: 100%;
}

.input_bl input{
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  width: 100%;
  margin: 12px 0 24px;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  padding: 14px 25px 14px 19px;
  font-weight: 400;
}

input::placeholder{
  color: #E0E0E0;
  font-weight: 600;
}

.form_bl .btn-gradient{
  border: none;
  width: 190px;
  margin: 0 auto;
  cursor: pointer;
}

.form_bl:before{
  content: '';
  width: 90%;
  height: 14px;
  background: linear-gradient(119.84deg, #2AC7FF 12.59%, #8967A7 76.01%);
  border-radius: 4px;
  position: absolute;
  bottom: -7px;
  z-index: -1;
}
  

.main_s-vacan{
  padding: 96px 0 85px;
}

.form_vacan label{
  font-weight: 600;
}

.form_vacan label span {
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.form_vacan p{
  font-weight: 600;
  margin: 0;
}

.form_vacan p span {
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.form_vacan h3{
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 48px;
}

.form_vacan{
  border: 2px solid #B0B0B0;
  border-radius: 8px;
  padding: 48px 30px;
  position: relative;
}

.grid_form-vacan{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
}

.form_vacan .btn-gradient{
  border: none;
  margin: 48px auto 0;
  cursor: pointer;
}

.wrap_vacan_bl{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.text_vacan{
  width: 49%;
}

.form_vacan{
  width: 49%;
}

.file_bl input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.file_bl label span.blue{
  background: linear-gradient(180deg, rgba(42, 199, 255, 1) 0%, rgba(137, 103, 167, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.form_vacan label span.opacity_text{
  color: rgba(224, 224, 224, 1);
  background: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}

.file_bl label{
  height: 146px;
  padding: 54px 0;
  text-align: center;
  border: 2px solid #E0E0E0;
  border-radius: 8px;
  margin-top: 12px;
  cursor: pointer;
  color: rgba(176, 176, 176, 1);
}

.text_vacan ul{
  padding-left: 20px;
}

.text_vacan ol{
  padding-left: 20px;
}

.pr_p .btn-get_touch {
  background: #fff;
}

.pr_p .main_menu-main_header{
  background: #fff;
}

.title_pr_p{
  padding: 96px 0 48px;
  text-align: center;
}

.text_pr{
  text-align: center;
}

.sec_ab{
  margin-top: 48px;
}

.text_pr img{
  margin-bottom: 32px;
}

.text_pr a{
  background: linear-gradient(180deg, #FFB138 0%, #FF257E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image_bl{
  display: flex;
  align-items: stretch;
  margin-top: 48px;
}

.image_bl.reverse{
  flex-direction: row-reverse;
}

.left_img_bl{
  width: 51%;
  background: #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_img_bl img{
  height: 85%;
  margin-top: 5%;
}
.right_img_bl{
  width: 49%;
}
.right_img_bl img{
  width: 100%;
}
.project_bl{
  padding-bottom: 96px;
}

.suss{
  display: none;
}

input.error{
  border-color: red;
}

input.has_text{
  border-color:#ADADAD;
}

input.error.has_text{
  border-color: red;
}

input.error::placeholder{
  color: red;
}

.input_bl:has(.valid.has_text):before {
  content: "";
  width: 19px;
  height: 16px;
  background: url(../img/validate_icon.svg);
  background-size: 100% 100%;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  z-index: 1;
}

.file_bl:has(.error) label{
  border-color: red;
}

.file_bl:has(.error) label .opacity_text{
  color: red;
}

.input_bl.file_bl:has(.valid.has_text):before{
  display: none;
}

.form_single_career input{
  background: transparent;
}



/* .loader-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px       rgba(255,255,255,0.1);
}
.loader-content{
  transform: translate(-50%, -100%);
  color: rgba(8, 7, 7, 0.8);
  font-family: Arial, sans-serif;
}
.loader-line-mask {
  width: 150px;
  height: 150px;
  overflow: hidden;
  transform-origin: 75px 75px;
  -webkit-mask-image: -webkit-linear-gradient(top,#000000,rgba(0,0,0,0));
  animation: rotate 1.2s infinite linear;
}
.loader-line-mask .loader-line {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #65727F;
}
@keyframes rotate { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);}} */


.swipe-down img{
  display: flex;
  justify-content: center;
  margin: 0 auto;
  animation-name: arrow_go;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes arrow_go{

  0%{
    padding-bottom:20px;
  }
  100%{
    padding-bottom:48px;
  }
}


header .soc_seti svg{
  border-radius: 50%;
  transition: all .5s ease;
}
header .soc_seti a:hover svg{
  background: #000;
}
header .soc_seti a:hover svg path{
  fill: #fff;
}

footer .soc_seti svg{
  border-radius: 50%;
  transition: all .5s ease;
}
footer .soc_seti a:hover svg{
  background: #fff;
}
footer .soc_seti a:hover svg path{
  fill: #65727F;
}

.all_size_img .left_img_bl img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: 0;
}

.sucsess_popup{
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(7px);
  display: none;
  overflow: scroll;
  background: rgba(224, 224, 224, 0.6);
}

.sucsess_popup .form_bl{
  height: 607px;
  padding: 0 125px;
}

.sucs_text{
  text-align: center;
  opacity: 0;
}



.sucsess_form{
  display: flex;
  position: initial;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 16px;
}

.sucsess_form p{
  margin: 12px 0 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.sucsess_form h3{
  font-weight: 600;
  font-size: 48px;
  line-height: 57px;
  color: #000000;
  margin-top: 38px;
  margin-bottom: 0;
}

.sucsess{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px;
}


.sucsess svg {
  display: block;
  height: 150px;
  width: 150px;
  color: rgba(50, 203, 180);
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 50%;
}

@keyframes waves {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(1.1);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
  
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes waves2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }
  
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.sucsess_wrap:before{
  content: '';
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: -1px 0px 19px 4px rgba(50,203,180,.4)inset;
  box-shadow: -1px 0px 19px -1px rgba(50,203,180,.4)inset;
  -webkit-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.4)inset;
  -moz-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.4)inset;
  transition: all 1s ease ;
  animation: waves 1.5s linear .7s;
  z-index: 2;
}
.sucsess_wrap:after{
  content: '';
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: -1px 0px 19px 4px rgba(50,203,180,.4);
  box-shadow: -1px 0px 19px -1px rgba(50,203,180,.4);
  -webkit-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.4);
  -moz-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.4);
  transition: all 1s ease;
  animation: waves 1.5s linear .7s;
  z-index: 2;
}

.sucsess_wrap{
  width: fit-content;
  position: relative;
  border-radius: 50%;
  border: 2px solid rgba(50, 203, 180, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.sucsess{
  width: fit-content;
  position: relative;
  border-radius: 50%;
  padding: 0;
  z-index: 3;
  background: #fff;
}
.sucsess:before{
  content: '';
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: -1px 0px 19px 4px rgba(50,203,180,.2)inset;
  box-shadow: -1px 0px 19px -1px rgba(50,203,180,.2)inset;
  -webkit-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.2)inset;
  -moz-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.2)inset;
  transition: all 1s ease ;
  animation: waves2 1s linear 1.5s;
  z-index: 2;
}
.sucsess:after{
  content: '';
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: -1px 0px 19px 4px rgba(50,203,180,.2);
  box-shadow: -1px 0px 19px -1px rgba(50,203,180,.2);
  -webkit-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.2);
  -moz-box-shadow: -1px 0px 19px -1px rgba(50,203,180,.2);
  transition: all 1s ease;
  animation: waves2 1s linear 1.5s;
  z-index: 2;
}


.sucsess .tick {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  animation: draw .5s forwards 1s;
}

@keyframes draw { 
  to { stroke-dashoffset: 0 } 
}

.btn_up{
  width: 65px;
  height: 65px;
  background: linear-gradient(119.84deg, #2AC7FF 12.59%, #8967A7 76.01%);
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 75px;
  right: -165px;
  cursor: pointer;
  transition: all 1s ease;
  z-index: 9999;
  box-shadow: 0px 5px 10px -4px rgba(0, 0, 0, 0.1);
}

.btn_up.show{
  right: 165px;
}

.btn_up img{
  max-width: 13px;
}

.arrow_back{
  display: flex;
  width: 21px;
  transform: rotate(180deg);
  padding-top: 30px;
}

.arrow_back img{
  width: 100%;
}