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;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

img {
    border: 0;
}

input,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/Montserrat-Light.woff) format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
}


* {
    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 {
    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;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    text-align: center;
    background-color: #ddd;
    padding: 20px;
    display: none;
}

.w-form-fail {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

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;
}

.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;
    }
}

@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-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[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

:root {
    --main-dark-color: #323848;
    --light-steel-blue: #c7daef;
    --blue-button-color: #83a5cd;
    --dark-slate-blue: #557dac;
    --button-text-on-hover: #467ab6;
    --pink: #f7c9cc;
    --section-background: #e0e0e0;
}

.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;
}

body {
    color: var(--main-dark-color);
    background-color: #fdfdfd;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 150%;
}

h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 76px;
}

h2 {
    order: -1;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 120%;
}

h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

p {
    flex: 1;
    font-size: 18px;
    line-height: 150%;
    display: inline-block;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

.navigation-container {
    width: 100%;
    max-width: 1280px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.navigation {
    background-color: #8f83a7;
    padding: 16px 60px;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
}

.logo-wrap {
    height: 100%;
    order: -1;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.logo {
    max-width: 80px;
    margin-right: 10px;
}

.logo-wrap.w--current {
    order: -1;
}

.navigation-item {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 500;
}

.navigation-item:hover {
    color: var(--light-steel-blue);
}

.button-text {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    display: flex;
}

.button-text.light {
    color: #fff;
    border-radius: 47px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    display: flex;
}

.button-text.light:hover {
    background-color: rgba(0, 0, 0, 0);
}

.navigation-items-wrap {
    order: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.hero-section {
    padding-top: 140px;
    padding-left: 100px;
    padding-right: 100px;
}

.hero-section.home {
    height: auto;
    min-height: 100vh;
    color: #fff;
    background-image: linear-gradient(100deg, rgba(50, 56, 72, .68) 4%, rgba(0, 0, 0, 0)), url("../images/photo-1.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    padding-bottom: 80px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    overflow: hidden;
    max-height: 700px;
}

.hero-section.contact {
    background-color: #fdfdfd;
    color: #333;

    padding-bottom: 100px;
}

.container {
    max-width: 1280px;
    flex-direction: column;
    flex: 1;
    display: flex;
}

.container.blue {
    background-color: #9e89aa;
    color: #fff;
    border-radius: 16px;
    justify-content: center;
    position: relative;
}

.container.blue.wider {
    flex-direction: row;
    overflow: visible;
}

.container.dark {
    max-width: 100vw;
    background-color: #8c7b91;
    color: #fff;
    flex-direction: row;
    padding: 60px 60px 60px 50%;
    display: flex;
    position: relative;
    overflow: visible;
}

.container.columed {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.container.wider {
    max-width: 1320px;
}

.container.non-overflow {
    align-items: flex-start;
    display: block;
    position: relative;
    overflow: hidden;
}

.container.hero {
    height: 100%;
    min-height: 100%;
}

.hero-content {
    max-width: 60%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-end;

    display: flex;
}

.secondary-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #a293c1;
    background-image: linear-gradient(90deg, var(--button-text-on-hover), rgba(131, 165, 205, 0));
    border-radius: 47px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-right: auto;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color .5s;
    display: flex;
    max-width: 300px;
    margin: 0 auto;
}

.w-dyn-list {
    margin-bottom: 70px;
}

.secondary-button:hover {
    background-color: #ffcbcb;
    background-image: linear-gradient(to right, var(--dark-slate-blue), transparent);
}

.section {
    padding: 100px 60px 40px;
}

.section.footer {
    color: #fff;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 20px;
    display: flex;
}

.contact p {
    color: #333;
}

.contact .form__agreement {
    font-weight: 400;
}

.contact .form__agreement a {
    color: #333;
    font-weight: 400;
    border-bottom: 1px solid #333;
}

.section.dark {
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
}

.section.slider {
    overflow: hidden;
}

.section-about-hero .content-wrap {
    text-align: left;
}

.section-about-hero .content-wrap {
    max-width: 50%;
}

.section-about-hero .container {
    display: flex;
    flex-direction: row;
    column-gap: 30px;

}

.about-hero-img {
    max-width: 50%;
    object-fit: cover;
}

.button-text {
    color: #333;
}


.content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 34px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    text-align: center;
}

.content-wrap.centered {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.content-wrap.narrow {
    width: 45%;
    margin-right: 60px;
}

.content-wrap.full-width {
    width: auto;
}

.heading-button-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.section-about-hero .heading-button-wrap {
    flex: 0;
}

.cadrs-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 60px;
}

.paragraph-small {
    color: rgba(50, 56, 72, .8);
    flex: 0 auto;
    margin-bottom: 0;
    font-size: 16px;
}

.card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    padding: 24px;
    display: flex;
    box-shadow: 11px 11px 40px rgba(50, 56, 72, .1);
}

.detalis-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    display: flex;
    z-index: 1;
}

.paragraph-very-small {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    display: flex;
}

.price {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 600;
    z-index: 1;
}

.call-to-action-wrap {
    background-image: url("../images/photo-3.jpg");
    background-position: 0 40%;
    background-repeat: no-repeat;
    background-size: 1450px;
    border-radius: 24px;
    padding: 30px;
    position: relative;
}

.call-to-action {
    width: 60%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #565772;
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 12px;
    flex-direction: column;
    padding: 40px;
    display: flex;
    margin: 0 auto;
}

.icons-grid {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr 1.5fr;
    align-items: center;
    justify-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.icon-text-holder {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.content-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    display: flex;
}

.icon-text {
    text-align: center;
    font-size: 14px;
}

.line {
    width: 2px;
    height: 70%;
    color: var(--main-dark-color);
    background-color: rgba(255, 255, 255, .28);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.blog-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
}

.article-category {
    color: var(--dark-slate-blue);
    text-transform: uppercase;
    border-right: 1px solid rgba(85, 125, 172, .3);
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
}

.data-of-creation-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--dark-slate-blue);
    justify-content: center;
    align-items: center;
    display: flex;
}

.date-of-creation {
    color: var(--dark-slate-blue);
    font-size: 14px;
    font-weight: 400;
}

.blog-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 16px;
    flex-direction: column;
    display: flex;
}

