html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

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 {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  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, ol {
  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 {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .nav-menu.active {
    max-height: 500px;
  }
  
  .w-nav-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
    opacity: 0;
    z-index: 999;
  }
  
  .w-nav-overlay.active {
    display: block;
    opacity: 1;
  }
}

@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-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.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: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-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 {
  --light: #f6f4ee;
  --paragraphs: rgba(21, 36, 34, .75);
  --heading: #152422;
  --border: #dbd7c8;
  --white: white;
  --yellow: #f6be56;
  --green: #018a75;
  --light-additional: #f0eee6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--light);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: RobotoSlab, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: RobotoSlab, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.125em;
}

h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: RobotoSlab, sans-serif;
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.18em;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: RobotoSlab, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: RobotoSlab, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.25em;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: RobotoSlab, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25em;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: RobotoSlab, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2em;
}

li {
  padding: .3em;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

.section-hero {
  background-color: var(--green);
  background-image: linear-gradient(22deg, #007a67, #009c84);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 2em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar {
  z-index: 500;
  background-color: rgba(145, 71, 28, 0.993);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.4em 2em;
  display: flex;

  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-block {
  width: 100%;
  max-width: 77.5em;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  padding: .3em;
  display: flex;
}

.logo {
max-width: 200px;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  row-gap: 20px;
}

.nav-link {
  color: var(--light);
  padding: .8em 1.3em .7em;
  font-weight: 500;
  line-height: 1.2em;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.nav-link:hover {
  color: var(--yellow);
}

.nav-link.w--current {
  color: var(--light);
}

.nav-link.w--current:hover {
  color: var(--yellow);
}

.nav-button {
  background-color: var(--light);
  color: var(--heading);
  border-radius: 50em;
  margin-left: .7em;
  padding: .8em 1.7em .7em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.nav-button:hover {
  background-color: var(--yellow);
}

.wave-down {
  z-index: 100;
  width: 100%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.content {
  z-index: 150;
  width: 100%;
  max-width: 77.5em;
  position: relative;
}

.content.position-z-index {
  z-index: 20;
}

.grid-hero {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
}

.block-hero {
  z-index: 50;
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.heading-hero {
  color: var(--light);
  margin-bottom: -.2em;
}

.paragraph-hero {
  max-width: 18em;
  opacity: .75;
  color: var(--light);
  font-size: 1.25em;
  line-height: 1.5em;
}

.button-dark {
  background-color: #000;
  color: var(--light);
  border-radius: 50em;
  padding: 1.1em 2.2em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-dark:hover {
  background-color: var(--yellow);
  color: var(--heading);
}

.block-hero-img {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-hero {
  z-index: 10;
  width: 100%;
  max-width: none;
  margin-bottom: -30%;
  position: relative;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
}

.section.padding-6-6em {
  padding-bottom: 6em;
}

.section.padding-10-6em {
  padding-top: 10em;
  padding-bottom: 6em;
}

.subtitle {
  color: var(--green);
  letter-spacing: .045em;
  text-transform: uppercase;
  margin-bottom: .3em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.2em;
}

.subtitle.yellow {
  color: var(--yellow);
}

.heading.light {
  color: var(--light);
}

.block-heading-center {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.8em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.block-heading-center.max-w {
  max-width: 600px;
}


.section-company-description {
  background-color: #f5f0e6; /* светло-бежевый */
  padding: 4em 2em;
}

.company-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #000000; /* черный текст */
}

.company-title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.company-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
  .company-title {
    font-size: 1.8em;
  }

  .company-text {
    font-size: 1em;
  }
}

.grid-programs {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.link-programs {
  background-color: var(--white);
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .9em;
  text-decoration: none;
  display: flex;
  height: 100%;
}

.block-image-programs {
  width: 100%;
  height: 14em;
  perspective: 1000px;
  border-radius: 1em;
  overflow: hidden;
}

.block-image-programs.large {
  height: 20em;
}

.image-programs {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 20px;
}

.text-programs {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.2em;
  margin-bottom: 2em;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.paragraph-programs {
  color: var(--paragraphs);
  margin-top: 1.1em;
  margin-bottom: 20px;
}

.info-programs {
  color: var(--green);
  margin-top: .4em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.section-bg {
  background-color: var(--light-additional);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6em 2em;
  display: flex;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.paragraph {
  max-width: 20em;
  font-size: 1.125em;
  line-height: 1.5em;
}

.paragraph.max-w {
  max-width: none;
}

.block {
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.button-green {
  background-color: var(--green);
  color: var(--light);
  border-radius: 50em;
  padding: 1.1em 2.2em 1em;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-green:hover {
  background-color: var(--yellow);
  color: var(--heading);
}

.grid-lessons {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
}

.link-lessons {
  grid-row-gap: .7em;
  border: 3px solid var(--white);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8em;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  box-shadow: 0 1px 0 -5px rgba(21, 36, 34, 0);
}

.link-lessons:hover {
  background-color: var(--white);
  transform: rotate(4deg)scale(1.17);
  box-shadow: 0 30px 30px -20px rgba(21, 36, 34, .07);
}

.icon-lessons {
  width: 3.2em;
  height: 3.2em;
  object-fit: contain;
}

.info-lessons {
  color: var(--green);
  font-size: .88em;
  font-weight: 500;
  line-height: 1.35em;
}

.grid-4-columns {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.achievement {
  grid-row-gap: .9em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.text-achievement {
  color: var(--green);
  font-family: RobotoSlab, sans-serif;
  font-size: 5.6em;
  font-style: italic;
  line-height: 1em;
}

.icon-achievement {
  width: 2em;
  height: 2em;
  object-fit: contain;
}

.block-icon-achievement {
  background-color: var(--white);
  border-radius: 50em;
  margin-top: -2.4em;
  padding: 1em;
}

.paragraph-achievement {
  max-width: 14em;
}

.grid-testimonials {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonials {
  background-color: var(--white);
  text-align: center;
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 2.5em;
  display: flex;
}

.avatar-testimonials {
  width: 4.75em;
  height: 4.75em;
  object-fit: cover;
  border-radius: 100%;
}

.info-testimonials {
  color: var(--green);
  margin-top: .4em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.2em;
}

.info-testimonials.yellow {
  color: var(--yellow);
}

.heading-testimonials {
  margin-top: .6em;
}

.heading-testimonials.light {
  color: var(--light);
  margin-top: 0;
}

.paragraph-testimonials {
  margin-top: 1.4em;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.paragraph-testimonials.light {
  color: rgba(246, 244, 238, .75);
}

.collection-list {
  grid-column-gap: 1.25em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-blog {
  background-color: var(--white);
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: .9em;
  text-decoration: none;
  display: flex;
}

.block-image-blog {
  width: 100%;
  height: 22em;
  perspective: 1000px;
  border-radius: 1em;
  overflow: hidden;
}

.image-blog {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-blog {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.6em;
  margin-bottom: 2em;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.paragraph-blog {
  color: var(--paragraphs);
  margin-top: 1.3em;
}

.section-newsletter {
  background-color: var(--green);
  background-image: linear-gradient(195deg, #007a67, #009c84);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10em 2em 8.5em;
  display: flex;
  position: relative;
  overflow: hidden;


  & .max-w {
    max-width: 800px;
  }

  & .paragraph {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 800px;
  }
}

.form-block-newsletter {
  max-width: 30em;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-field-newsletter {
  z-index: 50;
  height: 3.7em;
  border: 1px solid var(--white);
  color: var(--heading);
  border-radius: 50em;
  margin-bottom: 0;
  padding: 1.2em 1.7em 1.1em;
  font-size: 1em;
  line-height: 1.2em;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-newsletter:focus {
  border-color: var(--white);
  transform: scale(1.1);
  box-shadow: 0 30px 20px -10px rgba(21, 36, 34, .05);
}

.text-field-newsletter::-ms-input-placeholder {
  color: rgba(21, 36, 34, .5);
}

.form-newsletter {
  grid-column-gap: .4em;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);

  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: .3em;
}

.form-container {
  display: flex;
  column-gap: 10px;
  margin-bottom: 20px;
}

.checkbox-label {
  font-size: 12px;
  color: #fff;

  a {
    color: #fff;
    
  }
  input {
    margin-right: 10px;
  }
}

.section-footer {
  background-color: #402e25;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-down {
  width: 100%;
  background-color: #372820;
  justify-content: center;
  align-items: center;
  padding: 2.5em 2em;
  display: flex;
}

.text-footer-down {
  color: rgba(246, 244, 238, .5);
  font-size: .94em;
  line-height: 1.3em;
}

.grid-footer {
  width: 100%;
  max-width: 81.5em;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-top: 6.5em;
  margin-bottom: 4.5em;
  padding-left: 2em;
  padding-right: 2em;
}

.footer {
  grid-row-gap: 1.8em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-footer {
  color: rgba(246, 244, 238, .7);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.125em;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  color: var(--light);
}

.section-top {
  background-color: var(--green);
  background-image: linear-gradient(22deg, #007a67, #009c84);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12em 2em 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-top {
  z-index: 10;
  width: 100%;
  max-width: 58em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-programs-large {
  grid-column-gap: 1.25em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.info-home {
  & .grid-programs-large {

    grid-template-columns: 1fr;

  }
}

.yellow {
  a{
   text-decoration: none;
   color: var(--yellow);
  }
}

.info-services {
  & .grid-focus {
    background-color: transparent;
    background-image: none;
  }
}

.info-delivery {
  & .grid-focus {
    grid-template-columns: 2fr 1fr;
  }
}

.why-choose-us {
  & .company-container {
    text-align: left;
  }
}

.grid-focus {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--yellow);
  background-image: linear-gradient(220deg, #fcca6c, #f6be56);
  border-radius: 1.8em;
  grid-template-rows: auto;
  padding: .9em;
  position: relative;
  overflow: hidden;
}

.image-focus {
  width: 100%;
  object-fit: cover;
  border-radius: 1em;
  max-height: 500px;
}

.block-text-focus {
  z-index: 10;
  grid-row-gap: 1.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding:30px;
  display: flex;
  position: relative;
}

.block-image-focus {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.paragraph-focus {

  font-size: 1.125em;
  line-height: 1.5em;
}

.grid-faq {
  width: 100%;
  max-width: 52em;
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item {
  background-color: var(--white);
  border-radius: 1.8em;
}

.accordion-header {
  grid-column-gap: 1em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: .9em 1em .9em 2em;
  display: flex;
}

.icon-accordion {
  width: 2.87em;
  height: 2.87em;
  background-color: var(--light-additional);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-accordion {
  margin-top: .5em;
  margin-bottom: .5em;
}

.accordion-content {
  overflow: hidden;
}

.paragraph-accordion {
  margin-bottom: 1.8em;
  padding-left: 2em;
  padding-right: 4em;
}

.testimonials-large {
  background-color: var(--heading);
  
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1.8em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 5em;
  display: flex;
}


.section-hero-home {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0)), url("../images/photo-1.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-newsletter-home {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-9.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.form-home {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-17.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-hero {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-18.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.about-order {

  & .testimonials-large {
    background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-20.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

}

.catalog-order {
  & .testimonials-large {
    background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-39.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

.services-hero {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-32.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-hero-delivery {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-28.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.support-services {
  & .testimonials-large {
    background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-34.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

.section-newsletter-services {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-35.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.contact-hero {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-36.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.catalog-hero {
  background-image: linear-gradient(to right, var(--heading) 27%, rgba(21, 36, 34, 0.225)), url("../images/photo-37.jpg");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.block-testimonials-large {
  max-width: 600px;
}

.map {
  background-color: var(--white);
  border-radius: 1.8em;

  padding: .9em;
}

.grid-map {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.block-text-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-contact {
  color: var(--paragraphs);
  padding-top: .4em;
  padding-bottom: .4em;
  font-size: 1.125em;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

.link-contact:hover {
  color: var(--heading);
}

.block-contact {
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.form {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  padding-top: 60px;
  padding-left: 40px;
  padding-bottom: 40px;
  
  & .checkbox-label {
    color: #828282;
    font-size: 16px;

    a {
      color: #c19609d0;
      font-size: 16px;
    }
  }
}

.text-field {
  height: 3.7em;
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 1em;
  margin-bottom: 0;
  padding: 1.2em 1.4em 1.1em;
  font-size: 1em;
  line-height: 1.2em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--yellow);
}

.text-field::-ms-input-placeholder {
  color: rgba(21, 36, 34, .5);
}

.textarea {
  max-height: 22em;
  max-width: 100%;
  min-height: 11em;
  min-width: 100%;
  border: 1px solid var(--border);
  color: var(--heading);
  border-radius: 1em;
  margin-bottom: .7em;
  padding: 1.2em 1.4em 1.1em;
  font-size: 1em;
  line-height: 1.2em;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--yellow);
}

.textarea::-ms-input-placeholder {
  color: rgba(21, 36, 34, .5);
}

.grid-about {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  align-items: stretch;
}

.image-about {
  width: 100%;
  border: .9em solid var(--white);
  object-fit: cover;
  border-radius: 1.8em;
  max-height: 500px;
}

.block-about {
  grid-row-gap: 2.4em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 12%;
  display: flex;
}

@media screen and (max-width: 991px) {
  
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    cursor: pointer;
    gap: 6px;
    padding: 0;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  
  .menu-line {
    display: block;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  .top-line,
  .bottom-line {
    width: 30px;
  }
  
  .middle-line {
    width: 20px; 
  }
  
  .nav-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    background-color: #f6f4ee;
    align-items: start;
    padding: 30px;
    left: 0;

    &.active {
      display: flex;
    }
  }

  .nav-link {
    margin-left: 0;
    color: #000;
  }

  .nav-link.w--current {
    color: #000;
  }
  h1 {
    font-size: 3.9em;
  }

  h2 {
    font-size: 2.9em;
  }

  h3 {
    font-size: 2.3em;
  }

  h4 {
    font-size: 1.8em;
  }

  h5 {
    font-size: 1.4em;
  }

  h6 {
    font-size: 1.2em;
  }


  .nav-link {
    text-align: center;
  }

  .nav-button {
    margin-top: .7em;
    margin-left: 0;
  }

  .menu-button {

    color: var(--heading);
    border-radius: 50em;
    padding: .5em;
    font-size: 1.4em;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

  .block-hero {
    padding-top: 3em;
    padding-bottom: 9em;
  }

  .section {
    padding-bottom: 8em;
  }

  .section.padding-10-6em {
    padding-top: 8em;
  }

  .grid-programs {
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .block-image-programs.large {
    height: 36vw;
  }

  .grid-2-columns {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .paragraph {
    max-width: 35em;
  }

  .block-heading {
    max-width: 50em;
  }

  .block {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-achievement {
    font-size: 4.8em;
  }

  .grid-testimonials {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list {
    grid-row-gap: 3em;
  }

  .block-image-blog {
    height: 28vw;
  }

  .section-newsletter {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .footer-down {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .grid-footer {
    grid-column-gap: 2em;
    margin-top: 6em;
    margin-bottom: 4em;
    grid-template-columns: 1fr;
  }

  .section-top {
    padding-top: 10em;
    padding-bottom: 9em;
  }

  .block-top {
    max-width: 50em;
  }

  .grid-programs-large {
    grid-template-columns: 1fr 1fr;
  }

  .grid-focus {
    grid-template-columns: 1fr;
  }

  .block-text-focus {
    padding: 2.5em 10%;
  }

  

  .grid-map {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.6em;
  }

  h3 {
    font-size: 2.1em;
  }

  h4 {
    font-size: 1.7em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.1em;
  }

  .grid-hero {
    grid-template-columns: 1fr;
  }

  .block-hero {
    grid-row-gap: 1.9em;
    text-align: center;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 7em;
  }

  .section.padding-6-6em {
    padding-bottom: 5em;
  }

  .block-heading-center {
    margin-bottom: 2.2em;
  }

  .grid-programs {
    grid-template-columns: 1fr;
  }

  .block-image-programs, .block-image-programs.large {
    height: 50vw;
  }

  .section-bg {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .block {
    grid-row-gap: 1.9em;
  }

  .grid-lessons {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns {
    grid-column-gap: 0em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr 1fr;
  }

  .grid-testimonials {
    grid-template-columns: 1fr;
  }

  .testimonials {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .block-image-blog {
    height: 50vw;
  }

  .section-newsletter {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .footer-down {
    text-align: center;
  }

  .grid-footer {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
    margin-top: 5em;
    margin-bottom: 3em;
  }

  .footer {
    text-align: center;
    align-items: center;
  }

  .section-top {
    padding-top: 9em;
    padding-bottom: 8em;
  }

  .grid-programs-large {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .testimonials-large {
  
    text-align: center;
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: center;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }


  .grid-map {
    grid-template-columns: 1fr;
  }

  .block-contact {
    text-align: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .form, .grid-about {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid-4-columns {
    grid-template-columns: 1fr;
  }
  .testimonials-large {
    padding: 20px;
  }

  .info-services {
    & .block-text-focus {
      padding-left: 0;
      padding-right: 0;
    }

    & .grid-focus {
      padding: 20px 0;
    }
  }

  .info-about {
    .block-text-focus {
      padding: 20px 0;
    }
  }
  .block-text-focus {
    padding: 30px 0;
  }
  .block-about {
    padding: 30px 10px;
  }
  .heading-hero {
    font-size: 40px;
  }
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
  }

  h3 {
    font-size: 1.9em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.2em;
  }

  .section-hero, .navbar, .section, .section-bg {
    padding-left: 1em;
    padding-right: 1em;
  }

  .grid-lessons {
    grid-template-columns: 1fr;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .section-newsletter {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-newsletter {
    grid-row-gap: .8em;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: stretch;
  }

  .grid-footer {
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-top {
    padding-bottom: 7em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

#w-node-_3780e366-349e-2f14-f86d-00fc3afd34ef-5b946001, #w-node-_2e2249ff-8ca8-3e6e-fbfa-b3a80541b48d-5b946001, #w-node-fc3018dd-4de2-a11d-c598-410a389eabbe-5b946001, #w-node-_9ba5b6f2-2e2f-9bbb-27b6-f63a0d07aa64-5b946001, #w-node-_78401aa4-9adf-391d-27c4-5a92607612a6-5b946001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_48af81a9-adc6-4ebe-75b4-3e6d26a927bf-9cc79532 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fd9d74c4-d0fa-b0e9-9497-3d7970aea3f2-a237efb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a666c1b6-aca5-6f88-6b15-79206c7357a2-f28b67b2, #w-node-da30facc-6413-7f36-6467-d594ad61d328-f28b67b2, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef55-f28b67b2, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef5e-f28b67b2, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef67-f28b67b2, #w-node-e0e0ec16-ef79-58b7-380d-309be0c6ef70-f28b67b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {

  #w-node-_48af81a9-adc6-4ebe-75b4-3e6d26a927bf-9cc79532 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_48af81a9-adc6-4ebe-75b4-3e6d26a927bf-9cc79532 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da30facc-6413-7f36-6467-d594ad61d327-f28b67b2 {
    order: -9999;
  }
}



.section-heading {
  margin-bottom: 40px;
}

.section-fullwidth-gallery {
  width: 100vw;
  overflow-x: hidden;
}

.gallery-container {
  display: flex;
  width: 100%;
}

.gallery-container img {
  width: 20%; 
  height: auto;
  object-fit: cover;
  display: block;
}

.assortment-about {
  & .w-layout-grid {
    grid-template-columns: 2fr 1fr;
  }
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}
.tab-button {
  background: #222;
  color: #fff;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
  transition: background-color 0.3s;
}
.tab-button:hover {
  background: #444;
}
.tab-button.active {
  background: #ffcc00;
  color: #222;
}
.tabs-content > .tab-content {
  display: none;
}
.tabs-content > .tab-content.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.block-image-programs.large {
  flex-shrink: 0;
}
.image-programs {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.text-programs {
  flex-grow: 1;
}
.heading-programs {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 700;
}
.link-programs {
  transition: transform 0.3s ease;
}

.link-programs:hover {
  transform: translateY(-10px);
}
.paragraph-programs {
  margin-bottom: 16px;

}


.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.accordion-item.active .accordion-content {
  max-height: 300px;
  opacity: 1;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1em;
  background-color: #ffffff;
  border-radius: 0.5em;

  transition: background 0.3s;
}

.accordion-header:hover {
  background-color: #ececec;
}

.icon-accordion {
  font-size: 1.5em;
  transition: transform 0.3s;
}

.accordion-item.active .icon-accordion {
  transform: rotate(45deg);
}

.section-hero-delivery {
  & .w-layout-grid {
    grid-template-columns: 1fr;
  }

  & .paragraph-hero {
    max-width: 800px;
  }
}

.legal {
 li {
  text-align: left;
 }
}

.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: #141414;
      padding: 20px;
      border: 1px solid #333;

  }

  & .button.primary-button {
      margin-top: 40px;
      animation: none;
      width: 300px;
      justify-content: center;

      &:hover {
        color: #000;
      }
  }

  @media screen and (max-width: 479px) {

      padding: 150px 30px;

      h1 {
          font-size: 30px;
      }

      h2 {
          font-size: 20px;
      }
  }
  
}

.thanks {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: RobotoSlab;
  src: url("../fonts/RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.rating-testimonials {
  display: flex;
  margin-top: 20px;
}
.star-icon {
  max-width: 20px;
}

.programs-services .block-image-programs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
  background-color: #f6be56;
  border-radius: 50%;
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
  margin: 0 auto 20px;
}


@media screen and (max-width: 991px) {
  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }
  .assortment-about {
    & .w-layout-grid {
      grid-template-columns: 1fr;
    }
  }

  .info-delivery {
    & .grid-focus {
      grid-template-columns:  1fr;
    }
  }
}

@media screen and (max-width: 767px) {
  .tabs-content > .tab-content.active {
    grid-template-columns: 1fr ;
  }

  .form {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .grid-4-columns {
    grid-template-columns: 1fr;
  }
  .legal {
    padding: 30px 20px;
  }
}

section {
  overflow: hidden;
}