@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
input,
textarea {
  outline: 0 !important;
  font-family: Inter
}

button {
  border: none;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.btn {
  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
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
  outline: 0 !important
}

html {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  height: 100%;
  background: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
  color: #4f4f4f;
  overflow-x: hidden
}

.fixed-body {
  overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
p {
  margin: 0;
  padding: 0;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover
}

img {
  display: block
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.container {
  max-width: 1600px;
  padding: 0 0 0 106px;
  margin: 0 auto
}

@media screen and (max-width:1689px) {
  .container {
    padding: 0 30px
  }
}

.wrapper {
  overflow: hidden
}

.btn-orange {
  gap: 15px;
  background: #e18a04;
  border-radius: 12px;
  color: #fff
}

.btn-orange:hover {
  background: #0060a9
}

.btn-orange .btn-text {
  line-height: 130%;
  font-weight: 700
}

.btn-orange .btn-icon {
  width: 18px
}

.btn-orange .btn-icon svg {
  width: 100%;
  height: auto
}

.h2 {
  font-size: 38px;
  line-height: 115%;
  font-weight: 800;
  letter-spacing: .76px
}

.text26 {
  font-size: 26px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: .52px
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  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;
  background: #e18a04;
  border: 1px solid #e18a04;
  border-radius: 50%;
  opacity: 1 !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #0060a9;
  border-color: #0060a9
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 7px;
  height: auto
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.swiper-button-next svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.swiper-button-disabled {
  background: #fff;
  border-color: #c7c7c7
}

.swiper-button-disabled svg path {
  fill: #c7c7c7 !important
}

@media screen and (max-width:992px) {
  .container {
    padding: 0 15px
  }

  .h2 {
    font-size: 32px
  }

  .text26 {
    font-size: 24px
  }
}

@media screen and (max-width:576px) {
  .h2 {
    font-size: 28px
  }

  .text26 {
    font-size: 20px
  }
}

.header {
  position: relative;
  z-index: 5;
  padding: 50px 0
}

.header__inner {
  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;
  gap: 37px;
  padding-right: 290px
}

.header__logo {
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block
}

.header__logo img {
  width: 100%
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 37px
}

.header__list li {
  position: relative
}

.header__list li a {
  font-size: 19px;
  line-height: 130%;
  font-weight: 700;
  color: #e18a04
}

.header__list .active,
.header__list li a:hover {
  color: #0060a9
}

.header .has-dropdown--active .dropdown-arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.header .has-dropdown--active .dropdown {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto
}

.header .active .dropdown-arrow svg path {
  fill: #0060a9
}

.header .dropdown {
  position: absolute;
  top: 100%;
  left: -20px;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  min-width: 280px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  padding: 20px 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s
}

.header .dropdown li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  color: #333
}

.header .dropdown li a:hover {
  background: rgba(0, 96, 169, .06);
  color: #0060a9
}

.header .dropdown-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px
}

.header .dropdown-show:hover .dropdown-arrow svg path {
  fill: #0060a9
}

.header .dropdown-arrow {
  width: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.header .dropdown-arrow svg {
  width: 100%;
  height: auto
}

.header .dropdown-arrow svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.burger {
  display: none
}

@media screen and (max-width:1400px) {
  .header__inner {
    gap: 32px;
    padding-right: 240px
  }

  .header__list {
    gap: 32px
  }

  .header__list li a {
    font-size: 16px
  }

  .header .dropdown li a {
    font-size: 14px
  }
}

@media screen and (max-width:1200px) {
  .header {
    padding: 40px 0
  }

  .header__inner {
    padding-right: 0
  }

  .header__list li a {
    font-size: 14px
  }

  .header .dropdown {
    min-width: 260px
  }

  .header .dropdown li a {
    padding: 8px 16px;
    font-size: 12px
  }
}

@media screen and (max-width:992px) {
  .header {
    padding: 24px 0
  }

  .header__logo {
    width: 185px;
  }

  .header__list {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -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;
    text-align: center;
    background: #fff;
    padding: 100px 15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .header__list--active {
    opacity: 1;
    pointer-events: auto
  }

  .header .has-dropdown--active .dropdown {
    display: block
  }

  .header .dropdown {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    display: none;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 20px 0 0;
    opacity: 1;
    pointer-events: auto
  }

  .header .dropdown-show {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header .dropdown li:not(:last-child) {
    margin-bottom: 20px
  }

  .header .dropdown li a {
    padding: 0;
    color: #e18a04
  }

  .burger {
    position: relative;
    z-index: 12;
    width: 32px;
    height: 20px;
    display: block;
    cursor: pointer
  }

  .burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0060a9;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }

  .burger span:nth-child(1) {
    top: 0
  }

  .burger span:nth-child(2) {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  .burger span:nth-child(3) {
    bottom: 0
  }

  .burger--active span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

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

  .burger--active span:nth-child(3) {
    bottom: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

.main {
  padding-top: 50px;
  color: #fff
}

.main .container {
  padding-left: 0
}

.main__inner {
  position: relative;
  background-image: url(../img/main-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 90px;
  padding: 108px 30px 108px 106px
}

.main__desc {
  position: relative;
  z-index: 3;
  max-width: 700px
}

.main__subtitle {
  font-size: 23px;
  line-height: 226%;
  text-transform: uppercase;
  margin-bottom: 30px
}

.main__title {
  font-family: Montserrat;
  font-size: 66px;
  line-height: 115%;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px
}

.main__text {
  font-size: 23px;
  line-height: 115%;
  color: #b3e5ff;
  margin-bottom: 30px
}

.main__btn {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 40px
}

.main__btn .btn-text {
  font-size: 18px
}

.main__img {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 1125px;
  pointer-events: none
}

.main__img img {
  max-width: 100%
}

.info {
  padding: 100px 0
}

.info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 50px
}

.info__left {
  width: 50%;
  max-width: 679px
}

.info__right {
  width: 50%;
  max-width: 648px
}

.info__title {
  max-width: 542px;
  color: #0060a9;
  margin-bottom: 20px
}

.info__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.info__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.info__items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 55px 30px
}

.info__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  font-family: Montserrat;
  font-size: 100px;
  line-height: 90%;
  font-weight: 800;
  color: #0060a9;
  margin-bottom: 7px
}

.info__item-title sup {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: .32px
}

.info__item-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.info__item-title .plus {
  font-size: 100px;
  line-height: 90%;
  font-weight: 400
}

.info__item-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.partner {
  background-image: url(../img/partner-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff
}

.partner__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
  padding: 100px 0
}

.partner__title {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.partner__items {
  position: relative;
  z-index: 2;
  max-width: 620px;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.partner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 25px
}

.partner__item-icon {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px
}

.partner__item-icon img {
  max-width: 100%
}

.partner__item-title {
  margin-bottom: 5px
}

.partner__item-text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.partner__img {
  position: absolute;
  left: 220px;
  bottom: 0;
  max-width: 650px;
  pointer-events: none
}

.partner__img img {
  width: 100%
}

.advantages {
  padding: 100px 0
}

.advantages__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
  margin-bottom: 50px
}

.advantages__top .advantages__title {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.advantages__text {
  max-width: 670px
}

.advantages__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.advantages__items {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 17.3333333333px));
  gap: 26px
}

.advantages__title {
  color: #0060a9
}

.advantages__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #0060a9;
  border-radius: 25px;
  padding: 30px 36px 70px;
  color: #fff;
  overflow: hidden
}

.advantages__item:nth-child(1) {
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding: 0
}

.advantages__item-icon {
  width: 60px;
  height: 50px;
  margin-bottom: 20px
}

.advantages__item-icon img {
  max-width: 100%;
  max-height: 100%
}

.advantages__item-title {
  margin-bottom: 5px
}

.advantages__item-text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.advantages__item-number {
  position: absolute;
  right: 36px;
  bottom: -10px;
  font-family: Montserrat;
  font-size: 80px;
  line-height: 88%;
  font-weight: 900;
  color: #b3e5ff
}

.services {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.services-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 40px
}

.services__group {
  max-width: 680px
}

.services__title {
  color: #0060a9;
  margin-bottom: 20px
}

.services__text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.services__btn {
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 50px
}

.services__btn .btn-text {
  font-size: 18px
}

.services__slider {
  position: relative
}

.services .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.services .swiper-slide {
  height: auto;
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s
}

.services .swiper-slide-active .service-card__desc {
  background: #0060a9
}

.services .swiper-slide-active .service-card__btn {
  background: rgba(0, 0, 0, 0)
}

.services .swiper-slide-active .service-card__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #e18a04;
  border-radius: 50%
}

.services .swiper-slide-active .service-card__btn svg {
  width: 18px
}

.services .swiper-slide-active .service-card__btn svg path {
  fill: #fff
}

.services .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px
}

.services .swiper-button-next,
.services .swiper-button-prev {
  position: static;
  margin: 0 !important
}

.service-card {
  color: #fff
}

.service-card__wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.service-card__img {
  position: relative;
  display: block;
  border-radius: 40px 40px 0 0;
  overflow: hidden
}

.service-card__img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.service-card__img img {
  width: 100%;
  height: 437px;
  border-radius: 40px 40px 0 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.service-card__desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #e18a04;
  border-radius: 0 0 40px 40px;
  padding: 25px 28px
}

.service-card__title {
  max-width: 400px;
  display: block;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.service-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 40px
}

.service-card__text {
  max-width: 400px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.service-card__btn {
  position: relative;
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  background: #fff;
  border-radius: 50%
}

.service-card__btn svg {
  position: relative;
  z-index: 2;
  width: 9px;
  height: auto
}

.areas {
  position: relative;
  background-image: url(../img/areas-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 120px;
  color: #fff
}

.areas .container {
  position: relative;
  z-index: 2
}

.areas__inner {
  max-width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px;
  margin-left: auto
}

.areas__group {
  max-width: 780px
}

.areas__text {
  margin-bottom: 45px
}

.areas__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.areas__items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 15px));
  gap: 30px
}

