@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  background: #fbfcfc;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

.menu-burger__header {
  display: none;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: #606060;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.hidden {
  display: none;
}

header {
  background: #efefef;
}

.container {
  padding: 0 6%;
}

header .container {
  color: #606060;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.nav {
  display: flex;
  font-weight: 300;
}
.nav__item {
  padding: 35px 20px 20px 20px;
}
.nav__item:first-child {
  padding: 35px 20px 20px 0;
}

.buttons {
  display: flex;
}

.button {
  position: relative;
  margin: 0 0 0 10px;
  background: #e0e0e0;
  padding: 15px 40px;
  border-radius: 5px;
  font-weight: 300;
  cursor: pointer;
  z-index: 3;
}

.button_d {
  padding: 15px 60px 15px 40px;
}

.button_d::after {
  content: " ";
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  top: 23px;
  right: 35px;
  width: 16px;
  height: 16px;
  position: absolute;
}

.dropdown-menu {
  cursor: default;
  border-radius: 5px;
  z-index: -1;
  position: absolute;
  top: 100%;
  left: 2%;
  width: 98%;
  background: #e0e0e0;
  color: #606060;
  text-transform: none;
  padding: 20px;
}

.dropdown-menu div:hover {
  cursor: pointer;
  color: white;
}

.button:hover::after {
  filter: brightness(10);
}

.button:hover {
  background: #cecece;
  color: white;
}

.button:hover .dropdown-menu.hidden {
  display: block;
}

.hidden {
  display: none;
}

.head-banner {
  background: #fbfcfc;
}

.banner-top {
  display: flex;
}
.banner-top__left {
  position: relative;
  width: 50%;
  padding: 40px 0 0 4%;
}
.banner-top__abs {
  position: absolute;
  right: 0;
  top: 50px;
  height: 370px;
  width: 370px;
}
.banner-top__right {
  width: 50%;
}
.banner-top__upperText {
  padding-top: 29%;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  color: #606060;
}
.banner-top__title {
  font-size: 100px;
  font-weight: 600;
  color: #0f88af;
  font-family: "Ubuntu Condensed", sans-serif;
  line-height: 1em;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding: 0 0 80px 0;
}
.banner-top__text {
  color: #606060;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
  font-family: "Roboto", sans-serif;
}
.gives {
  width: 69%;
  margin: 0 auto;
  color: #606060;
}
.gives__top {
  font-size: 60px;
  font-weight: 500;
  text-align: center;
  margin: 50px auto;
  line-height: 1em;
}
.gives__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 30px;
  grid-template-areas: ". ." ". ." "last last";
}
.gives .last {
  grid-area: last;
}
.gives__block {
  display: flex;
  align-items: center;
}
.gives__img {
  min-width: 180px;
  min-height: 180px;
  max-width: 180px;
  max-height: 180px;
  padding: 10px;
  margin-right: 30px;
}
.gives__img_2 {
  padding: 10px 0 0 0;
}
.gives__img_5 {
  padding: 14px;
}
.gives__img img {
  width: 100%;
  height: 100%;
}
.gives__title {
  font-weight: 700;
  margin: 0 0 6px 0;
}
.regim-main {
  display: flex;
  justify-content: center;
}

.regim {
  margin: 70px 40px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
}

.regim_1 div {
  content: " ";
  background: #125568;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.regim_2 div {
  content: " ";
  background: #5135ee;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.regim_3 div {
  content: " ";
  background: #10a3a3;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.regim_4 div {
  content: " ";
  background: #0071bb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.regim_img {
  padding: 0 4%;
}

.info {
  padding: 0 11%;
}
.info__title {
  color: #0071bb;
  font-weight: 400;
  font-size: 47px;
  line-height: 1em;
}
.info__text {
  margin: 20px 0;
  font-size: 17.5px;
}

