h1,h2,h3,h4,h5,h6,small, body, a {
	color: #fff !important;
}
ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.navbar {
    --mdb-navbar-box-shadow: none!important;
    --mdb-bg-opacity: 0!important;
    background-color: rgba(var(--mdb-light-rgb),var(--mdb-bg-opacity))!important;
    position: absolute;
    position: sticky; top: 0!important;
}
/*
@media screen and (max-width: 992px) {
 #navbarButtonsExample, nav > .container {
	position: sticky; top: 0!important;
	transition: 1s;
	z-index: 999;
}
}*/
nav.header {
	/*position: sticky; top: 0!important;*/
	backdrop-filter: blur(5px);
	transition: 1s;
	z-index: 999;
}
.header_hidden {
  transform: translateY(-100%);
}
@media screen and (max-width: 992px) {
	.tel_nav {
    font-size: 1rem!important;
}
}
.tel_nav {
    font-size: 1.2rem;
    color:#fff;
}
.navbar-toggler {
color: rgb(225 225 225)!important;
}
.svg_1 {
	max-width: 700px;
	height: auto;
}
@media screen and (max-width: 992px) {
.svg_1 {
	max-width: 300px;
	height: auto;
}
}
.bg_op {
	border-radius: 24px;
	background: rgba(171, 161, 255, 0.1);
	padding: 27px 32px;
	padding-left:32px!important;
	padding-right:32px!important;
	backdrop-filter: blur(5px);
}
.light_text_1 {
line-height: 15.6px;
opacity: 0.5;
}
.bg_2 {
  background-image: linear-gradient(45deg, #3660b2 0%, #232055 100%);
	/*background-image: url('/img/bg.jpg');*/
	background-attachment: fixed;
}
.bg_3 {
  background-image: url('/img/bg__circle.png');
  background-size: cover;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
    height: auto;
}
@media screen and (max-width: 992px) {
.bg_3 {
  background-image: url('/img/bg__circle.png');
  background-size: cover;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
    height: auto;
}
}

.min_1 {
	min-height: 200px;
}

.svg_6 {
  display: block;
  height: 100%;
  background-image: linear-gradient(to top, black 0%, transparent 80%), url('/img/svg_6.jpg');
  background-size: cover;
  background-position: center;
}

.tx_svg_bg_2:before {
	float: left;
	margin-right: 10px;
	background: #33CCFF;
	width: 3px;
	height: 2rem;
	content: " ";
}
.price_2 {
	font-size: 5rem
}
.price_1 {
	font-size: 3.5rem
}
@media screen and (max-width: 992px) {
.price_2 {
	font-size: calc(1.375rem + 1.5vw);
}
.price_1 {
	font-size: calc(1.375rem + 1.5vw);
}
}


.distributors-screen {
  padding: 64px 0;
}
@media screen and (min-width: 992px) {
  .distributors-screen {
    padding: 96px 0;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen {
    padding: 160px 0;
  }
}
.distributors-text-left {
  margin-bottom: 48px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.distributors-text {
  margin-bottom: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .distributors-text {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-text {
    margin-bottom: 64px;
    font-size: 24px;
  }
}
.distributors-text__title {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .distributors-text__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-text__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-text__title {
    font-size: 64px;
  }
}
.distributors-text__title span {
  color: #2797ff;
  display: inline-block;
}
@supports (-webkit-text-fill-color: transparent) {
  .distributors-text__title span {
    background: linear-gradient(45deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.distributors-screen {
  font-size: 0;
  line-height: 1;
}
.distributors-screen__circles {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .distributors-screen__circles {
    max-width: 816px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen__circles {
    max-width: 1680px;
  }
}
@media screen and (min-width: 480px) {
  .distributors-screen__circle {
    flex: 0 0 calc(50% + 16px);
  }
}
@media screen and (min-width: 768px) {
  .distributors-screen__circle {
    flex: 0 0 calc(50% + 24px);
  }
}
@media screen and (min-width: 992px) {
  .distributors-screen__circle {
    flex: 0 0 calc(50% + 32px);
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen__circle {
    flex: 0 0 calc(33.33% + 24px);
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen__circle {
    flex: 0 0 calc(33.33% + 26.6666px);
  }
}
.distributors-screen__circle .circle-flex-wrapper {
  padding-top: 100%;
  position: relative;
  border-radius: 10000px;
}
@media screen and (min-width: 480px) {
  .distributors-screen__circle.num-circle {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen__circle.num-circle {
    margin-right: 0;
    order: 2;
    margin-left: -36px;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen__circle.num-circle {
    margin-left: -40px;
  }
}
.distributors-screen__circle.num-circle .circle-flex-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.distributors-screen__circle.num-circle .circle-flex-wrapper:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10000px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='296' height='296' rx='148' stroke='url(%23paint0_linear_6_150)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6_150' x1='288.238' y1='-90.9723' x2='-90.5008' y2='32.5899' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E440FF'/%3E%3Cstop offset='1' stop-color='%232797FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 992px) {
  .distributors-screen__circle.num-circle .circle-flex-wrapper:before {
    background-image: url("data:image/svg+xml,%3Csvg width='440' height='440' viewBox='0 0 440 440' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='436' height='436' rx='218' stroke='url(%23paint0_linear_6_150)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6_150' x1='422.016' y1='-133.426' x2='-133.468' y2='47.7985' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E440FF'/%3E%3Cstop offset='1' stop-color='%232797FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen__circle.num-circle .circle-flex-wrapper:before {
    background-image: url("data:image/svg+xml,%3Csvg width='600' height='600' viewBox='0 0 600 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='596' height='596' rx='298' stroke='url(%23paint0_linear_6_150)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6_150' x1='575.476' y1='-181.945' x2='-182.002' y2='65.1797' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E440FF'/%3E%3Cstop offset='1' stop-color='%232797FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
}
.distributors-screen__circle.partner-circle {
  margin-top: -32px;
}
@media screen and (min-width: 480px) {
  .distributors-screen__circle.partner-circle {
    margin-top: -64px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .distributors-screen__circle.partner-circle .circle-flex {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 640px) {
  .distributors-screen__circle.partner-circle {
    margin-top: -80px;
  }
}
@media screen and (min-width: 768px) {
  .distributors-screen__circle.partner-circle {
    margin-top: -100px;
  }
}
@media screen and (min-width: 992px) {
  .distributors-screen__circle.partner-circle {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen__circle.partner-circle {
    margin-top: 0;
  }
}
.distributors-screen__circle.partner-circle .circle-flex-wrapper {
  border: 1px solid rgba(171, 161, 255, 0.1);
}
@media screen and (min-width: 480px) {
  .distributors-screen__circle.partner-cimc {
    margin-left: -32px;
  }
}
@media screen and (min-width: 768px) {
  .distributors-screen__circle.partner-cimc {
    margin-left: -48px;
  }
}
@media screen and (min-width: 992px) {
  .distributors-screen__circle.partner-cimc {
    margin-left: -64px;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen__circle.partner-cimc {
    margin-left: -36px;
    order: 3;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen__circle.partner-cimc {
    margin-left: -40px;
  }
}
.distributors-screen .circle-flex {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.distributors-screen .circle-flex .num-circle__title {
  margin-bottom: 8px;
  font-size: 70px;
  line-height: 1;
  font-family: "EngraversGothicBT", sans-serif;
}
@media screen and (min-width: 992px) {
  .distributors-screen .circle-flex .num-circle__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .distributors-screen .circle-flex .num-circle__title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1400px) {
  .distributors-screen .circle-flex .num-circle__title {
    font-size: 98px;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen .circle-flex .num-circle__title {
    font-size: 64px;
  }
}
.distributors-screen .circle-flex .num-circle__title span {
  color: #2797ff;
  display: inline-block;
}
@supports (-webkit-text-fill-color: transparent) {
  .distributors-screen .circle-flex .num-circle__title span {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.distributors-screen .circle-flex .num-circle__content {
  padding: 0 48px;
  font-size: 27px;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .distributors-screen .circle-flex .num-circle__content {
    font-size: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen .circle-flex .num-circle__content {
    font-size: 24px;
  }
}
.distributors-screen .circle-flex .name {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  opacity: 0.5;
  position: absolute;
  bottom: 61px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .distributors-screen .circle-flex .name {
    bottom: 47px;
  }
}
@media screen and (min-width: 768px) {
  .distributors-screen .circle-flex .name {
    bottom: 63px;
  }
}
@media screen and (min-width: 992px) {
  .distributors-screen .circle-flex .name {
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .distributors-screen .circle-flex .name {
    bottom: 119px;
  }
}
.requisites__block {
	width: 50%;
    margin: 8px 0 18px;
    padding: 10px 28px;
    border: 1px dashed #fff;
    border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .requisites__block {
	width: 100%;
}
}
.heavyload-calculator hr, .requisites__item {
    margin: 10px 0;
}
.requisites__item--pdf:before {
    content: '';
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/sprite.png?v=1);
    background-position: 0 -1224px;
    width: 30px;
    height: 27px;
}
.requisites__link {
    margin: 5px 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.heavyload-calculator hr, .requisites__item {
    margin: 10px 0;
}
.requisites__item--doc:before {
    content: '';
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/img/sprite.png?v=1);
    background-position: 0 -1416px;
    width: 30px;
    height: 27px;
}
.line {
	line-height: 12px;
}
.line_2 {
	font-size: 14px;
	line-height: 12px;
	font-weight:400;
	opacity: 0.5
}
.line_3 {
  font-size: 14px;
  line-height: 16px;
  font-weight:400;
  
}
.border-class-1 {
    border: 1px dashed #fff;
    border-radius: 15px!important;
  }
.shadow-none {
  box-shadow: none;
  color: #293675!important;
}
div.img-hover-partner {
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 288px;
  height: 100px;
}
div.img-hover-1 {
  background-image: url(/img/block-1-1.png);
}
div.img-hover-1:hover {
background-image: url(/img/block-1-2.png);
 transition: 0.5s;
}
div.img-hover-1:not(:hover) {
 transition: 0.5s;
}
div.img-hover-2 {
  background-image: url(/img/block-2-1.png);
}
div.img-hover-2:hover {
background-image: url(/img/block-2-2.png);
 transition: 0.5s;
}
div.img-hover-2:not(:hover){
 transition: 0.5s;
}
div.img-hover-3 {
  background-image: url(/img/block-3-1.png);
}
div.img-hover-3:hover {
background-image: url(/img/block-3-2.png);
 transition: 0.5s;
}
div.img-hover-3:not(:hover) {
 transition: 0.5s;
}
div.img-hover-4 {
  background-image: url(/img/block-4-1.png);
}
div.img-hover-4:hover {
background-image: url(/img/block-4-2.png);
 transition: 0.5s;
}
div.img-hover-4:not(:hover) {
 transition: 0.5s;
}
div.img-hover-5 {
  background-image: url(/img/block-5-1.png);
}
div.img-hover-5:hover {
background-image: url(/img/block-5-2.png);
 transition: 0.5s;
}
div.img-hover-5:not(:hover) {
 transition: 0.5s;
}
div.img-hover-6 {
  background-image: url(/img/block-6-1.png);
}
div.img-hover-6:hover {
background-image: url(/img/block-6-2.png);
 transition: 0.5s;
}
div.img-hover-6:not(:hover) {
 transition: 0.5s;
}
.border-none {
border:none!important
}
.border-gradient {
background: linear-gradient(rgb(41 55 118), rgb(41 53 116)) padding-box, linear-gradient(to right, #3591ff, #da45ff) border-box;
  border-radius: 20em;
  border: 1px solid transparent;
}
.btn-gradient {
  background: linear-gradient(to right, #3591ff, #da45ff) padding-box, linear-gradient(to right, #3591ff, #da45ff) border-box;
  border-radius: 20em;
}
.about__list {
  flex-wrap: wrap;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: .009rem;
  color: #fff;
  margin-top: 3rem;
  display: flex;
}
.about__list li {
      -webkit-box-flex: 0;
    flex: 0 0 48%;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
.about__list li:before {
    top: 0.2rem;
    width: 1rem;
    height: 1rem;
    background: #2d4489;
    border: 0.3rem solid #da45ff;
}

.about__list li:before, .sidebar__ul li:after {
    position: absolute;
    content: "";
    left: -0.3rem;
    border-radius: 50%;
}
@media only screen and (max-width: 575px){
.about__list, .about__ul, .seo__wr {
    display: block;
}
}
.small-vak {
  font-weight: 300;
}
.about__list__vak {
  flex-wrap: wrap;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.29;
  letter-spacing: .009rem;
  color: #fff;
  display: block;
}
.about__list__vak li {
      -webkit-box-flex: 0;
    flex: 0 0 48%;
    position: relative;
    padding-left: 1rem;
    margin-bottom: .5rem;
}
.about__list__vak li:before {
    top: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: #2d4489;
    border: 0.3rem solid #da45ff;
}

.about__list__vak li:before, .sidebar__ul li:after {
    position: absolute;
    content: "";
    left: -0.3rem;
    border-radius: 50%;
}
@media only screen and (max-width: 575px){
.about__list__vak, .about__ul, .seo__wr {
    display: block;
}
}
.form-detail {
    background: linear-gradient(77.71deg, #2797ff -4.69%, #e440ff 109.07%, #2797ff 211.57%);
    border-radius: 24px;
    background-size: 0 0;
    position: relative;
    overflow: hidden;
}
.form-detail:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: auto;
    --mask: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" ><rect x="2" y="2" width="100%" height="100%" style="height:calc(100% - 4px);width:calc(100% - 4px)" rx="24" ry="24" stroke-width="2" fill="transparent" stroke="white"/></svg>);
    -webkit-mask: var(--mask);
    mask: var(--mask);
}
.background {
  display: none;
}

.vacancies-wrapper {
  background: linear-gradient(180deg, #1D113F 0%, #3B2480 100%);
  padding: 120px 0 64px 0;
}
@media screen and (min-width: 992px) {
  .vacancies-wrapper {
    padding: 156px 0 96px 0;
  }
}
@media screen and (min-width: 1200px) {
  .vacancies-wrapper {
    padding: 200px 0 96px 0;
  }
}
@media screen and (min-width: 1600px) {
  .vacancies-wrapper {
    padding: 200px 0 120px 0;
  }
}
.vacancies-wrapper h1 {
  font-size: 32px;
  line-height: 1.1;
  margin: 0 0 48px 0;
  color: #2797ff;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 992px) {
  .vacancies-wrapper h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .vacancies-wrapper h1 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1600px) {
  .vacancies-wrapper h1 {
    font-size: 64px;
    margin-bottom: 64px;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  .vacancies-wrapper h1 {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.vacancies-wrapper .mc-intro {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1200px) {
  .vacancies-wrapper .mc-intro {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1600px) {
  .vacancies-wrapper .mc-intro {
    margin-bottom: 64px;
  }
}
.vacancies-wrapper .mc-intro .text {
  color: #fff;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (min-width: 992px) {
  .vacancies-wrapper .mc-intro .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .vacancies-wrapper .mc-intro .text {
    flex: 0 0 calc(50% - 16px);
  }
  .vacancies-wrapper .mc-intro .text-inner {
    max-width: 400px;
  }
}
.vacancies-wrapper .mc-intro .video {
  border-radius: 24px;
  overflow: hidden;
  background-image: url(/images/8420efa94712c11d55784b3c6be9a5b9.jpg?baeef5cd49defde75f3edac2a216e771);
  background-size: cover;
  background-position: center center;
  position: relative;
  /*.no-touch &:hover:before{
      opacity: 0.3;
  }*/
  /*&:before{
      content: " ";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #1D113F;
      opacity: 0.5;
      transition: opacity 0.2s;
  }*/
}
@media screen and (max-width: 991px) {
  .vacancies-wrapper .mc-intro .video {
    min-height: 200px;
    height: 53vw;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .vacancies-wrapper .mc-intro .video {
    min-height: 400px;
    height: 39.0625vw;
    border-radius: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .vacancies-wrapper .mc-intro .video {
    height: 400px;
    flex: 0 0 calc(50% - 16px);
    border-radius: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .vacancies-wrapper .mc-intro .video {
    height: 480px;
    border-radius: 48px;
  }
}
.vacancies-wrapper .mc-intro .video svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
}
@media screen and (max-width: 575px) {
  .vacancies-wrapper .mc-intro .video svg {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px), screen and (min-width: 1600px) {
  .vacancies-wrapper .mc-intro .video svg {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}

.empty-result {
  border-radius: 24px;
  color: #fff;
  background: rgba(171, 161, 255, 0.1);
  padding: 32px 24px;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (min-width: 992px) {
  .empty-result {
    border-radius: 32px;
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .empty-result {
    border-radius: 48px;
    padding: 48px;
    font-size: 18px;
    line-height: 160%;
  }
}

.vacancies-catalog {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .vacancies-catalog {
    gap: 32px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.vacancies-catalog .vacancy {
  background: rgba(171, 161, 255, 0.1);
  border-radius: 24px;
  padding: 24px;
  transition: background-color 0.2s;
}
.no-touch .vacancies-catalog .vacancy:hover {
  background-color: rgba(171, 161, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .vacancies-catalog .vacancy {
    padding: 40px;
    border-radius: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .vacancies-catalog .vacancy {
    flex: 0 0 calc(50% - 16px);
  }
}
@media screen and (min-width: 1600px) {
  .vacancies-catalog .vacancy {
    border-radius: 48px;
    padding: 48px;
  }
}
.vacancies-catalog .vacancy .name {
  font-size: 20px;
  line-height: 1.2;
  color: #2797ff;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1600px) {
  .vacancies-catalog .vacancy .name {
    font-size: 24px;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  .vacancies-catalog .vacancy .name {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.vacancies-catalog .vacancy .intro {
  display: none;
}
@media screen and (min-width: 768px) {
  .vacancies-catalog .vacancy .intro {
    margin-top: 16px;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .vacancies-catalog .vacancy .intro {
    margin-top: 24px;
    font-size: 18px;
  }
}
.vacancies-catalog .vacancy .bottom {
  margin-top: 16px;
  border-top: 1px solid rgba(171, 161, 255, 0.1);
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .vacancies-catalog .vacancy .bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
  }
}
.vacancies-catalog .vacancy .employment {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .vacancies-catalog .vacancy .employment {
    padding-top: 2px;
  }
}
.vacancies-catalog .vacancy .employment + .salary {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .vacancies-catalog .vacancy .employment + .salary {
    margin-top: 0;
  }
}
.vacancies-catalog .vacancy .salary {
  display: inline-block;
  vertical-align: top;
  color: #2797ff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  font-family: "EngraversGothicBT", sans-serif;
}
@media screen and (min-width: 768px) {
  .vacancies-catalog .vacancy .salary {
    font-size: 22px;
  }
}
.vacancies-catalog .vacancy .salary i {
  font-style: normal;
  font-size: 16px;
  vertical-align: baseline;
}
@supports (-webkit-text-fill-color: transparent) {
  .vacancies-catalog .vacancy .salary {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.vacancies-catalog .vacancy .readmore-btn {
  margin-top: 24px;
  border: 1px solid rgba(171, 161, 255, 0.1);
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .vacancies-catalog .vacancy .readmore-btn {
    display: none;
  }
}

.detail-vacancy {
  max-width: 1162px;
}
@media screen and (min-width: 1440px) {
  .detail-vacancy {
    max-width: 1228px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-vacancy {
    max-width: 1350px;
  }
}
.detail-vacancy h1 {
  margin-bottom: 32px;
}
.detail-vacancy .intro {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .detail-vacancy .intro {
    font-size: 20px;
  }
}
.detail-vacancy .to-form {
  border-radius: 12px;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.detail-vacancy .to-form span {
  position: relative;
}
.detail-vacancy .to-form:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  transition: 0.5s;
  background: linear-gradient(251.93deg, #2797FF -4.38%, #E440FF 50.47%, #2797FF 100.94%);
}
.no-touch .detail-vacancy .to-form:hover:before {
  transform: translate3d(-50%, 0, 0);
}
.detail-vacancy .vacancy-details {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .detail-vacancy .vacancy-details {
    gap: 32px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-vacancy .vacancy-details {
    margin-top: 64px;
  }
}
.detail-vacancy .text-detail {
  background: rgba(171, 161, 255, 0.1);
  border-radius: 24px;
  padding: 32px 24px;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .detail-vacancy .text-detail {
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .detail-vacancy .text-detail {
    font-size: 18px;
    padding: 48px;
  }
}
.detail-vacancy .text-detail > *:last-child {
  margin-bottom: 0 !important;
}
.detail-vacancy .text-detail h2 {
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 16px;
  color: #2797ff;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .detail-vacancy .text-detail h2 {
    font-size: 24px;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  .detail-vacancy .text-detail h2 {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.detail-vacancy .text-detail p, .detail-vacancy .text-detail ol, .detail-vacancy .text-detail ul {
  margin-bottom: 1em;
}
.detail-vacancy .text-detail ul li {
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width: 1600px) {
  .detail-vacancy .text-detail ul li {
    padding-left: 27px;
  }
}
.detail-vacancy .text-detail ul li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 10px;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1600px) {
  .detail-vacancy .text-detail ul li:before {
    left: 12px;
    top: 14px;
  }
}

.form-detail {
  background: linear-gradient(77.71deg, #2797ff -4.69%, #e440ff 109.07%, #2797ff 211.57%);
  border-radius: 24px;
  background-size: 0 0;
  position: relative;
  overflow: hidden;
}
.form-detail:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: auto;
  --mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="2" y="2" width="100%" height="100%" style="height:calc(100% - 4px);width:calc(100% - 4px)" rx="24" ry="24" stroke-width="2" fill="transparent" stroke="white"/></svg>');
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.form-detail .form-inner {
  padding: 32px 24px;
  background: rgba(171, 161, 255, 0.1);
}
@media screen and (min-width: 992px) {
  .form-detail .form-inner {
    padding: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .form-detail .form-inner {
    padding: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .form-detail .form-inner {
    padding: 48px;
  }
}
.form-detail h2 {
  margin: 0 0 32px 0;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (min-width: 992px) {
  .form-detail h2 {
    font-size: 24px;
  }
}
.form-detail h2 span {
  display: inline-block;
  color: #2797ff;
  font-weight: 400;
}
@supports (-webkit-text-fill-color: transparent) {
  .form-detail h2 span {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  .modal-header h5 span {
    background: linear-gradient(251.93deg, #E440FF -4.38%, #2797FF 100.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.form-detail form[data-cv=file] .cv-file {
  display: block;
}
.form-detail form[data-cv=link] .cv-link {
  display: block;
}
.form-detail form input, .form-detail form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 9px 23px 9px;
  background: rgba(171, 161, 255, 0.1);
  border: 1px solid rgba(171, 161, 255, 0.1);
  border-radius: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Circe", sans-serif;
  outline: none;
  transition: border-color 0.2s, background-color 0.2s;
  display: block;
  width: 100%;
  height: 56px;
  resize: none;
  color: #fff;
}
.no-touch .form-detail form input:hover, .form-detail form input:focus, .no-touch .form-detail form textarea:hover, .form-detail form textarea:focus {
  border-color: #ABA1FF;
}
.form-detail form input.error, .form-detail form textarea.error {
  border-color: #ff4d4d;
  background-color: rgba(255, 77, 77, 0.1);
}
.no-touch .form-detail form input.error:hover, .form-detail form input.error:focus, .no-touch .form-detail form textarea.error:hover, .form-detail form textarea.error:focus {
  border-color: #ABA1FF;
}
.form-detail form textarea {
  height: 200px;
}
.form-detail form .form-input, .form-detail form .form-textarea {
  position: relative;
}
.form-detail form .form-input input:focus ~ label, .form-detail form .form-input textarea:focus ~ label, .form-detail form .form-input input.not-empty ~ label, .form-detail form .form-input textarea.not-empty ~ label, .form-detail form .form-textarea input:focus ~ label, .form-detail form .form-textarea textarea:focus ~ label, .form-detail form .form-textarea input.not-empty ~ label, .form-detail form .form-textarea textarea.not-empty ~ label {
  font-size: 12px;
  line-height: 18px;
  top: -10px;
}
.form-detail form .form-input label, .form-detail form .form-textarea label {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  padding: 16px 23px 14px;
  color: #fff;
  opacity: 0.5;
  transition: 0.2s;
}
.form-detail form .form-radios {
  margin-bottom: 16px;
  background: rgba(171, 161, 255, 0.1);
  border-radius: 12px;
  display: flex;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-radios {
    width: 336px;
    margin-bottom: 0;
  }
}
.form-detail form .form-radios input {
  display: none;
}
.form-detail form .form-radios input:checked + label {
  cursor: default;
}
.form-detail form .form-radios input:checked + label:before {
  opacity: 1;
}
.form-detail form .form-radios input:checked + label:after {
  opacity: 0 !important;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-radios input[value=file] + label {
    flex: 0 0 157px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .form-detail form .form-radios input[value=link] + label {
    flex: 0 0 179px;
    padding-left: 0;
    padding-right: 0;
  }
}
.form-detail form .form-radios label {
  flex: 0 0 50%;
  padding: 14px 0;
  position: relative;
  background: linear-gradient(77.71deg, #2797ff -4.69%, #e440ff 109.07%, #2797ff 211.57%);
  border-radius: 12px;
  background-size: 0 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .form-detail form .form-radios label {
    min-height: 56px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .form-detail form .form-radios label br {
    display: none;
  }
}
.no-touch .form-detail form .form-radios label:hover:after {
  opacity: 1;
}
.form-detail form .form-radios label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: auto;
  --mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="2" y="2" width="100%" height="100%" style="height:calc(100% - 4px);width:calc(100% - 4px)" rx="12" ry="12" stroke-width="2" fill="transparent" stroke="white"/></svg>');
  -webkit-mask: var(--mask);
  mask: var(--mask);
  transition: opacity 0.3s;
  opacity: 0;
}
.form-detail form .form-radios label:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(171, 161, 255, 0.1);
  transition: opacity 0.3s;
  opacity: 0;
}
.form-detail form .form-file {
  margin-bottom: 32px;
  position: relative;
  display: none;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-file {
    margin-left: 360px;
    margin-top: -56px;
    font-size: 0;
    line-height: 1;
  }
}
.form-detail form .form-file input {
  display: none;
}
.form-detail form .form-file input.error ~ .file-error {
  opacity: 1;
  transform: translate3d(0, -4px, 0);
}
.form-detail form .form-file input.changed ~ label, .form-detail form .form-file input.changed ~ .description {
  display: none;
}
.form-detail form .form-file input.changed ~ .loaded {
  display: flex;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-file input.changed ~ .loaded {
    display: inline-flex;
    max-width: 100%;
  }
}
.form-detail form .form-file label {
  cursor: pointer;
  display: block;
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-file label {
    width: 157px;
    display: inline-block;
    vertical-align: middle;
  }
}
.form-detail form .form-file label:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  transition: 0.5s;
  background: linear-gradient(251.93deg, #2797FF -4.38%, #E440FF 50.47%, #2797FF 100.94%);
}
.form-detail form .form-file label span {
  position: relative;
}
.no-touch .form-detail form .form-file label:hover:before {
  transform: translate3d(-50%, 0, 0);
}
.form-detail form .form-file .file-error {
  top: 68px;
  position: absolute;
  background: #ff7373;
  color: #fff;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s;
  z-index: 1;
  border-radius: 4px;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-file .file-error {
    width: 157px;
  }
}
.form-detail form .form-file .file-error i {
  top: -8px;
  margin-left: -8px;
  left: 50%;
  transform: rotate(135deg);
  transform-origin: 100% 100%;
  width: 8px;
  height: 8px;
  background: #ff7373;
  position: absolute;
  display: block;
  font: 0/0 a;
}
.form-detail form .form-file .file-error-content {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.2;
  z-index: 1;
  text-align: center;
}
.form-detail form .form-file .description {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
  opacity: 0.5;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .form-detail form .form-file .description {
    margin-left: 16px;
    margin-top: 0;
    width: calc(100% - 173px);
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
}
.form-detail form .form-file .loaded {
  padding: 13px 15px;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(171, 161, 255, 0.1);
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #fff;
  display: none;
}
.form-detail form .form-file .loaded span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-detail form .form-file .loaded i {
  font-style: normal;
  margin-left: 1px;
  padding: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
  line-height: 1;
  width: 29px;
  height: 28px;
  position: relative;
  top: -1px;
}
.no-touch .form-detail form .form-file .loaded i:hover {
  opacity: 0.8;
}
.form-detail form .cv-link {
  margin-bottom: 32px;
  display: none;
}
@media screen and (min-width: 992px) {
  .form-detail form .cv-link {
    margin-left: 360px;
    margin-top: -56px;
  }
}
.form-detail form .form-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .form-detail form .form-fields {
    flex-direction: row;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .form-detail form .form-fields .form-input {
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .form-detail form .form-fields {
    max-width: 664px;
  }
}
.form-detail form .form-textarea {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .form-detail form .form-textarea {
    margin-bottom: 32px;
  }
}
.form-detail form button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  width: 100%;
  text-align: center;
    background: linear-gradient(251.93deg, #2797FF -4.38%, #E440FF 50.47%, #2797FF 100.94%);
    border-style: none;
}
@media screen and (min-width: 768px) {
  .form-detail form button {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 992px) {
  .form-detail form button {
    max-width: 320px;
  }
}
.form-detail form button:before {

  background: linear-gradient(251.93deg, #2797FF -4.38%, #E440FF 50.47%, #2797FF 100.94%);
}
.form-detail form button span {
  position: relative;
}
.no-touch .form-detail form button:hover:before {
  transform: translate3d(-50%, 0, 0);
}
.form-detail .success-inner {
  display: none;
  padding: 32px 24px;
  background: rgba(171, 161, 255, 0.1);
  align-items: center;
  height: 407px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form-detail .success-inner {
    height: 674px;
  }
}
@media screen and (min-width: 1600px) {
  .form-detail .success-inner {
    height: 690px;
  }
}
.form-detail .success-inner svg {
  margin-bottom: 16px;
}
.form-detail .success-inner div {
  font-size: 24px;
  line-height: 35px;
  color: #FFFFFF;
}
.form-detail .success-inner p {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  opacity: 0.5;
}
.form-detail.succeed .form-inner {
  display: none;
}
.form-detail.succeed .success-inner {
  display: flex;
}

.header__logo {
  opacity: 1;
  pointer-events: auto;
}
.input_cl {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 9px 23px 9px;
    background: rgba(171, 161, 255, 0.1);
    border: 1px solid rgba(171, 161, 255, 0.1);
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: "Circe", sans-serif;
    outline: none;
    transition: border-color 0.2s, background-color 0.2s;
    display: block;
    width: 100%;
    height: 56px;
    resize: none;
    color: #fff!important;
}
