* {
  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: "Montserrat";
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.eot");
  src: url("../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.eot");
  src: url("../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  min-height: 100vh;
  font-family: "Montserrat", serif;
}

.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;
}
.layout:has(.page_title) {
  position: relative;
}
.layout:has(.page_title) .blur_right {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.layout:has(.page_title) .blur_left {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.blur_right,
.blur_left {
  display: none;
  z-index: -1;
}

.limit {
  width: 100%;
  margin: 0 auto;
  max-width: 1560px;
  position: relative;
  padding: 0 60px;
}
.limit.narrow {
  max-width: 916px;
}

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

h2 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 52px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.button.social {
  padding: 15px 20px 15px 16px;
  border: 1px solid #e0e2e6;
  transition: all 0.3s;
  color: #2B2A31;
}
.button.social svg path {
  transition: all 0.3s;
}
.button.social:hover {
  border-color: #F9C905;
  background-color: #F9C905;
}
.button.social:hover svg path {
  fill: #2B2A31;
}

.heading h2 {
  color: #2B2A31;
}
.heading p {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #2B2A31;
}

.default_content h1,
.default_content h2,
.default_content h3,
.default_content h4,
.default_content h5,
.default_content h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #2B2A31;
  margin-top: 40px;
}
.default_content h1:first-child,
.default_content h2:first-child,
.default_content h3:first-child,
.default_content h4:first-child,
.default_content h5:first-child,
.default_content h6:first-child {
  margin-top: 0;
}
.default_content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.default_content h3 {
  font-size: 26px;
  margin-bottom: 18px;
}
.default_content h4 {
  font-size: 24px;
  margin-bottom: 16px;
}
.default_content h5 {
  font-size: 22px;
  margin-bottom: 14px;
}
.default_content h6 {
  font-size: 20px;
  margin-bottom: 12px;
}
.default_content h1 {
  font-size: 30px;
  margin-bottom: 20px;
}
.default_content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #2B2A31;
  margin-bottom: 15px;
}
.default_content a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-decoration-line: underline;
  color: #2B2A31;
}
.default_content ol,
.default_content ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.default_content ol li,
.default_content ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.default_content strong {
  font-weight: 600;
}
.default_content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #2B2A31;
}
.default_content ul li::marker {
  color: #F9C905;
}

.page_title {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
  margin-top: 102px;
  padding-bottom: 80px;
  border-bottom: 1px solid #e0e2e6;
  margin-bottom: 80px;
}
.page_title h1 {
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 67.6px */
  text-transform: uppercase;
  text-align: center;
  color: #2B2A31;
}
.page_title p {
  margin: 0;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #2B2A31;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  background-color: #2B2A31;
  padding: 7px 0;
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .logo {
  display: flex;
  align-items: center;
  gap: 12px;
}
header .header .logo .logo_text .title {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.47px;
  color: #fff;
  margin-bottom: 2px;
}
header .header .logo .logo_text .text {
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  color: #fff;
}
header .header .lang_btn {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: block;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
}
header .header .lang_btn:hover {
  border-color: #F9C905;
  background-color: #F9C905;
  color: #2B2A31;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.footer_wrapper {
  margin-top: 150px;
  padding: 30px 92px;
  background-color: #2B2A31;
  border-radius: 24px;
  margin-bottom: 60px;
}
.footer_wrapper .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
}
.footer_wrapper .footer_bottom .copyright {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4);
}
.footer_wrapper .footer_bottom .links {
  display: flex;
  align-items: center;
  gap: 27px;
}
.footer_wrapper .footer_bottom .links a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 27px;
}
.first_screen .info_container {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 46px;
}
.first_screen .info_container .image_container {
  width: 100%;
  max-width: 287px;
  height: 416px;
}
.first_screen .info_container .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first_screen .info_container .text h1 {
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #2B2A31;
  margin-bottom: 27px;
}
.first_screen .info_container .text p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #2B2A31;
}

