@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: 16px;
  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(22px + 5 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .section-title {
    margin-bottom: calc(30px + 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(120px + 210 * ((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(120px + 210 * ((100vw - 320px) / 820));
  }
}

.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: 80px;
  text-align: center;
}
@media (max-width: 1140px) {
  .section-title2 {
    font-size: calc(22px + 5 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .section-title2 {
    margin-bottom: calc(30px + 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));
  }
}

.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));
  }
}

/* /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 */
/* Цвет выделения текста */


/* /Цвет выделения текста */
/* 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: #DB272E;
}

/* /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: #DB272E;
}

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

/* /Btn-up */
/* Buttons */
.btn {
  display: inline-block;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #DB272E;
  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;
  border-radius: 2px;
}
@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: #DB272E;
  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: #DB272E;
  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: #DB272E;
  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: #DB272E;
}

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

.menu__item a.active::after {
  width: 1px;
  height: 100%;
  background: #DB272E;
  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: #DB272E;
  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: #DB272E;
}

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

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

.menu__link {
  padding: 6px 10px;
  position: relative;
  color: #000;
  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: #DB272E;
  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: #DB272E;
  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: #DB272E;
}

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

.menu__link::after {
  width: 1px;
  height: 100%;
  background: #DB272E;
  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: #DB272E;
  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: #DB272E;
}

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

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

.phone__link {
  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: 16px;
  font-weight: bold;
}

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

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

