:root {
  --main: #0B64D8;
  --bg: #E1E6EE;
}

body {
  background-color: #F0F2F6;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #1E1D24;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.body-fixed {
  overflow: hidden;
}

strong {
  font-weight: 600;
}

section {
  padding: 100px 0px;
}
@media (max-width: 992px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

.title2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #2d3740;
  position: relative;
}
@media (max-width: 768px) {
  .title2 {
    font-size: 28px;
  }
}

.title3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  color: #181d27;
}
@media (max-width: 768px) {
  .title3 {
    font-size: 24px;
  }
}

.pretitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #2d3740;
}
@media (max-width: 768px) {
  .pretitle {
    font-size: 16px;
  }
}

.top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}

em {
  font-style: italic;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  padding: 32px 0;
}
.header__box {
  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;
}
.header .header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  position: relative;
  z-index: 10;
}
.header .logo img {
  width: 120px;
}
@media (max-width: 768px) {
  .header .logo img {
    width: 110px;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.header__nav li a {
  font-weight: 600;
  font-size: 16px;
  color: #1E1D24;
}
.header__nav li a:hover {
  color: var(--main);
}
.header .cont-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header .cont-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: var(--main);
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.header .cont-itm--tel {
  background-color: #2D3740;
}
.header .cont-itm:hover {
  opacity: 0.8;
}
.header .btn-menu {
  display: none;
}
@media (max-width: 992px) {
  .header__nav ul {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 20px 0;
  }
  .header__nav {
    opacity: 1;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    background: var(--bg);
    height: 100vh;
    width: 100%;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
    gap: 20px;
    background-color: var(--main);
    border-radius: 20px;
  }
  .header__nav li {
    border-bottom: 1px solid var(--main);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-radius: 20px;
  }
  .header__nav li:first-child {
    border-top: 1px solid var(--main);
  }
  .header__nav a {
    font-size: 16px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .btn-menu {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    background-color: var(--main);
    border-radius: 10px;
  }
  .header .btn-menu span {
    position: absolute;
    height: 2px;
    width: calc(100% - 20px);
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header .btn-menu span:nth-child(1) {
    top: 15px;
  }
  .header .btn-menu span:nth-child(2) {
    top: 24px;
  }
  .header .btn-menu span:nth-child(3) {
    top: 34px;
  }
  .header .btn-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 24px;
  }
  .header .btn-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .header .btn-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 24px;
  }
  .header .cont-list {
    gap: 10px;
  }
}

.hero {
  margin-bottom: 50px;
}
.hero__box {
  background-color: #fff;
  padding: 100px 30px;
  border-radius: 30px 0 0 30px;
  position: relative;
  min-height: 500px;
}
.hero__box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2000px;
  background-color: #fff;
  top: 0;
  z-index: -1;
}
.hero__image {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}
.hero__content {
  padding-left: 420px;
}
.hero__content h1 {
  font-size: 45px;
  font-weight: 600;
  color: var(--main);
  line-height: 120%;
  margin-bottom: 30px;
}
.hero__content .p1 {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}
.hero__content .hero-list {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero__content .hero-list__item {
  background-color: rgba(11, 100, 216, 0.8);
  color: #fff;
  padding: 30px 30px;
  border-radius: 20px;
  position: relative;
}
.hero__content .hero-list__item span {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -12px;
  top: -12px;
  border-radius: 100px;
  background-color: #fff;
  border: 3px solid rgba(11, 100, 216, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 4px 8px 0 rgba(255, 255, 255, 0.2);
          box-shadow: 1px 4px 8px 0 rgba(255, 255, 255, 0.2);
}
.hero__content .hero-list__item p {
  font-size: 16px;
  line-height: 140%;
}
.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1200px) {
  .hero__image img {
    width: 330px;
  }
  .hero__content {
    padding-left: 300px;
  }
}
@media (max-width: 992px) {
  .hero__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
    padding-top: 50px;
  }
  .hero__box h1 {
    font-size: 32px;
  }
  .hero__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .hero__image {
    position: relative;
    border-radius: 0px;
    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;
    left: 0 auto;
    right: 0;
    width: 100%;
  }
  .hero__image img {
    width: 290px;
  }
  .hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .hero {
    margin-bottom: 0;
  }
  .hero__box {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 25px;
  }
  .hero__box::after {
    display: none;
  }
  .hero .hero-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero .hero-list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background-color: #fff;
  border-radius: 100px;
  background-color: var(--main);
  color: #fff;
  border: 4px solid var(--main);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 25px;
  -webkit-transition: 0.23s;
  transition: 0.23s;
  -webkit-transform: scale(1);
          transform: scale(1);
  min-height: 60px;
  min-width: 230px;
}
.btn span {
  background-color: var(--main);
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn--tg {
  background: #fff;
  padding-left: 5px;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--main);
}
.btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 576px) {
  .btn {
    min-height: 60px;
    font-size: 14px;
  }
  .btn--tg {
    padding-right: 10px;
  }
  .btn--tg span {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }
  .btn--tg span svg {
    width: 19px;
  }
}

