* {
  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-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;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  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-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-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: "Inter", serif;
}
html:has(.right_side.active),
body:has(.right_side.active) {
  overflow: hidden;
}
html:has(.right_side.active) .overlay,
body:has(.right_side.active) .overlay {
  display: block;
}
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: 1340px;
  position: relative;
  padding: 0 30px;
}
.limit.narrow {
  max-width: 904px;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px 18px;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #151F23;
  border-radius: 8px;
  border: 1px solid #151f23;
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
}
@media (hover: hover) {
  .button:hover {
    background-color: #c8c332;
    border-color: #c8c332;
  }
}
@media (hover: none) {
  .button:active {
    background-color: #c8c332;
    border-color: #c8c332;
  }
}
.button:active {
  background-color: #c8c332;
  border-color: #c8c332;
}
.button:has(img, svg) {
  display: flex;
  align-items: center;
  gap: 6px;
}
.button.img_right {
  padding: 11px 12px 11px 18px;
}
.button.img_left {
  padding: 11px 18px 11px 12px;
}
.button.black {
  background-color: #151f23;
  color: white;
  border-color: #151f23;
}
.button.black svg path {
  stroke: #fff;
  fill: #fff;
  transition: all 0.3s;
}
@media (hover: hover) {
  .button.black:hover {
    background-color: #ecf00d;
    border-color: #ecf00d;
    color: #151F23;
  }
  .button.black:hover svg path {
    stroke: #151F23;
    fill: #151F23;
  }
}
@media (hover: none) {
  .button.black:active {
    background-color: #ecf00d;
    border-color: #ecf00d;
    color: #151F23;
  }
  .button.black:active svg path {
    stroke: #151F23;
    fill: #151F23;
  }
}
.button.filled {
  background-color: #c8c332;
  border-color: #c8c332;
}
@media (hover: hover) {
  .button.filled:hover {
    background-color: #ecf00d;
    border-color: #ecf00d;
  }
}
@media (hover: none) {
  .button.filled:active {
    background-color: #ecf00d;
    border-color: #ecf00d;
  }
}

section {
  margin-top: 102px;
}
section.it_school_section {
  margin-top: 160px;
}
section.default_project_section {
  margin-top: 123px;
}

.heading {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(145, 159, 166, 0.4);
  margin-bottom: 30px;
}
.heading:has(.more_link) {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.heading h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.heading p {
  margin: 0;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.heading .more_link {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #151F23;
}

.news_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.news_container .news {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (hover: hover) {
  .news_container .news:hover .image_container::before {
    background-color: #c8c332;
    opacity: 0.2;
  }
  .news_container .news:hover .info .news_title {
    text-decoration: underline;
  }
}
@media (hover: none) {
  .news_container .news:active .image_container::before {
    background-color: #c8c332;
    opacity: 0.2;
  }
  .news_container .news:active .info .news_title {
    text-decoration: underline;
  }
}
.news_container .news .image_container {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  max-width: 216px;
  min-width: 216px;
  height: 166px;
  position: relative;
}
.news_container .news .image_container::before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.3s;
  opacity: 0.2;
}
.news_container .news .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news_container .news .info .news_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #151F23;
  margin-bottom: 8px;
}
.news_container .news .info p {
  font-size: 14px;
  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;
}
.news_container .news .info .date {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #919fa6;
}

.about_block {
  display: flex;
  align-items: center;
  gap: 52px;
}
.about_block.reverse {
  flex-direction: row-reverse;
}
.about_block .image_container {
  height: 391px;
  width: 100%;
  min-width: 623px;
  max-width: 623px;
  border-radius: 8px;
  overflow: hidden;
}
.about_block .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_block .about_block_slider {
  width: 623px;
  height: 480px;
  position: relative;
}
.about_block .about_block_slider .slick-list,
.about_block .about_block_slider .slick-track {
  height: 100%;
}
.about_block .about_block_slider .slide {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.about_block .about_block_slider .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 132px;
  background: linear-gradient(0deg, rgba(21, 31, 35, 0) 0%, #151f23 100%);
}
.about_block .about_block_slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.about_block .about_block_slider .slick-dots {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  width: 100%;
  padding: 0 14px;
}
.about_block .about_block_slider .slick-dots li {
  width: 100%;
  border-radius: 19.581px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.19);
  transition: all 0.3s;
  position: relative;
}
.about_block .about_block_slider .slick-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #c8c332;
  transition: none;
  border-radius: 19.581px;
}
.about_block .about_block_slider .slick-dots li.animating::before {
  animation: fillBar 5s linear forwards;
}
@keyframes fillBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.about_block .about_block_slider .slick-dots li button {
  display: none;
}
.about_block .about_block_info {
  flex: 1;
}
.about_block .about_block_info .text {
  margin-bottom: 18px;
}
.about_block .about_block_info .text:last-of-type {
  margin: 0;
}
.about_block .about_block_info .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
.about_block .about_block_info .text p strong {
  font-weight: 700;
}
.about_block .about_block_info .text .subtitle {
  margin-bottom: 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #151F23;
}
.about_block .about_block_info .text ul + p {
  margin-top: 20px;
}
.about_block .about_block_info .text ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about_block .about_block_info .text ul:has(li svg, li img) {
  gap: 8px;
  list-style: none;
  padding: 0;
}
.about_block .about_block_info .text ul:has(li svg, li img) li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about_block .about_block_info .text ul:has(li span) {
  gap: 18px;
}
.about_block .about_block_info .text ul:has(li span) li {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.about_block .about_block_info .text ul:has(li span) li::marker {
  color: #c8c332;
}
.about_block .about_block_info .text ul:has(li span) li span {
  margin-top: 8px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.about_block .about_block_info .text ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.about_block .about_block_info .text ul li::marker {
  color: #c8c332;
}
.about_block .about_block_title {
  margin-bottom: 24px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}

.faqs {
  counter-reset: list_counter;
}
.faqs .faq {
  counter-increment: list_counter;
  position: relative;
  padding: 30px 0 30px 68px;
  border-bottom: 1px solid rgba(145, 159, 166, 0.2);
}
.faqs .faq:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.faqs .faq::before {
  content: counter(list_counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  color: #919fa6;
}
.faqs .faq_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  color: #151F23;
}
.faqs .faq_text {
  margin-top: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}

.project_first_screen {
  position: relative;
  height: 712px;
}
.project_first_screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
  z-index: 0;
}
.project_first_screen .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project_first_screen .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project_first_screen_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.project_first_screen_wrapper .text {
  position: relative;
  max-width: 951px;
}
.project_first_screen_wrapper .text h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 22px;
}
.project_first_screen_wrapper .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
  color: #151F23;
}

.projects_listing {
  gap: 102px;
  display: flex;
  flex-direction: column;
}
.projects_listing .about_block {
  margin-bottom: 0 !important;
}

.baner {
  border: 1px solid #e9f2f8;
  border-radius: 8px;
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
.baner::before {
  content: "";
  width: 187px;
  height: 187px;
  border-radius: 100%;
  position: absolute;
  left: -26px;
  opacity: 0.38;
  top: -102px;
  background-color: #fffff4;
  z-index: 1;
}
.baner::after {
  content: "";
  position: absolute;
  right: 546px;
  background-color: #fffff4;
  bottom: 68px;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  z-index: 1;
}
.baner .image_container {
  z-index: 2;
  -webkit-clip-path: polygon(0.085% 0%, 98.665% 0%, 98.665% 0%, 98.869% 0.021%, 99.063% 0.083%, 99.243% 0.181%, 99.408% 0.313%, 99.555% 0.476%, 99.681% 0.665%, 99.783% 0.878%, 99.859% 1.111%, 99.907% 1.361%, 99.924% 1.624%, 100% 98.372%, 100% 98.372%, 99.984% 98.636%, 99.936% 98.887%, 99.86% 99.12%, 99.758% 99.333%, 99.632% 99.523%, 99.485% 99.686%, 99.32% 99.818%, 99.139% 99.917%, 98.945% 99.979%, 98.741% 100%, 0.085% 100%, 19.125% 50%, 0.085% 0%);
          clip-path: polygon(0.085% 0%, 98.665% 0%, 98.665% 0%, 98.869% 0.021%, 99.063% 0.083%, 99.243% 0.181%, 99.408% 0.313%, 99.555% 0.476%, 99.681% 0.665%, 99.783% 0.878%, 99.859% 1.111%, 99.907% 1.361%, 99.924% 1.624%, 100% 98.372%, 100% 98.372%, 99.984% 98.636%, 99.936% 98.887%, 99.86% 99.12%, 99.758% 99.333%, 99.632% 99.523%, 99.485% 99.686%, 99.32% 99.818%, 99.139% 99.917%, 98.945% 99.979%, 98.741% 100%, 0.085% 100%, 19.125% 50%, 0.085% 0%);
  overflow: hidden;
  margin-left: -40px;
}
.baner .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.baner .baner_arrow.right {
  margin-left: -40px;
}
.baner .baner_content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  max-width: 574px;
  z-index: 3;
}
.baner .baner_content .baner_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 20px;
}
.baner .baner_content p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.baner .baner_content p + .button {
  margin-top: 42px;
}
.baner .baner_content .buttons {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.baner .baner_content ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.baner .baner_content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.baner .baner_content ul + .button {
  margin-top: 30px;
}

.pagination {
  grid-column: span 2;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  align-items: center;
  gap: 11px;
}
.pagination_btn {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  cursor: pointer;
  transition: all 0.3s;
}
@media (hover: hover) {
  .pagination_btn:hover {
    background-color: #c8c332;
    border-color: #c8c332;
  }
}
@media (hover: none) {
  .pagination_btn:active {
    background-color: #c8c332;
    border-color: #c8c332;
  }
}
.pagination_btn.active, .pagination_btn.prev, .pagination_btn.next {
  border-color: #151f23;
}
@media (hover: hover) {
  .pagination_btn.active:hover, .pagination_btn.prev:hover, .pagination_btn.next:hover {
    background-color: #c8c332;
    border-color: #c8c332;
  }
}
@media (hover: none) {
  .pagination_btn.active:active, .pagination_btn.prev:active, .pagination_btn.next:active {
    background-color: #c8c332;
    border-color: #c8c332;
  }
}
.pagination ul {
  display: flex;
  align-items: center;
  gap: 11px;
}
.pagination ul li:nth-child(5) {
  pointer-events: none;
}

.content img {
  width: 100%;
  border-radius: 10px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #151F23;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0;
}
.content h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
.content h2 {
  font-size: 32px;
  margin-bottom: 18px;
}
.content h3 {
  font-size: 28px;
  margin-bottom: 16px;
}
.content h4 {
  font-size: 24px;
  margin-bottom: 14px;
}
.content h5 {
  font-size: 20px;
  margin-bottom: 12px;
}
.content h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.content p:last-of-type {
  margin-bottom: 0;
}
.content h5 {
  font-size: 22px;
}
.content h6 {
  font-size: 20px;
}
.content ul,
.content ol {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
}
.content ul li,
.content ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.content ul li strong,
.content ol li strong {
  font-weight: 600;
}
.content ol li::marker {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.content ul li::marker {
  color: #c8c332;
}

.share_baner {
  position: relative;
  border-radius: 8px;
  border: 1px solid #f3f0d0;
  background-color: #f7f9e2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  overflow: hidden;
  height: 291px;
}
.share_baner .share_baner_content {
  z-index: 3;
}
.share_baner .left_top_circle {
  width: 129px;
  height: 129px;
  opacity: 0.78;
  background-color: #fffff4;
  top: -36px;
  left: -43px;
  border-radius: 100%;
  position: absolute;
}
.share_baner .bottom_circle {
  position: absolute;
  border-radius: 100%;
  width: 92px;
  height: 92px;
  opacity: 0.09;
  background-color: #c8c332;
  bottom: -68px;
  left: 141px;
}
.share_baner .right_circle {
  position: absolute;
  border-radius: 100%;
  width: 92px;
  height: 93px;
  opacity: 0.7;
  background-color: #fffff4;
  right: -46px;
  top: 70px;
}
.share_baner::after {
  content: "";
  position: absolute;
  width: 66.064px;
  height: 101.887px;
  background-image: url(../images/icons/share_baner_left.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 40px;
  bottom: 60px;
}
.share_baner::before {
  content: "";
  position: absolute;
  width: 106.592px;
  height: 83.378px;
  background-image: url(../images/icons/share_baner_right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -2px;
  right: 83px;
}
.share_baner_content .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #151F23;
  margin-bottom: 8px;
}
.share_baner_content p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  margin-bottom: 24px;
}
.share_baner_content .share {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  gap: 8px;
}
.share_baner_content .share a {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: all 0.3s;
}
.share_baner_content .share a svg path {
  transition: all 0.3s;
}
@media (hover: hover) {
  .share_baner_content .share a:hover {
    background-color: #ecf00d;
  }
}
@media (hover: none) {
  .share_baner_content .share a:active {
    background-color: #ecf00d;
  }
}

.radios_container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: start;
  margin-top: 11px;
}
.radios_container .radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}
.radios_container .radio:has(input:checked) .custom_radio {
  border-color: #c8c332;
  background-color: #c8c332;
}
.radios_container .radio:has(input:checked) .custom_radio::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #151f23;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radios_container .radio input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.radios_container .radio label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
.radios_container .radio .custom_radio {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #919fa6;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
}

