/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Raleway";
  src: url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot");
  src: local(""), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff") format("woff"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-regular.svg#Raleway") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.eot");
  src: local(""), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.woff") format("woff"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.ttf") format("truetype"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-500.svg#Raleway") format("svg");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.eot");
  src: local(""), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("woff2"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.woff") format("woff"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.ttf") format("truetype"), url("../../fonts/raleway-v22-latin-ext_latin_cyrillic-ext_cyrillic-600.svg#Raleway") format("svg");
  font-style: normal;
  font-weight: 600;
}
.header-navbar-link {
  font-size: 1.25vw;
  text-decoration: none;
  color: #2B1600;
  display: block;
  margin: 0 1.042vw;
}
.header-navbar-link:nth-child(1) {
  margin-left: 0;
}
.header-navbar-link:nth-child(5) {
  margin-right: 0;
}

.hero-text-container__h1 {
  font-size: 2.71vw;
}
.hero-text-container .p1 {
  margin-top: 2.08vw;
}

.about-text-container .p1 {
  margin: 0;
  text-align: justify;
}

.about-text-container-coach .p1 {
  margin: 0;
  text-align: justify;
}

.point-container .p1 {
  padding-top: 2.01vw;
  border-top: solid #2B1600 1px;
  margin-top: 0;
}

.feedback-container .p1 {
  margin-top: 2.01vw;
}

.heading-container .p1 {
  width: 770rem;
  text-align: center;
}

.p1-contacts {
  font-size: 1.46vw;
}

.p1 {
  font-size: 1.46vw;
  line-height: 140.6%;
  margin-top: 1.39vw;
}

.h2 {
  font-size: 2.22vw;
  font-weight: 400;
}

.h2-couch {
  font-size: 1.7vw;
  font-weight: 400;
  text-align: center;
}

.h2-with-subtitle {
  margin-bottom: 0;
  font-size: 2.22vw;
  font-weight: 400;
}

p a:link {
  color: #07941E;
}
p a:visited {
  color: #2B1600;
}
p a:hover, p a:focus {
  text-decoration: none;
}

.h3 {
  font-size: 1.46vw;
  font-weight: 400;
}

.p2 {
  font-size: 1.04vw;
  line-height: 135.9%;
  margin-top: 1.42vw;
}
.p2-subtitle {
  margin-top: 0;
  font-size: 1.04vw;
  line-height: 135.9%;
}

.faq-card__pop-up-text-container .p2 {
  margin-top: 0;
}

ul {
  font-size: 1.04vw;
  line-height: 135.9%;
  padding-left: 1.39vw;
}

strong {
  font-weight: 600;
}

.faq-card__question {
  font-size: 1.94vw;
  font-weight: 400;
  width: 413rem;
}

.cta-container__h2 {
  font-size: 2.22vw;
  line-height: 140.6%;
  font-weight: 400;
}

.first-h2 {
  font-weight: 500;
}

.footer-nav-link {
  font-size: 0.97vw;
  text-decoration: none;
  color: #2B1600;
  margin: auto;
}

.copyright {
  font-size: 0.97vw;
  margin: auto;
}

.contacts-button-container__contacts-button {
  border: #07941E solid 1px;
  border-radius: 5px;
  padding: 0.66vw 1.46vw;
  font-size: 1.25vw;
  text-decoration: none;
  color: #07941E;
  display: inline-block;
}

.hero-text-container__contacts-button {
  font-size: 1.46vw;
  background-color: #07941E;
  border-radius: 5px;
  padding: 0.903vw 1.944vw;
  text-decoration: none;
  color: white;
  margin-top: 2.083vw;
  display: inline-block;
}

.service-card-button {
  font-size: 1.04vw;
  text-decoration: none;
  color: white;
  display: inline-block;
  border-radius: 5px;
  background-color: #07941E;
  padding: 0.63vw 1.35vw;
  line-height: 100%;
}

.cta-container__contacts-button {
  font-size: 1.46vw;
  text-decoration: none;
  color: white;
  display: inline-block;
  border-radius: 5px;
  background-color: #2B1600;
  padding: 0.986vw 1.701vw;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.0694vw;
  scroll-padding-top: 117.45rem;
}

body {
  font-family: "Raleway";
  font-weight: 400;
  color: #2B1600;
}

@keyframes contacts-container {
  from {
    background-color: #07941E;
  }
  to {
    background-color: #EDEAE6;
  }
}
.page {
  overflow: visible;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.header-container {
  display: flex;
  align-items: center;
  padding: 2.292vw 2.78vw;
  justify-content: space-between;
  background-color: #FAFAFA;
}

.navbar-container {
  margin-right: 1.85vw;
  display: flex;
}

.hero-block-container {
  display: flex;
}

.hero-text-container {
  padding: 200.5rem 116rem 200.5rem 136rem;
  background-color: #EDEAE6;
  width: 50%;
}

.about-container {
  display: flex;
}

.about-text-container {
  padding: 167rem 135rem 167rem 116rem;
  background-color: #EDEAE6;
  width: 50%;
}

.about-text-container-coach {
  padding: 167rem 135rem 167rem 116rem;
  background-color: white;
  width: 50%;
}

.about-image-container, .hero-image-container {
  width: 50%;
}

.feedback-container, .faq-container, .cta-container, .contacts-container {
  padding: 58rem 135rem;
}

.usp-container {
  padding: 58rem 120rem;
}

.usp-container, .team-container {
  display: flex;
  flex-direction: column;
}

.heading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 58rem;
}

