@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 375px;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: "Rubik", sans-serif;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Rubik", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

body,
html {
  background-color: #e0ecff;
  color: #fff;
}
body.lock,
html.lock {
  overflow: hidden;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.iti__search-input {
  background-color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 0px !important;
}

.iti__divider {
  display: none !important;
}

.mb30 {
  margin-bottom: 30px;
}

.pt {
  padding-top: 100px;
}
@media (max-width: 1200px) {
  .pt {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .pt {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .pt {
    padding-top: 40px;
  }
}

.pb {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .pb {
    padding-bottom: 40px;
  }
}

#content {
  margin-bottom: 40px;
  margin-top: 120px;
}
@media (max-width: 768px) {
  #content {
    margin-top: 100px;
  }
}
#content h1 {
  font-size: 25px;
  color: #000;
  margin-bottom: 20px;
}
#content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}
#content .mb-4 {
  margin-bottom: 10px;
  color: #000;
}
#content p {
  font-size: 16px;
  color: #000;
}

/* Стили для состояния "отмечено" */
.registration-row-right-form-input-checkbox {
  margin-bottom: 20px;
}

.registration-row-right-form-input-checkbox input[type=checkbox]:checked {
  /* стили для выбранного состояния */
  position: relative;
}
.registration-row-right-form-input-checkbox input[type=checkbox]:checked:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #000;
}

/* Стили для состояния "отключено" */
.registration-row-right-form-input-checkbox input[type=checkbox]:disabled {
  /* стили для отключённого состояния */
}

.registration-row-right-form-input-checkbox input[type=checkbox].error {
  border-color: red;
}

.registration-row-right-form-input-checkbox label.error {
  font-size: 12px;
  color: red;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 5px;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.registration-row-right-form-input-checkbox span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 30px);
          flex: 0 1 calc(100% - 30px);
}

.registration-row-right-form-input-checkbox label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* базовые стили для кастомного оформления */
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
}

.registration-row-right-form-input-checkbox__label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
}

#cookie_notification1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#cookie_notification1.none {
  pointer-events: none;
  opacity: 0;
}

.cookie_notification1__body {
  padding: 32px 0;
  background-color: #000;
}

.cookie_notification1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie_notification1-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie_notification1-row-left__img {
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  border-radius: 10px;
  background-color: #3d6c7c;
  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;
  margin-right: 12px;
}

.cookie_notification1-row-left__text {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.cookie_notification1-row-right__btn {
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #3d6c7c;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 32px;
  cursor: pointer;
}

.cookie_notification1-row-right .cookie_notification1-row-left__img {
  display: none;
}

@media (max-width: 768px) {
  .cookie_notification1__body {
    padding: 20px 0;
  }
  .cookie_notification1-row-left__img {
    display: none;
  }
  .cookie_notification1-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cookie_notification1-row-right__btn {
    margin-left: 0;
  }
  .cookie_notification1-row-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 16px;
  }
  .cookie_notification1-row-right .cookie_notification1-row-left__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.banner-first {
  margin-top: 82px;
}

.banner-first__body {
  padding: 276px 0;
  text-align: center;
  background: url("../img/1/1.png") center 0/cover no-repeat;
}
@media (max-width: 1200px) {
  .banner-first__body {
    padding: 200px 0;
  }
}
@media (max-width: 992px) {
  .banner-first__body {
    padding: 160px 0;
  }
}
@media (max-width: 768px) {
  .banner-first__body {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .banner-first__body {
    padding: 40px 0;
    background: url("../img/1/1mob.png") center center/cover no-repeat;
  }
}

.banner-first__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .banner-first__title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .banner-first__title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .banner-first__title {
    font-size: 32px;
    line-height: 1.6;
  }
}

.banner-first__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 43px;
}
@media (max-width: 768px) {
  .banner-first__subtitle {
    margin-bottom: 24px;
  }
}

.banner-first__btn {
  max-width: 360px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  background-color: #3d6c7c;
  color: #fff;
}
@media (max-width: 768px) {
  .banner-first__btn {
    max-width: 100%;
  }
}

.steps__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
  color: #000;
}
@media (max-width: 480px) {
  .steps__title {
    font-size: 28px;
  }
}

.steps__subtitle {
  max-width: 750px;
  margin: 0 auto 56px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media (max-width: 1200px) {
  .steps__subtitle {
    margin: 0 auto 40px auto;
  }
}

.steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .steps-row {
    gap: 24px;
  }
}

.steps-row-column {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 365px;
          flex: 0 1 365px;
}
@media (max-width: 768px) {
  .steps-row-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.steps-row-column__img {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .steps-row-column__img {
    margin-bottom: 16px;
  }
  .steps-row-column__img img {
    max-width: 80px;
  }
}

.steps-row-column__title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  .steps-row-column__title {
    margin-bottom: 16px;
  }
}