.form_row {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form_row .describe_word_count {
  position: absolute;
  bottom: 12px;
  right: 13px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #919fa6;
}
.form_row:has(input.valid)::after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/icons/valid.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  bottom: 10px;
}
.form_row:has(.radios_container)::after {
  display: none;
}
.form_row:has(.radios_container) label.error {
  display: none !important;
}
.form_row:has(textarea.error) textarea {
  border-color: #ee4444;
}
.form_row:has(textarea.error)::after {
  content: "";
  width: 21px;
  height: 22px;
  background-image: url(../images/icons//error.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 33px;
}
.form_row:has(input.error) input {
  border-color: #ee4444;
}
.form_row:has(input.error)::after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(../images/icons//error.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  bottom: 10px;
}
.form_row:has(input.error) .radios_container .radio .custom_radio {
  border-color: #e44;
}
.form_row label.error {
  position: absolute;
  left: 0;
  color: #ee4444;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  top: calc(100% + 4px);
}
.form_row label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
.form_row label.req::after {
  content: " *";
  color: #e44;
}
.form_row textarea {
  resize: none;
  height: 161px;
}
.form_row input,
.form_row textarea {
  width: 100%;
  border-radius: 8px;
  padding: 9px 18px 10px 16px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
  transition: all 0.3s;
}
.form_row input:focus,
.form_row textarea:focus {
  border-color: #919fa6;
}
.form_row input::-moz-placeholder, .form_row textarea::-moz-placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #919fa6;
}
.form_row input::placeholder,
.form_row textarea::placeholder {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #919fa6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 21px;
  height: 21px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/icons/select_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
  padding: 9px 8px 10px 16px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  display: flex;
  height: 40px;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 8px;
  box-shadow: 0px 4px 14.3px 0px rgba(21, 31, 35, 0.1);
  padding: 4px 5px 12px 0;
  border: none;
  z-index: 9999;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 6px;
}

.select2-container--open .select2-dropdown--above {
  margin-bottom: 6px;
}

.select2-search--dropdown {
  display: none;
}

.select2-results__option {
  padding: 10px 5px 10px 25px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  background-color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  color: #151F23;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(145, 159, 166, 0.2);
  color: #151F23;
}

.select2-container--open .select2-selection.select2-selection--single {
  border-color: #919fa6;
}

.select2-container--default .select2-results > .select2-results__options {
  padding-right: 4px;
  max-height: 200px;
  overflow: auto;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 29px;
  background-color: #151f23;
}

.copy_container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.copy_container .label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #151F23;
}
.copy_container .copy_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy_container .copy_block .text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
.copy_container .copy_block .copy_btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}

.content_container {
  margin-top: 60px;
}

