* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0 0 20px 0;
  text-rendering: optimizeLegibility;
}

p img {
  margin: 0;
}

a,
a:visited,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}

li {
  display: list-item;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
  float: none !important;
}

:focus {
  outline: 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -5px;
}

sub {
  bottom: 2px;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: "Open Sans", serif;
  overflow-x: hidden;
}
html:has(nav.active),
body:has(nav.active) {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}

.layout {
  width: 100%;
  flex: 1 0 auto;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1720px;
  position: relative;
  padding: 0 120px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 30px;
  border-radius: 38px;
  background-color: #151f23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  color: #fff;
}
.button::before {
  content: "";
  position: absolute;
  right: -27px;
  top: 28px;
  background-image: url(../images/icons/button_cursor.svg);
  width: 85px;
  height: 95px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  animation: float-diagonal 2s ease-in-out infinite;
}
@keyframes float-diagonal {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(15px, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (hover: hover) {
  .button:hover {
    background-color: #ecf00d;
    color: #151f23;
  }
}
@media (hover: none) {
  .button:active {
    background-color: #ecf00d;
    color: #151f23;
  }
}
.button:active {
  background-color: #c8c332;
}

section {
  margin-top: 123px !important;
}

.title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #151f23;
}

.b-modal {
  background-color: rgba(21, 31, 35, 0.67) !important;
}

.modal {
  padding: 70px 70px 60px;
  border-radius: 8px;
  background-color: #fff;
}
.modal .cross {
  position: absolute;
  right: 28px;
  top: 28px;
  cursor: pointer;
}
.modal .modal_title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-bottom: 42px;
}
.modal:has(form) {
  width: 100%;
  max-width: 785px;
}
.modal:has(.content) {
  width: 100%;
  max-width: 1163px;
  padding: 70px 15px 70px 70px;
}
.modal:has(.content) .modal_title {
  padding-right: 70px;
}
.modal .content {
  padding-right: 46px;
  max-height: 600px;
  overflow: auto;
}
.modal .content::-webkit-scrollbar {
  width: 9px;
}
.modal .content::-webkit-scrollbar-thumb {
  border-radius: 59px;
  background-color: rgba(98, 111, 117, 0.5);
  width: 9px;
}
.modal .content h1,
.modal .content h2,
.modal .content h3,
.modal .content h4,
.modal .content h5,
.modal .content h6 {
  color: #151f23;
  font-weight: 600;
  line-height: normal;
  margin-top: 40px;
}
.modal .content h1:first-child,
.modal .content h2:first-child,
.modal .content h3:first-child,
.modal .content h4:first-child,
.modal .content h5:first-child,
.modal .content h6:first-child {
  margin-top: 0;
}
.modal .content h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.modal .content h2 {
  font-size: 26px;
  margin-bottom: 18px;
}
.modal .content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.modal .content h4 {
  font-size: 22px;
  margin-bottom: 14px;
}
.modal .content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}
.modal .content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.modal .content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151f23;
}
.modal .content p:last-of-type {
  margin: 0;
}
.modal .content ul,
.modal .content ol {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}
.modal .content ul li,
.modal .content ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  color: #151f23;
}
.modal .content ul li strong,
.modal .content ol li strong {
  font-weight: 600;
}
.modal .content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.modal .reg_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
  max-width: 475px;
  margin: 0 auto;
}
.modal .reg_form .button {
  margin: 10px auto 0;
}
.modal .reg_form .button::before {
  display: none;
}

