/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Geist:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans+Narrow:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Slab:wght@100..900&family=Tangerine:wght@400;700&display=swap);
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \***********************************************************************************************************************************************************/
:root {
  --font-family: "DM Sans", sans-serif;
  --second-family: "Tangerine", sans-serif;
  --third-family: "Gantari", sans-serif;
  --home-header-border: #ccc19e;
  --footer-top-border: #434343;
  --foundation--green-green-50: #fffeeb;
  --foundation--green-green-100: #fffac2;
  --foundation--green-green-200: #fff8a4;
  --foundation--green-green-300: #fff57a;
  --foundation--green-green-400: #fff361;
  --foundation--green-green-500: #fff039;
  --foundation--green-green-600: #e8da34;
  --foundation--green-green-700: #b5aa28;
  --foundation--green-green-800: #8c841f;
  --foundation--green-green-900: #6b6518;
  --foundation--brown-brown-50: #f6eaea;
  --foundation--brown-brown-100: #e4bcbe;
  --foundation--brown-brown-200: #d79c9e;
  --foundation--brown-brown-300: #c56f72;
  --foundation--brown-brown-400: #ba5357;
  --foundation--brown-brown-500: #a9282d;
  --foundation--brown-brown-600: #9a2429;
  --foundation--brown-brown-700: #781c20;
  --foundation--brown-brown-800: #5d1619;
  --foundation--brown-brown-900: #471113;
  --foundation--grey-grey-50: #e9e9e9;
  --foundation--grey-grey-100: #bab9ba;
  --foundation--grey-grey-200: #989898;
  --foundation--grey-grey-300: #6a6869;
  --foundation--grey-grey-400: #4d4b4c;
  --foundation--grey-grey-500: #201e1f;
  --foundation--grey-grey-600: #1d1b1c;
  --foundation--grey-grey-700: #171516;
  --foundation--grey-grey-800: #121111;
  --foundation--grey-grey-900: #0d0d0d;
  --foundation--white-white-50: #fefefe;
  --foundation--white-white-100: #fcfcfc;
  --foundation--white-white-200: #fbfbfb;
  --foundation--white-white-300: #f9f9f9;
  --foundation--white-white-400: #f8f8f8;
  --foundation--white-white-500: #f6f6f6;
  --foundation--white-white-600: #e0e0e0;
  --foundation--white-white-700: #afafaf;
  --foundation--white-white-800: #878787;
  --foundation--white-white-900: #676767; }

:root {
  scroll-behavior: smooth; }

body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--foundation--grey-grey-300); }
  body.overflow-hidden {
    overflow: hidden; }

.main-container {
  max-width: 1504px;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .main-container {
      padding: 0 16px; } }