.steps-row-column__subtitle {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media (max-width: 768px) {
  .steps-row-column__subtitle {
    margin-bottom: 16px;
  }
}

.steps-row-column__number {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: #3d6c7c;
}

.sub-steps-body {
  padding: 40px 0;
  background: url("../img/3/1.png") center 0/cover no-repeat;
}

.sub-steps__text {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .sub-steps__text {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .sub-steps__text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .sub-steps__text {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .sub-steps__text {
    font-size: 20px;
  }
}

.sub-steps__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sub-steps__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  background-color: #e0ecff;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
@media (max-width: 768px) {
  .sub-steps__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.bottom__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  max-width: 856px;
  margin: 0 auto 24px auto;
  color: #000;
}
@media (max-width: 480px) {
  .bottom__title {
    font-size: 28px;
  }
}

.bottom__subtitle {
  max-width: 944px;
  margin: 0 auto 56px auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media (max-width: 1200px) {
  .bottom__subtitle {
    margin: 0 auto 40px auto;
  }
}

.bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .bottom-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
}

.bottom-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 561px;
          flex: 0 1 561px;
  border: 1px solid #3d6c7c;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 1200px) {
  .bottom-row-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 500px;
            flex: 0 1 500px;
  }
}
@media (max-width: 480px) {
  .bottom-row-left {
    padding: 16px 8px;
  }
}

.bottom-row-left__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 24px;
  color: #000;
}
@media (max-width: 480px) {
  .bottom-row-left__title {
    margin-bottom: 16px;
  }
}

.bottom-row-left__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  max-width: 421px;
  color: #000;
  margin: 0 auto 40px auto;
}
@media (max-width: 480px) {
  .bottom-row-left__subtitle {
    margin: 0 auto 24px auto;
  }
}

.banner-row-left-form-input {
  margin-bottom: 20px;
  position: relative;
}
.banner-row-left-form-input label.error {
  display: block;
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}

.banner-row-left-form-input:has(> input[type=text].error),
.banner-row-left-form-input:has(> input[type=email].error),
.banner-row-left-form-input:has(> .iti--allow-dropdown input.error) {
  margin-bottom: 36px;
}

.iti__country-name {
  color: #000000 !important;
}

.banner-row-left-form-input input {
  width: 100%;
  border-radius: 10px;
  background-color: #8eacbd;
  height: 64px;
  line-height: 64px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #8eacbd;
}
.banner-row-left-form-input input.error {
  border: 1px solid red;
}
.banner-row-left-form-input input::-webkit-input-placeholder {
  color: #fff;
}
.banner-row-left-form-input input::-moz-placeholder {
  color: #fff;
}
.banner-row-left-form-input input:-ms-input-placeholder {
  color: #fff;
}
.banner-row-left-form-input input::-ms-input-placeholder {
  color: #fff;
}
.banner-row-left-form-input input::placeholder {
  color: #fff;
}

.iti__arrow {
  border-top-color: #fff !important;
}

.iti__arrow--up {
  border-bottom-color: #fff !important;
}

.banner-row-left-form-input textarea {
  width: 100% !important;
  max-width: 100%;
  border-radius: 10px;
  background-color: #8eacbd;
  min-height: 130px;
  line-height: 64px;
  padding: 0 16px;
  color: #fff;
  font-size: 14px;
  border: 1px solid #8eacbd;
}
.banner-row-left-form-input textarea.error {
  border: 1px solid red;
}
.banner-row-left-form-input textarea::-webkit-input-placeholder {
  color: #fff;
}
.banner-row-left-form-input textarea::-moz-placeholder {
  color: #fff;
}
.banner-row-left-form-input textarea:-ms-input-placeholder {
  color: #fff;
}
.banner-row-left-form-input textarea::-ms-input-placeholder {
  color: #fff;
}
.banner-row-left-form-input textarea::placeholder {
  color: #fff;
}

.iti--allow-dropdown {
  width: 100%;
}

.open-popup {
  cursor: pointer;
}

.banner-row-left-form__button {
  border: 1px solid #3d6c7c;
  background-color: transparent;
  border-radius: 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #3d6c7c;
}

.bottom-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 553px;
          flex: 0 1 553px;
}
@media (max-width: 1200px) {
  .bottom-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}
@media (max-width: 992px) {
  .bottom-row-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: 100%;
  }
}

.bottom-row-right__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 768px) {
  .bottom-row-right__title {
    margin-bottom: 16px;
  }
}
@media (max-width: 480px) {
  .bottom-row-right__title {
    font-size: 28px;
  }
}

.bottom-row-right-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .bottom-row-right-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
}

.bottom-row-right-row__left-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  background: url("../img/4/arrow.png") center 0/cover no-repeat;
}
@media (max-width: 1200px) {
  .bottom-row-right-row__left-arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .bottom-row-right-row__left-arrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 60px;
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
            flex: 0 1 60px;
  }
}
.bottom-row-right-row__left-arrow:hover {
  background: url("../img/4/arrow_a.png") center 0/cover no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.first-slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 385px;
          flex: 0 1 385px;
}
@media (max-width: 1200px) {
  .first-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 360px;
            flex: 0 1 360px;
  }
}
@media (max-width: 768px) {
  .first-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}

.first-slider-slide {
  border: 2px solid #3d6c7c;
  padding: 24px;
  border-radius: 10px;
}

.first-slider-slide-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 36px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .first-slider-slide-row {
    padding-left: 0;
  }
}