.form_row {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form_row:has(input.valid)::before {
  position: absolute;
  bottom: 18px;
  right: 18px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/valid.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error)::before {
  position: absolute;
  bottom: 18px;
  right: 18px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/error.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.form_row:has(input.error) label.error {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  color: #ee4444;
}
.form_row:has(input.error) label.error::after {
  display: none;
}
.form_row:has(input.error) input {
  border-color: #e44;
}
.form_row label {
  margin-left: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151f23;
}
.form_row label::after {
  content: "*";
  color: #e44;
  margin-left: 4px;
}
.form_row input {
  width: 100%;
  border-radius: 48px;
  border: 1px solid rgba(120, 133, 138, 0.4);
  background-color: #fff;
  padding: 17px 19px;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151f23;
  transition: all 0.3s;
}
.form_row input::-moz-placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: rgba(98, 111, 117, 0.6);
}
.form_row input::placeholder {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: rgba(98, 111, 117, 0.6);
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 14px 0;
}
header .header_wrapper {
  display: flex;
  position: relative;
  align-items: center;
  gap: 30px;
}
header .header_wrapper nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 30px;
}
header .header_wrapper nav .mobile_phone {
  display: none;
  align-items: center;
  gap: 5px;
  color: #151f23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
header .header_wrapper nav a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151f23;
  position: relative;
}
header .header_wrapper nav a::before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 33px);
  height: 1px;
  transition: all 0.3s;
  background-color: #c8c332;
  display: block;
}
header .header_wrapper nav a.active::before {
  width: 100%;
}
header .header_wrapper .phone {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #151f23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
header .header_wrapper .lang_toggle_container {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
}
header .header_wrapper .lang_toggle_container::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #626f75;
  opacity: 0.3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .header_wrapper .lang_toggle_container .toggle {
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151f23;
}
header .header_wrapper .lang_toggle_container .toggle.active {
  color: #c8c332;
}
header .header_wrapper .burger-btn {
  z-index: 5;
  width: 20px;
  height: 18px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
header .header_wrapper .burger-btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 6px;
  position: relative;
  background: #151f23;
  border-radius: 1px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  pointer-events: none;
}
header .header_wrapper .burger-btn span:first-child {
  transform-origin: 0% 0%;
}
header .header_wrapper .burger-btn span:nth-last-child(2) {
  transform-origin: 0% 100%;
  width: 8px;
}
header .header_wrapper .burger-btn.active span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 1px);
}
header .header_wrapper .burger-btn.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .header_wrapper .burger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -4px);
}
header .header_wrapper .overlay {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(21, 31, 35, 0.67);
  z-index: 98;
  cursor: pointer;
  display: none;
}
header .header_wrapper:has(nav.active) .overlay {
  display: block;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  margin-top: 123px;
  padding-top: 40px;
  background-color: #f9f9f9;
}
footer .footer_top {
  margin-bottom: 40px;
  display: flex;
  align-items: start;
  gap: 89px;
}
footer .footer_top .footer_block.contacts {
  max-width: 343px;
}
footer .footer_top .footer_block .footer_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 29px;
}
footer .footer_top .footer_block .footer_heading h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #151f23;
}
footer .footer_top .footer_block .footer_heading p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #626f75;
}
footer .footer_top .footer_block .footer_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  text-transform: uppercase;
  color: #151f23;
  margin-bottom: 25px;
}
footer .footer_top .footer_block .footer_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
footer .footer_top .footer_block .footer_list .footer_list_item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151f23;
}
footer .footer_top .footer_block .footer_list .footer_list_item:has(img) {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .copyright {
  background-color: #151f23;
  text-align: center;
  padding: 9px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen {
  margin-top: 65px;
}
.first_screen h1 {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151f23;
  max-width: 1045px;
  margin: 0 auto;
}
.first_screen .image_container {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0.871% 0.292%, 3.321% 1.083%, 7.1% 2.25%, 11.962% 3.667%, 17.658% 5.208%, 23.942% 6.75%, 30.566% 8.167%, 37.282% 9.333%, 43.843% 10.125%, 50% 10.417%, 50% 10.417%, 56.157% 10.125%, 62.718% 9.333%, 69.434% 8.167%, 76.058% 6.75%, 82.342% 5.208%, 88.039% 3.667%, 92.9% 2.25%, 96.68% 1.083%, 99.129% 0.292%, 100% 0%, 100% 100%, 100% 100%, 99.129% 99.708%, 96.68% 98.917%, 92.9% 97.75%, 88.039% 96.333%, 82.342% 94.792%, 76.058% 93.25%, 69.434% 91.833%, 62.718% 90.667%, 56.157% 89.875%, 50% 89.583%, 50% 89.583%, 43.843% 89.875%, 37.282% 90.667%, 30.566% 91.833%, 23.942% 93.25%, 17.658% 94.792%, 11.962% 96.333%, 7.1% 97.75%, 3.321% 98.917%, 0.871% 99.708%, 0% 100%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0.871% 0.292%, 3.321% 1.083%, 7.1% 2.25%, 11.962% 3.667%, 17.658% 5.208%, 23.942% 6.75%, 30.566% 8.167%, 37.282% 9.333%, 43.843% 10.125%, 50% 10.417%, 50% 10.417%, 56.157% 10.125%, 62.718% 9.333%, 69.434% 8.167%, 76.058% 6.75%, 82.342% 5.208%, 88.039% 3.667%, 92.9% 2.25%, 96.68% 1.083%, 99.129% 0.292%, 100% 0%, 100% 100%, 100% 100%, 99.129% 99.708%, 96.68% 98.917%, 92.9% 97.75%, 88.039% 96.333%, 82.342% 94.792%, 76.058% 93.25%, 69.434% 91.833%, 62.718% 90.667%, 56.157% 89.875%, 50% 89.583%, 50% 89.583%, 43.843% 89.875%, 37.282% 90.667%, 30.566% 91.833%, 23.942% 93.25%, 17.658% 94.792%, 11.962% 96.333%, 7.1% 97.75%, 3.321% 98.917%, 0.871% 99.708%, 0% 100%, 0% 0%);
  overflow: hidden;
  aspect-ratio: 192/67;
}
.first_screen .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.first_screen .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  max-width: 769px;
  margin: -30px auto 0;
}
.first_screen .text p {
  margin: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #626f75;
}

