@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Sans:ital,wght@0,100..800;1,100..800&display=swap");
:root {
  --font-family: "Ubuntu Sans", sans-serif; }
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

.header {
  padding: 12px 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  background: #fff; }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    display: flex;
    align-items: center;
    column-gap: 18px; }
    @media (max-width: 480px) {
  .header__logo {
    display: none; } }
    .header__logo img {
      width: 65px;
      flex-shrink: 0; }
    .header__logo span {
      display: block;
      margin-left: 12px;
      font-weight: 400;
      font-size: 17px;
      line-height: 107%;
      color: #151515; }
  .header__logo-mobile {
    display: none;
    align-items: center;
    column-gap: 10px;
    justify-content: space-between; }
    @media (max-width: 480px) {
  .header__logo-mobile {
    display: flex; } }
    .header__logo-mobile img {
      width: 50px;
      flex-shrink: 0; }
    .header__logo-mobile span {
      display: block;
      margin-left: 12px;
      font-weight: 400;
      font-size: 14px;
      line-height: 107%;
      color: #151515;
      text-align: center; }
  .header__items {
    display: flex;
    align-items: center;
    column-gap: 20px; }
    @media (max-width: 1200px) {
  .header__items {
    display: none; } }
  .header__item {
    font-weight: 400;
    font-size: 15px;
    line-height: 107%;
    color: #151515;
    transition: 0.4s; }
    .header__item:hover {
      color: #2196f3; }

.main {
  margin-top: 0;
  padding: 60px 0 90px;
  background: url("../themes/demo/assets/images/main.svg") center / cover no-repeat; }
  @media (max-width: 1100px) {
  .main {
    padding: 50px 0; } }
  @media (max-width: 480px) {
  .main {
    padding: 60px 0 40px;
    background: url("../themes/demo/assets/images/main-mobile.svg") center / cover no-repeat; } }
  .main__body {
    display: flex;
    column-gap: 195px; }
    @media (max-width: 1100px) {
  .main__body {
    flex-direction: column;
    row-gap: 40px; } }
  .main__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 135%;
    color: #151515;
    margin-bottom: 20px;
    max-width: 384px; }
    @media (max-width: 480px) {
  .main__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 138%;
    text-align: center;
    color: #151515;
    max-width: 350px;
    margin-bottom: 15px; } }
  .main__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 139%;
    text-transform: lowercase;
    color: #555; }
    @media (max-width: 480px) {
  .main__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 118%;
    text-transform: lowercase;
    text-align: center;
    color: #555; } }
  .main__items {
    display: flex;
    column-gap: 77px; }
    @media (max-width: 1100px) {
  .main__items {
    column-gap: 50px; } }
    @media (max-width: 480px) {
  .main__items {
    justify-content: center; } }
  .main__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    cursor: pointer; }
    @media (max-width: 480px) {
  .main__item {
    row-gap: 15px; } }
    .main__item span {
      font-weight: 400;
      font-size: 27px;
      line-height: 167%;
      text-align: center;
      color: #151515; }
      @media (max-width: 480px) {
  .main__item span {
    font-size: 18px; } }
    @media (max-width: 480px) {
    .main__item svg {
      width: 70px;
      height: 70px; } }

.need {
  margin-top: 40px; }
  .need__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px; }
  @media (max-width: 480px) {
    .need .swiper-slide {
      width: 270px; } }
  .need__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 106%;
    color: #151515; }
    @media (max-width: 480px) {
  .need__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #151515; } }
  .need__arrows {
    display: flex;
    align-items: center;
    column-gap: 14px; }
    @media (max-width: 480px) {
  .need__arrows {
    column-gap: 9px; } }
  .need__arrow {
    cursor: pointer;
    transition: 0.4s; }
    .need__arrow.swiper-button-disabled {
      opacity: 0.5; }
    @media (max-width: 480px) {
    .need__arrow svg {
      width: 27px;
      height: 27px; } }
  @media (max-width: 480px) {
    .need__items {
      overflow: visible; } }
  .need__item {
    display: block;
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    border-radius: 10px; }
    .need__item iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .need__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media (max-width: 480px) {
  .need__play svg {
    width: 74px;
    height: 51px; } }
  .need__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin-top: 40px; }
    @media (max-width: 480px) {
  .need__pagination {
    margin-top: 25px;
    justify-content: center; } }
    .need__pagination .swiper-pagination-bullet {
      border: 1px solid #a3a3a3 !important;
      border-radius: 3px !important;
      width: 16px !important;
      height: 16px !important;
      opacity: 1 !important;
      margin: 0 !important;
      background-color: transparent !important;
      position: relative; }
      .need__pagination .swiper-pagination-bullet::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 9px;
        height: 9px;
        border-radius: 1px;
        background: #2196f3;
        transition: 0.4s;
        opacity: 0; }
      .need__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        opacity: 1; }

