:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --light-color: #fff;
  --gray-color: #4d4d4d;
  --blue-color: #1372d1;
  --primary-color: rgb(19, 114, 209);
  --dark-color: #000;
  --light-gray: #d9d9d9;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 360px;
  min-height: 100%;
  font-size: 16px;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.primary-btn {
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 10px;
  background-image: linear-gradient(0.348turn, rgb(19, 114, 209) 0%, rgb(2, 57, 113) 100%);
  border-color: transparent;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  width: 200px;
  height: 45px;
}
@media (max-width: 479px) {
  .primary-btn {
    font-size: 12px;
  }
}

.section-title {
  color: transparent;
  background-image: linear-gradient(0.368turn, rgb(19, 114, 209) 0%, rgb(2, 57, 113) 100%);
  -webkit-background-clip: text;
  will-change: transform;
  font-size: 35px;
  line-height: 47px;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
}
@media (max-width: 959px) {
  .section-title {
    font-size: 30px;
    line-height: 1.35;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 26px;
  }
}

.btn-gray {
  padding: 5px 20px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 10px;
  background-color: var(--light-gray);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (max-width: 479px) {
  .callback-modal {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .callback-modal__close {
    background-image: url("../img/close.svg");
    width: 16px;
    height: 16px;
    background-size: cover;
  }
}
@media (max-width: 479px) {
  .callback-modal__close-wrapper {
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 20px;
    background-color: var(--dark-color);
  }
}
.callback-modal__inner {
  max-width: 560px;
  padding: 40px 45px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .callback-modal__inner {
    padding: 0;
    max-width: 460px;
  }
}
@media (max-width: 479px) {
  .callback-modal__inner {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .callback-modal__content {
    padding: 20px;
  }
}
.callback-modal__title {
  margin: 0;
  margin-bottom: 11px;
  font-size: 36px;
  line-height: 1.23;
  font-weight: 600;
  color: var(--dark-color);
  text-align: center;
}
@media (max-width: 1024px) {
  .callback-modal__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .callback-modal__title {
    margin-top: 10px;
    margin-bottom: 6px;
    font-size: 28px;
  }
}
.callback-modal__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
  color: var(--dark-color);
  text-align: center;
}
@media (max-width: 768px) {
  .callback-modal__desc {
    font-size: 12px;
    line-height: 1.45;
  }
}
.callback-modal__form {
  margin-top: 24px;
  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: 768px) {
  .callback-modal__form {
    margin-top: 14px;
  }
}
.callback-modal__input {
  color: var(--dark-color);
  border: 0;
  border-radius: 0;
  font-size: 100%;
  font-size: 16px;
  height: 60px;
  line-height: 1.33;
  margin: 0;
  outline: none;
  padding: 0 20px;
  width: 100%;
  border: 1px solid var(--light-gray);
  border-radius: 5px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .callback-modal__input {
    padding: 0 14px;
    height: 50px;
    font-size: 16px;
  }
}
.callback-modal__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background: transparent;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  margin: 0;
  outline: none;
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  white-space: nowrap;
  color: var(--light-color);
  background-color: var(--dark-color);
  border-radius: 5px;
  width: 100%;
  height: 54px;
  border: none;
  outline: none;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .callback-modal__btn {
    padding-left: 30px;
    padding-right: 30px;
    white-space: normal;
    height: 50px;
    font-size: 16px;
  }
}
.callback-modal__agree {
  margin-top: 20px;
  text-align: center;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 300;
  color: var(--dark-color);
}
@media (max-width: 768px) {
  .callback-modal__agree {
    font-size: 12px;
    line-height: 1.45;
  }
}
.callback-modal__agree-link {
  color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
}

.btntop {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  display: block;
  position: fixed;
  z-index: 99990;
  bottom: 20px;
  right: 20px;
  border-radius: 53px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 0;
  background-color: transparent;
  border: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
}
.btntop.active {
  opacity: 1;
  pointer-events: all;
}
.btntop:hover svg rect {
  fill: #1372d1;
  fill-opacity: 1;
}
.btntop svg rect {
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
}
.btntop svg path {
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
}
.btntop:hover svg path {
  stroke: #ffffff;
  stroke-width: 1;
}

@media (max-width: 1024px) {
  .header__btn {
    width: 155px;
  }
}
@media (max-width: 576px) {
  .header__btn {
    height: 40px;
  }
}
@media (max-width: 479px) {
  .header__btn {
    height: 35px;
  }
}
.header__overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: var(--dark-color);
  opacity: 0.6;
}
.header__overlay--active {
  display: block;
}
.header__burger {
  background-color: #4d4d4d;
  opacity: 0.5;
  border-radius: 100px;
  position: fixed;
  right: 15px;
  z-index: 99;
  top: 15px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__burger-line {
  display: block;
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  height: 2px;
  width: 22px;
  background-color: var(--light-color);
}
.header__burger-line:not(:last-child) {
  margin-bottom: 4px;
}
.header__inner {
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
@media (max-width: 576px) {
  .header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .header__content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.header__bottom {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .header__logo-image {
    max-width: 134px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__nav--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .header__nav--mobile {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .header__nav--mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header__nav-link {
  color: var(--gray-color);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media (max-width: 479px) {
  .header__nav-link {
    font-size: 11px;
  }
}
.header__nav-link:hover {
  color: var(--blue-color);
}
.header__nav-link:not(:last-child) {
  margin-right: 20px;
}
.header__contacts {
  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: 479px) {
  .header__contacts {
    display: none;
  }
}
.header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__contact-icon {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .header__contact-icon {
    width: 15px;
    height: 15px;
  }
}
.header__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--blue-color);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}
@media (max-width: 768px) {
  .header__contact-link {
    font-size: 14px;
  }
}
.header__menu {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  max-width: 260px;
  width: 100%;
  background-color: var(--blue-color);
  padding: 48px 40px 38px;
  position: relative;
  height: auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: -webkit-transform ease-in-out 0.3s;
  transition: -webkit-transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s;
  transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.header__menu--active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.header__menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.header__menu-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--light-color);
  width: 24px;
  height: 2px;
}
.header__menu-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: var(--light-color);
  width: 24px;
  height: 2px;
}
.header__menu-logo {
  margin-bottom: 25px;
}
.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header__menu-item:not(:last-child) {
  margin-bottom: 15px;
}
.header__menu-link {
  font-size: 18px;
  color: var(--light-color);
  font-weight: 400;
  position: relative;
}
.header__menu-link--active {
  color: var(--light-gray);
  font-weight: 700;
  opacity: 0.7;
}
.header__menu-link--active::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
  height: 100%;
  bottom: 0px;
  border-bottom: 0px solid var(--light-gray);
  -webkit-box-shadow: inset 0px -1px 0px 0px var(--light-gray);
  box-shadow: inset 0px -1px 0px 0px var(--light-gray);
}
.header__menu-contacts {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__menu-contact:not(:last-child) {
  margin-right: 8px;
}

.intro {
  position: relative;
  z-index: 1;
}
.intro__main {
  background-image: url("../img/intro-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  background-position: center center;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
}
@media (max-width: 959px) {
  .intro__main {
    height: 400px;
  }
}
.intro__main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, rgba(26, 26, 26, 0.95)), to(rgba(77, 77, 77, 0)));
  background-image: linear-gradient(0.5turn, rgba(26, 26, 26, 0.95) 19%, rgba(77, 77, 77, 0) 100%);
}
.intro__inner {
  position: relative;
  z-index: 2;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 959px) {
  .intro__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 576px) {
  .intro__content {
    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;
  }
}
.intro__title {
  margin: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 68px;
  max-width: 1000px;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .intro__title {
    font-size: 35px;
    line-height: 1.35;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .intro__title {
    font-size: 26px;
    text-align: center;
  }
}
.intro__btn {
  width: 200px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .intro__btn {
    height: 40px;
  }
}
.intro__ticker {
  background-color: var(--primary-color);
  overflow: hidden;
  max-width: 4000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro__ticker-list {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 40px;
  margin: 0 auto;
  min-width: 100%;
  will-change: transform;
  -webkit-animation: running-animation 40s linear infinite;
  animation: running-animation 40s linear infinite;
}
.intro__ticker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  color: #ffffff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .intro__ticker-item {
    font-size: 16px;
    line-height: 1.45;
  }
}
.intro__ticker-icon {
  margin: 0 30px;
}

@-webkit-keyframes running-animation {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes running-animation {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.benefits {
  padding: 50px 0;
  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;
}
@media (max-width: 576px) {
  .benefits {
    padding: 30px 0;
  }
}
.benefits__title {
  margin: 0;
  margin-bottom: 50px;
  max-width: 475px;
  text-align: center;
}
@media (max-width: 576px) {
  .benefits__title {
    margin-bottom: 20px;
  }
}
.benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1030px;
}
.benefits__arrow {
  min-width: 70px;
  height: 70px;
  margin-right: 50px;
}
@media (max-width: 959px) {
  .benefits__arrow {
    display: none;
  }
}
.benefits__arrow-icon {
  width: 70px;
  height: 70px;
}
.benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.benefits__item-number {
  color: transparent;
  background-image: linear-gradient(0.368turn, rgb(19, 114, 209) 0%, rgb(2, 57, 113) 100%);
  -webkit-background-clip: text;
  will-change: transform;
  font-size: 55px;
  line-height: 1.35;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-right: 20px;
  margin-top: -15px;
}
@media (max-width: 768px) {
  .benefits__item-number {
    font-size: 40px;
  }
}
@media (max-width: 479px) {
  .benefits__item-number {
    font-size: 30px;
    line-height: 1;
    margin-top: 0;
    margin-right: 10px;
  }
}
.benefits__item-text {
  margin: 0;
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 959px) {
  .benefits__item-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .benefits__item-text {
    font-size: 14px;
  }
}

.about {
  padding: 60px 15px;
}
.about__title {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .about__title {
    margin-bottom: 20px;
  }
}
.about__desc {
  margin: 0;
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
}
@media (max-width: 959px) {
  .about__desc {
    font-size: 14px;
  }
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.about__image {
  border-width: 3px;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #1372d1;
  border-style: solid;
}
@media (max-width: 768px) {
  .about__image {
    width: 100%;
    height: 188px;
  }
}
.about__item {
  max-width: 830px;
}
@media (max-width: 1440px) {
  .about__item {
    margin-left: 15px;
  }
}
@media (max-width: 1150px) {
  .about__item {
    max-width: 700px;
  }
}
@media (max-width: 1024px) {
  .about__item {
    max-width: 600px;
  }
}
@media (max-width: 864px) {
  .about__item {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .about__item {
    margin-left: 0;
    max-width: none;
    margin-bottom: 15px;
  }
}
.about__item-text {
  margin: 0;
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
}
@media (max-width: 959px) {
  .about__item-text {
    font-size: 14px;
  }
}
.about__item-text:not(:last-child) {
  margin-bottom: 25px;
}

.contacts {
  max-width: 1330px;
  padding: 60px 15px;
}
@media (max-width: 768px) {
  .contacts {
    padding: 30px 15px;
  }
}
.contacts__title {
  margin: 0;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 576px) {
  .contacts__title {
    margin-bottom: 20px;
  }
}
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  .contacts__wrapper {
    -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;
  }
}
.contacts__info {
  padding: 30px 50px;
  border-width: 3px;
  border-radius: 10px;
  background-position: center center;
  border-color: var(--blue-color);
  border-style: solid;
  max-width: 562px;
}
@media (max-width: 768px) {
  .contacts__info {
    padding: 50px 30px;
  }
}
.contacts__info-title {
  margin: 0;
  color: var(--blue-color);
  font-size: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .contacts__info-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.contacts__info-item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contacts__info-item {
    margin-bottom: 10px;
  }
}
.contacts__info-item-title {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dark-color);
  font-size: 18px;
}
@media (max-width: 768px) {
  .contacts__info-item-title {
    font-size: 14px;
  }
}
.contacts__info-item-time {
  margin: 0;
  font-style: normal;
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
}
@media (max-width: 768px) {
  .contacts__info-item-time {
    font-size: 14px;
  }
}
.contacts__info-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contacts__info-links {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .contacts__info-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__info-link {
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .contacts__info-link {
    font-size: 14px;
  }
}
.contacts__info-link-icon {
  margin-right: 5px;
}
.contacts__info-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__map-frame {
  max-width: 100%;
}
.contacts__address {
  margin: 0;
  font-style: normal;
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
}
@media (max-width: 768px) {
  .contacts__address {
    font-size: 14px;
  }
}

.price {
  padding: 60px 15px;
  max-width: 990px;
}
@media (max-width: 768px) {
  .price {
    padding: 30px 15px;
  }
}
.price__title {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}
.price__warning {
  padding: 20px 60px;
  border-width: 3px;
  border-radius: 10px;
  background-position: center center;
  border-color: var(--blue-color);
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .price__warning {
    padding: 20px 30px;
  }
}
@media (max-width: 576px) {
  .price__warning {
    padding: 20px 15px;
  }
}
.price__warning-symbol {
  color: transparent;
  background-image: linear-gradient(0.368turn, rgb(19, 114, 209) 0%, rgb(2, 57, 113) 100%);
  -webkit-background-clip: text;
  will-change: transform;
  font-size: 50px;
  line-height: 1.35;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.price__warning-text {
  margin: 0;
  color: var(--dark-color);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  text-align: center;
}
@media (max-width: 768px) {
  .price__warning-text {
    font-size: 14px;
  }
}
.price__warning-link {
  color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.price__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price__group {
  margin-top: 60px;
  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: 959px) {
  .price__group {
    overflow-x: auto;
  }
}
.price__group-title {
  margin: 0;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(0.368turn, rgb(19, 114, 209) 0%, rgb(2, 57, 113) 100%);
  -webkit-background-clip: text;
  will-change: transform;
  font-size: 28px;
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.35;
  font-weight: 700;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 768px) {
  .price__group-title {
    font-size: 26px;
  }
}
.price__table {
  border-collapse: collapse;
  table-layout: auto;
}
.price__table-head-row {
  font-size: 18px;
  line-height: 1.55;
  border-bottom: 1px solid var(--dark-color);
  padding: 20px;
  vertical-align: top;
  font-weight: 600;
  color: var(--dark-color);
}
.price__table-head-row:first-of-type {
  width: 50%;
}
@media (max-width: 959px) {
  .price__table-head-row {
    padding: 20px 10px;
    font-size: 14px;
    line-height: 1.45;
  }
}
.price__table-body tr:nth-child(2n) {
  background-color: #f9fcff;
}
.price__table-body-row {
  padding: 20px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--light-gray);
  color: var(--dark-color);
  vertical-align: top;
}

.document {
  padding: 60px 15px;
  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;
}
@media (max-width: 768px) {
  .document {
    padding: 30px 15px;
  }
}
.document__title {
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .document__title {
    margin-bottom: 15px;
  }
}
.document__desc {
  margin: 0;
  color: var(--dark-color);
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 959px) {
  .document__desc {
    font-size: 14px;
    text-align: center;
  }
}
.document__link {
  color: rgb(19, 114, 209);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.policy {
  padding: 60px 15px;
}
.policy__content {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  color: var(--dark-color);
}
.policy strong {
  font-weight: 700;
}

.req {
  padding: 60px 15px;
}
.req__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.req__item-title {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--dark-color);
  font-weight: 700;
}
.req__item-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--dark-color);
  font-weight: 300;
}

.footer {
  padding: 20px 0;
  background-image: linear-gradient(0.44turn, rgb(19, 114, 209) 0%, rgb(2, 57, 113) 100%);
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__top {
  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: 768px) {
  .footer__top-logo {
    max-width: 134px;
  }
}
.footer__top-content {
  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;
}
@media (max-width: 1024px) {
  .footer__top-content {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}
.footer__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__top-list {
    display: none;
  }
}
.footer__top-list--mobile {
  display: none;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .footer__top-list--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 576px) {
  .footer__top-list--mobile {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
.footer__top-item:not(:last-child) {
  margin-right: 20px;
}
.footer__top-link {
  color: var(--light-color);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 30px;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.footer__top-link:hover {
  color: var(--light-gray);
}
.footer__top-contacts {
  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: 576px) {
  .footer__top-contacts {
    display: none;
  }
}
.footer__top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__top-contact:not(:last-child) {
  margin-bottom: 2px;
}
.footer__top-contact-icon {
  margin-right: 5px;
}
@media (max-width: 768px) {
  .footer__top-contact-icon {
    width: 15px;
    height: 15px;
  }
}
.footer__top-contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  color: var(--light-color);
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer__top-contact-link {
    font-size: 14px;
  }
}
.footer__top-btn {
  width: 200px;
  height: 45px;
}
@media (max-width: 768px) {
  .footer__top-btn {
    padding: 0;
    width: 155px;
    height: 40px;
    font-size: 14px;
  }
}
.footer__bottom {
  margin-top: 30px;
}
.footer__bottom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .footer__bottom-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__bottom-item:not(:last-child) {
  margin-right: 15px;
}
.footer__bottom-link {
  color: var(--light-gray);
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}


/*custom*/
.news-list {
  padding: 20px 0;
}
.news-item {
  display: flex;
  margin-bottom: 40px;
  height: 200px;
}
.news-image {
    width: 35%;
}
.news-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
}
.news-item.reverse .news-image img {
    border-radius: 0 8px 8px 0;
}

.news-item .news-content {
    flex: 1;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 0 8px 8px 0;
    display: flex;
    flex-direction: column;
    align-items: self-start;
}
.news-item.reverse .news-content {
    border-radius: 8px 0 0 8px;
}
.news-item .news-content h2 {
    margin: 0 0 10px;
    font-size: 1.5em;
}
.news-date {
    font-size: 0.9em;
    color: #a1a1a1;
    margin-bottom: 30px;
}
.news-content .read-more {
    height: auto;
    padding: 10px 15px;
    width: auto;
    text-transform: uppercase;
}


@media screen and (max-width: 992px) {
    .news-item {
        flex-direction: column;
        height: auto;
    }
    .news-item.reverse {
        flex-direction: column-reverse;
    }
    .news-image {
        width: 100%;
    }
    .news-image img,
    .news-item.reverse .news-image img{
        height: 200px;
        border-radius: 8px 8px 0 0;
    }
    .news-item .news-content,
    .news-item.reverse .news-content {
        border-radius: 0 0 8px 8px;
    }
}


.intro__content-btns {
    display: flex;
    gap: 20px;
}
.page-metalloprokat .intro__main {
    background-image: url('/assets/template/upload/bg-head-metalloprokat.jpg');
}
.page-metalloprokat .intro__main::before {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(26, 26, 26, 0.95)), to(rgba(77, 77, 77, 0)));
    background-image: linear-gradient(to right, rgba(26, 26, 26, 0.95) 19%, rgba(77, 77, 77, 0) 100%);
}


@media (max-width: 576px) {
    .intro__content-btns {
        flex-direction: column;
        gap: 10px;
    }
}