.share_experience_baner {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e9f2f8;
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
  overflow: hidden;
  position: relative;
  padding: 78px 0;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share_experience_baner .left_bottom_icon {
  position: absolute;
  bottom: 0;
  left: 103px;
}
.share_experience_baner .right_bottom_icon {
  position: absolute;
  bottom: 0;
  right: 20%;
}
.share_experience_baner .top_icon {
  position: absolute;
  top: 0;
  right: 157px;
}
.share_experience_baner .top_circle {
  position: absolute;
  top: -121px;
  left: -45px;
  width: 205.037px;
  height: 205.037px;
  border-radius: 100%;
  background-color: #fffff4;
  opacity: 0.38;
}
.share_experience_baner .right_circle {
  position: absolute;
  right: -72px;
  bottom: 32px;
  width: 113.197px;
  height: 113.197px;
  border-radius: 100%;
  background-color: #fffff4;
  opacity: 0.7;
}
.share_experience_baner .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.share_experience_baner .text .baner_title {
  margin-bottom: 8px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.share_experience_baner .text p {
  margin-bottom: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  text-align: center;
}

.order_baner {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e9f2f8;
  background-color: #eff6f2;
  overflow: hidden;
  position: relative;
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 44px;
}
.order_baner.small_text .text .baner_title {
  max-width: 584px;
  min-width: 584px;
}
.order_baner.small_text .text .description p {
  max-width: 326px;
}
.order_baner .text {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.order_baner .text .baner_title {
  max-width: 426px;
  min-width: 426px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.order_baner .text .description {
  padding-left: 60px;
  position: relative;
}
.order_baner .text .description::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 152px;
  border-left: 1px dashed rgba(145, 159, 166, 0.4);
}
.order_baner .text .description p {
  max-width: 575px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #151F23;
  margin-bottom: 18px;
}
.order_baner .image_left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.order_baner .image_right {
  position: absolute;
  top: 0;
  right: 0;
}

.donate_baner {
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #c8c332;
  overflow: hidden;
  min-height: 291px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donate_baner .donate_baner_left {
  position: absolute;
  bottom: -2px;
  left: 14px;
}
.donate_baner .circle {
  position: absolute;
  width: 154.142px;
  height: 154.142px;
  border-radius: 100%;
  background-color: #f8f7ec;
  top: -112px;
  left: 190px;
}
.donate_baner .donate_baner_top {
  position: absolute;
  right: 62px;
  top: 0;
}
.donate_baner .donate_baner_bottom {
  bottom: 0;
  position: absolute;
  right: 347px;
}
.donate_baner .baner_wrapper {
  display: flex;
  align-items: center;
  gap: 97px;
  z-index: 4;
}
.donate_baner .baner_wrapper .text {
  width: 100%;
  max-width: 556px;
}
.donate_baner .baner_wrapper .text .title {
  margin-bottom: 8px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.donate_baner .baner_wrapper .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.donate_baner .baner_wrapper .text p strong {
  font-weight: 600;
}
.donate_baner .baner_wrapper .text .buttons {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.donate_baner .baner_wrapper .text ul {
  margin-top: 15px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.donate_baner .baner_wrapper .text ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.donate_baner .baner_wrapper .text ul li::marker {
  color: #c8c332;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: rgba(139, 139, 139, 0.5);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  cursor: pointer;
  display: none;
}

.right_side {
  position: fixed;
  top: 0;
  right: 0;
  padding: 80px 80px 40px;
  background-color: #fbfbfb;
  width: 698px;
  height: 100%;
  z-index: 9999;
  transition: all 0.3s;
  transform: translateX(100%);
}
.right_side .close_right {
  position: absolute;
  right: 28px;
  top: 28px;
  cursor: pointer;
}
.right_side.active {
  transform: translateX(0);
}
.right_side.project_inforamtion {
  padding-right: 10px;
}
.right_side.project_inforamtion .project_information_content {
  padding-right: 64px;
  max-height: 87dvh;
  overflow: auto;
  padding-bottom: 40px;
}
.right_side.project_inforamtion .project_information_content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.right_side.project_inforamtion .project_information_content::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 40px;
  background-color: #919fa6;
}
.right_side.project_inforamtion .project_information_content .project_title {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 20px;
}
.right_side.project_inforamtion .project_information_content .project_description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  margin-bottom: 30px;
}
.right_side.project_inforamtion .project_information_content .project_description p:last-of-type {
  margin-bottom: 0;
}
.right_side.project_inforamtion .project_information_content .project_description ul,
.right_side.project_inforamtion .project_information_content .project_description ol {
  padding-left: 20px;
  display: flex;
  margin-top: 10px;
  gap: 15px;
  flex-direction: column;
  margin-bottom: 40px;
}
.right_side.project_inforamtion .project_information_content .project_description ul li,
.right_side.project_inforamtion .project_information_content .project_description ol li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.right_side.project_inforamtion .project_information_content .project_description ul li::marker {
  color: #c8c332;
}
.right_side.project_inforamtion .project_information_content .project_description + .order_project_form {
  margin-top: 40px;
}
.order_project_form {
  padding: 30px 60px;
  border-radius: 8px;
  border: 1px solid #c8c332;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order_project_form .project_form_heading {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order_project_form .project_form_heading h3 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #151F23;
}
.order_project_form .project_form_heading p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  color: #151F23;
}
.order_project_form .button {
  margin: 10px auto 0;
}

.right_side.aside_parnter_info, .right_side.order_project {
  padding-right: 10px;
}
.right_side.aside_parnter_info .order_project_container, .right_side.order_project .order_project_container {
  padding-right: 64px;
  max-height: 87dvh;
  overflow: auto;
  padding-bottom: 40px;
}
.right_side.aside_parnter_info .order_project_container::-webkit-scrollbar, .right_side.order_project .order_project_container::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.right_side.aside_parnter_info .order_project_container::-webkit-scrollbar-thumb, .right_side.order_project .order_project_container::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 40px;
  background-color: #919fa6;
}
.right_side.aside_parnter_info .order_project_container .aside_baner, .right_side.order_project .order_project_container .aside_baner {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #f3f0d0;
  padding: 58px 30px;
  background: #f7f9e2;
  margin-top: 30px;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .circle_1, .right_side.order_project .order_project_container .aside_baner .circle_1 {
  position: absolute;
  width: 103px;
  height: 103px;
  border-radius: 100%;
  background-color: rgba(255, 255, 244, 0.78);
  top: -36px;
  left: -44px;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .circle_2, .right_side.order_project .order_project_container .aside_baner .circle_2 {
  position: absolute;
  width: 93px;
  height: 93px;
  border-radius: 100%;
  background-color: rgba(200, 195, 50, 0.09);
  left: 93px;
  bottom: -58px;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .circle_3, .right_side.order_project .order_project_container .aside_baner .circle_3 {
  position: absolute;
  width: 113px;
  height: 112px;
  border-radius: 100%;
  background-color: rgba(255, 255, 244, 0.7);
  right: -63px;
  top: 25px;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .text, .right_side.order_project .order_project_container .aside_baner .text {
  z-index: 3;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .text .title, .right_side.order_project .order_project_container .aside_baner .text .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #151F23;
  margin-bottom: 8px;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .text p, .right_side.order_project .order_project_container .aside_baner .text p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  text-align: center;
}
.right_side.aside_parnter_info .order_project_container .aside_baner .text p strong, .right_side.order_project .order_project_container .aside_baner .text p strong {
  font-weight: 700;
}
.right_side.aside_parnter_info .partner_content, .right_side.order_project .partner_content {
  padding-right: 64px;
  max-height: 87dvh;
  overflow: auto;
  padding-bottom: 40px;
}
.right_side.aside_parnter_info .partner_content::-webkit-scrollbar, .right_side.order_project .partner_content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.right_side.aside_parnter_info .partner_content::-webkit-scrollbar-thumb, .right_side.order_project .partner_content::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 40px;
  background-color: #919fa6;
}
.right_side.aside_parnter_info .partner_content .title, .right_side.order_project .partner_content .title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.right_side.aside_parnter_info .partner_content .title .image_container, .right_side.order_project .partner_content .title .image_container {
  width: 44px;
  height: 33px;
  filter: drop-shadow(0px 0px 3.888px rgba(64, 75, 98, 0.25));
}
.right_side.aside_parnter_info .partner_content .title .image_container img, .right_side.order_project .partner_content .title .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.right_side.aside_parnter_info .partner_content .content_block + .search_form, .right_side.order_project .partner_content .content_block + .search_form {
  margin-top: 49px;
}
.right_side.aside_parnter_info .partner_content .content_block, .right_side.order_project .partner_content .content_block {
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.right_side.aside_parnter_info .partner_content .content_block .content_heading, .right_side.order_project .partner_content .content_block .content_heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(145, 159, 166, 0.4);
}
.right_side.aside_parnter_info .partner_content .content_block .content_heading span, .right_side.order_project .partner_content .content_block .content_heading span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #151F23;
}
.right_side.aside_parnter_info .partner_content .content_block .content_heading .name, .right_side.order_project .partner_content .content_block .content_heading .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.right_side.aside_parnter_info .partner_content .content_block .content_info, .right_side.order_project .partner_content .content_block .content_info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.right_side.aside_parnter_info .partner_content .content_block:first-of-type, .right_side.order_project .partner_content .content_block:first-of-type {
  margin-top: 0;
}
.right_side.aside_parnter_info .partner_content .search_form, .right_side.order_project .partner_content .search_form {
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #c8c332;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.right_side.aside_parnter_info .partner_content .search_form .search_form_heading, .right_side.order_project .partner_content .search_form .search_form_heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.right_side.aside_parnter_info .partner_content .search_form .search_form_heading .search_form_title, .right_side.order_project .partner_content .search_form .search_form_heading .search_form_title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.right_side.aside_parnter_info .partner_content .search_form .search_form_heading p, .right_side.order_project .partner_content .search_form .search_form_heading p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}

.right_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 82dvh;
  overflow: auto;
}
.right_form::-webkit-scrollbar {
  display: none;
}
.right_form::-webkit-scrollbar-thumb {
  display: none;
}
.right_form .right_form_title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  text-align: center;
}
.right_form .button {
  margin: 10px auto 0;
}

.iti__selected-country {
  padding-right: 10px;
  border-right: 1px solid #d9d9d9;
}
.iti__selected-country .iti__selected-country-primary {
  padding: 0;
  padding-left: 16px;
  padding-right: 10px;
}
.iti__selected-country .iti__selected-country-primary .iti__arrow {
  display: none;
}
.iti__selected-country .iti__selected-country-primary .iti__flag {
  box-shadow: 0px 0px 3.888px 0px rgba(64, 75, 98, 0.25);
}
.iti__selected-country .iti__selected-dial-code {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #919fa6;
  display: flex;
  align-items: center;
}
.iti__selected-country .iti__selected-dial-code::after {
  content: "";
  background-image: url(../images/icons/tel_icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  display: inline-block;
}

.iti__country-name {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}

.iti__dial-code {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.anchors_container {
  position: fixed;
  right: 23px;
  top: 240px;
  z-index: 99;
}
.anchors_container #anchors_list {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  padding: 7px 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  display: none;
  background: #fff;
  box-shadow: 0px 4px 14.3px 0px rgba(21, 31, 35, 0.1);
}
.anchors_container #anchors_list.open {
  display: flex;
}
.anchors_container #anchors_list li {
  padding: 11px 14px;
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s;
  cursor: pointer;
}
.anchors_container #anchors_list li:hover {
  background-color: rgba(145, 159, 166, 0.2);
}
.anchors_container #anchors_list li.active {
  background-color: rgba(145, 159, 166, 0.2);
}
.anchors_container .anchors_preview {
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 1px 12.3px 0px rgba(0, 0, 0, 0.07);
  width: 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 22px 0;
}
.anchors_container .anchors_preview span {
  width: 17px;
  height: 3px;
  border-radius: 53px;
  background-color: #919fa6;
}
.anchors_container .anchors_preview span.active {
  width: 29px;
  background-color: #c8c332;
}
.anchors_container .anchors_preview.hide {
  display: none;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header.header {
  position: fixed;
  left: 50%;
  top: 24px;
  transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  max-width: 1388px;
  padding: 23px 31px 23px 23px;
  border-radius: 8px;
  box-shadow: 0px 2px 20px 0px rgba(21, 31, 35, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: all 0.3s;
}
header.header.hide {
  transform: translate(-50%, -150%);
}
header.header .logo {
  width: 205px;
}
header.header .logo svg {
  width: 100%;
  height: 100%;
}
header.header .burger-btn {
  z-index: 5;
  width: 20px;
  height: 18px;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
header.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.header .burger-btn span:first-child {
  transform-origin: 0% 0%;
}
header.header .burger-btn span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
header.header .burger-btn.active span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 1px);
}
header.header .burger-btn.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header.header .burger-btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0, -4px);
}
header.header nav {
  display: flex;
  align-items: center;
  gap: 42px;
}
header.header nav .page_link {
  position: relative;
  padding-bottom: 4px;
  color: #151F23;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
header.header nav .page_link span {
  display: flex;
  align-items: center;
  gap: 3px;
}
header.header nav .page_link:has(svg) {
  display: flex;
  align-items: center;
  gap: 3px;
}
header.header nav .page_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: #151f23;
  transition: all 0.3s;
}
header.header nav .page_link.active::after {
  width: 100%;
}
header.header nav .about_pages {
  position: absolute;
  left: -20px;
  top: calc(100% + 5px);
  width: 227px;
  padding: 7px 0 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 14.3px 0px rgba(21, 31, 35, 0.1);
  flex-direction: column;
  display: none;
}
header.header nav .about_pages.active {
  display: flex;
}
header.header nav .about_pages a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #151F23;
  padding: 11px 14px;
  background-color: #fff;
  transition: all 0.3s;
}
header.header nav .about_pages a:hover {
  background-color: rgba(145, 159, 166, 0.2);
}
header.header .socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  background-color: #f5f5f5;
  padding-top: 22px;
  margin-top: 102px;
}
footer .footer_wrapper {
  display: flex;
  justify-content: start;
  gap: 53px;
  align-items: start;
  padding-bottom: 33px;
}
footer .footer_wrapper .logo_block {
  margin-right: 45px;
}
footer .footer_wrapper .logo_block .button {
  margin-top: 11px;
}
footer .footer_wrapper .footer_menu,
footer .footer_wrapper .footer_contacts,
footer .footer_wrapper .footer_recvisites,
footer .footer_wrapper .footer_socials {
  margin-top: 20px;
}
footer .footer_wrapper .footer_block_title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #151F23;
}
footer .footer_wrapper .footer_menu_list_item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #7b8488;
  white-space: nowrap;
}
footer .footer_wrapper .footer_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer_wrapper .footer_menu .menu_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
}
footer .footer_wrapper .footer_menu .menu_list a {
  white-space: nowrap;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(1) {
  order: 0;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(5) {
  order: 1;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(2) {
  order: 3;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(6) {
  order: 4;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(3) {
  order: 5;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(7) {
  order: 6;
}
footer .footer_wrapper .footer_menu .menu_list a:nth-child(4) {
  order: 7;
}
footer .footer_wrapper .footer_contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer_wrapper .footer_contacts .contact_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer_wrapper .footer_contacts .contact_block .footer_menu_list_item {
  white-space: wrap;
}
footer .footer_wrapper .footer_recvisites .footer_block_title {
  margin-bottom: 12px;
}
footer .footer_wrapper .footer_recvisites .footer_menu_list_item {
  line-height: 180%;
}
footer .footer_wrapper .footer_socials {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
footer .footer_wrapper .footer_socials .socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer_wrapper .footer_socials .socials a {
  min-width: 20px;
}
footer .footer_wrapper .footer_socials .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer_wrapper .footer_socials .lang_toggle {
  display: flex;
  align-items: center;
}
footer .footer_wrapper .footer_socials .lang_toggle .lang {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #7b8488;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  footer .footer_wrapper .footer_socials .lang_toggle .lang:hover {
    color: #151F23;
  }
}
@media (hover: none) {
  footer .footer_wrapper .footer_socials .lang_toggle .lang:active {
    color: #151F23;
  }
}
footer .footer_wrapper .footer_socials .lang_toggle .lang.active {
  border: 1.512px solid #919fa6;
  color: #151F23;
}
footer .copyright {
  padding: 9px 0 11px;
  background-color: #efefef;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #7b8488;
}

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.first_screen {
  background-image: url(../images/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 707px;
  overflow: hidden;
}
.first_screen_wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  height: 100%;
}
.first_screen_wrapper .image_container {
  height: 800px;
  width: 100%;
  max-width: 580px;
  position: relative;
}
.first_screen_wrapper .image_container::before {
  content: "";
  position: absolute;
  width: 962px;
  height: 942px;
  border-radius: 962px;
  opacity: 0.76;
  background: #e9f5ff;
  left: 50%;
  top: calc(100% - 187px);
  transform: translateX(-50%);
  z-index: 1;
}
.first_screen_wrapper .image_container::after {
  content: "";
  position: absolute;
  width: 271px;
  height: 271px;
  border-radius: 100%;
  border-radius: 271px;
  background: #fffff4;
  right: -30px;
  top: 167px;
  z-index: 1;
}
.first_screen_wrapper .image_container img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
.first_screen_wrapper .text {
  max-width: 671px;
  position: relative;
}
.first_screen_wrapper .text h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.first_screen_wrapper .text p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  color: #151F23;
  margin-top: 22px;
}
.order__button {
  position: absolute;
  top: calc(100% - 14px);
  left: 67px;
  width: 244px;
  height: 244px;
  background-color: #ecf00d;
  border-radius: 100%;
  cursor: pointer;
}
.order__button .button_text {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  color: #151F23;
}

.about_container {
  display: flex;
  align-items: start;
  gap: 27px;
}
.about_container .about_slider {
  width: 347px;
  min-width: 347px;
  position: relative;
}
.about_container .about_slider .slick-dots {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  list-style: none;
  width: 100%;
  padding: 0 14px;
}
.about_container .about_slider .slick-dots li {
  width: 100%;
  border-radius: 19.581px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.19);
  transition: all 0.3s;
  position: relative;
}
.about_container .about_slider .slick-dots li::before {
  content: "";
  position: absolute;
  border-radius: 19.581px;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #c8c332;
  transition: none;
}
.about_container .about_slider .slick-dots li.animating::before {
  animation: fillBar 5s linear forwards;
}
@keyframes fillBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.about_container .about_slider .slick-dots li button {
  display: none;
}
.about_container .about_slider .slide {
  position: relative;
  border-radius: 10.443px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 347px;
}
.about_container .about_slider .slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(21, 31, 35, 0) 0%, #151f23 100%);
}
.about_container .about_slider .slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(21, 31, 35, 0) 0%, #151f23 100%);
  left: 0;
  bottom: 0;
}
.about_container .about_slider .slide .text {
  position: absolute;
  bottom: 20px;
  padding: 0 11px 0 18px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
  z-index: 2;
}
.about_container .description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about_container .description .text p {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.about_container .description .text p:last-of-type {
  margin-bottom: 0;
}
.about_container .description .text p strong {
  font-weight: 700;
}
.about_container .description .problems .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 21px;
  color: #151F23;
}
.problems_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.problems_container .problem {
  padding: 20px 20px 24px;
  border-radius: 8px;
  border: 1px solid #c8c332;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.problems_container .problem .title_container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.problems_container .problem .title_container .image_container {
  min-width: 44px;
}
.problems_container .problem .problem_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #151F23;
}
.problems_container .problem .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}

.support_section_container {
  display: flex;
  align-items: center;
  gap: 42px;
}
.support_section_container .text p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #151F23;
}
.support_section_container .text p strong {
  font-weight: 700;
}
.support_section_container .text ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 32px;
}
.support_section_container .text ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.support_section_container .text ul li::marker {
  color: #c8c332;
}
.support_section_container .circles {
  display: flex;
  align-items: center;
}
.support_section_container .circles .circle_text .circle_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  color: #151F23;
  margin-bottom: 6px;
}
.support_section_container .circles .circle_text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
  text-align: center;
  margin-bottom: 16px;
}
.support_section_container .circles .circle_text .button {
  margin: 0 auto;
}
.support_section_container .circles .left {
  width: 347px;
  height: 347px;
  border-radius: 100%;
  background-color: #ecf00d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.support_section_container .circles .left .circle_text {
  max-width: 217px;
}
.support_section_container .circles .right {
  width: 363px;
  height: 363px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #80cbee;
  margin-left: -50px;
  z-index: 2;
  border: 8px solid #fff;
}
.support_section_container .circles .right .circle_text {
  max-width: 251px;
}

.projects {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.projects:has(.project.stuckable) {
  display: grid;
  grid-template-rows: repeat(var(--projects-count), var(--projects-height));
  gap: 40px 0;
}
.projects .project.stuckable {
  position: sticky;
  top: 10%;
}
.projects .project .project_inner {
  will-change: transform;
  display: flex;
  flex-direction: column;
  gap: 15px;
  box-shadow: 0px 4px 46.1px 0px rgba(21, 31, 35, 0.06);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  z-index: 2;
  transform-origin: center top;
}
.projects .project .project_inner .image_container {
  aspect-ratio: 64/23;
  width: 100%;
}
.projects .project .project_inner .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.projects .project .project_inner .text {
  padding: 0 30px 30px;
}
.projects .project .project_inner .text .project_title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 5px;
}
.projects .project .project_inner .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
.projects .project .project_inner .text .button {
  display: flex;
  margin-top: 18px;
}

