*,
*::before,
*::after {
  box-sizing: border-box;
}

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

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #fff;
}

.page {
  overflow: hidden;
  padding-top: 8rem;
}
@media only screen and (min-width: 1200px) {
  .page {
    padding-top: 13rem;
  }
}

/* poppins-italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-500italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-600italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.footer {
  border-top: 0.1rem solid #000;
}
.footer__content {
  background: #0e0e0e;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-content--wide {
  padding: 8rem 0 0 0;
}
.footer-content--wide .copyright {
  text-align: center;
}
.footer-content--wide .footer-content__texts {
  margin: 0 auto;
  padding: 0 2rem 5rem 2rem;
}
@media only screen and (min-width: 991px) {
  .footer-content--wide .footer-content__texts {
    padding: 0 4rem 5rem 4rem;
  }
}
.footer-content__left {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .footer-content__left {
    width: 50%;
    justify-content: flex-end;
    padding: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__left {
    padding: 0 0 0 4rem;
  }
}
.footer-content__texts {
  padding: 4rem 0 5rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-width: 70rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer-content__texts {
    padding: 8rem 0 5rem 0;
    flex-direction: row;
  }
}
.footer-content__box {
  width: 100%;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 4rem 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-content__box {
    width: 50%;
    margin: 0 0 4rem 0;
    padding: 0 4rem 0 0;
    text-align: left;
  }
}
.footer-content__box h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 3rem 0;
  padding: 0;
}
.footer-content__box p {
  margin: 0 0 3rem 0;
}
.footer-content__box p a {
  color: inherit;
  text-decoration: underline;
}
.footer-content__box p a:hover {
  text-decoration: none;
}
.footer-content__box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-content__box ul li {
  margin: 0 0 1rem 0;
  padding: 0;
}
.footer-content__box ul li a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.footer-content__box ul li a:hover {
  color: #fff;
}
.footer-content__contacts a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDC901;
  text-decoration: underline;
  margin: 0 0 1rem 0;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .footer-content__contacts a {
    justify-content: flex-start;
  }
}
.footer-content__contacts a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-content__contacts a img {
  margin: 0 2rem 0 0;
  width: 1.8rem;
}
.footer-content__right {
  width: 100%;
  min-height: 35rem;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .footer-content__right {
    width: 50%;
    min-height: 50rem;
  }
}
.footer-content__right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4rem 0 0;
}
@media only screen and (min-width: 768px) {
  .footer-socials {
    justify-content: flex-start;
  }
}
.footer-socials a {
  margin: 0 1rem;
}
@media only screen and (min-width: 768px) {
  .footer-socials a {
    margin: 0 2rem 0 0;
  }
}

.copyright {
  position: absolute;
  bottom: 1.5rem;
  padding: 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 400;
  width: 100%;
  opacity: 0.5;
}
@media only screen and (min-width: 991px) {
  .copyright {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .copyright {
    font-size: 1.2rem;
  }
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}

.content {
  position: relative;
  z-index: 101;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 126rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 126rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 105;
  background: #fff;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.11);
}
.header .container {
  max-width: 100%;
}
@media only screen and (min-width: 1500px) {
  .header .container {
    padding: 0 3.5rem;
  }
}
.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
}
@media only screen and (min-width: 1200px) {
  .header__main {
    height: 13rem;
  }
}
.header__left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header__logo {
  position: relative;
}
.header__logo a {
  display: block;
  font-size: 0;
  text-decoration: none;
}
.header__logo a span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.2rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .header__logo a span {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header__logo a span {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__logo a span {
    font-size: 4.8rem;
  }
}
.header__slogan {
  display: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-left: 0.1rem solid #fff;
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 1.5rem;
}
@media only screen and (min-width: 1300px) {
  .header__slogan {
    display: block;
  }
}
@media only screen and (min-width: 1500px) {
  .header__slogan {
    margin: 0 0 0 2rem;
  }
}
@media only screen and (min-width: 1800px) {
  .header__slogan {
    margin: 0 0 0 4.5rem;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header__menu {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header__menu {
    display: block !important;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu {
    position: absolute;
    top: calc(100% - 0.1rem);
    left: 0;
    width: 100%;
    background: #fff;
  }
}
.header__lang {
  position: relative;
  margin: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .header__lang {
    margin: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 1500px) {
  .header__lang {
    margin: 0 3rem 0 0;
  }
}
@media only screen and (min-width: 1800px) {
  .header__lang {
    margin: 0 6rem 0 0;
  }
}
.header__button {
  margin: 0 0 0 2rem;
  display: flex !important;
  align-items: center;
  font-size: 1.4rem !important;
  padding: 1rem 1.5rem 1rem 1.5rem !important;
  border-radius: 0.3rem !important;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .header__button {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .header__button {
    padding: 1.6rem 3rem 1.6rem 2rem !important;
    border-radius: 0 !important;
  }
}
@media only screen and (min-width: 1500px) {
  .header__button {
    margin: 0;
    padding: 1.8rem 4.5rem 1.8rem 2.5rem !important;
    font-size: 1.6rem !important;
  }
}
.header__button img {
  margin: 0 1.5rem 0 0;
  width: 1.4rem;
}
@media only screen and (min-width: 1500px) {
  .header__button img {
    width: 1.8rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header__button img {
    margin: 0 4rem 0 0;
  }
}
.header-toggle {
  border: none;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1rem;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  background: #FDC901;
  position: relative;
  transition: 0.3s;
  height: 4.2rem;
  border-radius: 0.3rem;
}
@media only screen and (min-width: 768px) {
  .header-toggle {
    padding: 0 2rem;
    margin: 0 0 0 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 1.5rem;
  transform: translateY(-0.1rem);
  min-width: 5.3rem;
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.2rem;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-lang {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1rem;
  margin: 0 0 0 0;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  border-radius: 0rem;
}
.header-lang span {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.header-lang img {
  margin: 0 0 0 0.9rem;
}

.langs-list {
  display: none;
  position: absolute;
  top: 130%;
  left: 0rem;
  margin: 0;
  background: #fff;
  transition: 0.3s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.5rem 0;
  min-width: 50px;
  border-radius: 0.3rem;
}
.langs-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.langs-list li {
  margin: 0;
  padding: 0;
  display: block;
}
.langs-list li a {
  display: block;
  text-align: left;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .langs-list li a {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
.langs-list li a:hover {
  background: none;
  color: #FDC901;
}
@media only screen and (min-width: 1200px) {
  .langs-list li a:hover {
    background: none;
    color: #FDC901;
  }
}

.page-header {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.page-header .breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
}
.page-header__caption {
  font-weight: 700;
  color: #000000;
  text-shadow: 0 0 0.5rem rgba(255, 255, 255, 0.4);
  font-size: 2.5rem;
  line-height: 1.2;
  width: 100%;
  padding: 8rem 0 0 0;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .page-header__caption {
    font-size: 3.5rem;
    text-shadow: none;
  }
}

.content__subpage {
  padding: 4rem 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
.content__subpage a {
  color: #FDC901;
  text-decoration: underline;
}
.content__subpage a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .content__subpage {
    padding: 5rem 0;
  }
}

.required-indication {
  color: #FF728A;
  font-weight: 600;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
.form-row .form-field {
  padding: 0 1.5rem;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .form-row .form-field {
    width: 50%;
  }
}
.form-row .form-field__label.w-100 {
  padding: 1.3rem 0 0.7rem 0;
}

.contact-box {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 5rem rgba(49, 52, 58, 0.3);
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 991px) {
  .contact-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 7rem 0;
  }
}
.contact-box__left {
  border-right: 0.1rem #ddd solid;
  padding: 2rem;
}
@media only screen and (min-width: 991px) {
  .contact-box__left {
    width: 50rem;
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-box__left {
    padding: 5rem;
  }
}
.contact-box__right {
  flex: 1;
  padding: 2rem;
}
@media only screen and (min-width: 991px) {
  .contact-box__right {
    width: 500px;
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .contact-box__right {
    padding: 5rem;
  }
}
.contact-box__right .contact-box__form {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.contact-box__right .contact-box__form .formButton {
  text-align: center;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.contact-box__right .contact-box__form .formField {
  margin: 0 0 1.5rem 0;
  position: relative;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .contact-box__right .contact-box__form .formField {
    margin: 0 0 3rem 0;
  }
}
.contact-box__right .contact-box__form .formField-textBox {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .contact-box__right .contact-box__form .formField-textBox {
    width: 50%;
  }
}
.contact-box__right .contact-box__form .formField-textArea {
  width: 100%;
}
.contact-box__right .contact-box__form .formField .label {
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #E60003;
  padding: 0 0 0.7rem 0;
  margin: 0;
  width: 100%;
}
.contact-box__right .contact-box__form .formField .label label {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.contact-box__right .contact-box__form .formField .edit {
  width: 100%;
}
.contact-box__right .contact-box__form .formField .edit input, .contact-box__right .contact-box__form .formField .edit textarea {
  border: 0.1rem solid #ddd;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  display: block;
  width: 100%;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #E60003;
  padding: 0.9rem 1.2rem;
  margin: 0;
}
.contact-box__right .contact-box__form .formField .edit input:focus, .contact-box__right .contact-box__form .formField .edit textarea:focus {
  background: #fff;
  color: #000;
}
.contact-box__right .contact-box__form .formField .edit textarea {
  resize: none;
  height: 15rem;
}
.contact-box__items {
  color: #000000;
}
.contact-box__item {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 3rem 0;
  font-size: 1.5rem;
}
.contact-box__item a {
  display: flex;
  align-items: center;
  width: 100%;
  color: inherit;
  text-decoration: none !important;
  transition: 0.3s;
}
.contact-box__item a:hover strong {
  color: #FDC901;
}
.contact-box__item a:hover strong span {
  color: #000000;
}
.contact-box__item img {
  margin: 0 2rem 0 0 !important;
  border-radius: 0 !important;
  filter: brightness(0) saturate(100%) invert(28%) sepia(99%) saturate(6667%) hue-rotate(342deg) brightness(84%) contrast(117%);
}
.contact-box__item strong {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  color: #000000;
  transition: 0.3s;
}
.contact-box__item span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0.5rem 0 0 0;
  color: #000000;
}

.contact-box-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 6rem 0;
}
.contact-box-person__img {
  width: 5rem;
}
@media only screen and (min-width: 768px) {
  .contact-box-person__img {
    width: 9rem;
  }
}
.contact-box-person__img img {
  display: inline-block;
  max-width: 100%;
  border-radius: 100% !important;
  margin: 0 !important;
}
.contact-box-person__texts {
  width: calc(100% - 5rem);
  padding: 0 0 0 1.5rem;
}
@media only screen and (min-width: 768px) {
  .contact-box-person__texts {
    width: calc(100% - 9rem);
    padding: 0 0 0 2rem;
  }
}
.contact-box-person__texts h2 {
  color: #FDC901;
  font-size: 1.6rem !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .contact-box-person__texts h2 {
    font-size: 1.8rem !important;
  }
}
.contact-box-person__texts p {
  color: #000000;
  font-size: 1.4rem;
  margin: 0 !important;
  line-height: 1.4;
}
.contact-box-person__texts p strong {
  color: #000000;
}

.map {
  position: relative;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 991px) {
  .map {
    margin: 3rem 0 3rem 0;
  }
}
.map__frame {
  display: block;
}
@media (min-width: 768px) {
  .map__frame {
    padding: 0 0 0 17rem;
  }
}
.map__frame img, .map__frame iframe {
  width: 100%;
  display: block;
  box-shadow: 0 0 5rem rgba(49, 52, 58, 0.3);
  border-radius: 0;
}
.map__box {
  background: #fff;
}
@media (min-width: 768px) {
  .map__box {
    position: absolute;
    top: 5rem;
    width: 35rem;
    box-shadow: 0 0 5rem rgba(49, 52, 58, 0.3);
    text-align: left;
    border-radius: 0;
  }
}
.map__content {
  padding: 2rem;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0.5rem 0 0 0;
  color: #000000;
  line-height: 1.3;
}
@media only screen and (min-width: 991px) {
  .map__content {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .map__content {
    padding: 3rem 4rem;
  }
}
.map__content h3 {
  color: #000000;
}
.map__content p {
  margin: 0 !important;
}
.map__content a {
  color: #FDC901;
  text-decoration: underline;
}
.map__content a:hover {
  text-decoration: none;
}

.subpage {
  line-height: 1.5;
  font-size: 1.5rem;
}
@media only screen and (min-width: 991px) {
  .subpage {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.subpage h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 2.5rem 0;
}
.subpage h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 2.5rem 0;
}
.subpage img {
  max-width: 100%;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.11);
  margin: 0 0 2.5rem 0;
}
.subpage p {
  margin: 0 0 3.5rem 0;
}
.subpage a {
  text-decoration: underline;
  color: #FDC901;
}
.subpage a:hover {
  text-decoration: none;
  color: #000000;
}
.subpage hr {
  margin: 0 0 3.5rem 0;
  padding: 0;
  border-top: 0.1rem solid #000;
}
.subpage ul {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
.subpage ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.2rem;
  position: relative;
}
.subpage ul li:before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #FDC901;
  border-radius: 100%;
  position: absolute;
  top: 0.9rem;
  left: 0;
}
.subpage ul.list-pros li {
  padding: 0 0 0 3rem;
}
.subpage ul.list-pros li:before {
  top: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/plus.svg) no-repeat center center;
  background-size: contain;
}
.subpage ul.list-cons li {
  padding: 0 0 0 3rem;
}
.subpage ul.list-cons li:before {
  top: 0.9rem;
  width: 1rem;
  height: 0.3rem;
  background: #F56366;
}
.subpage--flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .subpage--flex {
    flex-direction: row;
  }
}
.subpage--flex .subpage__sidebar {
  width: 100%;
  margin: 0 0 2rem 0;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .subpage--flex .subpage__sidebar {
    width: 20rem;
    order: 1;
    margin: 0;
    border-right: 0.1rem solid #ddd;
  }
}
@media only screen and (min-width: 991px) {
  .subpage--flex .subpage__sidebar {
    width: 26rem;
  }
}
.subpage--flex .subpage__sidebar-title {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  font-weight: bold;
  display: inline-block;
  color: #000;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .subpage--flex .subpage__sidebar-title {
    pointer-events: none;
    cursor: default;
  }
}
.subpage--flex .subpage__sidebar-title span {
  display: inline-block;
  position: relative;
  padding: 0 2rem 0 0;
}
.subpage--flex .subpage__sidebar-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/caret.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .subpage--flex .subpage__sidebar-title span:before {
    content: none !important;
    display: none !important;
  }
}
.subpage--flex .subpage__sidebar-title.open span:before {
  transform: translateY(-50%) rotate(90deg);
}
.subpage--flex .subpage__container {
  width: 100%;
  margin: 0;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .subpage--flex .subpage__container {
    width: calc(100% - 20rem);
    order: 2;
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .subpage--flex .subpage__container {
    width: calc(100% - 26rem);
  }
}
@media only screen and (min-width: 1200px) {
  .subpage--flex .subpage__container {
    padding: 0 0 0 5rem;
  }
}

.table-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 5rem);
  margin: 0 -2.5rem;
}
.table-row__col {
  width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (min-width: 991px) {
  .table-row__col {
    width: 50%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 5rem);
  margin: 0 -2.5rem;
}
.row .col-50 {
  width: 100%;
  padding: 0 2.5rem;
}
@media only screen and (min-width: 991px) {
  .row .col-50 {
    width: 50%;
  }
}

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

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.m-auto {
  margin: 0 auto !important;
}

.space-nowrap {
  white-space: nowrap !important;
}

.space-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start !important;
}

.color-primary {
  color: #FDC901 !important;
}

.bg-primary {
  background: #FDC901 !important;
}

.disable-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.opacity-0 {
  opacity: 0 !important;
}

.breadcrumb {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    font-size: 1.4rem;
  }
}
.breadcrumb a {
  color: #fff !important;
  text-decoration: none !important;
  background: none !important;
}
.breadcrumb a:hover {
  text-decoration: underline !important;
  color: #FDC901 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  display: inline-block;
  padding: 0 1.1rem;
  color: #fff;
}

.btn {
  line-height: 1.2;
  letter-spacing: 0rem;
  border: 0.2rem solid #FDC901;
  outline: none !important;
  border-radius: 0rem;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 3rem;
  font-weight: 700;
  display: inline-block;
  color: #000;
  background: #FDC901;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .btn {
    padding: 1.7rem 3rem;
    font-size: 1.8rem;
  }
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn:before {
  content: none !important;
}
.btn:hover {
  background: #FDC901;
  text-decoration: none;
  color: #000;
}
.btn.selected {
  background: #FDC901;
  color: #000;
}

.btn-primary {
  border: 0.2rem solid #FDC901 !important;
  background: #FDC901 !important;
  color: #000 !important;
}
.btn-primary:hover {
  border-color: #FDC901 !important;
  background: #feda4c !important;
  color: #000 !important;
}
.btn-primary.btn-outline {
  border: 0.3rem solid #FDC901 !important;
  background: transparent !important;
  color: #000 !important;
}
.btn-primary.btn-outline:hover {
  border-color: #FDC901 !important;
  background: #FDC901 !important;
  color: #000 !important;
}

.btn-secondary {
  border: 0.2rem solid #E60003 !important;
  background: #E60003 !important;
  color: #fff !important;
}
.btn-secondary:hover {
  border-color: #E60003 !important;
  background: #fff !important;
  color: #E60003 !important;
}
.btn-secondary.btn-outline {
  border: 0.3rem solid #E60003 !important;
  background: transparent !important;
  color: #fff !important;
}
.btn-secondary.btn-outline:hover {
  border-color: #E60003 !important;
  background: #E60003 !important;
  color: #fff !important;
}

.btn-link {
  border: none;
  background: transparent;
  color: #FDC901;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  width: auto;
}
.btn-link img {
  margin: 0 1rem 0 0;
  transition: 0.3s;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link:hover img {
  transform: translateX(0.5rem);
}

.fancybox-bg {
  background: #82848f !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8 !important;
}

.modal.fancybox-content {
  background: #fff;
  border: 0.1rem solid #000;
  border-radius: 1.1rem;
  width: 100%;
  padding: 0;
}

.modal-window__header {
  position: relative;
  padding: 0 2.5rem;
}
.modal-window__close {
  position: absolute;
  top: 0.7rem;
  right: 1rem;
  border: none;
  background: none;
  outline: none !important;
  cursor: pointer;
  color: #C5C5C5;
  font-size: 4.1rem;
  font-weight: 400;
  line-height: 1;
}
.modal-window__close span {
  transform: rotate(45deg);
  display: block;
  position: relative;
}
.modal-window__body {
  padding: 2.5rem;
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 4rem 2rem 4rem;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .navigation {
    text-align: left;
    padding: 0;
    border: none;
  }
}
.navigation > li {
  margin: 0 1rem;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .navigation > li:last-child > a:not(.btn) {
    background: #0A9737;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 0.4rem;
    padding: 0.7rem;
    text-decoration: underline;
  }
  .navigation > li:last-child > a:not(.btn):after {
    content: none;
  }
}
@media only screen and (min-width: 1200px) {
  .navigation > li {
    margin: 0 1.5rem;
    display: inline-block;
  }
  .navigation > li:last-child > a:not(.btn) {
    position: absolute;
    top: -4rem;
    left: -4.5rem;
    background: #0A9737;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    border-radius: 0.4rem;
    padding: 0.7rem;
    display: inline-block;
    text-decoration: underline;
  }
  .navigation > li:last-child > a:not(.btn):after {
    content: none;
  }
}
@media only screen and (min-width: 1800px) {
  .navigation > li {
    margin: 0 2.5rem;
  }
}
.navigation > li.has-child a span {
  position: relative;
  padding: 0 1.7rem 0 0;
}
.navigation > li.has-child a span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0rem;
  transform: translateY(-60%);
  border-top: 4px solid #000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.navigation > li.has-child.open ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.has-child.open ul {
    top: 100%;
  }
}
.navigation > li.has-child.open a span:before {
  transform: translateY(-50%) rotate(180deg);
}
.navigation > li.has-child ul {
  display: block;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.has-child ul {
    position: absolute;
    top: 150%;
    left: -2rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 1rem 0;
    height: auto;
    min-width: 250px;
    border-radius: 0.3rem;
  }
}
.navigation > li.has-child ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.navigation > li.has-child ul li a {
  display: block;
  text-align: left;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.has-child ul li a {
    padding: 1rem 1.5rem;
    text-align: left;
    font-size: 1.5rem;
  }
}
.navigation > li.has-child ul li a:before, .navigation > li.has-child ul li a:after {
  content: none;
  display: none;
}
.navigation > li.has-child ul li a:hover {
  background: none;
  color: #FDC901;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.has-child ul li a:hover {
    background: none;
    color: #FDC901;
  }
}
.navigation > li > a:not(.btn) {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #000;
  padding: 1.4rem 0;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .navigation > li > a:not(.btn) {
    color: #000;
    padding: 0.8rem 0;
    font-size: 1.6rem;
  }
  .navigation > li > a:not(.btn):after {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0rem;
    height: 0.2rem;
    background: #000;
    left: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1800px) {
  .navigation > li > a:not(.btn) {
    font-size: 1.8rem;
  }
}
.navigation > li > a:not(.btn) span.pocet {
  position: absolute;
  top: -1rem;
  right: 0;
  background: #FDC901;
  color: #fff;
  font-size: 1.4rem;
  transform: translateX(100%);
  text-decoration: none;
  font-weight: 800;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  border-radius: 100%;
}
.navigation > li > a:not(.btn):hover {
  text-decoration: none;
}
.navigation > li > a:not(.btn):hover:after {
  width: 100%;
}
.navigation > li.selected a {
  font-weight: bold;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.selected a {
    font-weight: bold;
    color: #000;
  }
  .navigation > li.selected a:after {
    width: 100%;
  }
}

#cookiePanel {
  z-index: 999;
  width: calc(100% - 3rem);
  min-height: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #FDC901;
  overflow: hidden;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 550px) {
  #cookiePanel {
    width: 29rem;
  }
}
@media only screen and (min-width: 768px) {
  #cookiePanel {
    width: 35rem;
    padding: 3rem;
    bottom: 3rem;
    right: 3rem;
  }
}
#cookiePanel:before {
  background: url(../images/cookie.svg) no-repeat center center;
  width: 15rem;
  height: 15rem;
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-size: contain;
  z-index: 10;
  opacity: 0.1;
}
#cookiePanel .cookiePanelIn {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
}
#cookiePanel .cookiePanelIn a {
  color: #000;
  text-decoration: underline;
}
#cookiePanel .cookiePanelIn a:hover {
  text-decoration: none;
}
#cookiePanel .cookiePanelIn input {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.5rem;
  background: #FDC901;
  box-sizing: border-box;
  padding: 1.5rem 4.5rem;
  text-align: center;
  transition: 0.3s;
  border: 0.2rem solid #000;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
}
#cookiePanel .cookiePanelIn input:hover {
  cursor: pointer;
  background: #000;
  color: #FDC901;
}

.home-header .slick-dots {
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  z-index: 3;
  width: 100%;
  background: transparent;
  overflow: hidden;
  text-align: center;
  padding: 0;
  pointer-events: none;
  margin: 0;
}
.home-header .slick-dots li {
  margin: 0 0.7rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
.home-header .slick-dots li:before {
  content: none;
}
.home-header .slick-dots li.slick-active button {
  background: #FDC901;
}
.home-header .slick-dots li button {
  pointer-events: all;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 100%;
  padding: 0;
}
.home-header .slick-dots li button:before {
  content: none;
}
.home-header__item {
  min-height: calc(80vh - 8rem);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .home-header__item {
    min-height: calc(80vh - 13rem);
  }
}
.home-header__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.home-header__subtitle {
  color: #fff;
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .home-header__subtitle {
    font-size: 3.6rem;
    margin: 0 0 3rem 0;
  }
}
.home-header__text {
  color: #fff;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-shadow: 1px 1px black;
}
@media only screen and (min-width: 768px) {
  .home-header__text {
    font-size: 5.3rem;
  }
}
.home-header__text a {
  background: #0A9737;
  border-radius: 0.4rem;
  padding: 0.8rem 1rem;
  display: inline-block;
  margin: 1rem 0 0 0;
  color: #fff;
  text-decoration: none;
}
.home-header__controls {
  padding: 3rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .home-header__controls {
    padding: 4rem 0 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-header__controls {
    padding: 8rem 0 0 0;
  }
}
.home-header__controls .btn {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 !important;
  border: none !important;
}
.home-header__controls .btn:hover strong {
  background: #FDC901;
  color: #000;
}
.home-header__controls .btn strong {
  text-align: left;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 1.4rem 2rem 1.4rem 1.5rem;
  transition: 0.5s;
}
@media only screen and (min-width: 768px) {
  .home-header__controls .btn strong {
    font-size: 1.6rem;
    padding: 1.5rem 4rem 1.5rem 2.5rem;
  }
}
.home-header__controls .btn span {
  background: #FDC901;
  width: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-header__controls .btn span img {
  width: 3rem;
}

.home-nav {
  padding: 4rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .home-nav {
    padding: 10rem 0 5rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-nav {
    padding: 16rem 0 5rem 0;
  }
}
.home-nav__caption {
  font-size: 3.6rem;
  margin: 0 0 3rem 0;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home-nav__caption {
    font-size: 4.8rem;
    margin: 0 0 4.5rem 0;
  }
  .home-nav__caption:before {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    color: #f0f3ec;
    font-size: 12rem;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
  }
}

.home-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}
@media only screen and (min-width: 1200px) {
  .home-nav-list {
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
}
.home-nav-list__item {
  width: 100%;
  padding: 1rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .home-nav-list__item {
    width: 50%;
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-nav-list__item {
    width: 25%;
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .home-nav-list__item {
    padding: 1.5rem;
  }
}

.home-nav-card {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000000;
  text-align: center;
}
.home-nav-card:hover .home-nav-card__icon img {
  transform: scale(1.08);
}
.home-nav-card:hover .home-nav-card__title {
  color: #FDC901;
}
.home-nav-card__icon {
  position: relative;
  overflow: hidden;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .home-nav-card__icon {
    margin: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  .home-nav-card__icon {
    margin: 0 0 4rem 0;
  }
}
.home-nav-card__icon img {
  width: 100%;
  display: block;
  transition: 0.5s;
}
.home-nav-card__title {
  color: #000;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .home-nav-card__title {
    font-size: 2.4rem;
  }
}

.home-references {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px) {
  .home-references {
    padding: 12rem 0 7.5rem 0;
  }
}
.home-references__caption {
  font-size: 3.6rem;
  margin: 0 0 3.5rem 0;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home-references__caption {
    font-size: 4.8rem;
    margin: 0 0 4.5rem 0;
  }
  .home-references__caption:before {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    color: #f0f3ec;
    font-size: 12rem;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
  }
}
.home-references__controls {
  text-align: center;
  padding: 3rem 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  .home-references__controls {
    padding: 3rem 0 0 0;
  }
}

.home-references-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 550px) {
  .home-references-list {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
@media only screen and (min-width: 991px) {
  .home-references-list {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-references-list {
    width: calc(100% + 7rem);
    margin: 0 -3.5rem;
  }
}
.home-references-list__item {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .home-references-list__item {
    width: calc(50% - 4rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-references-list__item {
    width: calc(33.33% - 2rem);
  }
}
@media only screen and (min-width: 991px) {
  .home-references-list__item {
    width: calc(33.33% - 4rem);
    margin: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-references-list__item {
    width: calc(33.33% - 7rem);
    margin: 2rem 3.5rem;
  }
}

.home-reference-card {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1rem;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 5rem rgba(49, 52, 58, 0.3);
}
.home-reference-card__image img {
  width: 100%;
  display: block;
}
.home-reference-card__content {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.1;
  font-weight: normal;
  color: #000;
  padding: 2.5rem 1.5rem;
}
.home-reference-card__content h3 {
  min-height: 4.4rem;
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 991px) {
  .home-reference-card__content h3 {
    font-size: 2.4rem;
    min-height: 5rem;
  }
}
.home-reference-card__content p {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 991px) {
  .home-reference-card__content p {
    font-size: 1.6rem;
  }
}
.home-reference-card:hover {
  box-shadow: 0 0 6rem rgba(49, 52, 58, 0.5);
}

.content__about {
  padding: 8rem 0 10rem 0;
}
@media only screen and (min-width: 1200px) {
  .content__about {
    padding: 8rem 0 15rem 0;
  }
}

.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .about {
    padding: 0 0 25rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .about {
    padding: 0 0 16rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .about {
    padding: 0 0 3rem 0;
  }
}
.about__caption {
  font-size: 3.6rem;
  margin: 0 0 3.5rem 0;
  color: #000000;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .about__caption {
    font-size: 4.8rem;
    margin: 0 0 4.5rem 0;
  }
  .about__caption:before {
    content: attr(title);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    color: #f0f3ec;
    font-size: 12rem;
    z-index: -1;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
  }
}
.about__image {
  width: 100%;
  text-align: center;
  display: none;
}
@media only screen and (min-width: 768px) {
  .about__image {
    width: calc(50% - 3.5rem);
    display: block;
  }
}
.about__image img {
  max-width: 100%;
  display: inline-block;
}
.about__text {
  width: 100%;
  font-size: 1.5rem;
  margin: 0;
  line-height: 1.8;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about__text {
    width: calc(50% - 3.5rem);
    padding: 0;
    text-align: left;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .about__text {
    padding: 5rem 0 0 0;
  }
}
.about__text h2 {
  font-size: 3rem;
  margin: 0;
  padding: 0 0 3.7rem 0;
  line-height: 1.8;
  font-weight: 700;
  color: #000000;
  position: relative;
}
.about__text h2:before {
  content: "";
  width: 13rem;
  height: 0.1rem;
  background: #FDC901;
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .about__text h2:before {
    left: 0;
    transform: none;
  }
}
.about__text p {
  margin: 0 0 2.5rem 0;
}
@media only screen and (max-width: 768px) {
  .about__text .btn-link {
    justify-content: center;
  }
}
.about__text .btn-link img {
  filter: brightness(0) saturate(100%) invert(79%) sepia(72%) saturate(2853%) hue-rotate(5deg) brightness(104%) contrast(112%);
}
.about__box {
  background: #E60003;
  padding: 3.5rem 2rem;
  font-size: 1.8rem;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .about__box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 45rem;
    text-align: left;
    padding: 4rem 4rem;
  }
}

.success-box {
  text-align: center;
  /*color:#02d268;*/
  color: #000;
  padding: 4rem 0;
  width: 100%;
}
.success-box__icon {
  margin: 0 0 2rem 0;
}
.success-box__icon img {
  box-shadow: none;
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(7478%) hue-rotate(312deg) brightness(103%) contrast(99%);
}
.success-box__text {
  font-size: 2rem;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
}

