@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
header {
  padding: 30px 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
header .header-nav {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1100px;
}
header .header-nav .header-nav-container_logo {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-basis: 20%;
}
header .header-nav .header-nav-container_logo img {
  width: 200px;
}
header .header-nav .header-nav-container_links {
  margin: 0;
  display: flex;
  flex-basis: auto;
}
header .header-nav .header-nav-container_links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
header .header-nav .header-nav-container_links ul li {
  gap: 40px;
  list-style-type: none;
}
header a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
header a:hover {
  color: #880009;
  transition: 500ms ease;
}

.home {
  position: relative;
  top: -100px;
  background-image: url("assets/images/slide-1-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
  display: flex;
  height: 100vh;
  align-items: center;
}
.home:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  background-image: linear-gradient(to left bottom, #000, #000, #000);
  opacity: 0.6;
  z-index: 0;
}
.home .home-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  flex-basis: 50%;
}
.home .home-content .home-content_block {
  padding: 150px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex-basis: 50%;
  width: 100%;
  margin: 0 auto;
}
.home .home-content .home-content_block .home-content_text-block_1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.home .home-content .home-content_block .home-content_text-block_1 h1 {
  font-size: 52px;
}
.home .home-content .home-content_block .home-content_text-block_2 {
  color: #f6f6f6;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}
.home .home-content .home-content_block .home-content_text-block_3 {
  font-weight: 600;
  color: #fff;
}
.home .home-content .home-content_button {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-basis: 20%;
}
.home .home-content .home-content_button .button1 {
  color: #f6f6f6;
  background-color: #e3000f;
}
.home .home-content .home-content_button .button1 a {
  color: #f6f6f6;
}
.home .home-content .home-content_button .button2 {
  background-color: #f6f6f6;
  color: #e3000f;
}
.home .home-content .home-content_button .button2 a {
  color: #e3000f;
}
.home .home-content .home-content_button .home-content_button_1 {
  position: relative;
  z-index: 10;
  border-radius: 50px;
  display: inline-block;
  align-self: center;
  padding: 18px 36px;
  box-sizing: border-box;
  margin: 25px 0;
  text-transform: none;
  cursor: pointer;
}
.home .home-content .home-content_button .home-content_button_1 a {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 700;
}
.home .home-content .home-content_button .home-content_button_1:active {
  background-color: #e3000f;
  transition: 800ms ease;
}

.cookie-notice-consent__container {
  padding: 25px !important;
  font-size: 0.9rem;
  color: #222 !important;
  background-color: #f6f6f6 !important;
}
.cookie-notice-consent__container #cookie-notice-consent__accept-button, .cookie-notice-consent__container #cookie-notice-consent__reject-button {
  padding: 10px 20px !important;
  font-weight: 700 !important;
  border-radius: 50px !important;
  border-color: #e3000f;
}
.cookie-notice-consent__container #cookie-notice-consent__accept-button {
  background-color: #e3000f !important;
  color: #f6f6f6 !important;
}
.cookie-notice-consent__container #cookie-notice-consent__reject-button {
  background-color: #f6f6f6 !important;
  color: #e3000f !important;
}