.logos_container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-between;
  gap: 30px 15px;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
  padding: 32px 34px;
}

.countries_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: 30px;
  margin-top: 30px;
  padding: 0 34px;
}
.countries_container .country {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.countries_container .country .image_container {
  min-width: 45px;
}
.countries_container .country .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_first_screen {
  height: 329px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 14px;
  padding-top: 164px;
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
}
.page_first_screen.simple_content {
  padding-top: 190px;
}
.page_first_screen.article_screen h1 {
  max-width: 1066px;
  margin-bottom: 0;
}
.page_first_screen h1 {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  color: #151F23;
}
.page_first_screen p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  color: #151F23;
  max-width: 844px;
}

.blocks_listing .about_block {
  margin-bottom: 60px;
}
.blocks_listing .about_block:last-of-type {
  margin-bottom: 0;
}
.blocks_listing .about_block:nth-child(odd) {
  flex-direction: row-reverse;
}

.news_page {
  margin-top: 60px;
}
.news_page .news_container {
  gap: 42px 30px;
}

.article {
  margin-top: 60px;
}
.article .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.article .info .date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #7b8488;
}
.article .info .share_container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article .info .share_container span {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #7b8488;
}
.article .info .share_container .share {
  display: flex;
  align-items: center;
  gap: 14px;
}
.article .info .share_container .share a {
  display: block;
}
@media (hover: hover) {
  .article .info .share_container .share a:hover svg path {
    fill: #c8c332;
  }
}
@media (hover: none) {
  .article .info .share_container .share a:active svg path {
    fill: #c8c332;
  }
}
.article .info .share_container .share a svg path {
  transition: all 0.3s;
}
.article .content {
  margin-bottom: 52px;
}