.site {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.error404 .site {
  min-height: 100vh; }
  @media (max-width: 1199px) {
    .error404 .site {
      min-height: 100vh; } }

.site-main {
  margin-top: 170px; }
  @media (max-width: 991px) {
    .site-main {
      margin-top: 116px; } }

.kama_breadcrumbs {
  margin-top: 170px;
  font-size: 14px;
  color: var(--foundation--grey-grey-900, #0d0d0d); }
  @media (max-width: 991px) {
    .kama_breadcrumbs {
      margin-top: 116px; } }
  .kama_breadcrumbs span {
    font-size: 14px;
    color: var(--foundation--grey-grey-900, #0d0d0d); }
    .kama_breadcrumbs span a {
      font-size: 14px;
      color: var(--foundation--grey-grey-900, #0d0d0d); }
    .kama_breadcrumbs span.kb_title {
      opacity: .6; }

.breadcrumbs {
  margin-top: 170px;
  font-size: 14px;
  color: var(--foundation--grey-grey-900, #0d0d0d); }
  @media (max-width: 991px) {
    .breadcrumbs {
      margin-top: 116px; } }

.front-page .site-main {
  margin-top: 0; }

a {
  text-decoration: none;
  outline: none; }
  a:hover {
    opacity: .8; }

button {
  border: none;
  background: none;
  cursor: pointer; }
  button:hover {
    opacity: 0.6; }

.btn-light {
  padding: 14px 36px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--foundation--white-white-500);
  border: 1px solid var(--foundation--white-white-500); }
  @media (max-width: 991px) {
    .btn-light {
      padding: 12px 24px; } }
  .btn-light.bc {
    font-size: 16px;
    line-height: 100%; }

.btn-yellow {
  padding: 16px 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--foundation--grey-grey-400);
  background: var(--foundation--green-green-500); }
  .btn-yellow.bc {
    font-size: 16px;
    line-height: 100%; }

.btn-red {
  padding: 16px 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: #FFFFFF;
  background: var(--foundation--brown-brown-500); }
  .btn-red.bc {
    font-size: 16px;
    line-height: 100%; }

.btn-yellow-nm {
  padding: 14px 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: var(--foundation--grey-grey-500);
  background: var(--foundation--green-green-500); }

.mb-20 {
  margin-bottom: 20px; }

.text-center {
  text-align: center; }

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

input.input {
  width: 100%;
  border: 1px solid var(--foundation--brown-brown-50);
  padding: 16px 19px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--foundation--grey-grey-300);
  border-radius: 0; }
  input.input:focus {
    border: 1px solid var(--foundation--grey-grey-100);
    outline: 0; }

input.input-file {
  width: auto;
  border: 1px solid var(--foundation--brown-brown-50);
  padding: 16px 19px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--foundation--grey-grey-300);
  border-radius: 0; }
  input.input-file:focus {
    border: 1px solid var(--foundation--grey-grey-100);
    outline: 0; }

select.input {
  width: 100%;
  border: 1px solid var(--foundation--brown-brown-50);
  padding: 16px 19px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--foundation--grey-grey-300);
  border-radius: 0; }
  select.input:focus {
    border: 1px solid var(--foundation--grey-grey-100);
    outline: 0; }

textarea,
textarea.textarea {
  width: 100%;
  height: 100px;
  border: 1px solid var(--foundation--brown-brown-50);
  padding: 16px 19px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--foundation--grey-grey-300);
  border-radius: 0;
  resize: vertical; }
  textarea:focus,
  textarea.textarea:focus {
    border: 1px solid var(--foundation--grey-grey-100);
    outline: 0; }

.span-required {
  color: var(--foundation--brown-brown-400); }

.comment-form .form-submit input#submit {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  border: 1px solid var(--foundation--grey-grey-500);
  border-radius: 0;
  background: #FFFFFF;
  padding: 16px 40px 16px 40px;
  cursor: pointer; }
  .comment-form .form-submit input#submit:hover {
    opacity: 0.6; }

input.text-danger {
  border: 1px solid var(--foundation--brown-brown-500); }

textarea.text-danger {
  border: 1px solid var(--foundation--brown-brown-500); }

.color-white {
  color: #FFFFFF; }

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #FFFFFF;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .site-header.light {
    background: transparent; }

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--foundation--grey-grey-100, #bab9ba); }
  .header-container.light {
    border-bottom: 1px solid var(--home-header-border, #ccc19e); }
  @media (max-width: 991px) {
    .header-container {
      padding-top: 20px;
      padding-bottom: 16px; } }

.site-branding {
  width: 60px;
  height: 80px; }
  .site-branding a:hover {
    opacity: 1; }
  .site-branding img {
    width: 100%;
    height: auto; }
  @media (max-width: 991px) {
    .site-branding {
      width: 44px;
      height: 59px; } }

.primary-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .primary-navigation ul li.current-menu-item {
    opacity: .8;
    pointer-events: none;
    border-bottom: 1px solid var(--foundation--green-green-500); }
  .primary-navigation ul li a {
    color: var(--foundation--grey-grey-900, #0d0d0d); }

.primary-navigation.light ul a {
  color: #FFFFFF; }

@media (max-width: 991px) {
  .primary-navigation {
    display: none; } }

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .header-buttons a {
    color: var(--foundation--grey-grey-900, #0d0d0d); }
    .header-buttons a.btn-round {
      width: 50px;
      height: 50px;
      border-radius: 25px;
      padding: 13px;
      background: var(--foundation--grey-grey-900, #0d0d0d); }
      .header-buttons a.btn-round svg path {
        fill: #FEFEFE; }
  .header-buttons.light a {
    color: #FEFEFE; }
    .header-buttons.light a.btn-round {
      background: #FEFEFE; }
      .header-buttons.light a.btn-round svg path {
        fill: #000; }
  @media (max-width: 991px) {
    .header-buttons {
      display: none; } }

.nav-toggle {
  display: none;
  width: 32px;
  height: 26px;
  padding: 0; }
  .nav-toggle.light svg line {
    stroke: #FFFFFF; }
  @media (max-width: 991px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.nav-mobile {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding: 20px 16px 40px;
  background: var(--foundation--grey-grey-500);
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  display: none; }
  .nav-mobile.vision {
    left: 0; }
  @media (max-width: 991px) {
    .nav-mobile {
      display: block; } }

.nav-mobile-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border: 0.80px solid #e7f1fd;
  border-radius: 30px;
  padding: 6px; }

.nav-mobile-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px; }

.nav-mobile-wrap .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .nav-mobile-wrap .site-branding a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px; }

.primary-mobile-ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .primary-mobile-ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: #fff;
    padding: 30px 0; }
  .primary-mobile-ul li:first-child a {
    padding-top: 0; }
  .primary-mobile-ul li:last-child a {
    padding-bottom: 0; }
  .primary-mobile-ul li:not(:last-child) {
    border-bottom: 1px solid #5f5f5f; }

.nav-mobile-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav-mobile-btns .btn-round {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 13px;
    color: #FEFEFE;
    background: #FEFEFE; }

.site-footer {
  margin-top: auto;
  padding: 68px 0 0;
  background: var(--foundation--grey-grey-500, #201e1f); }

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .footer-container {
      gap: 30px; } }

.site-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--footer-top-border, #434343); }
  @media (max-width: 991px) {
    .site-footer-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 30px; } }

.footer-branding {
  width: 122px;
  height: 161px; }
  .footer-branding img {
    width: 100%;
    height: auto; }

.footer-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-social-media a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid white; }

.site-footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .site-footer-middle {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 991px) {
  .footer-middle-info {
    padding-bottom: 30px; } }

.info-item {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  opacity: 0.8; }
  .info-item a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    opacity: 0.8; }
    .info-item a:hover {
      opacity: 0.6; }
  .info-item.title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    margin-bottom: 32px; }

@media (max-width: 991px) {
  .footer-nav {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #434343; } }

.nav-title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-bottom: 24px; }

.footer-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .footer-ul li a {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    opacity: 0.8; }
    .footer-ul li a:hover {
      opacity: 0.6; }

.site-footer-bottom {
  padding: 24px 0;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-top: 1px solid var(--footer-top-border, #434343); }
  @media (max-width: 991px) {
    .site-footer-bottom {
      text-align: left;
      padding-left: 16px;
      padding-right: 16px; } }

.cookie-bar {
  position: fixed;
  bottom: 16px;
  width: 100%;
  padding: 0 90px 0 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .cookie-bar.visible {
    opacity: 1;
    visibility: visible;
    z-index: 11; }
  @media (max-width: 1199px) {
    .cookie-bar {
      padding: 0 15px; } }

.cookie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 8px 8px 16px;
  border-radius: 4px;
  background: var(--foundation--white-white-900);
  max-width: 1344px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .cookie-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 16px; } }

.cookie-text {
  max-width: 600px;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.295;
  letter-spacing: 0;
  text-align: left; }
  @media (max-width: 1199px) {
    .cookie-text {
      max-width: 100%; } }

.cookie-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 44px; }
  @media (max-width: 1199px) {
    .cookie-btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: auto; } }
  .cookie-btns.cs-cookie {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 94, 115, 0.9);
  z-index: 4;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  .overlay.active {
    opacity: 1;
    visibility: visible; }

.hystmodal__shadow--show {
  opacity: 1; }

.hystmodal__wrap {
  width: auto;
  margin: 0 16px; }

.hystmodal__shadow {
  background: rgba(39, 94, 115, 0.9); }

.hystmodal__window.contact {
  width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 64px 96px 64px 96px;
  border-radius: 16px;
  background: #e0e0e0; }
  @media (max-width: 767px) {
    .hystmodal__window.contact {
      padding: 32px; } }
  @media (max-width: 499px) {
    .hystmodal__window.contact {
      padding: 16px; } }

.hystmodal-cert .hystmodal__close {
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: none;
  padding: 5px; }
  .hystmodal-cert .hystmodal__close:active {
    outline: none !important;
    border: none !important; }
  .hystmodal-cert .hystmodal__close:focus {
    outline: none !important;
    border: none !important; }

.modal-body-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }

.hb-title {
  font-size: 46px;
  font-weight: 800;
  line-height: 61px;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .hb-title {
      font-size: 32px;
      line-height: 40px; } }

.cs-cookie-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 1199px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1199px) {
    .cs-cookie-container {
      gap: 16px; } }
  .cs-cookie-container__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: #101828;
    cursor: pointer; }
    .cs-cookie-container__item__title__icon__img {
      margin-top: 4px;
      width: 16px;
      height: 16px;
      -webkit-transition: all .2s linear;
      transition: all .2s linear; }
      .cs-cookie-container__item__title__icon__img.active {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
      @media (max-width: 1199px) {
        .cs-cookie-container__item__title__icon__img {
          width: 14px;
          height: 14px; } }
    .cs-cookie-container__item__title__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0; }
      .cs-cookie-container__item__title__text__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        .cs-cookie-container__item__title__text__title span.always-active {
          font-size: 14px;
          color: green; }
      .cs-cookie-container__item__title__text p {
        width: 100%;
        font-family: Roboto Slab;
        font-size: 16px;
        font-weight: 400;
        text-transform: none; }
  .cs-cookie-container__item__text {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0; }
    @media (max-width: 1199px) {
      .cs-cookie-container__item__text {
        font-size: 12px;
        line-height: 18px; } }
    .cs-cookie-container__item__text.active {
      visibility: visible;
      opacity: 1;
      height: auto;
      margin-top: 8px;
      padding-bottom: 16px; }
    .cs-cookie-container__item__text__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      border-radius: 8px;
      background: #ebebeb;
      padding: 10px; }

.cs-cookie-elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 14px; }
  .cs-cookie-elem__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 14px; }
    @media (max-width: 499px) {
      .cs-cookie-elem__item {
        gap: 8px; } }
    .cs-cookie-elem__item__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      font-weight: 500; }
      @media (max-width: 499px) {
        .cs-cookie-elem__item__title {
          width: 80px; } }

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 1980px) {
    .hero {
      background-position: right top -40px; } }
  @media (max-width: 991px) {
    .hero {
      height: 750px;
      background-position: right 34% center; } }

.hero-fade {
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 100%); }

.hero-content {
  margin-top: auto;
  margin-bottom: 144px;
  z-index: 1; }
  .hero-content h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 132px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #fff; }
    @media (max-width: 991px) {
      .hero-content h1 {
        font-size: 70px; } }
  .hero-content p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    color: #fff; }
    @media (max-width: 991px) {
      .hero-content p {
        font-size: 18px; } }
  @media (max-width: 991px) {
    .hero-content {
      margin-bottom: 90px; } }

.section-light {
  padding-top: 140px;
  padding-bottom: 140px; }
  @media (max-width: 991px) {
    .section-light {
      padding-top: 60px;
      padding-bottom: 60px; } }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-title img {
    width: 19.5px;
    height: auto; }
  .section-title h2 {
    font-family: var(--third-family);
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: var(--foundation--brown-brown-500, #a9282d);
    text-transform: uppercase;
    margin: 0; }
  .section-title.dark h2 {
    color: var(--foundation--green-green-500); }

.section-about {
  background-position: left bottom;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    .section-about {
      background-position: center bottom; } }

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 991px) {
    .about {
      gap: 30px; } }

.about-left {
  width: calc((100% - 100px) / 2); }
  @media (max-width: 991px) {
    .about-left {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .about-left__img {
    margin-bottom: 76px; }
    @media (max-width: 991px) {
      .about-left__img {
        margin-bottom: 24px; } }
  .about-left__text__title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--foundation--grey-grey-500);
    margin-bottom: 32px; }
    .about-left__text__title .another-color {
      color: var(--foundation--brown-brown-900); }
    @media (max-width: 991px) {
      .about-left__text__title {
        font-size: 52px; } }
  .about-left__text__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px; }
    @media (max-width: 991px) {
      .about-left__text__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px; } }
    .about-left__text__info__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px; }
      .about-left__text__info__item p {
        font-weight: 400;
        font-size: 20px;
        color: var(--foundation--grey-grey-500);
        margin: 0; }
        .about-left__text__info__item p .about-number {
          font-family: var(--font-family);
          font-weight: 500;
          font-size: 28px;
          line-height: 93%;
          color: var(--foundation--brown-brown-900); }