.jobs {
  background-color: #f6f6f6;
}
.jobs .jobs-c {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 30px 50px;
  box-sizing: border-box;
}
.jobs .jobs-c .jobs-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(50% - 20px);
  box-sizing: border-box;
  background-color: #fff;
  padding: 15px;
}
.jobs .jobs-c .jobs-block .jobs-block__image img {
  width: 220px;
  height: 150px;
  object-fit: cover;
}
.jobs .jobs-c .jobs-block .jobs-block__details {
  box-sizing: border-box;
  padding: 0 0 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
.jobs .jobs-c .jobs-block .jobs-block__details h4 {
  font-size: 20px;
  color: #e3000f;
  font-weight: 700;
}
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul {
  padding: 0;
}
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul li {
  padding: 5px 0px;
  font-size: 14px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul .icon1::before,
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul .icon2::before,
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul .icon3::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul .icon1:before {
  background-image: url("assets/images/icons/icon-3.1.svg");
  background-repeat: no-repeat;
}
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul .icon2:before {
  background-image: url("assets/images/icons/icon-3.2.svg");
  background-repeat: no-repeat;
}
.jobs .jobs-c .jobs-block .jobs-block__details .jobs-block__details-list ul .icon3:before {
  background-image: url("assets/images/icons/icon-3.3.svg");
  background-repeat: no-repeat;
}
.jobs .jobs-c .jobs_button {
  position: relative;
  z-index: 10;
  border-radius: 50px;
  display: inline-block;
  align-self: center;
  padding: 18px 36px;
  box-sizing: border-box;
  margin: 25px 0;
  text-transform: none;
  cursor: pointer;
  background-color: #e3000f;
}
.jobs .jobs-c .jobs_button a {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 700;
  color: #f6f6f6;
}
.jobs .jobs-c .jobs_button:active {
  background-color: #e3000f;
  transition: 800ms ease;
}
.jobs .jobs-c .jobs-information {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #222;
  gap: 10px; /* расстояние между иконкой и текстом */
  text-align: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
.jobs .jobs-c .jobs-information .icon::before {
  text-align: center;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #222;
  margin-right: 8px;
}

.about-us {
  margin: 50px 0;
  box-sizing: border-box;
}
.about-us .about-us__block {
  display: flex;
  flex-direction: column;
}
.about-us .about-us__block .about-us__text {
  margin: 0 0 30px 0;
  font-size: 24px;
  color: #222;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.about-us .about-us__block .about-us__text h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  color: #e3000f;
}
.about-us .about-us__block .about-us__offers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.about-us .about-us__block .about-us__offers .about-us__offers-1,
.about-us .about-us__block .about-us__offers .about-us__offers-2,
.about-us .about-us__block .about-us__offers .about-us__offers-3,
.about-us .about-us__block .about-us__offers .about-us__offers-4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-us .about-us__block .about-us__offers .about-us__offers-1:before {
  content: "";
  display: block;
  background-image: url("assets/images/icons/icon-4.1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
}
.about-us .about-us__block .about-us__offers .about-us__offers-2:before {
  content: "";
  display: block;
  background-image: url("assets/images/icons/icon-4.2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
}
.about-us .about-us__block .about-us__offers .about-us__offers-3:before {
  content: "";
  display: block;
  background-image: url("assets/images/icons/icon-4.3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
}
.about-us .about-us__block .about-us__offers .about-us__offers-4:before {
  content: "";
  display: block;
  background-image: url("assets/images/icons/icon-4.4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px auto;
}
.about-us .about-us__block .about-us__offers .offer {
  font-size: 15px;
  padding: 20px;
  display: block;
  color: #222;
  max-width: 180px;
  text-align: center;
}
.about-us i.fa-solid {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-size: 20px;
}

.lid-form {
  margin: 30px 50px;
  display: flex;
  flex-direction: column;
  color: #e3000f;
}
.lid-form h3 {
  text-align: center;
}
.lid-form .lid-form_undertitle {
  text-align: center;
  font-size: clamp(1rem, 2vw, 1.5rem);
  margin-top: 10px;
}
.lid-form .lid-form_block {
  display: flex;
  flex-direction: row;
  padding: 30px 0px;
}
.lid-form .lid-form_block .lid-form_form {
  flex-basis: 55%;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply input,
.lid-form .lid-form_block .lid-form_form .lid-form_apply select {
  background-color: #f6f6f6;
  color: #222;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input {
  margin: 20px 0 0 0;
  padding: 18px 36px;
  border-radius: 50px;
  border: 2px solid #ebebeb;
  box-sizing: border-box;
  width: 250px;
  display: flex;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input:hover {
  border-color: #e3000f;
  color: #222;
  transition: 500ms ease;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input:focus {
  border-color: #e3000f;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .lid-form_apply-1 {
  display: flex;
  flex-direction: row;
  gap: 20px 15px;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .lid-form_apply-2 {
  display: flex;
  flex-direction: row;
  gap: 20px 15px;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .lid-form_apply-2 .form__select {
  color: #222;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input-button .form__button {
  margin: 20px 0 0 0;
  padding: 18px 36px;
  border-radius: 50px;
  border: 2px solid #ebebeb;
  box-sizing: border-box;
  width: 200px;
  display: flex;
  background-color: #e3000f;
  color: #f6f6f6;
  text-align: center;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input-button .form__checkbox-block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input-button .form__checkbox-block .form__checkbox {
  font-size: 12px;
  white-space: nowrap;
  padding: 10px;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input-button .form__checkbox-block .form__checkbox a {
  text-transform: lowercase;
}
.lid-form .lid-form_block .lid-form_form .lid-form_apply .form__input-button .form__checkbox-block .form__checkbox-box {
  padding-right: 15px;
  text-transform: lowercase;
}
.lid-form .lid-form_block .lid-form_offers {
  flex-basis: 45%;
  display: flex;
  align-items: center;
}
.lid-form .lid-form_block .lid-form_offers ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.lid-form .lid-form_block .lid-form_offers ul .lid-form__list {
  list-style: none;
  color: #222;
  padding: 20px 15px;
  margin: 0;
  font-weight: 700;
}
.lid-form .lid-form_block .lid-form_offers ul .lid-form__list::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #222;
  margin-right: 10px;
}

/*************************************/
.wpforms-field-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.wpforms-field-container .wpforms-83-field_2-container {
  width: 250px;
}
.wpforms-field-container .wpforms-83-field_2-container .wpforms-field-label {
  display: none;
}

#wpforms-83-field_1,
#wpforms-83-field_4-container input[type=text],
#wpforms-83-field_6-container input[type=text],
#wpforms-83-field_7-container select {
  background-color: #f6f6f6;
  padding: 18px 36px;
  height: auto;
  border-radius: 50px;
  border: 2px solid #ebebeb;
  box-sizing: border-box;
  width: 280px;
  max-width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
}
#wpforms-83-field_1:hover,
#wpforms-83-field_4-container input[type=text]:hover,
#wpforms-83-field_6-container input[type=text]:hover,
#wpforms-83-field_7-container select:hover {
  border-color: #e3000f;
  color: #222;
  transition: 800ms ease;
}
#wpforms-83-field_1:focus,
#wpforms-83-field_4-container input[type=text]:focus,
#wpforms-83-field_6-container input[type=text]:focus,
#wpforms-83-field_7-container select:focus {
  border-color: #e3000f;
}

#wpforms-83-field_7 {
  font-size: 14px;
}

#wpforms-submit-83 {
  background-color: #e3000f;
  padding: 18px 36px;
  height: auto;
  border-radius: 50px;
  border: 2px solid #e3000f;
  box-sizing: border-box;
  width: 200px;
  max-width: 200px;
  display: flex;
  color: #ebebeb;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
#wpforms-submit-83:focus {
  transition: 800ms ease;
}
#wpforms-submit-83:hover {
  background-color: #e3000f;
  transition: 800ms ease;
}
#wpforms-submit-83:active {
  background-color: #880009;
  color: #f6f6f6;
  transition: 800ms ease;
}

/*********************************************/
#wpforms-83-field_8 {
  font-size: 12px;
}
#wpforms-83-field_8 li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#wpforms-83-field_8 li .wpforms-field-label-inline {
  margin: 0;
  line-height: normal;
}

#wpforms-83-field_8 .choice-1 input[type=checkbox] + label {
  font-size: 12px;
  padding-inline-start: 8px;
  margin: 0;
}

#wpforms-83-field_8-container {
  padding: 0;
  margin: 0;
}
#wpforms-83-field_8-container legend {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

#wpforms-83 .wpforms-field label {
  margin: 0 0 5px 0;
  font-size: 14px;
}

#wpforms-83-field_8_1 {
  margin: 0;
  border: none !important;
}