.pam {
  margin-top: 60px; }
  @media (max-width: 480px) {
  .pam {
    margin-top: 40px; } }
  .pam__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px; }
    @media (max-width: 480px) {
  .pam__top {
    margin-bottom: 20px; } }
  .pam__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 106%;
    color: #151515; }
    @media (max-width: 480px) {
  .pam__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    color: #151515; } }
  @media (max-width: 480px) {
    .pam .swiper-slide {
      width: 200px; } }
  .pam__arrows {
    display: flex;
    align-items: center;
    column-gap: 14px; }
    @media (max-width: 480px) {
  .pam__arrows {
    column-gap: 9px; } }
  .pam__arrow {
    cursor: pointer;
    transition: 0.4s; }
    .pam__arrow.swiper-button-disabled {
      opacity: 0.5; }
    @media (max-width: 480px) {
    .pam__arrow svg {
      width: 27px;
      height: 27px; } }
  @media (max-width: 480px) {
    .pam__items {
      overflow: visible; } }
  .pam__item {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 95%;
    border: 2px solid #000;
    border-radius: 10px; }
    .pam__item img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pam__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    margin-top: 40px; }
    @media (max-width: 480px) {
  .pam__pagination {
    margin-top: 25px;
    justify-content: center; } }
    .pam__pagination .swiper-pagination-bullet {
      border: 1px solid #a3a3a3 !important;
      border-radius: 3px !important;
      width: 16px !important;
      height: 16px !important;
      opacity: 1 !important;
      margin: 0 !important;
      background-color: transparent !important;
      position: relative; }
      .pam__pagination .swiper-pagination-bullet::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 9px;
        height: 9px;
        border-radius: 1px;
        background: #2196f3;
        transition: 0.4s;
        opacity: 0; }
      .pam__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        opacity: 1; }

.links {
  margin-top: 50px; }
  @media (max-width: 480px) {
  .links {
    margin-top: 40px; } }
  .links__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 106%;
    color: #151515;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .links__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #151515; } }
  .links__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px; }
    @media (max-width: 992px) {
  .links__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; } }
    @media (max-width: 480px) {
  .links__items {
    grid-template-columns: 1fr 1fr; } }
  .links__item {
    border: 1px solid rgba(0, 122, 255, 0.651);
    border-radius: 10px;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    cursor: pointer;
    background: rgba(0, 122, 255, 0.02);
    transition: 0.5s; }
    @media (max-width: 480px) {
  .links__item {
    padding: 20px 10px;
    row-gap: 10px; } }
    .links__item img {
      height: 50px; }
      @media (max-width: 480px) {
  .links__item img {
    height: 40px; } }
    .links__item span {
      font-weight: 400;
      font-size: 17px;
      line-height: 118%;
      text-align: center;
      color: #151515; }
      @media (max-width: 480px) {
  .links__item span {
    font-weight: 400;
    font-size: 13px;
    line-height: 123%;
    text-align: center;
    color: #151515; } }

.numbers {
  margin-top: 50px; }
  @media (max-width: 480px) {
  .numbers {
    margin-top: 40px; } }
  .numbers__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 106%;
    color: #151515;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .numbers__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #151515; } }
  .numbers__items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 11px; }
    @media (max-width: 992px) {
  .numbers__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; } }
    @media (max-width: 480px) {
  .numbers__items {
    grid-template-columns: 1fr 1fr; } }
  .numbers__item {
    padding: 7px;
    border: 1.14px solid #e8e8e8;
    border-radius: 11px; }
  .numbers__item-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 6px;
    border-radius: 5px;
    background: #ec4424;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
  .numbers__item-number {
    font-size: 25px;
    margin-bottom: 10px; } }
  .numbers__item-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.06em;
    text-align: center;
    color: #151515; }
    @media (max-width: 480px) {
  .numbers__item-title {
    font-size: 16px; } }

