* {
  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: "Inter";
  src: url("../fonts/Inter-Black.eot");
  src: url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: Inter, serif;
  scroll-behavior: smooth;
}
html:has(.right_side.active), html:has(nav.active),
body:has(.right_side.active),
body:has(nav.active) {
  overflow: hidden;
}
html:has(.right_side.active) .overlay, html:has(nav.active) .overlay,
body:has(.right_side.active) .overlay,
body:has(nav.active) .overlay {
  display: block;
}
html:has(nav.active) .overlay,
body:has(nav.active) .overlay {
  top: 90px;
  left: 277px;
}

.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: 1360px;
  position: relative;
  padding: 0 40px;
}

section {
  margin-top: 160px;
}

.heading {
  margin-bottom: 60px;
}
.heading h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  color: #151F23;
  margin-bottom: 20px;
}
.heading p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #78858A;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 12px 10px 20px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #151F23;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  .button:hover {
    background-color: #ecf00d;
  }
}
@media (hover: none) {
  .button:active {
    background-color: #ecf00d;
  }
}
.button:active {
  background-color: #c8c332;
}

.slick-dots {
  list-style: none;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  align-items: center;
  height: 9px;
}
.slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: rgba(120, 133, 138, 0.2);
  transition: all 0.3s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  width: 9px;
  height: 9px;
  background-color: #151f23;
}
.slick-dots li button {
  display: none;
}

.overlay {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 10, 10, 0.4);
  display: none;
  pointer-events: all;
  cursor: pointer;
}

.form_row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.form_row:has(input.error) input {
  border-color: #ee4444;
}
.form_row:has(input.error)::after {
  content: "";
  background-image: url(../images/icons/error.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  right: 18px;
  top: 35px;
  background-repeat: no-repeat;
}
.form_row:has(input.error) label.error {
  position: absolute;
  top: calc(100% + 3px);
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  color: #ee4444;
}
.form_row:has(input.valid)::after {
  content: "";
  background-image: url(../images/icons/valid.svg);
  width: 22px;
  height: 22px;
  position: absolute;
  right: 18px;
  top: 35px;
  background-repeat: no-repeat;
}
.form_row label {
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
  color: #fff;
}
.form_row input {
  border-radius: 8px;
  width: 100%;
  border: 1px solid rgba(120, 133, 138, 0.4);
  padding: 11px 18px 12px 15px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #fff;
  background-color: #151f23;
  transition: all 0.3s;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  width: 100%;
  max-width: 1338px;
  margin: 0 auto;
  position: fixed;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 13.5px 29px;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  z-index: 99;
}
header nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 30px;
}
header nav .mobile_phone {
  display: none;
}
header nav a {
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
header nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  width: 22px;
  height: 2px;
  border-radius: 43px;
  background-color: #151f23;
  transform: translateX(-50%);
}
header .header_phone {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  margin-right: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
header .lang_toggle {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(120, 133, 138, 0.1);
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 130%;
  color: #151F23;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  header .lang_toggle:hover {
    background-color: #ECF00D;
  }
}
@media (hover: none) {
  header .lang_toggle:active {
    background-color: #ECF00D;
  }
}
header .burger-btn {
  z-index: 5;
  width: 20px;
  height: 18px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
header .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 .burger-btn span:first-child {
  transform-origin: 0% 0%;
}
header .burger-btn span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header .burger-btn.active span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 1px);
}
header .burger-btn.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .burger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -4px);
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  margin-top: 120px;
  background-color: #f2f3f4;
  padding-top: 40px;
}
footer .limit {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 51px;
}
footer .limit .footer_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .limit .footer_block .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 18.2px */
  text-transform: uppercase;
  color: #151F23;
}
footer .limit .footer_block .footer_block_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
footer .limit .footer_block .footer_block_list .footer_list_item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #78858A;
  cursor: pointer;
}
footer .limit .footer_block.contacts {
  max-width: 271px;
}
footer .limit .footer_block.contacts .footer_block_list {
  gap: 13px;
}
footer .limit .footer_block.contacts .footer_block_list .footer_list_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
footer .copyright {
  text-align: center;
  padding: 9px 0;
  background-color: #ebebeb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen {
  width: 100%;
  position: relative;
  height: 768px;
  background: url(../images/main_screen_img.webp) #d3d3d3 -0.117px -830px/100.012% 263.319% no-repeat;
  background-size: cover;
}
.first_screen::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #151f23;
  opacity: 0.8;
}
.first_screen .text {
  position: absolute;
  left: 317px;
  top: 300px;
  z-index: 3;
  width: 100%;
  max-width: 1102px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.first_screen .text h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.first_screen .text p {
  margin: 0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}
.first_screen .text .order__button {
  width: 216px;
  height: 216px;
  background-color: #ecf00d;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  right: 23px;
  top: 163px;
}
.first_screen .text .order__button .button_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 100%;
  gap: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}