.main_slider {
  max-width: 434px;
  position: relative;
  border-radius: 46px;
  overflow: hidden;
}
.main_slider .slick-dots {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.main_slider .slick-dots li {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 93px;
  overflow: hidden;
}
.main_slider .slick-dots li button {
  display: none;
}
.main_slider .slick-dots li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #F9C905;
}
.main_slider .slick-dots li.slick-active::after {
  animation: progress 2s linear forwards;
}
.main_slider .slide {
  position: relative;
}
.main_slider .slide::after {
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 196px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

@keyframes progress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.about_section {
  padding: 88px 100px;
  border-radius: 46px;
  background: #2b2a31 url("../images/about_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_section h2 {
  color: #fff;
  margin-bottom: 36px;
}
.about_section .about_text {
  display: flex;
  gap: 30px;
  align-items: start;
}
.about_section .about_text .left_text {
  width: 100%;
  max-width: 605px;
}
.about_section .about_text .left_text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  margin-bottom: 30px;
}
.about_section .about_text .left_text p:last-of-type {
  margin-bottom: 0;
}
.about_section .about_text .right ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about_section .about_text .right ul li {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #e0e2e6;
}
.about_section .about_text .right ul li::before {
  content: "";
  margin-top: 2px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-image: url("../images/icons/list_arrow.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.about_section .about_text .right .partners {
  margin-top: 30px;
}
.about_section .about_text .right .partners_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  margin-bottom: 18px;
}
.about_section .about_text .right .partners .logos {
  display: flex;
  align-items: center;
  gap: 36px;
}

.about_school {
  display: flex;
  align-items: center;
  gap: 80px;
}
.about_school .school_slider {
  height: 602px;
  width: 100%;
  max-width: 460px;
  min-width: 460px;
  border-radius: 46px;
  overflow: hidden;
}
.about_school .school_slider .image_container {
  width: 100%;
  height: 100%;
}
.about_school .school_slider .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_school .text h2 {
  margin-bottom: 20px;
  color: #2B2A31;
}
.about_school .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #2B2A31;
  margin-bottom: 15px;
}
.about_school .text p:last-of-type {
  margin-bottom: 0;
}
.about_school .text .buttons {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.collective {
  display: flex;
  align-items: center;
  gap: 80px;
}
.collective_slider {
  width: 100%;
  max-width: 460px;
  min-width: 460px;
  height: 602px;
  border-radius: 46px;
  overflow: hidden;
}
.collective_slider .image_container {
  width: 100%;
  height: 100%;
}
.collective_slider .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.collective .text h2 {
  margin-bottom: 20px;
}
.collective .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #2B2A31;
  margin-bottom: 15px;
}
.collective .text p:last-of-type {
  margin-bottom: 0;
}
.collective .text .buttons {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.services_section .heading {
  margin-bottom: 42px;
}
.services_section .services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}

.service {
  border-radius: 46px;
  background-color: rgba(243, 243, 243, 0.5);
  padding: 30px;
}
.service .top {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
  color: #2B2A31;
}
.service .top .icon_container {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 100%;
  background-color: #2B2A31;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .description {
  padding-left: 66px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #2B2A31;
}

