@charset "UTF-8";
@import "/assets/fonts/montserrat/stylesheet.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

a, span {
  display: block;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

svg {
  display: block;
  height: 100%;
  width: 100%;
}

.header__logo {
  height: 72px;
}
.header__logo a {
  height: 100%;
}

body {
  min-height: 390px;
}

main {
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  margin: auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 440px) {
  .container {
    padding: 0 20px;
  }
}

.container.main__slider {
  padding: 0;
}

header {
  height: 97px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
header .container {
  width: 100%;
  max-width: 1198px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  header .container {
    gap: 20px;
  }
}

.contact {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-left: 50px;
}
@media (max-width: 1280px) {
  .header__contacts {
    padding-left: 0;
    margin: 0 0 0 auto;
  }
}
.header__contacts .icon {
  width: 17px;
  height: 17px;
}
.header__contacts * {
  color: #362E79;
  font-weight: 500;
}

.contacts-anchor {
  text-decoration: underline;
  padding-left: 4px;
}

.header__button {
  border-radius: 5px;
  padding: 18px 16px;
  gap: 9px;
}
@media (max-width: 1024px) {
  .header__button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1000;
    justify-content: center;
    padding: 24px;
  }
}
.header__button .icon {
  width: 15px;
  height: 14px;
  fill: #fff;
}

.button {
  background-color: #F78F05;
  color: #fff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
  letter-spacing: 0.5px;
}

.button:hover {
  background-color: #faab34;
  transition: background-color 0.3s;
}

.button:not(:hover) {
  transition: background-color 0.3s;
}

.swiper-slide--1 .slide__title {
  top: 40px;
}
@media (max-width: 1024px) {
  .swiper-slide--1 .slide__title {
    top: auto;
  }
}

.swiper-slide--4 .slide__title {
  top: 60px;
}
@media (max-width: 1024px) {
  .swiper-slide--4 .slide__title {
    top: auto;
  }
}

.arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 1400px;
  width: 100%;
  right: 0;
  left: 0;
}
.arrows .icon {
  width: 100%;
  height: 100%;
}
.arrows > div {
  width: 35px;
  height: 33px;
}