.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 #000;
  }

  .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;
  }
}
/* /Section «Header» */
/* Section «Page header» */
.page-header {
  background: -o-linear-gradient(359.83deg, rgba(0, 0, 0, 0.5) 0.14%, rgba(0, 0, 0, 0) 99.85%), url(../images/src/page-header/page-header-bg.jpg);
  background: linear-gradient(90.17deg, rgba(0, 0, 0, 0.5) 0.14%, rgba(0, 0, 0, 0) 99.85%), url(../images/src/page-header/page-header-bg.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
  background-position-y: bottom;
}
@media (max-width: 1140px) {
  .page-header {
    padding-top: calc(55px + 105 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header {
    padding-bottom: calc(40px + 120 * ((100vw - 320px) / 820));
  }
}

.page-header__title {
  font-weight: 300;
  font-size: 38px;
  max-width: 340px;
  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: #DB272E;
  padding: 9px 6px;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 500;
}
@media (max-width: 1140px) {
  .page-header__title span {
    font-size: calc(38px + 20 * ((100vw - 320px) / 820));
  }
}

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

.page-header-wrap p {
  font-weight: 400;
}

.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;
}

.contacts__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;
}

.contacts__input {
  padding: 16px 16px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  outline: none;
  height: 50px;
  position: relative;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.check-police-wrapper {
  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: 10px;
}

.inputs-wrapper {
  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;
}

.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) {
  .page-header-wrapper-form {
    margin-right: calc(0px + 80 * ((100vw - 320px) / 820));
  }
}

.page-header-wrapper-form h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1140px) {
  .page-header-wrapper-form h3 {
    margin-bottom: calc(15px + 5 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .page-header-wrapper-form h3 {
    font-size: calc(19px + 1 * ((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;
}

#policy {
  margin-top: 3px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

#policy:checked {
  background-color: #C70A28;
}

.check-policy {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  grid-auto-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.check-policy a {
  text-decoration: underline;
  color: #C70A28;
  font-weight: 300;
}

.check-policy a:hover {
  color: #0000FF;
}

.check-policy label {
  cursor: pointer;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .page-header-wrap {
    text-align: center;
  }

  .page-header-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }

  .page-header-wrapper-form {
    padding-bottom: 0;
  }

  .page-header-wrap p {
    font-size: 20px;
  }

  .page-header__title {
    font-weight: 500;
  }
}
/* /Section «Page header» */
/* Section «Advantages» */
.advantages {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1140px) {
  .advantages {
    padding-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .advantages {
    padding-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

.advantages-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) {
  .advantages-wrapper {
    grid-gap: calc(15px + 15 * ((100vw - 320px) / 820));
  }
}

.advantages-card {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.advantages-card__title {
  font-weight: 600;
  font-size: 18px;
  color: #3F464E;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1140px) {
  .advantages-card__title {
    margin-bottom: calc(10px + 10 * ((100vw - 320px) / 820));
  }
}

.advantages-card__descr {
  font-size: 15px;
  color: #798797;
  text-align: center;
}

.advantages-card__icon {
  margin-bottom: 30px;
}
@media (max-width: 1140px) {
  .advantages-card__icon {
    margin-bottom: calc(20px + 10 * ((100vw - 320px) / 820));
  }
}

/* /Section Advantages» */
/* Section «Steps» */
.steps {
  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/steps/bg.jpg);
  background: -o-linear-gradient(bottom, rgba(21, 22, 23, 0) 0%, rgba(21, 22, 23, 0.6) 83.13%), url(../images/src/steps/bg.jpg);
  background: linear-gradient(360deg, rgba(21, 22, 23, 0) 0%, rgba(21, 22, 23, 0.6) 83.13%), url(../images/src/steps/bg.jpg);
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1140px) {
  .steps {
    padding-top: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .steps {
    padding-top: calc(55px + 105 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .steps {
    padding-bottom: calc(40px + 120 * ((100vw - 320px) / 820));
  }
}

.steps-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 1140px) {
  .steps-card {
    gap: calc(12px + 12 * ((100vw - 320px) / 820));
  }
}

.steps-card__pretitle {
  background-color: rgba(219, 39, 46, 0.7);
  border-radius: 14px;
  padding: 8px;
  font-size: 27px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  width: 46px;
  height: 46px;
}

.steps-wrap2 {
  background: rgba(219, 39, 46, 0.7);
  border-radius: 0px 16px 16px 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
  margin-top: 40px;
  max-width: 290px;
  max-height: 143px;
}
@media (max-width: 1140px) {
  .steps-wrap2 {
    padding-left: calc(22px + 22 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .steps-wrap2 {
    padding-right: calc(22px + 22 * ((100vw - 320px) / 820));
  }
}

.steps-wrap2::before {
  content: "";
  position: absolute;
  height: 161px;
  width: 16px;
  top: -40px;
  left: -8px;
  background-image: url(../images/src/steps/card-element.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.steps-card__link {
  color: #fff;
  text-decoration: underline;
}

.steps-card-wrap4 {
  margin-bottom: 12px;
}

.steps-card__link:hover {
  color: #fff;
}

.steps-card__title {
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1140px) {
  .steps-card__title {
    margin-bottom: calc(9px + 9 * ((100vw - 320px) / 820));
  }
}

.steps-line {
  width: 100%;
  height: 1px;
  background-color: #FFFCF5;
  opacity: 0.2;
}

.steps-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.steps-card__desc {
  margin-bottom: 12px;
}

.steps-cards::before {
  content: "";
  position: absolute;
  height: 167px;
  width: 100%;
  top: 28px;
  left: 0;
  background-image: url(../images/src/steps/cards-element.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.steps-card-wrap {
  position: relative;
}

.steps-card__pretitle::before {
  content: "";
  position: absolute;
  height: 54px;
  width: 54px;
  top: -4px;
  left: -4px;
  background-image: url(../images/src/steps/bg2.svg);
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .steps-cards::before {
    content: none;
  }
}
@media (max-width: 768px) {
  .contacts__input {
    width: 100%;
  }
}
/* /Section «Steps» */
/* Section «Cta» */
.cta {
  padding-top: 230px;
  padding-bottom: 120px;
}
@media (max-width: 1140px) {
  .cta {
    padding-top: calc(60px + 170 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .cta {
    padding-bottom: calc(60px + 60 * ((100vw - 320px) / 820));
  }
}

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

.cta-wrapper::before {
  content: "";
  position: absolute;
  width: 548px;
  height: 423px;
  top: -78px;
  right: 18px;
  background-image: url(../images/src/cta/bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.cta-wrapper__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .cta-wrapper__title {
    font-size: calc(26px + 14 * ((100vw - 320px) / 820));
  }
}
@media (max-width: 1140px) {
  .cta-wrapper__title {
    margin-bottom: calc(25px + 25 * ((100vw - 320px) / 820));
  }
}

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

.contacts__form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1140px) {
  .contacts__form2 {
    gap: calc(18px + 6 * ((100vw - 320px) / 820));
  }
}

.cta-wrapper__police {
  max-width: 649px;
  font-size: 14px;
  color: #595D60;
  opacity: 0.5;
  margin-bottom: 0;
}

.contacts__input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #DB272E;
}

.cta-wrapper__police a {
  text-decoration: underline;
  color: #C70A28;
}

.cta-wrapper__police a:hover {
  color: #0000FF;
}

@media (max-width: 768px) {
  .btn {
    width: 100%;
  }

  .cta-wrapper::before {
    content: none;
  }
}
/* /Section «Cta» */
/* Section «Section name» */
/* /Section «Section name» */