.content__form {
  background: #FDC901;
  color: #000;
}

.content-form {
  margin: 0 auto;
  width: 100%;
  max-width: 65rem;
  padding: 8rem 0;
}
.content-form__title {
  font-size: 3.6rem;
  margin: 0 0 3.5rem 0;
  color: #000;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .content-form__title {
    font-size: 4.8rem;
    margin: 0 0 4.5rem 0;
  }
}
.content-form__text {
  font-size: 1.5rem;
  margin: 0 0 3.5rem 0;
  color: #000;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .content-form__text {
    margin: 0 0 4.5rem 0;
  }
}
.content-form__fields {
  display: flex;
  flex-wrap: wrap;
}
.content-form__fields .content-form__agreement {
  margin: 0 0 2.5rem 0;
  text-align: center;
  font-size: 1.5rem;
  display: block;
  width: 100%;
}
.content-form__fields .content-form__agreement a {
  color: inherit;
}
.content-form__fields .content-form__agreement a:hover {
  text-decoration: none;
}
.content-form__fields .formButton {
  text-align: center;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.content-form__fields .formButton input {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #fff;
  outline: none !important;
  border-radius: 0rem;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 3rem;
  font-weight: 700;
  display: inline-block;
  color: #000;
  background: #fff;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
  .content-form__fields .formButton input {
    padding: 1.7rem 4rem;
    font-size: 1.6rem;
  }
}
.content-form__fields .formButton input:hover {
  border-color: #E60003 !important;
  background: #E60003 !important;
  color: #fff !important;
}
.content-form__fields .formField {
  margin: 0 0 1.5rem 0;
  position: relative;
  padding: 0 2rem;
}
@media only screen and (min-width: 768px) {
  .content-form__fields .formField {
    margin: 0 0 3rem 0;
  }
}
.content-form__fields .formField-textBox {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .content-form__fields .formField-textBox {
    width: 50%;
  }
}
.content-form__fields .formField-textArea {
  width: 100%;
}
.content-form__fields .formField .label {
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #000;
  padding: 0 0 0.7rem 0;
  margin: 0;
  width: 100%;
}
.content-form__fields .formField .label label {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.content-form__fields .formField .edit {
  width: 100%;
}
.content-form__fields .formField .edit input, .content-form__fields .formField .edit textarea {
  border: 0.1rem solid #000;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  display: block;
  width: 100%;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #000;
  padding: 0.9rem 1.2rem;
  margin: 0;
}
.content-form__fields .formField .edit input:focus, .content-form__fields .formField .edit textarea:focus {
  background: #fff;
  color: #000;
}
.content-form__fields .formField .edit textarea {
  resize: none;
  height: 15rem;
}

#ajaxContactForm {
  max-width: 80rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.1);
}