.main__slider {
  height: 516px;
  overflow: hidden;
}
.main__slider .swiper-button-prev:after, .main__slider .swiper-rtl .swiper-button-next:after, .main__slider .swiper-button-next:after, .main__slider .swiper-rtl .swiper-button-prev:after {
  content: none;
}
@media (max-width: 1024px) {
  .main__slider .arrows {
    position: absolute;
    right: 20px;
    bottom: 20px;
    max-width: 110px;
    left: auto;
    top: auto;
  }
}
.main__slider .swiper-button-prev {
  transform: rotate(180deg);
}
.main__slider .slide__image {
  width: 372px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  padding: 5px 0 5px 13px;
  align-items: center;
  gap: 5px;
  margin: 20px 0 0 auto;
}
@media (max-width: 1024px) {
  .main__slider .slide__image {
    width: 100%;
    max-width: 340px;
    margin: 18px 0 0;
  }
}
.main__slider .slide__image .image__name {
  font-size: 20px;
  color: #5D5A88;
  font-weight: 500;
  padding-bottom: 3px;
}
@media (max-width: 1024px) {
  .main__slider .slide__image .image__name {
    font-size: 14px;
    line-height: 14px;
  }
}
.main__slider .slide__image .image__model {
  font-weight: 700;
  font-size: 20px;
  background: -webkit-linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  background: linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .main__slider .slide__image .image__model {
    font-size: 17px;
  }
}
.main__slider .slide__image img {
  width: 50%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .main__slider .slide__image img {
    width: 40%;
  }
}
.main__slider .slide__title {
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 75px;
  letter-spacing: -2px;
}
@media (max-width: 1024px) {
  .main__slider .slide__title {
    font-size: 37px;
    line-height: 40px;
    padding-left: 24px;
  }
}
@media (max-width: 440px) {
  .main__slider .slide__title {
    padding-left: 20px;
  }
}
.main__slider .slide__description {
  top: 100px;
}
@media (max-width: 1024px) {
  .main__slider .slide__description {
    display: none;
  }
}
.main__slider .slide__description p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 7px;
}
.main__slider .slide__content {
  width: 100%;
  max-width: 1198px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .main__slider .slide__content {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  .main__slider .slide__content {
    padding: 0;
    min-height: 400px;
  }
}
.main__slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.advantages {
  background-color: rgb(245, 244, 253);
}
@media (max-width: 1024px) {
  .advantages {
    background: linear-gradient(176.3918797572deg, rgb(90, 83, 189) 0.4265021459%, rgb(89, 82, 188) 0.4265021459%, rgb(64, 54, 131) 94.7398188595%);
  }
}
.advantages .wrapper {
  max-width: 1198px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 0;
  gap: 26px;
}
@media (max-width: 1024px) {
  .advantages .wrapper {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 1024px) {
  .advantage:last-child {
    border-bottom: none;
  }
}

.advantage {
  flex-basis: calc(33% - 26px);
  display: flex;
  align-items: center;
  height: auto;
  min-height: 80px;
}
@media (max-width: 1024px) {
  .advantage {
    min-height: 85px;
    border-bottom: 1px solid #1C194C;
  }
}
.advantage span {
  height: 100%;
  width: 10px;
  border-radius: 10px;
  display: block;
  background-color: #7F77F1;
  min-width: 10px;
}
@media (max-width: 1024px) {
  .advantage span {
    height: 77px;
  }
}
.advantage p {
  padding-left: 20px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: rgb(93, 90, 136);
  width: 88%;
}
@media (max-width: 1024px) {
  .advantage p {
    color: #fff;
    font-size: 19px;
  }
}

.product__img {
  height: 140px;
  margin: 0 0 20px;
}
@media (max-width: 480px) {
  .product__img {
    height: 180px;
    max-width: 300px;
    margin-top: 10px;
  }
}

.products {
  padding: 41px 0 60px;
}
@media (max-width: 1024px) {
  .products {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 440px) {
  .products {
    padding: 20px 20px 30px;
  }
}
.products .wrapper {
  max-width: 1198px;
  width: 100%;
  margin: auto;
}

.slider {
  overflow: hidden;
}
.button--know {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 456px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  border-radius: 7px;
  font-size: 23px;
  gap: 11px;
}
.button--know svg {
  height: 19px;
  width: 17px;
  fill: #fff;
  transform: rotate(90deg);
}

.slider-button-next {
  right: 10px;
  left: auto;
}
.slider-button-next .icon {
  fill: #4C59AE;
}

.slider__arrows {
  top: 50px;
  height: 0;
}
.slider__arrows .swiper-button-disabled {
  opacity: 0.6;
}

.slider-button-next, .slider-button-prev {
  position: absolute;
  cursor: pointer;
}

.slider-button-prev {
  left: 10px;
  right: auto;
  transform: rotate(180deg);
}
.slider-button-prev .icon {
  fill: #4C59AE;
}

.products__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 480px) {
  .products__wrapper {
    flex-direction: column;
  }
}
.products__wrapper > .product:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.products__wrapper > .product:last-child .product__img {
  padding-top: 20px;
}

.products__title {
  font-size: 33px;
  background: -webkit-linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  background: linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  width: auto;
}
@media (max-width: 1024px) {
  .products__title {
    font-size: 24px;
    line-height: 30px;
  }
}

.product__type {
  font-weight: 500;
  color: rgb(93, 90, 136);
  padding-bottom: 5px;
}

.product__model h3 {
  color: rgb(58, 57, 209);
  font-weight: 700;
  font-size: 16px;
}

.product {
  flex-basis: calc(33% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-left: 1px solid rgb(215, 215, 215);
  padding: 0 20px;
}
@media (max-width: 480px) {
  .product {
    padding: 0;
    width: 100%;
    flex-basis: auto;
    border: none;
    border-bottom: 1px solid rgb(215, 215, 215);
    padding-bottom: 20px;
  }
}

.units {
  display: none;
}
@media (max-width: 480px) {
  .units {
    display: flex;
    position: absolute;
    right: 0;
    top: 20px;
    gap: 9px;
  }
}

@media (max-width: 480px) {
  .unit {
    height: 26px;
    max-width: 43px;
  }
  .unit p {
    font-size: 10px;
    font-weight: 700;
    color: rgb(58, 57, 209);
  }
}

.call-to-action {
  background: linear-gradient(176.3918797572deg, rgb(90, 83, 189) 0.4265021459%, rgb(89, 82, 188) 0.4265021459%, rgb(64, 54, 131) 94.7398188595%);
}
.call-to-action .wrapper {
  width: 100%;
  max-width: 1198px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  height: 200px;
  align-items: center;
}
@media (max-width: 1024px) {
  .call-to-action .wrapper {
    flex-direction: column;
    padding: 27px 0;
    height: auto;
    gap: 20px;
  }
}
.call-to-action .wrapper h2 {
  font-size: 42px;
  line-height: 49px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  flex-basis: 50%;
}
@media (max-width: 1024px) {
  .call-to-action .wrapper h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .call-to-action .wrapper h2 br {
    display: none;
  }
}

.button--call-to-action {
  max-width: 456px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 26px 0;
  border-radius: 7px;
  font-size: 23px;
  gap: 13px;
}
@media (max-width: 1024px) {
  .button--call-to-action {
    font-size: 18px;
    line-height: 20px;
    padding: 21px 0;
  }
}
.button--call-to-action svg {
  width: 25px;
  height: 25px;
  max-width: 25px;
  fill: #fff;
}
@media (max-width: 1024px) {
  .button--call-to-action svg {
    width: 17px;
    height: 17px;
  }
}

.evolution {
  padding: 35px 0 43px;
  background-color: rgb(245, 244, 253);
}
.evolution .wrapper--title {
  width: 100%;
  max-width: 1198px;
  margin: auto;
}
@media (max-width: 1024px) {
  .evolution .wrapper--title {
    padding: 0 20px;
  }
}
.evolution .wrapper--title h2 {
  font-size: 33px;
  background: -webkit-linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  background: linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
@media (max-width: 1024px) {
  .evolution .wrapper--title h2 {
    font-size: 24px;
  }
}
.evolution .wrapper--content {
  width: 100%;
  max-width: 1320px;
  margin: 18px auto auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.evolution .wrapper--content .content {
  background-color: #fff;
  padding: 23px 61px 31px;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .evolution .wrapper--content .content {
    background-color: transparent;
    padding: 0;
  }
}
.evolution .wrapper--content .content h3 {
  font-size: 25px;
  color: rgb(76, 89, 174);
  margin-bottom: 15px;
  text-align: center;
  line-height: 33px;
}
@media (max-width: 1024px) {
  .evolution .wrapper--content .content h3 {
    padding: 0 20px;
    text-align: left;
    font-size: 20px;
  }
}
.evolution .wrapper--content .content p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(93, 90, 136);
  padding-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .evolution .wrapper--content .content p {
    font-size: 14px;
    padding: 0 20px;
  }
}
.evolution .wrapper--content .content p:last-child {
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .parameters {
    padding: 0 20px;
    background-color: #F5F4FD;
  }
}
.parameters .wrapper {
  width: 100%;
  max-width: 1198px;
  margin: auto;
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .parameters .wrapper {
    padding: 30px 0 36px;
  }
}
.parameters .content {
  display: flex;
  gap: 74px;
  padding-top: 37px;
}
@media (max-width: 1024px) {
  .parameters .content {
    flex-direction: column;
    padding-top: 15px;
    gap: 50px;
  }
}
.parameters li {
  list-style: none;
  display: flex;
  gap: 10px;
}
.parameters li:before {
  content: "•";
}
.parameters h2 {
  font-size: 33px;
  line-height: 46px;
  background: -webkit-linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  background: linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
@media (max-width: 1024px) {
  .parameters h2 {
    font-size: 24px;
    line-height: 25px;
  }
}
.parameters .content__table {
  padding: 30px 40px;
  background: linear-gradient(175.6684870208deg, rgb(245, 244, 253) 0.4211373391%, rgb(255, 255, 255) 94.5198617507%);
  border-radius: 5px;
  flex-basis: 72%;
  max-width: 832px;
}
@media (max-width: 1024px) {
  .parameters .content__table {
    background: transparent;
    padding: 0;
  }
}
.parameters .content__list {
  flex-basis: 29%;
}
.parameters .content__list h3 {
  font-size: 16px;
  color: #5D5A88;
  top: -18px;
}
.parameters .content__list li {
  color: #5D5A88;
  line-height: 1.61em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .parameters .content__list li {
    font-size: 12px;
  }
}
.parameters .content__list ul {
  padding-left: 5px;
}
.parameters .table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .parameters .table__row {
    padding: 0;
    height: 36px;
  }
}
.parameters .row__parameter {
  flex-basis: 70%;
  color: #5D5A88;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .parameters .row__parameter {
    font-size: 12px;
    flex-basis: 70%;
  }
}
.parameters .row__value {
  flex-basis: 27%;
  color: #5D5A88;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .parameters .row__value {
    font-size: 12px;
  }
}

.sert {
  flex-basis: 200px;
  min-width: 200px;
}
@media (max-width: 768px) {
  .sert {
    min-width: 134px;
    flex-basis: 134px;
  }
}
.sert img {
  width: 200px;
  height: 283px;
  object-fit: contain;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sert img {
    width: 134px;
    height: 189px;
  }
}
.sert p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.sert a {
  width: 100%;
  height: 100%;
}
.sert a p {
  text-decoration: underline;
}

.sert:hover a img {
  transform: scale(1.05);
  transition: 0.3s;
}

.sert:not(:hover) a img {
  transition: 0.3s;
}

.serts {
  background: linear-gradient(176.3918797572deg, rgb(90, 83, 189) 0.4265021459%, rgb(89, 82, 188) 0.4265021459%, rgb(64, 54, 131) 94.7398188595%);
  padding: 0;
}
.serts .content {
  display: flex;
  justify-content: center;
  gap: 132px;
  padding-top: 28px;
}
@media (max-width: 1280px) {
  .serts .content {
    gap: 70px;
  }
}
@media (max-width: 1024px) {
  .serts .content {
    padding-top: 24px;
    overflow: auto;
    padding-left: 20px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .serts .content {
    gap: 24px;
    padding-top: 15px;
  }
}
.serts h2 {
  max-width: 1258px;
  padding: 0 30px;
  margin: 0 auto;
  font-size: 33px;
  line-height: 46px;
  color: #fff;
}
@media (max-width: 1024px) {
  .serts h2 {
    font-size: 24px;
    padding-left: 20px;
  }
}
.serts .wrapper {
  width: 100%;
  margin: auto;
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .serts .wrapper {
    padding: 25px 0 30px;
  }
}
@media (max-width: 768px) {
  .serts .wrapper {
    padding-bottom: 20px;
  }
}

.fancybox-navigation {
  top: 50%;
}

@media (max-width: 1024px) {
  .projects {
    padding: 0;
  }
}
.projects h2 {
  font-size: 33px;
  line-height: 46px;
  color: #fff;
  display: inline;
  width: auto;
  background: -webkit-linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  background: linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1024px) {
  .projects h2 {
    font-size: 24px;
    line-height: 1em;
  }
}
.projects .content--projects {
  flex-basis: 72%;
  max-width: 862px;
}
@media (max-width: 1024px) {
  .projects .content--projects {
    padding: 0 20px;
  }
}
.projects .content--projects ul {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1024px) {
  .projects .content--projects ul {
    gap: 20px;
  }
}
.projects .content--projects li:before {
  content: "•";
  padding-right: 5px;
}
@media (max-width: 1280px) {
  .projects .content--projects li:before {
    padding-right: 0;
    content: "—";
  }
}
.projects .content--projects li {
  color: #2C2960;
  padding-left: 5px;
  font-weight: 500;
  display: flex;
  gap: 5px;
}
@media (max-width: 1280px) {
  .projects .content--projects li {
    flex-wrap: wrap;
  }
  .projects .content--projects li p {
    flex-basis: 95%;
    font-weight: 700;
  }
}
.projects .content--projects li span:before {
  content: "- ";
}
@media (max-width: 1280px) {
  .projects .content--projects li span:before {
    content: none;
  }
}
@media (max-width: 1280px) {
  .projects .content--projects li span {
    padding-left: 22px;
  }
}
@media (max-width: 1024px) {
  .projects .content--projects li span {
    padding-left: 18px;
  }
}
@media (max-width: 1024px) {
  .projects .content--projects li {
    font-size: 12px;
  }
}
.projects .content--partners {
  flex-basis: 29%;
  max-width: 260px;
}
.projects .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.projects .wrapper {
  width: 100%;
  max-width: 1198px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 40px;
}
@media (max-width: 1024px) {
  .projects .wrapper {
    flex-direction: column;
    padding: 34px 0 26px;
    gap: 26px;
  }
}
.projects .partners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
}
.projects .partners img {
  width: auto;
}
.projects .projects__wrapper {
  overflow: hidden;
  transition: height 0.3s;
}
.projects .projects__wrapper + .button--projects .icon {
  transition: all 0.3s;
}
.projects .projects__wrapper.open + .button--projects .icon {
  transition: all 0.3s;
  transform: rotate(270deg);
}

.aero {
  height: 40px;
}

.trans {
  height: 21px;
}

.acsion {
  height: 38px;
}

.lukoil {
  height: 32px;
}

.rusal {
  height: 57px;
}

.acron {
  height: 59px;
}

.button--projects {
  background-color: #fff;
  border: 1px solid #3A39D1;
  color: #3A39D1;
  width: 255px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  gap: 10px;
}
.button--projects .icon {
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
  fill: #3A39D1;
}

.button--projects:hover {
  background-color: #3A39D1;
  color: #fff;
}
.button--projects:hover .icon {
  fill: #fff;
}

.footer {
  background: linear-gradient(175.6684870208deg, rgb(245, 244, 253) 0.4211373391%, rgb(255, 255, 255) 94.5198617507%);
  padding: 48px 0 0;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer h2 {
  font-size: 33px;
  line-height: 46px;
  background: -webkit-linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  background: linear-gradient(94.4064428851deg, rgb(58, 57, 209) 37.3496551603%, rgb(58, 57, 208) 37.3496551603%, rgb(247, 143, 5) 56.3553437509%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}
@media (max-width: 1024px) {
  .footer h2 {
    font-size: 24px;
    line-height: 1em;
  }
}
.footer h3 {
  font-weight: 600;
  color: #363076;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.footer .wrapper {
  width: 100%;
  max-width: 1198px;
  margin: auto;
}
.footer .content {
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .content {
    flex-direction: column;
    padding-top: 25px;
    gap: 25px;
  }
}
.footer .phone {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .phone .icon {
  width: 17px;
  height: 17px;
  min-width: 17px;
}
.footer .email {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .email .icon {
  width: 17px;
  height: 12px;
  min-width: 17px;
}
.footer .contacts {
  flex-basis: 33%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer .contact {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer .contact--map {
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin-top: 10px;
}
.footer .contact--map .icon {
  height: 17px;
  width: 17px;
  min-width: 17px;
}
.footer a, .footer p, .footer div {
  color: #5D5A88;
}
.footer .contact--phones {
  padding-bottom: 10px;
}
.footer .logotype {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer a, .footer div {
    font-size: 14px;
  }
}

.copyright {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
.copyright p, .copyright a {
  font-size: 14px;
  color: #5D5A88;
  font-weight: 500;
}
.copyright a {
  text-decoration: underline;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.up {
  width: 60px;
  height: 60px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #3A39D1;
  position: fixed;
  bottom: 30px;
  left: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  visibility: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.up .icon {
  fill: #3A39D1;
  height: 20px;
  width: 20px;
  transform: rotate(-90deg);
}

.up.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.3s;
}

@media (max-width: 1024px) {
  .main__slider {
    height: auto;
  }
}
.main__slider .arrows .icon {
  fill: #fff;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .main__slider .arrows .icon {
    height: 70%;
    width: 70%;
  }
}

@media (max-width: 1280px) {
  .header .contact {
    display: none;
  }
}

@media (max-width: 1024px) {
  .contacts-anchor {
    display: flex;
    text-decoration: none;
    gap: 5px;
  }
}
@media (min-width: 1024px) {
  .contacts-anchor .icon {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