.about-right {
  width: calc((100% - 80px) / 2);
  padding-top: 36px; }
  @media (max-width: 991px) {
    .about-right {
      width: 100%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      padding-top: 0; } }
  .about-right__text {
    margin-bottom: 88px; }
    @media (max-width: 991px) {
      .about-right__text {
        margin-bottom: 32px; } }
    .about-right__text__title {
      font-family: var(--second-family);
      font-weight: 700;
      font-size: 86px;
      line-height: 100%;
      letter-spacing: -0.02em;
      color: var(--foundation--grey-grey-500);
      padding-top: 18px;
      padding-bottom: 24px; }
      .about-right__text__title .another-color {
        color: var(--foundation--brown-brown-900); }
      @media (max-width: 991px) {
        .about-right__text__title {
          font-size: 52px;
          padding-bottom: 8px; } }
    .about-right__text__text {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 18px;
      line-height: 144%;
      color: var(--foundation--grey-grey-300); }

.section-family {
  background: var(--foundation--grey-grey-500);
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 125px; }
  @media (max-width: 991px) {
    .section-family {
      background-size: 30%;
      padding-top: 60px;
      padding-bottom: 60px; } }

.section-family-title {
  width: 100%;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--foundation--white-white-500);
  margin-top: 12px; }
  @media (max-width: 991px) {
    .section-family-title {
      font-size: 52px; } }

