* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

body {
  font-family: "Bitter", serif;
}

body.locked {
  overflow: hidden;
}

.main__body--color {
  background: -webkit-gradient(linear, left top, left bottom, from(#001A39), to(#275F99));
  background: -o-linear-gradient(top, #001A39 0%, #275F99 100%);
  background: linear-gradient(180deg, #001A39 0%, #275F99 100%);
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.color-1 {
  background: #BE132C;
}

.color-2 {
  background: #9C13BE;
}

.color-3 {
  background: #1343BE;
}

.color-4 {
  background: #13BE80;
}

.color-5 {
  background: #CF7F36;
}

.color-6 {
  background: #CFC036;
}

.color-7 {
  background: #96C336;
}

.color-8 {
  background: #36C3A1;
}

.color-9 {
  background: #139FBE;
}

.color-10 {
  background: #6913BE;
}

.color-11 {
  background: #BE1365;
}

.link {
  color: #fff;
  font-family: "Inter";
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 15px 45px;
  background: #BE132C;
  border-radius: 45px;
  display: inline-block;
}

/* .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 40px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

/* .header--fixed {
  background-color: #0053A2;
  padding: 20px 60px;
} */

/* .header--fixed .nav__menu a::after {
  bottom: -40px;
} */

/* .header nav {
  width: 100%;
} */

/* .header .logo {
  margin-right: 100px;
} */

/* .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
} */

/* .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

/* .nav__menu li {
  position: relative;
} */

/* .nav__menu li ul {
  position: absolute;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  width: 300px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
} */

/* .nav__menu li ul li + li {
  margin-top: 15px;
} */

/* .nav__menu li ul a {
  color: #001324;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
} */

/* .nav__menu li svg {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
} */

/* .nav__menu li:hover svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
} */

/* .nav__menu li:hover ul {
  opacity: 1;
  visibility: visible;
} */

/* .nav__menu li.active a::after {
  opacity: 1;
} */

/* .nav__menu li:not(:last-child) {
  margin-right: 40px;
} */

/* .nav__menu a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

/* .nav__menu a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #BE132C;
  left: 0;
  bottom: -60px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

/* .nav__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 30px;
} */

/* .nav__phone svg {
  margin-right: 9px;
} */

/* .nav__phone span {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
} */

/* .nav__account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #BE132C;
  border-radius: 45px;
  padding: 13px 30px;
  color: #fff;
  font-family: "Inter";
  font-weight: 900;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
} */

/* .nav__account svg {
  margin-right: 3px;
} */

@-webkit-keyframes hover-link {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes hover-link {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.hero {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .swiper {
  max-width: 770px;
  margin-left: 0;
}

.hero__title {
  color: #fff;
  font-family: "Bitter";
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.hero__title--strong {
  font-weight: 700;
  font-size: 60px;
}

.hero__title--light {
  display: block;
  font-family: "Inter";
  font-weight: 200;
  font-size: 30px;
  line-height: 42px;
  margin-top: 20px;
}

.hero__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__links .link {
  font-size: 16px;
  line-height: 30px;
  padding: 20px 69px;
  margin-right: 40px;
}

.hero__links .link-light {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 60px;
  height: 120px;
  position: absolute;
}

.hero-btn-next {
  background-image: url("../img/hero/next.svg");
  right: 60px;
}

.hero-btn-prev {
  background-image: url("../img/hero/prev.svg");
  left: 60px;
}

.service {
  padding: 110px 0;
  padding-bottom: 55px;
}

.service__inner {
  position: relative;
}

.service__block {
  position: relative;
}

.service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__title {
  position: absolute;
  left: 50%;
  bottom: 180px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(16, 48, 85, 0.96);
  padding: 19px 19px 24px 0;
  border-radius: 10px;
}

.service__title h2 {
  color: #fff;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border-left: 3px solid #BE132C;
  padding-left: 38px;
}

.service__title span {
  font-weight: 300;
  font-size: 41px;
  text-transform: capitalize;
  display: block;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  max-width: 325px;
  width: 100%;
  position: absolute;
  /* display: none; */
}

.service__item a {
  padding: 19px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.service__item a:hover {
  opacity: 0.5;
}

.service__item--1 {
  top: 86px;
  left: 150px;
}

.service__item--2 {
  top: 250px;
  left: 75px;
}

.service__item--3 {
  top: 404px;
  left: 5px;
}

.service__item--4 {
  top: 558px;
  left: 75px;
}

.service__item--5 {
  top: 694px;
  left: 150px;
}

.service__item--6 {
  top: 750px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.service__item--7 {
  top: 694px;
  right: 150px;
}

.service__item--8 {
  top: 558px;
  right: 75px;
}

.service__item--9 {
  top: 404px;
  right: 5px;
}

.service__item--10 {
  top: 250px;
  right: 75px;
}

.service__item--11 {
  top: 86px;
  right: 150px;
}

.service__item-img {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}

.service__item-content {
  max-width: 190px;
}

.service__item-content span {
  color: #fff;
  font-family: "Bitter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

.ben {
  padding-top: 55px;
}

.ben__title {
  background-image: url("../img/ben/title.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 16px;
}

.ben__title h2 {
  color: #fff;
  font-family: "Bitter";
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-align: center;
}

.ben__title span {
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  display: block;
}

.ben__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: -16px;
  padding-bottom: 150px;
  border-bottom: 4px dashed rgba(255, 255, 255, 0.1);
}

.ben__list li {
  background: rgba(6, 35, 67, 0.8);
  border-radius: 10px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 40px;
  max-width: 436px;
  min-height: 430px;
}

.ben__list li:nth-child(2) {
  margin-top: 50px;
}

.ben__list li:nth-child(4),
.ben__list li:nth-child(6) {
  margin-top: -50px;
}

.ben__list div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 220px;
}

.ben__list div::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#001A39), to(#0D2C4F));
  background: -o-linear-gradient(top, #001A39 0%, #0D2C4F 100%);
  background: linear-gradient(180deg, #001A39 0%, #0D2C4F 100%);
  background-color: #fff;
  top: 0;
  left: 0;
}

.ben__list img {
  position: relative;
  z-index: 2;
}

.ben__list span {
  color: #fff;
  font-family: "Bitter";
  font-weight: 800;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
}

.ben__list p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
}

.news {
  padding: 150px 0;
  border-bottom: 4px dashed rgba(255, 255, 255, 0.1);
}

.news__title {
  padding-bottom: 20px;
  margin-bottom: 30px;
  background-image: url(../img/ben/title.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.news__title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 51px;
  line-height: 1.2;
  text-align: center;
}

.news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px;
}

.news__item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 37px 40px 24px;
  background: rgba(6, 35, 67, 0.8);
  border-radius: 10px;
}

.news__item-time {
  border: 1px solid #BE132C;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 14px;
  margin-bottom: 20px;
}

.news__item-time svg {
  margin-right: 5px;
}

.news__item-time time {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
}

.news__item-content {
  margin-bottom: 20px;
}

.news__item-content h3 {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.news__item-content a {
  color: inherit;
}

.news__item-content p {
  color: #fff;
  font-family: "Inter";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  margin-top: auto;
}

.news__item-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
  width: 100%;
}

.news__item-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
}

.news__item-link span {
  margin-right: 10px;
}

.news__bottom {
  text-align: center;
}

.news__bottom a {
  text-align: center;
}

.about {
  padding: 150px 0;
}

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

.about__content {
  width: 576px;
  margin-right: 100px;
}

.about__title {
  margin-bottom: 30px;
}

.about__title h2 {
  color: #fff;
  font-weight: 700;
  font-size: 51px;
  line-height: 1.2;
}

.about__text {
  margin-bottom: 40px;
}

.about__text p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
}

.about__text p:not(:last-child) {
  margin-bottom: 20px;
}

.about__img {
  border: 10px solid #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 665px;
}

.about__img img {
  max-width: 100%;
  height: auto;
}

.form {
  position: relative;
  margin-bottom: -160px;
  background-image: url("../img/form/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.form__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form__item {
  padding: 60px 80px 170px;
  background-color: #fff;
}

.form__item form {
  position: relative;
}

.form__item--free {
  border-radius: 10px 0px 0px 10px;
}

.form__item--now {
  border-radius: 0px 10px 10px 0px;
  position: relative;
  z-index: 2;
}

.form__item--now::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#EEEEEE), color-stop(34.74%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #EEEEEE 0%, rgba(255, 255, 255, 0) 34.74%);
  background: linear-gradient(90deg, #EEEEEE 0%, rgba(255, 255, 255, 0) 34.74%);
}

.form__head {
  text-align: center;
  margin-bottom: 30px;
}

.form__head h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
}

.form .form-group:not(:last-child) {
  margin-bottom: 25px;
}

.form .form-group:last-child {
  margin-bottom: 20px;
}

.form .form-group input {
  width: 100%;
  height: 60px;
  background: #F7F8F9;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  padding: 12px 25px;
  color: #8799AA;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  outline: none;
  margin-bottom: 10px;
}

.form .form-group input::-webkit-input-placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  color: #8799AA;
}

.form .form-group input::-moz-placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  color: #8799AA;
}

.form .form-group input:-ms-input-placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  color: #8799AA;
}

.form .form-group input::-ms-input-placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  color: #8799AA;
}

.form .form-group input::placeholder {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 18px;
  line-height: 36px;
  color: #8799AA;
}

.form .form-group span {
  color: #BE132C;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}

.form .form-group button {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 16px 0;
  width: 100%;
  background: #BE132C;
  border-radius: 45px;
}

.form__checked {
  position: relative;
}

.form__checked:not(:last-child) {
  margin-bottom: 20px;
}

.form__checked label {
  color: #001324;
  font-family: "Roboto";
  font-weight: 300;
  font-size: 12px;
  line-height: 1.4;
  padding-left: 30px;
  display: block;
  position: relative;
}

.form__checked label::after,
.form__checked label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(190, 19, 44, 0.5);
  border-radius: 3px;
}

.form__checked label::after {
  background-image: url("../img/checked.svg");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}

.form__checked a {
  font-weight: 500;
  color: #001324;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.form__checked input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.form__checked input:checked + label::after {
  opacity: 1;
}

/* .footer {
  display: block;
  min-height: 910px;
  background-image: url("../img/footer/bg.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
  z-index: 5;
  max-width: 1920px;
  margin: 0 auto;
} */

/* .footer__inner {
  padding-top: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 78px;
} */

/* .footer__main {
  max-width: 323px;
  padding-right: 31px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
} */

/* .footer .logo {
  margin-bottom: 32px;
} */

/* .footer__contacts {
  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;
  margin-bottom: 35px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 24px;
} */

/* .footer__contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
} */

/* .footer__contacts-phone svg {
  margin-right: 10px;
} */

/* .footer__contacts-phone span {
  color: #3E3E3E;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
} */

/* .footer__contacts-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
} */

/* .footer__contacts-address span {
  color: #3E3E3E;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
} */

/* .footer__contacts .link {
  padding: 15px 30px;
} */

/* .footer__text p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
} */

/* .footer__text p:not(:last-child) {
  margin-bottom: 10px;
} */

/* .footer__content {
  padding-left: 51px;
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
} */

/* .footer__list:not(:last-child) {
  margin-bottom: 60px;
} */

/* .footer__list h4 {
  color: #BE132C;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
} */

/* .footer__list p {
  color: #3E3E3E;
  font-family: "Inter";
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
} */

/* .footer__list li {
  padding-left: 19px;
  position: relative;
} */

/* .footer__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #0053A2;
} */

/* .footer__list li:not(:last-child) {
  margin-bottom: 12px;
} */

/* .footer__list a {
  color: #3E3E3E;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
} */

/* .footer__end {
  padding-left: 57px;
  max-width: 330px;
  width: 100%;
} */

/* .footer__bottom {
  padding-top: 35px;
  padding-bottom: 26px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  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;
} */

/* .footer__bottom p {
  color: #3E3E3E;
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
} */

/* .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

/* .footer__social ul {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} */

/* .footer__social li {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
} */

/* .footer__social li:not(:last-child) {
  margin-right: 10px;
} */

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media (max-width: 1651px) {
  .hero .swiper {
    margin-left: 200px;
  }
}

@media (max-width: 1379.98px) {
  .container {
    max-width: 1200px;
  }

  .service {
    padding-top: 30px;
  }

  .service__item--1 {
    left: 120px;
  }

  .service__item--2 {
    left: 45px;
  }

  .service__item--4 {
    left: 45px;
  }

  .service__item--5 {
    left: 120px;
  }

  .service__item--6 {
    top: 815px;
  }

  .service__item--7 {
    right: 120px;
  }

  .service__item--8 {
    right: 45px;
  }

  .service__item--10 {
    right: 45px;
  }

  .service__item--11 {
    right: 120px;
  }

  .service__item-img {
    width: 50px;
    height: 50px;
  }

  .service__item-img img {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }

  .service__item-content span {
    font-size: 16px;
    line-height: 1.2;
  }

  .ben__title {
    margin-bottom: 40px;
  }

  .ben__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
    padding-bottom: 80px;
  }

  .ben__list li {
    max-width: none;
    min-height: auto;
    height: 100%;
  }

  .ben__list li:nth-child(2),
  .ben__list li:nth-child(4),
  .ben__list li:nth-child(6) {
    margin: 0;
  }

  .news {
    padding: 80px 0;
  }

  .about {
    padding: 80px 0;
  }
}

@media (max-width: 1199.98px) {
  .container {
    max-width: 991px;
  }

  .service__img img {
    width: 100%;
    height: auto;
  }

  .service__title {
    position: static;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-bottom: 40px;
  }

  .service__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .service__item {
    position: static;
    max-width: 100%;
  }

  .service__item--6 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  .ben__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about__content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

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

  .about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .form__item {
    padding: 40px 40px 170px;
  }

  /* .footer__main {
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  } */

  /* .footer .logo {
    text-align: center;
  } */

  /* .footer__content {
    display: none;
  } */

  /* .footer__end {
    display: none;
  } */

  /* .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  } */

 /*  .footer__social {
   margin: 20px 0;
 } */
}

@media (max-width: 991.98px) {
  .container {
    max-width: 768px;
  }

  .form__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }

  .form__item {
    border-radius: 10px;
    padding-bottom: 60px;
  }

  .form__item--now::before {
    display: none;
  }

  .hero .swiper {
    margin-left: 0;
  }

  .hero-btn {
    display: none;
  }

  .hero__title {
    font-size: 45px;
    text-align: center;
  }

  .hero__title--strong {
    font-size: 45px;
  }

  .hero__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }

  .service__title h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .service__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .ben__title h2 {
    font-size: 40px;
  }

  .ben__title span {
    font-size: 30px;
  }

  .ben__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .news__title h2 {
    font-size: 40px;
  }

  .about__title h2 {
    font-size: 40px;
  }

  .about__text p {
    font-size: 16px;
  }

  .about__link {
    text-align: center;
  }

  .form__item {
    padding: 40px 30px;
  }

  .form__head h2 {
    font-size: 30px;
  }

  .hero__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__links .link {
    margin-right: 0;
    margin-bottom: 40px;
  }

  .hero__title {
    font-size: 30px;
  }

  .hero__title--strong {
    font-size: 30px;
  }

  .hero__title--light {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 479.98px) {
  .container {
    max-width: none;
  }

  .service__title h2 {
    font-size: 30px;
  }

  .service__title span {
    font-size: 30px;
  }

  .ben__title h2 {
    font-size: 30px;
  }

  .ben__title span {
    font-size: 25px;
  }
}

/* .nav__menu li ul a {
    transition: color .3s ease-in-out;
} */

/* .nav__menu li ul a:hover {
    color: #BE132C;
}
 */

/* @media(max-width: 1399px) {
    .header {
        padding: 20px 15px;
    }
    .nav__menu a::after {
        bottom: -40px;
    }
} */

/* .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}
 */
/* .burger.active {
    position: relative;
} */

/* .burger.active span:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: 15px;
    left: 0;
} */

/* .burger.active span:last-child {
    transform: rotate(-45deg);
    position: absolute;
    top: 15px;
    left: 0;
} */

/* .burger span {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    transition: transform .3s ease-in-out;
} */

/* .burger.active span:nth-child(2) {
    display: none;
} */

/* .nav.show {
    transform: translateX(0);
    transition: transform .3s ease-in-out;
    width: 100%;
    height: calc(100vh - 94px);
    background-color: #0053A2;
    top: 94px;
    left: 0;
    flex-direction: column;
} */

/* @media(max-width: 1279px) {
    .burger {
        display: flex;
        margin-left: auto;
    }
    
    .nav {
        transform: translateX(-300%);
        position: absolute;
        padding: 0 15px;
        padding-top: 60px;
        padding-bottom: 50px;
    }
    
    .header .logo {
        margin-right: auto;
    }
    
    .nav__menu a {
        font-size: 20px;
        line-height: 24px;
    }
    
    .nav__menu li.active a::after {
        display: none;
    }
    
    .nav__menu {
        flex-direction: column;
    }
    
    .nav__menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 40px;
    }
    
    .header.active {
        background-color: #0053A2;
    }
    
    .nav__phone {
        margin: 0 auto;
        margin-bottom: 25px;
        margin-top: auto;
    }
    
    .nav__phone span {
        font-size: 24px;
        line-height: 30px;
    }
    
    .nav__account {
        font-size: 14px;
        padding: 15px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    body.ishidden {
        overflow: hidden;
    }
} */

