/*
Theme Name: Skyward
Version: 1.1
Author: N
Author URI:
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --font: "Poppins", sans-serif;
  --font2: "Manjari", sans-serif;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

html {
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  background: #FFF;
  font-family: var(--font);
  color: #212D3C;
  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;
  min-height: 100dvh;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

input, textarea, select {
  font-family: var(--font);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
}

button {
  border: none;
  background: none;
  font-family: var(--font);
  outline: none;
  cursor: pointer;
}

.container {
  --padding: 25px;
  width: 100%;
  max-width: calc(1366px + var(--padding) * 2);
  margin: 0 auto;
  padding: 0 var(--padding);
}
@media (max-width: 500px) {
  .container {
    --padding: 15px;
  }
}

.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: var(--font2);
  color: #2864D4;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .more {
    font-size: 16px;
  }
}
.more svg {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .more svg {
    width: 10px;
  }
}

h2 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 2.24px;
}
@media (max-width: 1300px) {
  h2 {
    font-size: 34px;
  }
}

h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.header {
    width: 100%;
    background: #ededed;
	position:sticky;
	top:0;
	z-index:99999;
}

.header .mobile-menu {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 100;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
@media (max-width: 1020px) {
  .header .mobile-menu {
    display: block;
  }
}
.header .mobile-menu .bg {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.header .mobile-menu__wrap {
  width: 100%;
  padding: 100px 30px 50px 70px;
  min-height: 100vh;
}
.header .mobile-menu__wrap .header__phone {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 500px) {
  .header .mobile-menu__wrap .header__phone {
    margin: 0;
  }
}
.header .mobile-menu__list {
  color: var(--dark-blu, #212D3C);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  list-style-type: none;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 500px) {
  .header .mobile-menu__list {
    width: 100%;
  }
}
.header .mobile-menu__list li {
  margin-bottom: 30px;
}
.header .burger {
  display: none;
  margin-left: 30px;
  z-index: 1000;
}
@media (max-width: 1020px) {
  .header .burger {
    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;
    position: relative;
    width: 30px;
    height: 30px;
  }
}
.header .burger span, .header .burger::before, .header .burger:after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background: #2864D4;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .burger::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.header .burger::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  width: 20px;
  left: 0;
}
.header__wrap {
  width: 100%;
  padding: 20px 0;
  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;
  gap: 40px;
}
@media (max-width: 1300px) {
  .header__wrap {
    padding: 20px 0;
  }
}
.header__logo {
  display: block;
  width: 178px;
  min-width: 178px;
  position: relative;
  z-index: 1000;
}
.header__logo img {
  width: 100%;
}
.header__list {
  list-style-type: none;
  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: 46px;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.68px;
}
@media (max-width: 1020px) {
  .header__list {
    display: none;
  }
}
.header__item {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__item.active {
  color: #2864D4;
}
.header__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__link:hover {
  color: #2864D4;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1300px) {
  .header__phone {
    -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;
  }
}
@media (max-width: 600px) {
  .header__phone {
    display: none;
  }
}
.header__phone span {
  white-space: nowrap;
}
.header__phone a {
  color: #A30303;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1020px) {
  .menu-open {
    overflow: hidden;
    padding-top: 91px;
  }
  .menu-open .burger::after {
    opacity: 0;
  }
  .menu-open .burger::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-open .burger span {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-open .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .menu-open .mobile-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.hero {
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
.hero__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0 70px;
  position: relative;
}
@media (max-width: 760px) {
  .hero__wrap {
    padding-top: 20px;
  }
}
.hero__text {
  width: 50%;
  max-width: 627px;
  padding-top: 30px;
  position: relative;
}
@media (max-width: 960px) {
  .hero__text {
    width: 100%;
    max-width: 100%;
  }
}
.hero__text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-60%, -80%);
          transform: translate(-60%, -80%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
}
.hero__text h1 {
  font-size: 68px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 2.72px;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .hero__text h1 {
    font-size: 50px;
  }
}
@media (max-width: 1020px) {
  .hero__text h1 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .hero__text h1 {
    font-size: 32px;
  }
}
@media (max-width: 340px) {
  .hero__text h1 {
    font-size: 30px;
  }
}
.hero__text .more {
  margin-bottom: 80px;
}
@media (max-width: 1020px) {
  .hero__text .more {
    margin-bottom: 30px;
  }
}
@media (max-width: 960px) {
  .hero__text .more {
    margin-bottom: 280px;
  }
}
@media (max-width: 450px) {
  .hero__text .more {
    margin-bottom: 190px;
  }
}
.hero__text ul {
  width: 100%;
  list-style-type: none;
  display: grid;
  grid-template-columns: auto 1px auto 1px auto;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #A30303;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 90px;
}
@media (max-width: 1300px) {
  .hero__text ul {
    min-width: 620px;
  }
}
@media (max-width: 1020px) {
  .hero__text ul {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .hero__text ul {
    margin-bottom: 160px;
  }
}
@media (max-width: 500px) {
  .hero__text ul {
    font-size: 13px;
  }
}
@media (max-width: 450px) {
  .hero__text ul {
    margin-bottom: 60px;
  }
}
.hero__text ul .hr {
  height: 30px;
  background: #2864D4;
  width: 1px;
}

.hero__text ul .hr:last-child {
  display: none;
}

@media (max-width: 1020px) {
  .hero__text ul .hr {
    height: 1px;
    width: 30px;
  }
}
.hero__text .phone-number {
  width: 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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.hero__text .phone-number::before, .hero__text .phone-number::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #2864D4;
  position: absolute;
}
.hero__text .phone-number::before {
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}
.hero__text .phone-number::after {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.hero__text .phone-number .label {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
  z-index: 3;
  position: absolute;
  top: -20px;
}
@media (max-width: 450px) {
  .hero__text .phone-number .label {
    font-size: 16px;
    top: -12px;
  }
}
.hero__text .phone-number a {
  color: #A30303;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  display: block;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 450px) {
  .hero__text .phone-number a {
    font-size: 28px;
    padding: 10px 0;
  }
}
.hero__images {
  width: 45%;
  max-width: 600px;
  position: relative;
  pointer-events: none;
}
@media (max-width: 960px) {
  .hero__images {
    position: absolute;
    top: 200px;
    left: 0;
    height: 800px;
  }
}
@media (max-width: 960px) and (max-width: 760px) {
  .hero__images {
    top: 340px;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@media (max-width: 960px) and (max-width: 740px) {
  .hero__images {
    top: 360px;
  }
}
@media (max-width: 960px) and (max-width: 700px) {
  .hero__images {
    top: 370px;
  }
}
@media (max-width: 960px) and (max-width: 550px) {
  .hero__images {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    top: 300px;
  }
}
@media (max-width: 960px) and (max-width: 450px) {
  .hero__images {
    top: 180px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 960px) and (max-width: 430px) {
  .hero__images {
    top: 200px;
    left: -30px;
  }
}
.hero__images::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 793px;
  height: 462px;
  -webkit-transform: rotate(1deg) translate(-50%, -50%);
          transform: rotate(1deg) translate(-50%, -50%);
  border-radius: 793px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
}
@media (max-width: 760px) {
  .hero__images::before {
    display: none;
  }
}
.hero__image {
  position: absolute;
}
.hero__image_1 {
  left: -10px;
  top: 20px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media (max-width: 1300px) {
  .hero__image_1 {
    left: auto;
    right: 230px;
  }
}
@media (max-width: 960px) {
  .hero__image_1 {
    left: 340px;
    right: auto;
  }
}
@media (max-width: 760px) {
  .hero__image_1 {
    left: 210px;
    top: 200px;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
    z-index: 4;
  }
}
.hero__image_1 .image {
  width: 306px;
  height: 440px;
}
@media (max-width: 1300px) {
  .hero__image_1 .image {
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 760px) {
  .hero__image_1 .image {
    width: 130px;
    height: 190px;
  }
}
.hero__image_1 .mark_1 {
  left: -30px;
  top: -8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 760px) {
  .hero__image_1 .mark_1 {
    left: -10px;
    top: 0;
  }
}
.hero__image_1 .mark_2 {
  left: -20px;
  bottom: -8px;
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}
@media (max-width: 760px) {
  .hero__image_1 .mark_2 {
    left: auto;
    right: -10px;
    bottom: 0;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.hero__image_2 {
  right: 0px;
  top: -20px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
@media (max-width: 960px) {
  .hero__image_2 {
    left: 520px;
    top: 50px;
    right: auto;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@media (max-width: 760px) {
  .hero__image_2 {
    left: 220px;
    top: 20px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
}
.hero__image_2 .image {
  width: 279px;
  height: 400px;
}
@media (max-width: 1300px) {
  .hero__image_2 .image {
    width: 220px;
    height: 340px;
  }
}
@media (max-width: 760px) {
  .hero__image_2 .image {
    width: 130px;
    height: 190px;
  }
}
.hero__image_2 .mark_1 {
  right: -30px;
  top: -8px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media (max-width: 760px) {
  .hero__image_2 .mark_1 {
    right: -10px;
    top: 0;
  }
}
.hero__image_2 .mark_2 {
  left: -20px;
  top: -8px;
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}
@media (max-width: 760px) {
  .hero__image_2 .mark_2 {
    left: -10px;
    top: 0;
    display: none;
  }
}
.hero__image_3 {
  width: 450px;
  right: 0;
  top: 420px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}
@media (max-width: 1300px) {
  .hero__image_3 {
    width: auto;
    top: 320px;
    right: 20px;
  }
}
@media (max-width: 960px) {
  .hero__image_3 {
    top: 50px;
    left: 30px;
    right: auto;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
.hero__image_3 .image {
  width: 450px;
  height: 292px;
}
@media (max-width: 1300px) {
  .hero__image_3 .image {
    width: 308px;
    height: 200px;
  }
}
@media (max-width: 760px) {
  .hero__image_3 .image {
    width: 190px;
    height: 122px;
  }
}
.hero__image_3 .mark_1 {
  right: -30px;
  top: -8px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media (max-width: 760px) {
  .hero__image_3 .mark_1 {
    right: -10px;
    top: 0;
  }
}
.hero__image_3 .mark_2 {
  left: -20px;
  bottom: -8px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 760px) {
  .hero__image_3 .mark_2 {
    left: -10px;
    bottom: 0;
  }
}
.hero__image .mark {
  position: absolute;
}
@media (max-width: 760px) {
  .hero__image .mark {
    width: 30px;
  }
}
.hero__image .image {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #fff;
}

.services {
  width: 100%;
  overflow: hidden;
	background:#1c3460;
	padding:60px 0;
}
.services__wrap {
  width: 100%;
  padding: 60px 0 30px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 60px;
}
@media (max-width: 1020px) {
  .services__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.services__wrap .ss-main {
  display: none;
}
@media (max-width: 1020px) {
  .services__wrap .ss-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services__wrap .ss-main::before {
    content: "";
    position: absolute;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #2864D4;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.services__wrap .ss-values {
  margin-right: 20px;
}
.services__wrap .ss-single {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%; /* 24.48px */
  letter-spacing: 0.96px;
  color: #2864D4;
}
.services__wrap .ss-arrow {
  position: relative;
  margin-right: 8.5px;
}
.services__content {
  width: 100%;
  padding-top: 10px;
}
@media (max-width: 1020px) {
  .services__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.services__item {
  display: none;
}
.services__item.open {
  display: block;
}
.services__item .title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 16px;
  color:#fff;
}
@media (max-width: 600px) {
  .services__item .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.services__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
	color:#fff;
}
@media (max-width: 600px) {
  .services__item p {
    font-size: 13px;
  }
}
.services__image {
  position: relative;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin-bottom: 24px;
}
.services__image img:not(.mark) {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .services__image img:not(.mark) {
    height: 300px;
  }
}
@media (max-width: 1020px) {
  .services__image img:not(.mark) {
    height: auto;
  }
}
.services__image .mark {
  position: absolute;
}
@media (max-width: 600px) {
  .services__image .mark {
    width: 30px;
  }
}
.services__image .mark_1 {
  right: -10px;
  bottom: 6px;
  -webkit-transform: rotate(323deg);
          transform: rotate(323deg);
}
.services__image .mark_2 {
  left: -10px;
  top: 1px;
  -webkit-transform: rotate(128deg);
          transform: rotate(128deg);
}
@media (max-width: 1020px) {
  .services__tabs {
    display: none;
  }
}
.services__link {
    font-size: 23px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin-bottom: 8px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
}
@media (max-width: 1300px) {
  .services__link {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 102%;
  }
}
.services__link:last-child {
  margin-bottom: 0;
}
.services__link:hover {
  color: #2864D4;
}
.services__link.active {
  color: #2864D4;
}