.family {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px; }
  @media (max-width: 991px) {
    .family {
      gap: 20px; } }

.section-family-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.family-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991px) {
    .family-slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .family-slider__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 55%;
    height: 530px; }
    @media (max-width: 1440px) {
      .family-slider__img {
        width: 50%; } }
    @media (max-width: 991px) {
      .family-slider__img {
        width: 100%;
        height: auto; } }
    .family-slider__img img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .family-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 68px;
    padding-right: 80px;
    height: 530px; }
    @media (max-width: 1440px) {
      .family-slider__content {
        padding-top: 50px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 0; } }
    @media (max-width: 991px) {
      .family-slider__content {
        gap: 0;
        padding-top: 30px;
        padding-bottom: 0;
        padding-left: 0;
        height: auto; } }
    .family-slider__content__title {
      font-family: var(--second-family);
      font-weight: 700;
      font-size: 72px;
      line-height: 100%;
      letter-spacing: -0.02em;
      color: var(--foundation--white-white-500); }
      @media (max-width: 991px) {
        .family-slider__content__title {
          margin-bottom: 8px; } }
    .family-slider__content__text {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 18px;
      line-height: 144%;
      color: var(--foundation--white-white-600); }
      @media (max-width: 991px) {
        .family-slider__content__text {
          margin-bottom: 30px; } }
    .family-slider__content button.read-more {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 991px) {
        .family-slider__content button.read-more {
          margin-bottom: 40px; } }
    .family-slider__content a.read-more {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-top: auto; }
      @media (max-width: 991px) {
        .family-slider__content a.read-more {
          margin-bottom: 40px; } }
    .family-slider__content__next-prev-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 26px; }
      .family-slider__content__next-prev-btns button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 18px;
        border-radius: 30px;
        border: 1px solid var(--foundation--white-white-500); }