.about_section {
  padding: 130px 0;
  background-color: #f9f9f9;
}

.about_wrapper {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  align-items: start;
}
.about_wrapper .about_block {
  width: 100%;
}
.about_wrapper .about_block.program {
  max-width: 681px;
}
.about_wrapper .about_block .title {
  margin-bottom: 38px;
}
.about_wrapper .about_block .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about_wrapper .about_block .text p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #626f75;
}
.about_wrapper .about_block .partners_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about_wrapper .about_block .partners_container .partner {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about_wrapper .about_block .partners_container .partner .image_container {
  min-width: 236px;
}
.about_wrapper .about_block .partners_container .partner .info .name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #151f23;
  margin-bottom: 8px;
  white-space: nowrap;
}
.about_wrapper .about_block .partners_container .partner .info .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #626f75;
  white-space: nowrap;
}

.benefits {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  align-items: center;
}
.benefits .image_container {
  width: 100%;
  max-width: 680px;
  height: 386px;
  border-radius: 8px;
  overflow: hidden;
}
.benefits .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.benefits .info .title {
  margin-bottom: 38px;
}
.benefits .info ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefits .info ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #626f75;
}
.benefits .info ul li::marker {
  color: #c8c332;
}

.reviews_section {
  position: relative;
  padding: 102px 0;
  background-color: #f9f9f9;
}
.reviews_section .bg_1 {
  position: absolute;
  top: 10px;
  left: 125px;
  z-index: 0;
}
.reviews_section .bg_2 {
  position: absolute;
  top: 310px;
  left: 0;
  z-index: 0;
}
.reviews_section .bg_3 {
  position: absolute;
  bottom: 116px;
  right: 0;
  z-index: 0;
}
.reviews_section .title {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 60px;
}
.reviews_section .reviews {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 30px;
}
.reviews_section .reviews .review .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #151f23;
}
.reviews_section .reviews .review .position {
  margin-top: 6px;
  margin-bottom: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #626f75;
}
.reviews_section .reviews .review .coment {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151f23;
}