#code95 {
  margin-bottom: 50px;
}

.code95 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.code95 .code95-block {
  flex-basis: 50%;
  box-sizing: border-box;
  color: #e3000f;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.code95 .code95-block h3 {
  font-size: 34px;
  text-align: center;
}
.code95 .code95-block .code95-block__info {
  color: #222;
  font-size: 20px;
  padding: 15px 0 0 0;
}
.code95 .code95-block .code95-block__info .code95-block__info-txt p {
  margin: 0 0 10px 0;
  text-align: center;
  line-height: 30px;
}
.code95 .code95-block .code95-block__info .code95-block__info-txt ul li {
  padding-bottom: 5px;
}
.code95 .code95-image {
  flex-basis: 50%;
  max-width: 400px;
  display: flex;
  align-self: center;
  justify-content: center;
}
.code95 .code95-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 25px;
  transform: rotate(-5deg);
  object-fit: cover;
}

.whywe {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
.whywe .whywe-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 50px;
}
.whywe .whywe-block .whywe-image {
  flex-basis: 50%;
  max-width: 400px;
}
.whywe .whywe-block .whywe-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 25px;
  transform: rotate(5deg);
  object-fit: cover;
}
.whywe .whywe-block .whywe-block-text {
  flex-basis: 50%;
}
.whywe .whywe-block .whywe-block-text h3 {
  font-size: 34px;
  color: #e3000f;
  text-align: center;
}
.whywe .whywe-block .whywe-block-text .whywe-block-info {
  padding: 15px 0 0 0;
  font-size: 20px;
  color: #222;
}
.whywe .whywe-block .whywe-block-text .whywe-block-info .whywe-block-info-txt {
  position: relative;
}
.whywe .whywe-block .whywe-block-text .whywe-block-info .whywe-block-info-txt ul {
  padding: 0;
}
.whywe .whywe-block .whywe-block-text .whywe-block-info .whywe-block-info-txt ul li {
  list-style: none;
  padding: 5px 0;
}
.whywe .whywe-block .whywe-block-text .whywe-block-info .whywe-block-info-txt ul li .span {
  display: block;
  margin-left: 30px;
}
.whywe .whywe-block .whywe-block-text .whywe-block-info .whywe-block-info-txt ul li::before {
  content: "\f00c"; /* Код галочки Font Awesome */
  font-family: "Font Awesome 5 Free"; /* Указываем шрифт */
  font-weight: 900; /* Делаем иконку жирной */
  color: #222; /* Цвет галочки */
  margin-right: 10px; /* Отступ от текста */
}
.whywe .whywe-block-details {
  margin-top: 50px;
  flex-basis: 100%;
  text-align: center;
}
.whywe .whywe-block-details h3 {
  font-size: 36px;
  color: #e3000f;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.whywe .whywe-block-details .whywe-block-details__video {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  flex-wrap: nowrap;
}
.whywe .whywe-block-details .whywe-block-details__video iframe {
  max-width: 100%;
  border-radius: 25px;
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: #222;
  color: #f6f6f6;
  margin-top: 150px;
  box-sizing: border-box;
}
.footer .footer-section {
  width: 100%;
  max-width: clamp(300px, 90%, 1100px);
  margin: 0 auto;
}
.footer .footer-section .footer-logo {
  margin-top: 30px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}