.donate_page_wrapper {
  margin-top: 60px;
}
.donate_page_wrapper .limit {
  padding: 0;
}
.donate_page_wrapper .donate_methods {
  padding: 42px 80px;
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}
.donate_page_wrapper .donate_methods .title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.donate_page_wrapper .donate_methods .tabs {
  width: 100%;
  max-width: 684px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  margin: 0 auto;
  border-radius: 8px;
}
.donate_page_wrapper .donate_methods .tabs .tab_links {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.donate_page_wrapper .donate_methods .tabs .tab_links li {
  position: relative;
  width: 100%;
}
.donate_page_wrapper .donate_methods .tabs .tab_links li::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(145, 159, 166, 0.4);
}
.donate_page_wrapper .donate_methods .tabs .tab_links li.active::before {
  height: 2px;
  background-color: #c8c332;
}
.donate_page_wrapper .donate_methods .tabs .tab_links li a {
  width: 100%;
  height: auto;
  padding: 29px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #151F23;
}
.donate_page_wrapper .donate_methods .tabs .tab_content {
  width: 100%;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab {
  display: none;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab.active {
  display: block;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .liqpay_form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 426px;
  margin: 0 auto;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .liqpay_form .form_title {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #151F23;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .liqpay_form .form_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .liqpay_form .form_content .select2 {
  min-width: 108px;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .liqpay_form .liq_form_btn {
  width: 100%;
  background-color: #fff;
  padding: 22px 0;
  border-radius: 10px;
  border: 1px solid #151f23;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .crypto_container .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  text-align: center;
  color: #151F23;
  margin-bottom: 36px;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container {
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item {
  width: 100%;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item.open .accordeon_header img {
  transform: scaleY(1);
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item.open .accordeon_content {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_header {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #151F23;
  cursor: pointer;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_header img {
  transition: all 0.3s;
  transform: scaleY(-1);
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 1px;
  overflow: hidden;
  transition: all 0.3s;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_content .info_item {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #151F23;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_content .info_item span {
  font-weight: 700;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_content .copy_container {
  margin-top: 6px;
  margin-bottom: 12px;
}
.donate_page_wrapper .donate_methods .tabs .tab_content .tab .accordeon_container .accordeon_item .accordeon_content .copy_container:last-of-type {
  margin-bottom: 0;
}
.donate_page_wrapper .donate_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.donate_page_wrapper .donate_info_block {
  width: 100%;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #c8c332;
}
.donate_page_wrapper .donate_info_block .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151F23;
  margin-bottom: 12px;
}
.donate_page_wrapper .donate_info_block p {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.donate_page_wrapper .donate_info_block p:last-of-type {
  margin-bottom: 0;
}
.donate_page_wrapper .donate_info_block ul {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.donate_page_wrapper .donate_info_block ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.donate_page_wrapper .donate_info_block ul li::marker {
  color: #c8c332;
}

.contacts_wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.contacts_wrapper .main_contacts {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 76px;
}
.contacts_wrapper .main_contacts .contact_block {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 203px;
}
.contacts_wrapper .main_contacts .contact_block .name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #151F23;
  margin-top: 18px;
  margin-bottom: 8px;
}
.contacts_wrapper .main_contacts .contact_block .link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  color: #151F23;
}
.contacts_wrapper .offices {
  padding: 36px 40px 9px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
}
.contacts_wrapper .offices .office_title {
  text-align: center;
  margin-bottom: 14px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.contacts_wrapper .offices .office {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 30px;
  gap: 74px;
  border-bottom: 1px solid rgba(145, 159, 166, 0.2);
}
.contacts_wrapper .offices .office:last-of-type {
  border-bottom: none;
}
.contacts_wrapper .offices .office .country {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
.contacts_wrapper .offices .office .mail {
  display: flex;
  align-items: center;
  gap: 7px;
}
.contacts_wrapper .offices .office .mail a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}

.roadmap {
  counter-reset: roadmap_counter;
}

.roadmap_item {
  padding-bottom: 34px;
  display: flex;
  gap: 52px;
  counter-increment: roadmap_counter;
  height: -moz-fit-content;
  height: fit-content;
}
.roadmap_item:last-of-type {
  padding-bottom: 0;
}
.roadmap_item:last-of-type .line_block .line {
  display: none;
}
.roadmap_item .target {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 78px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6px 14px;
  border-radius: 8px;
  background-color: #ecf00d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #151F23;
}
.roadmap_item .target::before {
  content: counter(roadmap_counter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #151F23;
}
.roadmap_item .line_block {
  position: relative;
}
.roadmap_item .line_block .circle {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  border: 3px solid #c8c332;
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.roadmap_item .line_block .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: #c8c332;
  border-radius: 100%;
}
.roadmap_item .line_block .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: calc(100% + 34px);
  border-left: 1px dashed #b7d2df;
}
.roadmap_item ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.roadmap_item ul li {
  display: flex;
  align-items: start;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.roadmap_item ul li::before {
  content: "";
  width: 20px;
  height: 21px;
  min-width: 20px;
  background-image: url(../images/icons/default_li.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.roadmap_item ul li.complete::before {
  background-image: url(../images/icons/complete_icon.svg);
}
.roadmap_item ul li.in_progress::before {
  background-image: url(../images/icons/progress_icon.svg);
}

.it_school_about_wrapper {
  display: flex;
  align-items: center;
  gap: 52px;
}
.it_school_about_wrapper .image_container {
  border-radius: 8px;
  overflow: hidden;
  width: 297px;
  height: 338px;
  min-width: 297px;
}
.it_school_about_wrapper .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.it_school_about_wrapper .text h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 20px;
}
.it_school_about_wrapper .text p {
  margin-bottom: 52px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.it_school_about_wrapper .text .about_items {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
}
.it_school_about_wrapper .text .about_items .about_item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.it_school_about_wrapper .text .about_items .about_item .image_container {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0;
  min-width: auto;
}
.it_school_about_wrapper .text .about_items .about_item .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.it_school_about_wrapper .text .about_items .about_item .info .info_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #151F23;
}
.it_school_about_wrapper .text .about_items .about_item .info p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}

.specialties_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.specialties_container .specialty {
  min-height: 152px;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #c8c332;
  padding: 20px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.specialties_container .specialty .name_container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.specialties_container .specialty .name_container .image_container {
  min-width: 44px;
}
.specialties_container .specialty .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #151F23;
}
.specialties_container .specialty p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}

.education_direction {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.education_direction .education_item {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background-color: #fbfbfb;
  position: relative;
  padding: 20px 20px 30px;
  min-height: 285px;
}
.education_direction .education_item .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151F23;
  margin-bottom: 8px;
  z-index: 2;
}
.education_direction .education_item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  color: #151F23;
  z-index: 2;
}
.education_direction .education_item .button {
  margin-top: 18px;
  z-index: 2;
}
.education_direction .education_item .education_item_img {
  margin-bottom: 15px;
}

.reviews_slider .review {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.reviews_slider .review .user_info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reviews_slider .review .user_info .image_container {
  min-width: 52px;
  height: 52px;
  border-radius: 100%;
  overflow: hidden;
}
.reviews_slider .review .user_info .image_container img {
  width: 100%;
  justify-self: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reviews_slider .review .user_info .name_n_date .name {
  margin-bottom: 6px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #151F23;
}
.reviews_slider .review .user_info .name_n_date .date {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #919fa6;
}
.reviews_slider .review .coment {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.reviews_slider .slick-dots {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 42px auto 0;
  list-style: none;
  align-items: center;
  gap: 12px;
  height: 9px;
}
.reviews_slider .slick-dots li {
  background-color: rgba(120, 133, 138, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.reviews_slider .slick-dots li.slick-active {
  width: 9px;
  height: 9px;
  background-color: #c8c332;
}
.reviews_slider .slick-dots li button {
  display: none;
}

.welding_about {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  align-items: start;
}
.welding_about .welding_about_block {
  width: 100%;
}
.welding_about .welding_about_block.program {
  max-width: 614px;
}
.small_title {
  margin-bottom: 38px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}

.welding_about .welding_about_block .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.welding_about .welding_about_block .text p {
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.welding_about .welding_about_block .partners_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.welding_about .welding_about_block .partners_container .partner {
  display: flex;
  align-items: start;
  gap: 12px;
}
.welding_about .welding_about_block .partners_container .partner .image_container {
  min-width: 173px;
  max-width: 173px;
}
.welding_about .welding_about_block .partners_container .partner .info .name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 8px;
}
.welding_about .welding_about_block .partners_container .partner .info .text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}

.benefits {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  align-items: center;
}
.benefits.invest_benefits {
  flex-direction: row-reverse;
}
.benefits .image_container {
  width: 100%;
  max-width: 614px;
  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 ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.benefits .info ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.benefits .info ul li::marker {
  color: #c8c332;
}
.benefits .info p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  margin-bottom: 20px;
}
.benefits .info p:last-of-type {
  margin-top: 20px;
  margin-bottom: 0;
}
.benefits .info p strong {
  font-weight: 700;
}

.welding_reviews_section {
  padding: 82px 0 102px;
  background-color: #fbfbfb;
  position: relative;
}
.welding_reviews_section .bg_1 {
  position: absolute;
  top: 10px;
  left: 125px;
  z-index: 0;
}
.welding_reviews_section .bg_2 {
  position: absolute;
  top: 310px;
  left: 0;
  z-index: 0;
}
.welding_reviews_section .bg_3 {
  position: absolute;
  bottom: 116px;
  right: 0;
  z-index: 0;
}
.welding_reviews_section .welding_reviews {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 30px;
}
.welding_reviews_section .welding_reviews .welding_review .name {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 6px;
}
.welding_reviews_section .welding_reviews .welding_review .position {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #919fa6;
  margin-bottom: 14px;
}
.welding_reviews_section .welding_reviews .welding_review .coment {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}

.invest_offers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
}
.invest_offers .offer {
  position: relative;
  padding: 20px 20px 30px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background-color: #fbfbfb;
  min-height: 257px;
}
.invest_offers .offer .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151F23;
  margin-bottom: 8px;
  z-index: 2;
}
.invest_offers .offer p {
  margin: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
  z-index: 2;
}
.invest_offers .offer img {
  margin-bottom: 15px;
}

.cource_structure {
  counter-reset: structure_counter;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 30px;
}
.cource_structure .structure_block {
  counter-increment: structure_counter;
  padding: 20px 20px 24px;
  min-height: 132px;
  border-radius: 8px;
  border: 1px solid #c8c332;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cource_structure .structure_block .title_container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cource_structure .structure_block .title_container .image_container {
  min-width: 44px;
}
.cource_structure .structure_block .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #151F23;
}
.cource_structure .structure_block .title::before {
  content: counter(structure_counter) ".";
}
.cource_structure .structure_block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
  margin: 0;
}

.education_format {
  display: flex;
  align-items: center;
  gap: 52px;
}
.education_format .image_container {
  width: 614px;
  height: 468px;
  border-radius: 8px;
  overflow: hidden;
}
.education_format .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.education_format ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.education_format ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}
.education_format ul li img,
.education_format ul li svg {
  min-width: 45px;
}

.partners_slider .parnter_slide {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.partners_slider .parnter_slide .slide_item {
  display: flex;
  align-items: center;
  gap: 33px;
  padding: 16px 30px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background-color: #fbfbfb;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .partners_slider .parnter_slide .slide_item:hover {
    border-color: #c8c332;
  }
}
@media (hover: none) {
  .partners_slider .parnter_slide .slide_item:active {
    border-color: #c8c332;
  }
}
.partners_slider .parnter_slide .slide_item .image_container {
  width: 31px;
  height: 23px;
  filter: drop-shadow(0px 0px 3.888px rgba(64, 75, 98, 0.25));
}
.partners_slider .parnter_slide .slide_item .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.partners_slider .parnter_slide .slide_item .parnter_name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
}
.partners_slider .parnter_slide .slide_item .author_info {
  min-width: 197px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 33px;
  border-left: 1px dashed rgba(145, 159, 166, 0.4);
  min-height: 38px;
}
.partners_slider .parnter_slide .slide_item .author_info .position {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #919fa6;
}
.partners_slider .parnter_slide .slide_item .author_info .author_name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #151F23;
}
.partners_slider .parnter_slide .slide_item .author_info .author_description {
  display: none;
}
.partners_slider .parnter_slide .slide_item .author_info .become_author {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #151F23;
}
.partners_slider .slick-dots {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
  list-style: none;
  align-items: center;
  gap: 12px;
  height: 9px;
}
.partners_slider .slick-dots li {
  background-color: rgba(120, 133, 138, 0.2);
  width: 7px;
  height: 7px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.partners_slider .slick-dots li.slick-active {
  width: 9px;
  height: 9px;
  background-color: #c8c332;
}
.partners_slider .slick-dots li button {
  display: none;
}

.studio_offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 30px;
}
.studio_offers .offer {
  padding: 27px 20px 46px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.studio_offers .offer .title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 21px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151F23;
}
.studio_offers .offer ul {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.studio_offers .offer ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #151F23;
}
.studio_offers .offer ul li::marker {
  color: #c8c332;
}

.how_we_work {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: work_counter;
}
.how_we_work .block {
  min-height: 257px;
  padding: 20px 20px 30px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background-color: #fbfbfb;
  counter-increment: work_counter;
  position: relative;
}
.how_we_work .block .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151F23;
  margin-bottom: 8px;
  z-index: 2;
}
.how_we_work .block .title::before {
  content: counter(work_counter) ". ";
}
.how_we_work .block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  color: #151F23;
  z-index: 2;
}
.how_we_work .block img {
  min-width: 80px;
  margin-bottom: 15px;
}

.portfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.portfolio .portfolio_item {
  display: flex;
  flex-direction: column;
  gap: 21px;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 20px;
  cursor: pointer;
}
.portfolio .portfolio_item .image_container {
  width: 100%;
  height: 288px;
}
.portfolio .portfolio_item .image_container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio .portfolio_item .name {
  padding: 0 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: #151F23;
}
.portfolio .portfolio_item .project_description {
  display: none;
}

#NotiflixNotifyWrap {
  z-index: 999999 !important;
}

.why_important_blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.why_important_block {
  padding: 20px 20px 24px;
  border-radius: 8px;
  border: 1px solid #c8c332;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.why_important_block .title_container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.why_important_block .title_container .image_container {
  min-width: 44px;
}
.why_important_block .title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  color: #151F23;
}
.why_important_block .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #151F23;
}

.alert_block {
  margin-top: 30px;
  padding: 20px;
  border-radius: 8px;
  background-color: rgba(145, 159, 166, 0.1);
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
}
.alert_block img,
.alert_block svg {
  min-width: 48px;
}

.donor_blocks {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.additional_text {
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  color: #151F23;
}

.subscribe_mail_baner {
  width: 100%;
  height: 390px;
  max-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e9f2f8;
  background: linear-gradient(99deg, #e9f4ff 14.84%, #fffbcf 87.26%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(35px, 7.5vw, 144px);
}
.subscribe_mail_baner .text {
  z-index: 3;
  width: 100%;
  max-width: 552px;
}
.subscribe_mail_baner .text h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #151F23;
  margin-bottom: 20px;
}
.subscribe_mail_baner .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
  margin-bottom: 26px;
}
.subscribe_mail_baner .text .subscribe_mail_form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.subscribe_mail_baner img {
  z-index: 1;
}

.payment_methods {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.success_wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.success_wrapper .success_block {
  background-color: #fbfbfb;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  padding: 42px 80px 57px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
}
.success_wrapper .success_block img {
  margin-bottom: 13px;
}
.success_wrapper .success_block h2 {
  text-align: center;
}
.success_wrapper .success_block p {
  text-align: center;
}
.success_wrapper h2 {
  margin: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.success_wrapper p {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.success_wrapper .success_default_block {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.success_wrapper .success_default_block > a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
}
.success_wrapper .success_default_block > a::before {
  content: "";
  width: 6px;
  min-width: 6px;
  height: 6px;
  background-color: #c8c332;
  border-radius: 100%;
}
.success_wrapper .success_default_block .socials {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
  margin-top: -3px;
}
.success_wrapper .success_default_block .socials a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #151F23;
}
.success_wrapper .success_default_block .socials a .logo_container {
  width: 41px;
  min-width: 41px;
  height: 41px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(123, 132, 136, 0.1);
}
.success_wrapper .success_default_block .sub_block {
  margin-top: 11px;
}
.success_wrapper .success_default_block .sub_block h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 16px;
}
.success_wrapper .success_default_block .sub_block a:not(.button) {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #151F23;
  text-decoration: underline;
}
.success_wrapper .thank_block {
  padding: 22px 50px;
  border-left: 2px solid #c8c332;
}
.success_wrapper .thank_block .title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 14px;
}
.success_wrapper .thank_block p {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.admin_edit {
  color: #151F23;
  cursor: pointer;
  position: fixed;
  bottom: 13px;
  left: 5px;
  z-index: 99;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  background-color: #c8c332;
}

body .uwy.userway_p3 .userway_buttons_wrapper {
  bottom: 75px !important;
}

@media (max-width: 1450px) {
  .anchors_container {
    right: 6px;
  }
  .page_first_screen h1 {
    font-size: 36px;
    padding: 0 16px;
  }
  .limit {
    padding: 0 60px;
  }
  header.header {
    max-width: 1234px;
  }
  .first_screen {
    height: 637px;
  }
  .first_screen_wrapper .text {
    max-width: 533px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 36px;
  }
  .first_screen_wrapper .text p {
    margin-top: 16px;
  }
  .first_screen_wrapper .image_container {
    max-width: 560px;
    height: auto;
  }
  .order__button {
    width: 215px;
    height: 215px;
    left: 11px;
  }
  .order__button .button_text {
    font-size: 18px;
  }
  .heading h2 {
    font-size: 34px;
  }
  footer .footer_wrapper {
    gap: 30px;
    align-items: start;
  }
  footer .footer_wrapper .logo_block {
    margin-right: 20px;
  }
  footer .footer_wrapper .footer_menu,
  footer .footer_wrapper .footer_contacts,
  footer .footer_wrapper .footer_recvisites,
  footer .footer_wrapper .footer_socials {
    margin-top: 19px;
  }
  .projects {
    gap: 42px;
  }
}
@media (max-width: 1350px) {
  .subscribe_mail_baner {
    padding-left: 52px;
  }
}
@media (max-width: 1300px) {
  .order_baner .text {
    align-items: center;
    gap: 46px;
  }
  .order_baner .text .description {
    padding-left: 46px;
  }
  .about_block .about_block_slider {
    width: 523px;
    height: 397px;
  }
  .about_block .image_container {
    height: 300px;
    min-width: 520px;
    max-width: 523px;
  }
  section.default_project_section {
    margin-top: 102px;
  }
  .education_format .image_container {
    width: 554px;
  }
  .small_title {
    margin-bottom: 30px;
  }
  .project_first_screen_wrapper .text h1 {
    font-size: 36px;
  }
  section.it_school_section {
    margin-top: 102px;
  }
  .baner .image_container img {
    width: 524.961px;
    height: 492px;
  }
  .baner::after {
    display: none;
  }
}
@media (max-width: 1250px) {
  .subscribe_mail_baner img {
    height: 337px;
    width: 488px;
    min-width: 488px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: -55px;
  }
  .subscribe_mail_baner .text p {
    margin-bottom: 42px;
  }
  .baner .baner_content {
    left: 47px;
    max-width: 363px;
  }
  .baner .image_container {
    width: 499px;
    height: 492px;
  }
  .donate_baner .baner_wrapper {
    gap: 0px;
  }
  .donate_baner .baner_wrapper .text {
    max-width: 467px;
  }
  .education_direction {
    grid-template-columns: repeat(2, 1fr);
  }
  .education_direction .education_item {
    min-height: 205px;
  }
  .order_baner.small_text .text .baner_title {
    max-width: 430px;
    min-width: 430px;
  }
  .order_baner .text .baner_title {
    font-size: 26px;
  }
  .specialties_container {
    gap: 20px;
  }
  .specialties_container .specialty {
    padding: 26px 16px 30px;
  }
  .share_experience_baner .top_icon {
    right: 20px;
  }
  .share_experience_baner .right_bottom_icon {
    right: 40px;
  }
  .share_experience_baner .text .baner_title {
    font-size: 26px;
  }
  .it_school_about_wrapper .text .about_items .about_item {
    flex-direction: column;
    gap: 11px;
  }
  .it_school_about_wrapper .text .about_items .about_item .info {
    align-items: center;
  }
  .it_school_about_wrapper .text .about_items .about_item .info p {
    text-align: center;
  }
  .it_school_about_wrapper {
    gap: 30px;
    align-items: start;
  }
  .it_school_about_wrapper .image_container {
    min-width: 280px;
    width: 280px;
    height: 323px;
  }
  .it_school_about_wrapper .text p {
    margin-bottom: 20px;
  }
  .project_first_screen {
    height: 548px;
  }
  .project_first_screen .order__button {
    width: 191px;
    height: 191px;
  }
  header.header {
    top: 18px;
    max-width: calc(100% - 36px);
  }
  footer .footer_wrapper {
    display: grid;
    grid-template-columns: 140px auto auto;
    gap: 30px;
  }
  footer .footer_wrapper .logo_block {
    margin: 0;
  }
  footer .footer_wrapper .footer_recvisites {
    grid-column: 2;
    margin-left: 50px;
  }
  footer .footer_wrapper .footer_menu {
    margin-left: 50px;
  }
  footer .footer_wrapper .footer_menu,
  footer .footer_wrapper .footer_contacts,
  footer .footer_wrapper .footer_recvisites,
  footer .footer_wrapper .footer_socials {
    margin-top: 0;
  }
  .first_screen {
    height: 560px;
  }
  .order__button {
    width: 151px;
    height: 151px;
  }
  .order__button .button_text {
    font-size: 16px;
    padding: 0 20px;
  }
  .first_screen_wrapper {
    gap: 10px;
  }
  .first_screen_wrapper .text {
    max-width: 450px;
  }
  .first_screen_wrapper .image_container {
    max-width: 436px;
    height: 602px;
  }
  .first_screen_wrapper .image_container::before {
    width: 725px;
    height: 709.927px;
  }
  .first_screen_wrapper .image_container::after {
    width: 183.556px;
    height: 183.556px;
    right: -28px;
    top: 156px;
  }
  .first_screen_wrapper .image_container img {
    -o-object-position: center;
       object-position: center;
  }
  .limit {
    padding: 0 42px;
  }
  .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .support_section_container {
    flex-direction: column;
    align-items: start;
  }
  .logos_container {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 3px;
    padding: 20px 34px;
  }
  .countries_container {
    margin-top: 20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 30px;
  }
  .countries_container .country {
    font-size: 14px;
    align-items: start;
  }
}
@media (max-width: 1100px) {
  .donor_blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .education_direction .education_item {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 8px 12px;
    align-items: center;
    min-height: 1px;
    height: auto;
  }
  .education_direction .education_item img {
    grid-row: span 2;
    margin-bottom: 0 !important;
  }
  .education_direction .education_item .title {
    margin: 0;
    margin-top: auto;
  }
  .education_direction .education_item p {
    margin-bottom: auto;
  }
  .education_direction .education_item .button {
    grid-column: span 2;
  }
  .specialties_container .specialty .name_container,
  .problems_container .problem .title_container {
    flex-direction: column;
    align-items: start;
  }
  .anchors_container {
    right: 9px;
    top: 216px;
  }
  .portfolio .portfolio_item .image_container {
    height: 219px;
  }
  .portfolio .portfolio_item .name {
    font-size: 16px;
  }
  .order_baner .text {
    gap: 29px;
  }
  .order_baner .text .description {
    padding-left: 29px;
  }
  .order_baner .text .description p {
    font-size: 14px;
  }
  .order_baner .text .baner_title {
    min-width: 1px;
  }
  .about_block {
    gap: 30px;
  }
  .about_block .about_block_title {
    font-size: 26px;
  }
  .blocks_listing .about_block {
    gap: 30px;
  }
  .about_block .about_block_slider {
    width: 480px;
  }
  .about_block .image_container {
    min-width: 480px;
    max-width: 480px;
  }
  .benefits.invest_benefits .image_container {
    width: 422px;
    min-width: 422px;
  }
  .education_format .image_container {
    width: 422px;
    height: 346px;
  }
  .invest_offers {
    gap: 30px 20px;
  }
  .invest_offers .offer {
    min-height: 282px;
  }
  .welding_reviews_section {
    padding: 72px 42px 92px;
  }
  header.header nav {
    gap: 30px;
  }
  header.header nav .page_link {
    font-size: 14px;
  }
  .problems_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .projects .project .project_inner .text .project_title {
    font-size: 26px;
  }
  .news_container .news .image_container {
    height: 131px;
    max-width: 170px;
    min-width: 170px;
  }
  .news_container .news .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
    margin-bottom: 12px;
  }
  .small_title {
    font-size: 28px;
  }
  .benefits .image_container {
    max-width: 422px;
    height: 386px;
  }
  .welding_reviews_section .bg_3,
  .welding_reviews_section .bg_2,
  .welding_reviews_section .bg_1 {
    display: none;
  }
  .studio_offers .offer .title {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .subscribe_mail_baner {
    padding-left: 44px;
    height: 327px;
    min-height: 327px;
  }
  .subscribe_mail_baner img {
    height: 227px;
    width: 329px;
    min-width: 329px;
  }
  .subscribe_mail_baner .text p {
    margin-bottom: 30px;
  }
  .why_important_blocks .why_important_block .title_container {
    flex-direction: column;
    align-items: center;
  }
  .why_important_blocks .why_important_block .title {
    text-align: center;
  }
  .why_important_blocks .why_important_block .text {
    text-align: center;
  }
  .page_first_screen.simple_content {
    padding: 0;
  }
  .about_block {
    flex-direction: column;
  }
  .about_block.reverse {
    flex-direction: column;
  }
  .page_first_screen {
    height: 205px;
    padding: 0 16px;
    margin-top: 67px;
    justify-content: center;
  }
  .page_first_screen p {
    font-size: 14px;
  }
  .limit {
    padding: 0 24px;
  }
  .first_screen {
    height: 431px;
    margin-top: 67px;
  }
  .first_screen_wrapper {
    align-items: start;
  }
  .first_screen_wrapper .text {
    max-width: 379px;
    margin-top: 86px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 34px;
  }
  .first_screen_wrapper .text p {
    font-size: 16px;
  }
  .first_screen_wrapper .text .order__button {
    top: 100%;
  }
  .first_screen_wrapper .image_container {
    height: 414px;
    max-width: 300px;
  }
  .first_screen_wrapper .image_container::before {
    width: 498.526px;
    height: 488.162px;
  }
  .first_screen_wrapper .image_container::after {
    width: 137.372px;
    height: 137.372px;
    top: 82px;
  }
  header.header {
    max-width: 100%;
    top: 0;
    justify-content: space-between;
  }
  header.header nav {
    position: static;
    transform: translate(0, 0);
  }
  .about_container .about_slider {
    display: none;
  }
  .blocks_listing .about_block {
    flex-direction: column;
  }
  .blocks_listing .about_block:nth-child(odd) {
    flex-direction: column;
  }
  .projects_listing {
    gap: 80px;
  }
  .about_block .about_block_slider {
    width: 100%;
    /* height: 100%; */
    /* max-height: 450px; */
    height: 500px;
  }
  .about_block .about_block_info {
    width: 100%;
  }
  .about_block .image_container {
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 450px;
  }
  .partners_slider .parnter_slide .slide_item {
    gap: 18px;
  }
  .partners_slider .parnter_slide .slide_item .author_info {
    padding-left: 18px;
    min-width: 160px;
    max-width: 160px;
  }
  .partners_slider .parnter_slide .slide_item .author_info .become_author {
    text-align: center;
  }
  .anchors_container {
    top: 88px;
  }
}
@media (max-width: 900px) {
  .education_direction .education_item {
    display: block;
    min-height: 250px;
  }
  .education_direction .education_item img {
    margin-bottom: 15px !important;
  }
  .education_direction .education_item .title {
    margin: 0;
    margin-bottom: 8px;
  }
  .specialties_container .specialty .name_container,
  .problems_container .problem .title_container {
    flex-direction: row;
    align-items: center;
  }
  .how_we_work {
    gap: 30px 12px;
  }
  .how_we_work .block {
    padding: 27px 16px;
    min-height: 300px;
  }
  .order_baner:not(.small_text) .text {
    flex-direction: column;
    gap: 18px;
  }
  .order_baner:not(.small_text) .text .baner_title {
    max-width: 100%;
    text-align: center;
  }
  .order_baner:not(.small_text) .text .description {
    padding-left: 0;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
  }
  .order_baner:not(.small_text) .text .description::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 292px;
    height: 1px;
    border-bottom: 1px dashed rgba(145, 159, 166, 0.4);
    border-left: none;
  }
  .order_baner:not(.small_text) .text .description p {
    min-width: 1px;
    max-width: 100%;
    text-align: center;
  }
  .portfolio {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio .portfolio_item .image_container {
    height: 271px;
  }
  .education_format .image_container {
    min-width: 345px;
    width: 345px;
    height: 298px;
  }
  .education_format {
    gap: 30px;
  }
  .invest_offers {
    grid-template-columns: repeat(3, 1fr);
  }
  .invest_offers .offer {
    min-height: 256px;
  }
  .cource_structure {
    gap: 30px 20px;
  }
  .benefits.invest_benefits {
    flex-direction: column;
  }
  .benefits.invest_benefits .image_container {
    width: 100%;
    height: 100%;
    max-height: 455px;
  }
  .welding_reviews_section {
    padding: 52px 24px 72px;
  }
  .welding_reviews_section .welding_reviews {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
  .benefits .image_container {
    max-width: 100%;
    height: 100%;
    max-height: 386px;
  }
  .welding_about {
    flex-direction: column;
  }
  .welding_about .welding_about_block.program {
    max-width: 100%;
  }
  .share_baner .title {
    font-size: 26px;
  }
  .news_container .news {
    flex-direction: column;
    align-items: start;
  }
  .news_container .news .image_container {
    max-width: 100%;
    height: 263px;
  }
  .logos_container {
    padding: 14px 34px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 15px;
  }
  footer .footer_wrapper {
    gap: 30px 20px;
  }
  footer .footer_wrapper .footer_menu {
    margin-left: 27px;
  }
  footer .footer_wrapper .footer_recvisites {
    margin-left: 27px;
  }
  .roadmap_item {
    gap: 30px;
  }
  .roadmap_container .roadmap {
    margin-top: 60px;
  }
  .project_first_screen {
    margin-top: 67px;
  }
  .project_first_screen_wrapper .text {
    padding-left: 18px;
    max-width: 667px;
  }
  .it_school_about_wrapper .image_container {
    display: none;
  }
  .specialties_container {
    grid-template-columns: repeat(2, 1fr);
  }
  .order_baner .text {
    gap: 40px;
  }
  .order_baner .text .description {
    padding-left: 40px;
  }
  .order_baner.small_text .text .baner_title {
    max-width: 318px;
    min-width: 318px;
  }
  .donate_baner .baner_wrapper img {
    width: 288px;
    height: 221px;
  }
  .donate_baner .baner_wrapper .text {
    max-width: 365px;
  }
  .donate_baner .baner_wrapper .text .title {
    font-size: 26px;
  }
  .baner {
    flex-direction: column;
  }
  .baner .image_container {
    -webkit-clip-path: polygon(0% 100%, 0% 2.736%, 0% 2.736%, 0.021% 2.327%, 0.083% 1.939%, 0.181% 1.577%, 0.313% 1.247%, 0.476% 0.953%, 0.665% 0.701%, 0.878% 0.496%, 1.111% 0.342%, 1.361% 0.247%, 1.624% 0.213%, 98.372% 0.061%, 98.372% 0.061%, 98.636% 0.093%, 98.887% 0.189%, 99.12% 0.341%, 99.333% 0.546%, 99.523% 0.799%, 99.686% 1.093%, 99.818% 1.423%, 99.917% 1.785%, 99.979% 2.174%, 100% 2.583%, 100% 100%, 50% 74.775%, 0% 100%);
            clip-path: polygon(0% 100%, 0% 2.736%, 0% 2.736%, 0.021% 2.327%, 0.083% 1.939%, 0.181% 1.577%, 0.313% 1.247%, 0.476% 0.953%, 0.665% 0.701%, 0.878% 0.496%, 1.111% 0.342%, 1.361% 0.247%, 1.624% 0.213%, 98.372% 0.061%, 98.372% 0.061%, 98.636% 0.093%, 98.887% 0.189%, 99.12% 0.341%, 99.333% 0.546%, 99.523% 0.799%, 99.686% 1.093%, 99.818% 1.423%, 99.917% 1.785%, 99.979% 2.174%, 100% 2.583%, 100% 100%, 50% 74.775%, 0% 100%);
    width: 100%;
    height: 460px;
    margin-left: 0;
  }
  .baner .image_container img {
    width: 100%;
    height: 100%;
  }
  .baner .baner_arrow {
    transform: rotate(-90deg);
    display: none;
  }
  .baner .baner_content {
    position: relative;
    transform: translateY(0);
    width: 100%;
    max-width: 604px;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 73px;
    margin-left: 0;
    left: 0;
  }
  .baner .baner_content::after {
    content: "";
    position: absolute;
    left: 0;
    top: -52px;
    width: 100%;
    height: 211px;
    background-image: url(../images/icons/baner_arrow_top.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .baner .baner_content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 105px;
    width: 100%;
    height: 211px;
    background-image: url(../images/icons/baner_arrow_bottom.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .baner .baner_content .baner_title {
    margin-bottom: 16px;
    text-align: center;
    z-index: 2;
  }
  .baner .baner_content p {
    text-align: center;
    z-index: 2;
  }
  .baner .baner_content ul {
    width: -moz-fit-content;
    width: fit-content;
    z-index: 2;
  }
}
@media (max-width: 800px) {
  .right_side.aside_parnter_info .partner_content .title,
  .right_side.order_project .partner_content .title {
    font-size: 26px;
  }
  .right_side.aside_parnter_info .partner_content,
  .right_side.order_project .partner_content {
    padding-right: 20px;
  }
  .donate_page_wrapper .donate_methods {
    padding: 42px 10px;
  }
  .page_first_screen {
    padding: 0 57px;
  }
  .page_first_screen h1 {
    font-size: 30px;
  }
  .page_first_screen {
    font-size: 16px;
  }
  .right_side {
    padding: 80px 42px 40px;
  }
  .right_form .right_form_title {
    font-size: 26px;
  }
}
@media (max-width: 750px) {
  .success_wrapper h2 {
    font-size: 26px;
  }
  .success_wrapper p {
    font-size: 16px;
  }
  .success_wrapper .success_default_block > a {
    font-size: 16px;
  }
  .success_wrapper .success_default_block .sub_block h3 {
    font-size: 18px;
  }
  .success_wrapper .success_default_block .sub_block a:not(.button) {
    font-size: 16px;
  }
  .success_wrapper .thank_block .title {
    font-size: 20px;
  }
  .success_wrapper .thank_block p {
    font-size: 16px;
  }
  header.header {
    justify-content: start;
    gap: 37px;
  }
  header.header .socials {
    margin-left: auto;
  }
  header.header .burger-btn {
    display: block;
    margin-right: 0;
  }
  header.header nav {
    position: absolute;
    top: calc(100% - 2px);
    transform: translateX(100%);
    right: 0;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.94);
    -webkit-backdrop-filter: blur(12.6000003815px);
            backdrop-filter: blur(12.6000003815px);
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 55px;
    padding-top: 90px;
    transition: all 0.3s;
  }
  header.header nav .page_link {
    font-size: 22px;
  }
  header.header nav .about_pages {
    position: static;
    display: flex;
    width: auto;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    gap: 55px;
    align-items: center;
  }
  header.header nav .about_pages a {
    padding: 0;
    background-color: transparent;
  }
  header.header nav .page_link.about_link span {
    display: none;
  }
  header.header nav.active {
    transform: translateX(0);
  }
  .subscribe_mail_baner {
    min-height: 1px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 77px 35px;
    justify-content: center;
  }
  .subscribe_mail_baner .text h2 {
    font-size: 26px;
    text-align: center;
  }
  .subscribe_mail_baner .text p {
    text-align: center;
    margin-bottom: 30px;
  }
  .subscribe_mail_baner img {
    display: none;
  }
  .contacts_wrapper {
    margin-top: 52px;
  }
  .contacts_wrapper .main_contacts {
    justify-content: space-between;
    gap: 12px;
  }
  .contacts_wrapper .main_contacts .contact_block:first-of-type a {
    white-space: nowrap;
  }
  header.header nav .about_pages a {
    font-size: 22px;
  }
}
@media (max-width: 720px) {
  .alert_block {
    font-size: 16px;
  }
  .why_important_blocks,
  .donor_blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .why_important_blocks .why_important_block .title_container {
    flex-direction: row;
  }
  .why_important_blocks .why_important_block .title,
  .why_important_blocks .why_important_block .text {
    text-align: left;
  }
  .right_side.project_inforamtion .project_information_content {
    padding-right: 20px;
  }
  .studio_offers {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .right_side {
    width: 100%;
  }
  .education_format {
    flex-direction: column;
    align-items: start;
  }
  .education_format .image_container {
    min-height: 1px;
    min-width: 1px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 336px;
  }
  .cource_structure {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .invest_offers {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .invest_offers .offer {
    padding: 27px 14px 0;
  }
  .invest_offers .offer .title {
    margin-bottom: 12px;
  }
  .donate_baner {
    padding: 58px 21px 71px 35px;
  }
  .donate_baner .baner_wrapper {
    flex-direction: column-reverse;
    gap: 35px;
  }
  .donate_baner .baner_wrapper .text {
    max-width: 392px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .donate_baner .baner_wrapper .text p {
    text-align: center;
  }
  .order_baner {
    padding: 65px 18px;
  }
  .order_baner .text {
    flex-direction: column;
    gap: 20px;
  }
  .order_baner.small_text .text .baner_title {
    max-width: 412px;
    min-width: 412px;
    text-align: center;
  }
  .order_baner .text .description {
    padding-left: 0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .order_baner .text .description::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 208px;
    height: 1px;
    border-bottom: 1px dashed rgba(145, 159, 166, 0.4);
    border-left: none;
  }
  .order_baner.small_text .text .description p {
    max-width: 234px;
    text-align: center;
    font-size: 14px;
  }
  .projects .project.stuckable {
    position: static;
  }
  .first_screen {
    margin-top: 85px;
    height: auto;
    position: relative;
    overflow: visible;
    background-image: none;
    margin-bottom: 200px;
  }
  .first_screen_wrapper {
    justify-content: center;
    flex-direction: column-reverse;
    gap: 14px;
  }
  .first_screen_wrapper .image_container {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 100%;
    height: 281px;
    overflow: hidden;
    border-radius: 8px;
  }
  .first_screen_wrapper .image_container::before {
    width: 361px;
    height: 353.495px;
    top: calc(100% - 92px);
  }
  .first_screen_wrapper .image_container::after {
    width: 99.476px;
    height: 99.476px;
    right: 50%;
    top: 55px;
    transform: translateX(116%);
  }
  .first_screen_wrapper .image_container img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first_screen_wrapper .text {
    margin-top: 0;
    max-width: 100%;
  }
  .first_screen_wrapper .text h1 {
    text-align: center;
    font-size: 30px;
  }
  .first_screen_wrapper .text p {
    text-align: center;
  }
  .first_screen_wrapper .text .order__button {
    left: 50%;
    transform: translateX(-50%);
  }
  footer .footer_wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
  footer .footer_wrapper .footer_menu {
    margin-left: 0;
    margin-top: 20px;
  }
  footer .footer_wrapper .footer_menu .menu_list {
    gap: 10px 13px;
  }
  footer .footer_wrapper .footer_contacts {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer_wrapper .footer_recvisites {
    grid-column: span 2;
    margin-left: 0;
  }
  .partners_slider .parnter_slide .slide_item {
    padding: 12px 16px 16px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 14px 18px;
  }
  .partners_slider .parnter_slide .slide_item .parnter_name {
    grid-column: span 2;
  }
  .partners_slider .parnter_slide .slide_item .parnter_name + .author_info {
    padding-left: 0;
    border-left: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .partners_slider .parnter_slide .slide_item .author_info {
    max-width: 100%;
  }
}
@media (max-width: 680px) {
  .projects .project .project_inner .text {
    padding: 0 20px 30px;
  }
  .projects .project .project_inner .text .project_title {
    font-size: 20px;
  }
  .projects .project .project_inner .text p {
    font-size: 14px;
  }
  .support_section_container .circles {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .support_section_container .circles .left {
    width: 346px;
    height: 346px;
  }
  .support_section_container .circles .right {
    width: 346px;
    height: 346px;
    margin-left: 0;
    margin-top: -45px;
  }
  .support_section_container .circles .circle_text .circle_title {
    font-size: 18px;
  }
  .support_section_container .circles .circle_text p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .portfolio {
    gap: 12px;
  }
  .portfolio .portfolio_item .image_container {
    height: 171px;
  }
  .portfolio .portfolio_item {
    gap: 12px;
    padding-bottom: 16px;
  }
  .portfolio .portfolio_item .name {
    padding: 0 14px;
    font-size: 14px;
  }
  .how_we_work {
    grid-template-columns: repeat(2, 1fr);
  }
  .how_we_work .block {
    min-height: 270px;
  }
  .how_we_work .block .title {
    margin-bottom: 10px;
  }
  .right_side {
    padding: 80px 25px 40px;
  }
  .about_block .about_block_slider {
    height: 350px;
  }
  .about_block .about_block_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .roadmap_container .roadmap {
    margin-top: 52px;
  }
  .roadmap_item {
    gap: 17px;
  }
  .roadmap_item .target {
    min-width: 66px;
    font-size: 14px;
  }
  .roadmap_item .target::before {
    font-size: 14px;
  }
  .contacts_wrapper .offices {
    padding: 36px 28px 9px;
  }
  .contacts_wrapper .offices .office_title {
    font-size: 18px;
  }
  .contacts_wrapper .offices .office {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }
  .page_first_screen {
    padding: 0 24px;
  }
  .faqs .faq {
    padding: 30px 0 30px 58px;
  }
  .donate_page_wrapper {
    margin-top: 52px;
  }
  .donate_page_wrapper .donate_methods {
    padding: 42px 24px;
  }
  .donate_page_wrapper .donate_methods .title {
    font-size: 22px;
  }
  .donate_page_wrapper .donate_methods .tabs .tab_links li a {
    padding: 13px 17px;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  .donate_page_wrapper .donate_info {
    flex-direction: column;
  }
  .content h1 {
    font-size: 28px;
  }
  .content h2 {
    font-size: 26px;
  }
  .content h3 {
    font-size: 24px;
  }
  .content h4 {
    font-size: 22px;
  }
  .content h5 {
    font-size: 20px;
  }
  .content h6 {
    font-size: 18px;
  }
  .news_page .news_container {
    gap: 30px;
  }
  .news_container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .news_container .news {
    flex-direction: row;
  }
  .news_container .news .image_container {
    max-width: 173px;
    min-width: 173px;
    height: 132px;
  }
  .heading h2 {
    font-size: 24px;
  }
  .heading p {
    font-size: 14px;
  }
  .copy_container .copy_block .text {
    font-size: 16px;
  }
  .copy_container .copy_block .copy_btn {
    font-size: 16px;
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .specialties_container .specialty .name_container,
  .problems_container .problem .title_container {
    flex-direction: column;
    align-items: start;
  }
  .baner .image_container {
    height: 289px;
  }
  .baner .baner_content .baner_title {
    font-size: 26px;
  }
  .baner .baner_content {
    margin-bottom: 38px;
  }
  .reviews_slider .review .name_n_date .name {
    font-size: 16px;
  }
  .reviews_slider .review .name_n_date .date {
    font-size: 12px;
  }
  .reviews_slider .review .coment {
    font-size: 14px;
  }
  .education_direction {
    gap: 12px;
  }
  .education_direction .education_item {
    min-height: 278px;
  }
  .project_first_screen {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 61px;
    gap: 24px;
    margin-bottom: 230px;
  }
  .project_first_screen::before {
    height: 180px;
  }
  .project_first_screen .bg {
    height: 180px;
    position: static;
    z-index: 2;
  }
  .project_first_screen_wrapper .text {
    max-width: 100%;
    padding: 0;
  }
  .project_first_screen_wrapper .text h1 {
    font-size: 30px;
    margin-bottom: 16px;
    text-align: center;
  }
  .project_first_screen_wrapper .text p {
    text-align: center;
    font-size: 16px;
  }
  .project_first_screen_wrapper .text .order__button {
    width: 151px;
    height: 151px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 24px);
  }
  .project_first_screen_wrapper .text .order__button .button_text {
    font-size: 16px;
  }
  .it_school_about_wrapper .text h2 {
    font-size: 24px;
  }
  .it_school_about_wrapper .text .about_items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }
  .it_school_about_wrapper .text .about_items .about_item {
    flex-direction: row;
    gap: 14px;
    align-items: start;
  }
  .it_school_about_wrapper .text .about_items .about_item .info {
    align-items: start;
  }
  .it_school_about_wrapper .text .about_items .about_item .info .info_title {
    text-align: left;
  }
  .it_school_about_wrapper .text .about_items .about_item .info p {
    text-align: left;
  }
  .share_experience_baner {
    padding: 81px 25px;
  }
  .share_experience_baner .text .baner_title {
    text-align: center;
  }
  .share_experience_baner .left_bottom_icon {
    display: none;
  }
  .specialties_container {
    gap: 12px;
  }
  .specialties_container .specialty {
    padding: 26px 14px 30px;
  }
}
@media (max-width: 550px) {
  .anchors_container .anchors_preview {
    width: 32px;
    padding: 12px 0;
  }
  .anchors_container .anchors_preview span {
    width: 10px;
  }
  .anchors_container .anchors_preview span.active {
    width: 19px;
  }
  .right_side.project_inforamtion .project_information_content .project_title {
    font-size: 26px;
  }
  .right_side.project_inforamtion .project_information_content .project_description p {
    font-size: 14px;
  }
  .right_side.project_inforamtion .project_information_content .project_description ul li,
  .right_side.project_inforamtion .project_information_content .project_description ol li {
    font-size: 14px;
  }
  .order_project_form .project_form_heading h3 {
    font-size: 22px;
  }
  .right_side.project_inforamtion .project_information_content .project_description + .order_project_form {
    padding: 30px;
  }
  .studio_offers .offer .title {
    flex-direction: column;
    align-items: start;
  }
  .studio_offers .offer {
    padding: 27px 18px 46px;
  }
  .copy_container .copy_block {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
  .news_page {
    margin-top: 52px;
  }
  .problems_container {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .logos_container {
    padding: 14px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .countries_container {
    padding: 0;
  }
  .small_title {
    font-size: 24px;
  }
  .welding_reviews_section .welding_reviews {
    display: flex;
    flex-direction: column;
    gap: 42px;
  }
  .welding_reviews_section .welding_reviews .slick-dots {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    list-style: none;
    align-items: center;
    gap: 12px;
    height: 9px;
  }
  .welding_reviews_section .welding_reviews .slick-dots li {
    background-color: rgba(120, 133, 138, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s;
  }
  .welding_reviews_section .welding_reviews .slick-dots li.slick-active {
    width: 9px;
    height: 9px;
    background-color: #c8c332;
  }
  .welding_reviews_section .welding_reviews .slick-dots li button {
    display: none;
  }
  .welding_reviews_section .welding_reviews .welding_review {
    margin: 0 15px;
  }
  .welding_reviews_section .welding_reviews .welding_review .name {
    font-size: 16px;
  }
  .welding_reviews_section .welding_reviews .welding_review .position {
    font-size: 12px;
  }
  .welding_reviews_section .welding_reviews .welding_review .coment {
    font-size: 14px;
  }
  .welding_reviews_section .limit {
    padding: 0;
  }
  .welding_reviews_section {
    padding: 52px 16px 72px;
  }
  .benefits .info p {
    font-size: 14px;
  }
  .benefits .info ul li {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .success_wrapper h2 {
    font-size: 22px;
  }
  .success_wrapper p {
    font-size: 14px;
  }
  .success_wrapper .success_default_block > a,
  .success_wrapper .success_default_block .sub_block a:not(.button) {
    font-size: 14px;
  }
  .success_wrapper .success_block {
    padding: 42px 30px 57px;
  }
  .success_wrapper .thank_block {
    padding: 22px;
  }
  .success_wrapper .thank_block .title {
    font-size: 18px;
  }
  .success_wrapper .thank_block p {
    font-size: 14px;
  }
  .roadmap_container .roadmap {
    margin-top: 42px;
  }
  .roadmap_item {
    display: grid;
    grid-template-columns: 34px auto;
  }
  .roadmap_item .line_block {
    grid-column: 1;
    grid-row: span 2;
    margin-top: -44px;
  }
  .roadmap_item .target,
  .roadmap_item ul {
    grid-column: 2;
  }
  .contacts_wrapper {
    padding-top: 42px;
    gap: 52px;
  }
  .contacts_wrapper .main_contacts {
    flex-direction: column;
    align-items: start;
    gap: 31px;
  }
  .contacts_wrapper .main_contacts .contact_block {
    display: grid;
    grid-template-columns: 42px auto;
    gap: 8px 12px;
  }
  .contacts_wrapper .main_contacts .contact_block svg,
  .contacts_wrapper .main_contacts .contact_block img {
    grid-row: span 2;
  }
  .contacts_wrapper .main_contacts .contact_block .name {
    margin: 0;
    text-align: left;
  }
  .contacts_wrapper .main_contacts .contact_block .link {
    text-align: left;
  }
  .contacts_wrapper .offices {
    padding: 36px 21px 9px;
  }
  .contacts_wrapper .offices .office {
    padding: 13px 20px;
  }
  .donate_page_wrapper .donate_methods .tabs .tab_content .tab .crypto_container .title {
    font-size: 14px;
  }
  .faqs .faq {
    padding: 30px 0 30px 48px;
  }
  .donate_page_wrapper .donate_methods .tabs .tab_links li a {
    padding: 12px 0;
    font-size: 12px;
  }
  .donate_page_wrapper {
    margin-top: 42px;
  }
  .donate_page_wrapper .donate_methods {
    padding: 42px 18px;
  }
  .page_first_screen {
    padding: 0 16px;
  }
  .page_first_screen h1 {
    font-size: 24px;
  }
  .article .info {
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }
  .share_baner .title {
    font-size: 22px;
  }
  .share_baner p {
    font-size: 14px;
  }
  .content h1 {
    font-size: 24px;
  }
  .content h2 {
    font-size: 23px;
  }
  .content h3 {
    font-size: 22px;
  }
  .content h4 {
    font-size: 21px;
  }
  .content h5 {
    font-size: 20px;
  }
  .content h6 {
    font-size: 18px;
  }
  .content p {
    font-size: 14px;
  }
  .content ol li,
  .content ul li {
    font-size: 14px;
  }
  .news_page {
    margin-top: 42px;
  }
  .pagination ul li:nth-child(4) {
    display: none;
  }
  .limit {
    padding: 0 16px;
  }
  .countries_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  footer .footer_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  footer .footer_wrapper .footer_menu {
    margin-top: 0;
  }
  footer .footer_wrapper .footer_contacts {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  section {
    margin-top: 80px;
  }
  footer {
    margin-top: 80px;
  }
  .heading:has(.more_link) {
    gap: 22px;
    align-items: start;
  }
  .heading {
    flex-direction: column;
    gap: 22px;
    align-items: start;
  }
  .heading h2 {
    font-size: 22px;
  }
  .news_container .news {
    flex-direction: column;
  }
  .news_container .news .image_container {
    max-width: 100%;
    height: 256px;
  }
  .projects .project .project_inner {
    gap: 12px;
  }
  .projects .project .project_inner .text {
    padding: 0 16px 20px;
  }
  .projects .project .project_inner .text .project_title {
    font-size: 18px;
  }
  .first_screen_wrapper .text h1 {
    font-size: 24px;
  }
  .projects {
    gap: 20px;
  }
  .project_first_screen_wrapper .text h1 {
    font-size: 24px;
  }
  .project_first_screen_wrapper .text .order__button {
    top: 100%;
  }
  .it_school_about_wrapper .text h2 {
    font-size: 22px;
  }
  .it_school_about_wrapper .text p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .share_experience_baner {
    padding: 72px 21px;
  }
  .share_experience_baner .text .baner_title {
    font-size: 22px;
  }
  .share_experience_baner .text p {
    font-size: 14px;
  }
  .share_experience_baner .top_icon {
    width: 67.415px;
    height: 64.428px;
    right: 0;
  }
  section.it_school_section {
    margin-top: 80px;
  }
  .specialties_container {
    display: flex;
    flex-direction: column;
  }
  .specialties_container .specialty {
    padding: 20px 14px;
  }
  .order_baner {
    padding: 70px 12px;
  }
  .order_baner.small_text .text .baner_title {
    max-width: 100%;
    min-width: 1px;
    font-size: 22px;
  }
  .education_direction {
    display: flex;
    flex-direction: column;
  }
  .education_direction .education_item {
    min-height: 180px;
  }
  .education_direction .education_item p {
    max-width: 230px;
  }
  .donate_baner .baner_wrapper img {
    width: 261px;
    height: 193px;
  }
  .donate_baner .baner_wrapper .text .title {
    font-size: 22px;
    text-align: center;
  }
  .donate_baner .baner_wrapper .text p {
    font-size: 14px;
  }
  .donate_baner {
    padding: 71px 16px;
  }
  .reviews_slider {
    min-width: 530px;
  }
  .limit:has(.reviews_slider) {
    overflow: hidden;
  }
  .reviews_slider .slick-dots {
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  .baner .image_container {
    height: 211px;
  }
  .baner .baner_content {
    padding: 0 12px;
    margin-bottom: 67px;
  }
  .baner .baner_content .baner_title {
    font-size: 24px;
  }
  .baner .baner_content ul li {
    font-size: 16px;
  }
  section.default_project_section {
    margin-top: 80px;
  }
  .small_title {
    font-size: 22px;
  }
  .welding_about .welding_about_block .partners_container .partner {
    flex-direction: column;
    align-items: start;
  }
  .welding_reviews_section .welding_reviews {
    min-width: 570px;
  }
  .welding_reviews_section .limit {
    overflow: hidden;
  }
  .welding_reviews_section .welding_reviews .slick-dots {
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  .benefits.invest_benefits .image_container {
    min-width: 1px;
  }
  .small_title {
    margin-bottom: 16px;
  }
  .invest_offers {
    grid-template-columns: repeat(1, 1fr);
  }
  .invest_offers .offer {
    min-height: 182px;
  }
  .cource_structure {
    grid-template-columns: repeat(1, 1fr);
  }
  .education_format ul li {
    font-size: 16px;
  }
  .about_block .about_block_slider {
    height: 250px;
  }
  .about_block .about_block_title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .about_block .about_block_info .text p {
    font-size: 14px;
  }
  .about_block .about_block_info .text ul li {
    font-size: 14px;
  }
  .partners_slider .parnter_slide .slide_item {
    padding: 12px 12px 14px;
    gap: 3px 8px;
  }
  .partners_slider .parnter_slide .slide_item .parnter_name {
    gap: 8px;
    font-size: 16px;
  }
  .partners_slider .parnter_slide .slide_item .author_info {
    min-width: 1px;
    padding-left: 8px;
  }
  .partners_slider .parnter_slide .slide_item .author_info .position {
    font-size: 12px;
    text-align: center;
  }
  .partners_slider .parnter_slide .slide_item .author_info .author_name {
    font-size: 14px;
    text-align: center;
  }
  .partners_slider .parnter_slide .slide_item .author_info .become_author {
    gap: 0;
    align-items: end;
  }
  .donate_baner .baner_wrapper .text .buttons {
    flex-direction: column;
    align-items: center;
    width: 170px;
  }
  .donate_baner .baner_wrapper .text .buttons .button {
    width: 100%;
    justify-content: center;
  }
  .right_form .right_form_title {
    font-size: 24px;
  }
  .right_side.aside_parnter_info .partner_content .title,
  .right_side.order_project .partner_content .title {
    flex-direction: column;
    gap: 8px;
    font-size: 24px;
  }
  .right_side.aside_parnter_info .partner_content .content_block .content_heading .name,
  .right_side.order_project .partner_content .content_block .content_heading .name {
    font-size: 22px;
  }
  .right_side.aside_parnter_info .partner_content .content_block .content_info,
  .right_side.order_project .partner_content .content_block .content_info {
    font-size: 14px;
  }
  .right_side.aside_parnter_info .partner_content .search_form .search_form_heading .search_form_title,
  .right_side.order_project .partner_content .search_form .search_form_heading .search_form_title {
    font-size: 18px;
  }
  .right_side.aside_parnter_info .partner_content,
  .right_side.order_project .partner_content {
    padding-right: 4px;
  }
  .how_we_work {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .how_we_work .block {
    min-height: 240px;
  }
  .how_we_work .block .title {
    font-size: 16px;
  }
  .portfolio {
    grid-template-columns: repeat(1, 1fr);
  }
  .portfolio .portfolio_item .image_container {
    height: 258px;
  }
  .portfolio .portfolio_item {
    padding-bottom: 20px;
    gap: 15px;
  }
  .portfolio .portfolio_item .name {
    padding: 0 16px;
    font-size: 16px;
  }
  .studio_offers {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 470px;
  }
  .studio_offers .slick-dots {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    list-style: none;
    align-items: center;
    gap: 12px;
    height: 9px;
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  .studio_offers .slick-dots li {
    background-color: rgba(120, 133, 138, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s;
  }
  .studio_offers .slick-dots li.slick-active {
    width: 9px;
    height: 9px;
    background-color: #c8c332;
  }
  .studio_offers .slick-dots li button {
    display: none;
  }
  .studio_offers .offer {
    margin: 0 6px;
    height: 100%;
    min-height: 428px;
  }
  .limit:has(.studio_offers) {
    overflow: hidden;
  }
  .logos_container {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .logos_container .slick-dots {
    margin-top: 20px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    align-items: center;
    gap: 12px;
    height: 9px;
    margin-left: 50vw;
    transform: translateX(-50%);
  }
  .logos_container .slick-dots li {
    background-color: rgba(120, 133, 138, 0.2);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.3s;
  }
  .logos_container .slick-dots li.slick-active {
    width: 9px;
    height: 9px;
    background-color: #c8c332;
  }
  .logos_container .slick-dots li button {
    display: none;
  }
  .partners_section.limit {
    overflow: hidden;
  }
  header.header nav {
    padding-top: 80px;
  }
  header.header {
    gap: 20px;
  }
  header.header .socials {
    gap: 12px;
  }
  .support_section_container .circles .left {
    width: 332px;
    height: 332px;
  }
  .contacts_wrapper .main_contacts .contact_block {
    max-width: 100%;
  }
  .specialties_container .specialty .name_container,
  .problems_container .problem .title_container {
    flex-direction: row;
    align-items: center;
  }
  .education_direction .education_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .education_direction .education_item .title,
  .education_direction .education_item p {
    text-align: center;
    max-width: 100%;
  }
  .alert_block {
    font-size: 14px;
    flex-direction: column;
    text-align: center;
  }
  .subscribe_mail_baner {
    padding: 54px 35px;
  }
  .subscribe_mail_baner .text h2 {
    font-size: 24px;
  }
  .subscribe_mail_baner .text p {
    font-size: 14px;
  }
  .subscribe_mail_baner .text .subscribe_mail_form {
    flex-direction: column;
    gap: 18px;
  }
  .subscribe_mail_baner .text .subscribe_mail_form .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  header.header .logo {
    width: 140px;
  }
}/*# sourceMappingURL=style.css.map */