.footer {
    grid-column-gap: 40px;
    grid-row-gap: 22px;
    background-color: var(--main-dark-color);
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
    align-items: center;
}

.form {
    flex-direction: row;
    align-items: center;
    display: flex;
    position: relative;
}

.form__item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
}

.form__agreement a {
    border-bottom: 1px solid #fff;
}

.form-block {
    border-radius: 16px;
    flex: 1;
    order: 1;
}

.form-block.newsletter {
    border-radius: 47px;
    margin-top: 24px;
    padding: 0;
    position: relative;
}

.form-block.contact {
    background-color: #fff;
    box-shadow: 4px 4px 49px 0px rgba(34, 60, 80, 0.2);
}

.title {
    margin-bottom: 70px;
}

.text-field {
    min-height: 56px;
    border: .1px solid var(--blue-button-color);
    color: #333;
    background-color: rgba(199, 218, 239, .63);
    border-radius: 40px;
    margin-bottom: 0;
    padding-left: 24px;
}

.text-field::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
}

.text-field.light {
    min-height: 46px;
    background-color: rgba(255, 255, 255, .2);
    border-color: rgb(130, 126, 126);
    border-radius: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    transition: border .2s;
}

.text-field.light:hover {
    border-width: .5px;
    border-color: rgba(85, 125, 172, .7);
}

.text-field.light:active {
    border-width: .6px;
}

.text-field.light:focus {
    color: var(--main-dark-color);
    border-width: .5px;
    border-color: rgba(85, 125, 172, .7);
}

.text-field.light::-ms-input-placeholder {
    color: rgba(50, 56, 72, .3);
    font-weight: 400;
}

.text-field.light.big {
    min-height: 40px;

    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    overflow: hidden;
}

.text-field.light.big:hover {
    border-color: rgba(85, 125, 172, .7);
}

.text-field.light.big:active {
    border-width: .6px;
}

.text-field.newsletter {
    margin-top: 0;
}

.text-field.newsletter::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.submit-button {
    height: 56px;
    background-color: var(--dark-slate-blue);
    background-image: linear-gradient(to right, var(--dark-slate-blue), rgba(199, 218, 239, 0));
    color: var(--main-dark-color);
    border-radius: 40px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
    box-shadow: 11px 11px 30px rgba(255, 255, 255, .1);
}

.submit-button.full-width {
    height: 48px;
    background-color: var(--blue-button-color);
    color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: background-color .4s;
    position: static;
}

.submit-button.full-width:hover {
    background-color: var(--pink);
}

.submit-button.light {
    color: var(--button-text-on-hover);
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff, rgba(199, 218, 239, 0));
    font-weight: 400;
}

.footer-link {
    color: #fff;
    transition: color .225s;
}

.footer-link:hover {
    color: var(--light-steel-blue);
}

.icon {
    width: 18px;
}

.card-image {
    object-fit: contain;
}

.newsletter-content {
    z-index: 1;
    height: 100%;
    max-width: 50%;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 60px;
    display: flex;
    position: relative;
}

.review-card {
    background-color: #fff;
    border-radius: 12px;
    flex: 1;
    align-self: flex-start;
    padding: 24px;
}

.review-text {
    border-bottom: 1px solid var(--section-background);
    color: rgba(50, 56, 72, .8);
    text-align: left;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

.client-information {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
    display: flex;
}

.cleent-identity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: center;
    display: flex;
}

.client-foto {
    border-radius: 40px;
}

.client-localization {
    color: rgba(50, 56, 72, .78);
    margin-top: 0;
}

.client-name {
    font-weight: 600;
}