.footer .footer-section .footer-logo img {
  width: 250px;
}
.footer .footer-section .footer-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 0;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts h5 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: bold;
  margin-top: 1rem;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: normal;
  margin-top: 1rem;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts p a {
  color: #f6f6f6;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts .footer-block_phone {
  display: flex;
  flex-direction: row;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  justify-content: center;
  align-items: start;
  gap: 15px;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts .footer-block_phone a {
  color: #f6f6f6;
  font-style: none;
  margin-top: 1rem;
}
.footer .footer-section .footer-block .footer-block1 .footer-block_contacts .footer-block_phone a i.fa-solid {
  width: 100%;
  text-align: center;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
}
.footer .footer-section .footer-block .footer-block2 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  text-align: right;
}
.footer .footer-section .footer-block .footer-block2 .footer-block_address p {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: normal;
  margin-top: 1rem;
}
.footer .footer-section .footer-block .footer-block2 .footer-conf-police a {
  color: #f6f6f6;
  font-style: normal;
  font-size: clamp(0.6rem, 1.5vw, 0.7rem);
}
.footer .footer-section .footer-sns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  padding: 3rem 0;
}
.footer .footer-section .footer-sns .social-links {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
}
.footer .footer-section .footer-sns .social-links li a {
  text-decoration: none;
  color: #f6f6f6;
}
.footer .footer-section .footer-sns .social-links li a i {
  font-size: clamp(2.5rem, 2vw, 3rem);
}