.about {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about .logo-bg {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.about__wrap {
  width: 100%;
  padding: 100px 0 70px;
}
@media (max-width: 800px) {
  .about__wrap {
    padding: 30px 0 60px;
  }
}
.about__top {
  width: 100%;
  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;
  gap: 80px;
  margin-bottom: 92px;
}
@media (max-width: 800px) {
  .about__top {
    margin-bottom: 20px;
  }
}
.about__text {
  width: 51%;
  max-width: 600px;
}
@media (max-width: 1300px) {
  .about__text {
    width: 70%;
  }
}
@media (max-width: 1020px) {
  .about__text {
    width: 100%;
    max-width: 100%;
  }
}
.about__text .about__image {
  display: none;
}
@media (max-width: 1020px) {
  .about__text .about__image {
    display: block;
  }
}
.about__text a {
  margin-top: 20px;
}
.about__text h2 {
  margin-bottom: 20px;
}
.about__text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .about__text p {
    font-size: 13px;
  }
}
.about__images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1020px) {
  .about__images {
    display: none;
  }
}
.about__image {
  position: relative;
}
.about__image_1 {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media (max-width: 1020px) {
  .about__image_1 {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .about__image_1 {
    margin-bottom: 30px;
  }
}
.about__image_1 .image {
  width: 325px;
  height: 346px;
}
@media (max-width: 1300px) {
  .about__image_1 .image {
    width: 220px;
    height: 240px;
  }
}
@media (max-width: 1020px) {
  .about__image_1 .image {
    width: 100%;
    height: auto;
  }
}
.about__image_1 .mark {
  position: absolute;
}
@media (max-width: 600px) {
  .about__image_1 .mark {
    width: 30px;
  }
}
.about__image_1 .mark_1 {
  right: -30px;
  top: -8px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media (max-width: 600px) {
  .about__image_1 .mark_1 {
    right: -10px;
    top: 0px;
  }
}
.about__image_1 .mark_2 {
  left: -20px;
  bottom: -8px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 600px) {
  .about__image_1 .mark_2 {
    left: -10px;
    bottom: 0;
  }
}
.about__image_2 {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.about__image_2 .image {
  width: 330px;
  height: 430px;
}
@media (max-width: 1300px) {
  .about__image_2 .image {
    width: 240px;
    height: 330px;
  }
}
.about__image_2 .mark {
  position: absolute;
}
.about__image_2 .mark_1 {
  right: 40%;
  top: -8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about__image .image {
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  border: 1px solid #fff;
}
.about__slider {
  width: 100%;
}
.about__slider h4 {
  margin-bottom: 23px;
}

.team-slider{
	background:#0081cf;
	padding:40px 0;
}
.team-slider h4{
	color:#fff;
	font-size:56px;
	text-align:center;
}

.about__swiper {
  overflow: hidden;
}
.about__swiper .swiper-slide {
  position: relative;
  width: 325px;
  height: 325px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  color: #FFF;
}
@media (max-width: 1300px) {
  .about__swiper .swiper-slide {
    width: 260px;
    height: 260px;
  }
}
.about__swiper .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#212D3C), color-stop(43.33%, rgba(198, 201, 205, 0)));
  background: linear-gradient(0deg, #212D3C 0%, rgba(198, 201, 205, 0) 43.33%);
  z-index: 2;
}
.about__swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about__swiper .swiper-slide .name {
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 102%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.about__swiper .swiper-slide .status {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.rineline {
  width: 100%;
  border-top: 1px solid #2864D4;
  border-bottom: 1px solid #2864D4;
  overflow: hidden;
  position: relative;
  min-height: 60px;
}
@media (max-width: 800px) {
  .rineline {
    min-height: 50px;
  }
}
.rineline__text {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rineline__text p {
  white-space: nowrap;
  color: #2864D4;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1300px) {
  .rineline__text p {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .rineline__text p {
    font-size: 18px;
  }
}

.testimonials {
  width: 100%;
  overflow: hidden;
}
.testimonials__wrap {
    width: 100%;
    padding: 120px 0 90px;
    position: relative;
    text-align: center;
    background: #efefef;
    border-radius: 25px;
}



@media (max-width: 800px) {
  .testimonials__wrap {
    padding: 60px 0 30px;
  }
}
.testimonials__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
}
.testimonials__wrap h2 {
  margin-bottom: 12px;
}
.testimonials__wrap > p {
  color: #212D3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .testimonials__wrap > p {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .testimonials__wrap > p {
    font-size: 13px;
  }
}
.testimonials__sliders {
  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: 40px;
}
@media (max-width: 800px) {
  .testimonials__sliders {
    display: block;
  }
}
.testimonials__item {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.testimonials__item .mark_1 {
  position: absolute;
  right: -30px;
  top: -8px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  z-index: 3;
}
.testimonials__item .mark_2 {
  position: absolute;
  left: -30px;
  top: -8px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  z-index: 3;
}
.testimonials .testimonials__item3 {
  display: none;
}
@media (max-width: 800px) {
  .testimonials .testimonials__item3 {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .testimonials .testimonials__item2 {
    display: none;
  }
}
.testimonials .testimonials__item2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  padding: 30px;
  border: 1px solid #2864D4;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(3deg);
          transform: translate(-50%, -50%) rotate(3deg);
}
.testimonials .testimonials__item2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 90%;
  padding: 30px;
  border: 1px solid #2864D4;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotate(-5deg);
}
.testimonials .swiper-slide {
  height: auto;
  padding: 30px;
  border: 1px solid #2864D4;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .testimonials .swiper-slide {
    padding: 28px 20px 20px;
  }
}
.testimonials .swiper-slide.swiper-slide-active {
  background: #2864D4 !important;
}
.testimonials .swiper-slide.swiper-slide-active .name {
  color: #FFF;
}
.testimonials .swiper-slide.swiper-slide-active .location {
  color: #7BAFFC !important;
}
.testimonials .swiper-slide.swiper-slide-active .description {
  color: #FFF;
}
.testimonials .swiper-slide .name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .testimonials .swiper-slide .name {
    font-size: 16px;
  }
}
.testimonials .swiper-slide .info {
  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;
  margin-bottom: 12px;
}
.testimonials .swiper-slide .location {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #6B7788;
}
@media (max-width: 600px) {
  .testimonials .swiper-slide .location {
    font-size: 12px;
  }
}
.testimonials .swiper-slide .description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .testimonials .swiper-slide .description {
    font-size: 13px;
  }
}
.testimonials__current .swiper-slide {
  background: #2864D4;
}
.testimonials__current .swiper-slide .name {
  color: #FFF;
}
.testimonials__current .swiper-slide .location {
  color: #7BAFFC;
}
.testimonials__current .swiper-slide .description {
  color: #FFF;
}
.testimonials__current .swiper-slide-active {
  opacity: 0 !important;
  pointer-events: none;
}
.testimonials__list {
  overflow: visible;
}
.testimonials__nav {
  margin-right: -80px;
}
@media (max-width: 800px) {
  .testimonials__nav {
    display: none;
  }
}

.provide {
  width: 100%;
  overflow: hidden;
}
.provide__wrap {
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 800px) {
  .provide__wrap {
    padding: 30px 0;
  }
}
.provide__wrap h2 {
  margin-bottom: 40px;
	text-align:center;
}
@media (max-width: 600px) {
  .provide__wrap h2 {
    margin-bottom: 20px;
  }
}
.provide__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
}
@media (max-width: 760px) {
  .provide__block {
    grid-template-columns: 1fr;
  }
}
.provide__block::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
}
.provide__item {
  padding: 30px 30px 30px 50px;
  position: relative;
  border: 1px solid #2864D4;
}
@media (max-width: 600px) {
  .provide__item {
    padding: 30px;
  }
}
.provide__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 46, 61, 0.5)), to(rgba(40, 100, 212, 0.3)));
  background: linear-gradient(180deg, rgba(33, 46, 61, 0.5) 0%, rgba(40, 100, 212, 0.3) 100%);
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 1020px) {
  .provide__item::before {
    display: none;
  }
}
.provide__item ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1019px) {
  .provide__item:hover::before {
    opacity: 0;
  }
  .provide__item:hover .provide__item-image {
    opacity: 0;
  }
  .provide__item:hover .provide__item-title {
    color: #212D3C;
  }
}
.provide__item ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1020px) {
  .provide__item ul {
    z-index: 4;
  }
}
@media (max-width: 600px) {
  .provide__item ul {
    font-size: 13px;
  }
}
.provide__item ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.provide__item ul li::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  position: absolute;
  right: calc(100% + 10px);
  background-color: #2864D4;
}
@media (max-width: 1020px) {
  .provide__item ul li::before {
    background: #212D3C;
  }
}
.provide__item .more {
  margin-top: 20px;
}
@media (max-width: 1020px) {
  .provide__item .more {
    z-index: 4;
  }
}
.provide__item-title {
  position: relative;
  z-index: 4;
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .provide__item-title {
    font-size: 26px;
  }
}
@media (max-width: 1020px) {
  .provide__item-title {
    z-index: 4;
    color: #212D3C;
  }
}
@media (max-width: 760px) {
  .provide__item-title {
    font-size: 20px;
  }
}
.provide__item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 1020px) {
  .provide__item-image {
    opacity: 0.14;
  }
}