.popup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 30rem;
}
.popup__sidebar {
  display: none;
  background: #fff;
  width: 100%;
  padding: 5rem 3rem;
}
@media only screen and (min-width: 768px) {
  .popup__sidebar {
    display: block;
    width: 26rem;
  }
}
.popup__logo {
  margin: 0 0 4rem 0;
}
.popup__logo img {
  display: inline-block;
  max-width: 100%;
}
.popup__contacts {
  color: #000000;
}
.popup__contacts a {
  color: inherit;
  display: block;
  text-decoration: none;
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.popup__contacts a span {
  display: block;
}
.popup__contacts a strong {
  text-decoration: underline;
}
.popup__contacts a:hover strong {
  color: #FDC901;
}
.popup__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f3ec;
  width: 100%;
  padding: 2rem 1.5rem;
}
@media only screen and (min-width: 768px) {
  .popup__form {
    width: calc(100% - 26rem);
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__form {
    padding: 4rem;
  }
}
.popup__form > form {
  width: 100%;
}
.popup__text {
  padding: 0 0 2rem 0;
}
.popup__text h2 {
  color: #000000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .popup__text h2 {
    font-size: 2.6rem;
  }
}
.popup__fields {
  width: 100%;
}
.popup__fields .formField .label {
  display: block;
}
@media only screen and (min-width: 550px) {
  .popup__fields .formField .label {
    width: 10rem;
  }
}
@media only screen and (min-width: 550px) {
  .popup__fields .formField .edit {
    width: calc(100% - 10rem);
  }
}
.popup__fields .formField-textArea .label {
  width: 100%;
  margin: 0 0 0.8rem 0;
}
.popup__fields .formField-textArea .edit {
  width: 100%;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  padding: 1rem 0;
  margin: 0 -1rem;
}
@media only screen and (min-width: 768px) {
  .gallery {
    padding: 3rem 0;
  }
}
.gallery__item {
  width: 50%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .gallery__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .gallery__item {
    width: 25%;
  }
}
.gallery__item a {
  background: none !important;
  overflow: hidden;
  display: block;
  position: relative;
}
.gallery__item a img {
  display: block;
  max-width: 100%;
  transition: 0.3s;
  margin: 0 !important;
}
.gallery__item a:hover img {
  transform: scale(1.2) rotate(5deg);
}