.costs {
  color: #606060;
  padding: 100px 0 0 0;
}
.costs__background {
  background-image: url(../img/costs.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.costs__family {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 0 30px;
}
.costs__top {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #0fb5af;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.costs__options_body {
  padding: 35px;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  grid-template-areas: "costs__options_text costs__options_text-1";
}
.costs__options_body--describe {
  padding: 35px;
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  grid-template-areas: "costs__options_text";
}
.costs__options_text {
  grid-area: costs__options_text;
  display: flex;
  justify-content: center;
}
.costs__options_text-1 {
  grid-area: costs__options_text-1;
  display: flex;
  justify-content: center;
}
.costs__body {
  width: 60%;
  margin: 100px auto 0;
}
.costs__back {
  background: #0f88af;
  border-radius: 12px;
}
.costs__finance {
  padding: 0 35px 35px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.costs__finance--fees {
  grid-template-rows: 1fr 1fr 1fr;
}
.costs__block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 30px;
}
.costs__additional {
  padding: 0 35px 35px 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas: ". . ." ". costs__block_1 costs__block_1" ". costs__block_2 costs__block_2";
}
.costs .costs__block_1 {
  grid-area: costs__block_1;
  justify-content: start;
}
.costs .costs__block_2 {
  grid-area: costs__block_2;
}

.info-container {
  background-color: #53b0ad;
}

.info-2 {
  margin: 0 auto;
  padding: 0 0 100px 0;
  width: 80%;
  color: #ffffff;
}
.info-2__text {
  margin: 20px;
}
.info-2__text:first-child {
  margin: 0 20px 20px 20px;
}

.how {
  padding: 100px 0 200px;
  background: rgb(209, 214, 238);
  background: linear-gradient(
    0deg,
    rgb(209, 214, 238) 0%,
    rgb(247, 248, 252) 100%
  );
}
.how__title_m {
  text-align: center;
  color: #0071bb;
  font-weight: 400;
  font-size: 60px;
  line-height: 1em;
  position: relative;
  padding-bottom: 60px;
}
.how__title_m:after {
  position: absolute;
  width: 100px;
  content: "";
  border: 5px solid #0f88af;
  border-radius: 5px;
  bottom: 0;
  left: calc(50% - 55px);
}
.how__block {
  max-width: 65%;
  margin: 0 auto;
  display: flex;
  position: relative;
  height: 300px;
}
.how__block:nth-child(2n + 1) {
  left: 90px;
}
.how__block:nth-child(2n + 2) {
  right: 90px;
}
.how__block:nth-child(2) {
  margin: 100px auto 0;
}
.how__block:nth-child(3) {
  margin: -20px auto;
  z-index: 10;
}
.how__block:nth-child(5) {
  margin: -20px auto -15px;
  z-index: 5;
}
.how__block:nth-child(6) {
  z-index: 7;
}
.how__text-block {
  padding: 50px;
  font-family: "Roboto", sans-serif;
}
.how__num_bodyL,
.how__num_bodyR {
  min-width: 250px;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.how__num_bodyL {
  z-index: 3;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgb(0, 214, 213) 50%,
    rgb(0, 140, 250) 100%
  );
}
.how__num_bodyR {
  z-index: 3;
  background: rgb(59, 157, 251);
  background: linear-gradient(
    90deg,
    rgb(59, 157, 251) 0%,
    rgb(12, 97, 187) 50%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.how__num_border {
  transform: rotate(45deg);
  min-width: 250px;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    -45deg,
    rgb(255, 255, 255) 0%,
    rgb(213, 227, 237) 100%
  );
  border: 1px solid white;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  box-shadow: 10px 10px 100px 0 rgba(0, 0, 0, 0.25);
}
.how__num {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  min-height: 190px;
  border-radius: 10px;
}
.how__num_bodyL .how__num {
  background: rgb(0, 140, 250);
  background: linear-gradient(
    135deg,
    rgb(0, 140, 250) 0%,
    rgb(0, 214, 213) 100%
  );
}
.how__num_bodyL .how__num_border {
  margin-left: -30px;
}
.how__num_bodyR .how__num {
  background: rgb(0, 101, 249);
  background: linear-gradient(
    135deg,
    rgb(0, 101, 249) 0%,
    rgb(0, 171, 195) 100%
  );
}
.how__num_bodyR .how__num_border {
  margin-right: -30px;
}
.how__text-block:nth-child(2n + 1) {
  text-align: right;
  background: rgb(253, 254, 254);
  background: linear-gradient(
    90deg,
    rgb(253, 254, 254) 25%,
    rgb(220, 231, 239) 100%
  );
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
}
.how__text-block:nth-child(2n + 2) {
  text-align: left;
  background: rgb(253, 254, 254);
  background: linear-gradient(
    90deg,
    rgb(220, 231, 239) 0%,
    rgb(253, 254, 254) 75%
  );
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
}
.how__num span {
  transform: rotate(-45deg);
  color: white;
  font-size: 100px;
  font-weight: 800;
}
.how__title {
  color: #1e8fb4;
  font-size: 24px;
  padding: 0 0 30px 0;
  line-height: 1em;
  font-weight: 500;
}
.how__text {
  color: #606060;
  font-size: 18px;
  line-height: 1.2em;
}

.green-line {
  height: 30px;
  margin: 0 0 100px 0;
  width: 100%;
  background-color: #27a9b7;
}

.main-form {
  margin: 0 6% 100px 6%;
  display: flex;
}
.main-form__left {
  position: relative;
  width: 50%;
  height: 700px;
  margin: 0 30px 0 0;
  background: url(../img/manager.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-form__socials {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  margin: 0 120px 0 0;
}
.main-form__social {
  width: 70px;
  height: 70px;
  margin: 0 5px;
  background-position: center;
  background-size: contain;
}
.main-form__social_1 {
  background-image: url(../img/viber.png);
}
.main-form__social_2 {
  background-image: url(../img/telegram.png);
}
.main-form__social_3 {
  background-image: url(../img/whatsapp.png);
}
.main-form__social_4 {
  background-image: url(../img/skype.png);
}
.main-form__right {
  width: 50%;
}
.main-form__title {
  color: #0071bb;
  font-weight: 400;
  font-size: 50px;
  line-height: 1em;
  margin: 0 0 50px 0;
}
.main-form__text {
  margin: 0 0 40px 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.main-form__block {
  height: 350px;
  border-radius: 15px;
  background: #0d7f99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-form__body {
  background: #11a6b9;
  height: calc(100% - 70px);
  width: calc(100% - 70px);
  border-radius: 20px;
}
.main-form__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 35px;
  gap: 15px;
}
.main-form__field {
  border-radius: 5px;
  padding: 12px 36px 12px 60px;
  height: 54px;
  width: 100%;
  background: #ffffff;
  border: none;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.main-form__field_body {
  position: relative;
}
.main-form__field_body:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 38px;
  height: 30px;
}
.main-form__field:focus-visible {
  outline: none;
  outline-offset: unset;
}
.main-form__field_body1:after {
  background: url(../img/f1.png) center/70% no-repeat;
}
.main-form__field_body2:after {
  background: url(../img/f2.png) center/70% no-repeat;
}
.main-form__field_body3:after {
  background: url(../img/f3.png) center/75% no-repeat;
}
.main-form__field_body4:after {
  background: url(../img/f4.png) center/75% no-repeat;
}
.main-form__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-form__button button {
  width: 250px;
  background-color: #056b8b;
  padding: 15px 30px;
  color: white;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.FAQ {
  margin: 0 13% 100px 13%;
}
.FAQ__img {
  max-width: 120px;
  margin: 0 40px 50px 0;
}
.FAQ__title {
  display: flex;
  color: #0071bb;
  font-weight: 400;
  font-size: 60px;
  line-height: 1em;
}
.FAQ__text {
  position: relative;
  margin: 15px 0 15px 50px;
}
.FAQ__text:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -3px;
  width: 38px;
  height: 30px;
  background: url(../img/FAQ_NoActive.png) center/75% no-repeat;
}
.FAQ__text.active:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -3px;
  width: 38px;
  height: 30px;
  background: url(../img/FAQ_Active.png) center/75% no-repeat;
}
.FAQ__question {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #606060;
}
.FAQ__answer {
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #606060;
  margin: 20px 0 40px 0;
}
.FAQ__answer {
  display: none;
}
.FAQ__text.active .FAQ__answer {
  display: block;
}

.footer__top {
  height: 265px;
  background: url(../img/fish.png) bottom right/50% no-repeat;
}
.footer__bottom {
  background-color: #0f88af;
  position: relative;
}
.footer__bottom:after {
  content: "";
  background: url(../img/wave.png);
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  right: 0;
}
.footer__title {
  color: white;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  padding: 70px 0 50px 0;
  position: relative;
}
.footer__title::after {
  position: absolute;
  width: 110px;
  content: "";
  border: 5px solid white;
  border-radius: 5px;
  bottom: 0;
  left: calc(50% - 55px);
  max-width: 0 auto;
}
.footer__slider .slick-arrow.slick-prev {
  transform: scale(-1, 1);
}
.footer__slider .slick-arrow {
  font-size: 0;
  background: url(../img/next.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  border: none;
}
.footer__slider {
  width: 90%;
  margin: 50px auto 0;
  padding: 0 0 50px 0;
  height: 400px;
  display: grid;
  grid-template-columns: 1fr 16fr 1fr;
  gap: 30px;
  align-items: center;
}
.footer__sl-item {
  background-color: #00a0c3;
  margin: 0 30px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
}
.footer__sl-text {
  margin: 0 30px 30px 30px;
  color: white;
  font-weight: 600;
}
.footer__block {
  background: #00a0c3;
  height: 400px;
  border-radius: 15px;
}
.footer__nav {
  display: flex;
  justify-content: center;
  margin: 0 0 100px 0;
}
.footer__nav-item {
  color: white;
  font-size: 18px;
  padding: 30px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.white-line {
  width: 80%;
  height: 3px;
  border-radius: 1.5px;
  margin: 0px auto 30px;
  background-color: white;
}

@media screen and (max-width: 1600px) {
  .costs__background {
    background-size: contain;
  }
  .nav,
  .buttons {
    font-size: 16px;
  }
  .banner-top__abs {
    width: 300px;
    height: 300px;
  }
  .banner-top__upperText {
    font-size: 24px;
  }
  .banner-top__title {
    font-size: 80px;
    padding: 0 0 50px 0;
  }
  .banner-top__text {
    font-size: 17px;
  }
  .gives__img {
    min-width: 170px;
    min-height: 170px;
    max-width: 170px;
    max-height: 170px;
  }
  .gives__title {
    font-size: 15px;
  }
  .gives__text {
    font-size: 15px;
  }
  .info__title {
    font-size: 45px;
  }
  .info__text {
    font-size: 15px;
  }
  .costs {
    padding: 0;
  }
  .costs__body {
    width: 70%;
  }
  .main-form__socials {
    margin: 0 50px 0 0;
  }
  .main-form__title {
    font-size: 45px;
  }
  .FAQ__title {
    font-size: 50px;
  }
  .FAQ__img {
    margin: 0 30px 40px 0;
  }
  .FAQ__img img {
    width: 80%;
  }
  .footer__title {
    font-size: 50px;
  }
  .footer__sl-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1330px) {
  .nav,
  .buttons {
    font-size: 16px;
    margin: 10px 0;
  }
  .button {
    padding: 10px 20px;
  }
  .nav__item:first-child {
    padding: 10px 10px 0 0;
  }
  .nav__item {
    padding: 10px 10px 0 10px;
  }
  .banner-top__abs {
    width: 270px;
    height: 270px;
  }
  .banner-top__upperText {
    font-size: 20px;
  }
  .banner-top__title {
    font-size: 70px;
  }
  .banner-top__text {
    font-size: 16px;
  }
  .gives {
    width: 80%;
  }
  .gives__img {
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    margin-right: 10px;
  }
  .gives__title {
    font-size: 15px;
  }
  .gives__text {
    font-size: 15px;
  }
  .how {
    padding: 50px 0 100px 0;
  }
  .how__block:nth-child(2) {
    margin: 40px auto 0;
  }
  .how__title {
    font-size: 20px;
  }
  .how__text {
    font-size: 16px;
  }
  .costs__body {
    width: 75%;
  }
  .main-form {
    margin: 0 6% 60px 6%;
  }
  .main-form__socials {
    margin: 0 10px 0 0;
    bottom: 30px;
  }
  .main-form__title {
    font-size: 32px;
  }
  .main-form__field {
    font-size: 15px;
  }
  .main-form__fields {
    margin: 20px 20px 40px 20px;
  }
  .main-form__block {
    height: 330px;
  }
  .main-form__body {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .FAQ {
    width: 80%;
    margin: 0 auto;
  }
  .FAQ__title {
    font-size: 40px;
  }
  .FAQ__img {
    margin: 0 0 40px 0;
  }
  .FAQ__img img {
    width: 60%;
  }
  .footer__title {
    font-size: 40px;
  }
  .footer__sl-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .buttons {
    font-size: 16px;
    margin: 10px 0;
  }
  .button {
    padding: 10px 20px;
  }
  .nav {
    display: none;
  }
  .nav__item:first-child {
    padding: 15px 15px 15px 16px;
  }
  .nav__item {
    padding: 15px 15px 15px 16px;
    text-align: center;
    font-weight: 600;
  }
  .logo img {
    width: 250px;
  }
  .banner-top__abs {
    top: 30px;
    height: 250px;
  }
  .banner-top__upperText {
    font-size: 18px;
    padding-top: 35%;
  }
  .banner-top__title {
    font-size: 60px;
    padding: 0 0 30px 0;
  }
  .footer__nav-item {
    color: white;
    font-size: 16px;
    padding: 10px;
  }
  .footer__slider {
    grid-template-columns: 1fr 13fr 1fr;
  }
  .gives {
    width: 90%;
  }
  .gives__blocks {
    display: flex;
    flex-direction: column;
  }
  .gives__top {
    margin: 30px 0px;
  }
  .gives__img {
    min-width: 170px;
    min-height: 170px;
    max-width: 170px;
    max-height: 170px;
    margin-right: 20px;
  }
  .regim {
    margin: 40px;
  }
  .info {
    padding: 0 10%;
  }
  .info__title {
    font-size: 40px;
  }
  .how {
    padding: 50px 0 100px 0;
  }
  .how__block:nth-child(2) {
    margin: 40px auto 0;
  }
  .how__block:nth-child(2n + 2) {
    right: 75px;
  }
  .how__block:nth-child(4) .how__text-block {
    padding: 40px;
  }
  .how__block:nth-child(2n + 1) {
    left: 75px;
  }
  .how__block {
    max-width: 70%;
  }
  .how__num_bodyL,
  .how__num_bodyR {
    width: 200px;
  }
  .how__title {
    font-size: 20px;
  }
  .how__text {
    font-size: 16px;
  }
  .costs__background {
    padding: 0 0 50px 0;
  }
  .costs__body {
    width: 80%;
    margin: 30px auto 0;
  }
  .costs__top {
    font-size: 16px;
  }
  .costs__block {
    padding: 20px;
  }
  .costs__options_body {
    padding: 25px;
  }
  .costs__finance {
    padding: 0 20px 10px 20px;
  }
  .menu-burger__header {
    position: relative; /* задаем относительное позиционирование */
    width: 40px; /* определяем размеры блока */
    height: 35px;
    display: block;
    margin-left: 10px;
  }
  .info-2 {
    padding: 0 0 30px 0;
  }
  .how__title_m {
    font-size: 50px;
  }
  .how__title {
    padding: 0 0 10px 0;
  }
  .how__text-block {
    padding: 20px 40px;
  }
  .main-form {
    margin: 0 6% 60px 6%;
  }
  .main-form__socials {
    margin: 0 10px 0 0;
    bottom: 30px;
  }
  .main-form__title {
    font-size: 32px;
  }
  .main-form__field {
    font-size: 15px;
  }
  .main-form__fields {
    margin: 20px 20px 40px 20px;
  }
  .main-form__block {
    height: 330px;
  }
  .main-form__body {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .FAQ {
    width: 80%;
    margin: 0 auto;
  }
  .FAQ__title {
    font-size: 40px;
  }
  .FAQ__img {
    margin: 0 0 40px 0;
  }
  .FAQ__img img {
    width: 60%;
  }
  .footer__title {
    font-size: 40px;
  }
  .footer__sl-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 992px) {
  .buttons {
    font-size: 16px;
    margin: 10px 0;
  }
  .costs__body {
    width: 90%;
  }
  .button {
    padding: 10px 20px;
  }
  .nav {
    display: none;
  }
  .nav__item:first-child {
    padding: 15px 15px 15px 16px;
  }
  .nav__item {
    padding: 15px 15px 15px 16px;
    text-align: center;
    font-weight: 600;
  }
  .logo img {
    width: 250px;
  }
  .footer__nav-item {
    color: white;
    font-size: 16px;
    padding: 10px;
  }
  .footer__slider {
    grid-template-columns: 1fr 13fr 1fr;
  }
  .regim {
    margin: 10px;
  }
  .banner-top__right {
    display: none;
  }
  .banner-top__left {
    width: 100%;
  }
  .banner-top__upperText {
    padding: 100px 0 0 0;
  }
  .banner-top__abs {
    width: 330px !important;
    height: 330px;
    right: 30px;
  }
  .info {
    padding: 0 10%;
  }
  .info__title {
    font-size: 40px;
  }
  .how {
    padding: 50px 0;
  }
  .how__num_bodyL,
  .how__num_bodyR {
    display: none;
  }
  .how__block:nth-child(2n + 2) {
    right: 50px;
  }
  .how__block:nth-child(2n + 1) {
    left: 50px;
  }
  .how__block {
    max-width: 75%;
    height: 270px;
  }
  .how__text-block {
    border-radius: 35px;
    padding: 35px;
  }
  .how__title {
    font-size: 20px;
  }
  .how__text {
    font-size: 16px;
  }
  .green-line {
    margin: 0 0 50px 0;
  }
  .main-form {
    position: relative;
    padding-bottom: 100px;
  }
  .main-form__left {
    background: none;
    position: absolute;
    width: 100%;
  }
  .main-form__right {
    width: 100%;
  }
  .main-form__socials {
    margin: 0;
    display: flex;
    justify-content: center;
    bottom: 0px;
  }
  .main-form__social {
    margin: 0 15px;
  }
  .main-form__block {
    height: 330px;
  }
  .main-form__body {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .FAQ {
    width: 80%;
    margin: 0 auto;
  }
  .FAQ__title {
    font-size: 28px;
  }
  .FAQ__img {
    margin: 0 0 40px 0;
  }
  .FAQ__img img {
    width: 60%;
  }
  .footer__title {
    font-size: 40px;
  }
  .footer__sl-item {
    margin: 0 10px;
  }
  .footer__menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner-top__text {
    padding-right: 20px;
  }
  .costs__body {
    width: 100%;
  }
  .banner-top__abs {
    width: 250px !important;
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .regim-main {
    margin: 0 20px;
  }
  .main-form__field {
    font-size: 13px;
  }
  .footer__title {
    font-size: 20px;
  }
  .regim {
    margin: 20px 0 20px 0;
  }
  .gives {
    padding-top: 25px;
  }
  .gives__top {
    font-size: 40px;
  }
  .info-2 {
    width: 95%;
  }
  .how__title_m {
    font-size: 30px;
    padding: 0 0 40px 0;
  }
  .info__title {
    font-size: 30px;
  }
  .how__block {
    max-width: 90%;
    height: 300px;
  }
  .how__block:nth-child(2n + 2) {
    right: 0;
  }
  .how__block:nth-child(2n + 1) {
    left: 0;
  }
  .main-form__socials {
    bottom: -75px;
    background-repeat: no-repeat;
  }
  .main-form__social {
    background-repeat: no-repeat;
  }
  .costs__block {
    padding: 10px;
    font-size: 12px;
  }
  .costs__top {
    font-size: 13px;
    padding: 5px;
  }
  .footer__top {
    height: 150px;
  }
}
@media screen and (max-width: 647px) {
  .main-form__socials {
    bottom: -35px;
  }
}
@media screen and (max-width: 557px) {
  .main-form__socials {
    bottom: -85px;
  }
}
@media screen and (max-width: 507px) {
  .main-form__socials {
    bottom: -140px;
  }
}
@media screen and (max-width: 420px) {
  .main-form__socials {
    bottom: -170px;
  }
}
.menu-burger__header span,
.menu-burger__header:after,
.menu-burger__header:before {
  height: 3px;
  width: 100%;
  position: absolute;
  background: #515758;
  margin: 0 auto;
}

.menu-burger__header span {
  top: 16px;
}

.menu-burger__header:after,
.menu-burger__header:before {
  content: "";
}

.menu-burger__header:after {
  bottom: 5px;
}

.menu-burger__header:before {
  top: 5px;
}

.menu-burger__header.open-menu span {
  opacity: 0;
  transition: 0.5s;
}

.menu-burger__header.open-menu:before {
  transform: rotate(38deg);
  top: 16px;
  transition: 0.4s;
}

.menu-burger__header.open-menu:after {
  transform: rotate(-38deg);
  bottom: 16px;
  transition: 0.4s;
}

.nav-open {
  display: block;
  position: absolute;
  top: 64px;
  left: calc(50% - 250px);
  background: #dadada;
  z-index: 10;
  width: 500px;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
  height: 100%;
}

/* Лента слайдов */
.slick-track {
  display: flex;
  height: 100%;
} /*# sourceMappingURL=main.css.map */

.news.news-inner-two {
  background-color: transparent;
  background-image: url(../images/footer-bg.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: -140px 0 0;
  padding: 0 0 420px;
}
@media (min-width: 1650px) {
  .news.news-inner-two {
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  .news.news-inner-two {
    padding: 0 0 300px;
  }
}
@media (max-width: 767.98px) {
  .news.news-inner-two {
    background-image: none;
    padding: 40px 30px 30px;
    background-color: #0987b0;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .news.news-inner-two {
    padding: 40px 0 30px;
  }
}
.news.news-inner-two::before {
  display: none;
}
.news.news-inner-two::after {
  display: none;
}
@media (max-width: 767.98px) {
  .news.news-inner-two::after {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .news.news-inner-two h2 {
    font-size: 45px;
    line-height: 45px;
    text-align: center;
  }
}
.news.news-inner-two .news-slider-wrap {
  padding: 0 60px 60px;
}
@media (max-width: 767.98px) {
  .news.news-inner-two .news-slider-wrap {
    padding: 0 30px 60px;
  }
}

.news-slider {
  display: block;
}

.news-slider-wrap {
  padding: 0 60px;
  padding-top: 40px;
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .news-slider-wrap {
    display: block;
  }
}
@media (max-width: 420px) {
  .news-slider-wrap {
    padding: 20px;
  }
}

.news-wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 30px;
  width: 100%;
}

.news-wrap .content-wrap {
  padding: 15px 30px;
}

.news-wrap .content-wrap p {
  font-size: 14px;
  line-height: 16px;
  color: #282828;
}

.news-wrap .content-wrap h4 {
  font-size: 16px;
  line-height: 16px;
  color: #282828;
  margin: 0 0 15px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  left: 0;
  right: 0;
}
@media (max-width: 420px) {
  .owl-nav {
    margin-top: -16px;
  }
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 28px;
  height: 52px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  position: absolute;
}
@media (max-width: 420px) {
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 18px;
    height: 33px;
  }
}
.owl-nav .owl-prev {
  background-image: url(../img/icon/prev.png) !important;
  left: -60px;
}
@media (max-width: 580px) {
  .owl-nav .owl-prev {
    left: -30px;
  }
}
.owl-nav .owl-next {
  background-image: url(../img/icon/next.png) !important;
  right: -60px;
}
@media (max-width: 580px) {
  .owl-nav .owl-next {
    right: -30px;
  }
}

.dropdown-menu a {
  display: block;
}

.footer__menu {
  z-index: 1;
  position: relative;
}

.footer__menu .footer__nav a {
  cursor: pointer;
  color: #fff;
}