.points-container {
  display: flex;
  justify-content: center;
}

.point-container {
  width: 270rem;
  margin: 0 15rem;
}

.feedback-container, .faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #EDEAE6;
}

.feedbacks-frame {
  background-color: #fff;
  border-radius: 25rem;
  padding: 8rem 30rem;
}

.horse-riding-container, .horses-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.horse-riding-container, .horses-container {
  padding: 58rem calc(120rem - var(--scrollbar-width)/2) 0;
}

.horse-riding-cards-container, .horses-cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.horse-riding-service-card, .horse-card {
  width: 370rem;
  margin: 0 15rem 58rem;
}

.horse-riding-service-card__text-container, .horse-card__text-container, .team-card__text-container {
  padding: 30rem 33rem;
}

.horse-riding-service-card__text-container {
  height: 327.02rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #FAFAFA;
}

.horse-riding-service-card__button-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.beginners-school-container, .sport-school-container {
  padding: 0 120rem;
}

.beginners-school-cards-container, .sport-school-cards-container {
  display: flex;
  justify-content: center;
}

.beginners-school-service-card, .sport-school-service-card {
  width: 570rem;
  margin: 0 15rem 58rem;
}
.beginners-school-service-card__text-container, .sport-school-service-card__text-container {
  padding: 30rem 33rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #FAFAFA;
}
.beginners-school-service-card__button-container, .sport-school-service-card__button-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.beginners-school-service-card__text-container {
  height: 283rem;
}

.sport-school-service-card__text-container {
  height: 224rem;
}

.horses-container {
  background-color: #EDEAE6;
}

.horse-card__text-container {
  background-color: #FFFFFF;
  height: 346rem;
}

.seventh-horse-card-container {
  display: flex;
  justify-content: center;
}

.team-container {
  padding: 58rem 111.5rem;
}

.team-card {
  width: 370rem;
  margin: 0 115rem;
}

.team-card__text-container {
  height: 350rem;
}

.faq-card {
  width: 570rem;
  background-color: #fff;
  margin-bottom: 15rem;
}
.faq-card:nth-child(8) {
  margin-bottom: 0;
}

.faq-card__preview-container {
  background-color: #FAFAFA;
  padding: 30rem 33rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.4s;
}

.faq-card__preview-container:hover {
  background-color: #FFFFFF;
  filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.05));
}

.active-preview {
  background-color: #FFFFFF;
}

.faq-card__pop-up-text-container {
  padding: 0 33rem 33rem;
  display: none;
  overflow: hidden;
  background-color: #FFFFFF;
}

.cta-container {
  background-color: #07941E;
  padding: 79rem 335rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
}

.location-container__info-container {
  display: flex;
}

.location-container__info-container {
  padding: 0 135rem;
}
.location-container__info-container .p2 {
  width: 570rem;
}
.location-container__info-container .p2:nth-child(1) {
  margin-right: 30rem;
}

.location-container {
  padding: 58rem 0;
}

.location-container__map-embed {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.location-container__map-embed iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.contacts-container {
  background-color: #EDEAE6;
}
.contacts-container .heading-container {
  margin-bottom: 29rem;
}
.contacts-container__sub-container {
  display: flex;
}
.contacts-container__write-container {
  width: 570rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 30rem;
}
.contacts-container__call-container {
  width: 570rem;
}

.animated-contacts-container {
  animation: contacts-container 0.7s ease-in-out;
}

.instagram-posts-container {
  padding: 58rem 111.5rem;
}

.instagram-posts-container__images-container {
  display: flex;
  justify-content: center;
}

.footer-container {
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-container__navbar {
  display: flex;
}

.footer-nav-link {
  margin: 71rem 15rem 34rem;
}

.img-link-footer-logo {
  margin: 46rem 15rem 29rem;
}

.footer-container__sm-links-container {
  display: flex;
  justify-content: center;
  border-top: solid #2B1600 1px;
  width: 1170rem;
  padding: 29rem 0;
}
.footer-container__sm-links-container .img-link {
  margin: 0 15rem;
}

.footer-container__copyright-container {
  margin-bottom: 58rem;
}

img {
  display: block;
  width: 100%;
}

.logo, .footer-logo {
  width: 11.82vw;
}

.hero-image-container__image, .about-image-container__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.point-container__image {
  width: 18.75vw;
  margin-bottom: 29rem;
  border-radius: 50%;
}

.feedbacks-container__image {
  width: 39.58vw;
}

.faq-card__pop-up-icon {
  width: 2.22vw;
}

.instagram-post-container__img {
  margin: 0 15rem;
  width: 25.69vw;
}

.sm-logo {
  width: 2.78vw;
}