@media screen and (max-width: 1000px) {
  .footer .footer-section .footer-logo {
    align-items: center;
  }
  .footer .footer-section .footer-sns .social-links {
    padding: 0;
  }
  .footer .footer-section .footer-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .footer .footer-section .footer-block .footer-block1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .footer-section .footer-block .footer-block1 .footer-block_contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer .footer-section .footer-block .footer-block2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
#burger-menu {
  background-color: #f6f6f6;
  position: relative;
  display: none;
  width: 40px;
  height: 40px;
  box-shadow: none;
  border: transparent;
  background-color: transparent;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  z-index: 100;
}
#burger-menu span:nth-child(1) {
  width: 35px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  border-radius: 0.26rem;
  transition: ease-in 300ms;
}
#burger-menu span:nth-child(2) {
  width: 35px;
  height: 3px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #f6f6f6;
  border-radius: 0.26rem;
  transition: ease-in 300ms;
}
#burger-menu span:nth-child(3) {
  width: 35px;
  height: 3px;
  position: absolute;
  top: 20px;
  left: 0;
  background-color: #f6f6f6;
  border-radius: 0.26rem;
  transition: ease-in 300ms;
}

.burger-menu.open span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.burger-menu.open span:nth-child(2) {
  transform: scale(0);
}