.section-features-title {
  width: 100%;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 86px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--foundation--grey-grey-500);
  margin-top: 12px;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .section-features-title {
      margin-top: 8px;
      margin-bottom: 12px; } }
  .section-features-title .another-color {
    color: var(--foundation--brown-brown-900); }

.features-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    .features-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .features-content__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 814px; }
    @media (max-width: 1440px) {
      .features-content__img {
        width: 50%; } }
    @media (max-width: 1199px) {
      .features-content__img {
        width: 100%; } }
    .features-content__img img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
  .features-content__accordion {
    padding-left: 60px; }
    @media (max-width: 1199px) {
      .features-content__accordion {
        margin-top: 32px;
        padding-left: 0; } }
    .features-content__accordion .accordion-item:not(:last-child) {
      margin-bottom: 74px; }

.accordion-item__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: var(--foundation--grey-grey-300);
  cursor: pointer; }
  .accordion-item__title.vision {
    color: var(--foundation--grey-grey-500);
    cursor: default; }

.accordion-item__content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--foundation--grey-grey-300);
  margin-bottom: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .accordion-item__content.vision {
    visibility: visible;
    opacity: 1;
    height: auto;
    margin-top: 12px; }

.accordion-item__sep {
  position: relative;
  width: 100%;
  height: 4px;
  background: #e6e6e6; }
  .accordion-item__sep__active {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 4px;
    border-radius: 0 50px 50px 0;
    background: var(--foundation--brown-brown-900);
    -webkit-transition: all .5s ease;
    transition: all .5s ease; }
    .accordion-item__sep__active.vision {
      visibility: visible;
      opacity: 1; }

.section-gallery {
  background: var(--foundation--grey-grey-500);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 90px; }
  @media (max-width: 991px) {
    .section-gallery {
      background-size: 30%;
      padding-top: 60px;
      padding-bottom: 60px; } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px; }

.section-gallery-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 12px; }
  .section-gallery-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 84px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: var(--foundation--white-white-500); }

.gallery-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px; }
  .gallery-content__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 60px) / 4);
    height: 350px;
    border: 1px solid #fff;
    overflow: hidden; }
    @media (max-width: 1349px) {
      .gallery-content__item {
        width: calc((100% - 40px) / 3); } }
    @media (max-width: 991px) {
      .gallery-content__item {
        width: calc((100% - 20px) / 2); } }
    @media (max-width: 767px) {
      .gallery-content__item {
        width: 100%;
        height: 360px; } }
    .gallery-content__item__img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
      .gallery-content__item__img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
    .gallery-content__item__for-sale {
      position: absolute;
      top: 25px;
      right: 14px;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 12px;
      line-height: 100%;
      color: var(--foundation--grey-grey-400);
      padding: 6px 10px;
      background: var(--foundation--green-green-500); }
    .gallery-content__item__title {
      position: absolute;
      bottom: 25px;
      left: 14px;
      font-family: var(--second-family);
      font-weight: 700;
      font-size: 24px;
      line-height: 108%;
      color: var(--foundation--white-white-500); }
    .gallery-content__item__link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
      .gallery-content__item__link:hover + .gallery-content__item__img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.section-contact {
  background-position: left bottom;
  background-repeat: no-repeat; }
  @media (max-width: 576px) {
    .section-contact {
      background-position: center bottom; } }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1199px) {
    .contact {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px; } }
  .contact__item {
    width: calc((100% - 90px) / 2); }
    @media (max-width: 1199px) {
      .contact__item {
        width: 100%; } }
    .contact__item__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
      .contact__item__form button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 22px; }
        @media (max-width: 1199px) {
          .contact__item__form button {
            margin-top: 10px; } }
    @media (max-width: 1199px) {
      .contact__item.form {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media (max-width: 1199px) {
      .contact__item.img {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }

.form-warning {
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: var(--foundation--brown-brown-500); }

.form-warning.active {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto; }

.form-warning.error {
  color: var(--foundation--brown-brown-500); }

.form-warning.success {
  color: green; }

.horses-single {
  margin-bottom: 140px; }

.horse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px; }
  @media (max-width: 991px) {
    .horse {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 30px; } }

.horse .post-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51.5%;
  height: 765px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .horse .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media (max-width: 991px) {
    .horse .post-thumbnail {
      width: 100%;
      height: 800px; } }
  @media (max-width: 576px) {
    .horse .post-thumbnail {
      height: 440px; } }
  @media (max-width: 414px) {
    .horse .post-thumbnail {
      height: 300px; } }

.horse-info {
  max-width: 617px;
  margin-right: auto;
  padding-right: 32px; }
  @media (max-width: 1199px) {
    .horse-info {
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 991px) {
    .horse-info {
      max-width: 100%; } }

.post .horse-info {
  max-width: 617px;
  margin-right: auto; }
  @media (max-width: 1199px) {
    .post .horse-info {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 991px) {
    .post .horse-info {
      max-width: 100%; } }

.horse-info-title {
  margin-bottom: 10px; }
  @media (max-width: 991px) {
    .horse-info-title {
      margin-bottom: 7px; } }

.horse-info-title h1 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--foundation--grey-grey-400);
  margin: 0; }

.horse-info-description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--foundation--white-white-800);
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .horse-info-description {
      margin-bottom: 20px; } }