.areas__item-icon {
  width: 74px;
  height: 60px;
  margin-bottom: 15px
}

.areas__item-icon img {
  max-width: 100%;
  max-height: 100%
}

.areas__item-text,
.areas__item-title {
  margin-bottom: 8px
}

.areas__item-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.areas__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  font-size: 18px;
  line-height: 133%;
  font-weight: 700;
  color: #e18a04
}

.areas__item-link:hover {
  color: #fff
}

.areas__item-link:hover svg path {
  fill: #fff
}

.areas__item-link svg {
  width: 18px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.areas__item-link svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.areas__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44.5%
}

.areas__img img {
  max-width: 100%
}

.areas__img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 30.21%;
  pointer-events: none
}

.areas__img2 img {
  width: 100%;
  max-width: 580px
}

.partners {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.partners__inner {
  position: relative;
  padding-right: 437px
}

.partners__group {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 369px;
  width: 100%
}

.partners__title {
  color: #0060a9;
  margin-bottom: 40px
}

.partners .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.partners .swiper-button-next,
.partners .swiper-button-prev {
  position: static;
  margin: 0 !important
}

.partner-card {
  height: 102px;
  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;
  background: #fff;
  border-radius: 20px;
  padding: 16px
}

.partner-card img {
  max-width: 85%;
  max-height: 100%
}

.faq {
  padding: 100px 0
}

.faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px
}

.faq__desc {
  width: 47.5%;
  max-width: 624px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.faq__img {
  width: 52.5%
}

.faq__img img {
  width: 100%;
  min-height: 392px;
  border-radius: 40px
}

.faq__title {
  color: #0060a9;
  margin-bottom: 20px
}

.faq__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.faq .item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
  cursor: pointer
}

.faq .item-show--active .item-btn {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.faq .item-show--active .item-btn:after {
  display: none
}

.faq .item-title {
  margin-bottom: 8px
}

.faq .item-subtitle {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.faq .item-btn {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e18a04;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.faq .item-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 2px;
  background: #fff
}

.faq .item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 17px;
  background: #fff
}

.faq .item-text p {
  font-size: 15px;
  line-height: 150%
}

.faq .item-hidden {
  display: none;
  padding-top: 10px
}

.news {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.news__title {
  color: #0060a9;
  margin-bottom: 40px
}

.news__slider {
  position: relative
}

.news .swiper {
  overflow: unset;
  height: auto
}

.news .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.news .slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px
}

.news .swiper-button-next,
.news .swiper-button-prev {
  position: static;
  margin: 0 !important
}

.news-card {
  position: relative
}

.news-card__img {
  position: relative;
  display: block;
  border-radius: 40px;
  padding-bottom: 125%;
  overflow: hidden
}

.news-card__img:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.news-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.news-card__desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 35px 30px;
  color: #fff
}

.news-card__title {
  display: block;
  margin-bottom: 8px
}

.news-card__title:hover {
  color: #e18a04
}

.news-card__text {
  margin-bottom: 16px
}

.news-card__date,
.news-card__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.news-card__btn {
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  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;
  background: #e18a04;
  border-radius: 50%;
  cursor: pointer
}

.news-card__btn svg {
  width: 17px;
  height: auto
}

@media screen and (max-width:1689px) {
  .main {
    padding-top: 0
  }

  .main .container {
    padding-left: 30px
  }

  .main__inner {
    padding: 100px
  }

  .main__img {
    max-width: 1040px
  }
}

@media screen and (max-width:1600px) {
  .areas__img {
    width: 40%
  }
}