.numbers-main {
  padding: 20px 14px;
  display: flex;
  align-items: center;
  column-gap: 18px;
  grid-column: 1 / 3;
  background: #ec4424;
  border-radius: 17px; }
  .numbers-main__number {
    font-weight: 500;
    font-size: 46px;
    line-height: 1;
    text-align: center;
    color: #ec4424;
    padding: 9px 13px;
    border-radius: 8px;
    background: #fff; }
    @media (max-width: 480px) {
  .numbers-main__number {
    font-size: 34px; } }
  .numbers-main__title {
    font-weight: 500;
    font-size: 19px;
    line-height: 118%;
    color: #fff; }
    @media (max-width: 480px) {
  .numbers-main__title {
    font-size: 16px; } }
  .footer {
    padding: 44px 0;
    margin-top: 50px;
    background: url("../themes/demo/assets/images/main.svg") center / cover no-repeat; }
  @media (max-width: 480px) {
  .footer {
    margin-top: 40px;
    background: url("../themes/demo/assets/images/main.svg") right center / cover no-repeat; } }
  .footer__top {
    display: flex;
    align-items: center;
    column-gap: 18px; }
    .footer__top span {
      font-weight: 400;
      font-size: 15px;
      line-height: 107%;
      color: #151515; }
      @media (max-width: 480px) {
  .footer__top span {
    font-weight: 400;
    font-size: 15px;
    line-height: 107%;
    color: #151515; } }
    .footer__top svg {
      flex-shrink: 0; }

.eye {
  cursor: pointer; }
  @media (max-width: 480px) {
  .eye svg {
    width: 40px;
    height: 40px; } }

.fixed-items {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  row-gap: 15px; }
  @media (max-width: 480px) {
  .fixed-items {
    row-gap: 8px; } }

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

.lang {
  font-weight: 250;
  font-size: 20px;
  line-height: 107%;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  background: #a2c9e8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase; }
  @media (max-width: 480px) {
  .lang {
    font-size: 15px;
    width: 40px;
    height: 40px; } }
  .lang.active {
    background: #2196f3;
    font-weight: 600; }

.iframe-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.iframe-wrapper iframe {
  pointer-events: none;
  /* Отключаем обработку событий iframe */ }

.iframe-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
  pointer-events: auto;
  /* Перехватываем события свайпа */ }

@keyframes pulse {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.red_pulse {
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-direction: alternate; }

.warning_icon {
  width: 40px; }

.need__title.red_pulse {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  color: red; }

@media screen and (max-width: 480px) {
  .warning_icon {
    width: 40px; }

  .need__arrows {
    display: none; }

  .need__title.red_pulse {
    width: 100%;
    justify-content: space-between;
    text-align: center;
    gap: 5px; }

  .fixed-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: center;
    bottom: auto;
    gap: 10px;
    background: #fff;
    right: auto; }

  .langs {
    flex-direction: row;
    gap: 10px; }

  .eye svg {
    width: auto; }

  .header {
    padding-top: 50px;
    background: #2196f3; }

  .header__logo-mobile span {
    color: #fff; }

  .eye {
    display: flex; }

  .lang {
    color: #151515;
    background: transparent;
    font-weight: 400;
    font-size: 18px; }

  .eye svg rect {
    stroke: transparent;
    fill: transparent; }

  .eye svg * {
    stroke: #151515; }

  .eye svg * {
    fill: #fff; }

  .lang.active {
    color: #2196f3;
    background: transparent; }

  .main__items {
    flex-direction: column;
    gap: 10px; }

  .main__item {
    padding: 10px 30px;
    flex-direction: row;
    background: #fff;
    gap: 20px;
    border-radius: 10px; }

  .main__item span {
    width: 100%;
    font-weight: 500;
    font-size: 22px; }

  .main__item svg {
    min-width: 60px;
    height: auto; }

  .pam__arrow {
    display: none; }

  section:not(:last-child):not(.main):after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100px;
    background: #2196f3;
    height: 3px;
    border-radius: 5px; }

  section:not(:last-child):not(.main) {
    position: relative;
    padding-bottom: 50px; }

  .main__title {
    width: 100%;
    max-width: 100%; }

  .pam__title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    width: 100%; }

  .need__title.red_pulse {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; }

  .numbers__title {
    text-align: center;
    text-transform: uppercase; }

  .main__title {
    line-height: 1.1;
    margin-bottom: 0; }

  .header__logo-mobile {
    width: 100%; } }

.main {
  background: url(/storage/app/media/banner4.jpg) center / cover no-repeat; }

.numbers__item-number svg {
  margin-right: 10px; }

.links__item:hover {
  background: rgba(0, 122, 255, 0.22); }