.feedback {
  width: 100%;
  overflow: hidden;
}
.feedback__wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 70px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 760px) {
  .feedback__wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .feedback__wrap {
    padding: 30px 0;
  }
}
.feedback__wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
.feedback__text {
  max-width: 600px;
}
@media (max-width: 760px) {
  .feedback__text {
    max-width: 100%;
  }
}
.feedback__text h2 {
  margin-bottom: 12px;
}
.feedback__text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
}
@media (max-width: 600px) {
  .feedback__text p {
    font-size: 14px;
  }
}
.feedback__form {
  max-width: 460px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 760px) {
  .feedback__form {
    max-width: 100%;
  }
}
.feedback__form::before {
  content: "";
  width: 1138px;
  height: 110%;
  display: block;
  position: absolute;
  right: -100px;
  border-radius: 100%;
  border: 1px solid #2864D4;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 760px) {
  .feedback__form::before {
    display: none;
  }
}
.feedback__form-item {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #212D3C;
}
.feedback__form-item label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  /* 19.2px */
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 600px) {
  .feedback__form-item label {
    font-size: 14px;
  }
}
.feedback__form-item input {
  margin-bottom: 10px;
  min-width: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  width: 100%;
}

.feedback__form-item br {
  display: none !important;
}

.feedback__form-item.nb {
  border-bottom: none !important;
}

