*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  -moz-user-select: none;
  user-select: none;
}

input::placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
body {
  height: 100%;
  font-family: "Exo2", sans-serif;
}

li {
  list-style: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: clip;
  overflow-y: visible;
}

.main {
  flex: 1 0 auto;
  min-height: 0;
}

.main .container {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

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



@font-face {
  font-family: "Exo2";
  src: local("Exo2 Regular"), url("/bitrix/templates/aspro-stroy/fonts/Exo2_400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: local("Exo2 Medium"), url("/bitrix/templates/aspro-stroy/fonts/Exo2_500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: local("Exo2 SemiBold"), url("/bitrix/templates/aspro-stroy/fonts/Exo2_600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Exo2";
  src: local("Exo2 Bold"), url("/bitrix/templates/aspro-stroy/fonts/Exo2_700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest Medium"), url("/bitrix/templates/aspro-stroy/fonts/Onest-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: local("Onest ExtraBold"), url("/bitrix/templates/aspro-stroy/fonts/Onest-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.section__title {
  font-family: "Exo2", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #004b88;
}

@property --hero-progress {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.hero {
  position: relative;
  margin-bottom: 80px;
  background: #004b88;
  overflow: hidden;
  --hero-autoplay-delay: 5s;
}

.main .hero .container {
  position: relative;
}

.hero__slider {
  position: relative;
}

.hero__slide {
  position: relative;
  background: #004b88;
  min-height: clamp(360px, 38vw, 452px);
  overflow: hidden;
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(40px, 6vw, 87px);
  padding-bottom: 70px;
  display: flex;
  align-items: flex-start;
}

.hero__left {
  max-width: 600px;
  z-index: 1;
}

.hero__suptitle {
  line-height: 1;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 3vw, 64px);
  color: #fff;
  margin-bottom: 0;
}

.hero__title {
  line-height: 1.5;
  font-family: "Onest", sans-serif;
  font-weight: 800;
  font-size: clamp(56px, 5vw, 128px);
  color: #fff;
  margin-bottom: 0;
}

.hero__link {
  display: inline-flex;
  margin-top: clamp(24px, 4vw, 56px);
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px 20px;
}

.hero__media {
  position: absolute;
  top: 0;
  right: -50px;
  width: calc(50vw + 160px);
  height: 100%;
  z-index: 1;
}

.hero__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: -127px;
  width: 300px;
  height: 100%;
  background: #004b88;
  clip-path: polygon(0 0, 100% 0, 43% 100%, 0 100%);
  z-index: 2;
  pointer-events: none;
}

.hero__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left center;
  object-position: left center;
}

.hero__controls {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero__pagination {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero__pagination .swiper-pagination-bullet {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  flex-shrink: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  overflow: visible;
}

.hero__pagination .swiper-pagination-bullet-active .hero__bullet-inner {
  background: #ff181f;
}

.hero__pagination .swiper-pagination-bullet-active .hero__bullet-ring {
  opacity: 1;
}

.hero__pagination .swiper-pagination-bullet-active .hero__bullet-ring-progress {
  animation: heroRingProgress var(--hero-autoplay-delay) linear forwards;
}

.hero__bullet-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d9d9d9;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero__bullet-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%) rotate(-90deg);
  overflow: visible;
  opacity: 0;
  z-index: 1;
  display: block;
}

.hero__bullet-ring-bg,
.hero__bullet-ring-progress {
  fill: none;
  stroke-width: 1;
}

.hero__bullet-ring-bg {
  stroke: #d9d9d9;
}

.hero__bullet-ring-progress {
  stroke: #ff181f;
  stroke-linecap: round;
  stroke-dasharray: 50.27;
  stroke-dashoffset: 50.27;
}

.hero__bobs {
  display: flex;
  gap: 10px;
}

.hero__prev,
.hero__next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.hero__next {
  transform: rotate(180deg);
}

@keyframes heroRingProgress {
  from {
    stroke-dashoffset: 50.27;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.about {
  margin-bottom: 80px;
}

.about__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.about__info,
.about__video {
  width: calc(50% - 2.5px);
}

.about__suptitle {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 5px;
  color: #000000;
  line-height: normal;
  letter-spacing: 0.09px;
}

.about__title {
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: normal;
}

.about__text {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  letter-spacing: 0.09px;
}

.about__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0px;
  margin-top: 36px;
}

.about__box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 263px;
}

.about__indicator {
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #ff181f;
  line-height: normal;
  padding: 0;
  margin-bottom: 0;
}

.about__lead {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: normal;
}

.about__links {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 23px;
}

.about__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 38px;
  border: 2px solid #004b88;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #004b88;
  background: transparent;
}

.about__link:hover {
  background: #004b88;
  color: #fff;
}

.about__link.invert {
  background: #004b88;
  color: #fff;
}

.about__link.invert:hover {
  color: #004b88;
  background: transparent;
}

.about__video {
  position: relative;
  width: 100%;
  max-width: 545px;
  aspect-ratio: 545/340;
}

.about__player {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 59px;
  height: 59px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.about__play img {
  display: block;
  width: 59px;
  height: 59px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about__play.is-hidden {
  display: none;
}

.about__block {
  position: absolute;
  bottom: -20px;
  left: -20px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #004b88;
  padding: 15px;
  transition: opacity 0.3s ease;
}

.about__block.is-under {
  z-index: -1;
}

.about__block p {
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
}

.about__block span {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.direction {
  margin-bottom: 80px;
}

.direction__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 58px;
}

.direction__title {
  text-transform: uppercase;
  line-height: 1;
}

.direction__info {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.direction__info span {
  color: #ff181f;
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  font-size: 32px;
}

.direction__box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.direction__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0;
  min-height: 229px;
  padding: 20px;
  background: #f7f7f7;
  text-decoration: none;
  overflow: hidden;
}

.direction__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #ff181f;
  transition: width 0.3s ease;
}

.direction__item:hover::after {
  width: 100%;
}

.direction__item:hover .detail-icon {
  opacity: 0;
}

.direction__item:hover .shevron-icon {
  opacity: 1;
}

.direction__number {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #cccccc;
}

.direction__img {
  margin-bottom: 20px;
  width: 191px;
  height: 85px;
  -o-object-fit: contain;
  object-fit: contain;
}

.direction__detail {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
}

.direction__detail .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}

.direction__detail .detail-icon {
  opacity: 1;
}

.direction__detail .shevron-icon {
  opacity: 0;
}

.direction__name {
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}

.request {
  margin-bottom: 80px;
}

.request__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.request__info {
  background: #004b88;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  padding: 40px;
  max-height: none;
  min-height: 100%;
}

.request__info,
.request__form {
  width: calc(50% - 10px);
}

.request__title {
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
}

.request__text {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

.request__phone {
  display: flex;
  align-items: center;
  gap: 5px;
}

.request__phone a {
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.request__content {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.request__content:last-of-type {
  margin-bottom: 0;
}

.request__content.has-error .request__input,
.request__content.has-error .request__textarea,
.request__content.has-error .request__file-label {
  border-color: #ff181f;
}

.request__error {
  position: absolute;
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ff181f;
}

.request__input {
  width: inherit;
  height: 61px !important;
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  padding: 0px 20px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
}

.request__textarea {
  width: inherit;
  height: 120px !important;
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  padding: 25px 20px;
  border: 1px solid #e6e6e6;
  background: #f7f7f7;
  resize: none;
}

.request__file {
  display: none !important;
}

.request__file-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: 60px;
  background: rgba(0, 75, 136, 0.1019607843);
  border: 1px dashed #004b88;
  cursor: pointer;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #004b88;
  text-transform: uppercase;
  gap: 10px;
  margin-bottom: 0;
}

.request__submit {
  width: inherit;
  height: 60px;
  border: 2px solid #004b88;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #004b88;
  background: transparent;
  transition: all 0.3s ease;
}

.request__submit:hover:not(:disabled) {
  color: #fff;
  background: #004b88;
}

.request__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.products {
  margin-bottom: 80px;
}

.products__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products__all {
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: rgb(0, 75, 136);
  border-bottom: 2px solid rgb(0, 75, 136);
  text-transform: uppercase;
  padding-bottom: 5px;
}

.products__actions {
  display: flex;
  align-items: flex-end;
  gap: 33px;
}

.products__bobs {
  display: flex;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}

.products__prev,
.products__next {
  background: transparent;
  outline: none;
  border: none;
  height: 8px;
  display: flex;
}

.products__next {
  transform: rotate(180deg);
}

.products__slider {
  margin-top: 40px;
}

.products__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  gap: 60px;
  padding-top: 50px;
}

.products__flag {
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #ff181f;
  padding: 2px 4px;
  border: 1px solid #ff181f;
}

.products__img {
  width: 255px;
  height: 172px;
  -o-object-fit: cover;
  object-fit: cover;
}

.products__size {
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 212px;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #004b88;
  padding: 1px 4px;
  border: 1px solid #004b88;
  padding: 6px 8px;
  background: #fff;
}

.products__name {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.products__holder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.products__category {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}

.products__newprice {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #004b88;
  margin-bottom: 5px;
}

.products__oldprice {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #808080;
  text-decoration: line-through;
}

.products__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products__bottom {
  display: none;
}

.partners {
  margin-bottom: 80px;
  background: #f7f7f7;
  padding: 45px 0;
}

.partners__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.partners__actions {
  display: flex;
  align-items: flex-end;
  gap: 33px;
}

.partners__bobs {
  display: flex;
  gap: 10px;
  height: -moz-fit-content;
  height: fit-content;
}

.partners__prev,
.partners__next {
  background: transparent;
  outline: none;
  border: none;
  height: 8px;
  display: flex;
}

.partners__next {
  transform: rotate(180deg);
}

.partners__slider {
  overflow: hidden;
}

.partners__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.partners__slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.partners__bottom {
  display: none;
}

.news {
  margin-bottom: 80px;
}

.news__head {
  margin-bottom: 40px;
}

.news__big {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  height: 544px;
}

.news__big img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__big::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 75, 136, 0) 0%, rgb(0, 75, 136) 100%);
  pointer-events: none;
}

.news__info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  max-width: 357px;
}