.about {
  display: flex;
  gap: 52px;
}
.about .image_container {
  height: 100%;
  min-width: 297px;
  border-radius: 8px;
  overflow: hidden;
}
.about .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about .about_container .title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #151F23;
  margin-bottom: 20px;
}
.about .about_container .text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #78858A;
  margin-bottom: 52px;
}
.about .about_container .info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.about .about_container .info_item {
  display: flex;
  align-items: start;
  gap: 14px;
}
.about .about_container .info_item .info_item-text .info_item_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #151F23;
  margin-bottom: 8px;
}
.about .about_container .info_item .info_item-text .subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #78858A;
}

.offers_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.offers_container .offer_item {
  width: 100%;
  min-height: 188px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding: 26px 20px 30px;
}
.offers_container .offer_item .offer_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #151F23;
  margin-bottom: 14px;
}
.offers_container .offer_item .offer_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #78858A;
}

section:has(.education_container) {
  padding: 120px 0 130px;
  background-color: #151f23;
}
section:has(.education_container) .heading h2 {
  color: #fff;
}
section:has(.education_container) .education_container {
  display: flex;
  align-items: center;
  gap: 30px;
}
section:has(.education_container) .education_container .education_item {
  height: 257px;
  width: 100%;
  padding: 27px 20px 0;
  border-radius: 8px;
  background-color: #1b272c;
  position: relative;
}
section:has(.education_container) .education_container .education_item .education_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 18px;
}
section:has(.education_container) .education_container .education_item .education_text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #78858A;
}
section:has(.education_container) .education_container .education_item .education_img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
section:has(.education_container) .education_container .education_item .button {
  margin-top: 18px;
}

section:has(.reviews) .heading h2,
section:has(.reviews) .heading p {
  text-align: left;
}
section:has(.reviews) .reviews_slider {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
section:has(.reviews) .reviews_slider .slide {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 15px;
}
section:has(.reviews) .reviews_slider .slide .user_info {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(120, 133, 138, 0.2);
  display: flex;
  gap: 16px;
}
section:has(.reviews) .reviews_slider .slide .user_info .image_container {
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
}
section:has(.reviews) .reviews_slider .slide .user_info .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section:has(.reviews) .reviews_slider .slide .user_info .name_n_date {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section:has(.reviews) .reviews_slider .slide .user_info .name_n_date .name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #151F23;
}
section:has(.reviews) .reviews_slider .slide .user_info .name_n_date .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #78858A;
}
section:has(.reviews) .reviews_slider .slide .coment {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

section:has(.faqs) {
  padding: 133px 0;
  background-color: #151f23;
}
section:has(.faqs) .heading h2,
section:has(.faqs) .heading p {
  text-align: left;
}
section:has(.faqs) .heading h2 {
  color: #fff;
}
section:has(.faqs) .faqs_container {
  counter-reset: item;
}
section:has(.faqs) .faqs_container .faq_item {
  position: relative;
  padding: 30px 0 30px 68px;
  border-top: 1px solid rgba(120, 133, 138, 0.2);
  counter-increment: item;
}
section:has(.faqs) .faqs_container .faq_item:last-of-type {
  border-bottom: 1px solid rgba(120, 133, 138, 0.2);
}
section:has(.faqs) .faqs_container .faq_item::before {
  content: counter(item, decimal-leading-zero) " ";
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #78858A;
}
section:has(.faqs) .faqs_container .faq_item .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 6px;
}
section:has(.faqs) .faqs_container .faq_item .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #78858A;
}