.burger-menu.open span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 1300px) {
  .home {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
  }
  .home .home-content .home-content_block {
    margin: 50px 0;
    block-size: border-box;
  }
  .home .home-content .home-content_block .home-content_text-block_1,
  .home .home-content .home-content_block .home-content_text-block_2,
  .home .home-content .home-content_block .home-content_text-block_3 {
    text-align: center;
  }
  .home .home-content .home-content_button {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .lid-form {
    display: flex;
    flex-direction: column;
  }
  .lid-form h3 {
    text-align: center;
  }
  .lid-form .lid-form_block {
    display: flex;
    flex-direction: row;
  }
  .lid-form .lid-form_block .lid-form_offers {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
  .lid-form .wpforms-field-container,
  .lid-form .wpforms-submit-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .lid-form .wpforms-container,
  .lid-form .wpforms-field {
    padding: 0 !important;
  }
  .lid-form #wpforms-83-field_1-container input[type=text],
  .lid-form #wpforms-83-field_4-container input[type=text],
  .lid-form #wpforms-83-field_6-container input[type=text],
  .lid-form #wpforms-83-field_7-container select {
    width: 300px;
    max-width: 300px;
    margin: 5px;
    box-sizing: border-box;
    padding: 18px 36px;
  }
  .lid-form #wpforms-submit-83 {
    max-width: 300px;
    width: 300px;
    padding: 18px 36px;
    box-sizing: border-box;
    height: auto;
  }
  .lid-form .about-us .about-us__block .about-us__offers {
    flex-wrap: nowrap;
  }
  .home-content_block {
    padding: 150px 0 0 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    position: relative;
    overflow: visible;
  }
  .header .header-nav .header-nav-container_logo.open {
    z-index: -1;
  }
  .header .header-nav .header-nav-container_links {
    display: block;
    position: absolute;
    top: -200%;
  }
  .header .header-nav .header-nav-container_links.open {
    position: absolute;
    top: 0;
    transition: 1s ease-out;
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: #222;
    width: 400px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
  }
  .header .header-nav .header-nav-container_links.open ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    z-index: 10;
    gap: 0;
    margin: 0;
    padding: 0;
  }
  .header .header-nav .header-nav-container_links.open ul li {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
  }
  .header .header-nav #burger-menu {
    display: block;
    z-index: 20;
  }
}
@media screen and (max-width: 1000px) {
  .code95 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .code95 .code95-image img {
    transform: rotate(0);
  }
  .code95 .code95-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    gap: 0;
  }
  .code95 .code95-block h3 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .code95 .code95-block .code95-block__info {
    padding: 25px 0;
  }
  .code95 .code95-block .code95-block__info p {
    text-align: center;
  }
  .whywe .whywe-block {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .whywe .whywe-block .whywe-image img {
    transform: rotate(0);
  }
  .whywe .whywe-block .whywe-block-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 0;
  }
  .whywe .whywe-block .whywe-block-text .whywe-block-info {
    padding: 25px 0 0 0;
  }
  .whywe .whywe-block-details .whywe-block-details__video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .jobs .jobs-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .jobs .jobs-c .jobs-block {
    width: 600px;
  }
}
@media screen and (max-width: 850px) {
  .home .home-content .home-content_block .home-content_text-block_1 h1 {
    font-size: 48px;
  }
  .home .home-content .home-content_block .home-content_text-block_2 h1 {
    font-size: 48px;
  }
  .home .home-content .home-content_button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }
  .home .home-content .home-content_button .home-content_button_1 {
    width: 400px;
    margin: 5px;
  }
  .lid-form .lid-form_block {
    display: flex;
    flex-direction: column-reverse;
  }
  .lid-form .lid-form_block .lid-form_offers {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    max-width: 370px;
  }
  .lid-form .lid-form_block .lid-form_offers ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .lid-form .lid-form_block .lid-form_offers ul li {
    text-align: left;
  }
  .lid-form #wpforms-83-field_1-container input[type=text],
  .lid-form #wpforms-83-field_4-container input[type=text],
  .lid-form #wpforms-83-field_6-container input[type=text],
  .lid-form #wpforms-83-field_7-container select {
    width: 400px;
    max-width: 400px;
    margin: 5px;
    box-sizing: border-box;
    padding: 18px 36px;
  }
  .lid-form #wpforms-submit-83 {
    width: 400px;
    padding: 18px 36px;
    box-sizing: border-box;
    height: auto;
  }
  .lid-form .lid-form_offers ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-us .about-us__block .about-us__text h2 {
    font-size: 36px;
  }
  .about-us .about-us__block .about-us__text p {
    font-size: 20px;
  }
  .code95 .code95-block h3 {
    font-size: 36px;
  }
  .code95 .code95-block .code95-block__info {
    font-size: 20px;
  }
  .whywe .whywe-block .whywe-block-text h3 {
    font-size: 36px;
  }
  .whywe .whywe-block .whywe-block-text .whywe-block-info {
    font-size: 20px;
  }
  .whywe .whywe-block-details h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #burger-menu {
    position: absolute;
    z-index: 1000;
  }
  .header .header-nav .header-nav-container_logo {
    display: none;
  }
  .header .header-nav .header-nav-container_links {
    display: none;
    position: absolute;
    top: -100%;
  }
  .header .header-nav .header-nav-container_links.open {
    position: absolute;
    top: 0;
    left: 50%;
    transition: 1s ease-out;
    position: absolute;
    display: block;
    box-sizing: border-box;
    background: #222;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .header .header-nav .header-nav-container_links.open ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
    z-index: 10;
    gap: 0;
  }
  .header .header-nav .header-nav-container_links.open ul li {
    padding: 20px 0;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #eee;
  }
  body {
    overflow-x: hidden;
  }
  .jobs {
    margin: 0 auto;
  }
  .jobs .jobs-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .jobs .jobs-c .jobs-block {
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .jobs .jobs-c .jobs-block .jobs-block__image img {
    width: 320px;
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .header-nav-container_links.open {
    width: 300px;
  }
  .home .home-content .home-content_block .home-content_text-block_1 h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .home .home-content .home-content_block .home-content_text-block_2 h1 {
    font-size: 36px;
  }
  .about-us {
    margin: 15px auto;
    width: 350px;
  }
  .about-us .about-us__block .about-us__offers .offer {
    width: 100%;
    max-width: none;
  }
  .about-us .about-us__block .about-us__offers .about-us__text h2 {
    font-size: 28px;
  }
  .about-us .about-us__block .about-us__offers .about-us__text p {
    font-size: 16px;
  }
  .code95 {
    margin: 15px auto;
    width: 350px;
  }
  .code95 .code95-block h3 {
    font-size: 28px;
  }
  .code95 .code95-block .code95-block__info {
    font-size: 16px;
  }
  .whywe {
    margin: 15px auto;
    width: 350px;
  }
  .whywe .whywe-block .whywe-block-text h3 {
    font-size: 28px;
  }
  .whywe .whywe-block .whywe-block-text .whywe-block-info {
    font-size: 16px;
  }
  .whywe .whywe-block-details h3 {
    font-size: 28px;
  }
  .whywe .whywe-block-details .whywe-block-details__video iframe {
    width: 400px;
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .home .home-content .home-content_block {
    margin: 15px auto;
    padding: 0;
  }
  .home .home-content .home-content_block h1 {
    font-size: 36px;
  }
  .home .home-content .home-content_block h2 {
    font-size: 30px;
  }
  .home .home-content .home-content_button .home-content_button_1 {
    width: 300px;
  }
  .lid-form {
    margin: 15px;
  }
  .lid-form h3 {
    font-size: 28px;
  }
  .lid-form .lid-form_block {
    padding: 10px 0;
  }
  .lid-form .lid-form_block .lid-form_offers {
    max-width: 350px;
  }
  .lid-form .lid-form_block .lid-form_offers ul li {
    font-size: 18px;
  }
  .lid-form .lid-form_offers {
    margin: 15px auto;
    padding: 0;
  }
  .lid-form .lid-form_offers ul {
    padding: 0;
  }
  .lid-form #wpforms-83-field_1-container input[type=text],
  .lid-form #wpforms-83-field_4-container input[type=text],
  .lid-form #wpforms-83-field_6-container input[type=text],
  .lid-form #wpforms-83-field_7-container select {
    width: 300px;
    max-width: 300px;
    margin: 5px auto;
    box-sizing: border-box;
    padding: 14px 24px;
  }
  .lid-form #wpforms-83-field_8-container {
    display: flex;
    justify-content: center;
  }
  .lid-form #wpforms-83-field_8 {
    display: flex;
    align-items: center;
  }
  .lid-form #wpforms-submit-83 {
    width: 300px;
    padding: 14px 24px;
    box-sizing: border-box;
    height: auto;
  }
  .lid-form .lid-form_offers ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .jobs {
    margin: 0 auto;
  }
  .jobs .jobs-c {
    margin: 0 auto;
    padding: 0;
  }
  .jobs .jobs-c .jobs-information {
    margin: 0 15px;
  }
  .about-us .about-us__block .about-us__offers .about-us__text h2 {
    font-size: 28px;
  }
  .about-us .about-us__block .about-us__offers .about-us__text p {
    font-size: 14px;
  }
  .code95 {
    margin: 15px auto;
    padding: 0;
    width: 350px;
  }
  .code95 .code95-block h3 {
    font-size: 20px;
  }
  .code95 .code95-block .code95-block__info {
    font-size: 14px;
  }
  .whywe {
    margin: 15px auto;
    width: 350px;
    padding: 0;
  }
  .whywe .whywe-block .whywe-block-text h3 {
    font-size: 20px;
  }
  .whywe .whywe-block .whywe-block-text .whywe-block-info {
    font-size: 14px;
  }
  .whywe .whywe-block-details h3 {
    font-size: 20px;
  }
  .whywe .whywe-block-details .whywe-block-details__video iframe {
    width: 300px;
    height: auto;
  }
}
* {
  font-family: "Inter", Arial, Helvetica, sans-serif;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  background-color: #f6f6f6;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 36px;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1100px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
.container > .container {
  padding: 0;
}

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