.succes-massage {
    color: #1fcda2;
    background-color: rgba(0, 0, 0, 0);
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.error-message {
    width: 50%;
    background-color: #d95858;
    border-radius: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.error-message.full-width {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-images {
    border-radius: 12px;
}

.instructors-wrap {
    max-width: 1280px;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-radius: 16px;
    flex: 0 auto;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative;
}

.navigation-items {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    order: 1;
    justify-content: flex-end;
    display: flex;
}

.simple-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    margin-top: auto;
    display: flex;
    max-width: 200px;
    border: 1px solid var(--dark-slate-blue);
    padding: 10px 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.2s;

    &:hover {
        background-color: #557eac70;
        transition: 0.2s;

    }
}

.simple-button-text {
    color: var(--dark-slate-blue);
    font-weight: 600;
}

.blog-collection {
    margin-top: 60px;
    margin-bottom: 60px;
}

.article-detalis {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: row;
    display: flex;
}

.instructors-information {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: var(--main-dark-color);
    background-color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-direction: column;
    flex: 1;
    padding: 20px;
    display: flex;
}

.about-paragraph {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 1;
    display: flex;
}

.footer-column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-holder {
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid rgba(224, 224, 224, .3);
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
}

.footer-part {
    width: 20%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
}

.card-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
}

.image-holder {
    width: 40%;
    background-image: url("../images/photo-2.jpg");
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    flex: none;
    order: -1;
    margin-bottom: 60px;
    position: absolute;
    top: -60px;
    bottom: 0%;
    left: 60px;
    right: auto;
}

.product-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.image-download {
    background-image: url("../images/photo-5.jpg");
    background-position: top;
}

.review-cards-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
    display: flex;
}

.button-background {
    background-color: #fff;
    border-radius: 47px;
    order: 1;
    align-self: flex-start;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 14%;
}

.button-background.slot-button {
    flex: 0 auto;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: auto;
    z-index: 1;
}

.schedule-table {
    border-radius: 20px;
}

.main-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--main-dark-color);
    background-image: linear-gradient(100deg, var(--main-dark-color), rgba(128, 159, 194, .48) 100%, rgba(23, 42, 65, 0));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 50px;
    align-items: center;
    padding: 14px 24px;
    transition: background-color .4s;
    display: flex;
    box-shadow: 11px 11px 30px rgba(50, 56, 72, .1);
}

.main-button:hover {
    background-color: #f6b1b1;
    background-image: linear-gradient(100deg, var(--button-text-on-hover), rgba(126, 153, 183, 0) 80%);
    color: var(--blue-button-color);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    overflow: visible;
}

.main-button.slot {
    margin-top: auto;
    margin-right: auto;
    padding: 12px 20px;
}

.article-image-holder {
    height: 260px;

    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.newsletter {
    margin-top: 36px;
}

.time-of-session,
.sessions-per-month {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    align-items: center;
    display: flex;
}

.dark-background-behind-menu {
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.field-label {
    color: var(--main-dark-color);
    font-weight: 500;
}

.contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding: 24px;
    display: flex;
}

.blog-summary-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    padding: 24px 0;
    display: flex;
}

.form-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
}

.hero-paragraph {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.heading-h2 {
    font-size: 38px;
}

.slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
}

.collection-plan-item {
    min-height: 520px;
    color: #fff;
    border-radius: 12px;
    flex-direction: column;
    padding: 24px 20px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.heading-h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 20px;
}

.heading-h3.small {
    font-size: 20px;
}

.paragraph {
    color: rgba(50, 56, 72, .8);
    flex: 0 auto;
    font-size: 16px;
}

.paragraph.blue {
    color: var(--light-steel-blue);
}

.paragraph.white {
    color: rgba(255, 255, 255, .8);
}

.card-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
    color: #333;
}

.slider-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}

.content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 34px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    align-items: center;
    text-align: center;
}

.content-wrapper.small-gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    z-index: 1;
}

.small-text {
    color: var(--light-steel-blue);
    font-size: 14px;
}

.heading-h1 {
    font-size: 54px;
    line-height: 130%;
}

.blog-content-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
}