.feedback__form-item textarea {
  resize: none;
  margin-bottom: 10px;
  min-width: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  display: block;
  width: 100%;
  border: 1px solid var(--dark-blu, #212D3C);
  background: #FDFEFF;
  height: 110px;
  padding: 12px;
}

@media (max-width: 600px) {
  .feedback__form-item input {
    font-size: 14px;
  }
}
.feedback__form-item input::-webkit-input-placeholder {
  color: #D9D9D9;
}
.feedback__form-item input::-moz-placeholder {
  color: #D9D9D9;
}
.feedback__form-item input:-ms-input-placeholder {
  color: #D9D9D9;
}
.feedback__form-item input::-ms-input-placeholder {
  color: #D9D9D9;
}
.feedback__form-item input::placeholder {
  color: #D9D9D9;
}

.ss-main {
  padding: 5px 0;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
}
@media (max-width: 600px) {
  .ss-main {
    font-size: 14px;
  }
}

.ss-main .ss-values .ss-single {
  margin: 0;
}

.ss-content .ss-list {
  padding: 20px;
}

.ss-content .ss-list .ss-option {
  border-bottom: none;
  margin-bottom: 14px;
  padding: 0;
}

.ss-content .ss-list .ss-option.ss-highlighted, .ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected, .ss-content .ss-list .ss-option:hover {
  background: none !important;
  color: #2864D4;
}

.gallery {
  width: 100%;
  overflow: hidden;
}
.gallery__wrap {
  width: 100%;
  padding: 50px 0 60px;
}
@media (max-width: 800px) {
  .gallery__wrap {
    padding: 30px 0;
  }
}
.gallery__wrap h2 {
  margin-bottom: 12px;
}
.gallery__wrap > p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  max-width: 600px;
  margin-bottom: 18px;
}
.gallery__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  scroll-padding-left: 20px;
  scroll-padding-right: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .gallery__filters {
    position: relative;
    left: -25px;
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    padding-left: 25px;
    padding-right: 25px;
    scroll-padding-left: 25px;
    scroll-padding-right: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .gallery__filters {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }
}
.gallery__filters-item {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #2864D4;
  border-radius: 30px;
  padding: 11px 5px;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1300px) {
  .gallery__filters-item {
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .gallery__filters-item {
    font-size: 14px;
  }
}
.gallery__filters-item:hover {
  background-color: #2864D4;
  color: #fff;
}
.gallery__filters-item.active {
  background-color: #2864D4;
  border-color: #fff;
  color: #fff;
}
.gallery .gallery__slider2 {
  display: none;
}
@media (max-width: 800px) {
  .gallery .gallery__slider2 {
    display: block;
  }
}
.gallery .gallery__slider1 {
  display: block;
}
@media (max-width: 800px) {
  .gallery .gallery__slider1 {
    display: none;
  }
}
.gallery__slider {
  width: 100%;
  overflow: visible;
  padding: 0 20%;
  position: relative;
}
@media (max-width: 800px) {
  .gallery__slider {
    padding: 0;
  }
}
.gallery__slider .swiper-button__prev {
  position: absolute;
  bottom: 20px;
  left: calc(20% - 50px);
  color: #2864D4;
  z-index: 10;
}
.gallery__slider .swiper-button__prev.swiper-button-disabled {
  color: #A8B7D2;
}
.gallery__slider .swiper-button__next {
  position: absolute;
  bottom: 20px;
  right: calc(20% - 50px);
  color: #2864D4;
  z-index: 10;
}
.gallery__slider .swiper-button__next.swiper-button-disabled {
  color: #A8B7D2;
}
.gallery .looped-slide1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19%;
  -webkit-transform: translateY(-50%) rotate(-2deg);
          transform: translateY(-50%) rotate(-2deg);
}
.gallery .looped-slide2 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 19%;
  -webkit-transform: translateY(-50%) rotate(10deg);
          transform: translateY(-50%) rotate(10deg);
}
.gallery .looped-slide3 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19%;
  -webkit-transform: translateY(-50%) rotate(2deg);
          transform: translateY(-50%) rotate(2deg);
}
.gallery .looped-slide4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19%;
  -webkit-transform: translateY(-50%) rotate(-10deg);
          transform: translateY(-50%) rotate(-10deg);
}
.gallery__slider-item {
  background-color: #fff;
  padding-bottom: 50%;
  border: 8px solid #fff;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media (max-width: 800px) {
  .gallery__slider-item {
    border: 0;
    height: 400px;
  }
}
.gallery__slider-item.swiper-slide-active::before {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallery__slider-item.swiper-slide-active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.gallery__slider-item img {
  position: absolute;
  width: calc(50% - 5px);
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .gallery__slider-item img {
    width: 100%;
    height: calc(50% - 5px);
  }
}
.gallery__slider-item img:nth-child(1) {
  left: 0;
}
@media (max-width: 600px) {
  .gallery__slider-item img:nth-child(1) {
    top: 0;
  }
}
.gallery__slider-item img:nth-child(2) {
  right: 0;
}
@media (max-width: 600px) {
  .gallery__slider-item img:nth-child(2) {
    top: auto;
    bottom: 0;
  }
}

.faq {
  width: 100%;
}
.faq .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 470px;
}
.faq .bg2 {
  position: absolute;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 470px;
}
.faq .faq__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 3;
}
@media (max-width: 1020px) {
  .faq .faq__right {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 100%;
  }
}
.faq .faq__left {
  max-width: 420px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1020px) {
  .faq .faq__left {
    max-width: 100%;
  }
}
.faq .faq__left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1020px) {
  .faq .faq__left::before {
    left: 0;
  }
}
.faq .faq__left p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
}
.faq__wrap {
  width: 100%;
  padding: 80px 0 60px;
  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;
  gap: 100px;
}
@media (max-width: 1300px) {
  .faq__wrap {
    gap: 50px;
  }
}
@media (max-width: 1020px) {
  .faq__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .faq__wrap {
    padding: 30px 0;
  }
}
.faq__wrap h2 {
  margin-bottom: 12px;
}
.faq__item {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 30px;
}
@media (max-width: 1020px) {
  .faq__item {
    max-width: 100%;
    width: 100%;
  }
}
.faq__item.open .faq__item-content {
  display: block;
}
.faq__item.open .plus::before {
  opacity: 0;
}
.faq__item-top {
  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;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  letter-spacing: 0.8px;
  cursor: pointer;
}
@media (max-width: 1020px) {
  .faq__item-top {
    font-size: 16px;
  }
}
.faq__item-top .plus {
  margin-left: 20px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
.faq__item-top .plus::before, .faq__item-top .plus::after {
  content: "";
  display: block;
  position: absolute;
  background: #212D3C;
  width: 18px;
  height: 2px;
}
.faq__item-top .plus::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq__item-content {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px 0;
  border-bottom: 1px solid #212D3C;
  display: none;
}

.areas {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.areas__wrap {
  width: 100%;
  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;
  padding: 60px 0;
  gap: 40px;
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  display: block;
}
@media (max-width: 1020px) {
  .areas__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 800px) {
  .areas__wrap {
    padding: 30px 0;
  }
}
.areas__text {
  width: 100%;
  max-width: 573px;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .areas__text {
    width: 100%;
    max-width: 100%;
  }
}
.areas__text::before {
  /* content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 830px;
  height: 390px;
  -webkit-transform: translate(-60%, -60%);
          transform: translate(-60%, -60%);
  border-radius: 830px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1; */
}
@media (max-width: 1020px) {
  .areas__text::before {
    display: none;
  }
}
.areas__text h2 {
  margin-bottom: 16px;
}
.areas__text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .areas__text p {
    font-size: 14px;
  }
}
.areas__map {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: center;
  position: relative;
}
@media (max-width: 1020px) {
  .areas__map {
    width: calc(100% + 50px);
  }
}

/* .areas__map::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background: linear-gradient(90deg, #FFF 6.89%, rgba(217, 217, 217, 0.00) 42.94%);
  z-index: 2;
} */

.areas__map img {
    width: 160%;
    min-width: 160%;  
}
@media (max-width: 1300px) {
  .areas__map img {
    width: 120%;
    min-width: 120%;
  }
}
@media (max-width: 1020px) {
  .areas__map img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .areas__map img {
    width: 150%;
    min-width: 150%;
  }
}
.areas__map::before {
  content: "";
  width: 80%;
  height: 105%;
  border-radius: 100%;
  border: 1px solid #2864D4;
  display: block;
  position: absolute;
  left: 10%;
}
@media (max-width: 1300px) {
  /* .areas__map::before {
    height: 120%;
    width: 150%;
  } */
}
@media (max-width: 1020px) {
  .areas__map::before {
    display: none;
  }
}

.footer {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.35%, rgba(40, 100, 212, 0)), color-stop(27.23%, rgba(54, 123, 220, 0.1)), color-stop(97.73%, rgba(111, 217, 252, 0.25)));
  background: linear-gradient(180deg, rgba(40, 100, 212, 0) 0.35%, rgba(54, 123, 220, 0.1) 27.23%, rgba(111, 217, 252, 0.25) 97.73%);
  pointer-events: none;
}
@media (max-width: 800px) {
  .footer::before {
    height: 1200px;
  }
}
.footer__wrap {
  width: 100%;
  padding: 100px 0 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 800px) {
  .footer__wrap {
    padding: 20px 0;
  }
}
.footer__top {
  width: 100%;
  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;
  margin-bottom: 42px;
  gap: 40px;
}
@media (max-width: 1020px) {
  .footer__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .footer__top {
    -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;
  }
}
.footer__logo {
  display: block;
}
.footer__logos {
  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: 40px;
}
@media (max-width: 1230px) {
  .footer__logos {
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .footer__logos {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  .footer__logos {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
  }
}
@media (max-width: 1230px) {
  .footer__logos img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.footer__logos img:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 0 auto;
}
.footer__info .label {
  color: #CB1E2D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 0.72px;
  text-align: center;
  margin-bottom: 12px;
}
@media (max-width: 1230px) {
  .footer__info .label {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .footer__info .label {
    text-align: center;
  }
}
.footer__info .list {
  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;
}
@media (max-width: 1230px) {
  .footer__info .list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 1020px) {
  .footer__info .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.footer__info .list a {
  color: #414042;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.56px;
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1230px) {
  .footer__info .list a {
    margin-left: 0;
  }
}
@media (max-width: 1020px) {
  .footer__info .list a {
    margin-left: 8px;
  }
}
@media (max-width: 375px) {
  .footer__info .list a {
    font-size: 12px;
  }
}
.footer__info .list a::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 6px;
  height: 6px;
  background: #CB1E2D;
  border-radius: 50%;
}
.footer__info .list a:first-child {
  margin-left: 0;
}
.footer__info .list a:first-child::before {
  display: none;
}
@media (max-width: 1230px) {
  .footer__info .list a:first-child::before {
    display: block;
  }
}
@media (max-width: 1020px) {
  .footer__info .list a:first-child::before {
    display: none;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1020px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .footer__bottom-item {
    width: 100%;
  }
}
.footer__bottom-item_contacts {
  max-width: 230px;
}
@media (max-width: 1020px) {
  .footer__bottom-item_contacts {
    max-width: 100%;
  }
}
.footer__bottom-label {
  color: #0C294E;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  letter-spacing: 0.8px;
  margin-bottom: 35px;
}
@media (max-width: 800px) {
  .footer__bottom-label {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-bottom: 3px;
    border-bottom: 2px solid #212D3C;
  }
}
@media (max-width: 600px) {
  .footer__bottom-label {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.footer__bottom-list {
  color: #212D3C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.56px;
  list-style-type: none;
  display: grid;
  gap: 12px;
}
@media (max-width: 1020px) {
  .footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}
@media (max-width: 600px) {
  .footer__bottom-list {
    font-size: 13px;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.footer__bottom-list_grid {
  display: grid;
  grid-template-columns: minmax(200px, 220px) minmax(200px, 220px);
  gap: 12px 30px;
}
@media (max-width: 1020px) {
  .footer__bottom-list_grid {
    grid-template-columns: auto auto auto auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 800px) {
  .footer__bottom-list_grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
  }
}
@media (max-width: 375px) {
  .footer__bottom-list_grid {
    grid-template-columns: 1fr;
  }
}
.footer .hr {
  width: 1px;
  height: 120px;
  background: #6B7788;
  margin-top: 60px;
}
@media (max-width: 1020px) {
  .footer .hr {
    display: none;
  }
}
.footer__bottom-link {
  color: #212D3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  display: block;
}
.footer__bottom-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  margin-top: 12px;
}

.footer__bottom-social img {
  width: 30px;
}

.services__item-popup, .about-popup {
  max-width: 1168px;
  padding: 60px 120px;
}
@media (max-width: 1020px) {
  .services__item-popup, .about-popup {
    padding: 60px 40px;
    max-width: 880px;
  }
}
@media (max-width: 600px) {
  .services__item-popup, .about-popup {
    padding: 40px 10px 40px;
  }
}

.about-popup .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.about-popup p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-popup .title {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 2.24px;
  margin-bottom: 60px;
}
@media (max-width: 1020px) {
  .about-popup .title {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .about-popup .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.about-popup-wrap {
  width: 100%;
  position: relative;
  z-index: 4;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  color: #2864D4;
  right: 20px;
  top: 20px;
}
@media (max-width: 600px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 0;
    right: 0;
  }
}

.services__item-popup-wrap {
  width: 100%;
}
.services__item-popup-wrap .title {
  color: #000;
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  /* 53.76px */
  letter-spacing: 2.24px;
  margin-bottom: 60px;
}
@media (max-width: 1020px) {
  .services__item-popup-wrap .title {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .services__item-popup-wrap .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.services__item-popup-wrap p,
.services__item-popup-wrap ul,
.services__item-popup-wrap ol {
  color: #212D3C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .services__item-popup-wrap p,
  .services__item-popup-wrap ul,
  .services__item-popup-wrap ol {
    font-size: 13px;
  }
}
.services__item-popup-wrap ul {
  list-style-type: none;
}
.services__item-popup-wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.services__item-popup-wrap ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #2864D4;
}
.services__item-popup-wrap h4 {
  color: #212D3C;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 40px 0 20px;
}
@media (max-width: 600px) {
  .services__item-popup-wrap h4 {
    font-size: 22px;
  }
}
.services__item-popup-wrap h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 10px 0;
}
@media (max-width: 600px) {
  .services__item-popup-wrap h5 {
    font-size: 16px;
  }
}

.blog-section {
  width: 100%;
}
.blog-section img {
  max-width: 100%;
}
.blog-section__wrap {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 760px) {
  .blog-section__wrap {
    padding-top: 20px;
  }
}
.blog-section__wrap .bg {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-section__wrap h1 {
  font-size: 68px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 2.72px;
  max-width: 825px;
  position: relative;
}
.blog-section__wrap h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
}
@media (max-width: 600px) {
  .blog-section__wrap h1::before {
    width: 600px;
  }
}
@media (max-width: 1300px) {
  .blog-section__wrap h1 {
    font-size: 50px;
  }
}
@media (max-width: 1020px) {
  .blog-section__wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .blog-section__wrap h1 {
    font-size: 32px;
  }
}
@media (max-width: 340px) {
  .blog-section__wrap h1 {
    font-size: 30px;
  }
}
.blog-section__wrap > p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  margin-bottom: 60px;
  max-width: 444px;
}
@media (max-width: 650px) {
  .blog-section__wrap > p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.blog-section__grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px 20px;
}
@media (max-width: 1020px) {
  .blog-section__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .blog-section__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .blog-section__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1020px) {
  .blog-section__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 760px) {
  .blog-section__item {
    display: block;
  }
}
.blog-section__item .blog-section__item-block {
  width: 100%;
}
.blog-section__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .blog-section__item p {
    font-size: 13px;
  }
}
.blog-section__item-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 12px;
  vertical-align: bottom;
}
@media (max-width: 1020px) {
  .blog-section__item-image {
    height: 270px;
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .blog-section__item-image {
    height: 200px;
    margin-bottom: 12px;
  }
}
.blog-section__item-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 6px;
}
@media (max-width: 650px) {
  .blog-section__item-title {
    font-size: 16px;
  }
}
.blog-section__item-date {
  color: #7BAFFC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .blog-section__item-date {
    margin-bottom: 5px;
  }
}

.blog-article {
  width: 100%;
}
.blog-article__wrap {
  width: 100%;
  position: relative;
  padding: 60px 0 0;
}
@media (max-width: 760px) {
  .blog-article__wrap {
    padding-top: 20px;
  }
}
.blog-article__wrap .bg {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-article__wrap h1 {
  font-size: 68px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: 2.72px;
  position: relative;
  margin-bottom: 60px;
  max-width: 1033px;
}
.blog-article__wrap h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1021px;
  height: 490px;
  -webkit-transform: translate(-80%, -50%);
          transform: translate(-80%, -50%);
  border-radius: 1021px;
  opacity: 0.9;
  background: radial-gradient(42.93% 42.92% at 51.46% 51.55%, rgba(4, 125, 212, 0.28) 0%, rgba(111, 217, 252, 0) 100%);
  z-index: -1;
}
@media (max-width: 600px) {
  .blog-article__wrap h1::before {
    width: 600px;
  }
}
@media (max-width: 1300px) {
  .blog-article__wrap h1 {
    font-size: 50px;
  }
}
@media (max-width: 1020px) {
  .blog-article__wrap h1 {
    font-size: 40px;
  }
}
@media (max-width: 550px) {
  .blog-article__wrap h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 340px) {
  .blog-article__wrap h1 {
    font-size: 30px;
  }
}
.blog-article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 1020px) {
  .blog-article__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-article__content {
  width: calc(100% - 265px - 75px);
}
@media (max-width: 1020px) {
  .blog-article__content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.blog-article__content img {
  max-width: 100%;
}
.blog-article__content h2 {
  color: #000;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  letter-spacing: 2.24px;
  margin: 40px 0;
}
@media (max-width: 1200px) {
  .blog-article__content h2 {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .blog-article__content h2 {
    font-size: 28px;
    margin: 30px 0 20px;
  }
}
.blog-article__content h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 96%;
  margin: 20px 0;
}
@media (max-width: 1200px) {
  .blog-article__content h3 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .blog-article__content h3 {
    font-size: 24px;
  }
}
.blog-article__content h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 12px 0;
}
@media (max-width: 1200px) {
  .blog-article__content h4 {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .blog-article__content h4 {
    font-size: 20px;
  }
}
.blog-article__content p {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .blog-article__content p {
    font-size: 13px;
  }
}
.blog-article__content ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style-type: none;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  margin: 10px 0 30px;
}
@media (max-width: 600px) {
  .blog-article__content ul {
    font-size: 13px;
  }
}
.blog-article__content ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.blog-article__content ul li::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  position: absolute;
  right: calc(100% + 10px);
  background-color: #2864D4;
}
@media (max-width: 1020px) {
  .blog-article__content ul li::before {
    background: #212D3C;
  }
}
.blog-article__content .circle {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%;
  letter-spacing: 0.8px;
  padding: 50px 70px;
  position: relative;
  margin: 80px 0;
}
@media (max-width: 600px) {
  .blog-article__content .circle {
    font-size: 13px;
    margin: 40px 0;
    line-height: 100%;
    padding: 30px 40px;
  }
}
.blog-article__content .circle::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-0.635deg);
          transform: translate(-50%, -50%) rotate(-0.635deg);
  border-radius: 100%;
  border: 1px solid #2864D4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.blog-article__content .circle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0.635deg);
          transform: translate(-50%, -50%) rotate(0.635deg);
  border-radius: 100%;
  border: 1px solid #2864D4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.blog-article__content .square {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 30px 40px;
  border: 1px solid #2864D4;
  margin: 40px 0;
}
@media (max-width: 600px) {
  .blog-article__content .square {
    padding: 30px;
    font-size: 13px;
  }
}
.blog-article__image {
  position: relative;
  margin-bottom: 40px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.blog-article__image .mark {
  position: absolute;
}
@media (max-width: 600px) {
  .blog-article__image .mark {
    width: 30px;
  }
}
.blog-article__image .mark_1 {
  right: -30px;
  top: -8px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media (max-width: 600px) {
  .blog-article__image .mark_1 {
    right: -10px;
    top: 0px;
  }
}
.blog-article__image .mark_2 {
  left: -20px;
  bottom: -8px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 600px) {
  .blog-article__image .mark_2 {
    left: -10px;
    bottom: 0;
  }
}
.blog-article__sidebar {
  width: 265px;
  position: sticky;
  top: 40px;
}
@media (max-width: 1020px) {
  .blog-article__sidebar {
    position: static;
    width: 100%;
  }
}
.blog-article__sidebar .label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 102%;
  margin-bottom: 40px;
}
.blog-article__sidebar-item {
  width: 100%;
  margin-bottom: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #212D3C;
}
.blog-article__sidebar-item .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  margin-bottom: 20px;
}

.wpcf7 form.sent {
  background: #fff;
}





