@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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;
}

ul {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

p {
  margin: 0;
}

/* ========================== */

.header {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.menu_list {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  z-index: 1;

  color: #ffffff;
}
.menu_list li a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.menu_list li {
  margin-left: 20px;
}

.figure_bg_svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 90vh;
  background: linear-gradient(0deg, #00ab6d 0%, #008857 100%);
  max-height: 750px;
}
.figure_bg_svg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-right: 100px solid transparent;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
main {
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
.img_banner {
  width: 100%;
}
.wrapper_img_banner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.txt_fs_25 {
  border-left: 4px solid #008857;
  font-family: "Inter", sans-serif;
  padding-left: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;

  color: #1d1e32;
}
.title_description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1d1e32;
}
h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 90%;
  letter-spacing: 0.05em;
}
h1 .green {
  background: linear-gradient(90deg, #00ab6d 1.53%, #008857 83.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.main_btn {
  padding: 20px 52px;
  background: linear-gradient(90deg, #00ab6d 0%, #008857 100%);
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  position: relative;
}
.main_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.main_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;

  position: absolute;
  bottom: 0;
  right: 0;
}

.title_description.mt15_26 {
  margin-top: 15px;
  margin-bottom: 26px;
}
.main_btn.mt77 {
  margin-top: 77px;
}

.mail_link {
  display: flex;
  align-items: center;
}
.mail_link::before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 10px;
  background-image: url("../img/mail_icon.svg");
  background-size: cover;
}
.wrapper_tg_wh_link {
  margin-top: 20px;
  display: flex;

  align-items: center;
}
.soc_link_item {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1d1e32;
}
.item_soc_icon img {
  width: 40px;
  height: 40px;
}
.item_soc_icon.mr15 {
  margin-right: 15px;
}
.item_soc_icon.mr10 {
  margin-right: 10px;
}
.soc_link_item.mt26 {
  margin-top: 26px;
}
.license {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 153.52%;
  color: #1d1e32;
}
.license_link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 153.52%;
  text-decoration-line: underline;
  color: #1d1e32;
}
.wrapper_license_link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.row_footer {
  align-items: flex-end;
}
.footer {
  padding: 59px 0 39px;
  /* margin-top: 59px;
  margin-bottom: 30px; */
}
.img_banner_shadow {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 90%;
}
.wrapper_img_banner {
  position: relative;
}

.burger_btn {
  width: 30px;
  min-width: 30px;
  height: 20px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.burger_btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.logo_header {
  position: relative;
  z-index: 1;
}
.burger_btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.9px) {
  .img_banner {
    width: 80%;
  }
  .img_banner_shadow {
    width: 80%;
  }
}
.row_main {
  flex-wrap: wrap-reverse;
}

@media (max-width: 991.9px) {
  .figure_bg_svg {
    width: 100%;
  }
  .mt_mob {
    margin-top: 120px;
  }
  main {
    margin-top: 30px;
  }
  .figure_bg_svg {
    max-height: 640px;
  }
}

@media (max-width: 767.9px) {
  .mt_mob {
    margin-top: 120px;
  }
  main {
    margin-top: 30px;
  }
  .figure_bg_svg {
    max-height: 520px;
  }
  .wrapper_license_link {
    align-items: flex-start;
  }
}

@media (max-width: 576.9px) {
  h1 {
    font-size: 36px;
  }
  .figure_bg_svg {
    height: 50vh;
  }
  .menu_list li a {
    color: #fff;
    font-size: 14px;
  }
  .logo_header img {
    width: 120px;
  }
  .title_description {
    font-size: 12px;
  }
  .txt_fs_25 {
    font-size: 18px;
  }
  .mt_mob {
    margin-top: 60px;
  }
  .title_description.mt15_26 {
    margin-top: 7px;
    margin-bottom: 14px;
  }
  .main_btn.mt77 {
    margin-top: 33px;
  }
  .main_btn {
    font-size: 16px;
    padding: 10px 25px;
  }
  .main_btn::before {
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
  }
  .main_btn::after {
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
  }
  .soc_link_item {
    font-size: 14px;
    line-height: 16px;
  }
  .mail_link::before {
    width: 25px;
    height: 25px;
    margin-right: 7px;
  }
  .item_soc_icon img {
    width: 25px;
    height: 25px;
  }
  .item_soc_icon.mr15 {
    margin-right: 7px;
  }
  .item_soc_icon.mr10 {
    margin-right: 7px;
  }
  .header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu_list li {
    margin: 0 15px 0 0;
  }
  .menu_list {
    margin-top: 20px;
  }
  .menu_list li:last-child {
    margin-right: 0;
  }
  .header {
    margin-top: 15px;
  }
  .wrapper_img_banner {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .figure_bg_svg {
    max-height: 370px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 556px;
  }
}
.btn-close.modal_position {
  position: absolute;
  right: 16px;
  top: 16px;
}
.modal-content._custom {
  border-radius: 0px;
  background: #f8f8f8;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.06);
  padding: 30px 89px;
}
.modal-title._custom {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  text-align: center;

  color: #1d1e32;
}
.modal-title .green {
  color: #008857;
}
.line_modal {
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  margin: 20px 0 20px;
}
.modal_btn {
  background: linear-gradient(90deg, #00ab6d 0%, #008857 82.54%);
  padding: 13px 10px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  position: relative;
  width: 100%;
}

.modal_btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #f8f8f8;
  border-right: 30px solid transparent;
  position: absolute;
  top: -1px;
  left: -1px;
}

.modal_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 30px solid #f8f8f8;
  border-left: 30px solid transparent;

  position: absolute;
  bottom: -1px;
  right: -1px;
}
.modal_fs17 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
  color: #1d1e32;
}
.modal_fs14 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 146.52%;
  color: #1d1e32;
  text-align: center;
  margin: 15px 0;
}
.form_modal {
  margin-top: 28px;
}
.form_modal input {
  display: block;
  width: 100%;
  padding: 10px 10px 8px 10px;
  background: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
}
.form_modal input:first-child {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .modal-content._custom {
    padding: 30px 30px;
  }
}
.modal_title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.modal_txt {
  font-size: 14px;
  font-weight: 400;
}