@charset "UTF-8";
@font-face {
  font-family: "Druk Wide Cyr";
  src: url("fonts/drukwidecyr-bold.eot");
  src: local("Druk Wide Cyr"), url("fonts/drukwidecyr-bold.eot?#iefix") format("embedded-opentype"), url("fonts/drukwidecyr-bold.woff2") format("woff2"), url("fonts/drukwidecyr-bold.woff") format("woff"), url("fonts/drukwidecyr-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Druk Text Wide Cyr";
  src: url("fonts/druktextwidecyr-medium.eot");
  src: local("Druk Text Wide Cyr"), url("fonts/druktextwidecyr-medium.eot?#iefix") format("embedded-opentype"), url("fonts/druktextwidecyr-medium.woff2") format("woff2"), url("fonts/druktextwidecyr-medium.woff") format("woff"), url("fonts/druktextwidecyr-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("fonts/GraphikLCG-Regular.eot");
  src: local("Graphik LCG"), local("GraphikLCG-Regular"), url("fonts/GraphikLCG-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/GraphikLCG-Regular.woff2") format("woff2"), url("fonts/GraphikLCG-Regular.woff") format("woff"), url("fonts/GraphikLCG-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik LCG";
  src: url("fonts/GraphikLCG-Medium.eot");
  src: local("Graphik LCG"), local("GraphikLCG-Medium"), url("fonts/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GraphikLCG-Medium.woff2") format("woff2"), url("fonts/GraphikLCG-Medium.woff") format("woff"), url("fonts/GraphikLCG-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
:root {
  --white: #ffffff;
  --black: #1a1a1a;
  --main-color: #005b43;
  --pink-color: rgb(255, 226, 224);
  --peach-color: #ff6359;
  --active-color: #e3483f;
  --footer-bg: #2B3D4F;
  --footer-color: #fafafa;
  --blue: #0058a3;
  --dark-gray-color: #898B95;
  --gray-color: #c9c9c9;
  --gray-bg: #f5f5f6;
  --gray-check: #E0E1E5;
  --min-screen: 360px;
}

::selection {
  color: var(--white);
  background: var(--peach-color);
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 18px/1.2 "Graphik LCG", Arial, sans-serif;
  color: var(--black);
  min-width: var(--min-screen);
  font-weight: normal;
  background: var(--white);
}

body {
  -moz-osx-font-smoothing: grayscale;
}

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clear: both;
}
.rootWrap header,
.rootWrap main,
.rootWrap footer {
  display: table-row;
  height: 1px;
}
.rootWrap main {
  height: 100%;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  clear: both;
}

.srow {
  padding: 60px 0;
}
.srow.pt0 {
  padding-top: 0;
}
.srow.pb0 {
  padding-bottom: 0;
}

a {
  color: var(--main-color);
  text-decoration: none;
}
a:hover {
  color: var(--main-color);
  text-decoration: underline;
}
a:visited {
  color: inherit;
}

h1, h2, h3, h4, h5, .title, .title2, .title3 {
  font-family: "Druk Text Wide Cyr", sans-serif;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

h1, .title {
  font-size: 32px;
}

h2, .title2 {
  font-size: 32px;
}

h3, .title3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
label > span {
  display: block;
  margin-bottom: 5px;
}

input,
textarea {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 20px;
  background: var(--white);
  font-size: 16px;
}
input:focus,
textarea:focus {
  border: none !important;
  box-shadow: none !important;
}
input::placeholder,
textarea::placeholder {
  font-size: 14px;
}
input.has-error,
textarea.has-error {
  background: var(--pink-color);
}

select {
  display: block;
  width: 100%;
}

textarea {
  height: 220px;
  resize: none;
}

.check {
  width: 17px;
  height: 17px;
}
.check.radio i {
  border-radius: 20px;
}
.check.radio i:after {
  width: 10px;
  height: 10px;
  background: var(--main-color);
  border-radius: 10px;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.check input {
  display: none;
}
.check input:checked + i:after {
  opacity: 1;
}
.check.has-error i {
  background: var(--pink-color);
}
.check i {
  display: block;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  position: relative;
  border: none;
  border-radius: 4px;
  background: var(--gray-check);
}
.check i:after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  border-right: solid 2px var(--black);
  border-bottom: solid 2px var(--black);
  width: 6px;
  height: 9px;
  left: 6px;
  top: 3px;
  border-radius: 1px;
  opacity: 0;
  transform: rotate(45deg);
}

.radio {
  width: 20px;
  height: 20px;
  display: block;
}
.radio input {
  display: none;
}
.radio input:checked + i:after {
  opacity: 1;
}
.radio i {
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 2px #cacaca;
  border-radius: 20px;
  position: relative;
}
.radio i:hover {
  border: solid 2px var(--main-color);
}
.radio i:after {
  position: absolute;
  content: "";
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  opacity: 0;
  border-radius: 8px;
  background: var(--main-color);
}

header {
  background: var(--black);
  position: relative;
  z-index: 0;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: url("images/header.jpg") 50% 50%/cover no-repeat;
  z-index: -1;
}
header h1 {
  color: var(--white);
}

.main-page header {
  background: #000000;
}

.header {
  height: 132px;
}
.header-fixed {
  position: fixed;
  width: 100%;
  min-width: 360px;
  z-index: 9;
}
.header-top {
  box-sizing: border-box;
  padding: 40px 0;
}
.header-top-col {
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header-phone a {
  display: block;
  color: var(--white);
  text-decoration: none;
  cursor: default;
  font-weight: 400;
  font-size: 20px;
}
.header-phone a:hover {
  color: var(--white);
  text-decoration: none;
}
.header-phone.header-phone-icon a {
  position: relative;
  padding-left: 33px;
  white-space: nowrap;
}
.header-phone.header-phone-icon a:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background: url("images/phone_white.svg") 50% 50%/contain no-repeat;
}

.mobile-header {
  display: none;
  height: 64px;
}
.mobile-header-fixed {
  position: fixed;
  width: 100%;
  min-width: var(--min-screen);
  z-index: 9;
  background-color: var(--black);
}
.mobile-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.mobile-header-top .logo img {
  width: 95px;
  height: 24px;
}
.mobile-header-icons {
  display: flex;
}
.mobile-header-icons > div + div {
  margin-left: 16px;
}
.mobile-header-icons-call a {
  display: block;
  width: 40px;
  height: 40px;
  background: url("images/phone_white.svg") 50% 50%/14px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.header_scroll .header-top {
  background: var(--black);
}
.header_scroll .main-page .header-top {
  background: #000000;
}

.menu {
  display: flex;
  width: 100%;
}
.menu-wrap {
  margin: 0 20px 0 40px;
  flex-grow: 1;
}
.menu > div {
  margin-right: 20px;
}
.menu > div > a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: var(--white);
  white-space: nowrap;
  font-weight: 500;
  text-transform: uppercase;
}
.menu > div > a:hover {
  opacity: 0.8;
}
.menu > div.active > a {
  border-bottom: solid 1px var(--white);
}
.menu > div.have-child:hover .drop_menu {
  z-index: 10;
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
  padding-bottom: 20px;
}
.menu > div.have-child:hover .drop_menu .wrap {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
  padding: 20px 20px 40px;
}

/* Навигация */
.title-b {
  padding-bottom: 60px;
  box-sizing: border-box;
}
.title-b.t2 {
  min-height: 247px;
  position: relative;
  z-index: 0;
}
.title-b.t2 img {
  position: absolute;
  bottom: -60px;
  right: calc(50vw - 720px);
  height: calc(100% + 67px + 60px);
  width: auto;
  z-index: -1;
}
.title-b.t2 img.t2 {
  right: 0;
}
.title-b .btn.t4 {
  min-width: 380px;
  padding: 9px 20px;
}
.title-b h1 {
  max-width: 880px;
}

.page-subtitle {
  font-size: 20px;
  color: var(--white);
  max-width: 960px;
  margin-bottom: 40px;
}

.bx-top-nav {
  flex-grow: 1;
}

.workarea {
  background: var(--black);
}

.content-section {
  position: relative;
  padding-top: 60px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  background: var(--white);
}

footer {
  background: var(--white);
}

.footer {
  position: relative;
  z-index: 0;
  background: var(--black);
  color: var(--white);
  padding: 80px 0 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.footer-top {
  margin-bottom: 70px;
}
.footer-middle {
  padding-bottom: 20px;
  font-size: 12px;
  color: var(--dark-gray-color);
}
.footer-middle-text {
  max-width: 1000px;
}
.footer-bottom {
  clear: both;
  margin-top: 30px;
}
.footer-bottom-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .offer {
  margin: 0;
}
.footer-bottom .offer a {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}
.footer-bottom .offer a:hover {
  text-decoration: underline;
}
.footer-bottom .offer a + a {
  margin-left: 20px;
}
.footer-bottom .copy {
  color: var(--white);
  font-size: 14px;
  margin-right: 20px;
}
.footer-bottom .copy > div {
  display: inline;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.callback-form {
  padding: 40px;
  box-sizing: border-box;
  border-radius: 40px;
  background: var(--gray-bg);
}
.callback-form form > div .register-btn .btn {
  width: 100%;
  height: 64px;
  font-size: 20px;
}
.callback-form form > div.offer {
  margin-top: 11px;
}
.callback-form form > div.offer + .offer {
  margin-top: 0;
}
.callback-form form > div label {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.callback-form form > div label .errorText, .callback-form form > div label .error-text {
  color: red;
  font-size: 12px;
  display: none;
}
.callback-form form > div label textarea {
  height: 140px;
}
.callback-form form > div label.offer-label {
  margin-bottom: 12px;
}
.callback-form form > div label.offer-label .check {
  position: absolute;
  top: 0;
}
.callback-form form > div label.offer-label .offer-label-text {
  padding-left: 29px;
  margin: 0;
  font-size: 14px;
}
.callback-form form > div label.offer-label .offer-label-text a {
  color: var(--black);
  text-decoration: none;
}
.callback-form form > div label.offer-label .offer-label-text a:hover {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  background: var(--main-color);
  text-align: center;
  position: relative;
  border: solid 1px var(--main-color);
  padding: 12px 20px;
  border-radius: 40px;
}
.btn:hover {
  text-decoration: none;
  color: var(--white);
  background: var(--peach-color);
  border-color: var(--peach-color);
}
.btn:active {
  color: var(--white);
  background: var(--active-color);
  border-color: var(--active-color);
}
.btn:visited {
  color: var(--white);
}
.btn .disabled {
  color: var(--white);
  background: var(--gray-color);
  border-color: var(--gray-color);
}
.btn.t2 {
  background: var(--gray-color);
  border-color: var(--gray-color);
}
.btn.t3 {
  background: var(--black);
  border-color: var(--black);
}
.btn.t4 {
  background: var(--white);
  border-color: var(--white);
  color: var(--black);
}
.btn.mw360 {
  width: 363px;
  max-width: 100%;
  padding: 16px 20px;
  font-size: 20px;
}

.slick-dots {
  margin: 10px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 30px 10px 20px !important;
}
.slick-dots li:only-child {
  display: none;
  margin: 0 !important;
}

.tarif-slider .slick-track {
  margin-left: 0;
}
.tarif-slider .slick-slide {
  margin: 0 10px;
  height: 100%;
}
.tarif-slider .slick-slide .item {
  height: 100%;
}
.tarif-slider .slick-dots {
  margin: 0;
}
.tarif-slider-header {
  display: flex;
}
.tarif-slider-header > div:first-child {
  flex-grow: 1;
}
.tarif-slider-header > div:nth-child(2) {
  flex-shrink: 0;
  display: flex;
}
.tarif-slider-header.t2 {
  margin-top: 12px;
}
.tarif-slider-footer {
  margin: 40px 0 20px;
  display: none;
}
.tarif-slider-footer p {
  margin-bottom: 20px;
}
.tarif-slider-footer .btn {
  width: 100%;
}
.tarif-slider-next, .tarif-slider-prev {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url(images/arrow.svg) 50% 50%/16px no-repeat var(--black);
}
.tarif-slider-next:hover, .tarif-slider-prev:hover {
  background-color: var(--main-color);
}
.tarif-slider-next.slick-disabled, .tarif-slider-prev.slick-disabled {
  background-color: var(--gray-color);
}
.tarif-slider-next.slick-disabled:hover, .tarif-slider-prev.slick-disabled:hover {
  background-color: var(--gray-color);
}
.tarif-slider-next {
  transform: rotate(180deg);
  margin-left: 12px;
}
.tarif-slider-wrap {
  margin: 35px 0 0 max(50vw - 640px, 80px);
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tarif-slider-item {
  background: var(--gray-bg);
  padding: 40px;
  border-radius: 40px;
  width: 560px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tarif-slider-item-title, .tarif-slider-item-subtitle, .tarif-slider-item-price {
  font-family: "Druk Text Wide Cyr", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.tarif-slider-item-subtitle {
  font-size: 16px;
}
.tarif-slider-item-text {
  font-size: 16px;
  margin-bottom: 40px;
}
.tarif-slider-item-price {
  font-size: 20px;
  margin-left: 40px;
  white-space: nowrap;
}
.tarif-slider-item-actions {
  display: flex;
  align-items: center;
}
.tarif-slider-item-actions .btn {
  flex-grow: 1;
  padding: 9px 20px;
}

.partners-slider-wrap {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.partners-slider-wrap + .partners-slider-wrap {
  margin-top: 12px;
}
.partners-slider .slick-track {
  margin-left: 0;
}
.partners-slider .slick-slide {
  margin: 0 10px;
  height: 100%;
}
.partners-slider .slick-slide .item {
  height: 100%;
}

.cnt-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cnt-col-l {
  display: table-cell;
  vertical-align: top;
  width: 26.5625%;
  padding-right: 40px;
}
.cnt-col-r {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}
.cnt-col-r > *:first-child {
  margin-top: 0 !important;
}
.cnt-col-r > *:last-child {
  margin-bottom: 0 !important;
}
.cnt-col-r .text-wrap {
  /*padding:25px 0;*/
}

.vacancies {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.vacancies > div {
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 0 0 20px;
}

.vacancy-item {
  position: relative;
  background: var(--white);
  box-sizing: border-box;
  border: solid 1px var(--dark-gray-color);
  border-radius: 40px;
  padding: 40px;
  overflow: hidden;
}
.vacancy-item:hover {
  background: var(--gray-bg);
}
.vacancy-item-title {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
}
.vacancy-item-title > a {
  display: block;
  font-family: "Druk Text Wide Cyr", sans-serif;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  flex-grow: 1;
  overflow: hidden;
  height: 48px;
  max-width: 640px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.vacancy-item-title > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vacancy-item-title > div {
  flex-shrink: 0;
}
.vacancy-item-tags {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4px;
  white-space: nowrap;
  overflow: hidden;
  max-height: 74px;
  margin-bottom: 18px;
}
.vacancy-item-tags > div {
  margin-right: 4px;
  margin-bottom: 8px;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 14px;
  /*position: relative;
  z-index: 2;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.vacancy-item-tags-sector {
  color: var(--white);
  background: var(--black);
}
.vacancy-item-tags-requirements {
  color: var(--white);
  background: var(--dark-gray-color);
}
.vacancy-item-tags-format {
  color: var(--white);
  background: var(--peach-color);
}
.vacancy-item-tags-key {
  background: var(--gray-color);
}
.vacancy-item-tags-city {
  color: var(--main-color);
  border: solid 1px var(--dark-gray-color);
  position: relative;
  margin-left: 20px;
  padding: 8px 20px 8px 38px;
  border-radius: 40px;
  font-size: 14px;
}
.vacancy-item-tags-city:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  background: url("images/pin.svg") 50% 50%/contain no-repeat;
}
.vacancy-item-salary {
  display: block;
  font-family: "Druk Text Wide Cyr", sans-serif;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 14px;
  right: 40px;
}
.vacancy-item-slide {
  width: 620px;
}

.vacancy-advantages {
  display: flex;
  margin: 30px -10px;
  flex-wrap: wrap;
}
.vacancy-advantages > div {
  flex-basis: calc(33.3333333333% - 20px);
  margin: 10px;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 40px;
  border: solid 1px var(--dark-gray-color);
}
.vacancy-advantages-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}
.vacancy-advantages-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.vacancy-advantages-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.vacancy-advantages-icon1 {
  background-image: url("images/vai1.svg");
}
.vacancy-advantages-icon2 {
  background-image: url("images/vai2.svg");
}
.vacancy-advantages-buttons {
  display: flex;
  margin-top: 40px;
  align-items: center;
}
.vacancy-advantages-buttons > a {
  display: block;
}
.vacancy-advantages-buttons .btn {
  padding: 9px 20px;
}
.vacancy-advantages-buttons-telegram {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: url("images/telegram_w.svg") 6px 50% no-repeat var(--black);
  margin-right: 16px;
}
.vacancy-advantages-buttons-catalog {
  flex-grow: 1;
}

.vacancy-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px;
}
.vacancy-steps > div {
  flex-basis: calc(33.3333333333% - 20px);
  margin: 10px;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 40px;
  border: solid 1px var(--dark-gray-color);
  min-height: 210px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.vacancy-steps-title, .vacancy-steps-number {
  font-family: "Druk Text Wide Cyr", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.vacancy-steps-number {
  font-size: 174px;
  color: var(--main-color);
  opacity: 0.2;
  z-index: -1;
  position: absolute;
  right: -45px;
  bottom: -70px;
}

.hire-form-wrap {
  margin: 40px 0;
  display: flex;
}
.hire-form-wrap > div {
  flex-basis: calc(50% - 20px);
}
.hire-form-wrap > div:first-child {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hire-case {
  margin-bottom: 20px;
}
.hire-case-title {
  font-family: "Druk Text Wide Cyr", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hire-custom-title {
  font-family: "Druk Text Wide Cyr", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hire-items {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -10px 40px;
}
.hire-items > div {
  flex-basis: calc(25% - 20px);
  margin: 10px;
}
.hire-item {
  background: var(--gray-bg);
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 78px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hire-item-title a {
  display: block;
  font-family: "Druk Text Wide Cyr", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.hire-item-title a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-window {
  padding: 159px 40px 40px;
  /*margin: 0 20px;*/
  font: inherit;
  font-size: 20px;
  border-radius: 40px;
  max-width: min(800px, 100vw - 40px);
}
.popup-window:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 74px;
  height: 74px;
  background: url("images/quote.svg") 50% 50%/55px 40px no-repeat;
  margin-bottom: 20px;
}
.popup-window-close-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--black);
  top: 40px;
  right: 40px;
  opacity: 1;
}
.popup-window-close-icon:hover {
  background: var(--main-color);
}
.popup-window-close-icon:after {
  width: 15px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.0768 0.829976C13.5167 0.390008 14.2301 0.390008 14.67 0.829975C15.11 1.26994 15.11 1.98327 14.67 2.42324L1.92392 15.1693C1.48396 15.6093 0.770629 15.6093 0.330661 15.1693C-0.109306 14.7294 -0.109306 14.016 0.330661 13.5761L13.0768 0.829976Z' fill='white'/%3E%3Cpath d='M0.329976 2.42327C-0.109992 1.98331 -0.109992 1.26998 0.329975 0.830011C0.769943 0.390044 1.48327 0.390044 1.92324 0.830011L14.6693 13.5761C15.1093 14.0161 15.1093 14.7294 14.6693 15.1694C14.2294 15.6093 13.516 15.6093 13.0761 15.1694L0.329976 2.42327Z' fill='white'/%3E%3C/svg%3E%0A");
}

.wrap404 {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}
.wrap404 h2 {
  text-align: center;
}

@media screen and (max-width: 1360px) {
  .wrap {
    padding: 0 40px;
  }
  .tarif-slider-wrap {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .title-b.t2 img {
    bottom: -20px;
    height: 170px;
    right: -106px;
  }
  .title-b.t2 img.t2 {
    right: -72px;
  }
  .vacancy-advantages > div,
  .vacancy-steps > div {
    flex-basis: calc(50% - 20px);
  }
  .mobile-header {
    display: block;
  }
  .header {
    display: none;
  }
  .wrap {
    padding: 0 20px;
  }
  .tarif-slider-wrap {
    margin-left: 20px;
  }
  .content-section {
    padding-top: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .footer {
    padding: 20px 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
  .footer .bx-top-nav {
    flex-basis: 100%;
  }
  .footer .menu {
    margin: 40px 0;
  }
  .footer .header-phone {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .hire-items > div {
    flex-basis: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .footer-bottom .offer a {
    display: block;
  }
  .footer-bottom .offer a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .cnt-col {
    display: block;
  }
  .cnt-col-l {
    display: block;
    padding-right: 0;
    width: auto;
  }
  .cnt-col-r {
    display: block;
    width: auto;
  }
  .menu > div > a {
    display: unset;
  }
  .footer .menu {
    flex-wrap: wrap;
  }
  .footer .menu > div {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .page-subtitle {
    font-size: 14px;
    text-align: center;
  }
  .title-b h1 {
    text-align: center;
  }
  .title-b.t2 {
    min-height: 324px;
  }
  .hire-item-title a {
    font-size: 14px;
  }
  .vacancy-item-title {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .vacancy-item-title > a {
    flex-basis: 100%;
    max-width: unset;
    height: 38px;
    order: 1;
    margin-top: 20px;
  }
  .vacancy-item-tags-city {
    margin-left: 0;
  }
}
@media screen and (min-width: 801px) {
  .hide_desktop {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .btn.mw360 {
    padding: 9px 20px;
    font-size: 14px;
  }
  .srow {
    padding: 20px 0;
  }
  .callback-form form > div .register-btn .btn {
    height: 41px;
    font-size: 14px;
    padding: 9px 20px;
  }
  .popup-window {
    padding: 70px 20px 20px;
    border-radius: 20px;
    background: #fff;
  }
  .popup-window:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url("images/quote.svg") 50% 50%/18px 13px no-repeat;
  }
  .popup-window-close-icon {
    top: 20px;
    right: 20px;
  }
  .vacancy-item-slide {
    width: 420px;
  }
  .vacancy-item-tags {
    margin-bottom: 42px;
  }
  .vacancy-item-salary {
    bottom: 20px;
    right: 20px;
  }
  .footer .submenu {
    display: none;
  }
  .srow.t1 {
    padding-bottom: 0;
    margin-bottom: -40px;
  }
  .hire-items > div {
    flex-basis: calc(50% - 20px);
  }
  .hire-form-wrap {
    flex-wrap: wrap;
  }
  .hire-form-wrap > div {
    flex-basis: 100%;
  }
  .hire-form-wrap > div:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hire-custom-title {
    font-size: 18px;
  }
  .hire-case-title {
    font-size: 16px;
  }
  .callback-form {
    padding: 20px 16px;
    border-radius: 20px;
  }
  .vacancy-advantages > div {
    flex-basis: calc(100% - 20px);
    padding: 20px;
    border-radius: 20px;
  }
  .vacancy-steps > div {
    flex-basis: calc(100% - 20px);
    padding: 20px;
    border-radius: 20px;
  }
  .vacancy-steps-title {
    font-size: 14px;
  }
  .vacancy-steps-number {
    font-size: 89px;
    right: -12px;
    bottom: -22px;
  }
  .hide_mobile {
    display: none;
  }
  html, body {
    font-size: 16px;
  }
  h1, .title {
    font-size: 18px;
  }
  h2, .title2 {
    font-size: 18px;
  }
  h3, .title3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  .tarif-slider .slick-slide {
    margin: 0 6px;
  }
  .tarif-slider-header > div:nth-child(2) {
    display: none;
  }
  .tarif-slider-footer {
    display: block;
  }
  .tarif-slider-item {
    width: 260px;
    padding: 20px;
    border-radius: 20px;
  }
  .tarif-slider-item-title {
    font-size: 14px;
  }
  .tarif-slider-item-subtitle {
    font-size: 12px;
  }
  .tarif-slider-item-price {
    font-size: 18px;
  }
  .tarif-slider-item-text {
    font-size: 12px;
  }
  .tarif-slider-item .btn {
    display: none;
  }
  .footer .logo img {
    width: 95px;
    height: 24px;
  }
  .footer .menu {
    flex-wrap: wrap;
  }
  .footer .menu > div {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer-bottom-col {
    flex-wrap: wrap;
  }
  .footer-bottom .copy {
    margin-right: 0;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .footer-form-wrap {
    flex-wrap: wrap;
    padding-right: 20px;
  }
  .footer-form-wrap > div {
    flex-basis: 100%;
  }
  .vacancy-item {
    border-radius: 20px;
    padding: 20px;
  }
  .vacancy-item-title > a {
    font-size: 16px;
  }
  .vacancy-item-salary {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .hire-items > div {
    flex-basis: calc(100% - 20px);
  }
  .hire-item {
    min-height: unset;
  }
}
@media screen and (max-width: 480px) {
  .vacancy-item-slide {
    width: 260px;
  }
  .vacancy-item-title {
    margin-bottom: 20px;
  }
  .vacancy-item-title > div {
    flex-basis: 100%;
  }
  .vacancy-item-title > a {
    height: unset;
    -webkit-line-clamp: 4;
  }
  .vacancy-item-tags {
    max-height: 238px;
    margin-bottom: 42px;
  }
  .vacancy-item-salary {
    bottom: 20px;
    right: 20px;
  }
  .title-b .btn.t4,
  .btn.mw360 {
    width: 100%;
  }
}

/*# sourceMappingURL=template_styles.css.map */