.baner {
  position: relative;
}
.baner .bg {
  display: flex;
  justify-content: end;
}
.baner .bg .arrow {
  height: 494px;
}
.baner_info {
  position: absolute;
  top: 59px;
  left: 40px;
}
.baner_info .heading {
  margin-bottom: 42px;
}
.baner_info .heading h2,
.baner_info .heading p {
  text-align: left;
}
.baner_info .baner_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.baner_info .baner_list .list_item {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #151F23;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.baner_info .button {
  margin-top: 36px;
  background-color: #151f23;
  color: #fff;
}
.baner_info .button svg path {
  transition: all 0.3s;
}
@media (hover: hover) {
  .baner_info .button:hover {
    background-color: #ecf00d;
    color: #151F23;
  }
  .baner_info .button:hover svg path {
    stroke: #151F23;
  }
}
@media (hover: none) {
  .baner_info .button:active {
    background-color: #ecf00d;
    color: #151F23;
  }
  .baner_info .button:active svg path {
    stroke: #151F23;
  }
}
.baner_info .button:active {
  background-color: #c8c332;
  color: #151F23;
}
.baner_info .button:active svg path {
  stroke: #151F23;
}

.right_side {
  position: fixed;
  top: 0;
  right: 0;
  height: 100dvh;
  width: 698px;
  background-color: #151f23;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.3s;
}
.right_side.active {
  transform: translateX(0);
}
.right_side .close_btn {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
}
.right_side .side_title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.right_side.form_aside {
  padding: 102px 70px 80px;
}
.right_side.form_aside .cotact_form {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.right_side.form_aside .cotact_form .button {
  margin: 20px auto 0;
}
.right_side.privacy, .right_side.offer {
  padding: 52px 8px 20px 70px;
}
.right_side.privacy .side_title, .right_side.offer .side_title {
  padding-right: 70px;
}
.right_side.privacy .content, .right_side.offer .content {
  padding-right: 62px;
  max-height: calc(100% - 110px);
  overflow: auto;
  margin-top: 46px;
}
.right_side.privacy .content::-webkit-scrollbar, .right_side.offer .content::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.right_side.privacy .content::-webkit-scrollbar-thumb, .right_side.offer .content::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #78858a;
}
.right_side.privacy .content h1,
.right_side.privacy .content h2,
.right_side.privacy .content h3,
.right_side.privacy .content h4,
.right_side.privacy .content h5,
.right_side.privacy .content h6, .right_side.offer .content h1,
.right_side.offer .content h2,
.right_side.offer .content h3,
.right_side.offer .content h4,
.right_side.offer .content h5,
.right_side.offer .content h6 {
  color: #fff;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
.right_side.privacy .content h1:first-child,
.right_side.privacy .content h2:first-child,
.right_side.privacy .content h3:first-child,
.right_side.privacy .content h4:first-child,
.right_side.privacy .content h5:first-child,
.right_side.privacy .content h6:first-child, .right_side.offer .content h1:first-child,
.right_side.offer .content h2:first-child,
.right_side.offer .content h3:first-child,
.right_side.offer .content h4:first-child,
.right_side.offer .content h5:first-child,
.right_side.offer .content h6:first-child {
  margin-top: 0;
}
.right_side.privacy .content h1, .right_side.offer .content h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.right_side.privacy .content h2, .right_side.offer .content h2 {
  font-size: 26px;
  margin-bottom: 18px;
}
.right_side.privacy .content h3, .right_side.offer .content h3 {
  font-size: 24px;
  margin-bottom: 16px;
}
.right_side.privacy .content h4, .right_side.offer .content h4 {
  font-size: 22px;
  margin-bottom: 14px;
}
.right_side.privacy .content h5, .right_side.offer .content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}
.right_side.privacy .content h6, .right_side.offer .content h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.right_side.privacy .content p, .right_side.offer .content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  color: #fff;
}
.right_side.privacy .content ul,
.right_side.privacy .content ol, .right_side.offer .content ul,
.right_side.offer .content ol {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}
.right_side.privacy .content ul li,
.right_side.privacy .content ol li, .right_side.offer .content ul li,
.right_side.offer .content ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 170%;
  color: #fff;
}
.right_side.privacy .content ul li strong,
.right_side.privacy .content ol li strong, .right_side.offer .content ul li strong,
.right_side.offer .content ol li strong {
  font-weight: 600;
}
.right_side.privacy .content ol li::marker, .right_side.offer .content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 1700px) {
  .first_screen .text {
    left: 40px;
  }
  .first_screen {
    background: url(../images/main_screen_img.webp) lightgray 50%/cover no-repeat;
  }
}
@media (max-width: 1350px) {
  header {
    max-width: 1252px;
    top: 14px;
  }
  header nav {
    position: static;
    margin: 0 auto;
    transform: translate(0, 0);
  }
  header .header_phone {
    margin-left: 0;
  }
  .first_screen .text {
    max-width: 890px;
  }
  .first_screen .text h1 {
    font-size: 52px;
  }
  .first_screen .text p {
    font-size: 20px;
  }
  .baner .bg .arrow {
    height: 440px;
  }
  .baner .bg img {
    height: 440px;
  }
  .baner_info {
    top: 24px;
  }
}
@media (max-width: 1200px) {
  header {
    top: 0;
    max-width: 100%;
    border-radius: 0;
    padding: 15px 24px;
  }
  .first_screen {
    height: 645px;
    background-position-y: 21%;
  }
  .first_screen .text {
    top: 240px;
    left: 24px;
    max-width: 797px;
  }
  .first_screen .text h1 {
    font-size: 42px;
  }
  .first_screen .text .order__button {
    width: 194px;
    height: 194px;
    right: 0px;
    top: 147px;
  }
  .first_screen .text .order__button .button_text {
    font-size: 18px;
  }
  section {
    margin-top: 130px;
  }
  .limit {
    padding: 0 24px;
  }
  .about {
    gap: 30px;
  }
  .about .image_container {
    height: auto;
    min-width: 291px;
  }
  .about .about_container .title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .about .about_container .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .about .about_container .info_item {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .about .about_container .info_item .info_item-text .info_item_title {
    text-align: center;
    font-size: 16px;
  }
  .about .about_container .info_item .info_item-text .subtitle {
    text-align: center;
    font-size: 14px;
  }
  .heading {
    margin-bottom: 42px;
  }
  .heading h2 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .heading p {
    font-size: 16px;
  }
  .offers_container {
    grid-template-columns: repeat(3, 1fr);
  }
  .offers_container .offer_item {
    min-height: 149px;
  }
  .offers_container .offer_item .offer_title {
    font-size: 16px;
  }
  .offers_container .offer_item .offer_text {
    font-size: 14px;
  }
  section:has(.education_container) {
    padding: 100px 0 110px;
  }
  section:has(.education_container) .education_container .education_item .education_title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  section:has(.education_container) .education_container .education_item .education_text {
    font-size: 14px;
  }
  section:has(.reviews) .reviews_slider {
    gap: 42px;
  }
  section:has(.reviews) .reviews_slider .slide .user_info .name_n_date .name {
    font-size: 16px;
  }
  section:has(.reviews) .reviews_slider .slide .user_info .name_n_date .date {
    font-size: 12px;
  }
  section:has(.reviews) .reviews_slider .slide .coment {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-clamp: 4;
    box-orient: vertical;
  }
  section:has(.faqs) {
    padding: 100px 0;
  }
  section:has(.faqs) .faqs_container .faq_item {
    padding: 24px 0 24px 68px;
  }
  section:has(.faqs) .faqs_container .faq_item::before {
    font-size: 16px;
  }
  section:has(.faqs) .faqs_container .faq_item .title {
    font-size: 16px;
  }
  section:has(.faqs) .faqs_container .faq_item .text {
    font-size: 14px;
  }
  .baner .bg .arrow,
  .baner .bg img {
    height: 397px;
  }
  .baner .baner_info {
    max-width: 374px;
    top: 0;
    left: 24px;
  }
  footer .limit .footer_block.contacts {
    max-width: 229px;
  }
  footer .limit .logo {
    width: 125px;
  }
}
@media (max-width: 950px) {
  header nav {
    position: absolute;
    top: 100%;
    left: -1px;
    height: 100dvh;
    background-color: #020a0a;
    padding-top: 39px;
    flex-direction: column;
    gap: 52px;
    align-items: center;
    width: 278px;
    transform: translate(-100%, 0);
    transition: all 0.3s;
    z-index: 999;
  }
  header nav.active {
    transform: translate(0, 0);
  }
  header nav a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
  }
  header nav a.active::after {
    background-color: #fff;
  }
  header .burger-btn {
    display: block;
  }
  header .header_phone {
    margin-left: auto;
  }
  .first_screen .text {
    max-width: 624px;
  }
  .first_screen .text h1 {
    font-size: 38px;
  }
  .first_screen .text p {
    font-size: 18px;
  }
  section {
    margin-top: 120px;
  }
  .about .image_container {
    display: none;
  }
  .about .about_container .info {
    justify-content: center;
    gap: 20px;
  }
  .about .about_container .info_item {
    width: 100%;
  }
  section:has(.education_container) {
    padding: 80px 0 90px;
  }
  section:has(.education_container) .education_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  section:has(.education_container) .education_container .education_item {
    height: 210px;
  }
  section:has(.faqs) {
    padding: 80px 0;
  }
  footer .limit {
    display: grid;
    grid-template-columns: repeat(3, minmax(fit-content, 1fr));
    justify-content: space-between;
    gap: 42px 0;
  }
  footer .limit .logo {
    grid-column: span 3;
  }
  footer .limit .footer_block {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 850px) {
  .offers_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .baner .bg {
    display: none;
  }
  .baner .baner_info {
    position: static;
    max-width: 100%;
  }
  .baner .baner_info .heading {
    margin-bottom: 18px;
  }
  .baner .baner_info .heading h2,
  .baner .baner_info .heading p {
    text-align: center;
  }
  .baner .baner_info .baner_list {
    flex-direction: row;
    align-items: start;
    gap: 22px;
  }
  .baner .baner_info .baner_list .list_item {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    width: 100%;
  }
  .baner .baner_info .button {
    margin: 36px auto 0;
  }
}
@media (max-width: 750px) {
  footer .limit {
    margin-left: 0;
  }
  footer .limit .footer_block.projects {
    grid-column: span 2;
  }
}
@media (max-width: 720px) {
  .right_side.form_aside {
    padding: 60px 30px 80px;
  }
  .baner .baner_info .baner_list {
    gap: 30px;
  }
  .baner .baner_info .baner_list .list_item {
    font-size: 16px;
  }
  .reviews {
    overflow: hidden;
  }
  .slick-list {
    min-width: 880px;
  }
  .right_side {
    width: 100%;
  }
  .first_screen .text {
    max-width: 486px;
    top: 200px;
  }
  .first_screen .text .order__button {
    transform: translate(30%, 20%);
  }
}
@media (max-width: 580px) {
  .first_screen .text {
    max-width: calc(100% - 41px);
    left: 16px;
  }
  .first_screen .text h1 {
    font-size: 34px;
  }
  .first_screen .text .order__button {
    right: none;
    left: 0;
    top: calc(100% + 10px);
    transform: translate(0, 0);
    width: 154px;
    height: 154px;
  }
  .first_screen .text .order__button .button_text {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  header {
    padding: 10px 16px;
  }
  header .image_container {
    width: 90px;
  }
  header .header_phone {
    margin-right: 20px;
  }
  .heading h2 {
    font-size: 28px;
  }
  .heading p {
    font-size: 14px;
  }
  .about .about_container .title {
    font-size: 28px;
  }
  .about .about_container .text {
    font-size: 14px;
  }
  .about .about_container .info {
    gap: 30px;
    flex-direction: column;
  }
  .about .about_container .info_item {
    flex-direction: row;
    gap: 14px;
  }
  .about .about_container .info_item .info_item-text .info_item_title,
  .about .about_container .info_item .info_item-text .subtitle {
    text-align: left;
  }
  .limit {
    padding: 16px;
  }
  .offers_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .offers_container .offer_item {
    min-height: auto;
  }
  .slick-list {
    min-width: 770px;
  }
  section:has(.faqs) .faqs_container .faq_item {
    padding: 24px 0 24px 48px;
  }
  .baner .baner_info .baner_list {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .baner .baner_info .baner_list .list_item {
    flex-direction: row;
    gap: 17px;
    align-items: center;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .overlay {
    display: none !important;
  }
  header .header_phone {
    display: none;
  }
  header .lang_toggle {
    margin-left: auto;
  }
  header nav {
    padding-bottom: 132px;
    width: 102%;
  }
  header nav .mobile_phone {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #fff;
    margin-top: auto;
  }
  header nav .mobile_phone svg path {
    fill: #fff;
  }
  .first_screen .text {
    top: 50%;
    transform: translateY(-50%);
  }
  .first_screen .text h1 {
    font-size: 28px;
  }
  section {
    margin-top: 102px;
  }
  .about .about_container .title {
    font-size: 26px;
    text-align: center;
  }
  .about .about_container .text {
    text-align: center;
  }
  .heading h2 {
    font-size: 26px;
  }
  .offers_container {
    gap: 12px;
  }
  .offers_container .offer_item {
    padding: 20px 16px;
  }
  section:has(.education_container) .education_container {
    display: flex;
    flex-direction: column;
  }
  .slick-list {
    min-width: 570px;
  }
  section:has(.faqs) .heading h2,
  section:has(.faqs) .heading p {
    text-align: center;
  }
  .baner .baner_info .baner_list {
    margin-left: 0;
  }
  footer .limit {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin-bottom: 30px;
  }
  .right_side.privacy {
    padding: 40px 8px 20px 30px;
  }
  .right_side.privacy .content {
    padding-right: 22px;
  }
  .right_side.privacy .content h1 {
    font-size: 26px;
  }
  .right_side.privacy .content h2 {
    font-size: 24px;
  }
  .right_side.privacy .content h3 {
    font-size: 22px;
  }
  .right_side.privacy .content h4 {
    font-size: 20px;
  }
  .right_side.privacy .content h5 {
    font-size: 18px;
  }
  .right_side.privacy .content h6 {
    font-size: 16px;
  }
  .right_side.privacy .content p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .right_side.privacy .content ol li,
  .right_side.privacy .content ul li {
    font-size: 14px;
  }
  .right_side.privacy .content ol li::marker {
    font-size: 14px;
  }
  .right_side.privacy .side_title {
    padding-right: 30px;
  }
  .right_side .close_btn {
    top: 20px;
    right: 20px;
  }
  .right_side.form_aside .side_title {
    font-size: 26px;
  }
}/*# sourceMappingURL=style.css.map */