html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-toggle {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}


:root {
  --dim-grey: #454545;
  --dark-slate-grey: #314d4a;
  --primary: #268270;
  --orange: #f3a93a;
  --dim-grey-2: #f6f3eb;
  --floral-white: #fdeebf;
  --white: white;
  --linen: #efeae2;
  --dim-grey-3: #212626;
  --lavender-blush: #ffe8ed;
  --black: #d1e7f3;
  --old-lace: #f1ead8;
  --cornsilk: #f6eed3;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: var(--dim-grey);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
}

h1 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 70px;
  font-weight: 600;

  line-height: 1.2em;
}

h2 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
}

h3 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 42px;
  line-height: 1.2em;
}

h4 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
}

h5 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  line-height: 1.2em;
}

h6 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

p {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--dark-slate-grey);
  color: var(--orange);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  font-weight: 400;
  display: flex;
  text-align: left;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  display: block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section.light-background {
  background-color: var(--dim-grey-2);
}

.section.yellow-bgr {
  background-color: var(--floral-white);
}

.section.white-bgr {
  background-color: var(--white);
}

.base-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.centered {
  justify-content: center;
}

.primary-button {
  background-color: #000;
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  border-radius: 30px;
  padding: 16px 30px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
}

.primary-button:hover {
  background-color: var(--orange);
}

.primary-button.mt {
  margin-top: 30px;
}

.navbar {
  background-color: var(--linen);
  width: 100%;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-dropdown-toggle {
  padding-left: 25px;
  padding-right: 25px;
}

.nav-item-title {
  color: var(--dim-grey-3);
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--orange);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding: 10px;
}

.footer {
  background-color: var(--dark-slate-grey);
  text-align: center;
  align-items: flex-start;
    padding-bottom: 40px;
  position: relative;
}

.footer-bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #fffc;
  width: 100%;
  font-size: 14px;
  display: inline;
  max-width: fit-content;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.maxw {
  text-align: left;
  width: 100%;
  max-width: none;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;

  h1 {
    color: #fff;
  }
}

.banner-description {
  max-width: 550px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-weight: 400;
  color: #fff;
}

.workflow-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
}

.workflow-wrapper {
  height: 100%;
  display: flex;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.accordion-item {
  border: 2px solid var(--linen);
  background-color: var(--dim-grey-2);
  border-radius: 6px;
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.light-background {
  background-color: #f9f9fa;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-2-location-wrapper {
  margin-top: 20px;
}

.contacts-2-form-wrapper {
  background-color: var(--old-lace);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  width: 50%;
  padding: 30px 40px 40px;
  display: flex;
}

.contacts-2-content-wrapper {
  width: 50%;
}

.contacts-2-wrapper {
  grid-column-gap: 80px;
  align-items: start;
  width: 100%;
  display: flex;
}

.contacts-2-content {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--white);
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--orange);
}

.footer-wrapper {
  border-bottom: 1px solid #729a9280;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  font-family: Inter;
  max-width: 200px;
}

