@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syncopate:wght@400;700&family=Syne:wght@400..800&display=swap");
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ol,
ul {
  list-style: none;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span {
  overflow-wrap: break-word;
}

* {
  font-family: "Syne";
}

.container {
  max-width: 1613px;
  margin: 0 auto;
  padding: 0 47px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 18px;
  }
}

.title {
  font-size: 96px;
  color: white;
  font-family: "Syncopate";
  text-transform: uppercase;
}
.title span {
  color: #1FA4E5;
}
@media (max-width: 1024px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.first {
  background-size: cover;
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .first {
    padding: 90px 0 107px 0;
  }
}
@media (max-width: 768px) {
  .first {
    display: none;
  }
}

.blog {
  padding: 64px 0 60px 0;
}
@media (max-width: 1024px) {
  .blog {
    padding: 22px 0 40px 0;
  }
}
@media (max-width: 768px) {
  .blog {
    padding: 15px 0 30px 0;
  }
}
.blog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 1300px) {
  .blog__items {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog__items {
    gap: 14px;
    margin-bottom: 20px;
  }
}
.blog__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog .item {
  padding: 35px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .blog .item {
    padding: 12px;
  }
}
.blog .item__img {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .blog .item__img {
    margin-bottom: 11px;
  }
}
.blog .item__img img {
  width: 100%;
  height: 381px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
@media (max-width: 1300px) {
  .blog .item__img img {
    height: 233px;
  }
}
@media (max-width: 768px) {
  .blog .item__img img {
    height: 139px;
  }
}
.blog .item__title {
  margin-bottom: 18px;
  font-size: 40px;
  color: #0B4E98;
  font-family: "Syncopate";
}
@media (max-width: 768px) {
  .blog .item__title {
    margin-bottom: 11px;
    font-size: 20px;
  }
}
.blog .item__text {
  margin-bottom: 18px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .blog .item__text {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
.blog .item__read {
  font-size: 14px;
  color: #A7A6A6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.btn {
  font-size: 17px;
  color: white;
  padding: 15px 40px;
  background-color: #1FA4E5;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  border: 1px solid #1FA4E5;
  display: inline-block;
  font-weight: 700;
}
.btn:hover {
  color: white;
  border-color: white;
  background-color: transparent;
}
.btn.black:hover {
  color: black;
  border-color: black;
  background-color: transparent;
}
@media (max-width: 768px) {
  .btn {
    padding: 9px 15px;
    font-size: 12px;
  }
}

.btn-2 {
  font-size: 17px;
  color: white;
  font-weight: 700;
  padding: 15px 48px;
  border-radius: 50px;
  border: 1px solid white;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 768px) {
  .btn-2 {
    padding: 9px 18px;
  }
}
.btn-2:hover {
  background-color: #1FA4E5;
  border-color: #1FA4E5;
}

.stay {
  background-size: cover;
  padding: 89px 0;
}
@media (max-width: 768px) {
  .stay {
    padding: 69px 0;
  }
}
.stay__title {
  text-align: center;
  font-size: 48px;
  font-family: "Syncopate";
  color: white;
}
@media (max-width: 768px) {
  .stay__title {
    font-size: 24px;
  }
}

.form {
  padding: 60px 0 100px 0;
}
@media (max-width: 1300px) {
  .form {
    padding: 30px 0;
  }
}
.form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  padding: 33px 49px 34px 95px;
  border-radius: 0 0 50px 50px;
  -webkit-box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
          box-shadow: 0px 141px 200px -80px rgba(25, 58, 75, 0.3);
  position: relative;
}
@media (max-width: 1300px) {
  .form__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
.form__body::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-color: #0B2A58;
  border-radius: 0 50px 50px 0;
}
.form__left {
  width: 40%;
  padding: 70px 0 60px 0;
  position: relative;
  z-index: 1;
  background-color: white;
}
@media (max-width: 1300px) {
  .form__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    padding: 49px 63px;
    border-radius: 50px;
    width: 95%;
    margin: 0 auto;
    margin-top: -100px;
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .form__left {
    margin-bottom: 50px;
    padding: 33px 25px;
  }
}
.form__right {
  width: 60%;
  position: relative;
  z-index: 1;
  height: 845px;
}
@media (max-width: 1300px) {
  .form__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 885px;
    padding: 35px 56px 0 0;
  }
}
@media (max-width: 768px) {
  .form__right {
    height: 483px;
    padding: 50px 0 0 0;
  }
}
.form__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.form__title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 38px;
  font-family: "Syncopate";
}
@media (max-width: 1300px) {
  .form__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .form__title {
    font-size: 24px;
  }
}
.form .input {
  margin-bottom: 5px;
}
.form .input input {
  width: 100%;
  border-bottom: 1px solid #737B7D;
  font-size: 16px;
  padding: 12px 16px;
}
.form .input input::-webkit-input-placeholder {
  color: #737B7D;
}
.form .input input::-moz-placeholder {
  color: #737B7D;
}
.form .input input:-ms-input-placeholder {
  color: #737B7D;
}
.form .input input::-ms-input-placeholder {
  color: #737B7D;
}
.form .input input::placeholder {
  color: #737B7D;
}
.form .input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.form .file {
  margin: 20px 0 30px 0;
}
.form .file__upload {
  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: 10px;
  padding: 40px 0;
  border: 1px dashed #737B7D;
  cursor: pointer;
  font-size: 14px;
  color: #8E8E8E;
}
.form .file__text {
  font-size: 13px;
  color: #8E8E8E;
  margin-top: 7px;
}
.form .file input {
  display: none;
}
.form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .checkbox label {
  font-size: 14px;
  color: #383C3E;
}
.form button {
  margin-top: 20px;
  width: 100%;
  padding: 16px 0;
  font-size: 14px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #0B2A58;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.form button:hover {
  scale: 1.05;
}
@media (max-width: 1300px) {
  .form button {
    border-radius: 50px;
  }
}
.form form.loading button {
  pointer-events: none;
}

.w-70 {
  width: 70%;
}

.w-30 {
  width: 30%;
}

body {
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.header__top {
  background-color: #0B2A58;
  padding: 20px 0;
}
.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__top span {
  font-size: 16px;
  color: #1FA4E5;
}
.header__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.header__bottom {
  background-color: #01122A;
  padding: 25px 0;
}
@media (max-width: 768px) {
  .header__bottom {
    padding: 14px 0;
  }
}
.header__bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
@media (max-width: 1500px) {
  .header__bottom .container {
    gap: 12px;
  }
}
@media (max-width: 1500px) {
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 100px;
  }
}
.header__burger {
  display: none;
  width: 49px;
  height: 37px;
  border: 1px solid #1FA4E5;
  border-radius: 10px;
  padding: 5px 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .header__burger {
    width: 37px;
    height: 30px;
  }
}
.header__burger span {
  height: 6px;
  width: 100%;
  border-radius: 20px;
  background-color: #1FA4E5;
}
.header.open .header__burger span:nth-child(2) {
  display: none;
}
.header.open .header__burger span:nth-child(3) {
  display: none;
}
.header.open .header__burger span:first-child {
  position: relative;
  rotate: 45deg;
  top: 10px;
}
@media (max-width: 768px) {
  .header.open .header__burger span:first-child {
    top: 7px;
  }
}
.header.open .header__burger span:last-child {
  position: relative;
  rotate: -45deg;
  bottom: 9px;
}
@media (max-width: 768px) {
  .header.open .header__burger span:last-child {
    bottom: 5px;
  }
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1500px) {
  .header__menu {
    display: none;
  }
}
.header__menu > ul {
  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: 10px;
}
.header__menu > ul > li {
  position: relative;
  padding: 5px 0;
}
.header__menu > ul > li > a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.header__menu > ul > li > a:hover {
  color: #1FA4E5;
}
.header__menu > ul > li.current-menu-item > a, .header__menu > ul > li.current-menu-parent > a {
  color: #1FA4E5;
}
.header__menu > ul > li > ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #0B2A58;
  width: 236px;
  border-radius: 20px;
}
.header__menu > ul > li > ul > li {
  padding: 12px 16px;
  position: relative;
}
.header__menu > ul > li > ul > li:first-child {
  border-radius: 20px 20px 0 0;
}
.header__menu > ul > li > ul > li:last-child {
  border-radius: 0 0 20px 20px;
}
.header__menu > ul > li > ul > li > a {
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.header__menu > ul > li > ul > li.current-menu-item, .header__menu > ul > li > ul > li.current-menu-parent {
  background-color: #1FA4E5;
}
.header__menu > ul > li > ul > li > ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #0B2A58;
  width: 236px;
  border-radius: 20px;
  overflow: hidden;
}
.header__menu > ul > li > ul > li > ul > li {
  padding: 12px 16px;
}
.header__menu > ul > li > ul > li > ul > li:first-child {
  border-radius: 20px 20px 0 0;
}
.header__menu > ul > li > ul > li > ul > li:last-child {
  border-radius: 0 0 20px 20px;
}
.header__menu > ul > li > ul > li > ul > li:hover {
  background-color: #1FA4E5;
}
.header__menu > ul > li > ul > li > ul > li.current-menu-item {
  background-color: #1FA4E5;
}
.header__menu > ul > li > ul > li > ul > li > a {
  font-size: 15px;
  color: white;
  text-decoration: none;
}
.header__menu > ul > li > ul > li:hover {
  background-color: #1FA4E5;
}
.header__menu > ul > li > ul > li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu > ul > li:hover > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1500px) {
  .header.open .header__menu {
    padding: 10px 0;
    border-top: 1px solid #0B2A58;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #01122A;
    width: 100%;
    overflow: auto;
    max-height: calc(100vh - 175px);
  }
  .header.open .header__menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header.open .header__menu > ul > li {
    width: 100%;
    text-align: center;
  }
  .header.open .header__menu > ul > li > ul {
    position: static;
    margin: 10px auto 0 auto;
  }
  .header.open .header__menu > ul > li > ul > li:has(ul):hover {
    padding-bottom: 0;
  }
  .header.open .header__menu > ul > li > ul > li > ul {
    position: static;
    margin: 10px auto 0 auto;
    margin-left: -16px;
    border-radius: 0px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  .header.open .header__menu > ul > li > ul > li > ul > li {
    border-radius: 0px;
  }
}
@media (max-width: 768px) {
  .header.open .header__menu {
    max-height: calc(100vh - 134px);
  }
}

.wrapper {
  margin-top: 165px;
}
@media (max-width: 768px) {
  .wrapper {
    margin-top: 124px;
  }
}

body.lock {
  overflow: hidden;
}

.footer {
  padding: 40px 0 30px 0;
  background-color: #0B2A58;
}
.footer__top {
  margin-bottom: 40px;
}
@media (max-width: 1500px) {
  .footer__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .footer__logo img {
    max-width: 100px;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 47px;
  margin-bottom: 70px;
}
@media (max-width: 1500px) {
  .footer__main {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
    gap: 24px;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 17px;
}
@media (max-width: 1500px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1500px) {
  .footer__title {
    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: 20px;
  }
}
.footer__title span {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-family: "Syncopate";
  font-weight: 700;
}
.footer__menu {
  margin-top: 13px;
}
@media (max-width: 1500px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu a {
  font-size: 12px;
  color: white;
  text-decoration: none;
}
.footer__col {
  position: relative;
  width: 16.6666666667%;
}
@media (max-width: 1500px) {
  .footer__col {
    width: auto;
    max-width: 300px;
  }
}
.footer__col::after {
  content: "";
  width: 6px;
  height: 110%;
  background-color: white;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .footer__col::after {
    display: none;
  }
}
.footer__contacts {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .footer__contacts {
    margin-bottom: 13px;
  }
}
.footer__contacts > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__contacts > div a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: white;
}
.footer__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.footer__contact {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-family: "Syncopate";
  font-weight: 700;
  margin-bottom: 13px;
}
.footer__privacy {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer__privacy {
    margin-bottom: 14px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__ever {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3px;
}
.footer__ever a {
  font-size: 11px;
  color: #87CEEB;
}
.footer__plus {
  display: none;
  cursor: pointer;
}
@media (max-width: 1500px) {
  .footer__plus {
    display: block;
  }
}
.footer__plus span {
  width: 14px;
  height: 2px;
  background-color: white;
  display: block;
  border-radius: 50px;
}
.footer__plus span:last-child {
  rotate: 90deg;
  position: relative;
  bottom: 2px;
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.footer__col.open .footer__plus span:first-child {
  display: none;
}
.footer__col.open .footer__plus span:last-child {
  rotate: 180deg;
}

.section {
  padding: 88px 0;
}
@media (max-width: 1024px) {
  .section {
    padding: 60px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.section__title {
  font-size: 64px;
  color: #11284D;
  font-family: "Syncopate";
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .section__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .section__title {
    font-size: 32px;
  }
}
.section__text h2 {
  font-size: 40px;
  color: #11284D;
  font-family: "Syncopate";
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .section__text h2 {
    font-size: 24px;
  }
}
.section__text p {
  color: #11284D;
  font-size: 16px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .section__text p {
    font-size: 14px;
  }
}
.section__text ul {
  list-style: square;
  padding-left: 30px;
}
.section__text ul li {
  color: #11284D;
  font-size: 16px;
}
@media (max-width: 768px) {
  .section__text ul li {
    font-size: 14px;
  }
}

.nf {
  padding: 50% 0 30% 0;
  background-size: cover;
  background-position: center;
}
.nf__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nf__btn {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Syncopate";
  color: white;
  padding: 11px 27px;
  border-radius: 14px;
  background-color: #235789;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .nf__btn {
    font-size: 14px;
    padding: 9px 20px;
  }
}
@media (max-width: 768px) {
  .nf__btn {
    font-size: 10px;
    padding: 6px 20px;
  }
}

.contact {
  background-size: cover;
  background-position: center;
  padding: 209px 0 189px 0;
  position: relative;
}
@media (max-width: 1200px) {
  .contact {
    padding: 94px 0 215px 0;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 103px 0 200px 0;
  }
}
.contact::after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
}
.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .contact__body {
    -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: 26px;
  }
}
.contact__title {
  font-size: 96px;
  font-family: "Syncopate";
  color: white;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .contact__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contact__title {
    font-size: 24px;
    margin-bottom: 22px;
  }
}
.contact__text {
  font-size: 20px;
  color: white;
  margin-bottom: 63px;
  max-width: 750px;
}
@media (max-width: 1200px) {
  .contact__text {
    font-size: 16px;
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .contact__text {
    font-size: 15px;
    margin-bottom: 0;
  }
}
.contact__btn {
  font-size: 17px;
  color: white;
  font-weight: 700;
  padding: 15px 48px;
  border-radius: 50px;
  border: 1px solid white;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .contact__btn {
    padding: 9px 18px;
  }
}
@media (max-width: 768px) {
  .contact__btn_1 {
    display: none;
  }
}
.contact__btn_2 {
  display: none;
}
@media (max-width: 768px) {
  .contact__btn_2 {
    display: inline-block;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 23px;
  }
}
.contact__left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contact__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contact__right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__right > div img {
  width: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .contact__right > div img {
    width: 30px;
  }
}
.contact__right > div a {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  color: white;
}
@media (max-width: 1200px) {
  .contact__right > div a {
    font-size: 18px;
  }
}
.contact__right > div a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.map {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .map {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .map {
    padding: 30px 0;
  }
}
.map__title {
  font-size: 48px;
  color: #0B4E98;
  font-weight: 700;
  font-family: "Syncopate";
  margin-bottom: 38px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .map__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .map__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.map__img {
  width: 100%;
}

.reviews {
  padding-bottom: 50px;
}
.reviews__body {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.reviews__body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 40%;
  background-color: #D7EFFB;
  border-radius: 20px;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  margin-left: calc(-50vw + 50%);
}
.reviews__title {
  margin-bottom: 45px;
  font-size: 48px;
  color: #235789;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Syncopate";
  text-align: center;
}
@media (max-width: 1024px) {
  .reviews__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .reviews__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.reviews__slider {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .reviews__slider {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .reviews__slider {
    margin-bottom: 15px;
  }
}
.reviews__nav {
  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;
  gap: 19px;
}
@media (max-width: 768px) {
  .reviews__nav {
    gap: 11px;
  }
}
.reviews__nav .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #0273B5;
  opacity: 1;
  -webkit-transition: 0.1s scale linear;
  transition: 0.1s scale linear;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.438);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.438);
}
@media (max-width: 768px) {
  .reviews__nav .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.reviews__nav .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  scale: 1.3;
}
.reviews__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .reviews__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}

.review {
  background-color: #F9F3F3;
  border-radius: 8px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
.review:hover {
  scale: 1.03;
}
.review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
  padding: 20px 18px 0 20px;
}
.review__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.review__stars img {
  width: 12px;
  height: 12px;
}
.review__mark {
  font-size: 10px;
  font-weight: 600;
}
.review__text {
  font-size: 12px;
  color: #1E1E1E;
  padding: 0 18px 10px 18px;
  position: relative;
}
.review__text .arc {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #002049;
}
.review__text .arc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #F9F3F3;
  border-radius: 0 0 30px 0;
}
.review__text .text {
  position: relative;
}
.review__bottom {
  background-color: #002049;
  border-radius: 35px 0px 7px 7px;
}
.review__bwrapper {
  padding: 30px 35px 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
}
.review__img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.review__name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  color: white;
}

.hf {
  background-size: cover;
  background-position: center;
  padding: 266px 0 244px 0;
}
@media (max-width: 1024px) {
  .hf {
    padding: 40px 0 195px 0;
  }
}
@media (max-width: 768px) {
  .hf {
    padding: 61px 0 128px 0;
  }
}
.hf__title {
  font-size: 96px;
  color: white;
  font-family: "Syncopate";
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 1157px;
}
@media (max-width: 1024px) {
  .hf__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .hf__title {
    font-size: 24px;
  }
}
.hf__btn {
  padding: 11px 38px !important;
}
@media (max-width: 1024px) {
  .hf__btn {
    font-size: 15px !important;
  }
}

.advans {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
}
@media (max-width: 1200px) {
  .advans {
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}
@media (max-width: 768px) {
  .advans {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
.advans__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .advans__items {
    border-radius: 40px;
  }
}
@media (max-width: 768px) {
  .advans__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 18px 13px;
  }
}

.advans .item {
  width: 20%;
  text-align: center;
  padding: 35px 50px 50px 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .advans .item {
    padding: 40px 12px 50px 12px;
  }
}
@media (max-width: 768px) {
  .advans .item {
    width: 33.3333333333%;
    padding: 7px;
  }
}
.advans .item::after {
  content: "";
  width: 6px;
  height: 70%;
  background-color: #D7EFFB;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}
.advans .item:last-child::after {
  display: none;
}
@media (max-width: 768px) {
  .advans .item:nth-child(3n)::after {
    display: none;
  }
}
.advans .item__title {
  font-size: 39px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 3px;
  max-width: 150px;
}
@media (max-width: 1200px) {
  .advans .item__title {
    font-size: 24px;
  }
}
.advans .item__subtitle {
  font-size: 16px;
  font-weight: 500;
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .advans .item__subtitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .advans .item__subtitle {
    font-size: 12px;
  }
}

.sol {
  position: relative;
}
@media (max-width: 1200px) {
  .sol {
    margin-top: -35px;
  }
}
.sol__body {
  padding: 55px 0;
}
@media (max-width: 1200px) {
  .sol__body {
    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;
    padding: 0;
  }
}
.sol__left {
  padding: 55px 34px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  max-width: 895px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .sol__left {
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -50px;
    padding: 55px 47px 43px 47px;
  }
}
@media (max-width: 768px) {
  .sol__left {
    padding: 30px 20px;
  }
}
.sol__title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #235789;
  font-family: "Syncopate";
  position: relative;
  display: inline-block;
  margin-bottom: 43px;
}
@media (max-width: 1200px) {
  .sol__title {
    font-size: 32px;
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .sol__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.sol__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 6px;
  width: 100%;
  background-color: #D7EFFB;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .sol__title::before {
    bottom: -10px;
  }
}
.sol__text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .sol__text {
    font-size: 14px;
  }
}
.sol__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 45px 0;
  gap: 15%;
}
@media (max-width: 1200px) {
  .sol__items {
    margin: 24px 0 44px 0;
  }
}
@media (max-width: 768px) {
  .sol__items {
    margin: 15px 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
@media (max-width: 1200px) {
  .sol__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 52px;
  }
}
.sol__right img {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  border-radius: 35px 0 0 35px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .sol__right img {
    position: static;
    height: 310px;
    width: 100%;
    border-radius: 35px;
  }
}
@media (max-width: 768px) {
  .sol__right img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    height: 231px;
  }
}

.sol .item {
  text-align: center;
}
.sol .item__title {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 3px;
}
.sol .item__subtitle {
  font-size: 16px;
  font-weight: 500;
}

.blue-wrapper {
  position: relative;
  padding-bottom: 85px;
}
@media (max-width: 1200px) {
  .blue-wrapper {
    padding-bottom: 68px;
  }
}
@media (max-width: 768px) {
  .blue-wrapper {
    padding-bottom: 0px;
  }
}
.blue-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #D7EFFB;
}
@media (max-width: 768px) {
  .blue-wrapper::before {
    height: 70%;
  }
}

.us {
  padding: 50px 0 70px 0;
}
@media (max-width: 1200px) {
  .us {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .us {
    padding: 30px 0 36px 0;
  }
}
.us__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
}
@media (max-width: 1200px) {
  .us__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .us__body {
    gap: 34px;
  }
}
.us__left {
  width: 45%;
  position: relative;
  margin-left: calc((100% - 100vw) / 2);
}
@media (max-width: 1200px) {
  .us__left {
    width: 100vw;
    height: 554px;
  }
}
@media (max-width: 768px) {
  .us__left {
    height: 278px;
  }
}
.us__left img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0 35px 35px 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .us__left img {
    border-radius: 35px;
  }
}
.us__right {
  width: 55%;
  padding: 78px 0 58px 0;
}
@media (max-width: 1200px) {
  .us__right {
    padding: 0;
    width: 100%;
  }
}
.us__title {
  font-size: 48px;
  font-weight: 700;
  color: #235789;
  font-family: "Syncopate";
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .us__title {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .us__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.us__subtitle {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 56px;
}
@media (max-width: 1200px) {
  .us__subtitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .us__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.us__text {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .us__text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .us__text {
    font-size: 14px;
  }
}
.us__btn {
  padding: 15px 25px;
  font-size: 17px;
}

.our {
  background-size: cover;
  background-position: center;
  padding: 245px 0 145px;
}
@media (max-width: 1200px) {
  .our {
    padding: 56px 0 89px 0;
  }
}
@media (max-width: 768px) {
  .our {
    padding: 20px 0 69px 0;
  }
}
.our__title {
  font-size: 96px;
  color: white;
  font-family: "Syncopate";
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .our__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .our__title {
    font-size: 24px;
  }
}

.services__body {
  position: relative;
  height: 300px;
}
@media (max-width: 1200px) {
  .services__body {
    height: 250px;
  }
}
.services__slider {
  padding: 5px !important;
  margin: 0 63px !important;
  margin-top: -50px !important;
}
@media (max-width: 1200px) {
  .services__slider {
    margin: 0 30px  !important;
    margin-top: -50px  !important;
  }
}
.services__arrows .arrow {
  position: absolute;
  top: 30%;
  cursor: pointer;
}
.services__arrows .arrow.prev {
  left: 0;
}
.services__arrows .arrow.next {
  right: 0;
  rotate: 180deg;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.services .slide {
  padding: 20px 15px 30px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  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;
  gap: 10px;
  text-align: center;
  text-decoration: none;
}
.services .slide:hover {
  background-color: #0B2A58;
}
.services .slide > img {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(66%) saturate(1217%) hue-rotate(186deg) brightness(92%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(66%) saturate(1217%) hue-rotate(186deg) brightness(92%) contrast(101%);
}
.services .slide:hover > img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(1%) hue-rotate(109deg) brightness(111%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(1%) hue-rotate(109deg) brightness(111%) contrast(101%);
}
.services .slide__title {
  color: #002049;
  font-size: 16px;
  font-family: "Syncopate";
  font-weight: 700;
  text-transform: uppercase;
}
.services .slide:hover .slide__title {
  color: white;
}
.services .slide__text {
  font-size: 15px;
  color: white;
  display: none;
}

.faq {
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .faq {
    padding-bottom: 0;
  }
}
.faq__title {
  text-transform: uppercase;
  font-size: 96px;
  color: #0B4E98;
  font-family: "Syncopate";
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .faq__title {
    font-size: 84px;
  }
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 64px;
  }
}
.faq__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .faq__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq__left {
  width: 60%;
  position: relative;
}
@media (max-width: 1200px) {
  .faq__left {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    height: 516px;
  }
}
@media (max-width: 768px) {
  .faq__left {
    height: 261px;
  }
}
.faq__left img {
  width: 100%;
  height: 100%;
  border-radius: 35px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.faq__right {
  width: 40%;
  padding: 47px 0;
  margin-left: -50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .faq__right {
    width: 100%;
    margin: -150px 0 0 0;
  }
}
@media (max-width: 768px) {
  .faq__right {
    margin: -100px 0 0 0;
  }
}
.faq__items {
  padding: 24px 28px 24px 24px;
  background-color: #D7EFFB;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .faq__items {
    padding: 24px 10px;
  }
}

.faq .item {
  padding: 10px 17px 10px 19px;
  border-radius: 20px;
}
.faq .item.open {
  background-color: white;
  padding: 17px 17px 17px 19px;
}
.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;
  gap: 10px;
}
.faq .item__title {
  font-size: 16px;
  font-family: "Syncopate";
}
.faq .item.open .item__title {
  font-weight: 700;
}
.faq .item__open {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #0B2A58;
  cursor: pointer;
  position: relative;
}
.faq .item__open span {
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: white;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.faq .item__open span:last-child {
  rotate: 90deg;
  top: calc(50% + 4px);
  left: calc(50% - 6px);
}
.faq .item.open .item__open span:last-child {
  rotate: 180deg;
  top: calc(50% - 2px);
  left: calc(50% - 10px);
}
.faq .item__bottom {
  font-size: 14px;
  margin-top: 9px;
  display: none;
}

.local .container,
.local .local-card .local-list .local-item {
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.local {
  position: relative;
  background-image: url("../img/map.png");
  background-position: center;
  background-size: cover;
}

.local .map {
  position: absolute;
  max-width: 900px;
  top: -95px;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 50px;
  z-index: -1;
}

.local .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.local .section-title {
  text-align: left;
  margin-bottom: 0;
}

.local .card-title {
  max-width: 900px;
  color: var(--blue);
}

.local .section-subtitle {
  text-align: left;
  max-width: 700px;
  font-weight: 500;
  color: #717171;
}

.local .local-card {
  overflow: auto;
  padding-bottom: 20px;
}

.local .local-card::-webkit-scrollbar {
  height: 5px;
}

.local .local-card::-webkit-scrollbar-track {
  background: #fff;
}

.local .local-card::-webkit-scrollbar-thumb {
  background: #5DD7F8;
}

.local .local-card::-webkit-scrollbar-thumb:hover {
  background: #5DD7F8;
}

.local .local-card .local-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 900px;
  padding-bottom: 30px;
  padding-left: 0;
}

.local .local-card .local-list .local-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 64px) / 5);
  padding-left: 16px;
  position: relative;
  vertical-align: top;
}

.local .local-card .local-list .local-item::before {
  content: "";
  width: 2px;
  background-color: #5DD7F8;
  height: 96px;
  left: 0;
  position: absolute;
}

.local .local-card .local-list .local-title-letter {
  margin-bottom: 5px;
  color: #5DD7F8;
  font-size: 24px;
}

.local .local-card .local-list .place {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.section-title {
  color: #272361;
  font-size: 49px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 8px;
  border-bottom: 3px solid #cde3fb;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 41px;
}

.local {
  background-image: none;
}
@media (max-width: 1200px) {
  .local {
    background-image: url(../img/map.jpg);
    background-size: cover;
  }
}
.local__body {
  background-image: url(../img/map.jpg);
  background-size: cover;
  padding: 75px 58px;
}
@media (max-width: 1200px) {
  .local__body {
    background-image: none;
  }
}
@media (max-width: 1200px) {
  .local__body {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .local__body {
    padding: 40px 0;
  }
}
.local__title {
  font-size: 12px;
  color: white;
  font-family: "Syncopate";
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .local__title {
    margin-bottom: 15px;
  }
}
.local__subtitle {
  font-size: 52px;
  color: white;
  font-family: "Syncopate";
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .local__subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.info {
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .info {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .info {
    margin-bottom: 30px;
  }
}
.info__text {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .info__text {
    margin-bottom: 30px;
  }
}
.info__text h2 {
  font-size: 40px;
  color: #11284D;
  font-family: "Syncopate";
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .info__text h2 {
    font-size: 24px;
  }
}
.info__text p {
  color: #11284D;
  font-size: 16px;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .info__text p {
    font-size: 14px;
  }
}
.info__text ul {
  list-style: square;
  padding-left: 30px;
}
.info__text ul li {
  color: #11284D;
  font-size: 16px;
}
@media (max-width: 768px) {
  .info__text ul li {
    font-size: 14px;
  }
}
.info__btns {
  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: 10px;
}
.info__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.info__back img {
  -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(112%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(112%) contrast(103%);
  width: 15px;
}
@media (max-width: 768px) {
  .info__back img {
    width: 12px;
  }
}
.info__back:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(38%) saturate(7469%) hue-rotate(218deg) brightness(100%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(38%) saturate(7469%) hue-rotate(218deg) brightness(100%) contrast(101%);
}

.rec {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .rec {
    padding-bottom: 30px;
  }
}
.rec__title {
  font-size: 48px;
  color: #0B4E98;
  font-weight: 700;
  font-family: "Syncopate";
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .rec__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .rec__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.rec__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .rec__items {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.rec__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rec .item {
  padding: 35px 40px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .rec .item {
    padding: 12px;
  }
}
@media (max-width: 1200px) {
  .rec .item:nth-child(3) {
    display: none;
  }
}
.rec .item__img {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .rec .item__img {
    margin-bottom: 11px;
  }
}
.rec .item__img img {
  width: 100%;
  height: 381px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px;
}
@media (max-width: 1200px) {
  .rec .item__img img {
    height: 233px;
  }
}
@media (max-width: 768px) {
  .rec .item__img img {
    height: 139px;
  }
}
.rec .item__title {
  margin-bottom: 18px;
  font-size: 40px;
  color: #0B4E98;
  font-family: "Syncopate";
}
@media (max-width: 768px) {
  .rec .item__title {
    margin-bottom: 11px;
    font-size: 20px;
  }
}
.rec .item__text {
  margin-bottom: 18px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .rec .item__text {
    margin-bottom: 11px;
    font-size: 12px;
  }
}
.rec .item__read {
  font-size: 14px;
  color: #A7A6A6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.new {
  padding-bottom: 17px;
}
@media (max-width: 1200px) {
  .new {
    padding-bottom: 30px;
  }
}
.new__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .new__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.new__item {
  width: 33.3333333333%;
  position: relative;
  padding: 45px 37px;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .new__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new__item {
    padding: 30px 34px;
    border-radius: 40px;
  }
}
.new__item:nth-child(1) {
  padding: 0;
}
.new__item:nth-child(1) img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .new__item:nth-child(1) img {
    position: static;
    height: 213px;
  }
}
@media (max-width: 768px) {
  .new__item:nth-child(1) img {
    height: 107px;
    border-radius: 30px;
  }
}
.new__item.dark {
  background-color: #0B2A58;
}
@media (max-width: 768px) {
  .new__item.dark {
    padding: 54px 34px;
  }
}
.new__title {
  font-size: 40px;
  font-weight: 700;
  color: #11284D;
  margin-bottom: 42px;
  text-transform: uppercase;
  font-family: "Syncopate";
}
@media (max-width: 768px) {
  .new__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.new__item.dark .new__title {
  color: white;
}
.new__text {
  color: #11284D;
  font-size: 16px;
}
@media (max-width: 768px) {
  .new__text {
    font-size: 14px;
  }
}
.new__text ul {
  list-style: square;
  padding-left: 30px;
}
.new__item.dark .new__text {
  color: white;
}

.into {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .into {
    padding-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .into .container {
    padding: 0;
  }
}
.into__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .into__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.into__item {
  width: 33.3333333333%;
  position: relative;
  padding: 0px 37px;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .into__item {
    width: 100%;
    padding: 30px 45px;
  }
}
@media (max-width: 768px) {
  .into__item {
    padding: 30px 34px;
    border-radius: 40px;
  }
}
@media (max-width: 1200px) {
  .into__item:nth-child(1) {
    padding-top: 0;
  }
}
@media (max-width: 1200px) {
  .into__item:nth-child(3) {
    padding-bottom: 0;
  }
}
.into__item:nth-child(2) {
  padding: 0;
}
.into__item:nth-child(2) img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1200px) {
  .into__item:nth-child(2) img {
    position: static;
    height: 213px;
  }
}
@media (max-width: 768px) {
  .into__item:nth-child(2) img {
    height: 107px;
    border-radius: 30px;
  }
}
.into__item.dark {
  background-color: #0B2A58;
}
@media (max-width: 768px) {
  .into__item.dark {
    padding: 54px 34px;
  }
}
.into__title {
  font-size: 40px;
  font-weight: 700;
  color: #11284D;
  margin-bottom: 42px;
  text-transform: uppercase;
  font-family: "Syncopate";
}
@media (max-width: 768px) {
  .into__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.new__item.dark .into__title {
  color: white;
}
.into__text {
  color: #11284D;
  font-size: 16px;
}
@media (max-width: 768px) {
  .into__text {
    font-size: 14px;
  }
}
.into__text ul {
  list-style: square;
  padding-left: 30px;
}
.new__item.dark .into__text {
  color: white;
}

.back {
  padding: 36px 0 16px;
}
@media (max-width: 1200px) {
  .back {
    padding: 19px 0 25px 0;
  }
}
@media (max-width: 768px) {
  .back {
    padding: 30px 0;
  }
}
@media (max-width: 1200px) {
  .back__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .back__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 23px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.back__back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 15px 22px;
}
.back__back img {
  -webkit-filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(112%) contrast(103%);
          filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(112%) contrast(103%);
  width: 15px;
}
@media (max-width: 768px) {
  .back__back img {
    width: 12px;
  }
}
.back__back:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(38%) saturate(7469%) hue-rotate(218deg) brightness(100%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(38%) saturate(7469%) hue-rotate(218deg) brightness(100%) contrast(101%);
}
.back__img {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 110px;
  position: relative;
  padding: 11px;
  border-radius: 110px;
  border: 1px solid #11284D;
  margin-right: calc((100% - 100vw) / 2);
}
@media (max-width: 768px) {
  .back__img {
    width: 100vw;
    margin-right: 0;
    margin-left: calc((100% - 100vw) / 2);
    height: 95px;
    padding: 7px 11px;
  }
}
@media (max-width: 1200px) {
  .back__img {
    display: block;
  }
}
.back__img img {
  position: absolute;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 110px;
}
@media (max-width: 768px) {
  .back__img img {
    height: calc(100% - 14px);
  }
}

.week {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .week {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .week {
    padding-bottom: 24px;
  }
}
.week__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.week__left {
  width: 40%;
  padding: 50px 0;
}
@media (max-width: 1200px) {
  .week__left {
    width: 100%;
    padding: 0;
  }
}
.week__right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: calc((100% - 100vw) / 2);
}
@media (max-width: 1200px) {
  .week__right {
    display: none;
  }
}
.week__title {
  font-size: 40px;
  color: #0B4E98;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .week__title {
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .week__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.week__text {
  font-size: 16px;
  color: #11284D;
}
.week__img {
  height: 100%;
  position: relative;
  padding: 30px;
  border-radius: 110px;
  border: 1px solid #11284D;
}
.week__img img {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 110px;
}

.sfirst {
  background-size: cover;
  background-position: center;
  padding: 210px 0 200px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .sfirst {
    padding: 96px 0 135px 0;
  }
}
@media (max-width: 768px) {
  .sfirst {
    padding: 46px 0 96px 0;
  }
}
.sfirst__title {
  margin-bottom: 11px;
}
.sfirst__text {
  font-size: 32px;
  color: white;
  margin-bottom: 43px;
  max-width: 715px;
}
@media (max-width: 1200px) {
  .sfirst__text {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .sfirst__text {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.level {
  position: relative;
  padding-bottom: 53px;
}
@media (max-width: 1200px) {
  .level {
    padding-bottom: 42px;
  }
}
@media (max-width: 768px) {
  .level {
    padding-bottom: 39px;
  }
}
.level__title {
  font-size: 40px;
  color: #11284D;
  font-weight: 700;
  font-family: "Syncopate";
  margin-bottom: 37px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .level__title {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .level__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.level__text {
  font-size: 32px;
  color: #11284D;
}
@media (max-width: 1200px) {
  .level__text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .level__text {
    font-size: 18px;
  }
}

.blue-wrapper-2 {
  position: relative;
}
.blue-wrapper-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #D7EFFB;
  border-radius: 0 0 100px 100px;
}
@media (max-width: 768px) {
  .blue-wrapper-2::before {
    height: 80%;
  }
}

.core {
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .core {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .core {
    padding-bottom: 28px;
  }
}
.core__body {
  background-color: white;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .core__body {
    padding: 33px 0;
  }
}
@media (max-width: 768px) {
  .core__body {
    padding: 23px 0;
  }
}
.core__title {
  text-align: center;
  font-size: 40px;
  color: #11284D;
  font-family: "Syncopate";
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .core__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .core__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.core__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .core__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
}
.core__item {
  font-size: 20px;
  font-weight: 700;
  padding: 35px 10%;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .core__item {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .core__item {
    font-style: 14px;
  }
}
.core__item::before {
  content: "";
  width: 6px;
  height: 100%;
  border-radius: 50px;
  background-color: #D7EFFB;
  position: absolute;
  top: 0;
  right: 0;
}
.core__item:last-child::before {
  display: none;
}
@media (max-width: 768px) {
  .core__item:nth-child(2n)::before {
    display: none;
  }
}

.items {
  padding-bottom: 96px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .items {
    padding-bottom: 30px;
  }
}
.items__title {
  font-size: 48px;
  color: #11284D;
  font-family: "Syncopate";
  font-weight: 700;
  text-align: center;
  margin-bottom: 52px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .items__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .items__title {
    font-size: 24px;
  }
}
.items__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 1200px) {
  .items__items {
    gap: 47px;
  }
}
@media (max-width: 768px) {
  .items__items {
    gap: 20px;
  }
}

.items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 57px;
}
@media (max-width: 1200px) {
  .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .items .item {
    gap: 20px;
  }
}
.items .item__left {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .items .item__left {
    width: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    padding: 0;
  }
}
.items .item:nth-child(odd) .item__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.items .item:nth-child(even) .item__left {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.items .item__right {
  width: 100%;
  position: relative;
  padding: 50px;
  border: 1px solid #11284D;
}
@media (max-width: 1200px) {
  .items .item__right {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    height: 655px;
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .items .item__right {
    height: 273px;
    padding: 25px;
  }
}
.items .item__right img {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .items .item__right img {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
  }
}
.items .item:nth-child(odd) .item__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: calc((100% - 100vw) / 2 - 50px);
  border-radius: 110px 0 0 110px;
}
@media (max-width: 768px) {
  .items .item:nth-child(odd) .item__right {
    margin-right: calc((100% - 100vw) / 2 - 25px);
  }
}
.items .item:nth-child(odd) .item__right img {
  border-radius: 110px 0 0 110px;
}
.items .item:nth-child(even) .item__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: calc((100% - 100vw) / 2 - 50px);
  border-radius: 0 110px 110px 0;
}
@media (max-width: 768px) {
  .items .item:nth-child(even) .item__right {
    margin-left: calc((100% - 100vw) / 2 - 25px);
  }
}
.items .item:nth-child(even) .item__right img {
  border-radius: 0 110px 110px 0;
}
.items .item__number {
  font-size: 40px;
  font-weight: 700;
  font-family: "Syncopate";
  padding: 10px 12px 10px 0;
  position: relative;
  line-height: 1;
}
.items .item__number::before {
  content: "";
  width: 6px;
  height: 100%;
  background-color: #D7EFFB;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .items .item__number {
    display: none;
  }
}
.items .item__number_2 {
  display: none;
}
@media (max-width: 768px) {
  .items .item__number_2 {
    display: block;
  }
}
.items .item__top {
  margin-bottom: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media (max-width: 768px) {
  .items .item__top {
    margin-bottom: 25px;
  }
}
.items .item__title {
  font-size: 40px;
  font-family: "Syncopate";
  color: #11284D;
}
@media (max-width: 768px) {
  .items .item__title {
    font-size: 24px;
  }
}
.items .item__text {
  font-size: 32px;
  color: #11284D;
}
@media (max-width: 768px) {
  .items .item__text {
    font-size: 20px;
  }
}

html {
  overflow-x: hidden;
}

.how {
  position: relative;
  padding-top: 95px;
  margin-bottom: 160px;
}
@media (max-width: 1500px) {
  .how {
    padding-top: 73px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .how {
    padding-top: 44px;
    margin-bottom: 23px;
  }
}
.how::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  background-color: #0B2A58;
  border-radius: 90px;
  top: 0;
  left: 0;
}
@media (max-width: 1500px) {
  .how::before {
    height: 80%;
  }
}
@media (max-width: 768px) {
  .how::before {
    height: 85%;
  }
}
.how__title {
  font-size: 40px;
  color: white;
  font-family: "Syncopate";
  text-align: center;
  margin-bottom: 83px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .how__title {
    margin-bottom: 63px;
  }
}
@media (max-width: 768px) {
  .how__title {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
.how__pag {
  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;
  gap: 19px;
}
@media (max-width: 1500px) {
  .how__pag {
    margin-top: 63px;
  }
}
@media (max-width: 768px) {
  .how__pag {
    margin-top: 22px;
    gap: 11px;
  }
}
.how__pag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #1FA4E5;
  border-radius: 50%;
  gap: 21px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
@media (max-width: 768px) {
  .how__pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.how__pag .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .how__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
.how__slider {
  padding: 10px !important;
}
@media (max-width: 1500px) {
  .how__slider {
    padding: 10px 32px !important;
  }
}
@media (max-width: 768px) {
  .how__slider {
    padding: 10px 20px !important;
  }
}

.how .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 70px;
  padding: 60px 27px 90px 27px;
  position: relative;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 768px) {
  .how .item {
    padding: 30px 20px 60px 20px;
  }
}
.how .item:hover {
  scale: 1.03;
}
.how .item:nth-child(1) {
  z-index: 5;
}
.how .item:nth-child(2) {
  z-index: 4;
}
.how .item:nth-child(3) {
  z-index: 3;
}
.how .item:nth-child(4) {
  z-index: 2;
}
.how .item:nth-child(5) {
  z-index: 1;
}
.how .item__arrow {
  position: absolute;
  top: 50%;
  right: -44px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .how .item__arrow {
    display: none;
    width: 31px;
    right: -20px;
  }
}
.how .item:nth-child(5) .item__arrow {
  display: none !important;
}
@media (max-width: 1500px) {
  .how .item.swiper-slide-next .item__arrow {
    display: block;
    right: -32px;
  }
}
@media (max-width: 1500px) {
  .how .item.swiper-slide-prev .item__arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .how .item.swiper-slide-active .item__arrow {
    display: block;
  }
}
.how .item__icon {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .how .item__icon {
    margin-bottom: 35px;
    max-width: 60px;
  }
}
.how .item__title {
  font-size: 20px;
  color: white;
  font-weight: 700;
  font-family: "Syncopate";
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .how .item__title {
    font-size: 16px;
  }
}
.how .item__text {
  font-size: 20px;
  font-family: "Syncopate";
  color: white;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .how .item__text {
    font-size: 16px;
  }
}

.ready {
  padding: 147px 0 157px 0;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .ready {
    padding: 100px 0 75px 0;
  }
}
@media (max-width: 768px) {
  .ready {
    padding: 65px 0;
  }
}
.ready__title {
  font-size: 82px;
  text-transform: uppercase;
  color: white;
  font-family: "Syncopate";
  margin-bottom: 39px;
  max-width: 1160px;
}
@media (max-width: 1200px) {
  .ready__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .ready__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.bg-wrapper {
  background-size: cover;
  background-position: center;
}

.afirst {
  padding: 215px 0 157px 0;
}
@media (max-width: 1200px) {
  .afirst {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .afirst {
    padding: 100px 0 90px 0;
  }
}
.afirst__title {
  font-size: 64px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .afirst__title {
    margin-bottom: 16px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .afirst__title {
    font-size: 24px;
  }
}
.afirst__text {
  font-size: 20px;
  color: white;
  margin-bottom: 43px;
}
@media (max-width: 1200px) {
  .afirst__text {
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .afirst__text {
    margin-bottom: 26px;
    font-size: 15px;
  }
}
.afirst__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .afirst__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.how_about {
  padding: 0 0 46px 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .how_about {
    padding: 0 0 41px 0;
  }
}
@media (max-width: 768px) {
  .how_about {
    padding: 0 0 31px 0;
  }
}
.how_about::before {
  display: none;
}

@media (max-width: 1500px) {
  .how_about .how__pag {
    margin-top: 35px;
  }
}

.we {
  position: relative;
}
.we::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background-color: #D7EFFB;
  top: 0;
  left: 0;
}
.we__body {
  padding: 67px 0 58px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  position: relative;
}
@media (max-width: 1200px) {
  .we__body {
    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;
    padding: 50px 0 30px 0;
    gap: 0;
  }
}
.we__right {
  padding: 55px 34px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
  max-width: 895px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .we__right {
    max-width: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -50px;
    padding: 55px 47px 43px 47px;
  }
}
@media (max-width: 768px) {
  .we__right {
    padding: 30px 20px;
  }
}
.we__title {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  color: #235789;
  font-family: "Syncopate";
  position: relative;
  display: inline-block;
  margin-bottom: 43px;
}
@media (max-width: 1200px) {
  .we__title {
    font-size: 32px;
    margin-bottom: 34px;
  }
}
@media (max-width: 768px) {
  .we__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.we__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 6px;
  width: 100%;
  background-color: #D7EFFB;
  border-radius: 50px;
}
@media (max-width: 1200px) {
  .we__title::before {
    bottom: -10px;
  }
}
.we__text {
  font-size: 16px;
}
@media (max-width: 768px) {
  .we__text {
    font-size: 14px;
  }
}
.we__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 45px 0;
  gap: 15%;
}
@media (max-width: 1200px) {
  .we__items {
    margin: 24px 0 44px 0;
  }
}
@media (max-width: 768px) {
  .we__items {
    margin: 15px 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
.we__left {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1200px) {
  .we__left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 0 52px;
  }
}
.we__left img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 494px;
  width: 100%;
  border-radius: 35px;
}
@media (max-width: 1200px) {
  .we__left img {
    position: static;
    height: 310px;
    width: 100%;
    border-radius: 35px;
  }
}
@media (max-width: 768px) {
  .we__left img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    height: 231px;
  }
}
.we__mtitle {
  text-align: center;
  font-size: 48px;
  color: #0B4E98;
  margin-bottom: 33px;
  font-family: "Syncopate";
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .we__mtitle {
    display: none;
  }
}

.we .item {
  text-align: center;
}
.we .item__title {
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 3px;
}
.we .item__subtitle {
  font-size: 16px;
  font-weight: 500;
}

.frame__title {
  font-size: 48px;
  color: #0B4E98;
  font-family: "Syncopate";
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1200px) {
  .frame__title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .frame__title {
    font-size: 24px;
  }
}
.frame__body {
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
@media (max-width: 1200px) {
  .frame__body {
    padding: 55px 0;
  }
}
@media (max-width: 768px) {
  .frame__body {
    padding: 40px 0;
  }
}
.frame__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .frame__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.frame__plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .frame__plus {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -10px 0;
  }
}
@media (max-width: 1200px) {
  .frame__plus img {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .frame__plus img {
    width: 40px;
  }
}
.frame__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .frame__result {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .frame__result img {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .frame__result img {
    width: 40px;
  }
}

.frame .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 70px;
  padding: 34px 55px 99px 55px;
  width: 457px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 1200px) {
  .frame .item {
    width: 100%;
    padding: 67px 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .frame .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 59px 54px;
  }
}
.frame .item:hover {
  scale: 1.03;
}
.frame .item__top {
  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;
}
@media (max-width: 1200px) {
  .frame .item__top {
    width: 40%;
  }
}
.frame .item__icon {
  width: 195px;
  margin-bottom: 39px;
}
@media (max-width: 1200px) {
  .frame .item__icon {
    width: 107px;
    margin-bottom: 20px;
  }
}
.frame .item__title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
  color: white;
  font-family: "Syncopate";
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .frame .item__title {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.frame .item__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .frame .item__items {
    display: none;
  }
}
.frame .item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.frame .item__item span {
  font-size: 16px;
  color: white;
}

.frame .xsp {
  -webkit-box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
          box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.15), inset 0px 0px 68px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border-radius: 70px;
  padding: 34px 55px 99px 55px;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  width: 457px;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}
@media (max-width: 1200px) {
  .frame .xsp {
    width: 100%;
    padding: 94px 176px;
  }
}
@media (max-width: 768px) {
  .frame .xsp {
    padding: 80px 60px;
    gap: 18px;
  }
}
.frame .xsp:hover {
  scale: 1.03;
}
.frame .xsp__title {
  font-size: 96px;
  color: #F6F6F6;
  font-weight: 700;
  font-family: "Syncopate";
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .frame .xsp__title {
    font-size: 64px;
  }
}
.frame .xsp__subtitle {
  font-size: 36px;
  color: #3DC7F4;
  font-weight: 700;
  font-family: "Syncopate";
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .frame .xsp__subtitle {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .cert {
    padding: 30px 0;
    background-color: #D7EFFB;
  }
}
@media (max-width: 768px) {
  .cert {
    padding: 30px 0 20px 0;
  }
}
.cert__body .container {
  position: relative;
}
.cert__title {
  font-size: 48px;
  color: #0B4E98;
  font-family: "Syncopate";
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .cert__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cert__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.cert__pag {
  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;
  gap: 19px;
  margin-top: 22px;
}
@media (max-width: 1200px) {
  .cert__pag {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cert__pag {
    margin-top: 15px;
    gap: 11px;
  }
}
.cert__pag .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #1FA4E5;
  border-radius: 50%;
  gap: 21px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
@media (max-width: 768px) {
  .cert__pag .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.cert__pag .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .cert__pag .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
}
.cert__slider {
  margin: 0 65px;
}
@media (max-width: 1200px) {
  .cert__slider {
    margin: 0;
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
@media (max-width: 1200px) {
  .cert__arrows {
    display: none;
  }
}
.cert__arrows .arrow {
  width: 58px;
  position: absolute;
  z-index: 1;
  top: 50%;
  cursor: pointer;
}
.cert__arrows .arrow.prev {
  left: 47px;
  rotate: 180deg;
}
.cert__arrows .arrow.next {
  right: 47px;
}
.cert__slide {
  -webkit-transition: 0.3s all linear !important;
  transition: 0.3s all linear !important;
  height: 364px;
}
.cert__slide:not(.swiper-slide-active) {
  scale: 0.7;
}
@media (max-width: 1200px) {
  .cert__slide {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cert__slide {
    height: 130px;
  }
}
.cert__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .cert__slide.swiper-slide-active img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cert__wrapper {
  background-color: #D7EFFB;
  padding-bottom: 45px;
  padding-top: 49px;
}
@media (max-width: 1200px) {
  .cert__wrapper {
    padding: 0;
    background-color: transparent;
  }
}

.partners {
  padding: 42px 0 60px 0;
}
@media (max-width: 1200px) {
  .partners {
    padding: 30px 0 60px 0;
  }
}
@media (max-width: 768px) {
  .partners {
    padding: 30px 0;
  }
}
.partners__title {
  font-size: 48px;
  color: #0B4E98;
  font-family: "Syncopate";
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .partners__title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .partners__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.partners__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.loading {
  position: relative;
}

.loading::before {
  content: "";
  position: absolute;
  z-index: 100000;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, #eeeeee), color-stop(50%, #dddddd), color-stop(60%, #eeeeee));
  background: linear-gradient(to bottom right, #eeeeee 40%, #dddddd 50%, #eeeeee 60%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  -webkit-animation: placeholderShimmer 2s infinite linear;
  animation: placeholderShimmer 2s infinite linear;
  height: 100%;
  width: 100%;
  opacity: 0.6;
}

@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes placeholderShimmer {
  0% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0 0;
  }
}

.reviews__slider {
  padding: 5px !important;
}

.reviews .review {
    transition: 0.3s all linear;
}

.d-none {
  display: none;
}

.blog__btn {
  overflow: hidden;
}

.rec__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .rec__items {
    grid-template-columns: 1fr 1fr;
  }
}

.new__text ul li {
  margin-top: -10px;
}

.into__text ul li {
  margin-top: -10px;
}

.blog__item {
  display: flex;
  flex-direction: column;
}

.blog__item .item__text {
  flex-grow: 1;
}