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;
}

[hidden] {
  display: none;
}

a {
  background-color: #0000;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button, input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}


* {
  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;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.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-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.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-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-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;
  position: relative;
  display: none;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --paragraph-gray: #535756;
  --primary-dark: #141414;
  --primary: #2da094;
  --primary-light: #eef9f5;
  --light-orange: #fff9f4;
  --light-cyan: #dffffd;
  --white: white;
  --dark-slate-grey: #295b58;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 20px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

body {
  color: var(--paragraph-gray);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  letter-spacing: .2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  align-items: center;
  font-size: 18px;
  line-height: 1.2em;
  transition: color .3s;
}

a:hover {
  color: var(--primary-dark);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}

li {
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  margin-left: 25px;
  line-height: 1.5em;
  position: relative;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.primary-without-bottom {
  background-color: var(--primary);
  overflow: hidden;
}

.section.banner-home-4 {
  background-image: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("../images/photo-1.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 80px;
  display: flex;
}

.section.banner-about-us {
  background-color: var(--primary-light);
  padding-top: 80px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.base-container.start {
  flex: 1;
  align-items: flex-start;
}

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 10px;
  margin-right: 0;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
}

.primary-button:hover {
  color: var(--primary);
  background-color: #0000;
}

.primary-button.full-width-mobile {
  display: block;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.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-item-title {
  font-size: 20px;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--primary);
}

.nav-item-title.nav-item-link {
  color: var(--paragraph-gray);
  padding: 20px 15px;
  text-decoration: none;
}

.nav-item-title.nav-item-link:hover {
  color: var(--primary);
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-copyright {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  display: inline;
}

.paragraph-large {
  font-size: 20px;
  line-height: 1.5em;
}

.paragraph-large.white-paragraph {
  color: var(--white);
  margin-top: 20px;
}

.section-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.small-max-w {
  max-width: 500px;
}

.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-item {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 10px 30px #0000001a;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.icon {
  max-width: 80px;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.contacts-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-form-wrapper {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-left: 40px;
  padding: 40px;
  box-shadow: 5px 9px 30px #0000001a;
}

.contacts-textarea {
  color: var(--primary-dark);
  border: 1px solid #5357564d;
  border-radius: 10px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 20px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary);
}

.contacts-input {
  background-color: var(--white);
  color: var(--primary-dark);
  border: 1px solid #5357564d;
  border-radius: 10px;
  height: 54px;
  padding: 16px 20px;
  font-size: 18px;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid var(--primary);
}

.footer-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;

  h2 {
    color: #fff;
    font-size: 20px;
  }

  p {
    color: #fff;
    font-size: 18px;
  }
}
.link-footer {
  color: #fff;
}
.white-text {
  color: #fff;
}

.white-text._w-80 {
  width: 80%;
}

.white-text.weight-500 {
  font-weight: 500;
}

.footer-brand-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.accordion-wrap-one-column {
  width: 100%;
}

.accordion-wrapper-one-column {
  justify-content: center;
  width: 60%;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-borders {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  border-radius: 10px;
  align-items: center;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
}

.primary-button-borders:hover {
  background-color: var(--primary);
  color: var(--white);
}

.secondary-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary-dark);
  letter-spacing: .5px;
  border-radius: 10px;
  padding: 16px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
}

.secondary-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.brand-tablet {
  display: none;
}

.brand {
  width: 200px;
}

.content-footer-wrap {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  border-bottom: 1px solid #ffffff33;
}

.link-footer-wrapper {
  grid-column-gap: 40px;

  justify-content: start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.link-footer {
  font-size: 20px;
  text-decoration: none;
}

.text-field {
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #5357564d;
  border-radius: 10px;
  width: 300px;
  height: 54px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 18px;
}

.text-field:focus {
  border-color: var(--primary);
}

.text-field.course {
  width: 100%;
}

.footer-with-registration {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
}

.register-courses-footer {
  z-index: 10;
  grid-column-gap: 40px;
  background-color: var(--white);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  box-shadow: 0 10px 30px #0000001a;
}

.heading-3 {
  padding-right: 15px;
}

.form-course-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.background-absolute-footer {
  background-color: var(--primary);
  width: 100%;
}

.logo-header {
  height: 70px;
}

.pricing-home-wrap {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-wrapper {
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 30px;
  display: flex;
}

.price-wrapper.central-price {
  background-color: var(--primary-light);
  padding-top: 50px;
  padding-bottom: 50px;
}

.price {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 900;
  line-height: 1em;
}

.price.dark-text {
  color: var(--primary-dark);
}

.month {
  color: var(--white);
}

.month.dark-text {
  color: var(--primary-dark);
}

.button-price-wrap {
  margin-top: 30px;
  display: flex;
}

.info-price {
  border-bottom: 4px solid var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.info-price.primary-border {
  border-bottom-color: var(--primary);
}

.primary-text {
  color: var(--primary);
}

.parapraph-banner-wrap {
  width: 90%;
  margin-top: 30px;
}

.parapraph-banner-wrap.home-4 {
  width: 100%;
}

.collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item {
  border: 1px solid var(--white);
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 15px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #0000001a;
}

.teacher-photo {
  border: 3px solid #0000;
  border-radius: 100%;
  max-width: 250px;
  transition: border-color .3s;
  box-shadow: 0 10px 30px #0000001a;
}

.teacher-photo:hover {
  border: 3px solid var(--dark-slate-grey);
}

.link-block {
  margin-top: 10px;
  text-decoration: none;
}

.line {
  background-color: var(--primary);
  width: 100px;
  height: 4px;
  margin-top: 20px;
}

.about-home-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 80px;
  display: grid;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.background-1-home {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.img-about {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.home-advantages {
  background-color: var(--primary-light);

  & .white-text._w-80,
  & .paragraph-large.white-paragraph {
   color: #333;
  }
}

.services-home-wrap {
  z-index: 10;
  grid-column-gap: 80px;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-services-home {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  padding-right: 15px;
  display: flex;
}

.services-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 55%;
  margin-bottom: 30px;
  display: flex;
}

.home-advantages {
  & .services-wrap {
    display: grid;
  }

  & .services._1 {
    width: 100%;
  }
}

.services {
  border: 1px solid var(--white);
  background-color: var(--primary);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 10px 30px #0000001a;
}

.services.white-block {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.services._1 {
  position: relative;
  top: 30px;
}

.number-img {
  margin-bottom: 10px;
  max-width: 80px;
}

.section-title-w-100 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.content-title {
  width: 75%;
}

.button-title-wrap {
  flex-direction: row;
  margin-bottom: 12px;
  display: flex;
}

.courses-img-wrap {
  position: relative;
}

.info-courses {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.link-wrap {
  margin-top: 20px;
}

.name-teacher {
  transition: color .3s;
}

.name-teacher:hover {
  color: var(--primary);
}

.courses-img {
  border: 2px solid var(--white);
  border-radius: 12px;
  transition: border-color .3s;
}

.courses-img:hover {
  border: 2px solid var(--primary);
  border-radius: 12px;
}

.button-banner-wrapper {
  grid-column-gap: 40px;
  margin-top: 50px;
  display: flex;
}

.button-banner-wrapper.center {
  justify-content: center;
}

.content-banner-about {
  width: 67%;
}

.headimg-banner-home-4 {
  color: var(--white);
  font-size: 70px;
}

.banner-title-about-us {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.img-info {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 40%;
}

.instruction-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.insctruction {
  background-color: var(--white);
  border-radius: 10px;
  padding: 20px 20px 10px;
  box-shadow: 5px 9px 30px #0000001a;
}

.icon {
  margin-bottom: 20px;
}

.content-info {
  width: 60%;
}

._w-80 {
  width: 80%;
}

.about-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.content-about-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.about-img-wrap {
  width: 45%;
  position: relative;
}

.info-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-block {
  width: 80%;
}

.learn-img {
  object-fit: cover;
  object-position: 75% 50%;
  border-radius: 10px;
  width: 80%;
  height: 100%;
}

.review-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.review-wrap {
  border: 2px solid var(--white);
  background-color: var(--primary-light);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
}

.info-client {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.education-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.teach-child {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 10px;
  width: 100%;
  height: 450px;
}

.info-education {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 20px 20px 10px;
  box-shadow: 0 10px 30px #0000001a;
  height: 100%;
}

.testimonials-img {
  border: 1px solid var(--primary);
  border-radius: 100px;
  width: 70px;
  height: 70px;
}

.faq {
  grid-column-gap: 60px;
  width: 100%;
  display: flex;
}

.image-faq-wrap {
  background-image: url("../images/photo-11.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 40%;
  min-height: 450px;
}

.result-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.content-result {
  width: 65%;
}

.courses-image {
  object-fit: cover;
  border-radius: 10px;
  width: 35%;
  min-height: 600px;
  position: relative;
  height: 100%;
}

.service-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 30px;
  display: flex;
}

.collection-list-wrapper-events {
  width: 100%;
}

.collection-item-events {
  border-bottom: 1px solid #38797533;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.collection-list-events {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.info-events-wrap {
  width: 60%;
}

.image-link {
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.image-event {
  border: 3px solid var(--white);
  border-radius: 100px;
  width: 200px;
  height: 200px;
  transition: border-color .3s;
}

.image-event:hover {
  border-color: var(--primary);
}

.event-name {
  transition: color .3s;
}

.event-name:hover, .location {
  color: var(--primary);
}

.icon-location {
  color: var(--dark-slate-grey);
  margin-bottom: 5px;
  margin-right: 7px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.location-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.phone-number {
  color: var(--paragraph-gray);
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
}

.phone-number:hover {
  color: var(--primary);
}

.info-contact-wtapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.info-contact {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 20px 30px;
  display: flex;
  box-shadow: 0 10px 30px #0000001a;
}

.info-contact.central-info-contact {
  background-color: var(--primary-light);
}

.info-flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.icon-contact {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.banner-about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .base-container {
    align-items: center;
  }

  .nav-item-title.nav-item-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-wrapper {
    margin-top: 30px;
  }

  

  .footer-wrapper {
    grid-column-gap: 55px;
  }

  .brand {
    width: 240px;
  }

  .content-footer-wrap {
    width: 58%;
  }

  .text-field.course {
    width: 100%;
  }

  .footer-with-registration {
    padding-top: 130px;
  }

  .register-courses-footer {
    grid-column-gap: 60px;
    justify-content: space-between;
    padding: 50px;
  }


  .heading-3 {
    padding-right: 5px;
  }

  .background-absolute-footer {
    height: 28%;
  }

  .parapraph-banner-wrap {
    width: 80%;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-home-wrap {
    grid-column-gap: 100px;
    margin-top: 130px;
  }

  .background-1-home {
    height: 65%;
  }

  .services-home-wrap {
    grid-column-gap: 100px;
  }

  .content-services-home {
    width: 40%;
  }

  .services-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 60%;
  }

  .services._1 {
    width: 47%;
  }

  .about-advantages,
  .home-step {
    &  .services._1 {
      width: 100%;
    }
  
  }

  .content-title {
    width: 65%;
  }

  .button-title-wrap {
    margin-bottom: 10px;
    display: flex;
  }

  .info-wrapper {
    grid-column-gap: 100px;
  }

  .img-info {
    width: 45%;
  }

  .instruction-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content-info {
    width: 55%;
  }

  .about-wrapper {
    grid-column-gap: 80px;
  }

  .learn-img {
    width: 85%;
  }

  .education-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: center;
  }

  .faq {
    grid-column-gap: 80px;
  }

  .result-wrapper {
    grid-column-gap: 80px;
    align-items: center;
  }

  .content-result {
    width: 60%;
  }

  .courses-image {
    width: 40%;
  }

  .service-wrapper {
    grid-column-gap: 30px;
  }

  .info-events-wrap {
    width: 55%;
  }

  .image-event {
    border-radius: 200px;
    width: 220px;
    height: 220px;
  }

  .info-contact {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 80px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
  }

  .background-1-home {
    object-fit: fill;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  .section.banner-home-4 {
    height: auto;
    padding-top: 140px;
  }

  .section.banner-about-us {
    padding-top: 100px;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-item-title.nav-item-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 20px 0 0;
  }

  .nav-menu-wrapper {
    padding-top: 5px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {

    margin-left: 0;
    padding: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .white-text._w-80 {
    width: 100%;
  }

  .footer-brand-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    margin-bottom: 40px;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .primary-button-borders:hover {
    opacity: 1;
  }

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-menu {
    background-color: var(--primary-light);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .brand {
    width: auto;
  }

  .link-footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }


  .register-courses-footer {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .content-courses-footer {
    text-align: center;
    width: 60%;
  }

  .background-absolute-footer {
    height: 23%;
  }

  .pricing-home-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .price-wrapper {
    width: 47%;
  }

  .price-wrapper.central-price {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .parapraph-banner-wrap {
    width: 80%;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-home-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    text-align: center;
  }

  .button-wrap {
    justify-content: center;
    align-items: center;
  }

  .services-home-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .content-services-home {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .services-wrap {
    grid-row-gap: 30px;
    width: 100%;
  }

  .section-title-w-100 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-title-wrap {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .content-banner-about {
    width: 80%;
  }

  .headimg-banner-home-4 {
    font-size: 62px;
  }

  .info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .img-info {
    width: 100%;
    height: 400px;
  }

  .content-info {
    text-align: center;
    width: 100%;
  }

  ._w-80 {
    width: 100%;
  }

  .about-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .content-about-wrap {
    text-align: left;
    justify-content: center;
    align-items: start;
    width: 100%;
  }

  .about-img-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .title-block {
    width: 65%;
  }

  .learn-img {
    width: 85%;
    height: 450px;
  }

  .review-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .review-wrap {
    width: 47%;
  }

  .education-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .teach-child {
    height: 400px;
  }

  .faq {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .image-faq-wrap {
    background-position: 50% 20%;
    width: 100%;
    height: 450px;
  }

  .result-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
  }

  .content-result {
    width: 100%;
  }

  .courses-image {
    background-position: 50% 10%;
    width: 100%;
  }

  .service-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .collection-item-events {
    grid-template-rows: auto auto;
    grid-template-columns: 2.2fr 1fr;
    grid-auto-columns: 1fr;
  }

  .info-events-wrap {
    margin-right: 20px;
  }

  .image-link {
    padding-top: 10px;
  }

  .image-event {
    width: 180px;
    height: 180px;
  }

  .info-contact-wtapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.banner-home-4 {
    height: auto;
    padding-top: 120px;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrapper-one-column {
    width: 100%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .link-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .link-footer {
    width: 50%;
  }

  .footer-with-registration {
    padding-top: 60px;
  }

  .register-courses-footer {
    margin-bottom: 60px;
  }

  .content-courses-footer {
    width: 80%;
  }

  .form-course-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .parapraph-banner-wrap {
    width: 90%;
  }

  .collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-home-wrap {
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .background-1-home {
    height: 75%;
  }

  .button-title-wrap {
    margin-top: 20px;
  }

  .button-banner-wrapper {
    margin-top: 40px;
  }

  .content-banner-about {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .headimg-banner-home-4 {
    font-size: 42px;
  }

  .info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-wrapper {
    grid-row-gap: 40px;
  }

  .education-wrapper {
    justify-items: stretch;
  }

  .faq {
    grid-row-gap: 40px;
  }

  .result-wrapper {
    grid-row-gap: 40px;
  }

  .collection-item-events {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .info-events-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-link {
    justify-content: center;
    width: 100%;
    padding-top: 0;
  }

  .image-event {
    width: 200px;
    height: 200px;
  }

  .location-wrap {
    justify-content: center;
  }

  .info-contact-wtapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .contacts-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 30px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .link-footer-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .link-footer {
    width: auto;
  }

  .text-field {
    width: 100%;
    max-width: 100%;
  }

  .text-field.course {
    width: 100%;
  }

  .content-courses-footer {
    width: 100%;
  }

  .background-absolute-footer {
    height: 20%;
  }

  .price-wrapper {
    width: 100%;
  }

  .parapraph-banner-wrap {
    width: 100%;
  }

  .collection-list {
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .background-1-home {
    height: 80%;
  }

  .services-wrap {
    flex-flow: column;
  }

  .services {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .services.white-block {
    align-items: center;
  }

  .services._1 {
    top: 0;
  }

  .content-title {
    width: 100%;
  }

  .button-banner-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .instruction-wrap {
    flex-direction: column;
    display: flex;
  }

  .title-block {
    width: 100%;
  }

  .review-wrapper {
    flex-flow: column;
  }

  .review-wrap {
    width: 100%;
  }

  .image-faq-wrap {
    height: 400px;
  }

 

  .service-wrapper {
    flex-flow: column;
  }
}

#w-node-be93099f-8739-5701-545c-9c60123e4ec0-8e22372e, #w-node-cef4283f-4294-f163-5d5f-850e43a8aaf0-8e22372e, #w-node-d1e26e83-77e1-3692-544e-d3a75409567f-8e22372e, #w-node-_007ba91c-b5f2-9ee3-65a1-4cf744f08af8-8e22372e, #w-node-c536233f-5766-f335-a433-ef8eedd31619-db22374e, #w-node-_353bbfc9-2cc5-42ae-e4f9-ae0fc6a76157-db22374e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ffa75a2-7a4d-1136-9aed-4e08be6fc4c1-4b223794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3eb29261-db7e-b491-955d-82637c5ae50e-4322379d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6c354fbf-8f87-27b6-0136-fc57144a46a9-8e22372e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b286ef93-fdb5-61d7-3938-a09017f23b53-8e22372e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c536233f-5766-f335-a433-ef8eedd31619-db22374e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_353bbfc9-2cc5-42ae-e4f9-ae0fc6a76157-db22374e {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_7ffa75a2-7a4d-1136-9aed-4e08be6fc4c1-4b223794, #w-node-_3eb29261-db7e-b491-955d-82637c5ae50e-4322379d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fd1114b4-5a81-8aa6-6c09-f1048ac73792-4322379d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_353bbfc9-2cc5-42ae-e4f9-ae0fc6a76157-db22374e, #w-node-_058031ec-01c8-27b2-6802-f3dd4e104ac6-4322379d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fd1114b4-5a81-8aa6-6c09-f1048ac73792-4322379d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_55455ff8-18ec-ffef-5017-197ee0001662-4322379d, #w-node-_57d3ce89-0b35-f819-76f9-0feb015389fd-4322379d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@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-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.logo-footer {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .w-nav-button  {
    display: block;
  }
.nav-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background:var(--primary-light);
  transition: left 0.3s ease-in-out;
  z-index: 1000;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
}

.nav-menu.open {
  left: 0;
}

.burger-icon {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: black;
  position: relative;
}

.burger-icon::before,
.burger-icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: black;
  left: 0;
}

.burger-icon::before {
  top: -8px;
}

.burger-icon::after {
  top: 8px;
}

.close-menu-button {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary);
  cursor: pointer;
  margin: 20px;
  padding: 0;
  position: absolute;
    right: 0;
    top: 0;
}

}

.home-about {
  background: linear-gradient(-45deg, #288e84 0%, #8ec4b8 100%);

  & .about-home-wrap {
    margin-top: 0;
  }
  
  & .secondary-button:hover {
    background-color: #fff;
    color: var(--primary);
  }
   
}

.home-popular-courses {
  background-color: #fff;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slider-card {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 10px;
}


@media (max-width: 991px) {
  .slider-card {
    flex: 0 0 50%;
  }
}


@media (max-width: 479px) {
  .slider-card {
    flex: 0 0 100%;
  }
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
}

.slider-nav.prev {
  left: 10px;
}

.slider-nav.next {
  right: 10px;
}

@media (max-width: 767px) {
  .slider-nav {
    display: none;
  }

  .slider-track {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .slider-card {
    scroll-snap-align: start;
  }
}


.home-step {
  background-color: #eef9f5;

& .service-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}


 & .services-bottom {
  margin-top: 50px;
  height: 100%;
}

}



& .step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

& .step-circle-blue {
  background-color: var(--primary);
  color: var(--white);
}

& .step-circle-white {
  background-color: #fff;
  color: var(--primary);
}

.services {
  width: 100%;
}


.rating {
  text-align: center;
  margin-bottom: 8px;
}

.rating img {
  width: 96px;
  height: auto;
  display: inline-block;
}

.home-team {
  background-color: var(--primary);

  h2 {
    color: var(--white);
  }

  & .paragraph-large {
    color: var(--white);
  }

  .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.home-work {
  .learn-img {
    width: 100%;
  }
}

.home-special-offers {
  background-color: var(--primary);

  h2 {
    color: #fff;
  }
}

.home-subscription {
  background-color: var(--primary-light);
}

.about-values {
  background-color: var(--primary);

  h2 {
    color: #fff;
  }
}

.about-team {
  background-color: var(--primary-light);
  & .section-title {
    margin-bottom: 60px;
  }

  & .w-dyn-item {
    display: grid;
    grid-template-columns: 3fr 1fr;
    column-gap: 50px;
  }

  & .image-link {
    width: auto;
  }

  & .info-events-wrap {
    width: auto;
  }
}

.about-advantages {
  background-color: #fff;

  & .services-home-wrap {
    flex-direction: column;
    row-gap: 60px;
  }

  & .content-services-home {
    width: 100%;
  }

  & .services-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.about-step {
  & .step-circle-blue {
    background-color: var(--primary);
    color: var(--white);
  }

  & .step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-bottom: 20px;
  }

}

.courses-dark {
  background-color: var(--primary-light);
}

.services-info {
  background-color: var(--primary);
}

.accordion-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.accordion-list[hidden] {
  max-height: 0 !important;
}
.accordion-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 20px;
  margin-left: 10px;
}

.legal {
  & .services.white-block {
    padding: 30px 40px;
  }

  h1 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }
}

.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 {

      line-height: 150%;
      font-size: 25px;
      color: #ffffff;
  }

  p {
      max-width: 1000px;
      line-height: 150%;
      color: #333;
  }

  .w-inline-block {

    margin: 0 auto;
    margin-top: 40px;
  }
 

  a {
      color: #ffffff;
  }

 

  @media screen and (max-width: 479px) {
    .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;
}

.rating-stars {
  height: auto;
  margin-bottom: 10px;
}

.rating {
  height: auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .about-home-wrap {
    display: flex;
    flex-direction: column;
  }

  .home-step {
    & .services-bottom {
      margin-top: 0;
      height: 100%;
    }

    & .service-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
    
    
  }

  .home-team {
    & .collection-list {
      grid-template-columns: 1fr 1fr;
    }
  }

  .register-courses-footer {
    display: flex;
    flex-direction: column;

    & .w-form {
      width: 100%;
    }

    & .content-courses-footer {
      width: 100%;
    }
  }

  .logo-footer {
    max-width: 200px;
  }
  
  .content-footer-wrap {
width: 90%;
align-items: start;
  }


  .about-step {
    & .info-wrapper {
      display: flex;
      flex-direction: column;
    }

    & .learn-img {
      width: 100%;
    }
  }

  .courses-image {
    min-height: 500px;
  }

  .courses-dark {
    & .result-wrapper {
      flex-direction: column;
    }
  }

  .services-wrap {
    display: grid;
  }

  .contacts-info {
    & .info-contact {
      grid-area: auto !important;
    }
  }
  .legal  {
    & .service-wrapper {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }
}

@media screen and (max-width: 767px) {
  .content-footer-wrap {
    grid-template-columns: 1fr;
  }

  .link-footer-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .about-team {
    & .w-dyn-item {
      display: flex;
      flex-direction: column-reverse;
    }

    & .button-banner-wrapper {
      justify-content: center;
    }
  }

}

@media screen and (max-width: 670px) {
  .home-team {
    & .collection-list {
      grid-template-columns: 1fr;
    }
  }
}

@media screen and (max-width: 540px) {
  .review-wrap {
    width: 100%;
  }

  .price-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }

  .home-step {
    & .service-wrapper {
      grid-template-columns: 1fr;
    }
  }

  .about-advantages {
    & .services-wrap {

      grid-template-columns: 1fr;

    }
  }

  .heading-3 {
    font-size: 25px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .legal {
    & .services.white-block {
      padding: 30px 20px;
      text-align: left;
    }

    h1 {
      font-size: 30px;
    }

    h3 {
      font-size: 20px;
    }
  }
}

.services-assessment,
.legal {
  & .service-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}