.first-slider-slide-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first-slider-slide-row-left__img {
  margin-right: 21px;
}
.first-slider-slide-row-left__img img {
  border-radius: 50%;
  height: 47px;
  width: 47px;
}

.first-slider-slide-row-left__name {
  font-size: 16px;
  color: #000;
}

.first-slider-slide__text {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}

.bottom-row-right-row__right-arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
  height: 60px;
  background: url("../img/4/arrow.png") center 0/cover no-repeat;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .bottom-row-right-row__right-arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .bottom-row-right-row__right-arrow {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 60px;
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60px;
            flex: 0 1 60px;
  }
}
.bottom-row-right-row__right-arrow:hover {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  background: url("../img/4/arrow_a.png") center 0/cover no-repeat;
}

.swiper-pagination {
  position: relative !important;
  z-index: 4;
  left: 0;
  bottom: 0;
  top: 15px !important;
  display: block !important;
}
@media (max-width: 992px) {
  .swiper-pagination {
    display: none !important;
  }
}

span.swiper-pagination-bullet {
  height: 15px !important;
  width: 15px;
  background-color: #8eacbd;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: #3d6c7c !important;
  width: 15px !important;
  border-radius: 15px !important;
}

.bottom-row-left__mob {
  display: none;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .bottom-row-left__mob {
    display: block;
  }
}

.socials {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 4;
}
@media (max-width: 480px) {
  .socials {
    left: 16px;
    bottom: 16px;
  }
}

.socials-row {
  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;
}
@media (max-width: 480px) {
  .socials-row {
    gap: 16px;
  }
}

@-webkit-keyframes pulseRotate {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(20deg);
            transform: scale(1.2) rotate(20deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}

@keyframes pulseRotate {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(20deg);
            transform: scale(1.2) rotate(20deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
}
.socials-row__column {
  -webkit-animation: pulseRotate 3s ease-in-out infinite;
          animation: pulseRotate 3s ease-in-out infinite;
}
.socials-row__column img {
  width: 70px;
  height: 70px;
}
@media (max-width: 480px) {
  .socials-row__column img {
    height: 50px;
    width: 50px;
  }
}
.socials-row__column:hover {
  -webkit-animation: none;
          animation: none;
}

.steps {
  position: relative;
}
.steps:after {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.steps:before {
  content: "";
  display: inline-block;
  left: 70px;
  bottom: -340px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.steps-body,
.sub-steps-body,
.bottom-body,
footer {
  position: relative;
  z-index: 2;
}

.content {
  overflow: hidden;
}

.bottom-wrap1 {
  position: relative;
}
.bottom-wrap1:after {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.bottom-wrap1:before {
  content: "";
  display: inline-block;
  left: 0;
  bottom: 300px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.footer-content span,
.footer-content a {
  color: #000 !important;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    max-width: none;
    padding: 0 16px;
  }
}

.header {
  background-color: #e0ecff;
  padding: 17px 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    border-bottom: unset;
  }
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header-row__logo img {
    max-width: 226px;
  }
}

.header-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .header-row-nav {
    display: none;
  }
}

.header-row-nav__item {
  cursor: pointer;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  .header-row-nav__item {
    margin-right: 20px;
  }
}
.header-row-nav__item:last-child {
  margin-right: 0;
}

.header-row-return {
  cursor: pointer;
  border: 1px solid #3d6c7c;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .header-row-return {
    display: none;
  }
}

.header-row-return__text {
  color: #3d6c7c;
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
}

.header-row__burger {
  display: none;
}
@media (max-width: 992px) {
  .header-row__burger {
    display: block;
  }
}

.header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 9999;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .header-mobile.active {
    opacity: 1;
    pointer-events: visible;
  }
}
.header-mobile:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: #e0ecff;
}

.header-mobile1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 100;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.header-mobile1.active {
  opacity: 1;
  pointer-events: visible;
}
.header-mobile1:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: rgba(1, 1, 1, 0.8);
}
.header-mobile1 .banner-row-left-form {
  padding: 40px 24px;
  background: #e0ecff;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 12px;
}
.header-mobile1 .header-mobile__close1 {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.header-mobile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px 114px 13px;
  position: relative;
  z-index: 11;
}

.header-mobile-body__content {
  width: 100%;
}

.header-mobile-body-row__item {
  margin-bottom: 32px;
  text-align: center;
}

.header-mobile-body-btn {
  text-align: center;
  max-width: 200px;
  border-radius: 10px;
  border: 1px solid #3d6c7c;
  display: block;
  margin: 0 auto 30px auto;
  cursor: pointer;
}

.header-mobile-body-btn__text {
  color: #3d6c7c;
  font-size: 16px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
}

.header-mobile__close {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.header-mobile__close1 {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.footer {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .footer .header-row__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: center;
  }
}
.footer .header-row-return {
  display: block !important;
}
@media (max-width: 768px) {
  .footer .header-row-return {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.footer .header-row {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer .header-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.footer span,
.footer a {
  display: block;
  text-align: center;
}

.img {
  background-color: red;
  max-width: 400px;
}
jdiv {
    z-index: 15 !important;
}