:root {
  --font-family: "Poppins";
  --content-width: 1240px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/../fonts/Poppins-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/../fonts/NunitoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/../fonts/NunitoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
} */
.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.container__fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .container__fluid {
    padding: 0 10px;
  }
}
@media (max-width: 576px) {
  .container__fluid {
    padding: 0;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.btn {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #FFFFFF;
  background: -o-linear-gradient(315deg, rgba(69, 252, 219, 0.8) 0%, rgba(30, 132, 252, 0.8) 96.83%), -o-linear-gradient(315deg, #A1FF8B 0%, #3F93FF 96.83%) !important;
  background: linear-gradient(135deg, rgba(69, 252, 219, 0.8) 0%, rgba(30, 132, 252, 0.8) 96.83%), linear-gradient(135deg, #A1FF8B 0%, #3F93FF 96.83%) !important;
  -webkit-box-shadow: 0px 28px 45px rgba(48, 112, 237, 0.25);
  box-shadow: 0px 28px 45px rgba(48, 112, 237, 0.25);
  border-radius: 90px;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(48, 112, 237, 0.75);
  box-shadow: 0px 0px 35px rgba(48, 112, 237, 0.75);
  color: #ffffff;
}
@media (max-width: 768px) {
  .btn {
    padding: 10px 0;
  }
}
@media (max-width: 480px) {
  .btn {
    font-size: 14px;
    line-height: 21px;
  }
}

.title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 135%;
  color: #233561;
  text-align: center;
}
@media (max-width: 768px) {
  .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (max-width: 480px) {
  .title {
    font-size: 20px;
    line-height: 27px;
  }
}

.ceil-block {
  background: -o-linear-gradient(315.53deg, rgba(161, 255, 139, 0.55) -0.45%, rgba(63, 147, 255, 0.55) 99.63%), #32BEA6;
  background: linear-gradient(134.47deg, rgba(161, 255, 139, 0.55) -0.45%, rgba(63, 147, 255, 0.55) 99.63%), #32BEA6;
}
.ceil-block p {
  max-width: 1460px;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 20px;
  line-height: 33px;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .ceil-block p {
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .ceil-block__lg {
    display: none;
  }
}
.ceil-block__sm {
  display: none;
}
@media (max-width: 576px) {
  .ceil-block__sm {
    display: block;
  }
}

.header {
  margin: 0 auto;
  padding: 18px 10px 18px 42px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 12px 37px 90px rgba(49, 89, 211, 0.12);
  box-shadow: 12px 37px 90px rgba(49, 89, 211, 0.12);
  border-radius: 150px;
  max-width: 1440px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 992px) {
  .header {
    padding: 10px 40px;
  }
}
@media (max-width: 768px) {
  .header {
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .header {
    padding: 10px 15px;
    border-radius: 0;
    margin-top: 0;
  }
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__logo {
  cursor: pointer;
}
@media (max-width: 768px) {
  .header__logo img {
    max-width: 70%;
  }
}
.header__logo img:hover {
  -webkit-animation-name: anime;
  animation-name: anime;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.header .nav > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .nav > ul > li {
  margin-right: 40px;
}
.header .nav > ul > li:last-child {
  margin-right: 0;
  margin-left: 65px;
}
@media (max-width: 1200px) {
  .header .nav > ul > li:last-child {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  .header .nav > ul > li:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .header .nav > ul > li:last-child > a {
    font-size: 18px;
    line-height: 22px;
    padding: 15px 60px !important;
  }
}
@media (max-width: 576px) {
  .header .nav > ul > li:last-child > a {
    font-size: 15px;
    line-height: 18px;
  }
}
.header .nav > ul > li:last-child a {
  position: relative;
  padding: 18px 82px;
  background-image: url("../img/icon_profile.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 45px center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 90px;
}
@media (max-width: 992px) {
  .header .nav > ul > li:last-child a {
    background-size: 22px 22px;
    background-position: 25px center;
    background-color: rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 576px) {
  .header .nav > ul > li:last-child a {
    padding: 13px 46px !important;
    background-size: 18px 18px;
    background-position: 19px center;
  }
}
.header .nav > ul > li:last-child a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 90px;
  padding: 2px;
  background: -o-linear-gradient(285deg, rgb(30, 172, 252), rgb(215, 69, 252));
  background: linear-gradient(-195deg, rgb(30, 172, 252), rgb(215, 69, 252));
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.header .nav > ul > li:last-child a:hover {
  -webkit-box-shadow: 0 0 10px rgba(30, 172, 252, 0.5);
  box-shadow: 0 0 10px rgba(30, 172, 252, 0.5);
  color: #1E142D;
}
@media (max-width: 992px) {
  .header .nav > ul > li:last-child a {
    -webkit-box-shadow: 0px 17px 28px rgba(40, 89, 136, 0.15);
    box-shadow: 0px 17px 28px rgba(40, 89, 136, 0.15);
  }
}
.header .nav > ul > li > a {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1E142D;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .nav > ul > li > a:hover {
  color: #00A8BC;
}
.header .nav > ul > li > a.active {
  color: #00A8BC;
}
@media (max-width: 576px) {
  .header .nav > ul > li > a {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .header .nav > ul > li {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .header .nav > ul > li {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .header .nav > ul {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 992px) {
  .header .nav > ul {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100vh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: rgba(248, 251, 255, 0.91);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 24px;
    -webkit-box-shadow: 0px 17px 28px rgba(40, 89, 136, 0.15);
    box-shadow: 0px 17px 28px rgba(40, 89, 136, 0.15);
    z-index: 100;
  }
}
@media (max-width: 576px) {
  .header .nav > ul {
    width: 230px;
  }
}
.header .nav > ul.menu--active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.header__burger {
  display: none;
  padding: 13px;
  background: -o-linear-gradient(315deg, rgba(69, 252, 219, 0.8) 0%, rgba(30, 132, 252, 0.8) 96.83%), -o-linear-gradient(315deg, #A1FF8B 0%, #3F93FF 96.83%), #3DAAD4;
  background: linear-gradient(135deg, rgba(69, 252, 219, 0.8) 0%, rgba(30, 132, 252, 0.8) 96.83%), linear-gradient(135deg, #A1FF8B 0%, #3F93FF 96.83%), #3DAAD4;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .header__burger {
    display: block;
    font-size: 0;
  }
}
.header__burger .burger {
  --burger-width: 20px;
  --burger-height: 15px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
.header__burger .burger::before, .header__burger .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__burger .burger::before {
  top: 0;
}
.header__burger .burger::after {
  top: calc(100% - var(--burger-line-height));
}
.header__burger .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__burger .burger--active::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__burger .burger--active::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header__burger .burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header.fixedHeader {
  margin-top: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 11px 13px 20px rgba(49, 89, 211, 0.12);
  box-shadow: 11px 13px 20px rgba(49, 89, 211, 0.12);
}

.promo {
  padding-top: 26px;
}
.promo__wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .promo__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .promo__wrap {
    margin-top: 24px;
  }
}
.promo__descr {
  padding-top: 40px;
  max-width: 700px;
}
@media (max-width: 1200px) {
  .promo__descr {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .promo__descr {
    max-width: none;
    text-align: center;
  }
}
.promo__title {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  font-size: 55px;
  line-height: 80px;
  color: #0F214B;
}
.promo__title span {
  color: #00A6B0;
}
@media (max-width: 992px) {
  .promo__title {
    line-height: 65px;
  }
}
@media (max-width: 768px) {
  .promo__title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .promo__title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 360px) {
  .promo__title {
    font-size: 16px;
  }
}
.promo__subtitle {
  margin-top: 11px;
  font-size: 20px;
  line-height: 33px;
  color: #314169;
  max-width: 600px;
}
@media (max-width: 768px) {
  .promo__subtitle {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .promo__subtitle {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 576px) {
  .promo__subtitle {
    font-size: 13px;
    line-height: 19px;
  }
}
.promo__btn {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin-top: 34px;
  padding-right: 60px;
  padding-left: 80px;
  position: relative;
}
.promo__btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 44px;
}
@media (max-width: 768px) {
  .promo__btn {
    margin: 34px auto 0 auto;
  }
}
@media (max-width: 480px) {
  .promo__btn {
    margin-top: 18px;
    padding-right: 28px;
    padding-left: 54px;
  }
  .promo__btn img {
    width: 15px;
    height: 15px;
    left: 30px;
  }
}
.promo__img img {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation-name: animeMoon;
  animation-name: animeMoon;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.1, 0.175, 1);
  animation-timing-function: cubic-bezier(0.4, 0.1, 0.175, 1);
}
.promo__img img:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@media (max-width: 1400px) {
  .promo__img img {
    -webkit-animation: none;
    animation: none;
  }
}
@media (max-width: 768px) {
  .promo__img {
    text-align: center;
    margin-top: 35px;
  }
  .promo__img img {
    max-width: 60%;
  }
}
@media (max-width: 576px) {
  .promo {
    padding-top: 0;
  }
}

.calculate {
  padding-top: 40px;
  position: relative;
  background-color: #ffffff;
  /* Input Thumb */
  /* Input Track */
}
.calculate:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 70% 70%/0 0 100% 100%;
}
@media (max-width: 1300px) {
  .calculate:after {
    content: none;
  }
}
.calculate__title {
  padding-top: 20px;
  background-image: url("../img/calculator-text-shadow.png");
  background-repeat: no-repeat;
  background-size: 438px 66px;
  background-position: center top;
}
@media (max-width: 600px) {
  .calculate__title {
    background: none;
  }
}
.calculate__wrap {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.59);
  border: 1px solid #39D6E6;
  -webkit-box-shadow: 11px 33px 80px rgba(49, 89, 211, 0.12);
  box-shadow: 11px 33px 80px rgba(49, 89, 211, 0.12);
  border-radius: 28.4404px;
  padding: 50px 40px;
  position: absolute;
  bottom: -310px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  width: 1240px;
  max-width: 1240px;
}
@media (max-width: 1300px) {
  .calculate__wrap {
    position: static;
    width: 100%;
    max-width: 1240px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .calculate__wrap {
    padding: 40px 15px;
  }
}
@media (max-width: 768px) {
  .calculate__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .calculate__wrap {
    padding: 13px 15px;
    border-radius: 15px;
  }
}
.calculate__item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
}
.calculate__item input[type=range] {
  margin-top: 20px;
  width: 80%;
}
@media (max-width: 480px) {
  .calculate__item input[type=range] {
    margin-top: 10px;
  }
}
.calculate__item input[type=range]:nth-child(2) {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .calculate__item input[type=range]:nth-child(2) {
    margin-bottom: 10px;
  }
}
.calculate__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
}
@media (max-width: 992px) {
  .calculate__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .calculate__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.calculate__item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}
.calculate__item:nth-child(2) .calculate__name {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .calculate__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media (max-width: 768px) {
  .calculate__item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.calculate__item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 10%;
  flex: 0 1 10%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: right;
}
@media (max-width: 768px) {
  .calculate__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 480px) {
  .calculate__img img {
    width: 23px;
    height: 23px;
  }
}
.calculate__name {
  font-size: 20px;
  line-height: 1.35px;
  line-height: 40px;
  background: -o-linear-gradient(315deg, #70FF4F 0%, #3F93FF 96.83%), -o-linear-gradient(315deg, #45FCDB 0%, #1E84FC 96.83%), #233561;
  background: linear-gradient(135deg, #70FF4F 0%, #3F93FF 96.83%), linear-gradient(135deg, #45FCDB 0%, #1E84FC 96.83%), #233561;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 480px) {
  .calculate__name {
    font-size: 13px;
  }
}
.calculate__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
  background: -o-linear-gradient(bottom, #233561, #233561), -o-linear-gradient(315deg, #45FCDB 0%, #1E84FC 96.83%), #233561;
  background: linear-gradient(0deg, #233561, #233561), linear-gradient(135deg, #45FCDB 0%, #1E84FC 96.83%), #233561;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 34px;
}
@media (max-width: 480px) {
  .calculate__price {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.calculate__btn {
  padding: 14px 70px;
}
@media (max-width: 768px) {
  .calculate__btn {
    padding: 10px 60px;
  }
}
@media (max-width: 768px) {
  .calculate__btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .calculate__btn {
    margin-bottom: 10px;
  }
}
.calculate__note {
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  background: -o-linear-gradient(bottom, #00BDD3, #00BDD3), -o-linear-gradient(315deg, #45FCDB 0%, #1E84FC 96.83%), #233561;
  background: linear-gradient(0deg, #00BDD3, #00BDD3), linear-gradient(135deg, #45FCDB 0%, #1E84FC 96.83%), #233561;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
  .calculate__note {
    font-size: 13px;
    line-height: 13px;
  }
}
.calculate #amount, .calculate #tenor {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 480px) {
  .calculate #amount, .calculate #tenor {
    top: calc(50% + 4px);
  }
}
.calculate .range_container {
  position: relative;
}
.calculate .range_container output {
  background: rgba(235, 239, 248, 0.32);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
  text-align: center;
}
@media (max-width: 480px) {
  .calculate .range_container output {
    font-size: 14px;
    padding: 7px;
  }
}
.calculate .range_container_two {
  position: relative;
}
.calculate .range_container_two output {
  background: rgba(235, 239, 248, 0.32);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
  text-align: center;
}
@media (max-width: 480px) {
  .calculate .range_container_two output {
    font-size: 14px;
    padding: 7px;
    text-align: center;
  }
}
.calculate input[type=range]:focus {
  /* box-shadow: 0 0 3px 1px #4b81dd; */
  outline: none;
}
.calculate input[type=range] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 80%;
  height: 9px;
  background: #008A93;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(#2AE7C6), to(#2AE7C6)), #00A6B0;
  background: -o-linear-gradient(bottom, #2AE7C6, #2AE7C6), #00A6B0;
  background: linear-gradient(0deg, #2AE7C6, #2AE7C6), #00A6B0;
  background-size: 68% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .calculate input[type=range] {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .calculate input[type=range] {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .calculate input[type=range] {
    height: 6px;
  }
}
.calculate input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A1FF8B 0%, #3F93FF 96.83%), #FFFFFF;
  -webkit-box-shadow: 0px 0px 30px rgba(49, 89, 211, 0.8);
  box-shadow: 0px 0px 30px rgba(49, 89, 211, 0.8);
  border: 9px solid #ffffff;
  cursor: pointer;
  outline: 3px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .calculate input[type=range]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border: 6px solid #ffffff;
  }
}
.calculate input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A1FF8B 0%, #3F93FF 96.83%), #FFFFFF;
  box-shadow: 0px 0px 30px rgba(49, 89, 211, 0.8);
  border: 9px solid #ffffff;
  cursor: pointer;
  outline: 3px solid rgba(255, 255, 255, 0.4);
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .calculate input[type=range]::-moz-range-thumb {
    height: 25px;
    height: 25px;
  }
}
.calculate input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A1FF8B 0%, #3F93FF 96.83%), #FFFFFF;
  box-shadow: 0px 0px 30px rgba(49, 89, 211, 0.8);
  border: 9px solid #ffffff;
  cursor: pointer;
  outline: 3px solid rgba(255, 255, 255, 0.4);
  -ms-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .calculate input[type=range]::-ms-thumb {
    height: 25px;
    height: 25px;
  }
}
.calculate input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.calculate input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.calculate input[type=range]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.our-products {
  background-color: #F8FBFF;
  padding-top: 370px;
}
@media (max-width: 1300px) {
  .our-products {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .our-products {
    padding-top: 60px;
  }
}
.our-products__wrap {
  margin-top: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 140px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .our-products__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }
}
@media (max-width: 992px) {
  .our-products__wrap {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .our-products__wrap {
    margin-top: 120px;
    row-gap: 120px;
  }
}
@media (max-width: 650px) {
  .our-products__wrap {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .our-products__wrap {
    row-gap: 80px;
    margin-top: 90px;
  }
}
@media (max-width: 480px) {
  .our-products__wrap {
    margin-top: 70px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 450px) {
  .our-products__wrap {
    margin-top: 60px;
  }
}
.our-products__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32%;
  flex: 0 1 32%;
  background: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  -webkit-box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  height: 300px;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.our-products__item:nth-child(2) img {
  -webkit-transform: translateX(calc(-50% + 20px));
  -ms-transform: translateX(calc(-50% + 20px));
  transform: translateX(calc(-50% + 20px));
}
@media (max-width: 480px) {
  .our-products__item:nth-child(2) img {
    -webkit-transform: translateX(calc(-50% - 0px));
    -ms-transform: translateX(calc(-50% - 0px));
    transform: translateX(calc(-50% - 0px));
  }
}
.our-products__item:nth-child(2):hover .our-products__img img {
  -webkit-transform: translate(calc(-50% + 20px), -8px);
  -ms-transform: translate(calc(-50% + 20px), -8px);
  transform: translate(calc(-50% + 20px), -8px);
}
.our-products__item:hover {
  -webkit-box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.42);
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.42);
}
.our-products__item:hover .our-products__img img {
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
@media (max-width: 1200px) {
  .our-products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .our-products__item {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .our-products__item {
    border-radius: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .our-products__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 114px;
  }
}
.our-products__img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 110px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .our-products__img img {
    max-width: 60%;
    bottom: 90px;
  }
}
@media (max-width: 576px) {
  .our-products__img img {
    bottom: 80px;
  }
}
@media (max-width: 480px) {
  .our-products__img img {
    bottom: 50px;
  }
}
.our-products__name {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #1C1E50;
}
@media (max-width: 992px) {
  .our-products__name {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .our-products__name {
    bottom: 30px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .our-products__name {
    bottom: 25px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 480px) {
  .our-products__name {
    font-size: 13px;
    line-height: 18px;
    bottom: 15px;
  }
}
.our-products__back {
  width: 80%;
  height: 50px;
  background: rgba(255, 255, 255, 0.54);
  opacity: 0.7;
  border: 1.5px solid #FFFFFF;
  -webkit-box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  border-radius: 45px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .our-products__back {
    bottom: -10px;
    height: 30px;
  }
}

.our-strengh {
  padding-top: 450px;
}
@media (max-width: 768px) {
  .our-strengh {
    padding-top: 180px;
  }
}
.our-strengh__wrap {
  margin-top: 60px;
  padding-bottom: 600px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 296px 296px;
  grid-template-columns: 296px 296px;
  -ms-grid-rows: 310px 310px;
  grid-template-rows: 310px 310px;
  -webkit-column-gap: 270px;
  -moz-column-gap: 270px;
  column-gap: 270px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 90px;
}
.our-strengh__wrap > img {
  position: absolute;
  left: calc(50% - 150px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .our-strengh__wrap > img {
    left: calc(50% - 90px);
  }
}
@media (max-width: 992px) {
  .our-strengh__wrap > img {
    max-width: 70%;
    left: calc(50% - 80px);
  }
}
@media (max-width: 768px) {
  .our-strengh__wrap > img {
    left: calc(50% - 65px);
  }
}
@media (max-width: 480px) {
  .our-strengh__wrap > img {
    left: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .our-strengh__wrap {
    background-image: none !important;
    padding-bottom: 300px;
    -webkit-column-gap: 170px;
    -moz-column-gap: 170px;
    column-gap: 170px;
    -ms-grid-columns: 270px 270px;
    grid-template-columns: 270px 270px;
    -ms-grid-rows: 310px 310px;
    grid-template-rows: 310px 310px;
  }
}
@media (max-width: 768px) {
  .our-strengh__wrap {
    -ms-grid-columns: 35% 35%;
    grid-template-columns: 35% 35%;
    -ms-grid-rows: 180px 180px;
    grid-template-rows: 180px 180px;
    row-gap: 70px;
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
  }
}
@media (max-width: 480px) {
  .our-strengh__wrap {
    -ms-grid-columns: 100px 100px;
    grid-template-columns: 100px 100px;
    -ms-grid-rows: 108px 108px;
    grid-template-rows: 108px 108px;
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
  }
}
@media (max-width: 480px) {
  .our-strengh__wrap {
    padding-bottom: 175px;
  }
}
.our-strengh__item {
  text-align: center;
  background: rgba(255, 255, 255, 0.45);
  border: 2px solid #FFFFFF;
  -webkit-box-shadow: 9px 27px 65px rgba(49, 89, 211, 0.12);
  box-shadow: 9px 27px 65px rgba(49, 89, 211, 0.12);
  border-radius: 25px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
}
.our-strengh__item:hover {
  -webkit-box-shadow: 9px 27px 65px rgba(49, 89, 211, 0.32);
  box-shadow: 9px 27px 65px rgba(49, 89, 211, 0.32);
}
.our-strengh__item:first-child {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}
@media (max-width: 1200px) {
  .our-strengh__item:first-child {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 992px) {
  .our-strengh__item:first-child {
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 768px) {
  .our-strengh__item:first-child .our-strengh__img img {
    max-width: 40%;
  }
}
.our-strengh__item:nth-child(2) {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
@media (max-width: 1200px) {
  .our-strengh__item:nth-child(2) {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@media (max-width: 992px) {
  .our-strengh__item:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.our-strengh__item:nth-child(3) {
  -webkit-transform: translateX(-90px);
  -ms-transform: translateX(-90px);
  transform: translateX(-90px);
}
@media (max-width: 1200px) {
  .our-strengh__item:nth-child(3) {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@media (max-width: 992px) {
  .our-strengh__item:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.our-strengh__item:nth-child(4) {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
@media (max-width: 1200px) {
  .our-strengh__item:nth-child(4) {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }
}
@media (max-width: 992px) {
  .our-strengh__item:nth-child(4) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 480px) {
  .our-strengh__item {
    border-radius: 7px;
  }
}
.our-strengh__img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -50px;
}
@media (max-width: 768px) {
  .our-strengh__img img {
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  .our-strengh__img img {
    top: -15%;
  }
}
.our-strengh__name {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #1E2945;
}
@media (max-width: 768px) {
  .our-strengh__name {
    font-size: 20px;
    line-height: 25px;
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .our-strengh__name {
    font-size: 12px;
    line-height: 18px;
    bottom: 10px;
  }
}

.figures {
  background-color: #F4F8FF;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .figures {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .figures {
    padding-bottom: 0px;
  }
}
.figures:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: #F4F8FF;
  border-radius: 0 0 70% 70%/0 0 100% 100%;
  /* @media (max-width: 1300px) {
    content: none;
  } */
}
.figures__wrap {
  margin-top: 100px;
  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: 1200px) {
  .figures__wrap {
    margin-top: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 35px;
  }
}
@media (max-width: 576px) {
  .figures__wrap {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .figures__wrap {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .figures__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .figures__img img {
    max-width: 30%;
  }
}
.figures__name {
  margin-top: 35px;
  font-weight: 500;
  font-size: 55px;
  line-height: 74px;
  letter-spacing: 0.25px;
  color: #174B73;
}
@media (max-width: 1200px) {
  .figures__name {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .figures__name {
    font-size: 40px;
    line-height: 48px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .figures__name {
    font-size: 35px;
    line-height: 45px;
  }
}
.figures__descr {
  margin-top: 13px;
  font-size: 25px;
  line-height: 39px;
  color: #5A7184;
}
@media (max-width: 1200px) {
  .figures__descr {
    margin-top: 5px;
  }
}
@media (max-width: 576px) {
  .figures__descr {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .figures__descr {
    font-size: 14px;
    line-height: 24px;
  }
}

.reviews {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #fcfdfe;
  /* @media (max-width: 1300px) {
    padding-top: 100px;
  } */
}
@media (max-width: 768px) {
  .reviews {
    padding-top: 150px;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .reviews {
    padding-bottom: 40px;
  }
}
.reviews__slider {
  margin-top: 91px;
  overflow: visible !important;
  position: relative;
  padding-bottom: 100px;
  max-width: 1240px !important;
}
@media (max-width: 768px) {
  .reviews__slider {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .reviews__slider {
    padding-bottom: 60px;
  }
}
.reviews__img {
  border-radius: 50%;
}
.reviews__img img {
  border-radius: 50%;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}
@media (max-width: 768px) {
  .reviews__img img {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
.reviews__name {
  margin-top: 120px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #081420;
}
@media (max-width: 992px) {
  .reviews__name {
    font-size: 26px;
    line-height: 37px;
  }
}
@media (max-width: 768px) {
  .reviews__name {
    margin-top: 70px;
  }
}
.reviews__amazon {
  margin-top: 20px;
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
  color: #00C2C2;
}
@media (max-width: 992px) {
  .reviews__amazon {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
}
.reviews__text {
  margin: 25px auto 0 auto;
  font-size: 22px;
  line-height: 38px;
  color: #70798B;
  max-width: 500px;
  text-align: center;
}
@media (max-width: 992px) {
  .reviews__text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    max-width: 85%;
  }
}
.reviews__raiting {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .reviews__raiting {
    margin: 40px auto 0 auto;
  }
  .reviews__raiting img {
    max-width: 60%;
  }
}
@media (max-width: 576px) {
  .reviews__raiting {
    margin-top: 25px;
  }
  .reviews__raiting img {
    max-width: 40%;
  }
}
.reviews .swiper {
  width: 100%;
  height: 100%;
  max-width: 1240px;
}
.reviews .swiper-slide {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  border-radius: 23px;
  text-align: center;
  opacity: 0;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .reviews .swiper-slide {
    padding-bottom: 40px;
  }
}
.reviews .swiper-slide-active {
  opacity: 1;
}
.reviews .swiper-slide-next {
  opacity: 1;
}
.reviews .swiper-button-next {
  display: none;
}
.reviews .swiper-button-prev {
  display: none;
}
.reviews .swiper-btn-next {
  position: absolute;
  bottom: -20px;
  right: 0;
  border-radius: 50%;
  z-index: 70;
}
.reviews .swiper-btn-next img {
  border-radius: 50%;
  -webkit-box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
}
@media (max-width: 768px) {
  .reviews .swiper-btn-next {
    width: 40px;
    height: 40px;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .reviews .swiper-btn-next {
    display: none;
  }
}
.reviews .swiper-btn-prev {
  position: absolute;
  bottom: -20px;
  left: 0;
  border-radius: 50%;
  z-index: 70;
}
.reviews .swiper-btn-prev img {
  border-radius: 50%;
  -webkit-box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
  box-shadow: 14px 41px 100px rgba(49, 89, 211, 0.12);
}
@media (max-width: 768px) {
  .reviews .swiper-btn-prev {
    width: 40px;
    height: 40px;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .reviews .swiper-btn-prev {
    display: none;
  }
}
.reviews .swiper-pagination-bullet {
  width: 37px;
  height: 8px;
  background-color: rgb(9, 40, 83);
  border-radius: 10px !important;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .reviews .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
  }
}
.reviews .swiper-pagination-bullet-active {
  width: 37px;
  height: 8px;
  background-color: rgb(253, 145, 111);
  border-radius: 10px !important;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .reviews .swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
  }
}

.footer {
  border-radius: 80% 80% 0% 0/24% 24% 0% 0;
  padding-top: 120px;
  padding-bottom: 70px;
}
.footer .container {
  position: relative;
}
@media (max-width: 576px) {
  .footer {
    padding-top: 70px;
    padding-bottom: 40px;
    border-radius: 80% 80% 0% 0/10% 10% 0% 0;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.footer__wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__wrap ul > li {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #FFFFFF;
}
.footer__wrap ul > li:first-child {
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .footer__wrap ul > li {
    font-size: 22px;
    line-height: 30px;
  }
}
.footer__wrap ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 47px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__wrap ul > li > a:hover {
  color: #1E142D;
}
@media (max-width: 576px) {
  .footer__wrap ul > li > a {
    font-size: 17px;
    line-height: 49px;
  }
}
.footer__wrap ul > li address {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
}
@media (max-width: 576px) {
  .footer__wrap ul > li address {
    font-size: 17px;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .footer__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 50px;
  }
}
@media (max-width: 576px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 21%;
  flex: 0 1 21%;
}
.footer__item:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37%;
  flex: 0 1 37%;
}
.footer__item:last-child ul li {
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 49px 49px;
  background-position: left center;
}
.footer__item:last-child ul li:first-child {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer__item:last-child ul li:nth-child(2) {
  background-image: url("../img/footer-icon-phone.svg");
}
.footer__item:last-child ul li:nth-child(3) {
  background-image: url("../img/footer-icon-mail.svg");
}
.footer__item:last-child ul li:nth-child(4) {
  background-image: url("../img/footer-icon-location.svg");
  background-position: left top;
}
.footer__item:last-child ul li:nth-child(5) {
  background-image: url("../img/footer-icon-email.svg");
}
.footer__item:last-child ul li:not(:first-child) {
  padding-left: 58px;
}
@media (max-width: 576px) {
  .footer__item:last-child ul {
    margin-bottom: 140px;
  }
  .footer__item:last-child ul > li:first-child {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .footer__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
@media (max-width: 576px) {
  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .footer__item:nth-child(2), .footer__item:nth-child(3) {
    display: none;
  }
  .footer__item:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .footer__item:first-child {
    text-align: center;
  }
}
.footer__logo img:hover {
  -webkit-animation-name: anime;
  animation-name: anime;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.footer__social {
  margin-top: 45px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .footer__social {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 35px;
  }
}
.footer__social_link {
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.footer__social_link:hover {
  -webkit-box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}
.footer__copyright {
  position: absolute;
  left: 0;
  bottom: 25px;
  left: 15px;
}
.footer__copyright > a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.footer__copyright > a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer__copyright > a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .footer__copyright {
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes anime {
  from {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  50% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  to {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}

@keyframes anime {
  from {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  50% {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }
  to {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
}
@-webkit-keyframes animeMoon {
  from {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  to {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
@keyframes animeMoon {
  from {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  to {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
}
/*# sourceMappingURL=main.css.map */