.news__date {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #ff181f;
  color: #fff;
  display: inline-flex;
  padding: 8px 10px;
  margin-bottom: 30px;
}

.news__title {
  text-transform: uppercase;
  margin-bottom: 0;
}

.news__heading {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin-bottom: 19px;
}

.news__text {
  line-height: 1;
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.news__box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}

.news__item-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 168px;
  aspect-ratio: 1/1;
  overflow: hidden;
}

.news__item-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 75, 136, 0) 0%, rgb(0, 75, 136) 100%);
  pointer-events: none;
}

.news__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news__item-date {
  margin-bottom: 50px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.news__item-date p {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #004b88;
  margin-bottom: 0;
}

.news__item-date span {
  flex: 1;
  height: 1px;
  background: #e6e6e6;
}

.news__item-title {
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #004b88;
  margin-bottom: 19px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.news__item-text {
  font-family: "Exo2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: anywhere;
  max-width: 357px;
}

.news__item-box {
  border-bottom: 1px solid #e6e6e6;
  height: -webkit-fill-available;
}

.news__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.news__big,
.news__box {
  width: calc(50% - 10px);
}

.news__box {
  min-width: 0;
}

.news__all {
  display: inline;
  font-family: "Exo2", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #004b88;
  text-transform: uppercase;
  padding-bottom: 5px;
  text-decoration: underline !important;
}

.body.index.biba .table-menu.hidden-xs {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.body.index.biba {
  margin-bottom: unset !important;
}

.body.index.biba~footer {
  margin-top: unset !important;
}


@media screen and (max-width: 1620px) {
  .hero__media {
    width: calc(47vw + 230px);
  }
}

@media screen and (max-width: 1400px) {
  .hero__media {
    width: calc(47vw + 230px);
  }
}

@media screen and (max-width: 1280px) {
  .request__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .about__inner {
    flex-direction: column;
  }

  .about__info,
  .about__video {
    width: 100%;
  }

  .about__info {
    margin-bottom: 40px;
  }

  .about__video {
    width: 100%;
    max-width: unset;
  }

  .about__player {
    position: relative;
    width: 100%;
    max-width: unset;
    aspect-ratio: 358/223;
  }

  .about__block {
    bottom: -8px;
    left: -8px;
  }

  .direction__box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .request__inner {
    display: flex;
    align-items: stretch;
  }

  .request__info,
  .request__form {
    width: calc(50% - 10px);
  }

  .request__form {
    display: flex;
    flex-direction: column;
  }

  .request__form>* {
    width: 100%;
  }

  .news__block {
    flex-direction: column;
  }

  .news__big,
  .news__box {
    width: 100%;
    max-width: 100%;
  }

  .news__big {
    aspect-ratio: 16/10;
    height: unset;
  }
}

@media screen and (max-width: 768px) {
  .main .container {
    padding: 0 16px;
  }

  .hero {
    margin-bottom: 48px;
    background: transparent;
  }

  .main .hero .container {
    height: 100%;
  }

  .hero__slide {
    position: relative;
    min-height: 520px;
    background: transparent;
    overflow: hidden;
  }

  .hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    width: 52%;
    min-height: 268px;
    padding: 32px 14px;
    background: #004b88;
  }

  .hero__inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: -43.8%;
    width: 45%;
    height: 100%;
    background: #004b88;
    clip-path: polygon(0 0, 100% 0, 20% 100%, 0 100%);
  }

  .hero__left {
    background: #004b88;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
    width: 100%;
  }

  .hero__suptitle {
    font-size: 34px;
    margin-bottom: 12px;
  }

  .hero__title {
    font-size: 48px;
  }

  .hero__link {
    margin-top: 28px;
  }

  .hero__media {
    position: absolute;
    inset: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .hero__media::before {
    display: none;
  }

  .hero__media picture {
    display: block;
    width: 100%;
    height: 100%;
  }

  .hero__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
  }

  .hero__controls {
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 4;
  }

  .about {
    margin-bottom: 48px;
  }

  .about__data {
    margin-top: 24px;
  }

  .about__link {
    width: 50%;
  }

  .about .about__player {
    position: relative;
    width: 100%;
    max-width: unset;
    aspect-ratio: 358/223;
  }

  .about .about__video {
    width: 100%;
    max-width: unset;
  }

  .direction {
    margin-bottom: 48px;
  }

  .direction__head {
    flex-direction: column;
    margin-bottom: 32px;
  }

  .direction__box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .direction__img {
    margin-bottom: 12px;
  }

  .direction__item {
    min-height: 180px;
    min-width: 171px;
    padding: 16px 13px;
  }

  .direction__number {
    font-size: 16px;
    top: 16px;
    left: 13px;
  }

  .direction__img {
    max-width: 117px;
    height: 53px;
  }

  .direction__name {
    font-size: 14px;
  }

  .direction__detail {
    bottom: 13px;
    left: 13px;
  }

  .direction__title {
    margin-bottom: 24px;
  }

  .request {
    margin-bottom: 48px;
  }

  .request .container {
    padding: 0;
  }

  .request__inner {
    flex-direction: column;
  }

  .request__title {
    font-size: 32px;
  }

  .request__info {
    margin-bottom: 24px;
    padding: 24px 16px;
    gap: 32px;
  }

  .request__info,
  .request__form {
    width: 100%;
  }

  .request__form {
    padding: 0 16px;
  }

  .products {
    margin-bottom: 48px;
  }

  .products__actions {
    display: none;
  }

  .products__bottom {
    display: flex;
    margin-top: 32px;
  }

  .products__bottom .products__actions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: unset;
  }

  .partners {
    margin-bottom: 48px;
    padding: 32px 0;
  }

  .partners__head .partners__actions {
    display: none;
  }

  .partners__bottom {
    display: flex;
    justify-content: space-between;
  }

  .partners__bottom .partners__title {
    opacity: 0;
  }

  .news {
    margin-bottom: 48px;
  }

  .news__big {
    aspect-ratio: 16/16;
  }

  .news__info {
    bottom: 15px;
    left: 16px;
  }

  .news__item {
    gap: 8px;
  }

  .news__item-img {
    max-width: 109px;
  }

  .news__item-date {
    margin-bottom: 21px;
  }

  .news__item-date p {
    font-size: 10px;
  }

  .news__item-title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .news__item-text {
    font-size: 12px;
    -webkit-line-clamp: 3;
    line-height: 1;
  }
}

@media screen and (max-width: 480px) {
  .hero__inner {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    width: 75%;
    min-height: 268px;
    padding: 32px 14px;
    background: #004b88;
  }

  .hero__inner::before {
    content: "";
    position: absolute;
    top: 0;
    right: -34.8%;
    width: 35%;
    height: 100%;
    background: #004b88;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0 100%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}