@media screen and (max-width:1400px) {
  .main__inner {
    border-radius: 80px;
    padding: 80px
  }

  .main__subtitle {
    font-size: 20px
  }

  .main__title {
    font-size: 56px
  }

  .main__text {
    font-size: 20px
  }

  .main__img {
    max-width: 890px
  }

  .info {
    padding: 80px 0
  }

  .info__item-title,
  .info__item-title .plus {
    font-size: 80px
  }

  .partner__inner {
    padding: 80px 0
  }

  .partner__img {
    left: 170px;
    max-width: 450px
  }

  .advantages {
    padding: 80px 0
  }

  .advantages__item {
    padding: 30px 30px 70px
  }

  .services {
    padding: 80px 0
  }

  .areas {
    background-position: right center;
    padding: 80px 0
  }

  .areas__img {
    width: 35%
  }

  .areas__img2 {
    right: -40px;
    max-width: 420px
  }

  .partners {
    padding: 80px 0
  }

  .partners__inner {
    padding-right: 420px
  }

  .partners__group {
    max-width: 370px
  }

  .faq {
    padding: 60px 0
  }

  .news {
    padding: 80px 0
  }
}

@media screen and (max-width:1200px) {
  .main__img {
    max-width: 820px
  }

  .info__text p {
    font-size: 14px
  }

  .info__item-title,
  .info__item-title .plus {
    font-size: 60px
  }

  .info__item-text p {
    font-size: 14px
  }

  .areas__img2 {
    right: -100px
  }

  .partner__img {
    left: 100px;
    max-width: 300px
  }

  .partners__inner {
    padding-right: 0;
    padding-bottom: 60px
  }

  .partners__group {
    position: static;
    max-width: 100%;
    margin-bottom: 30px
  }

  .partners__title {
    margin: 0
  }

  .partners .slider-nav {
    position: absolute;
    left: 0;
    bottom: 0
  }

  .news .swiper {
    overflow: hidden
  }
}

@media screen and (max-width:992px) {
  .main .container {
    padding: 0 15px
  }

  .main__inner {
    border-radius: 40px;
    padding: 80px 60px
  }

  .main__subtitle {
    font-size: 18px
  }

  .main__title {
    font-size: 40px
  }

  .main__text {
    font-size: 18px
  }

  .main__btn {
    height: 50px;
    padding: 5px 30px
  }

  .main__btn .btn-text {
    font-size: 16px
  }

  .main__img {
    max-width: 580px
  }

  .info {
    padding: 60px 0
  }

  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .info__left,
  .info__right {
    width: 100%;
    max-width: 100%
  }

  .info__title {
    max-width: 100%
  }

  .partner__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 60px 0
  }

  .partner__items {
    max-width: 100%
  }

  .partner__item-icon {
    width: 40px
  }

  .partner__item-text {
    font-size: 14px
  }

  .partner__img {
    max-width: 450px;
    left: unset;
    right: 0;
    opacity: .1
  }

  .advantages {
    padding: 60px 0
  }

  .advantages__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px
  }

  .advantages__text {
    max-width: 100%
  }

  .advantages__items {
    grid-template-columns: repeat(2, calc(50% - 8px));
    gap: 16px
  }

  .advantages__item {
    border-radius: 12px;
    padding: 25px 25px 70px
  }

  .advantages__item-text {
    font-size: 14px
  }

  .advantages__item-number {
    font-size: 60px
  }

  .services {
    padding: 60px 0
  }

  .services__top {
    margin-bottom: 30px
  }

  .services__group {
    max-width: 605px
  }

  .services__text {
    font-size: 14px
  }

  .services__btn {
    height: 50px;
    padding: 5px 30px
  }

  .services__btn .btn-text {
    font-size: 16px
  }

  .services__slider {
    max-width: 100%
  }

  .services .swiper {
    overflow: hidden
  }

  .services .swiper-slide .service-card__wrap {
    max-width: 100% !important;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important
  }

  .services .swiper-slide-active .service-card__btn {
    background: #e18a04
  }

  .services .swiper-slide-active .service-card__btn svg {
    width: 12px
  }

  .services .swiper-slide-active .service-card__btn:before {
    display: none
  }

  .service-card__img {
    border-radius: 12px 12px 0 0;
    padding-bottom: 64%
  }

  .service-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0 0
  }

  .service-card__desc {
    border-radius: 0 0 12px 12px;
    padding: 25px
  }

  .service-card__text {
    font-size: 14px
  }

  .service-card__btn {
    width: 30px;
    height: 30px
  }

  .service-card__btn svg {
    width: 12px
  }

  .areas {
    padding: 60px 0
  }

  .areas__text {
    margin-bottom: 40px
  }

  .areas__item-text p,
  .areas__text p {
    font-size: 14px
  }

  .areas__item-link {
    font-size: 16px
  }

  .areas__img2 {
    right: 0;
    opacity: .2
  }

  .partners {
    padding: 60px 0
  }

  .partner-card {
    border-radius: 12px
  }

  .faq {
    padding: 60px 0
  }

  .faq__inner {
    -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: start;
    gap: 30px
  }

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

  .faq__img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .faq__img img {
    min-height: 250px;
    border-radius: 12px
  }

  .faq .item-subtitle {
    font-size: 14px
  }

  .faq .item-text p {
    font-size: 13px
  }

  .news {
    padding: 60px 0
  }

  .news__title {
    margin-bottom: 30px
  }

  .news-card__img,
  .news-card__img img {
    border-radius: 12px
  }

  .news-card__desc {
    padding: 30px 25px
  }

  .news-card__date,
  .news-card__text p {
    font-size: 14px
  }

  .news-card__btn {
    right: 25px;
    bottom: 25px;
    width: 40px;
    height: 40px
  }

  .news-card__btn svg {
    width: 14px
  }
}

@media screen and (max-width:768px) {
  .main__img {
    max-width: 460px
  }

  .services__inner {
    position: relative;
    padding-bottom: 80px
  }

  .services__group {
    max-width: 100%
  }

  .services__btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
  }

  .services .swiper {
    overflow: unset
  }

  .services .slider-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .areas__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .areas__text {
    margin-bottom: 30px
  }

  .areas__img {
    width: 100%;
    max-width: 450px;
    opacity: .2
  }

  .news .swiper {
    overflow: unset
  }
}

@media screen and (max-width:576px) {
  .main__inner {
    border-radius: 20px;
    padding: 40px 20px;
    overflow: hidden
  }

  .main__subtitle {
    font-size: 16px;
    margin-bottom: 20px
  }

  .main__title {
    font-size: 32px;
    margin-bottom: 20px
  }

  .main__text {
    font-size: 16px;
    margin-bottom: 20px
  }

  .main__btn {
    width: 100%;
    padding: 5px 10px
  }

  .main__img {
    max-width: 340px
  }

  .info__items {
    grid-template-columns: 100%;
    gap: 30px
  }

  .advantages__items {
    grid-template-columns: 100%
  }

  .advantages__item-title br {
    display: none
  }

  .areas__items {
    grid-template-columns: 100%
  }

  .partner-card {
    height: 80px
  }

  .news-card__desc {
    padding: 25px 20px
  }

  .news-card__btn {
    right: 20px;
    bottom: 20px
  }
}

.main--about .main__inner {
  background-image: url(../img/main-bg--2.webp);
  border-radius: 60px;
  padding: 108px 30px 108px 108px
}