.baner_section {
  position: relative;
}
.baner_section .bg_circle_1 {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  bottom: 69px;
  width: 177px;
  height: 177px;
  background-color: #c8c332;
  border-radius: 100%;
  opacity: 0.42;
}
.baner_section .bg_circle_2 {
  position: absolute;
  top: -32px;
  left: 40%;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  opacity: 0.16;
  filter: blur(9.1999998093px);
  background-color: #c8c332;
}
.baner_section .bg_circle_3 {
  position: absolute;
  bottom: 92px;
  left: 50%;
  width: 59px;
  height: 59px;
  opacity: 0.12;
  background-color: #c8c332;
  border-radius: 100%;
}
.baner_section .bg_circle_4 {
  position: absolute;
  right: 0;
  top: -55px;
  width: 219px;
  height: 219px;
  border-radius: 100%;
  transform: translateX(30%);
  opacity: 0.14;
  filter: blur(24.2000007629px);
  background-color: #c8c332;
}
.baner_section .baner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 38px;
}
.baner_section .baner .image_container {
  width: 681px;
  height: 395px;
  border-radius: 8px;
  overflow: hidden;
}
.baner_section .baner .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.baner_section .baner .text {
  flex: 1;
}
.baner_section .baner .text .title {
  margin-bottom: 16px;
}
.baner_section .baner .text p {
  margin-bottom: 42px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 606px;
  color: #626F75;
}

