@charset "UTF-8";
/* Адаптивное свойство */
/* /Адаптивное свойство */
/* Оптимальные размеры блоков */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* /Оптимальные размеры блоков */
/* Fonts */
/* Основной/Основные шрифт(-ы) */
body {
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  color: #ffffff;
}

/* /Основной/Основные шрифт(-ы) */
/* Titles */











.section-title {
  font-size: 27px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1140px) {
  .section-title {
    font-size: calc(18px + 5 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .section-title {
    margin-bottom: calc(20px + 50 * ((100vw - 320px) / 820));
  }
}



.section-title::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(0.01%, rgba(255, 173, 0, 0)), color-stop(96.91%, #FF0000));
  background: -o-linear-gradient(left, #FF0000 0%, rgba(255, 173, 0, 0) 0.01%, #FF0000 96.91%);
  background: linear-gradient(90deg, #FF0000 0%, rgba(255, 173, 0, 0) 0.01%, #FF0000 96.91%);
  display: inline-block;
  width: 330px;
  height: 1px;
  margin-right: 15px;
}
@media (max-width: 1140px) {
  .section-title::before {
    width: calc(60px + 20 * ((100vw - 320px) / 820));
  }
}

.section-title::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#FF0000), color-stop(96.91%, rgba(255, 173, 0, 0)));
  background: -o-linear-gradient(left, #FF0000 0%, rgba(255, 173, 0, 0) 96.91%);
  background: linear-gradient(90deg, #FF0000 0%, rgba(255, 173, 0, 0) 96.91%);
  display: inline-block;
  width: 330px;
  height: 1px;
  margin-left: 15px;
}
@media (max-width: 1140px) {
  .section-title::after {
    width: calc(60px + 20 * ((100vw - 320px) / 820));
  }
}
.section-p
{
  margin-bottom: 55px;
  text-align: center;
}
.section-title2 {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  text-align: center;
}
@media (max-width: 1140px) {
  .section-title2 {
    font-size: calc(18px + 5 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .section-title2 {
    margin-bottom: calc(20px + 50 * ((100vw - 320px) / 820));
  }
}

.section-title2::before {
  content: "";
  background: -webkit-gradient(linear, right top, left top, color-stop(32.8%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #FFFFFF 32.8%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #FFFFFF 32.8%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  width: 330px;
  height: 1px;
  margin-right: 15px;
}
@media (max-width: 1140px) {
  .section-title2::before {
    width: calc(120px + 210 * ((100vw - 320px) / 820));
  }
}
.advantages-card__icon
{
  display: none;
}
@media (min-width: 1140px) {
  .advantages-card__icon {
    width: 100% !important;
    display: block;
    height: 570px !important;
  }
}
/* /Links */
/* Modal */
.modal-body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal-header {
  position: relative;
}
.modal-body p {
  color: #333333;
}
.btn-close {
  position: absolute;
  right: 8px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.modal-title {
  font-size: 22px;
  font-weight: 900;
  color: #000;
  text-align: center;
}

.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-title2::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(32.8%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFFFF 32.8%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #FFFFFF 32.8%, rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  width: 330px;
  height: 1px;
  margin-left: 15px;
}
@media (max-width: 1140px) {
  .section-title2::after {
    width: calc(120px + 210 * ((100vw - 320px) / 820));
  }
}
.container
{
  position: relative;
}

/* /Titles */
/* /Fonts */
/* Common */
/* Отключение последнего брейкпоинта Bootstrap 5 */
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
/* /Отключение последнего брейкпоинта Bootstrap 5 */
/* Отключение границ элементов */
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
}

/* /Отключение границ элементов */	
/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* /Smooth Scrolling */
.video-box iframe
{
  height: 100%;
  width: 100%;
}
.video-box
{
  aspect-ratio: 16 / 9;

}

/* /Цвет выделения текста */
/* Links */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #D50000;
}

/* /Links */
/* Разделитель заголовков */
/* Light section */
/* /Light section */
/* Dark section */
/* /Dark section */
/* /Разделитель заголовков */
/* Кастомизация скрола */
body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #3d3d3d;
}

body::-webkit-scrollbar-track {
  background: #1f1f1f;
}

/* /Кастомизация скрола */
/* Btn-up */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
          box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #6c6d6d;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linea;
  -o-transition: all 400ms linea;
  transition: all 400ms linea;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing-transition: all 400ms linear;
}

.progress-wrap::after {
  color: #D50000;
}

.progress-wrap svg.progress-circle path {
  stroke: #D50000;
}

/* /Btn-up */
/* Buttons */
.btn:hover
{
  opacity: 0.95;
  color: #fff;

}
.btn {
  display: inline-block;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ffc039;
  padding: 13.5px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 1140px) {
  .btn {
    font-size: calc(14px + 2 * ((100vw - 320px) / 820));
  }
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.href-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  z-index: 1;
}

/* /Buttons */
/* /Common */
/* Section «Header» */
.logo {
  width: 173px;
}
@media (max-width: 1140px) {
  .logo {
    width: calc(130px + 43 * ((100vw - 320px) / 820));
  }
}

.header-line {
  background-color: #D50000;
  height: 5px;
}

.header-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (max-width: 1140px) {
  .header-grid {
    padding-top: calc(14px + 14 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .header-grid {
    padding-bottom: calc(14px + 14 * ((100vw - 320px) / 820));
  }
}

.menu {
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 10px;
  position: relative;
  right: -11px;
  display: -ms-grid;
  display: grid;
  margin: 0;
  padding: 0;
}

.menu__item {
  text-transform: uppercase;
  list-style: none;
  position: relative;
}

.menu__item a.active {
  text-transform: uppercase;
  list-style: none;
  padding: 2px 12px;
  position: relative;
  left: 12px;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  transition: ease-out 0.3s 0.1s;
}

.menu__item a.active::before {
  width: 1px;
  height: 100%;
  background: #D50000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__item a.active span::before {
  width: 100%;
  height: 1px;
  background: #D50000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu__item a.active::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__item a.active span::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__item a.active::after {
  width: 1px;
  height: 100%;
  background: #D50000;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__item a.active span::after {
  width: 100%;
  height: 1px;
  background: #D50000;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.menu__item a.active::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__item a.active span::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  padding: 6px 10px;
  position: relative;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  transition: ease-out 0.3s 0.1s;
}

.menu__link::before {
  width: 1px;
  height: 100%;
  background: #D50000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__link span::before {
  width: 100%;
  height: 1px;
  background: #D50000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.menu__link:hover::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__link:hover span::before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__link::after {
  width: 1px;
  height: 100%;
  background: #D50000;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__link span::after {
  width: 100%;
  height: 1px;
  background: #D50000;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.menu__link:hover::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.menu__link:hover span::after {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  background: #D50000;
}

.list-line {
  width: 1px;
  height: 14px;
  background-color: #D50000;
}

.phone__link {
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.phone {
  font-size: 15px;
  font-weight: bold;
}

.burger {
  cursor: pointer;
  width: 32px;
  display: none;
}

.burger span {
  display: block;
  height: 4px;
  margin-bottom: 4px;
  background: #333333;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;


}

.burger span:last-child {
  margin: 0;
}

.burger.x span.bar-3 {
  display: none;
}

.burger.x span.bar-1 {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(6px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(6px);
          transform: rotate(45deg) translateY(5px) translateX(6px);
}

.burger.x span.bar-2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-mobile {
  display: none;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .header_main {
    display: none;
  }

  .header-logo {
    display: none;
  }

  .header_main.showMobile {
    display: block;
  }

  .header_main .container {
    padding: 0;
  }

  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .header-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-top: 0.5px solid #333333;
  }

  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .burger {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }

  .list-line {
    display: none;
  }
}
.page-header-wrapper-img
{
  position: absolute;
  right: 0px;
  bottom: -160px;
}
/* /Section «Header» */
/* Section «Page header» */
.page-header {
  position: relative;
  background: url(../images/src/page-header/page-header-bg.jpg), linear-gradient(262deg, rgb(255 255 255 / 0%), rgb(255 255 255));
  background-repeat: no-repeat;
  background-blend-mode: color-dodge;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  background-position-y: center;
}
@media (max-width: 1140px) {
  .page-header {
    padding-top: calc(55px + 105 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header {
    padding-bottom: calc(60px + 120 * ((100vw - 320px) / 820));
  }
}

.page-header__title {
  font-weight: 400;
  color: #333333;
  font-size: 61px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1140px) {
  .page-header__title {
    font-size: calc(32px + 6 * ((100vw - 320px) / 820));
  }
}

.page-header__title span {
  background-color: #D50000;
  padding: 9px 6px;
  color: white;
  text-transform: uppercase;
  font-size: 61px;
  font-weight: 500;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 1140px) {
  .page-header__title span {
    font-size: calc(38px + 20 * ((100vw - 320px) / 820));
  }

}


.about-company-img
{

  height: 100%;
  width: 100%;
  object-fit: cover;
}


.about-company
{
  -webkit-box-shadow: -30px -30px 0px 11px rgba(213, 0, 0, 0.49);
    -moz-box-shadow: -30px -30px 0px 11px rgba(213, 0, 0, 0.49);
    box-shadow: -30px -30px 0px 11px rgba(213, 0, 0, 0.49);
  padding: 45px;
  line-height: 30px;
  background-color: #D50000;
}









.page-header-wrap {
  max-width: 530px;
}

.page-header-wrap p {
  font-weight: 400;
  margin: 20px 0px 40px 0px;
  color: #333333;
}


.page-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vacancy__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.email-input
{
  width: 30%;
}
.name-input, .phone-input
{
  width: 33%;
}
.item-advantage h3
{
  padding: 15px;
}
.phone-input
{

  margin: 0px 20px !important;
}
.vacancy__input, .textarea__input {
  padding: 16px 16px;
  color: rgb(117, 117, 117) !important;
  border: 1px solid #E1E1E1;
  border-radius: 5px !important;
  outline: none;
  height: 50px;
  position: relative;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.textarea__input
{
  resize: none;
  min-height: 110px;
  width: 100%;

 
}
@media (min-width: 541px) and (max-width: 991px) 
{
  
  .item-values-text h3
  {
    font-size: 14px !important;
  }
  .black-stroke, .red-stroke
  {
    font-size: 16px;
  }
  .item-values-img img, .item-advantage-img img
  {
    width: 60px;
  }

  .item-values
  {
    justify-content: center !important;
  }
  .item-values-text
  {
    width: 400px;
    
  }
  .item-advantage h3
  {
    font-size: 14px !important;

  }
}
@media (max-width: 300px) {
 
  .section-title::before, .section-title::after {
    width: calc(30px + 20 * ((100vw - 320px) / 820));
}
  .item-advantage h3
  {
    padding: 15px !important;
  }
  
  .item-values-img img, .item-advantage-img img
  {
    width: 60px;
  }
  .vacancy
  {
    height: 500px !important;
  }
  .button-vacancy {
    margin-top: 50px !important;
}
  .item-values
  {
    justify-content: center;
  }
  .item-values-text
  {
    width: 150px;
  }
  .page-header .container{
    margin-bottom: 15px;
  }


  .section-p,   .item-values-text h3, .view_vacancies, .item-advantage h3, .about-company p, .page-header-wrap p, .black-stroke, .red-stroke, .btn-red
{
  font-size: 14px !important;
}

.hhru
{
  width: 100px !important;
  bottom: 10px !important;
  right: 10px !important;
}
}
@media (min-width: 300px) and (max-width: 540px) {
  .about-company
  {
    padding: 35px !important;
  }
  .hhru
{
  width: 100px !important;
  bottom: 10px !important;
  right: 10px !important;
}
  .vacancy
  {
    height: 500px !important;
  }
  .button-vacancy {
    margin-top: 50px !important;
}
  .item-values-img img, .item-advantage-img img
  {
    width: 60px;
  }
  .item-values
  {
    justify-content: center;
  }
  .item-values-text
  {
    width: 200px;
  }
.page-header-wrapper
{
  margin-bottom: 30px;
}
.view_vacancies, .item-advantage h3
{
  font-size: 16px !important;
}
.hhru
{
  width: 120px;
}
.item-advantage-img {

  padding: 20px !important;


}
.item-values-text h3, .black-stroke, .red-stroke, .btn-red
{
  font-size: 16px !important;
}
.section-p
{
  font-size: 14px !important;
}


}


.page-header-wrapper-form {
  width: 320px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
  border-radius: 2px;
  margin-right: 80px;
}
@media (max-width: 1140px) {
  .page-header-wrapper-form {
    width: calc(280px + 40 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header-wrapper-form {
    padding-top: calc(25px + 15 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header-wrapper-form {
    padding-bottom: calc(10px + 10 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header-wrapper-form {
    padding-left: calc(20px + 10 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header-wrapper-form {
    padding-right: calc(20px + 10 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .about-company
{

    box-shadow: none;

}
  .page-header-wrapper-form {
    margin-right: calc(0px + 80 * ((100vw - 320px) / 820));
  }
}



input[type=checkbox]:checked,
input[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type=checkbox]:checked + label,
input[type=checkbox]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #FF0000;
}

input[type=checkbox]:checked + label:before,
input[type=checkbox]:not(:checked) + label:before {
  border-radius: 2px;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type=checkbox]:checked + label:after,
input[type=checkbox]:not(:checked) + label:after {
  left: 3px;
  top: 3px;
  width: 13px;
  height: 8px;
  border-radius: 1px;
  border-left: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
}

input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.item-values-img
{
  margin-right: 20px;
}
.item-values
{
  display: flex;
  flex-direction: row;
}
.item-values-text
{
  text-align: left;
  color: #333333;
}
.item-values-text h3
{
  text-transform: uppercase;
  font-weight: 600;
  font-size:16px;
  margin-bottom: 0px;
}
.item-values-text p
{
  font-size: 14px;
}

#policy {
  margin-top: 3px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.button-vacancy
{
  margin-top: 140px;
}
.view_vacancies
{

  text-transform: uppercase;
  padding: 20px 30px;
  background-color: #f90822;
  color: white;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 500;
}
.view_vacancies:hover
{
  color: white;
  opacity: 0.75;
}
.item-advantage
{
  display: flex;
  flex-direction: row;
  align-items: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
-moz-box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}
.item-advantage h3
{
  font-size: 16px;
  margin-bottom: 0px;
  padding: 0px 35px 0px 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.advantage h3, .values p
{
  color: #333333;
}
.item-advantage-img
{
 

  padding: 15px;
  background-color: #D50000;
}

.relative
{
  position: relative;
}
.advantage .section-title::after, .advantage .section-title::before
{
  width: 300px;
}
.about-company-block
{
  z-index: -10;
  width: 546px;
  height: 350px;
  top: -45px;
  left: -40px;
  background-color: rgba(213, 0, 0, 0.49);
  position: absolute;
}



/* /Section «Page header» */
/* Section «section» */
.section {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1140px) {
  .section {
    margin-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .section {
    margin-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.section-wrapper {
  grid-template-columns: repeat(auto-fit, minmax(240px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(240px, max-content));
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
}
@media (max-width: 1140px) {
  .section-wrapper {
    grid-gap: calc(15px + 15 * ((100vw - 320px) / 820));
  }
}

.hhru
{
  opacity: 0.5;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 170px;
}

/* /Section section» */
/* Section «vacancy» */
.vacancy {
  height: 750px;
  position: relative;
  padding-top: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 22, 23, 0)), color-stop(83.13%, rgba(21, 22, 23, 0.6))), url(../images/src/images/background-vacancy.jpg) center center;
  background: -o-linear-gradient(bottom, rgba(21, 22, 23, 0) 0%, rgba(21, 22, 23, 0.6) 83.13%), url(../images/src/images/background-vacancy.jpg) center center;
  background: linear-gradient(360deg, rgba(21, 22, 23, 0) 0%, rgba(21, 22, 23, 0.6) 83.13%), url(../images/src/images/background-vacancy.jpg) center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}
#advantage .two-rows
{
  display: flex;
  
    flex-direction: column;
    justify-content: space-between;
}

#carouselExampleFade img
{
  height: 350px;
object-fit: cover;
border-radius: 10px;
}

#advantage .svg-advantage
{
  height: 35px;
  width: 35px;
margin-right: 10px;
}
#advantage .two-rows p
{
  display: flex;
  font-size: 18px;
    flex-direction: row;
    align-items:flex-end;
    width: 350px;
}




.advantage-card
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 155px;
  background-color: #D50000;
  padding: 30px;
  border-radius: 10px;
}

.card-contact
{
  display: flex;
  
  padding: 80px 0px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  background-color: white;
  border-radius: 20px;
}
.card-contact .card-img
{
  object-fit: cover;
  border: 4px solid #D50000;
  height: 180px;
  width: 180px;
  border-radius: 100%;
  margin-bottom: 10px;
}
.card-contact h4
{
  font-size: 24px;
  color: #383838;
  font-weight: 600;
}
.card-contact p
{
  font-size: 20px;
  color: #383838;
}



.btn-red:hover
{
  opacity: 0.75;
}

@keyframes sale {
  20% {
      transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
      transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
      transform: rotate3d(0, 0, 1, 5deg);
  }
  70% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  80% {
      transform: rotate3d(0, 0, 1, -5deg);
  }
  90% {
      transform: rotate3d(0, 0, 1, -3deg);
  }
  100% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
}
.btn-red:hover .phone__icon, .phone__link:hover .phone__icon
{
  transform-origin: top center;
    animation-name: sale;
    animation-duration: 1s;
    animation-fill-mode: both;
}


.btn-red
{
  text-transform: uppercase;
  font-weight: 500;
  color: white !important;
  background-color: #D50000;
  padding: 15px 55px;
  border-radius: 10px;
}


.card-contact .phone__icon
{
  width: 16px;
}


.black-stroke, .red-stroke
{
  font-weight: 500;
  text-transform: uppercase;
}
.black-stroke
{
  color:#000;
}
.red-stroke
{
  color: #D50000;
}


.items-wrap {
  border-bottom: 1px solid #edeff6;
  border-top: 1px solid #edeff6;
  background-color: white;
  position: absolute;
  bottom: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  width: 100%;
}
.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.items-wrap:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.items-wrap:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.items {
  flex-shrink: 0;
  display: flex;

  counter-reset: item;
  justify-content: space-around;
  min-width: 100%;
}
.item {

  flex: 0 0 auto;

  counter-increment: item;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
 
  transition: all 0.1s ease-in-out;
}
.item:hover {
  transform: scale(1.05);
  
}



.marquee {
  animation: scroll 20s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
  animation-play-state: paused;
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

















@media (max-width: 1140px) {
  .card-contact h4
  {
    font-size: 20px;
  }
  .vacancy {
    padding-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
  .vacancy {
    padding-bottom: calc(40px + 120 * ((100vw - 320px) / 820));
  }
  .card-contact p
  {
    font-size: 16px;
  }
  .card-contact .card-img
  {
    width: 150px;
    height: 150px;
  }
}


.vacancy-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media (max-width: 540px) {
  
  
}

@media (max-width: 1140px) {
  .vacancy-card {
    gap: calc(12px + 12 * ((100vw - 320px) / 820));
  }
}




/* /Section «vacancy» */
/* Section «Cta» */
.cta {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media (max-width: 1140px) {
  .cta {
    margin-top: calc(60px + 170 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .cta {
    margin-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.cta-wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(213, 213, 213, 0.84)), to(rgba(213, 0, 0, 0.64))), url(.../images/src/vacancy/bg.jpg);
  background: -o-linear-gradient(bottom, rgba(213, 0, 0, 0.84), rgba(213, 0, 0, 0.64)), url(../images/src/vacancy/bg.jpg);
  background: linear-gradient(0deg, rgba(213, 0, 0, 0.84), rgba(213, 0, 0, 0.64)), url(../images/src/vacancy/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1140px) {
  .cta-wrapper {
    padding-top: calc(30px + 30 * ((100vw - 320px) / 820));
    padding-left: calc(20px + 10 * ((100vw - 320px) / 820));
    padding-right: calc(20px + 10 * ((100vw - 320px) / 820));
  }
}




.cta-wrapper__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .section .item p
  {
    width: auto;
  }
  #advantage .svg-advantage
  {
    height: 30px;
    width: 30px;
  }
  #advantage .two-rows p
  {
    font-size: 16px;
  }
  .cta-wrapper__title {
    font-size: calc(20px + 14 * ((100vw - 320px) / 820));
  }
  .cta-wrapper__title {
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 820));
  }
}


.cta-wrapper__title span {
  color: #D50000;
}

.vacancy__form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1199px)
{
  .phone-input
  {
    margin: 20px 0px !important;
  }
  .vacancy__input
  {
    width: 100%;

  }
}
@media (max-width: 1140px) {
  
  .vacancy__form2 {
    gap: calc(18px + 6 * ((100vw - 320px) / 820));
  }
}

.cta-wrapper__police {

  font-size: 14px;
  color: #fff;
  
  margin-bottom: 0;
}

.vacancy__input::before, .textarea__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #D50000;
}

.cta-wrapper__police a {
  text-decoration: underline;
  color: #FFAD00;
}
.cta-wrapper__police a:hover
{
  color: #FFAD00 !important;
  opacity: 0.8;
}

@media (max-width: 992px)
{

  #carouselExampleFade, .vacancy-card-people .col
  {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .page-header
  {
    background: url(../images/src/page-header/page-header-bg.jpg) center top;
  }
  #carouselExampleFade img
  {
    height: 250px;
  }
  .btn {
    width: 100%;
  }

  .cta-wrapper::before {
    content: none;
  }
  #advantage .two-rows p
  {
    width: auto;
  }

}
/* /Section «Cta» */
/* Section «Section name» */
/* /Section «Section name» */