.main--about .main__desc {
  max-width: 590px
}

.main--about .main__text {
  margin: 0 !important
}

.main--about .main__img {
  max-width: 787px
}

.mission {
  padding: 100px 0
}

.mission__title {
  color: #0060a9;
  margin-bottom: 20px
}

.mission__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px 50px
}

.mission__text h2 {
  max-width: 680px;
  width: 50%;
  margin: 0 !important
}

.mission__text p {
  max-width: 680px;
  width: 50%;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.mission--1 .mission__text {
  gap: 30px
}

.mission--1 .mission__text h2 {
  width: 47%
}

.mission--1 .mission__text p {
  width: 53%;
  max-width: 785px
}

.risks {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.risks__title {
  color: #0060a9;
  margin-bottom: 40px
}

.risks__sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px
}

.risks .images-slider {
  width: 50%;
  max-width: 710px;
  margin: 0 !important
}

.risks .images-slider .swiper-slide {
  position: relative;
  min-height: 447px;
  padding-bottom: 63%
}

.risks .images-slider .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px
}

.risks .text-slider {
  width: 50%;
  max-width: 680px;
  margin: 0 !important
}

.risks .text-slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px
}

.risks .text-slider .swiper-slide {
  position: relative;
  padding-left: 30px;
  margin: 0 !important;
  cursor: pointer
}

.risks .text-slider .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #e18a04;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: .125s;
  -o-transition: .125s;
  transition: .125s
}

.risks .text-slider .swiper-slide-thumb-active:before {
  opacity: 1
}

.risks .slider-nav {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.risks .swiper-button-next,
.risks .swiper-button-prev {
  position: static;
  margin: 0 !important
}

.risks__title2 {
  margin-bottom: 4px
}

.risks__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.areas--2 {
  background-image: url(../img/areas-bg2.webp)
}

.areas--2 .areas__inner {
  max-width: 1080px;
  display: block;
  margin: 0
}

.areas--2 .areas__title {
  margin-bottom: 40px
}

.areas--2 .areas__items {
  grid-template-columns: repeat(2, calc(50% - 25px));
  gap: 50px
}

.areas--2 .areas__item-icon {
  margin-bottom: 20px
}

.areas--2 .areas__item-text {
  margin: 0
}

.advantages2 {
  padding: 100px 0
}

.advantages2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px
}

.advantages2__desc {
  width: 50%;
  max-width: 680px
}

.advantages2__img {
  width: 50%;
  max-width: 712px
}

.advantages2__img img {
  width: 100%;
  min-height: 500px;
  border-radius: 25px
}

.advantages2__img2 {
  max-width: 680px
}

.advantages2__title {
  color: #0060a9;
  margin-bottom: 40px
}

.advantages2__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.advantages2__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.advantages2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 25px
}

.advantages2__item-icon {
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  background: #0060a9;
  border-radius: 50%
}

.advantages2__item-icon img {
  width: 20px
}

.advantages2__item-desc .advantages2__item-title2,
.advantages2__item-title {
  margin-bottom: 4px
}

.advantages2__item-title2 {
  font-size: 23px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: .46px
}

.advantages2__item-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.advantages2__item2 .advantages2__item-icon {
  width: 28px;
  height: 28px
}

.advantages2__item2 .advantages2__item-icon img {
  width: 13px
}

@media screen and (max-width:1689px) {
  .main--about .main__inner {
    padding: 100px
  }
}

@media screen and (max-width:1500px) {
  .areas--2 .areas__inner {
    max-width: 960px
  }
}

@media screen and (max-width:1400px) {
  .main--about .main__inner {
    padding: 80px
  }

  .main--about .main__desc {
    max-width: 500px
  }

  .main--about .main__img {
    max-width: 640px
  }

  .mission,
  .risks {
    padding: 80px 0
  }

  .risks .images-slider .swiper-slide {
    min-height: 380px
  }

  .risks__title2 {
    font-size: 24px
  }

  .risks__text p {
    font-size: 14px
  }

  .areas--2 {
    background-position: center;
    padding-right: 380px
  }

  .advantages2 {
    padding: 80px 0
  }

  .advantages2__item-title {
    font-size: 24px
  }

  .advantages2__item-title2 {
    font-size: 20px
  }

  .advantages2__item-text p {
    font-size: 14px
  }
}

@media screen and (max-width:1200px) {
  .main--about .main__img {
    max-width: 540px
  }

  .areas--2 {
    padding-right: 290px
  }
}

@media screen and (max-width:992px) {
  .main--about .main__inner {
    border-radius: 40px;
    padding: 80px 60px
  }

  .main--about .main__desc {
    max-width: 440px
  }

  .main--about .main__img {
    max-width: 400px
  }

  .mission {
    padding: 60px 0
  }

  .mission__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }

  .mission__text h2 {
    max-width: 100% !important;
    width: 100% !important
  }

  .mission__text p {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 14px
  }

  .risks {
    padding: 60px 0
  }

  .risks__title {
    margin-bottom: 30px
  }

  .risks__sliders {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .risks .images-slider {
    width: 100%;
    max-width: 100%
  }

  .risks .images-slider .swiper-slide {
    min-height: 240px;
    padding-bottom: 50%
  }

  .risks .images-slider .swiper-slide img {
    border-radius: 12px
  }

  .risks .text-slider {
    width: 100%;
    max-width: 100%
  }

  .risks .text-slider .swiper-slide {
    padding-left: 20px
  }

  .risks .text-slider .swiper-slide:before {
    width: 4px
  }

  .risks .slider-nav {
    right: 50%;
    bottom: 20px;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0)
  }

  .areas--2 {
    padding-right: 0
  }

  .areas--2 .areas__title {
    margin-bottom: 30px
  }

  .areas--2 .areas__items {
    grid-template-columns: repeat(2, calc(50% - 15px));
    gap: 30px
  }

  .advantages2 {
    padding: 60px 0
  }

  .advantages2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .advantages2__desc,
  .advantages2__img {
    width: 100%;
    max-width: 100%
  }

  .advantages2__desc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .advantages2__img img {
    max-height: 480px;
    min-height: 240px !important;
    border-radius: 12px
  }

  .advantages2__title {
    margin-bottom: 30px
  }

  .advantages2__item {
    gap: 20px
  }

  .advantages2__item-icon {
    width: 36px;
    height: 36px
  }

  .advantages2__item-icon img {
    width: 16px
  }

  .advantages2__item-title2 {
    font-size: 18px
  }
}

@media screen and (max-width:768px) {
  .main--about .main__inner {
    overflow: hidden
  }

  .main--about .main__img {
    right: -40px;
    max-width: 340px
  }
}

@media screen and (max-width:576px) {
  .main--about .main__inner {
    border-radius: 20px;
    padding: 40px 20px 60px
  }

  .main--about .main__desc {
    max-width: 390px
  }

  .main--about .main__img {
    max-width: 220px
  }

  .mission__title br {
    display: none
  }

  .risks__title2 {
    font-size: 20px
  }

  .areas--2 .areas__items {
    grid-template-columns: 100%
  }

  .advantages2__item-title2 {
    font-size: 20px
  }

  .advantages2__item2 {
    gap: 16px
  }

  .advantages2__item2 .advantages2__item-icon {
    width: 24px;
    height: 24px
  }

  .advantages2__item2 .advantages2__item-icon img {
    width: 11px
  }
}

.main--services .main__inner {
  background-image: url(../img/main-bg--3.webp);
  border-radius: 60px;
  padding: 100px 30px 80px 106px
}

.main--services .main__inner--services {
  padding: 110px 30px 110px 106px
}

.main--services .main__inner--services4 {
  padding: 125px 30px 125px 106px
}

.main--services .main__desc {
  max-width: 950px
}

.main--services .main__desc--services .main__text {
  max-width: 600px
}

.main--services .main__desc--services2 .main__text {
  max-width: 660px
}

.main--services .main__desc--services3 .main__text {
  max-width: 805px
}

.main--services .main__text {
  margin-bottom: 0
}

.main--services .main__img--services {
  max-width: 785px
}

.main--services .main__img--services2 {
  max-width: 800px
}

.main--services .main__img--services3 {
  max-width: 556px
}

.main--services .main__img--services4 {
  max-width: 880px
}

.main--services .main__img--services5 {
  max-width: 640px
}

.main--services .main__img--services6 {
  max-width: 580px
}

.main--services .main__img--services7 {
  max-width: 680px
}

.support {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.support__title {
  color: #0060a9;
  margin-bottom: 40px
}

.support__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px 50px
}

.support__items-left,
.support__items-right {
  max-width: 680px;
  width: 50%;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.support__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 25px
}

.support__item-icon {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  background: #0060a9;
  border-radius: 50%
}

.support__item-icon img {
  width: 13px
}

.support__item-text {
  font-size: 23px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: .46px
}

.advantages2--1 {
  background: rgba(0, 96, 169, .05)
}

.advantages2--1 .advantages2__title {
  margin-bottom: 20px
}

.advantages2--1 .advantages2__text {
  margin-bottom: 40px
}

.advantages2--1 .advantages2__img img {
  min-height: 410px
}

.advantages--1 .advantages__item {
  padding: 35px 36px 30px
}

.advantages--1 .advantages__item:nth-child(1) {
  background: #0060a9;
  border-radius: 25px;
  padding: 35px 36px 30px
}

.advantages2-2 {
  background-image: url(../img/advantages2-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff
}

.advantages2-2 .advantages2__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.advantages2-2 .advantages2__title {
  color: #fff
}

.advantages2-2 .advantages2__item-icon {
  background: #fff
}

.advantages2-2 .advantages2__img {
  position: relative;
  max-width: 100%
}

.advantages2-2 .advantages2__img img {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 540px;
  max-height: unset !important;
  min-height: unset !important;
  border-radius: unset !important
}

.analysis {
  position: relative;
  background-image: url(../img/analysis-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  color: #fff
}

.analysis .container {
  position: relative;
  z-index: 2
}

.analysis__inner {
  max-width: 785px;
  margin-left: auto
}

.analysis__title {
  margin-bottom: 20px
}

.analysis__text {
  margin-bottom: 40px
}

.analysis__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.analysis__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.analysis .item-show {
  max-width: 685px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 28px;
  cursor: pointer
}

.analysis .item-show--active .item-btn {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.analysis .item-show--active .item-btn:after {
  display: none
}

.analysis .item-btn {
  position: relative;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #e18a04;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.analysis .item-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 2px;
  background: #fff
}

.analysis .item-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 17px;
  background: #fff
}

.analysis .item-hidden {
  display: none;
  padding-top: 15px
}

.analysis .item-list {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  padding-left: 78px
}

.analysis .item-list li {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.analysis .item-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #e18a04;
  border-radius: 50%
}

.analysis__img {
  position: absolute;
  top: -188px;
  left: 0;
  width: 49%
}

.analysis__img img {
  max-width: 100%
}

.support--1 {
  background: rgba(0, 0, 0, 0)
}

.support--1 .support__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px
}

.support--1 .support__group {
  width: 46%;
  max-width: 575px
}

.support--1 .support__items {
  width: 54%;
  max-width: 785px;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.support--1 .support__title {
  margin-bottom: 20px
}

.support--1 .support__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.support--1 .support__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.dms {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.dms__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 50px
}

.dms__group {
  width: 50%;
  max-width: 680px
}

.dms__items {
  width: 50%;
  max-width: 685px;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.dms__title {
  color: #0060a9;
  margin-bottom: 20px
}

.dms__text {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.dms__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.dms__text p span {
  font-weight: 700
}

.dms .item--active .item-text {
  display: grid
}

.dms .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px
}

.dms .item-icon {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.dms .item-icon img {
  max-width: 100%
}

.dms .item-title {
  max-width: 513px
}

.dms .item-text {
  display: none;
  grid-template-columns: 100%;
  gap: 10px
}

.dms .item-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.dms .item-text p span {
  font-weight: 600
}

.dms .item-hidden {
  display: none;
  padding-top: 10px
}

.dms .item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #e18a04;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.dms .item-show:hover {
  color: #0060a9
}

.dms .item-show:hover svg path {
  fill: #0060a9
}

.dms .item-show span {
  font-size: 18px;
  line-height: 133%;
  font-weight: 700
}

.dms .item-show span:nth-child(2) {
  display: none
}

.dms .item-show svg {
  width: 18px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dms .item-show svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.dms .item-show--active span:nth-child(1) {
  display: none
}

.dms .item-show--active span:nth-child(2) {
  display: block
}

.wellbeing {
  padding-top: 100px
}

.wellbeing__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px
}

.wellbeing__desc {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 685px;
  padding-bottom: 100px
}

.wellbeing__img {
  position: relative;
  width: 50%;
  max-width: 685px;
  padding-bottom: 100px;
  pointer-events: none
}

.wellbeing__img img {
  position: absolute;
  right: -270px;
  bottom: 0;
  max-width: 1117px
}

.wellbeing__title {
  color: #0060a9;
  margin-bottom: 20px
}

.wellbeing__text {
  margin-bottom: 40px
}

.wellbeing__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.wellbeing__items {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.wellbeing__item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 8px
}

.wellbeing__item-icon {
  width: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.wellbeing__item-icon img {
  max-width: 100%
}

.wellbeing__item-title {
  max-width: 513px;
  color: #0060a9
}

.wellbeing__item-text {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.wellbeing__item-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.wellbeing__item-text p span {
  font-weight: 600
}

.wellbeing__item-list {
  max-width: 455px;
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.wellbeing__item-list li {
  position: relative;
  padding-left: 11px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.wellbeing__item-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #0060a9;
  border-radius: 50%
}

.services-main__inner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto
}

.services-main__items {
  display: grid;
  grid-template-columns: 100%
}

.services-main__items .active {
  color: #fff
}

.services-main__items .active:before {
  opacity: 1
}

.services-main__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 30px;
  padding-right: 350px;
  cursor: pointer
}

.services-main__item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/services-main__bg.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.services-main__img {
  max-width: 540px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.services-main__img img {
  width: 100%;
  height: 100%
}

.services-main__img img:nth-child(2) {
  display: none
}

.services-main__desc {
  position: relative;
  z-index: 2;
  max-width: 785px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 100px 30px 100px 0
}

.services-main__icon {
  width: 83px;
  margin-bottom: 20px
}

.services-main__icon img {
  max-width: 100%
}

.services-main__title {
  margin-bottom: 4px
}

.services-main__text {
  margin-bottom: 20px
}

.services-main__text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.services-main__btn {
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 40px
}

.services-main__btn .btn-text {
  font-size: 18px
}

.services-main__items2 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: max(30px, (100% - 1576px)/2);
  max-width: 317px;
  color: #fff;
  margin-top: 100px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.services-main__items2 .active {
  background: #fff;
  color: #4f4f4f
}

.services-main__items2 .active svg path {
  fill: #4f4f4f
}

.services-main__item2 {
  min-height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #e18a04;
  padding: 15px 25px
}

.services-main__item2:first-child {
  border-radius: 25px 25px 0 0
}

.services-main__item2:last-child {
  border-radius: 0 0 25px 25px
}

.services-main__icon2 {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.services-main__icon2 svg {
  max-width: 100%;
  width: auto;
  height: auto
}

.services-main__title2 {
  font-size: 16px;
  line-height: 115%;
  font-weight: 600;
  letter-spacing: .32px
}

.insurance {
  background: rgba(0, 96, 169, .05);
  padding: 100px 0
}

.insurance__title {
  color: #0060a9;
  margin-bottom: 50px
}

.insurance__items {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 50px));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 100px
}

.insurance__items-left,
.insurance__items-right {
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.insurance .item {
  max-width: 678px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 25px
}

.insurance .item--active .item-text {
  display: grid;
  overflow: unset
}

.insurance .item-icon {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  background: #0060a9;
  border-radius: 50%
}

.insurance .item-icon img {
  max-width: 13px
}

.insurance .item-title {
  font-size: 23px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: .46px;
  margin-bottom: 5px
}

.insurance .item-text {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.insurance .item-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.insurance .item-text p span {
  font-weight: 600
}

.insurance .item-text ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 10px
}

.insurance .item-text ul li {
  position: relative;
  padding-left: 11px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.insurance .item-text ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #0060a9;
  border-radius: 50%
}

.insurance .item-hidden {
  display: none
}

.insurance .item-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #e18a04;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.insurance .item-show:hover {
  color: #0060a9
}

.insurance .item-show:hover svg path {
  fill: #0060a9
}

.insurance .item-show span {
  font-size: 18px;
  line-height: 133%;
  font-weight: 700
}

.insurance .item-show span:nth-child(2) {
  display: none
}

.insurance .item-show svg {
  width: 18px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.insurance .item-show svg path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}

.insurance .item-show--active span:nth-child(1) {
  display: none
}

.insurance .item-show--active span:nth-child(2) {
  display: block
}

@media screen and (max-width:1800px) {
  .wellbeing__img img {
    right: -200px;
    max-width: 1000px
  }
}

@media screen and (max-width:1689px) {
  .main--services .main__inner {
    padding: 100px
  }

  .main--services .main__img--services4 {
    max-width: 700px
  }

  .main--services .main__desc--services7 {
    max-width: 720px
  }

  .main--services .main__img--services7 {
    max-width: 630px
  }

  .wellbeing__img img {
    right: -100px;
    max-width: 900px
  }
}

@media screen and (max-width:1600px) {
  .analysis__img {
    width: 43%
  }

  .services-main__desc {
    padding: 60px 30px 60px 0
  }

  .services-main__items2 {
    margin-top: 60px
  }
}

@media screen and (max-width:1500px) {
  .main--services .main__desc--services6 .main__text {
    max-width: 620px
  }

  .main--services .main__img--services2 {
    right: -100px
  }

  .main--services .main__img--services3 {
    max-width: 480px
  }

  .main--services .main__img--services4 {
    max-width: 610px
  }

  .wellbeing__img img {
    max-width: 800px
  }

  .services-main__img {
    max-width: 450px
  }
}

@media screen and (max-width:1400px) {
  .main--services .main__inner {
    padding: 80px
  }

  .main--services .main__inner--services4 {
    overflow: hidden
  }

  .main--services .main__desc--services .main__text {
    max-width: 510px
  }

  .main--services .main__desc--services2 .main__text {
    max-width: 560px
  }

  .main--services .main__desc--services3 .main__text {
    max-width: 640px
  }

  .main--services .main__desc--services6 .main__text {
    max-width: 540px
  }

  .main--services .main__desc--services7 {
    max-width: 620px
  }

  .main--services .main__img {
    max-width: 530px
  }

  .main--services .main__img--services {
    max-width: 630px
  }

  .main--services .main__img--services2 {
    max-width: 660px
  }

  .main--services .main__img--services3 {
    max-width: 450px
  }

  .main--services .main__img--services5 {
    max-width: 530px
  }

  .support {
    padding: 80px 0
  }

  .support__item-text {
    font-size: 20px
  }

  .advantages2-2 .advantages2__img img {
    max-width: 460px
  }

  .analysis {
    padding: 80px 0
  }

  .analysis__inner {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 50px;
    margin: 0
  }

  .analysis__desc {
    width: 50%
  }

  .analysis__img {
    position: static;
    width: 50%
  }

  .analysis__text p {
    font-size: 14px
  }

  .analysis .item-show {
    gap: 20px
  }

  .analysis .item-btn {
    width: 40px;
    height: 40px
  }

  .analysis .item-title {
    font-size: 24px
  }

  .analysis .item-list {
    padding-left: 60px
  }

  .analysis .item-list li {
    font-size: 14px
  }

  .analysis .item-list li:before {
    top: 6px
  }

  .dms,
  .support--1 {
    padding: 80px 0
  }

  .wellbeing {
    padding-top: 80px
  }

  .wellbeing__desc,
  .wellbeing__img {
    padding-bottom: 80px
  }

  .wellbeing__img img {
    right: -50px;
    max-width: 700px
  }

  .services-main__desc {
    padding: 40px 30px 40px 0
  }

  .services-main__items2 {
    margin-top: 40px
  }

  .insurance {
    padding: 80px 0
  }

  .insurance__items {
    grid-template-columns: repeat(2, calc(50% - 25px));
    gap: 50px
  }
}

@media screen and (max-width:1300px) {
  .wellbeing__img img {
    max-width: 650px
  }

  .services-main__item {
    padding-right: 290px
  }

  .services-main__img {
    max-width: 400px
  }

  .services-main__icon {
    width: 60px
  }

  .services-main__title {
    font-size: 24px
  }

  .services-main__text p {
    font-size: 14px
  }

  .services-main__btn {
    height: 50px;
    padding: 5px 30px
  }

  .services-main__btn .btn-text {
    font-size: 16px
  }

  .services-main__items2 {
    right: 30px;
    max-width: 260px
  }

  .services-main__item2 {
    min-height: 70px;
    gap: 15px;
    padding: 10px 20px
  }

  .services-main__icon2 {
    width: 30px
  }

  .services-main__title2 {
    font-size: 14px
  }
}

@media screen and (max-width:1200px) {
  .main--services .main__desc--services3 .main__text {
    max-width: 460px
  }

  .main--services .main__img--services {
    max-width: 530px
  }

  .main--services .main__img--services2 {
    right: 0;
    max-width: 500px
  }

  .main--services .main__img--services3 {
    max-width: 410px
  }

  .main--services .main__img--services4 {
    max-width: 460px
  }

  .main--services .main__img--services5 {
    max-width: 450px
  }

  .main--services .main__img--services6 {
    max-width: 340px
  }

  .main--services .main__img--services7 {
    max-width: 420px
  }

  .wellbeing__img img {
    max-width: 600px
  }

  .services-main__img {
    max-width: 300px
  }
}

@media screen and (max-width:1100px) {
  .main--services .main__desc--services2 .main__text {
    max-width: 440px
  }

  .main--services .main__desc--services4 .main__text {
    max-width: 400px
  }

  .main--services .main__desc--services4 .main__text br {
    display: none
  }

  .main--services .main__desc--services7 .main__text {
    max-width: 500px
  }

  .main--services .main__img--services2 {
    max-width: 460px
  }

  .main--services .main__img--services5 {
    max-width: 300px
  }

  .wellbeing__img img {
    max-width: 550px
  }

  .services-main__img {
    max-width: 200px
  }
}

@media screen and (max-width:992px) {
  .main--services .main__inner {
    border-radius: 40px;
    padding: 80px 60px
  }

  .main--services .main__desc--services .main__text {
    max-width: 460px
  }

  .main--services .main__desc--services2 .main__text {
    max-width: 400px
  }

  .main--services .main__desc--services3 .main__text {
    max-width: 410px
  }

  .main--services .main__desc--services5 {
    max-width: 560px
  }

  .main--services .main__desc--services6 .main__text {
    max-width: 490px
  }

  .main--services .main__desc--services7 .main__text {
    max-width: 460px
  }

  .main--services .main__img--services {
    max-width: 400px
  }

  .main--services .main__img--services2 {
    max-width: 420px
  }

  .main--services .main__img--services3 {
    max-width: 330px
  }

  .main--services .main__img--services6 {
    max-width: 290px
  }

  .main--services .main__img--services7 {
    max-width: 360px
  }

  .support {
    padding: 60px 0
  }

  .support__title {
    margin-bottom: 30px
  }

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

  .support__items-left,
  .support__items-right {
    max-width: 100%;
    width: 100%
  }

  .support__item-text {
    font-size: 18px
  }

  .advantages--1 .advantages__item,
  .advantages--1 .advantages__item:nth-child(1) {
    padding: 25px
  }

  .advantages2-2 {
    position: relative;
    overflow: hidden
  }

  .advantages2-2 .advantages2__desc {
    position: relative;
    z-index: 2
  }

  .advantages2-2 .advantages2__img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 450px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: .2;
    pointer-events: none
  }

  .advantages2-2 .advantages2__img img {
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    max-width: 300px
  }

  .analysis {
    padding: 60px 0
  }

  .analysis__desc {
    width: 100%
  }

  .analysis__img {
    position: absolute;
    top: unset;
    left: unset;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 450px;
    opacity: .2;
    pointer-events: none
  }

  .analysis__text {
    margin-bottom: 30px
  }

  .analysis__text br {
    display: none
  }

  .support--1 {
    position: relative
  }

  .support--1 .support__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .support--1 .support__group,
  .support--1 .support__items {
    width: 100%;
    max-width: 100%
  }

  .support--1 .support__text p {
    font-size: 14px
  }

  .dms {
    padding: 60px 0
  }

  .dms__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .dms__group,
  .dms__items {
    width: 100%;
    max-width: 100%
  }

  .dms__text p {
    font-size: 14px
  }

  .dms .item-group {
    gap: 16px
  }

  .dms .item-icon {
    width: 36px
  }

  .dms .item-title {
    max-width: 100%
  }

  .dms .item-title br {
    display: none
  }

  .dms .item-text p {
    font-size: 14px
  }

  .dms .item-show span {
    font-size: 16px
  }

  .dms .item-show svg {
    width: 16px
  }

  .wellbeing {
    padding: 60px 0
  }

  .wellbeing__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

  .wellbeing__desc {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0
  }

  .wellbeing__img {
    display: none
  }

  .wellbeing__text {
    margin-bottom: 30px
  }

  .wellbeing__text p {
    font-size: 14px
  }

  .wellbeing__item-group {
    gap: 16px
  }

  .wellbeing__item-icon {
    width: 36px
  }

  .wellbeing__item-title {
    max-width: 100%
  }

  .wellbeing__item-title br {
    display: none
  }

  .wellbeing__item-list li,
  .wellbeing__item-text p {
    font-size: 14px
  }

  .services-main__item {
    padding: 0;
    color: #4f4f4f !important
  }

  .services-main__item:before {
    display: none !important
  }

  .services-main__img {
    width: 50%;
    max-width: 100%
  }

  .services-main__desc {
    width: 50%;
    max-width: 100%;
    padding: 60px 15px 60px 0
  }

  .services-main__items2 {
    display: none
  }

  .insurance {
    padding: 60px 0
  }

  .insurance__title {
    margin-bottom: 30px
  }

  .insurance__items {
    grid-template-columns: repeat(2, calc(50% - 15px));
    gap: 30px
  }

  .insurance .item {
    max-width: 100%;
    gap: 16px
  }

  .insurance .item-title {
    font-size: 20px
  }

  .insurance .item-text p {
    font-size: 14px
  }

  .insurance .item-show span {
    font-size: 16px
  }
}

@media screen and (max-width:850px) {
  .main--services .main__desc--services5 .main__text {
    max-width: 400px
  }

  .main--services .main__desc--services5 .main__text br {
    display: none
  }

  .main--services .main__desc--services6 .main__text {
    max-width: 400px
  }

  .main--services .main__img--services2 {
    max-width: 350px
  }

  .main--services .main__img--services4 {
    max-width: 380px
  }

  .main--services .main__img--services7 {
    max-width: 290px
  }
}

@media screen and (max-width:768px) {
  .main--services .main__inner--services2 {
    overflow: hidden
  }

  .main--services .main__desc--services7 .main__text {
    max-width: 360px
  }

  .main--services .main__img--services {
    max-width: 300px
  }

  .main--services .main__img--services2 {
    right: -40px;
    max-width: 280px
  }

  .main--services .main__img--services3 {
    max-width: 210px
  }

  .main--services .main__img--services4 {
    max-width: 280px
  }

  .main--services .main__img--services5 {
    max-width: 240px
  }

  .main--services .main__img--services6 {
    max-width: 210px
  }

  .main--services .main__img--services7 {
    max-width: 220px
  }

  .services-main {
    padding-bottom: 60px
  }

  .services-main__items {
    gap: 30px
  }

  .services-main__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px
  }

  .services-main__img {
    width: 100%
  }

  .services-main__img img {
    max-height: 400px;
    min-height: 240px
  }

  .services-main__img img:nth-child(1) {
    display: none
  }

  .services-main__img img:nth-child(2) {
    display: block
  }

  .services-main__desc {
    width: 100%;
    padding: 0
  }

  .insurance__items {
    grid-template-columns: 100%
  }
}

@media screen and (max-width:650px) {
  .main--services .main__desc--services2 .main__text {
    max-width: 330px
  }

  .main--services .main__desc--services3 .main__text,
  .main--services .main__desc--services5 .main__text {
    max-width: 320px
  }

  .main--services .main__img--services,
  .main--services .main__img--services4 {
    max-width: 200px
  }

  .main--services .main__img--services5 {
    max-width: 220px
  }

  .main--services .main__img--services6 {
    max-width: 180px
  }
}

@media screen and (max-width:576px) {
  .main--services .main__inner {
    border-radius: 20px;
    padding: 40px 20px 100px
  }

  .main--services .main__inner--services7 {
    padding-bottom: 115px
  }

  .main--services .main__desc--services .main__text,
  .main--services .main__desc--services2 .main__text,
  .main--services .main__desc--services3 .main__text,
  .main--services .main__desc--services4 .main__text,
  .main--services .main__desc--services5 .main__text,
  .main--services .main__desc--services6 .main__text,
  .main--services .main__desc--services7 .main__text {
    max-width: 100%
  }

  .main--services .main__img--services {
    bottom: -20px
  }

  .main--services .main__img--services2 {
    right: 0;
    bottom: -30px;
    max-width: 200px
  }

  .main--services .main__img--services3 {
    bottom: -30px;
    max-width: 150px
  }

  .main--services .main__img--services4 {
    bottom: -30px
  }

  .main--services .main__img--services5 {
    bottom: -30px;
    max-width: 180px
  }

  .main--services .main__img--services6,
  .main--services .main__img--services7 {
    max-width: 150px
  }

  .support__item {
    gap: 16px
  }

  .support__item-icon {
    width: 24px;
    height: 24px
  }

  .support__item-icon img {
    width: 11px
  }

  .support__item-text {
    font-size: 16px
  }

  .analysis .item-title {
    font-size: 20px
  }

  .services-main__img img {
    max-height: 300px
  }

  .services-main__title {
    font-size: 20px
  }
}

.main--contacts .main__inner {
  border-radius: 60px;
  padding: 112px 30px 112px 106px
}

.main--contacts .main__title {
  margin-bottom: 0
}

.main--contacts .main__img {
  max-width: 632px
}

.contacts {
  padding: 100px 0
}

.contacts__inner {
  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;
  gap: 50px
}

.contacts__items {
  width: 45.48%;
  max-width: 621px;
  display: grid;
  grid-template-columns: 100%;
  gap: 30px
}

.contacts #map {
  position: relative;
  width: 54.52%;
  height: 538px
}

.contacts #map iframe {
  width: 100%;
  height: 100%;
  border-radius: 40px
}

.contacts #map .ymaps-2-1-79-inner-panes,
.contacts #map .ymaps-2-1-79-map {
  border-radius: 40px
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 45px
}

.contacts__item-icon {
  width: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.contacts__item-icon img {
  max-width: 100%
}

.contacts__item-title {
  margin-bottom: 4px
}

.contacts__item-text {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: .32px
}

.contacts__item .mail:hover,
.contacts__item .phone:hover {
  color: #e18a04
}

@media screen and (max-width:1689px) {
  .main--contacts .main__inner {
    padding: 100px
  }

  .main--contacts .main__img {
    max-width: 590px
  }
}

@media screen and (max-width:1400px) {
  .main--contacts .main__inner {
    padding: 80px
  }

  .main--contacts .main__img {
    max-width: 500px
  }

  .contacts {
    padding: 80px 0
  }
}

@media screen and (max-width:1200px) {
  .main--contacts .main__img {
    max-width: 380px
  }
}

@media screen and (max-width:992px) {
  .main--contacts .main__inner {
    border-radius: 40px;
    padding: 80px 60px
  }

  .main--contacts .main__img {
    max-width: 330px
  }

  .contacts {
    padding: 60px 0
  }

  .contacts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }

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

  .contacts #map {
    width: 100%;
    height: 400px
  }

  .contacts #map .ymaps-2-1-79-inner-panes,
  .contacts #map .ymaps-2-1-79-map {
    border-radius: 12px
  }

  .contacts__item {
    gap: 30px
  }

  .contacts__item-icon {
    width: 30px
  }

  .contacts__item-text {
    font-size: 14px
  }
}