@media (max-width: 1600px) {
  .first_screen .info_container {
    gap: 30px;
  }
  .first_screen .info_container .image_container {
    max-width: 203px;
    height: 295px;
  }
  .first_screen .info_container .text h1 {
    font-size: clamp(42px, 3.38vw, 54px);
  }
  .main_slider {
    max-width: 346px;
  }
  section {
    margin-top: 120px !important;
  }
  .footer_wrapper {
    margin-top: 120px;
  }
  h2 {
    font-size: clamp(38px, 3.25vw, 52px);
  }
  .service .top {
    font-size: 18px;
  }
  .service .description {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .about_section {
    padding: 97px 70px;
  }
  .about_section .about_text .left_text {
    max-width: 550px;
  }
  .about_school {
    gap: 60px;
  }
  .about_school .text p {
    font-size: 16px;
  }
  .collective {
    gap: 60px;
  }
  .collective .text p {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .main_slider {
    border-radius: 24px;
  }
  .first_screen .info_container {
    flex-direction: column;
    align-items: center;
  }
  .first_screen .info_container .image_container {
    max-width: 127px;
    height: 184px;
  }
  .first_screen .info_container .text h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: clamp(36px, 3.5vw, 42px);
  }
  .first_screen .info_container .text p {
    font-size: 16px;
    text-align: center;
  }
  .limit {
    padding: 0 30px;
  }
  .about_section {
    border-radius: 24px;
    padding: 105px 38px 105px 61px;
  }
  .about_section .about_text .left_text {
    max-width: 479px;
  }
  .about_section .about_text .left_text p {
    font-size: 14px;
  }
  .about_section .about_text .right ul li {
    font-size: 14px;
  }
  .about_section .about_text .right .partners_title {
    font-size: 16px;
  }
  .about_section .about_text .right .partners .logos img:first-child {
    width: 80px;
  }
  .about_section .about_text .right .partners .logos img:last-child {
    width: 136px;
  }
  h2 {
    font-size: 32px;
  }
  .about_school {
    gap: 40px;
  }
  .about_school .school_slider {
    border-radius: 24px;
    max-width: 356px;
    min-width: 356px;
    height: 466px;
  }
  .about_school .text p {
    font-size: 14px;
  }
  .about_school .text .buttons {
    margin-top: 30px;
  }
  .collective {
    gap: 40px;
  }
  .collective_slider {
    border-radius: 24px;
    max-width: 356px;
    min-width: 356px;
    height: 466px;
  }
  .collective .text p {
    font-size: 14px;
  }
  .collective .text .buttons {
    margin-top: 30px;
  }
  .services_section .services {
    grid-template-columns: repeat(2, 1fr);
  }
  .heading p {
    font-size: 16px;
  }
  .footer_wrapper {
    margin-bottom: 30px;
  }
  .service {
    border-radius: 24px;
  }
}
@media (max-width: 999px) {
  .layout:has(.page_title) .blur_right,
  .layout:has(.page_title) .blur_left {
    display: none;
  }
  .page_title h1 {
    font-size: 42px;
  }
  .page_title {
    margin-top: 60px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .main_slider {
    max-width: 293px;
  }
  .first_screen .info_container .image_container {
    max-width: 94px;
    height: 136px;
  }
  .first_screen .info_container .text h1 {
    font-size: 32px;
  }
  .about_section {
    padding: 94px 55px;
  }
  .about_section .about_text {
    flex-direction: column;
    align-items: start;
  }
  .about_section .about_text .left_text {
    max-width: 100%;
  }
  h2 {
    font-size: 30px;
  }
  .about_school {
    flex-direction: column-reverse;
    align-items: center;
  }
  .collective {
    flex-direction: column;
    align-items: center;
  }
  .services_section .services {
    gap: 20px;
  }
  .service {
    padding: 24px;
  }
  .service .top {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .service .description {
    padding: 0;
    font-size: 14px;
  }
  .footer_wrapper {
    padding: 20px 52px;
  }
  .footer_wrapper .footer_bottom {
    flex-direction: column-reverse;
    align-items: center;
    gap: 14px;
  }
}
@media (max-width: 720px) {
  .page_title h1 {
    font-size: 36px;
  }
  .limit {
    padding: 0 24px;
  }
  .first_screen {
    flex-direction: column;
    gap: 60px;
    align-items: center;
  }
  .main_slider {
    display: none;
  }
  .about_section {
    padding: 60px 41px;
  }
  .about_section h2 {
    text-align: center;
  }
  .about_section .about_text .left_text p {
    text-align: center;
  }
  .about_section .about_text .right {
    align-items: center;
    width: 100%;
  }
  .about_section .about_text .right ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .about_section .about_text .right .partners_title {
    text-align: center;
  }
  .about_section .about_text .right .partners .logos {
    justify-content: center;
  }
  .about_school,
  .collective {
    gap: 30px;
  }
  .about_school .text h2,
  .about_school .text p,
  .collective .text h2,
  .collective .text p {
    text-align: center;
  }
  .about_school .text .buttons,
  .collective .text .buttons {
    justify-content: center;
  }
  .heading h2,
  .heading p {
    text-align: center;
  }
  .services_section .services {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service .top {
    align-items: center;
    text-align: center;
  }
  .service .description {
    text-align: center;
  }
  .footer_wrapper .footer_wrapper {
    margin-bottom: 24px;
  }
  .footer_wrapper .footer_bottom .links {
    gap: 20px;
  }
  .footer_wrapper .footer_bottom .copyright {
    text-align: center;
  }
}
@media (max-width: 479px) {
  header .header .logo .image_container {
    width: 43px;
  }
  header {
    padding: 4px 0;
  }
  .limit {
    padding: 0 16px;
  }
  .first_screen .info_container .text h1 {
    font-size: 28px;
  }
  .main_slider {
    max-width: 328px;
  }
  section {
    margin-top: 100px !important;
  }
  .about_section {
    padding: 55px 20px 67px;
  }
  .about_section h2 {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .about_school .school_slider,
  .collective_slider {
    max-width: 328px;
    min-width: 328px;
    height: 428px;
  }
  .footer_wrapper {
    margin-top: 100px;
    margin-bottom: 16px;
    padding: 20px 28px;
  }
  .footer_wrapper .footer_bottom .links {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .page_title h1 {
    font-size: 28px;
  }
  .page_title {
    padding: 0 16px;
  }
}/*# sourceMappingURL=style.css.map */