.pager {
  text-align: center;
  padding: 0;
}
.pager__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.pager__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 1.4rem;
  margin: 0 0.2rem;
  font-weight: 600;
}
.pager__list li a, .pager__list li span {
  display: block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 3.4rem;
  width: 3.4rem;
  line-height: 3.5rem;
  color: #5c6582;
  border-radius: 100%;
  background: #d4ced6;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .pager__list li a, .pager__list li span {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 3.5rem;
  }
}
.pager__list li a:hover {
  text-decoration: underline;
}
.pager__list li.current span {
  background: #FDC901;
  color: #000;
}
.pager__list li.next img, .pager__list li.prev img {
  filter: invert(41%) sepia(25%) saturate(428%) hue-rotate(191deg) brightness(90%) contrast(94%);
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pager__list li.next a:hover, .pager__list li.prev a:hover {
  background: #FDC901;
  color: #000;
}
.pager__list li.next a:hover img, .pager__list li.prev a:hover img {
  filter: invert(96%) sepia(96%) saturate(0%) hue-rotate(146deg) brightness(105%) contrast(104%);
}
.pager__list li.next img {
  transform: translate(-50%, -50%) rotate(180deg);
}

.reference-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  padding: 3.5rem 0;
}
@media only screen and (min-width: 768px) {
  .reference-content {
    flex-direction: row;
  }
}
.reference-content__sidebar {
  width: 100%;
  margin: 0 0 2rem 0;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .reference-content__sidebar {
    width: 20rem;
    order: 1;
    margin: 0;
    border-right: 0.1rem solid #ddd;
  }
}
@media only screen and (min-width: 991px) {
  .reference-content__sidebar {
    width: 26rem;
  }
}
.reference-content__sidebar-title {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  font-weight: bold;
  display: inline-block;
  color: #000;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  white-space: nowrap;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .reference-content__sidebar-title {
    pointer-events: none;
    cursor: default;
  }
}
.reference-content__sidebar-title span {
  display: inline-block;
  position: relative;
  padding: 0 2rem 0 0;
}
.reference-content__sidebar-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0rem;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/caret.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .reference-content__sidebar-title span:before {
    content: none !important;
    display: none !important;
  }
}
.reference-content__sidebar-title.open span:before {
  transform: translateY(-50%) rotate(90deg);
}
.reference-content__container {
  width: 100%;
  margin: 0;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .reference-content__container {
    width: calc(100% - 20rem);
    order: 2;
    padding: 0 0 0 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .reference-content__container {
    width: calc(100% - 26rem);
  }
}
@media only screen and (min-width: 1200px) {
  .reference-content__container {
    padding: 0 0 0 5rem;
  }
}

.reference-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .reference-list {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.reference-list__item {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .reference-list__item {
    width: calc(50% - 4rem);
    margin: 0 1rem 2rem 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .reference-list__item {
    width: calc(33.33% - 2rem);
  }
}

.reference-card {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1rem;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 5rem rgba(49, 52, 58, 0.3);
}
.reference-card__image img {
  width: 100%;
  display: block;
}
.reference-card__content {
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.1;
  font-weight: normal;
  color: #000;
  padding: 2.5rem 1.5rem;
}
.reference-card__title {
  min-height: 4.4rem;
  font-size: 2rem;
  margin: 0 0 0.5rem 0;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 991px) {
  .reference-card__title {
    font-size: 2.4rem;
    min-height: 5rem;
  }
}
.reference-card__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 991px) {
  .reference-card__text {
    font-size: 1.6rem;
  }
}
.reference-card:hover {
  box-shadow: 0 0 6rem rgba(49, 52, 58, 0.5);
}

.top-reference-card {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1rem;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
  box-shadow: 0 0 5rem rgba(49, 52, 58, 0.3);
  position: relative;
  margin: 0 0 2rem 0;
}
.top-reference-card__image img {
  width: 100%;
  display: block;
}
.top-reference-card__title {
  font-size: 2rem;
  margin: 0;
  line-height: 1.1;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
  z-index: 10;
  padding: 1rem 0 0.5rem 0;
}
@media only screen and (min-width: 991px) {
  .top-reference-card__title {
    font-size: 2.4rem;
  }
}
.top-reference-card:hover {
  box-shadow: 0 0 6rem rgba(49, 52, 58, 0.5);
}

.reference-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .reference-nav {
    display: block !important;
  }
}
.reference-nav ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.reference-nav ul > li {
  margin: 0;
  padding: 0;
  width: 100%;
}
.reference-nav ul > li:before {
  content: none;
}
.reference-nav ul > li.selected > a {
  color: #000000;
  text-decoration: underline;
}
.reference-nav ul > li > a {
  display: block;
  width: 100%;
  padding: 1.1rem 2rem 1.1rem 0;
  transition: 0.3s;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  color: #FDC901;
  text-decoration: none;
  text-transform: none;
}
.reference-nav ul > li > a span {
  color: #fff;
}
.reference-nav ul > li > a:hover {
  color: #000000;
  text-decoration: underline;
}

.content__icons {
  padding: 5rem 0 1rem 0;
  background: #2e1f19;
}
@media only screen and (min-width: 768px) {
  .content__icons {
    padding: 7rem 0 3rem 0;
    background: #2e1f19 url(../images/benefits-bg.jpg) no-repeat center center;
    background-size: cover;
  }
}

.icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.icons__item {
  width: 100%;
  position: relative;
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 768px) {
  .icons__item {
    width: calc(33.33% - 3.5rem);
    margin: 0 0 4rem 0;
  }
}
.icons__item img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 990px) {
  .icons__item img {
    max-height: 5rem;
  }
}
@media only screen and (min-width: 991px) {
  .icons__item img {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.icons__item p {
  margin: 0;
  padding: 6rem 0 0 0;
  font-size: 1.3rem;
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .icons__item p {
    text-align: left;
    padding: 0 0 0 8rem;
    line-height: 2;
  }
}

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