@media screen and (max-width:576px) {
  .main--contacts .main__inner {
    border-radius: 20px;
    padding: 60px 20px
  }

  .main--contacts .main__img {
    max-width: 200px
  }
}

@media screen and (max-width:359px) {
  .main--contacts .main__img {
    max-width: 160px
  }
}

.footer {
  position: relative;
  z-index: 5;
  background-image: url(../img/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 80px
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 45px
}

.footer__logo {
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block
}

.footer__logo img {
  width: 100%
}

.footer__group {
  padding-top: 10px
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 45px;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px
}

.footer__list li {
  position: relative;
  max-width: 270px
}

.footer__list li a {
  font-size: 19px;
  line-height: 130%;
  font-weight: 700;
  color: #e18a04
}

.footer__list .active,
.footer__list li a:hover {
  color: #fff
}

.footer__list li ul {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
  margin-top: 20px
}

.footer__list li ul a {
  font-size: 16px;
  font-weight: 300;
  color: #fff
}

.footer__list li ul a:hover {
  color: #e18a04
}

.footer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: .32px;
  color: #fff;
  margin-top: 35px
}

@media screen and (max-width:1400px) {
  .footer__inner {
    gap: 28px
  }

  .footer__logo {
    width: 172px;
  }

  .footer__list {
    gap: 28px;
    padding-bottom: 30px
  }

  .footer__list li {
    max-width: 220px
  }

  .footer__list li a {
    font-size: 16px
  }

  .footer__list li ul a {
    font-size: 14px
  }

  .footer__text {
    font-size: 14px;
    margin-top: 30px
  }
}

@media screen and (max-width:992px) {
  .footer {
    padding: 40px 0 60px
  }

  .footer__inner {
    -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;
    gap: 30px;
    text-align: center
  }

  .footer__group {
    width: 100%;
    padding: 0
  }

  .footer__list {
    -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;
    gap: 30px
  }

  .footer__list li {
    max-width: 100%
  }

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