.about__box {
  border-radius: 50px;
  padding: 100px 30px;
  position: relative;
  background-color: #4783E1;
}
.about__box::after {
  position: absolute;
  bottom: -40px;
  right: -60px;
  display: block;
  content: "";
  width: 400px;
  height: 400px;
  background-image: url(../img/Union.svg);
  background-position: center;
  background-size: contain;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0.1;
}
.about .title3 {
  max-width: 800px;
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
.about .pp1 {
  color: #fff;
  font-size: 18px;
  line-height: 130%;
}
.about__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  max-width: 900px;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: -150px;
  padding-left: 50px;
  padding-right: 50px;
}
.about .about-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  border: 5px solid #4783E1;
  -webkit-box-shadow: 1px -4px 20px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 1px -4px 20px 2px rgba(255, 255, 255, 0.2);
}
.about .about-item p {
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 992px) {
  .about__box {
    padding-top: 50px;
  }
  .about .title3 {
    font-size: 30px;
  }
  .about .about-item {
    border: 3px solid #4783E1;
  }
  .about .about-item p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about__box {
    padding-top: 50px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .about__box::after {
    bottom: -40px;
    right: -60px;
    width: 300px;
    height: 300px;
  }
  .about .title3 {
    font-size: 24px;
  }
  .about__list {
    padding-left: 0;
    padding-right: 0;
    gap: 15px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .about .about-item {
    border: 3px solid #4783E1;
  }
  .about .about-item p {
    font-size: 16px;
  }
}

.advantage__box {
  background-color: #fff;
  border-radius: 50px;
  padding: 50px;
  padding-top: 70px;
}
.advantage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-bottom: -120px;
}
.advantage .advantage-item {
  padding: 30px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#609af8), to(#3777df));
  background: linear-gradient(180deg, #609af8 0%, #3777df 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.advantage .advantage-item img {
  height: 60px;
}
.advantage .advantage-item p {
  color: #fff;
  line-height: 140%;
}
@media (max-width: 992px) {
  .advantage__list {
    gap: 30px 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .advantage {
    margin-top: 30px;
  }
  .advantage__box {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 25px;
  }
  .advantage__list {
    gap: 20px;
  }
  .advantage .advantage-item {
    padding: 30px;
    border-radius: 20px;
    gap: 30px;
  }
  .advantage .advantage-item img {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .advantage__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.geo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.geo__map {
  width: 50%;
  background-color: #548FF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  border-radius: 25px;
  overflow: hidden;
}
.geo__map img {
  height: 400px;
}
.geo__list {
  width: 50%;
  border-radius: 25px;
  padding: 40px;
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.geo .geo-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#609af8), to(#3777df));
  background: linear-gradient(180deg, #609af8 0%, #3777df 100%);
  color: #fff;
  border-radius: 20px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.geo .geo-item p {
  font-size: 20px;
  font-weight: 600;
}
.geo .geo-item__i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100px;
}
.geo .geo-item__i img {
  width: 138%;
  height: 138%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .geo__box {
    gap: 20px;
  }
  .geo__list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .geo__map img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .geo {
    margin-top: 60px;
  }
  .geo__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .geo__list {
    width: 90%;
    margin-top: -150px;
    padding: 20px 10px;
  }
  .geo__map {
    width: 100%;
    max-height: 250px;
  }
  .geo__map img {
    height: 300px;
  }
  .geo .geo-item {
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
  }
  .geo .geo-item p {
    font-size: 18px;
  }
  .geo .geo-item__i {
    width: 35px;
    height: 35px;
  }
}

.steps__list {
  display: -ms-grid;
  display: grid;
  gap: 40px;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
}
.steps .step-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#609af8), to(#3777df));
  background: linear-gradient(180deg, #609af8 0%, #3777df 100%);
  padding-top: 60px;
  padding: 60px 50px;
  border-radius: 25px;
  position: relative;
}
.steps .step-item span {
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  left: -20px;
  top: -20px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 4px solid #609af8;
}
.steps .step-item p {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .steps__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 40px;
    gap: 20px;
  }
  .steps .step-item {
    padding: 40px 30px;
    border-radius: 25px;
  }
  .steps .step-item span {
    font-size: 20px;
    left: -10px;
    top: -10px;
    width: 40px;
    height: 40px;
  }
  .steps .step-item p {
    font-size: 16px;
  }
}

.pz__box {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 50px;
}
.pz .title2 {
  margin-bottom: 30px;
}
.pz p {
  font-size: 16px;
  line-height: 140%;
}
.pz ul {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style-type: disc;
  padding: 20px;
  padding-left: 35px;
  border-radius: 20px;
  background-color: #F0F2F6;
}
@media (max-width: 768px) {
  .pz__box {
    border-radius: 25px;
    padding: 30px 15px;
  }
  .pz .title2 {
    margin-bottom: 30px;
  }
  .pz p {
    font-size: 16px;
  }
  .pz ul {
    gap: 15px;
    border-radius: 15px;
  }
}

.principles__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.principles .principles-item {
  background: -webkit-gradient(linear, left top, left bottom, from(#609af8), to(#3777df));
  background: linear-gradient(180deg, #609af8 0%, #3777df 100%);
  border-radius: 25px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 8px solid #fff;
}
.principles .principles-item p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1140px) {
  .principles__list {
    gap: 20px;
  }
  .principles .principles-item {
    padding: 35px 25px;
  }
}
@media (max-width: 992px) {
  .principles__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .principles .principles-item {
    border-radius: 25px;
    padding: 35px 20px;
  }
  .principles .principles-item p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .principles__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}

.faq {
  background-color: #548FF1;
}
.faq .title2 {
  color: #fff;
  text-align: left;
}
.faq__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 50px;
}
.faq .faq-item {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px;
  cursor: pointer;
}
.faq .faq-item__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq .faq-item__top h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  color: #2D3740;
}
.faq .faq-item__arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-left: 15px;
}
.faq .faq-item__arr svg {
  -webkit-transition: 0.43s;
  transition: 0.43s;
  fill: #548FF1;
}
.faq .faq-item__content {
  display: none;
  padding: 30px;
  border-radius: 20px;
  background-color: #548FF1;
  margin-top: 15px;
}
.faq .faq-item__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  color: #fff;
}
.faq .faq-item.active .faq-item__arr svg {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .faq-item {
    padding: 20px 15px;
  }
  .faq .faq-item__top {
    padding-right: 0;
  }
  .faq .faq-item__top h5 {
    font-size: 16px;
  }
  .faq .faq-item__arr {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
  }
  .faq .faq-item__content {
    padding-top: 20px;
    padding-left: 20px;
  }
  .faq .faq-item__content p {
    font-size: 14px;
  }
}

.footer__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
.footer p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.footer .teltel {
  color: var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 18px;
}
.footer__bottom {
  padding: 50px 0;
  border-top: 1px solid #548FF1;
}
.footer .cprt {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}