.blog-grid-collection {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.footer-text {
    font-size: 14px;
    font-weight: 400;
}

.footer-doc {
    margin-top: 20px;
}

.instructor-image-frame {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.instructor-link-box {
    width: 100%;

    border-radius: 16px;
    overflow: hidden;
}

.yoga-slider-image {
    background-color: #00000084;
    border-radius: 8px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.blind {
    background-color: rgba(50, 56, 72, .6);
    border-radius: 8px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: -1;
}


.yoga-slider-wrapper {
    flex-direction: column;
    padding: 30px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    justify-content: end;
}

.collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    column-count: 3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    column-gap: 32px;
    display: grid;
}

.collection-list-wrapper {
    flex: 1;
    padding-top: 60px;
}

.collection-item.column {
    margin-bottom: 32px;
}

.yoga-classes-grid-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

@media screen and (min-width: 1280px) {
    h1 {
        font-size: 44px;
        line-height: 61px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 18px;
        line-height: 29px;
    }

    .navigation {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .logo-wrap {
        order: -1;
    }

    .button-text {
        font-size: 18px;
    }

    .hero-section.home {
        padding-top: 200px;
    }

    .hero-section.contact {
        padding-left: 60px;
        padding-right: 60px;
    }

    .container.dark {
        padding-left: 55%;
    }

    .hero-content {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .secondary-button.left-centered {
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 18px;
    }

    .section {
        padding-top: 100px;
    }

    .content-wrap {
        grid-row-gap: 24px;
    }

    .content-wrap.narrow {
        width: 45%;
        margin-right: 100px;
    }

    .content-wrap.full-width {
        width: auto;
    }

    .heading-button-wrap {
        grid-column-gap: 55px;
        grid-row-gap: 55px;
    }

    .cadrs-wrap {
        margin-top: 60px;
    }

    .paragraph-small {
        font-size: 16px;
    }

    .card {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .detalis-box {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: row;
    }

    .paragraph-very-small {
        padding-right: 8px;
    }

    .price {
        font-size: 26px;
        line-height: 32px;
    }

    .call-to-action-wrap {

        background-position: 0%;
        background-size: 1400px;
        padding: 60px;
    }

    .call-to-action {
        width: 52%;
    }

    .icons-grid {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
    }

    .icon-text {
        text-align: center;
    }

    .blog-list {
        margin-top: 60px;
    }

    .article-category {
        margin-right: 0;
        padding-right: 10px;
    }

    .data-of-creation-holder {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .footer-link {
        font-size: 16px;
    }

    .footer-link:hover {
        color: var(--light-steel-blue);
    }

    .icon {
        margin-top: -3px;
    }

    .card-image {
        width: 100px;
        height: 100px;
    }

    .navigation-items {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .simple-button-text {
        font-size: 16px;
    }

    .blog-collection {
        margin-top: 0;
    }

    .article-detalis {
        align-items: center;
    }

    .instructors-information {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex: 1;
        padding: 24px;
    }

    .about-paragraph {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .footer-column {
        flex: 1;
        align-items: flex-start;
    }

    .footer-part {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        flex: 1;
        margin-left: auto;
    }

    .image-holder {
        width: 45%;
        background-position: 50% 10%;
    }

    .main-button {
        grid-column-gap: 18px;
        grid-row-gap: 18px;
        padding: 14px 28px;
        font-size: 18px;
    }

    .time-of-session {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
        border-right: 1px solid rgba(224, 224, 224, .5);
    }

    .sessions-per-month {
        grid-column-gap: 5px;
        grid-row-gap: 5px;
    }

    .hero-paragraph {
        line-height: 150%;
    }

    .heading-h2 {
        padding-bottom: 0;
        font-size: 42px;
    }

    .slider {
        min-height: 400px;
    }

    .collection-plan-item {
        min-height: 550px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .paragraph {
        font-size: 18px;
    }

    .slider-content-wrapper {
        grid-column-gap: 80px;
        grid-row-gap: 80px;
    }

    .heading-h1 {
        line-height: 120%;
    }

    .yoga-slider-wrapper {
        padding: 36px 32px;
    }

    .yoga-classes-grid-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1920px) {
    .secondary-button {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .content-wrap {
        grid-row-gap: 24px;
    }

    .date-of-creation {
        font-size: 16px;
    }

    .icon {
        width: 20px;
        margin-top: -2px;
    }
}

@media screen and (max-width: 991px) {

    .section-about-hero .container {
        flex-direction: column;
    }

    .section-about-hero .content-wrap {
        max-width: 100%;
    }

    .about-hero-img {
        max-width: 100%;
        max-height: 300px;
        margin-top: 40px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        flex-direction: column;
        align-items: stretch;
        font-size: 28px;
        line-height: 32px;
    }

    h3 {
        margin-top: 0;
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
    }

    p {
        flex: 1;
        font-size: 16px;
    }

    .navigation {
        padding: 10px 60px;
        top: 0;
    }

    .logo-wrap {
        flex: 0 auto;
        justify-content: center;
        align-items: flex-start;
    }

    .navigation-item {
        padding-left: 16px;
        padding-right: 16px;
    }

    .button-text {
        line-height: 20px;
    }

    .button-text.light {
        font-size: 16px;
        line-height: 20px;
    }

    .hero-section {
        height: auto;

        background-position: 0 0, 0 0, 50%;
        background-repeat: repeat, repeat, no-repeat;
        background-size: auto, auto, cover;
        padding: 100px 60px 60px;
    }

    .hero-section.home {
        padding: 140px 40px 60px;
    }

    .hero-section.contact {
        background-image: none;
        padding-top: 140px;
    }

    .container.dark {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 20px;
    }

    .container.columed {
        flex-direction: column;
    }

    .hero-content {
        max-width: 65%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .secondary-button {
        margin-top: 20px;
    }

    .section {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 60px;
    }

    .section.footer {
        margin-top: 80px;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .section.dark {
        padding-top: 140px;
    }

    .content-wrap {
        width: auto;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: stretch;
    }

    .content-wrap.narrow {
        width: auto;
        margin-right: 0;
        padding-bottom: 60px;
    }

    .heading-button-wrap {
        flex-direction: column;
        flex: 1;
        align-items: stretch;
    }

    .cadrs-wrap {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .paragraph-small {
        margin-top: 0;
    }

    .card {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 16px;
    }

    .detalis-box {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 20px;
    }

    .price {
        margin-top: 20px;
    }

    .call-to-action-wrap {
        background-position: 0%;
        background-size: 1000px;
        padding: 0;
    }

    .call-to-action {
        width: auto;
        padding: 40px;
        top: 40px;
        bottom: auto;
        left: 40px;
    }

    .icons-grid {
        grid-column-gap: 0px;
        grid-row-gap: 12px;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .icon-text-holder,
    .content-holder {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .icon-text {
        text-align: center;
        line-height: 16px;
    }

    .line {
        width: 1.5px;
        height: 80%;
        justify-content: center;
    }

    .blog-list {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-items: center;
        margin-top: 0;
        display: grid;
    }

    .article-category {
        padding-right: 10px;
    }

    .data-of-creation-holder {
        flex-direction: row;
    }

    .blog-item {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .footer {
        grid-column-gap: 20px;
        grid-row-gap: 16px;
    }

    .text-field {
        font-size: 12px;
    }

    .text-field::-ms-input-placeholder {
        font-size: 14px;
    }

    .submit-button {
        height: 44px;
        padding-left: 13px;
        padding-right: 12px;
        font-size: 14px;
        line-height: 120%;
    }

    .submit-button.light {
        height: 100%;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 130%;
    }

    .icon {
        width: 20px;
        color: var(--main-dark-color);
    }

    .icon:focus-visible {
        color: var(--dark-slate-blue);
    }

    .card-image {
        width: 80px;
        height: 80px;
    }

    .newsletter-content {
        max-width: none;
        padding: 40px;
    }

    .review-card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .instructors-wrap {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .navigation-items {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }

    .simple-button {
        margin-top: auto;
    }

    .blog-collection {
        margin-top: 40px;

    }

    .article-detalis {
        align-items: center;
    }

    .instructors-information {
        padding: 20px;
    }

    .about-paragraph {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        order: 1;
        margin-left: 40%;
    }

    .footer-column {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-direction: column;
        flex: 0 auto;
    }

    .footer-holder {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        padding-bottom: 20px;
    }

    .image-holder {
        width: 35%;
        height: 300px;
        margin-bottom: 40px;
        top: -40px;
        left: 40px;
        right: auto;
    }

    .button-background.slot-button {
        margin-bottom: 0;
    }

    .main-button {
        align-items: center;
        padding: 14px 24px;
    }

    .main-button.slot {
        padding: 10px 24px;
    }

    .article-image-holder {
        height: 250px;
    }

    .time-of-session {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        border-right-style: none;
    }

    .sessions-per-month {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .blog-summary-holder {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding: 16px;
    }

    .heading-h2 {
        line-height: 120%;
    }

    .slider-content-wrapper {
        flex-direction: column;
    }

    .content-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: stretch;
    }

    .heading-h1 {
        font-size: 40px;
    }

    .blog-grid-collection {
        grid-template-columns: 1fr 1fr;
    }

    .collection-list {
        column-count: 2;
        grid-template-columns: 1fr 1fr;
    }

    .yoga-classes-grid-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {

    .faq-title {
        font-size: 30px !important;
    }

    .logo-wrap {
        align-items: center;

    }

    .logo {
        max-width: 50px;
    }

    h1 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        line-height: 20px;
    }

    h4 {
        font-size: 14px;
    }

    .navigation-container {
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navigation {
        z-index: 100;
        padding: 0 40px;
    }

    .logo-wrap {
        justify-content: flex-start;
        padding-left: 0;
        font-size: 16px;
        display: flex;
    }

    .logo-wrap.w--current {
        flex: none;
    }

    .navigation-item {
        width: 100%;
        justify-content: start;
        margin-bottom: 0;
        display: flex;
    }

    .button-text,
    .button-text.light {
        font-size: 16px;
    }

    .navigation-items-wrap {
        display: none;
        z-index: 100;
        background-color: var(--blue-button-color);

        flex-direction: column;
        align-items: flex-end;
        margin-left: auto;
        margin-right: 0;
        padding: 0 20px 20px;
        top: 100%;
        right: 0;
        width: 100%;
        max-width: 300px;
        position: absolute;

        &.active {
            display: flex;
        }
    }

    .hero-section {
        height: auto;

        background-position: 0 0, 0 0, 40%;
        background-repeat: repeat, repeat, no-repeat;
        background-size: auto, auto, cover;
        padding: 120px 40px 40px;
    }

    .hero-section.home {

        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }

    .hero-section.contact {
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .container.blue {
        height: 30vh;
    }

    .container.blue.wider {
        height: auto;
    }

    .container.dark {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        padding: 20px 40px;
    }

    .container.columed {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
    }

    .hero-content {
        max-width: 80%;
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }

    .secondary-button {
        padding: 12px 20px;
    }

    .secondary-button.left-centered {
        background-image: linear-gradient(to right, #ffcef3, transparent);
    }

    .section {
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .section.footer {
        margin-top: 60px;
        padding: 40px 40px 20px;
        font-size: 12px;
    }

    .section.dark {
        padding-top: 120px;
    }

    .content-wrap {
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1.25fr 1fr;
    }

    .content-wrap.narrow {
        width: auto;
        margin-right: 0;
        padding-bottom: 0;
    }

    .heading-button-wrap {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cadrs-wrap {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
        margin-top: 40px;
    }

    .call-to-action-wrap {
        background-position: 0%;
        padding: 0;
    }

    .call-to-action {
        width: 100%;
        padding: 30px;
        top: 40px;
        bottom: 40px;
        left: 20px;
    }

    .icons-grid {
        grid-template-columns: 1.5fr .25fr 1.5fr .25fr 1.5fr;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .icon-text-holder {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        align-items: center;
    }

    .content-holder {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .icon-text {
        line-height: 16px;
    }

    .line {
        width: 1px;
    }

    .blog-list {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .article-category {
        padding-right: 8px;
    }

    .data-of-creation-holder {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .footer {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1.5fr 1.5fr 1fr 1fr;
    }

    .form-block {
        margin-top: auto;
    }

    .text-field {
        font-size: 10px;
    }

    .text-field::-ms-input-placeholder {
        font-size: 12px;
    }

    .submit-button {
        height: 40px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 12px;
        display: block;
        top: 0%;
    }

    .submit-button.full-width {
        font-size: 14px;
    }

    .footer-link {
        font-size: 16px;
    }

    .icon {
        width: 18px;
        color: #fff;
    }

    .card-image {
        height: 60px;
    }

    .newsletter-content {
        max-width: none;
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        padding: 20px;
    }

    .instructors-wrap {
        flex-direction: column-reverse;
    }

    .navigation-items {
        width: 100%;
        flex-direction: column;
        display: flex;

    }

    .simple-button {
        margin-top: 0;
    }

    .blog-collection {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    .article-detalis {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .instructors-information {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .about-paragraph {
        text-align: center;
        margin-top: 280px;
        margin-left: 0;
    }

    .footer-column {
        width: 100%;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex: 1;
        margin-bottom: 20px;
    }

    .footer-holder {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-direction: column;
    }

    .footer-part {
        width: auto;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        justify-content: space-between;
        align-self: stretch;
        font-size: 12px;
    }

    .hamburger-button {
        background-color: rgba(0, 0, 0, 0);
        flex: none;
        order: 1;
        padding: 0;
        display: flex;
    }

    .image-holder {
        width: auto;
        height: 300px;
        background-position: 50% 60%;
        margin-bottom: 0;
        top: -40px;
        left: 40px;
        right: 40px;
    }

    .review-cards-wrap {
        flex-direction: column;
    }

    .button-background {
        align-self: flex-start;
        margin-top: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .button-background.slot-button {
        margin-bottom: 0;
    }

    .menu-button {
        grid-column-gap: 3px;
        grid-row-gap: 3px;
        flex-direction: column;
        display: flex;
    }

    .horizontal-line {
        width: 18px;
        height: 2px;
        background-color: #fff;
        border: 1px #fff;
        border-radius: 40px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .dark-background-behind-menu {
        z-index: 2;
        height: 100%;
        background-color: rgba(50, 56, 72, .5);
        padding-bottom: 0;
        padding-right: 0;
        position: fixed;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }

    .contact-form {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        padding: 24px;
    }

    .blog-summary-holder {
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        margin-top: 20px;
        padding: 12px;
    }

    .hero-paragraph {
        font-size: 16px;
    }

    .heading-h2 {
        font-size: 36px;
    }

    .content-wrapper {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1.25fr 1fr;
    }

    .heading-h1 {
        font-size: 36px;
    }

    .blog-grid-collection {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    .heading-h4 {
        font-size: 18px;
    }

    .yoga-slider-wrapper {
        padding: 24px;
    }

    .collection-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .yoga-classes-grid-list {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 479px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 28px;
        line-height: 34px;
    }

    h3 {
        font-size: 20px;
        line-height: 24px;
    }

    h4 {
        font-size: 18px;
    }

    .navigation-container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navigation {
        width: 100vw;
        padding: 0 24px;
        top: 0;
    }

    .logo-wrap {
        height: 50%;
        flex: 0 auto;
        justify-content: flex-start;
    }

    .navigation-item {
        margin-bottom: 0;
        padding-top: 24px;
        padding-bottom: 24px;
        font-size: 16px;
    }

    .button-text {
        text-align: center;
        line-height: 26px;
    }

    .navigation-items-wrap {
        max-width: 100%;
        background-color: var(--blue-button-color);
        flex: 1;
        padding: 10px 24px 20px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .hero-section {
        height: auto;

        background-position: 0 0, 56%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        padding: 100px 20px 40px;
    }

    .hero-section.home {
        height: 90vh;

        background-position: 0 0, 70%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-section.contact {
        padding-bottom: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .container.blue {
        height: 30vh;
    }

    .container.blue.wider {
        height: auto;
    }

    .container.dark {
        flex-direction: column;
        padding: 0 24px 40px;
    }

    .container.columed {
        flex-direction: column;
    }

    .container.non-overflow {
        overflow: hidden;
    }

    .hero-content {
        width: auto;
        max-width: 96%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .secondary-button {
        grid-column-gap: 14px;
        grid-row-gap: 14px;
        margin-top: auto;
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }

    .secondary-button.left-centered {
        margin-right: auto;
    }

    .section {
        padding-top: 40px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .section.footer {
        margin-top: 40px;
        padding: 40px 20px 10px;
    }

    .section.slider {
        padding-right: 24px;
    }

    .content-wrap {
        width: auto;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .content-wrap.narrow {
        padding-bottom: 0;
    }

    .content-wrap.full-width {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .heading-button-wrap {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cadrs-wrap {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .paragraph-small {
        font-size: 14px;
        line-height: 24px;
    }

    .card {
        flex-direction: column;
        padding: 20px;
    }

    .detalis-box {
        margin-top: 30px;
    }

    .price {
        margin-top: 30px;
        font-size: 22px;
    }

    .call-to-action {
        width: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        align-items: center;
        margin-top: 0;
        margin-bottom: 0;
        padding: 24px;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .icons-grid {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-items: baseline;
        margin-top: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        display: grid;
    }

    .content-holder {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .line {
        width: 60%;
        height: 1px;
        background-color: rgba(224, 224, 224, .14);
        display: none;
        transform: rotate(90deg);
    }

    .blog-list {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .data-of-creation-holder {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .date-of-creation {
        line-height: 16px;
    }



    .form-block {
        margin-top: 0;
        padding: 0;
    }

    .form-block.newsletter {
        margin-top: 0;
        position: relative;
    }

    .form-block.contact {
        margin-bottom: 0;
        margin-left: 0;
    }

    .text-field {
        margin-top: auto;
    }

    .text-field::-ms-input-placeholder {
        font-size: 12px;
    }

    .text-field.light {
        border-color: rgba(50, 56, 72, .2);
    }

    .text-field.light::-ms-input-placeholder {
        font-size: 14px;
    }

    .text-field.light.big {
        border-color: rgba(50, 56, 72, .3);
    }

    .text-field.light.big::-ms-input-placeholder {
        font-size: 14px;
    }

    .text-field.newsletter {
        min-height: 48px;
        padding-left: 16px;
    }

    .text-field.newsletter::-ms-input-placeholder {
        font-size: 14px;
    }

    .submit-button {
        height: 40px;
        text-align: center;
        padding: 8px 20px;
        font-size: 14px;
    }

    .submit-button.full-width {
        font-size: 14px;
    }

    .submit-button.light {
        align-self: center;
        padding: 12px 18px;
        font-size: 14px;
    }

    .footer-link {
        font-size: 16px;
    }

    .card-image {
        width: 40px;
        height: 45px;
        margin-right: auto;
    }

    .newsletter-content {
        max-width: 100%;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .review-text {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .client-foto {
        width: 40px;
        height: 40px;
    }

    .instructors-wrap {
        flex-direction: column-reverse;
        flex: 1;
    }

    .navigation-items {
        align-items: center;
    }

    .simple-button {
        margin-top: 0;
        font-size: 16px;
    }


    .instructors-information {
        padding: 20px;
    }

    .about-paragraph {
        grid-column-gap: 0px;
        grid-row-gap: 20px;
        text-align: center;
        flex: 1;
        margin-top: 180px;
    }

    .footer-column {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .footer-holder {
        width: auto;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: column;
    }

    .footer-part {
        width: 100%;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: row;
    }

    .hamburger-button {
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .image-holder {
        height: 200px;
        left: 24px;
        right: 24px;
    }

    .review-cards-wrap {
        margin-top: 30px;
    }

    .button-background.slot-button {
        margin-bottom: 0;
    }

    .main-button {
        align-self: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .main-button.slot {
        padding: 10px 20px;
    }

    .time-of-session {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        padding-right: 12px;
    }

    .blog-summary-holder {
        padding: 10px;
    }

    .form-box {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        flex-direction: column;
        display: flex;
    }

    .hero-paragraph {
        font-size: 16px;
    }

    .heading-h2 {
        font-size: 24px;
    }

    .heading-h3 {
        font-size: 20px;
    }

    .paragraph.white {
        font-size: 14px;
    }

    .content-wrapper {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .heading-h1 {
        font-size: 32px;
    }

    .blog-grid-collection {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }

    .collection-list {
        flex-flow: column;
        grid-template-columns: 1fr;
        display: flex;
    }

    .collection-item.column {
        margin-bottom: 0;
    }

    .yoga-classes-grid-list {
        grid-column-gap: 60px;
        grid-row-gap: 60px;
    }
}

#w-node-a8dbed75-a323-79b7-43ba-a7d0c8b2c549-fd56f20f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b37b86d7-6e93-9539-441f-32800bc9e98b-fd56f20f,
#w-node-a3dc09cf-a731-eedc-cbcf-38caf50dbbaf-fd56f20f,
#w-node-f9065910-305d-0800-bf8a-d9d2dd82c817-fd56f20f,
#w-node-_798bd564-2102-4a22-6a04-455530d7a82a-fd56f20f,
#w-node-_798bd564-2102-4a22-6a04-455530d7a82d-fd56f20f,
#w-node-_5d66d324-4d69-dd25-7653-f7aaf25c57bf-fd56f20f,
#w-node-a5b65d6b-c499-2c8c-927a-c8598f6c257d-fd56f20f,
#w-node-_991ce34d-0e97-dd15-3743-8e97b6c4da76-fd56f20f,
#w-node-_81a66c14-cc58-4c2c-ec85-edeb016054ba-fd56f20f,
#w-node-_81a66c14-cc58-4c2c-ec85-edeb016054bc-fd56f20f,
#w-node-_7a536a3d-78ea-afa8-9181-c47c06332b63-fd56f20f,
#w-node-dc239c6f-4cb4-076f-a302-39068e6ea38b-fd56f20f,
#w-node-dc239c6f-4cb4-076f-a302-39068e6ea38d-fd56f20f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebb60859-ba44-405b-9540-ebb0af01c8bc-fd56f20f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
}

#w-node-_5fda821e-d818-e606-2985-c77a0bb82759-fd56f20f {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b0dba08-96b3-362b-194a-b612f6d04b1b-fd56f20f,
#w-node-ba3f81ab-037c-0e82-8133-a2104761ef94-df56f21a,
#w-node-a7f64ea7-8a82-8157-12c9-c7964f44a600-df56f21a,
#w-node-a7f64ea7-8a82-8157-12c9-c7964f44a606-df56f21a,
#w-node-a7f64ea7-8a82-8157-12c9-c7964f44a60c-df56f21a,
#w-node-d2d675f0-c205-1a4f-e850-5298b99dac2f-df56f21a,
#w-node-d2d675f0-c205-1a4f-e850-5298b99dac34-df56f21a,
#w-node-daddef7e-5e2b-b304-0139-8e1019ec776a-df56f21a {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
    #w-node-_77c1d54e-56b5-05d2-47c1-8188b00b96e6-fd56f20f {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_798bd564-2102-4a22-6a04-455530d7a82a-fd56f20f,
    #w-node-ba3f81ab-037c-0e82-8133-a2104761ef9d-df56f21a {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}

@media screen and (max-width: 767px) {

    #w-node-a8dbed75-a323-79b7-43ba-a7d0c8b2c549-fd56f20f,
    #w-node-_77c1d54e-56b5-05d2-47c1-8188b00b96e6-fd56f20f {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-b37b86d7-6e93-9539-441f-32800bc9e98b-fd56f20f {
        align-self: center;
    }

    #w-node-_798bd564-2102-4a22-6a04-455530d7a82d-fd56f20f {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-ba3f81ab-037c-0e82-8133-a2104761ef94-df56f21a,
    #w-node-ba3f81ab-037c-0e82-8133-a2104761ef9d-df56f21a {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }
}

@media screen and (max-width: 479px) {

    #w-node-a8dbed75-a323-79b7-43ba-a7d0c8b2c549-fd56f20f,
    #w-node-_77c1d54e-56b5-05d2-47c1-8188b00b96e6-fd56f20f,
    #w-node-_798bd564-2102-4a22-6a04-455530d7a82d-fd56f20f {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-dc239c6f-4cb4-076f-a302-39068e6ea38b-fd56f20f {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-ba3f81ab-037c-0e82-8133-a2104761ef94-df56f21a,
    #w-node-ba3f81ab-037c-0e82-8133-a2104761ef9d-df56f21a {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

.schedule-section {
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.schedule-table-wrapper {
    overflow-x: auto;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.schedule-table th,
.schedule-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
}

.schedule-table th {
    background-color: #a293c1;
    color: white;
    font-weight: bold;
}

.schedule-table td {
    background-color: white;
}

.schedule-table tr:nth-child(even) td {
    background-color: #f1f1f1;
}

@media (max-width: 768px) {

    .schedule-table th,
    .schedule-table td {
        font-size: 14px;
        padding: 8px;
    }
}

@media (max-width: 480px) {

    .schedule-table th,
    .schedule-table td {
        font-size: 12px;
        padding: 6px;
    }
}


.faq-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #6a5aa5;
    margin-bottom: 40px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    color: #4a3f78;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.faq-question .arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #4a3f78;
    border-bottom: 2px solid #4a3f78;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.faq-item.active .faq-question .arrow {
    transform: rotate(-135deg);
}

.faq-answer {
    font-size: 16px;
    color: #6a5aa5;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    padding: 0 10px;

    a {
        color: #30197b;
        text-decoration: underline;
    }
}

.dop-style {
    padding: 150px 80px;
    padding-bottom: 50px;
    text-align: left;

    margin: 0 auto;
    max-width: 1000px;

    h1 {
        margin-bottom: 50px;
        line-height: 150%;
        font-size: 30px;
        color: #633855;
        text-align: center;
    }

    h2 {
        margin-bottom: 20px;
        line-height: 150%;
        font-size: 25px;
        color: #633855;
    }

    p {
        max-width: 1000px;
        line-height: 150%;
        color: #633855;
    }

    div {
        margin-bottom: 50px;
    }

    a {
        color: #633855;
    }

    & .button {
        margin-top: 40px;
        animation: none;
        display: block;
        width: 300px;
        padding: 10px;
        border: 1px solid #633855;
    }

    @media screen and (max-width: 479px) {
        padding: 150px 30px;

        h1 {
            font-size: 25px;
            margin-bottom: 30px;
        }

        h2 {
            font-size: 20px;
        }
    }
}

.thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    & .button-text {
        color: #fff;
        text-decoration: none;
        margin-top: 40px;
        display: block;
    }
}