@media (max-width: 1650px) {
  .benefits {
    justify-content: start;
  }
  .benefits .image_container {
    max-width: 549px;
  }
  .baner_section .baner {
    justify-content: center;
  }
  .baner_section .baner .text {
    max-width: 561px;
  }
  .baner_section .baner .image_container {
    width: 561px;
  }
}
@media (max-width: 1550px) {
  footer .footer_top {
    justify-content: space-between;
    gap: 0;
  }
  .about_wrapper .about_block .partners_container .partner .info .name,
  .about_wrapper .about_block .partners_container .partner .info .text {
    white-space: wrap;
  }
  .about_wrapper .about_block.program {
    max-width: 45%;
  }
}
@media (max-width: 1300px) {
  .first_screen .image_container {
    margin-top: 16px;
  }
  .first_screen .text {
    margin-top: 0;
  }
  .baner_section .bg_circle_1 {
    display: none;
  }
  .baner_section .baner .text {
    max-width: 100%;
  }
  .title {
    font-size: 36px;
  }
  header .header_wrapper nav {
    position: static;
    margin: 0 auto;
    transform: translate(0, 0);
  }
  header .header_wrapper .phone {
    margin-left: 0;
  }
  .limit {
    padding: 0 30px;
  }
  .first_screen h1 {
    font-size: 42px;
  }
}
@media (max-width: 1150px) {
  header .header_wrapper .burger-btn {
    display: block;
    margin-right: 23px;
  }
  header .header_wrapper nav {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    height: 100dvh;
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    padding-top: 43px;
    padding-left: 70px;
    flex-direction: column;
    gap: 40px;
    align-items: start;
    z-index: 99;
    transition: all 0.3s;
    transform: translate(-100%, 0);
  }
  header .header_wrapper nav.active {
    transform: translate(0, 0);
  }
  header .header_wrapper {
    gap: 0;
  }
  header .header_wrapper .phone {
    margin-left: auto;
    margin-right: 30px;
  }
  .first_screen {
    margin-top: 55px;
  }
  .first_screen h1 {
    font-size: 38px;
    padding: 0 30px;
  }
  .first_screen .image_container {
    margin-top: 26px;
  }
  .first_screen .text {
    margin-top: 14px;
    max-width: 639px;
  }
  .first_screen .text p {
    font-size: 20px;
  }
  .about_section {
    padding: 100px 0;
  }
  .about_wrapper {
    flex-direction: column;
  }
  .about_wrapper .about_block.program {
    max-width: 100%;
  }
  .about_wrapper .about_block.program .text {
    flex-direction: row;
  }
  .about_wrapper .about_block.program .text p {
    width: 100%;
  }
  .title {
    font-size: 32px;
  }
  .benefits {
    gap: 30px;
    align-items: start;
  }
  .benefits .image_container {
    max-width: 445px;
    height: 312px;
  }
  .benefits .info .title {
    margin-bottom: 30px;
  }
  .reviews_section .reviews .review .name {
    font-size: 22px;
  }
  .reviews_section .reviews .review .position {
    font-size: 14px;
  }
  .reviews_section .reviews .review .coment {
    font-size: 16px;
  }
  .reviews_section .bg_1 {
    width: 85.622px;
    height: 85.622px;
    left: 97.629px;
    top: 54.902px;
  }
  .reviews_section .bg_2 {
    width: 97.159px;
    height: 97.159px;
    left: -55.717px;
    top: 313px;
  }
  .reviews_section .bg_3 {
    width: 99.386px;
    height: 98.815px;
    right: -58.299px;
    bottom: 162.679px;
  }
  .baner_section .baner .image_container {
    width: 441px;
  }
  footer .footer_top .footer_block .footer_title {
    font-size: 16px;
  }
  footer .footer_top .footer_block.contacts {
    max-width: 240px;
  }
  .footer_logo {
    width: 128px;
  }
}
@media (max-width: 950px) {
  footer .footer_top {
    display: grid;
    grid-template-columns: 128px auto auto;
    justify-content: start;
    gap: 38px;
  }
  footer .footer_top .footer_block.contacts {
    grid-column: span 2;
    display: flex;
    align-items: start;
    max-width: 100%;
    gap: 16px;
  }
  footer .footer_top .footer_block.contacts .footer_heading {
    margin-bottom: 0;
    max-width: 263px;
  }
  footer .footer_top .footer_block.contacts .footer_heading h2 {
    font-size: 20px;
  }
  footer .footer_top .footer_block.projects {
    grid-column: 2;
  }
}
@media (max-width: 900px) {
  .benefits {
    flex-direction: column;
  }
  .benefits .image_container {
    width: 100%;
    height: 100%;
    max-width: 680px;
    max-height: 386px;
  }
  .reviews_section .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
  .baner_section .baner {
    flex-direction: column-reverse;
    align-items: start;
  }
  .baner_section .baner .image_container {
    width: 100%;
    height: 100%;
    max-width: 680px;
    max-height: 386px;
  }
  .baner_section .baner .text p {
    max-width: 100%;
  }
}
@media (max-width: 850px) {
  .first_screen h1 {
    font-size: 32px;
  }
  .first_screen .image_container {
    margin-top: 42px;
  }
  .first_screen .text {
    margin-top: 10px;
  }
  .about_section {
    padding: 80px 0;
  }
  .about_wrapper .about_block.program .text {
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .modal {
    padding: 50px 30px 40px;
  }
  .modal .modal_title {
    font-size: 32px;
  }
  .modal .cross {
    top: 15px;
    right: 15px;
  }
  .modal:has(.content) {
    padding: 50px 15px 40px 50px;
  }
  .modal:has(.content) .modal_title {
    padding-right: 40px;
    font-size: 36px;
  }
  .modal .content {
    padding-right: 26px;
  }
  .modal .content h1 {
    font-size: 26px;
  }
  .modal .content h2 {
    font-size: 22px;
  }
  .modal .content h3 {
    font-size: 22px;
  }
  .modal .content h4 {
    font-size: 20px;
  }
  .modal .content h5 {
    font-size: 18px;
  }
  .modal .content h6 {
    font-size: 16px;
  }
  .modal .content p {
    font-size: 14px;
  }
  .modal .content ol li, .modal .content ul li {
    font-size: 14px;
  }
  footer .footer_top {
    grid-template-columns: repeat(2, auto);
    gap: 38px 20px;
  }
  footer .footer_top .footer_block.projects {
    grid-column: 1;
  }
  .footer_block.contacts .footer_list {
    padding-right: 20px;
  }
  .footer_block.contacts .footer_list .footer_list_item:has(img) {
    white-space: nowrap;
  }
  footer .footer_top .footer_block .footer_title {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  header {
    padding: 17px 0;
  }
  header .header_wrapper.limit {
    padding: 0 20px;
  }
  header .header_wrapper.limit .logo {
    width: 102px;
  }
  header .header_wrapper.limit .phone {
    margin-right: 20px;
  }
  .first_screen {
    margin-top: 31px;
  }
  .first_screen h1 {
    font-size: 30px;
  }
  .first_screen .image_container {
    margin-top: 5px;
  }
  .first_screen .text {
    padding: 0 20px;
    margin-top: 31px;
  }
  .first_screen .text p {
    font-size: 18px;
  }
  section {
    margin-top: 100px !important;
  }
  .about_wrapper .about_block.program .text p {
    font-size: 16px;
  }
  .about_wrapper .about_block .partners_container {
    gap: 42px;
  }
  .about_wrapper .about_block .partners_container .partner {
    flex-direction: column;
    align-items: start;
  }
  .benefits .info ul li {
    font-size: 16px;
  }
  .reviews_section .reviews {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .baner_section .baner .text p {
    font-size: 18px;
  }
  footer {
    margin-top: 100px;
  }
}
@media (max-width: 479px) {
  .limit {
    padding: 0 16px;
  }
  header .header_wrapper.limit {
    padding: 0 16px;
  }
  header .header_wrapper.limit .burger-btn {
    margin-right: 19px;
  }
  header .header_wrapper.limit .phone {
    display: none;
  }
  header .header_wrapper.limit .lang_toggle_container {
    margin-left: auto;
  }
  .first_screen h1 {
    font-size: 24px;
    padding: 0 20px;
  }
  .first_screen .image_container {
    margin-top: 35px;
  }
  .first_screen .text {
    margin-top: 16px;
    padding: 0 16px;
  }
  .first_screen .text p {
    font-size: 16px;
  }
  section {
    margin-top: 80px !important;
  }
  .title {
    font-size: 24px;
  }
  .about_wrapper .about_block.program .text p {
    font-size: 14px;
  }
  .about_wrapper .about_block .partners_container .partner .image_container {
    min-width: 164px;
    max-width: 164px;
  }
  .about_wrapper .about_block .partners_container {
    gap: 30px;
  }
  .about_wrapper .about_block .partners_container .partner .info .name {
    font-size: 18px;
  }
  .about_wrapper .about_block .partners_container .partner .info .text {
    font-size: 14px;
  }
  .reviews_section {
    padding: 70px 0;
  }
  .baner_section .baner .text .title {
    text-align: center;
  }
  .footer_block.contacts .footer_list {
    padding-right: 0;
    align-items: start !important;
  }
  footer {
    margin-top: 80px;
  }
  footer .footer_top {
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
    margin-bottom: 28px;
  }
  footer .footer_top .footer_block .footer_title {
    text-align: center;
  }
  footer .footer_top .footer_block .footer_list {
    align-items: center;
  }
  footer .footer_top .footer_block.contacts {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    gap: 20px;
  }
  footer .footer_top .footer_block.contacts .footer_heading {
    max-width: 100%;
    align-items: center;
  }
  footer .footer_top .footer_block.contacts .footer_heading p {
    text-align: center;
  }
  .modal:has(.content) .modal_title {
    font-size: 30px;
  }
  header .header_wrapper nav {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }
  header .header_wrapper nav .mobile_phone {
    display: flex;
    margin-top: auto;
    transform: translateY(-275%);
  }
  .baner_section .baner .text p {
    text-align: center;
  }
  .baner_section .baner .text .button {
    margin: 0 auto;
    display: flex;
  }
  .modal .modal_title {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */