@charset "UTF-8";
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

*, h1, h2, h3, h4, h5, ol, p, ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  text-decoration: none;
}

div {
  display: block;
  unicode-bidi: isolate;
}

body {
  line-height: 1;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-rendering: geometricPrecision;
  overflow-x: hidden;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
}

a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  transition: 0.4s;
}

input {
  outline: none;
}

.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.inter-medium {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

html {
  font-size: 10px;
}
@media (max-width: 1200px) {
  html {
    font-size: 9px;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFF;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
body:after {
  position: fixed;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
}
body.open-modal {
  overflow: hidden;
  pointer-events: none;
}
body.open-modal .modal-window.open {
  z-index: 10;
  pointer-events: auto;
}
body.open-modal:after {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

html, body {
  height: 100%;
  margin: 0;
}

main.content {
  flex: 1;
}

img:not(.pswp__img), svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.not-active {
  pointer-events: none;
  opacity: 0.6;
  transition: 0.3s ease;
}

.preloader img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  background-color: rgba(0, 122, 255, 0.1);
  opacity: 0;
  transition: 0.1s ease;
  pointer-events: none;
  z-index: 1;
}

.preloader.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 20;
}

input {
  width: 100%;
}

input.error, textarea.error {
  border-color: red;
  outline: none;
}

img.contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section {
  position: relative;
}

.button {
  display: flex;
  min-width: 26rem;
  background: #092939;
  padding: 1.6rem 2rem;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  transition: 0.5s ease;
  border: none;
  outline: none;
  cursor: pointer;
}
.button:hover {
  background-color: #216A8F;
}
.button-favorites {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.9rem;
  width: 5.8rem;
  min-height: 5.8rem;
  flex-shrink: 0;
  background: #216A8F;
}
.button-favorites.active {
  background: rgba(179, 202, 230, 0.2);
}
.button-favorites.active svg path {
  fill: #092939;
}
.button-favorites.active:hover svg path {
  fill: #216A8F;
}
.button-favorites:hover {
  background-color: #092939;
}
.button-load-more {
  padding: 2rem 2.5rem;
  justify-content: space-between;
  color: #FFF;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.82rem */
  letter-spacing: 0.065rem;
  text-transform: uppercase;
}
.button-load-more .icon {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}

em, i {
  font-style: italic;
}

.container {
  width: 100%;
  max-width: 153rem;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .container {
    padding: 0 1.6rem;
  }
}

.breadcrumbs {
  display: inline-block;
  margin-bottom: 4rem;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumbs > * {
  position: relative;
}
.breadcrumbs > *:not(:last-child) {
  margin-right: 1.3rem;
  padding-right: 1.3rem;
}
.breadcrumbs > *:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 0;
  content: "/";
  display: inline-block;
}
.breadcrumbs a {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs-dark {
  color: #292929;
}
.breadcrumbs-dark a {
  color: #262C40;
}

.title {
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media (max-width: 414px) {
  .title {
    font-size: 3rem;
  }
}

.text {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.text > * {
  margin-bottom: 2rem;
}

.like {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0.8px;
  width: 3.8rem;
  height: 3.8rem;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.like.active, .like:hover {
  background-color: #216A8F;
}

.text > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.text, .text > * {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.text h1 {
  color: #092939;
  font-family: "Titillium Web", sans-serif;
  font-size: 5.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 9.44rem */
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .text h1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 360px) {
  .text h1 {
    font-size: 3rem;
    line-height: 150%;
  }
}
.text h2 {
  color: #092939;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .text h2 {
    font-size: 3rem;
    line-height: 150%;
  }
}
.text h3 {
  color: #092939;
  font-family: "Titillium Web", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 4.8rem */
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .text h3 {
    font-size: 2.8rem;
    line-height: 150%;
  }
}
.text h4 {
  color: #092939;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 4.8rem */
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}
.text h5 {
  color: #092939;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.03rem;
}
.text h6 {
  color: #092939;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.03rem;
}
.text li {
  position: relative;
}
.text li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.text ol {
  counter-reset: list;
}
.text ol li {
  padding-left: 2.5rem;
}
.text ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: list;
  content: counter(list) " ";
  color: #216A8F;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
.text ul li {
  padding-left: 2rem;
}
.text ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "• ";
  color: #216A8F;
}
.text blockquote {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  max-width: 100%;
  background: rgba(215, 221, 234, 0.25);
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}
.text blockquote:first-child {
  margin-top: 0;
}
.text blockquote:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .text blockquote {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 440px) {
  .text blockquote {
    font-size: 2rem;
  }
}
.text blockquote:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  flex-shrink: 0;
  top: 6rem;
  left: 20%;
  background-image: url(../wp-content/themes/zangersheide/assets/img/quote.svg);
  background-size: contain;
  background-position: center;
}
@media (max-width: 1615px) {
  .text blockquote:before {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .text blockquote:before {
    top: 0;
    width: 4rem;
    height: 4rem;
  }
}
.text blockquote:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #092939;
}
@media (max-width: 1615px) {
  .text blockquote:after {
    width: 15%;
  }
}
@media (max-width: 1024px) {
  .text blockquote:after {
    width: 5rem;
    height: 5rem;
  }
}
.text blockquote > * {
  display: block;
}
.text blockquote em {
  margin-top: 2rem;
  color: #216A8F;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
  text-transform: none;
}
.text blockquote > * {
  display: block;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}
.text blockquote > * *:not(:last-child) {
  margin-bottom: 2rem;
}

strong {
  font-weight: bold;
}

.modal-window.player-window {
  padding: 4rem;
  width: 100%;
  max-width: 100rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  overflow: visible;
}
.modal-window.player-window .loader {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
}
.modal-window.player-window .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
}
.modal-window.player-window iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-window.player-window > * {
  margin: 0 auto;
}

.subtitle {
  color: #292929;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

input[type=checkbox]:checked + .icon {
  position: relative;
}
input[type=checkbox]:checked + .icon:after {
  position: absolute;
  content: "✓";
  display: inline-block;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll-up {
  margin-left: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.96rem */
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.scroll-up .icon {
  margin-left: 1.5rem;
  display: block;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0;
}

.hidden {
  display: none;
}

.wpcf7-not-valid-tip, .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid {
  color: red !important;
  border-color: red !important;
}

.wpcf7-not-valid::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red !important;
}

.wpcf7-not-valid::-moz-placeholder { /* Firefox 19+ */
  color: red !important;
}

.wpcf7-not-valid:-ms-input-placeholder { /* IE 10+ */
  color: red !important;
}

.wpcf7-not-valid:-moz-placeholder { /* Firefox 18- */
  color: red !important;
}

.wpcf7-form.unaccepted .mf4v_checker_text {
  color: red !important;
}

span.wpcf7-list-item {
  margin: 0 !important;
}

.mfv_checker_label .wpcf7-form-control-wrap {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form.unaccepted {
  color: red !important;
}

.wpcf7-list-item {
  display: flex;
  line-height: 2.7rem;
}

.preloader img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.preloader {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2rem;
  background-color: rgba(0, 122, 255, 0.1);
  opacity: 0;
  transition: 0.1s ease;
  pointer-events: none;
  z-index: 9999;
}

.preloader.active {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 20;
}

.form-group.error .selectric {
  border-color: red;
}

.tabs-head {
  display: flex;
  flex-wrap: wrap;
}
.tabs-head__item {
  display: inline-flex;
  padding: 2rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: rgba(33, 106, 143, 0);
  color: #61667C;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.065rem;
  text-transform: uppercase;
  transition: 0.5s ease;
}
@media (max-width: 360px) {
  .tabs-head__item {
    padding: 2rem;
  }
}
.tabs-head__item:hover {
  background: rgba(33, 106, 143, 0.4);
}
.tabs-head__item.active {
  background: #216a8f;
  color: #FFF;
}
.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/vendor/slick-slider/slick/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../fonts/vendor/slick-slider/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
  src: url(../fonts/vendor/slick-slider/slick/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(../fonts/vendor/slick-slider/slick/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(../fonts/vendor/slick-slider/slick/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(../fonts/vendor/slick-slider/slick/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.header {
  position: relative;
  width: 100%;
  padding: 2rem 4rem;
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .header {
    padding: 1rem;
  }
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  display: flex;
  align-items: center;
  width: 13.2rem;
  height: 3.5rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (max-width: 360px) {
  .header-logo {
    width: 10rem;
  }
}
.header-search {
  display: flex;
  align-items: center;
  position: relative;
  width: 10rem;
  transition: 0.5s ease-in-out;
  margin-right: 4rem;
}
@media (max-width: 1200px) {
  .header-search {
    margin-right: 2rem;
  }
}
@media (max-width: 360px) {
  .header-search {
    margin-right: 1rem;
  }
}
.header-search-input {
  width: 100%;
  border: none;
  padding-left: 3rem;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.header-search-input::-moz-placeholder {
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.header-search-input::placeholder {
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.header-search-label {
  display: flex;
  width: 100%;
}
.header-search-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.header-list {
  display: flex;
  align-items: center;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
@media (max-width: 1024px) {
  .header-menu > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
.header-menu > *:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 1200px) {
  .header-menu > *:not(:last-child) {
    margin-right: 2rem;
  }
}
@media (max-width: 1024px) {
  .header-menu > *:not(:last-child) {
    border-bottom: 1px solid #cecece;
    margin-right: 0;
  }
}
.header-menu a {
  position: relative;
  display: block;
  color: #292929;
  font-family: Inter;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  transition: 0.5s ease;
}
.header-menu a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #292929;
  transition: 0.5s ease;
}
.header-menu a:hover:after {
  width: 100%;
}
@media (max-width: 1024px) {
  .header-menu a {
    text-align: right;
    display: block;
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .header-menu {
    position: absolute;
    padding: 2rem;
    width: 50%;
    top: 100%;
    right: 0;
    z-index: 10;
    flex-direction: column;
    align-items: flex-end;
    background-color: #fff;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1024px) {
  .header-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 460px) {
  .header-menu.active {
    width: 100%;
  }
}

.language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5rem;
  position: relative;
  color: #292929;
  font-family: Inter;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .language-switcher {
    margin-left: 3rem;
  }
}
@media (max-width: 500px) {
  .language-switcher {
    margin-left: 0;
  }
}
.language-switcher-list {
  position: absolute;
  margin: 0 -1rem;
  z-index: 10;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 0.5s ease;
}
.language-switcher-current {
  display: flex;
  align-items: center;
  justify-content: center;
}
.language-switcher-current .icon {
  display: flex;
  margin-right: 0.8rem;
  width: 1.7rem;
  height: 1.7rem;
  flex-grow: 0;
  flex-shrink: 0;
  transition: 0.5s ease;
}
.language-switcher:hover .language-switcher-list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.language-switcher:hover .icon {
  transform: rotate(180deg);
}
.language-switcher a {
  display: block;
  padding: 1rem;
}

.burger {
  display: none;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #092939;
  transition: 0.5s ease;
}
.burger span:nth-child(2) {
  margin: auto;
}
.burger.active span:nth-child(1), .burger.active span:nth-child(3) {
  opacity: 0;
}
@media (max-width: 1024px) {
  .burger {
    margin-left: 2rem;
    width: 3rem;
    height: 2rem;
    display: flex;
    flex-direction: column;
  }
}

.main-section {
  padding: 1rem;
}
@media (min-height: 1081px) {
  .main-section {
    height: calc(100% - 2rem);
  }
}
.main-items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-height: 1081px) {
  .main-items {
    height: 100%;
  }
}
.main-items__button {
  margin-left: 2rem;
}
.main-items__bottom {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1500px) {
  .main-items__bottom {
    flex-direction: column;
  }
}
.main-items__title {
  margin-right: auto;
  width: 100%;
  max-width: 38rem;
  color: #FFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 5.6rem */
  letter-spacing: -0.035rem;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .main-items__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1100px) {
  .main-items__title {
    font-size: 3rem;
  }
}
@media (max-width: 380px) {
  .main-items__title {
    font-size: 2.6rem;
  }
}
.main-items__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 6rem;
  width: 92rem;
  height: 85.5rem;
  margin: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-items__item > * {
  position: relative;
  z-index: 1;
}
.main-items__item:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.17;
  background: lightgray 0% 0%/100px 100px repeat;
}
@media (min-height: 1081px) {
  .main-items__item {
    height: 100%;
  }
}
@media (min-width: 1921px) {
  .main-items__item {
    width: 48%;
  }
}
@media (max-width: 1899px) {
  .main-items__item {
    width: 48%;
  }
}
@media (max-width: 1640px) {
  .main-items__item {
    padding: 6rem 2rem;
  }
}
@media (max-width: 1500px) {
  .main-items__item {
    height: 62rem;
  }
}
@media (max-width: 1100px) {
  .main-items__item {
    padding: 2rem;
    height: 50rem;
  }
}
@media (max-width: 920px) {
  .main-items__item {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .main-items__item {
    height: 40rem;
  }
}
@media (max-width: 380px) {
  .main-items__item {
    height: 36rem;
  }
}
.main-items__head {
  width: 100%;
  margin-bottom: auto;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.main-items__head em {
  display: block;
  font-style: italic;
}

.single-main {
  display: flex;
}
.single-main > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 810px) {
  .single-main {
    flex-direction: column;
  }
}
.single-main-image-container {
  position: relative;
  width: 75rem;
  margin-right: 16rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.single-main-image-container .single-main__title {
  display: none;
}
@media (max-width: 810px) {
  .single-main-image-container .single-main__title {
    display: block;
    padding-top: 2rem;
  }
}
@media (max-width: 1366px) {
  .single-main-image-container {
    margin-right: 6rem;
  }
}
@media (max-width: 1200px) {
  .single-main-image-container {
    margin-right: 4rem;
  }
}
@media (max-width: 1050px) {
  .single-main-image-container {
    width: 60rem;
  }
}
@media (max-width: 900px) {
  .single-main-image-container {
    width: 50rem;
  }
}
@media (max-width: 810px) {
  .single-main-image-container {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .single-main-image-container {
    width: 100%;
  }
}
.single-main__image {
  position: absolute;
  z-index: 1;
  width: 75rem;
  height: 85rem;
}
@media (max-width: 1050px) {
  .single-main__image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 810px) {
  .single-main__image {
    position: relative;
  }
}
.single-main__image:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.17;
  background: lightgray 0% 0%/10rem 10rem repeat;
}
.single-main-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 8rem;
  min-height: 85rem;
  margin-bottom: 9.7rem;
}
@media (max-width: 1050px) {
  .single-main-section {
    min-height: auto;
    margin-bottom: 0;
  }
}
.single-main-section:after, .single-main-section:before {
  top: 0;
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
}
.single-main-section:after {
  right: 0;
  width: 100%;
  background: rgba(215, 221, 234, 0.25);
}
.single-main-section:before {
  left: 0;
  width: 100%;
  max-width: 40%;
  background: #092939;
}
@media (max-width: 810px) {
  .single-main-section:before {
    max-width: 100%;
    height: 10rem;
  }
}
@media (max-width: 992px) {
  .single-main-section {
    padding-bottom: 2rem;
  }
}
.single-main-content {
  padding-top: 4.4rem;
}
@media (max-width: 810px) {
  .single-main-content .single-main__title {
    display: none;
  }
}
.single-main__title {
  margin-bottom: 2.5rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.single-main__text {
  margin-bottom: 2.5rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.single-main__list {
  margin-bottom: 6rem;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.single-main__list > * {
  display: inline-block;
  width: 100%;
}
.single-main__list span {
  flex: 1;
  line-height: 175%;
  border-bottom: 1px dashed rgba(97, 102, 124, 0.3);
}
.single-main__list strong {
  color: #292929;
  text-align: right;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.single-main__list li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.single-main-controls {
  display: flex;
}
.single-main-controls > * {
  text-transform: uppercase;
}
.single-main-controls > *:not(:last-child) {
  margin-right: 1rem;
}

.single-about {
  display: flex;
  align-items: center;
}
@media (max-width: 730px) {
  .single-about {
    flex-direction: column;
  }
}
.single-about-content {
  width: 100%;
  max-width: 53rem;
  margin-right: 8rem;
}
@media (max-width: 930px) {
  .single-about-content {
    margin-right: 4rem;
  }
}
@media (max-width: 730px) {
  .single-about-content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.single-about-section {
  padding: 12.5rem 0;
  background: rgba(215, 221, 234, 0.25);
  overflow: hidden;
}
@media (max-width: 730px) {
  .single-about-section {
    padding: 4rem 0;
  }
}
.single-about__title {
  margin-bottom: 2.5rem;
}
.single-about__text:not(:last-child) {
  margin-bottom: 4.5rem;
}
.single-about__controls {
  display: flex;
}
.single-about__button {
  text-transform: uppercase;
}
.single-about-gallery {
  position: absolute;
  left: 46.5%;
  display: flex;
  width: 124rem;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1980px) {
  .single-about-gallery {
    left: 41.5%;
  }
}
@media (max-width: 1400px) {
  .single-about-gallery {
    left: 45%;
  }
}
@media (max-width: 1250px) {
  .single-about-gallery {
    left: 54%;
  }
}
@media (max-width: 1400px) {
  .single-about-gallery {
    width: 84rem;
  }
}
@media (max-width: 930px) {
  .single-about-gallery {
    position: static;
    width: 42rem;
  }
}
@media (max-width: 730px) {
  .single-about-gallery {
    width: 100%;
  }
}
.single-about-gallery:hover .slick-next {
  opacity: 1;
}
.single-about__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42rem;
  height: 58rem;
  padding: 0 1rem;
}
.single-about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 730px) {
  .single-about__image {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
.single-about .slick-prev {
  z-index: 1;
  display: none;
}
@media (max-width: 730px) {
  .single-about .slick-prev {
    display: block;
    bottom: 0;
    top: auto;
    left: 3rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #216A8F;
  }
  .single-about .slick-prev:before {
    content: "❮";
    color: #fff;
  }
}
.single-about .slick-next {
  opacity: 0;
  right: 42.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #216A8F;
}
@media (max-width: 1400px) {
  .single-about .slick-next {
    right: 60rem;
  }
}
@media (max-width: 1250px) {
  .single-about .slick-next {
    right: 40rem;
  }
}
@media (max-width: 930px) {
  .single-about .slick-next {
    right: 38rem;
  }
}
@media (max-width: 730px) {
  .single-about .slick-next {
    opacity: 1;
    bottom: 0;
    top: auto;
    right: 3rem;
    width: 4rem;
    height: 4rem;
  }
}
.single-about .slick-next:before {
  content: "❯";
  color: #fff;
}

.single-offspring-section {
  padding: 12.5rem 0;
}
@media (max-width: 772px) {
  .single-offspring-section {
    padding: 3rem 0;
  }
}
.single-offspring__title {
  margin-bottom: 4.5rem;
}
.single-offspring__horses {
  margin-bottom: 5rem;
}
.single-offspring-tab {
  padding: 8rem 5rem;
  background: rgba(215, 221, 234, 0.25);
}
@media (max-width: 1530px) {
  .single-offspring-tab {
    padding: 5rem 5rem 5rem 2rem;
  }
}
@media (max-width: 320px) {
  .single-offspring-tab {
    padding-left: 1rem;
  }
}
.single-offspring-scheme {
  display: flex;
  overflow: auto;
}
.single-offspring-scheme-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 29rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.single-offspring-scheme-column:last-child {
  width: auto;
}
.single-offspring-scheme-column:last-child .single-offspring-scheme-item__content {
  position: static;
}
.single-offspring-scheme-column:last-child .single-offspring-scheme-item__head {
  width: 29rem;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1rem;
}
.single-offspring-scheme-column:last-child .single-offspring-scheme-item__head:after {
  display: none;
}
.single-offspring-scheme-column:last-child .single-offspring-scheme-item {
  display: flex;
  align-items: center;
}
.single-offspring-scheme-column:nth-last-child(2) .single-offspring-scheme-item__content {
  position: absolute;
  width: 100%;
}
.single-offspring-scheme-column:nth-last-child(2) .single-offspring-scheme-item {
  margin-bottom: 0;
}
.single-offspring-scheme-column:first-child .single-offspring-scheme-item__head:before {
  display: none;
}
.single-offspring-scheme-column:not(:last-child) {
  margin-right: 3rem;
}
.single-offspring-scheme-column--quarter .single-offspring-scheme-item:nth-child(2) {
  margin-bottom: 5rem;
}
.single-offspring-scheme-item {
  width: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
}
.single-offspring-scheme-item:hover .single-offspring-scheme-item__head:after {
  background: rgb(97, 102, 124);
}
.single-offspring-scheme-item.hovered .line {
  background: rgb(97, 102, 124);
}
.single-offspring-scheme-item.hovered .single-offspring-scheme-item__head:before {
  background: rgb(97, 102, 124);
}
.single-offspring-scheme-item:hover .single-offspring-scheme-item__head, .single-offspring-scheme-item.hovered .single-offspring-scheme-item__head {
  background-color: #292929;
  color: #FFFFFF;
}
.single-offspring-scheme-item:only-child .single-offspring-scheme-item__content {
  position: absolute;
  width: 100%;
}
.single-offspring-scheme-item:nth-child(4n):not(:last-child) {
  margin-bottom: 5rem;
}
.single-offspring-scheme-item:not(:last-child) {
  margin-bottom: 1rem;
}
.single-offspring-scheme-item__head {
  position: relative;
  display: flex;
  padding: 1rem 1.2rem;
  background: rgba(215, 221, 234, 0.4);
  color: #292929;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  transition: 0.5s ease;
}
.single-offspring-scheme-item__head:after, .single-offspring-scheme-item__head:before {
  position: absolute;
  display: block;
  top: 50%;
  content: "";
  width: 1.5rem;
  height: 1px;
  background: rgba(97, 102, 124, 0.25);
  transition: 0.5s ease;
}
.single-offspring-scheme-item__head:after {
  left: 100%;
}
.single-offspring-scheme-item__head:before {
  right: 100%;
}
.single-offspring-scheme-item__head .icon {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.single-offspring-scheme-item__content {
  position: absolute;
  width: 100%;
  margin-top: 0.6rem;
  color: #092939;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 2.45rem */
}
.single-offspring-scheme-item .line {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1px;
  display: block;
  background-color: rgba(97, 102, 124, 0.25);
  transition: 0.5s ease;
}

.single-news-section {
  padding-top: 7rem;
  padding-bottom: 12.5rem;
  background: rgba(215, 221, 234, 0.25);
}
@media (max-width: 630px) {
  .single-news-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.single-news-section:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 40%;
  height: 29rem;
  background: #092939;
}
@media (max-width: 1920px) {
  .single-news-section:before {
    width: 29%;
  }
}
@media (max-width: 630px) {
  .single-news-section:before {
    width: 68%;
  }
}
.single-news-section > * {
  position: relative;
}
.single-news-section-title {
  margin-bottom: 4.5rem;
  color: #FFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 6.4rem */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.single-news-section-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-news-section-link {
  display: flex;
  align-items: center;
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
.single-news-section-link .icon {
  display: block;
  margin-left: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.single-head {
  margin: 2rem;
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}
@media (max-width: 460px) {
  .single-head {
    margin: 0;
  }
}
.single-head > * {
  position: relative;
  z-index: 1;
}
.single-head:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(97deg, rgba(0, 0, 0, 0.35) 20.56%, rgba(0, 0, 0, 0) 58.05%);
}
.single-head .news-item-list {
  color: #FFF;
  font-family: "Inter", sans-serif;
}
.single-head__title {
  width: 100%;
  max-width: 101rem;
}
.single-head__title:not(:last-child) {
  margin-bottom: 5.5rem;
}
@media (max-width: 700px) {
  .single-head__title:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.single-head__title, .single-head__title > * {
  color: #FFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 5.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 9.44rem */
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .single-head__title, .single-head__title > * {
    font-size: 3.6rem;
  }
}
@media (max-width: 360px) {
  .single-head__title, .single-head__title > * {
    font-size: 3rem;
    line-height: 150%;
  }
}

.single-content {
  padding: 4.5rem 0;
}
@media (max-width: 767px) {
  .single-content {
    padding: 4.5rem 2rem;
  }
}
.single-content > * {
  display: block;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags a {
  color: #216A8F;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.tags a:hover {
  text-decoration: underline;
}
.tags a:not(:last-child) {
  padding-right: 1.7rem;
  margin-right: 1.5rem;
  position: relative;
}
.tags a:not(:last-child):after {
  content: "•";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
  color: #292929;
}

.product-section {
  padding-top: 3.5rem;
  padding-bottom: 5rem;
}
.product-section .single-main-content {
  padding-top: 0;
}
.product-content {
  display: flex;
}
@media (max-width: 810px) {
  .product-content {
    flex-direction: column;
  }
}
.product-content:not(:last-child) {
  margin-bottom: 8rem;
}
.product-gallery {
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
}
.product-gallery__item {
  display: block;
  width: 88rem;
  height: 54rem;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.product-gallery__item[href="#"] {
  cursor: default;
  pointer-events: none;
}
.product-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1370px) {
  .product-gallery__item {
    height: 42.6rem;
    width: 70rem;
  }
}
@media (max-width: 992px) {
  .product-gallery__item {
    width: 50rem;
  }
}
@media (max-width: 810px) {
  .product-gallery__item {
    width: 90rem;
    max-width: 100%;
    height: 36rem;
  }
}
.product-gallery-preview {
  display: flex;
  width: 100%;
}
.product-gallery-preview.center-mode .product-gallery-preview__item {
  margin: auto;
}
.product-gallery-preview__item {
  display: block;
  width: 20.4rem;
  max-width: 100%;
  height: 14.5rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 540px) {
  .product-gallery-preview__item {
    height: 8rem;
  }
}
.product-gallery-preview__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-gallery-preview__item:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1rem;
  right: 0;
  top: 0;
  background-color: #fff;
}
.product-gallery-wrapper {
  overflow: hidden;
  margin-right: 12rem;
  width: 88rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.product-gallery-wrapper .single-main__title {
  display: none;
}
@media (max-width: 810px) {
  .product-gallery-wrapper .single-main__title {
    display: block;
  }
}
@media (max-width: 1370px) {
  .product-gallery-wrapper {
    margin-right: 4rem;
    width: 70rem;
  }
}
@media (max-width: 992px) {
  .product-gallery-wrapper {
    width: 50rem;
  }
}
@media (max-width: 810px) {
  .product-gallery-wrapper {
    width: 100%;
    margin-bottom: 4rem;
    margin-right: 0;
  }
}
.product-gallery-wrapper .video-link-element, .product-gallery-wrapper .video-element {
  position: relative;
  display: block;
  cursor: pointer;
}
.product-gallery-wrapper .video-link-element .icon, .product-gallery-wrapper .video-element .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  transition: 0.5s ease;
}
.product-gallery-wrapper .video-link-element:hover .icon, .product-gallery-wrapper .video-element:hover .icon {
  transform: translate(-50%, -50%) scale(0.9);
}
.product-gallery-wrapper .slick-prev {
  left: 4rem;
}
@media (max-width: 810px) {
  .product-gallery-wrapper .slick-prev {
    left: 1rem;
  }
}
.product-gallery-wrapper .slick-prev:before {
  content: "❮";
}
.product-gallery-wrapper .slick-next {
  right: 4rem;
}
@media (max-width: 810px) {
  .product-gallery-wrapper .slick-next {
    right: 1rem;
  }
}
.product-gallery-wrapper .slick-next:before {
  content: "❯";
}
.product-gallery-wrapper .slick-prev, .product-gallery-wrapper .slick-next {
  z-index: 1;
  width: 4.5rem;
  height: 4.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.product-gallery-wrapper .slick-dots {
  bottom: 2.5rem;
}
.product-gallery-wrapper .slick-dots li button:before {
  font-size: 3rem;
  color: white;
}
.product-price {
  color: #216A8F;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
.product-price:not(:last-child) {
  margin-bottom: 2.5rem;
}
.product-tab-content {
  padding: 4rem;
  background: rgba(215, 221, 234, 0.25);
}
@media (max-width: 1550px) {
  .product-tab-content {
    padding: 2rem;
  }
}
.product-tab-description {
  width: 100%;
  max-width: 75rem;
}
.product-tab-head__item {
  padding: 1rem;
}
.product-documents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-document {
  margin: 0.5rem;
  width: 34.7rem;
  flex-grow: 0;
  flex-shrink: 0;
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
@media (max-width: 1500px) {
  .product-document {
    width: 24%;
  }
}
@media (max-width: 992px) {
  .product-document {
    width: 48%;
  }
}
@media (max-width: 520px) {
  .product-document {
    width: 46%;
  }
}
@media (max-width: 440px) {
  .product-document {
    width: 100%;
    margin: 1rem 0;
  }
}
.product-document__title:not(:last-child) {
  margin-bottom: 1rem;
}
.product-document__link {
  display: flex;
  align-items: center;
  color: #02557F;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.96rem */
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.product-document__link .icon {
  display: block;
  margin-left: 1rem;
  width: 1.6rem;
  height: 1.6rem;
  flex-grow: 0;
  flex-shrink: 0;
}
.product-document__image {
  position: relative;
  margin-bottom: 2rem;
  width: 100%;
  height: 22.5rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .product-document__image {
    height: 18rem;
  }
}
@media (max-width: 440px) {
  .product-document__image {
    margin-bottom: 1rem;
  }
}
.product-document__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-document__image:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.event {
  width: 75rem;
  max-width: 49%;
  margin-bottom: 5rem;
  font-family: "Titillium Web", sans-serif;
}
@media (max-width: 660px) {
  .event {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3rem;
  }
}
.event__subtitle {
  color: #216A8F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
.event__title {
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 4rem */
  letter-spacing: -0.025rem;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  .event__title {
    font-size: 2rem;
  }
}
.event__image {
  display: block;
  width: 100%;
  height: 42rem;
  margin-bottom: 2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .event__image {
    height: 28rem;
  }
}
@media (max-width: 460px) {
  .event__image {
    height: 26rem;
  }
}
@media (max-width: 430px) {
  .event__image {
    height: 25rem;
  }
}
@media (max-width: 390px) {
  .event__image {
    height: 22rem;
  }
}
.event__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.event__image:hover img {
  transform: scale(1.1);
}

.footer {
  border: 1px solid rgba(97, 102, 124, 0.15);
  background: #092939;
}
.footer-main {
  width: 100%;
  max-width: 36rem;
}
@media (max-width: 1300px) {
  .footer-main {
    max-width: 30rem;
  }
}
@media (max-width: 680px) {
  .footer-main {
    max-width: 100%;
  }
}
.footer-main:not(:last-child) {
  margin-right: 10rem;
}
@media (max-width: 1024px) {
  .footer-main:not(:last-child) {
    margin-right: 4rem;
  }
}
@media (max-width: 680px) {
  .footer-main:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.footer-main__title {
  margin-bottom: 1.5rem;
  color: #FFF;
  font-family: "Titillium Web", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-transform: uppercase;
}
.footer-main__text {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.footer-content-top {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 5.6rem;
  border-bottom: 1px solid rgba(215, 221, 234, 0.1);
}
@media (max-width: 1024px) {
  .footer-content-top {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 680px) {
  .footer-content-top {
    justify-content: flex-start;
  }
}
@media (max-width: 460px) {
  .footer-content-top {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.footer-content-bottom {
  padding: 2.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 520px) {
  .footer-content-bottom {
    flex-direction: column-reverse;
  }
}
@media (max-width: 460px) {
  .footer-content-bottom {
    padding: 1rem 0;
  }
}
.footer-column {
  font-family: "Inter", sans-serif;
}
.footer-column:not(:last-child) {
  margin-right: 10rem;
}
@media (max-width: 1024px) {
  .footer-column:not(:last-child) {
    margin-right: 4rem;
  }
}
@media (max-width: 460px) {
  .footer-column:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.footer-column__title {
  margin-bottom: 2rem;
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.footer-column-content {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer-column-content > * {
  margin-bottom: 1rem;
}
.footer-column-content a {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer-column-content a:hover {
  color: rgb(255, 255, 255);
}
.footer-links {
  display: flex;
}
@media (max-width: 520px) {
  .footer-links {
    margin-bottom: 2rem;
  }
}
.footer-links > *:not(:last-child) {
  margin-right: 4rem;
}
@media (max-width: 520px) {
  .footer-links > *:not(:last-child) {
    margin-right: 2rem;
  }
}
.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.footer-links a:hover {
  color: rgb(255, 255, 255);
}

.horses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.horses-filter {
  margin-bottom: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 850px) {
  .horses-filter {
    flex-wrap: wrap;
  }
}
@media (max-width: 530px) {
  .horses-filter {
    margin-bottom: 3rem;
  }
}
.horses-filter .selectric {
  border: none;
}
.horses-filter .selectric-horses-filter__select {
  position: relative;
  margin-right: 2.5rem;
}
@media (max-width: 530px) {
  .horses-filter .selectric-horses-filter__select {
    width: calc(50% - 2px);
    margin: 1px;
  }
}
.horses-filter .selectric-horses-filter__select:not(:nth-last-of-type(1)):after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: rgba(97, 102, 124, 0.3);
}
@media (max-width: 530px) {
  .horses-filter .selectric-horses-filter__select:not(:nth-last-of-type(1)):after {
    display: none;
  }
}
.horses-filter .selectric .label {
  margin: 0;
  padding-left: 0;
  padding-right: 2.5rem;
  margin-right: 2.5rem;
}
@media (max-width: 530px) {
  .horses-filter .selectric .label {
    margin-left: 1rem;
  }
}
@media (max-width: 530px) {
  .horses-filter .selectric {
    border: 1px solid rgba(97, 102, 124, 0.3);
  }
}
.horses-filter-sort {
  display: flex;
  align-items: center;
}
@media (max-width: 530px) {
  .horses-filter-sort .selectric {
    border: none;
  }
}
.horses-filter-sort .icon {
  margin-right: 1rem;
}
.horses-filter-row {
  display: flex;
  align-items: center;
}
@media (max-width: 850px) {
  .horses-filter-row {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .horses-filter-row {
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}
.horses-filter__clean {
  display: block;
  margin-left: 8.5rem;
  margin-right: auto;
  color: #216A8F;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.horses-filter__clean:hover {
  color: #292929;
}
@media (max-width: 992px) {
  .horses-filter__clean {
    margin-left: 1rem;
  }
}
@media (max-width: 850px) {
  .horses-filter__clean {
    margin-left: 0;
  }
}

.horse {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49rem;
  padding-bottom: 3rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 1530px) {
  .horse {
    width: 32%;
  }
}
@media (max-width: 900px) {
  .horse {
    width: 49%;
  }
}
@media (max-width: 440px) {
  .horse {
    width: 100%;
  }
}
.horse__description {
  margin-bottom: 1rem;
  padding-right: 5rem;
}
@media (max-width: 900px) {
  .horse__description {
    padding-right: 1rem;
  }
}
.horse__value {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 900px) {
  .horse__value {
    padding-right: 1rem;
  }
}
.horse__value ul {
  display: flex;
  flex-wrap: wrap;
}
.horse__value li {
  position: relative;
}
.horse__value li:not(:last-child) {
  margin-right: 2.2rem;
  padding-right: 2.4rem;
}
@media (max-width: 550px) {
  .horse__value li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1.2rem;
  }
}
.horse__value li:not(:last-child):after {
  content: "•";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
}
.horse__name {
  margin-bottom: 1rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
.horse__image {
  margin-bottom: 3rem;
  width: 100%;
  height: 53rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 1530px) {
  .horse__image {
    height: auto;
  }
}
.horse__image:hover img {
  transform: scale(1.1);
}
.horse__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.horse .like {
  position: absolute;
  z-index: 1;
  top: 2rem;
  right: 2rem;
}

.form {
  font-family: "Inter", sans-serif;
}
.form-group {
  width: 100%;
  margin-bottom: 1.5rem;
}
.form-group:not(:last-child) {
  margin-right: 1%;
}
.form-group__title {
  display: block;
  margin-bottom: 0.5rem;
  color: #292929;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-group.third {
  width: 31%;
}
.form-group.third:not(:nth-child(3n)) {
  margin-right: 3%;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
}
.form-item:not(:last-child) {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(97, 102, 124, 0.1);
}
.form-item__title {
  margin-bottom: 1.5rem;
  color: #292929;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 175%; /* 2.8rem */
}
.form-controls {
  color: #61667C;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.form-controls a {
  color: #216A8F;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.form-controls > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.form-controls .button {
  margin-top: 5rem;
}
.form-checkbox-container {
  display: flex;
  line-height: 2.7rem;
}
.form-checkbox-container > * {
  display: inline-block;
}
.form-checkbox-container a {
  margin: 0 5px;
  line-height: 2.7rem;
}
.form input[type=checkbox] + .icon {
  margin-right: 1.5rem;
  width: 2.7rem;
  height: 2.7rem;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(97, 102, 124, 0.3);
  background: #FFF;
}
.form input[type=checkbox] {
  display: none;
}

input {
  width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
  border: 1px solid rgba(97, 102, 124, 0.2);
  background: #FFF;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input::-moz-placeholder {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input::placeholder {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
input.error {
  border-color: red;
}

.selectric {
  border: 1px solid rgba(97, 102, 124, 0.2);
  background: #FFF;
}
.selectric .label {
  height: 4.7rem;
  line-height: 4.7rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
}
.selectric .button {
  min-width: auto !important;
  height: 4.7rem;
  background: #FFF;
}

.modal-window {
  display: none;
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 85rem;
  max-height: 100vh;
  overflow: auto;
  background: #F5F6FA;
}
.modal-window__title {
  display: block;
  padding: 3.5rem;
  border-bottom: 1px solid rgba(97, 102, 124, 0.1);
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .modal-window__title {
    padding: 3.5rem;
  }
}
.modal-window__subtitle {
  display: block;
  padding: 1rem 3.5rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}
.modal-window.open {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-window .close-modal {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 1rem;
  top: 1rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .modal-window .close-modal {
    top: 4rem;
  }
}
.modal-window .contact-form {
  width: 100%;
}
.modal-window .wpcf7 {
  padding: 3rem 3.5rem;
  padding-top: 0;
}
.modal-window .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 2rem;
}

.purchase-window {
  max-width: 60rem;
}

@media (max-width: 630px) {
  .order-window .form-group {
    width: 100%;
    margin-right: 0;
  }
  .order-window .form-group.third {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 380px) {
  .order-window .form-controls .button {
    width: 100%;
  }
}
.order-form {
  padding: 3.5rem;
  padding-top: 1.5rem;
}
@media (max-width: 720px) {
  .order-form {
    padding: 1.5rem;
  }
}

.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.news-item {
  display: flex;
  flex-direction: column;
  width: 49rem;
  padding-bottom: 3rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 1530px) {
  .news-item {
    width: 32%;
  }
}
@media (max-width: 900px) {
  .news-item {
    width: 49%;
  }
}
@media (max-width: 440px) {
  .news-item {
    width: 100%;
  }
}
.news-item-list {
  color: #61667C;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 175%;
}
.news-item-list:not(:last-child) {
  margin-bottom: 1.5rem;
}
.news-item-list ul {
  display: flex;
  flex-wrap: wrap;
}
.news-item-list li {
  position: relative;
}
.news-item-list li:not(:last-child) {
  margin-right: 2.2rem;
  padding-right: 2.4rem;
}
@media (max-width: 550px) {
  .news-item-list li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1.2rem;
  }
}
.news-item-list li:not(:last-child):after {
  content: "•";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
}
.news-item__image {
  width: 100%;
  height: 38rem;
  margin-bottom: 3.5rem;
  flex-shrink: 0;
}
@media (max-width: 1530px) {
  .news-item__image {
    height: auto;
  }
}
.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__title {
  margin-bottom: 1rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
.news-item__description {
  margin-top: auto;
  margin-bottom: 2.5rem;
}
.news-item__link {
  width: 1.8rem;
  height: 1.8rem;
}

.archive-news-section {
  padding-top: 4.5rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 1024px) {
  .archive-news-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.archive-head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .archive-head {
    flex-direction: column;
  }
}
.archive-head__title {
  margin-right: 2rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 6.4rem */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.archive-head__title:last-child {
  margin: 0;
}
@media (max-width: 1024px) {
  .archive-head__title {
    margin-right: 0;
    margin-bottom: 3rem;
    font-size: 3.4rem;
  }
}
@media (max-width: 1024px) {
  .archive-head__title:last-child {
    margin-bottom: 0;
  }
}
.archive-head__description {
  width: 100%;
  max-width: 62rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.archive-head-section {
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  background: rgba(215, 221, 234, 0.25);
}
.archive-head-section .breadcrumbs {
  color: #262C40;
  margin-bottom: 4rem;
}
.archive-head-section .breadcrumbs a {
  color: #61667C;
}
.archive-section {
  padding: 6.5rem 0;
}
@media (max-width: 530px) {
  .archive-section {
    padding: 4rem 0;
  }
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
}

@media (max-width: 1024px) {
  .search-head-section {
    padding: 2.5rem 0;
  }
}
@media (max-width: 1024px) {
  .search-head-section .archive-head__title {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}
.search-section {
  padding: 4.5rem 0;
}
@media (max-width: 1024px) {
  .search-section {
    padding: 2.5rem 0;
  }
}
.search-result {
  margin-bottom: 3rem;
  padding: 2rem;
  width: 49rem;
  max-width: 32%;
  background: rgba(215, 221, 234, 0.2);
}
@media (max-width: 1110px) {
  .search-result {
    width: 50%;
    max-width: 49%;
  }
}
@media (max-width: 570px) {
  .search-result {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.search-result__link {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  flex-shrink: 0;
}
.search-result__text {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 2.8rem */
}
.search-result__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.search-result__title {
  display: block;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.03rem;
  text-transform: uppercase;
}
.search-result__title:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1110px) {
  .search-result__title {
    font-size: 2rem;
  }
}
.search-result__type {
  display: inline-block;
  background: rgba(2, 85, 127, 0.1);
  padding: 0.5rem 1rem;
  color: #216A8F;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 2.32rem */
  text-transform: uppercase;
}
.search-result__type:not(:last-child) {
  margin-bottom: 1.5rem;
}
.search-results {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-results__title {
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
}
.search-results__title:not(:last-child) {
  margin-bottom: 4.5rem;
}
@media (max-width: 1024px) {
  .search-results__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.search-page-form {
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 41rem;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .search-page-form {
    margin-left: 0;
  }
}
.search-page-form-input {
  padding: 1.8rem 1.8rem 1.8rem 4.6rem;
  border: 1px solid rgba(97, 102, 124, 0.2);
  background: #FFF;
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.search-page-form-input::-moz-placeholder {
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.search-page-form-input::placeholder {
  color: #292929;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
}
.search-page-form-label {
  display: block;
}
.search-page-form-image {
  position: absolute;
  left: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
}

.studbook {
  display: flex;
}
@media (max-width: 630px) {
  .studbook {
    flex-direction: column;
  }
}
.studbook__decorative {
  width: 100%;
  max-width: 36rem;
}
.studbook-section {
  position: relative;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 630px) {
  .studbook-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.studbook-section > * {
  position: relative;
}
.studbook-section:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 42.6rem;
  height: 26.3rem;
  flex-shrink: 0;
  background: #092939;
}
@media (max-width: 992px) {
  .studbook-section:before {
    width: 30%;
  }
}
.studbook__image {
  width: 62rem;
  height: 65rem;
  flex-shrink: 0;
  margin-right: 9rem;
}
@media (max-width: 1450px) {
  .studbook__image {
    margin-right: 4rem;
  }
}
@media (max-width: 992px) {
  .studbook__image {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 630px) {
  .studbook__image {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
  }
}
.studbook__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.studbook-row {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .studbook-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 630px) {
  .studbook-row {
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .studbook-row {
    flex-direction: column;
    align-items: center;
  }
}
.studbook__text {
  width: 100%;
  max-width: 37rem;
  margin-right: 9rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 2.8rem */
}
.studbook__text > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 1450px) {
  .studbook__text {
    margin-right: 2rem;
    max-width: 36rem;
  }
}
@media (max-width: 1199px) {
  .studbook__text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 630px) {
  .studbook__text {
    margin-right: 2rem;
  }
}
@media (max-width: 560px) {
  .studbook__text {
    margin-right: 0;
  }
}
.studbook__title {
  width: 100%;
  max-width: 51rem;
  margin-bottom: 2.5rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 6.4rem */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media (max-width: 630px) {
  .studbook__title {
    max-width: 100%;
    font-size: 2.6rem;
  }
}
.studbook__subtitle {
  margin-bottom: 2.4rem;
  color: #292929;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.studbook__subtitle em {
  font-style: italic;
}
.studbook-blockquote .text blockquote {
  background-color: #fff;
}
.studbook-text {
  display: flex;
}
@media (max-width: 800px) {
  .studbook-text {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.studbook-text-column {
  width: 100%;
  max-width: 51rem;
}
@media (max-width: 800px) {
  .studbook-text-column {
    max-width: 100%;
  }
}
.studbook-text__image {
  width: 75.5rem;
  flex-grow: 0;
  flex-shrink: 0;
  height: auto;
  margin-right: 12.5rem;
}
@media (max-width: 1366px) {
  .studbook-text__image {
    margin-right: 4.5rem;
  }
}
@media (max-width: 1110px) {
  .studbook-text__image {
    margin-right: 2.5rem;
    width: 50.5rem;
  }
}
@media (max-width: 560px) {
  .studbook-text__image {
    width: 100%;
    margin-right: 0;
  }
}
.studbook-text-section {
  padding: 12.5rem 0;
  background: rgba(215, 221, 234, 0.25);
}
@media (max-width: 630px) {
  .studbook-text-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.highlights-section {
  padding-top: 12.5rem;
  padding-bottom: 10.5rem;
  background: rgba(215, 221, 234, 0.25);
}
@media (max-width: 767px) {
  .highlights-section {
    padding: 4rem 0;
  }
}
.highlights-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.5rem;
}
@media (max-width: 767px) {
  .highlights-head {
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .highlights-head {
    flex-direction: column;
  }
}
.highlights__title {
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 6.4rem */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.highlights__title:not(:last-child) {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .highlights__title {
    font-size: 2.8rem;
  }
}
.highlights-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .highlights-list {
    justify-content: space-around;
  }
}
.highlights-item {
  width: 49rem;
  max-width: 32%;
  padding: 3rem;
  border: 1px solid rgba(97, 102, 124, 0.1);
  background: #FFF;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .highlights-item {
    padding: 1.4rem;
  }
}
@media (max-width: 767px) {
  .highlights-item {
    max-width: 49%;
  }
}
@media (max-width: 480px) {
  .highlights-item {
    max-width: 100%;
  }
}
.highlights-item__text {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 2.8rem */
}
.highlights-item__icon {
  margin-bottom: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  width: 7rem;
  height: 7rem;
  flex-shrink: 0;
  background-color: #092939;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .highlights-item__icon {
    margin-bottom: 2.5rem;
  }
}
.highlights-item__icon:last-child {
  margin-bottom: 0;
}
.highlights-item__title {
  margin-bottom: 1.5rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%; /* 2.755rem */
  text-transform: uppercase;
}
.highlights-item__title:last-child {
  margin-bottom: 0;
}
.highlights-item__title em {
  display: inline-block;
  margin-right: 1.5rem;
  color: #216A8F;
  font-style: italic;
}
@media (max-width: 992px) {
  .highlights-item__title em {
    margin-right: 0.5rem;
  }
}

.faq-container {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
}
.faq-section {
  padding: 12.5rem 0;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 630px) {
  .faq-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.faq-item {
  position: relative;
  padding: 2.5rem 4rem;
  border: 1px solid rgba(97, 102, 124, 0.15);
  background: #FFF;
}
@media (max-width: 450px) {
  .faq-item {
    padding: 1.5rem 4rem;
  }
}
.faq-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 3.6rem;
  left: 2.5rem;
  width: 3px;
  height: 3px;
  flex-shrink: 0;
  background-color: #216A8F;
  border-radius: 50%;
}
@media (max-width: 450px) {
  .faq-item:after {
    top: 2.4rem;
  }
}
.faq-item__title {
  position: relative;
  padding-right: 4rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 450px) {
  .faq-item__title {
    font-size: 1.4rem;
  }
}
.faq-item__title:after, .faq-item__title:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #216A8F;
  transition: 0.5s ease;
}
@media (max-width: 450px) {
  .faq-item__title:after, .faq-item__title:before {
    right: -10px;
  }
}
.faq-item__title:after {
  width: 24px;
  transform: translateY(-50%) translateX(48%);
  height: 2px;
}
@media (max-width: 450px) {
  .faq-item__title:after {
    width: 14px;
    transform: translateY(-50%) translateX(45%);
  }
}
.faq-item__title:before {
  height: 24px;
  width: 2px;
}
@media (max-width: 450px) {
  .faq-item__title:before {
    height: 14px;
  }
}
.faq-item__title.active:before {
  opacity: 0;
  height: 0.1rem;
}
.faq-item__text {
  display: none;
  margin-top: 1.2rem;
  max-width: 90rem;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
@media (max-width: 450px) {
  .faq-item__text {
    font-size: 1.4rem;
  }
}

.contacts {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts-section {
  padding-top: 3.5rem;
  padding-bottom: 12.5rem;
  background: #FFF;
}
.contacts-text {
  margin-right: 13rem;
  width: 100%;
  max-width: 39rem;
}
@media (max-width: 1440px) {
  .contacts-text {
    max-width: 49%;
  }
}
@media (max-width: 1024px) {
  .contacts-text {
    margin-right: 4rem;
  }
}
@media (max-width: 767px) {
  .contacts-text {
    margin-right: 0;
    margin-bottom: 2rem;
    max-width: 100%;
  }
}
.contacts__title {
  margin-bottom: 2.5rem;
  color: #292929;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 6.4rem */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 2.6rem;
  }
}
.contacts__text {
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 2.8rem */
}
.contacts-map {
  width: 101rem;
  height: 43.5rem;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .contacts-map {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contacts-map {
    width: 100%;
  }
}

.social-network {
  color: #216A8F;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 165%;
  text-transform: uppercase;
}
.social-network:hover {
  color: #292929;
}
.social-network-item {
  margin-bottom: 1rem;
}
.social-network-item:not(:last-child) {
  margin-right: 2rem;
}
.social-networks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-section {
  padding: 12.5rem 0;
  background: rgba(215, 221, 234, 0.25);
}
@media (max-width: 690px) {
  .contact-section {
    padding: 4rem 0;
  }
}
.contact__title {
  color: #292929;
  text-align: center;
  font-family: "Titillium Web", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 6.4rem */
  letter-spacing: -0.04rem;
  text-transform: uppercase;
}
.contact__title:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 690px) {
  .contact__title {
    font-size: 2.8rem;
  }
}
.contact__subtitle {
  color: #61667C;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 2.8rem */
}
.contact__subtitle:not(:last-child) {
  margin-bottom: 4.5rem;
}
.contact-form {
  width: 128rem;
  margin: 0 auto;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1350px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form a {
  color: #4578FF;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.contact-form .button {
  display: flex;
  width: 41rem;
  max-width: 32%;
  padding: 2rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  line-height: 30%;
}
@media (max-width: 690px) {
  .contact-form .button {
    width: 100%;
    max-width: 100%;
  }
}
.contact-form-label {
  width: 41rem;
  max-width: 32%;
}
.contact-form-label input {
  width: 100%;
  border: 1px solid rgba(97, 102, 124, 0.2);
  background: #FFF;
  color: #61667C;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 690px) {
  .contact-form-label {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.contact-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.contact-form-row > * {
  margin-right: 2rem;
}
@media (max-width: 690px) {
  .contact-form-row > * {
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  .contact-form-row {
    flex-direction: column;
  }
}