.horse-info-description p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--foundation--white-white-800);
  margin: 0; }

.horse-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 39px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--foundation--grey-grey-50); }
  @media (max-width: 991px) {
    .horse-info-buttons {
      padding-bottom: 30px;
      margin-bottom: 30px; } }

.horse-info-buttons-sale {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  color: var(--foundation--grey-grey-400);
  padding: 16px 30px 16px 30px;
  background: var(--foundation--green-green-500); }

.horse-info-buttons-contact {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 144%;
  border: 1px solid var(--foundation--grey-grey-500);
  padding: 16px 40px 16px 40px; }

.horse-info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px; }
  @media (max-width: 991px) {
    .horse-info-items {
      gap: 30px; } }

.horse-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }
  .horse-info-item__title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    color: var(--foundation--grey-grey-900); }
    @media (max-width: 991px) {
      .horse-info-item__title {
        font-size: 18px; } }
    .horse-info-item__title span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .horse-info-item__value {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: var(--foundation--grey-grey-400); }
    @media (max-width: 991px) {
      .horse-info-item__value {
        gap: 15px;
        font-size: 16px; } }
    .horse-info-item__value a {
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 20px;
      line-height: 130%;
      color: var(--foundation--grey-grey-400);
      text-decoration: underline; }
      @media (max-width: 991px) {
        .horse-info-item__value a {
          font-size: 16px; } }

.events {
  margin-top: 140px; }
  .events.type-events {
    margin-top: 0; }
  @media (max-width: 991px) {
    .events {
      margin-top: 60px; } }

.events-title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--foundation--grey-grey-900);
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .events-title {
      margin-bottom: 30px; } }

.events-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px; }
  @media (max-width: 991px) {
    .events-items {
      gap: 30px; } }

.events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--foundation--white-white-300); }
  @media (max-width: 991px) {
    .events-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .events-item__thumb {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 63.4%; }
    @media (max-width: 991px) {
      .events-item__thumb {
        width: 100%; } }
  .events-item__content {
    max-width: 269px;
    margin-left: 60px; }
    .events-item__content.events-single {
      max-width: 100%;
      margin-left: 0; }
    @media (max-width: 991px) {
      .events-item__content {
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        padding: 30px 60px 30px 20px; } }
    .events-item__content__item:not(:last-child) {
      border-bottom: 1px solid var(--foundation--grey-grey-50); }
    .events-item__content__item {
      padding: 20px 0px;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 20px;
      line-height: 100%;
      color: var(--foundation--grey-grey-900); }
      .events-item__content__item.result-place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 4px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .events-item__content__item.result-place img {
          width: auto;
          height: 34px; }
      .events-item__content__item.score {
        color: var(--foundation--brown-brown-500); }
      .events-item__content__item.the-content {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 18px;
        line-height: 144%;
        color: var(--foundation--grey-grey-900); }
        .events-item__content__item.the-content p {
          font-family: var(--font-family);
          font-weight: 400;
          font-size: 18px;
          line-height: 144%;
          color: var(--foundation--grey-grey-900);
          margin: 0; }

.results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px; }
  .results-item:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--foundation--grey-grey-50); }
    @media (max-width: 991px) {
      .results-item:not(:last-child) {
        padding-bottom: 15px; } }
  .results-item__icon {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    .results-item__icon img {
      width: 100%;
      height: auto; }
  .results-item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .results-item__info__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 6px;
      font-family: var(--font-family);
      font-weight: 400;
      font-size: 18px;
      color: var(--foundation--grey-grey-400); }
      @media (max-width: 991px) {
        .results-item__info__item {
          font-size: 14px; } }
      .results-item__info__item.score {
        color: var(--foundation--brown-brown-500); }
        @media (max-width: 1299px) {
          .results-item__info__item.score {
            width: 100%; } }