.footer-links-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.button-con {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-list-2-item {
  border-radius: 2px;
  overflow: hidden;
}

.service-list-2-title-wrapper {
  align-items: center;
  display: flex;
}

.mb-20 {
  margin-bottom: 20px;
}

.home-banner-section {
  flex-direction: row;
  justify-content: center;
  min-height: 730px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.secondary-button {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: .01em;
  border-radius: 30px;
  padding: 16px 30px;
  font-weight: 500;
  transition: background-color .3s;
}

.secondary-button:hover {
  background-color: var(--primary);
}

.bold-text {
  letter-spacing: .01em;
  font-size: 16px;
  font-weight: 500;
}

.menu-wrap {
  align-items: center;
  margin-left: 50px;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  min-width: 73px;
  max-width: 150px;
}

.form {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-block-contacts {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.image-full {
  width: 100%;
  height: 100%;
}

.image-block-right {
  width: 470px;
  height: 530px;
  position: relative;
}

.banner-content {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.description-block-left {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  max-width: 550px;
  display: flex;
  position: relative;
}

.button-block-description {
  grid-column-gap: 30px;
  display: flex;
}

.image-banner-absolute {
  z-index: 1;
  width: 240px;
  height: 350px;
  position: absolute;
  inset: auto auto -6% -10%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.image-cover.scale {
  transition: transform .3s;
}

.image-cover.scale:hover {
  transform: scale(1.1);
}

.all-caps-text {
  color: var(--primary);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

.all-caps-text.mb-20 {
  margin-bottom: 20px;
}

.text-with-margin {
  margin-top: 30px;
  margin-bottom: 50px;
}

.text-with-margin.maxw {
  max-width: 400px;
}

.description-classes {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 20px 50px;
  display: flex;
  position: relative;
}

.description-classes.program {
  padding-bottom: 30px;
}

.logo-block {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 107px;
  height: 107px;
  margin-top: -54px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);

  img {
    max-width: 60px;
  }
}

.link-yellow {
  color: var(--orange);
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
}

.link-yellow:hover {
  color: var(--primary);
}

.yellow-hover {
  transition: color .3s;
}

.yellow-hover:hover {
  color: var(--orange);
}

.none-transition {
  transition-property: none;
}

.subtitle-text {
  max-width: 650px;
  margin-top: 30px;
}

.image-right {
  flex: none;
  max-width: 520px;
  min-height: 470px;
  position: relative;
}

.text-block-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-block {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.list-wrapper {
  grid-column-gap: 30px;
  display: flex;
}

.paragraph {
  max-width: 445px;
  margin-top: 20px;

}

.collection-list-wrapper-classes {
  border: 2px solid var(--linen);
  width: 100%;
}

.rows-item {
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  display: flex;
  column-gap: 40px;
}

.data-block {
  grid-column-gap: 20px;
  align-items: center;

  display: flex;

  img {
    max-width: 40px;
  }
}

.time-text {
  max-width: 200px;
}

.name-classes {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 380px;
  display: flex;
}

.data-text {
  color: var(--dark-slate-grey);
  font-size: 18px;
  font-weight: 600;
}

.heading-classes {
  color: var(--dark-slate-grey);
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.heading-classes:hover {
  color: var(--primary);
}

.banner-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider-banner-wrapper {
  width: 100%;
  height: 100%;
}

.banner-slider-mask {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-testimonials {
  width: 100%;
  max-width: 100%;
  margin-right: 30px;
}

.slider-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-description {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  padding: 40px 30px;
  display: flex;
}

.slide-description._01 {
  background-color: #ffe8ed;
}

.slide-description._02 {
  background-color: #f6f3eb;
}

.slide-description._03 {
  background-color: #d1e7f3;
}

.author-block {
  grid-column-gap: 12px;
  margin-top: 20px;
  display: flex;
}

.stars {
  margin-bottom: 10px;
}

.team-wrapper-block {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.team-block {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-block:hover {
  transform: translateY(-10px);

  z-index: 10;
}


.image-teacher {
  border-radius: 50%;
  flex: none;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.text-field {
  color: var(--dim-grey);
  background-color: #fcf8f1;
  border: 1px solid #fcf8f1;
  border-radius: 27px;
  height: auto;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 150px;
}

.text-field:focus {
  border: 1px solid var(--orange);
}

.text-field.minh {
  min-height: 56px;
  margin-bottom: 20px;
}

.text-field.minh-text {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  padding-top: 15px;
}

.left-block-footer {
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.section-with-minh {
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-minh.about {
  background-image: linear-gradient(80deg, #000000b3, rgba(0, 0, 0, 0.452) 77%), url("../images/photo-6.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.features-wrapper {
  grid-column-gap: 10px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.left-features, .right-features {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.image-features {
  flex: none;
  align-items: center;
  max-width: 310px;
  display: flex;
  position: relative;
}

.row-features {
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.bgr-features {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 170px;
  position: absolute;
  inset: 27% auto auto 3%;
}

.image-relative {
  z-index: 1;
  position: relative;
}

.vector-circle {
  width: 20%;
  position: absolute;
  inset: auto auto -13% -6%;
}

.slider-teacher {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-teacher {
  border-radius: 6px;
  height: 100%;
  margin-right: 30px;
}

.slide-teacher._01 {
  background-color: var(--floral-white);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-slider {
  width: 50%;

}

.field-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.contacts-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.contacts-text.hover {
  color: var(--dim-grey);
}

.contacts-text.hover:hover {
  color: var(--primary);
}

.programs-list-wrapper {
  width: 100%;
}

.projects-item-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-block-program {
  width: 100%;
  height: 300px;
}

@media screen and (min-width: 1280px) {


  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .contacts-2-form-wrapper {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .banner-content {
    grid-column-gap: 80px;
  }

  .image-banner-absolute {
    left: -20%;
  }

  .image-cover.radius {
    border-radius: 6px;
  }

  .description-classes.program {
    min-height: 250px;
  }

  .content-block {
    grid-column-gap: 70px;
  }

  .list-wrapper {
    grid-column-gap: 50px;
  }

  .rows-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .features-wrapper {
    grid-column-gap: 30px;
  }

  .vector-circle {
    bottom: -28%;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {

  .home-banner-section {
    min-height: 92vh;
  }

  .image-block-right {
    right: -50px;
  }

  .image-banner-absolute {
    left: -35%;
  }

  .banner-slider {
    background-color: #0000;
  }
}

@media screen and (max-width: 991px) {
  
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 50px;
  }

 

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    
    &  .primary-button {
      display: block;
    }
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .footer {
    margin-top: 120px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.maxw {
    text-align: center;
  }

  .contacts-2-location-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    max-width: 400px;
    justify-content: space-between;
  }

  .contacts-2-form-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .contacts-2-wrapper {
    display: block;
  }

  .contacts-2-content {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-list-2-item-description {
    margin-bottom: 15px;
  }

  .home-banner-section {
    padding-top: 60px;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brand-tablet {
    display: block;
    margin-bottom: 40px;
  }

  .image-block-right {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-content {
    flex-direction: column;
  }

  .description-block-left {
    text-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-right {
    max-width: 100%;
    height: 400px;
    min-height: auto;
  }

  .text-block-left {
    align-items: center;
    margin-bottom: 60px;
  }

  .legal {
    & .text-block-left {
      align-items: start;
    }

    h3 {
      margin-top: 20px;
      margin-bottom: 10px;
      text-align: left;
    }

    p {
      margin-top: 0;
      text-align: left;
    }
  }

  .content-block {
    flex-direction: column;
  }

  .paragraph {
    text-align: center;
    max-width: 550px;
  }

  .rows-item {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .banner-slider-mask {
    overflow: hidden;
  }

  .slider-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .slide-description {
    width: 47.9%;
  }

  .team-wrapper-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .section-with-minh {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .features-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .left-features, .right-features {
    width: 100%;
  }

  .row-features {
    text-align: center;
    align-items: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .vector-circle {
    width: 30%;
  }

  .projects-item-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  
  .left-block-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .field-wrapper {
    flex-direction: column;
  }
  .navbar  {
    & .primary-button {
      min-width: 150px;
      max-width: fit-content;
    }
  }

  .image-banner-absolute {
    inset: auto auto -6% 45%;
  }

 
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 38px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .primary-button.mt {
    margin-top: 40px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .banner-title-wrapper {
    text-align: center;
    align-items: center;
  }

  .workflow-content-wrapper {
    text-align: center;
    width: 100%;
  }

  .workflow-wrapper {
    flex-direction: column;
  }

  .accordion-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .contacts-2-location-wrapper {
    width: 100%;
  }

  .contacts-2-content-wrapper {
    flex-wrap: wrap;
  }

  .contacts-2-content {
    width: 100%;
    padding-right: 0;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .service-list-2-item-description {
    margin-top: 0;
  }

  .home-banner-section {
    padding-bottom: 60px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }



  .text-with-margin.maxw {
    max-width: 100%;
  }

  .description-classes {
    padding-bottom: 30px;
  }

  .text-block-left {
    text-align: center;
    margin-bottom: 40px;
  }

  .list-wrapper {
    text-align: left;
  }

  .collection-list-wrapper-classes {
    z-index: 2;
  }

  .slide-description {
    width: 100%;
  }

  .section-with-minh {
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-slider {
    width: 100%;
    height: 350px;
  }

  .projects-item-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {

  .nav-menu {
    width: 90%;
  }

  .footer {
    text-align: left;
    margin-top: 100px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .contacts-2-form-wrapper {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .image-block-right {
    width: 90%;
    height: 400px;
  }

  .description-block-left {
    max-width: 100%;
  }

  .button-block-description {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-banner-absolute {
    width: 200px;
    height: 250px;
  }

  .text-with-margin.maxw {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .list-wrapper {
    grid-column-gap: 20px;
  }

  .rows-item {
    text-align: center;
    justify-content: center;
  }

  .author-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .team-wrapper-block {
    grid-template-columns: 1fr;
  }

  .left-block-footer {
    text-align: center;
  }

  .image-features, .row-features {
    max-width: 100%;
  }

  .vector-circle {
    width: 40%;
    left: -13%;
  }

  .field-wrapper {
    flex-direction: column;
  }

  .centered {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }
}

.footer-links-container {
  display: flex;

  column-gap: 100px;
  row-gap: 30px;
}


.footer-copyright-links {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  .text-block-left {
    margin-top: 20px;
  }
  .text-block-left {
    text-align: center;
  }
  .description-block-left,
  .text-with-margin.maxw {
    max-width: 90%;
  }
  .menu-button.w-nav-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .burger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

    /* Показываем кнопку-бургер */
    .menu-button.w-nav-button {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 6px;
      width: 30px;
      height: 30px;
      cursor: pointer;
      z-index: 1002;
    }
  
    .burger-line {
      width: 24px;
      height: 3px;
      background-color: #333;
      border-radius: 2px;
      transition: all 0.3s ease;
    }
  
    /* Скрываем обычное меню */
    .w-nav-menu {
      position: fixed;
      top: 0;
      left: -260px;
      width: 250px;
      height: 100vh;
      background-color: #fff;
      padding:  20px;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      transition: left 0.3s ease;
      z-index: 1000;
      flex-direction: column;
      gap: 20px;
      display: flex;
      justify-content: start;
    }
    
  
    .w-nav-menu.open {
      left: 0;
    }
  
    /* Оверлей */
    #w-nav-overlay-0 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease;
      z-index: 999;
    }
  
    #w-nav-overlay-0.active {
      opacity: 1;
      visibility: visible;
    }
  
 
    .nav-item-title,
    .primary-button {
      font-size: 18px;
      padding: 10px 0;
    }
  
    
}

.star-icon {
  width: 100px;
  height: auto;
}

.author-block {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.about-values {
  h2 {
    text-align: center;
  }
}

.accordion-icon {
  font-size: 1.3rem;
  margin-left: auto;
  transition: transform 0.3s;
}

.accordion-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}


.about-teach {
  background-color: #f6f3eb;
}

.classes-info {
  & .content-block {
    flex-direction: column;
  }

  & .paragraph {
    max-width: 100%;
  }

  & .image-right {
    max-width: 100%;
  }

  & .list-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  li {
    margin-bottom: 10px;
  }
}

.teachers-info {
  & .slide-description._02 {
    background-color: #fdeebf;
  }

  & .slider-wrapper {
    background-color: #f6f3eb;
  }
}

.checkbox-wrapper {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 10px;

  label {
    margin-bottom: 0;
  }
}

.legal{
  max-width: 1000px;
  margin: 0 auto;
  & .paragraph {
    max-width: 100%;
  }

  h1 {
    font-size: 40px;
font-weight: 600;
  }

  h3 {
    font-size: 25px
  }
}

.dop-style {
  padding: 150px 80px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;

  h1 {
      margin-bottom: 30px;
      line-height: 150%;
      font-size: 50px;
      color: #333;
      font-weight: 600;
  }

  h2 {
      margin-bottom: 40px;
      line-height: 150%;
      font-size: 25px;
      color: #333;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  div {
      margin-bottom: 50px;
  }

 
a {
color: #fff;
text-decoration: none;
}

  @media screen and (max-width: 479px) {
   
    .navbar {
      & .primary-button {
        min-width: 127px;
        max-width: fit-content;
      }

      & .button-con {
        margin-left: 0;
      }
    }
    .products-grid {
      grid-template-columns: 1fr;
    }

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }

      
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.section-with-minh.about.teachers-banner {
    background-image: linear-gradient(80deg, #000000b3, rgba(0, 0, 0, 0.445) 77%), url("../images/photo-11.webp");
  }

  .home-banner {
    h2 {
      color: #fff;
    }
  }

  .team-block-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .team-block-link:hover {
    transform: translateY(-5px);

  }

  section {
    overflow: hidden;
  }

  @media screen and (max-width: 479px) {
    .nav-menu-wrapper {
      column-gap: 20px;
    }

    .navbar {
      & .primary-button {
        min-width: 130px;
        max-width: fit-content;
      }
    }

    h1 {
      font-size: 40px;
    }

    .image-banner-absolute {
      inset: auto auto -6% 27%;
    }

    h2 {
      font-size: 35px;
    }

    .footer-links-container {
      flex-direction: column;
    }

    .footer-copyright-links {
      align-items: center;
      justify-content: center;
    }

    .list-wrapper {
      flex-direction: column;
    }

    .rows-item {
      justify-content: start;
    }

    .name-classes {
      text-align: left;
    }

    .w-dyn-item {
      border-top: 1px solid #a4866eac;
    }

    .w-dyn-item:first-child {
      border-top: none;
    }

    .contacts-2-location-wrapper {
      flex-direction: column;
    }
   
    .legal {
      h1 {
        font-size: 30px;
      }

      h3 {
        font-size: 20px;
      }
    }
    
  }