.archive-horses__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .archive-horses__buttons button {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    color: var(--foundation--grey-grey-900); }
    .archive-horses__buttons button.active {
      opacity: .8;
      pointer-events: none; }

.archive-horses-content {
  padding-bottom: 140px;
  background-position: left bottom;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .archive-horses-content {
      padding-bottom: 60px; } }

.index-content {
  margin-bottom: 60px; }
  @media (max-width: 1199px) {
    .index-content {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .index-content {
      margin-top: 20px; } }
  .index-content .post:not(:first-child) {
    top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--foundation--grey-grey-100, #bab9ba); }
  .index-content .type-events:not(:first-child) {
    top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--foundation--grey-grey-100, #bab9ba); }

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 24px; }
  @media (max-width: 991px) {
    .post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.type-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-bottom: 24px; }
  @media (max-width: 991px) {
    .type-events {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.blog .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  min-height: 260px;
  background: #f9f9f9;
  overflow: hidden; }
  @media (max-width: 991px) {
    .blog .post-thumbnail {
      width: 100%;
      min-height: 210px; } }
  @media (max-width: 767px) {
    .blog .post-thumbnail {
      width: 100%; } }
  .blog .post-thumbnail img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .blog .post-thumbnail img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.post-type-archive-events .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  min-height: 260px;
  background: #f9f9f9;
  overflow: hidden; }
  @media (max-width: 991px) {
    .post-type-archive-events .post-thumbnail {
      width: 100%;
      min-height: 210px; } }
  @media (max-width: 767px) {
    .post-type-archive-events .post-thumbnail {
      width: 100%; } }
  .post-type-archive-events .post-thumbnail img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
    .post-type-archive-events .post-thumbnail img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.post-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.read-more-post {
  text-align: right; }
  .read-more-post a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 30px; }

.navigation.pagination {
  margin-top: 60px; }

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav-links .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--foundation--grey-grey-300); }
  .nav-links a.prev svg {
    height: 16px; }
    .nav-links a.prev svg path {
      stroke: var(--foundation--grey-grey-500, #201e1f); }
  .nav-links a.next svg {
    height: 16px; }
    .nav-links a.next svg path {
      stroke: var(--foundation--grey-grey-500, #201e1f); }

.cookie-settings-page a {
  color: var(--foundation--grey-grey-900, #0d0d0d);
  word-break: break-all; }

.cookie-settings-wrap {
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  overflow: hidden; }

.cookie-settings-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e0e0e0; }
  .cookie-settings-titles__item {
    font-size: 17px;
    font-weight: 600;
    padding: 10px; }
    .cookie-settings-titles__item.item-cookie {
      width: 30%; }
    .cookie-settings-titles__item.item-duration {
      width: 20%; }
    .cookie-settings-titles__item.item-description {
      width: 50%; }

.cookie-settings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cookie-settings-item:nth-child(odd) {
    background: #f6f6f6; }
  .cookie-settings-item__item {
    padding: 10px;
    line-height: 30px; }
    .cookie-settings-item__item.item-cookie {
      width: 30%;
      word-break: break-all; }
    .cookie-settings-item__item.item-duration {
      width: 20%; }
    .cookie-settings-item__item.item-description {
      width: 50%; }

.add-item-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-width: 767px;
  margin-bottom: 5rem; }
  .add-item-form .field-wrap label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px; }
  .add-item-form button {
    max-width: 414px; }

.field-wrap-title {
  font-weight: 500;
  margin-bottom: 8px; }

.radio-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.radio-item input {
  display: none; }
  .radio-item input:checked + label {
    border: 2px solid var(--foundation--green-green-600); }

.radio-item label.radio-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid var(--foundation--grey-grey-200);
  border-radius: 2px;
  padding: 5px;
  overflow: hidden;
  cursor: pointer; }
  .radio-item label.radio-item-img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover; }

.form-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--foundation--grey-grey-100);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px; }

.form-info.vision {
  visibility: visible;
  opacity: 1; }


/*# sourceMappingURL=main.min.css.map*/