/* 1. Settings
=========================*/
/* 2. Font family
=========================*/
/* 3. Font sizes
=========================*/
/* 4. Colors
=========================*/
/* 39. Tooltips
=========================*/
/* Default */
/* Sizes */
/* Styling */
/* Default Buttons
============================*/
/* Outline Buttons
============================*/
/* Inverted Buttons
============================*/
/* Gradient Buttons
============================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.hidden {
  display: none !important; }

.container {
  width: 1840px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px; }
  @media (max-width: 768px) {
    .container {
      padding: 0 16px; } }

html {
  font-size: 10px;
  font-variant-numeric: lining-nums; }

html,
body {
  -webkit-overflow-scrolling: touch; }
  html.fixed,
  body.fixed {
    overflow: hidden;
    touch-action: none; }

body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }
  body.main .page {
    padding-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit; }

a {
  color: #425232;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 0;
    text-decoration: none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

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

::-webkit-scrollbar {
  width: 1.6rem;
  height: 1.6rem; }

::-webkit-scrollbar-track {
  background-color: #F8F8F8; }

::-webkit-scrollbar-thumb {
  border: solid 0.5rem #F8F8F8;
  background-color: #425232;
  cursor: pointer; }

::selection {
  background-color: #425232;
  color: #F8F8F8; }

.page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 7.7rem;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .page {
      padding-top: 15.4rem; } }
  @media (max-width: 768px) {
    .page {
      padding-top: 14.9rem; } }

.page__wrapper {
  position: relative; }

.mask {
  position: fixed;
  height: 100%;
  background: #000000;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s; }
  .mask.active {
    opacity: 0.8;
    visibility: visible; }

/* Vendor libs */
/* Import blocks */
.section--text {
  padding: 12rem 0; }
  @media (max-width: 1280px) {
    .section--text {
      padding: 8rem 0; } }
  @media (max-width: 768px) {
    .section--text {
      padding: 3.6rem 0; } }

.block__header {
  margin-bottom: 4.8rem; }
  @media (max-width: 768px) {
    .block__header {
      margin-bottom: 2.4rem; } }
  .block__header .block__text {
    margin-top: 1.6rem; }

.block__subtitle {
  margin-bottom: 2.2rem;
  font-weight: 900;
  font-size: 4rem; }
  .block__subtitle.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media (max-width: 1280px) {
    .block__subtitle {
      margin-bottom: 1.2rem; } }
  @media (max-width: 768px) {
    .block__subtitle {
      font-size: 2rem; } }

.block__title {
  font-weight: 900;
  font-size: 7.2rem;
  letter-spacing: -0.04em; }
  .block__title.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media (max-width: 768px) {
    .block__title {
      font-size: 2.4rem; } }

.block__text {
  font-weight: 400;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.6); }
  .block__text.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  @media (max-width: 768px) {
    .block__text {
      font-size: 1.8rem; } }
  .block__text h1 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 4rem; }
    .block__text h1:not(:first-child) {
      margin-top: 1em; }
  .block__text h2 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 4.4rem; }
    .block__text h2:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h2 {
        font-size: 2.4rem; } }
  .block__text h3 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 3.4rem; }
    .block__text h3:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h3 {
        font-size: 2rem; } }
  .block__text h4 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 2.4rem; }
    .block__text h4:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h4 {
        font-size: 1.8rem; } }
  .block__text h5 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 2.4rem; }
    .block__text h5:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h5 {
        font-size: 1.8rem; } }
  .block__text h6 {
    margin-bottom: 1em;
    font-weight: 700;
    font-size: 2.4rem; }
    .block__text h6:not(:first-child) {
      margin-top: 1em; }
    @media (max-width: 768px) {
      .block__text h6 {
        font-size: 1.8rem; } }
  .block__text p {
    margin-bottom: 1em; }
    .block__text p:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 768px) {
      .block__text p {
        margin-bottom: 2.4rem; } }
  .block__text a {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: 0.3s; }
    .block__text a:hover {
      text-decoration: underline;
      text-decoration-color: #000000;
      color: rgba(0, 0, 0, 0.7); }
  .block__text ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px; }

.cookie-window-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  width: 60rem;
  max-width: calc(100% - 4rem);
  gap: 2rem;
  padding: 2.4rem;
  border-radius: 2rem;
  background-color: #F8F8F8;
  z-index: 10; }
  .cookie-window-block.closed {
    display: none !important; }

.cookie-window-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem; }
  .cookie-window-actions .btn {
    flex: 1; }

.error__page {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 60rem;
  padding: 8rem 0 0;
  background-image: url(/userfiles/cheese-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60rem; }
  .error__page .block__title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 30rem;
    line-height: 1; }
  .error__page .block__subtitle {
    margin-bottom: 3rem;
    font-size: 3rem; }
  .error__page .btn {
    min-width: 19rem; }

@media (max-width: 1360px) {
  .error__page {
    min-height: 40rem; } }

@media (max-width: 992px) {
  .error__page {
    min-height: 30rem;
    padding: 1rem 0 0; } }

@media (max-width: 768px) {
  .error__page {
    background-size: 80vw; }
    .error__page .block__title {
      font-size: 40vw; } }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 7.7rem;
  margin: 0;
  padding: 0 2.4rem;
  border-radius: 1rem;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  cursor: pointer;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .btn {
      height: 4.8rem;
      padding: 0 1.5rem;
      font-size: 1.6rem; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus {
    outline: 0; }
  .btn--black {
    background-color: #000000;
    color: #FFFFFF; }
    .btn--black:hover {
      background-color: #425232; }
  .btn--white {
    background-color: #FFFFFF;
    color: #000000; }
    .btn--white:hover {
      background-color: #F8F8F8; }

form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 2.4rem;
  margin: 0 auto; }
  form .block__subtitle {
    margin-bottom: 0; }

.form__row {
  display: flex;
  flex-direction: column;
  gap: 1rem 0; }

.alert {
  font-size: 1.4rem;
  letter-spacing: .08em; }
  .alert--red {
    color: #B30B00; }
  .alert--green {
    color: #57BF9E; }

.label {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #000000;
  cursor: pointer; }
  .label span {
    color: #B30B00; }

.input {
  width: 100%;
  height: 6rem;
  padding: 0 2.2rem;
  border-radius: 1rem;
  border: 1px solid transparent;
  vertical-align: middle;
  background-color: #FFFFFF;
  font-family: inherit;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.04em;
  color: #000000;
  font-variant-numeric: lining-nums;
  transition: 0.3s; }
  .input:focus {
    outline: 0; }
  .input::placeholder {
    color: rgba(0, 0, 0, 0.25); }
  .input[type="number"]::-webkit-outer-spin-button, .input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .input[type="number"] {
    -moz-appearance: textfield; }
  .input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 6rem #FFFFFF;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.25); }
  .input--error, .input.error {
    border-color: #B30B00; }
  .input--success, .input.success {
    border-color: #57BF9E; }
  @media (max-width: 768px) {
    .input {
      height: 4rem;
      padding: 0 2rem;
      font-size: 1.6rem; } }

.js-input-error-msg {
  font-size: 1.4rem;
  letter-spacing: .08em; }

.textarea {
  width: 100%;
  height: 15.6rem;
  padding: 2rem 2.4rem;
  border-radius: 1rem;
  border: none;
  vertical-align: middle;
  background-color: #FFFFFF;
  font-family: inherit;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -0.04em;
  color: #000000;
  font-variant-numeric: lining-nums;
  resize: none;
  transition: 0.3s; }
  .textarea:focus {
    outline: 0; }
  .textarea::placeholder {
    color: rgba(0, 0, 0, 0.25); }
  @media (max-width: 768px) {
    .textarea {
      padding: 2rem;
      font-size: 1.6rem; } }

.intro {
  padding-top: 7.7rem;
  background-color: #425232;
  overflow: hidden; }
  @media (max-width: 1280px) {
    .intro {
      padding-top: 15.4rem; } }
  @media (max-width: 768px) {
    .intro {
      padding-top: 14.9rem; } }

.intro__wrapper {
  display: flex;
  min-height: 70rem;
  margin: 0 -4.5rem; }
  @media (max-width: 768px) {
    .intro__wrapper {
      min-height: initial;
      margin: 0; } }

.intro__block {
  width: 50%;
  padding: 0 4.5rem; }
  @media (max-width: 1280px) {
    .intro__block {
      width: 100%; } }
  .intro__block:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 8rem 8rem calc((100vw - 1616px) / 2); }
    @media (max-width: 1778px) {
      .intro__block:first-child {
        padding: 8.8rem 8rem; } }
    @media (max-width: 768px) {
      .intro__block:first-child {
        padding: 8.8rem 1.6rem; } }
  @media (max-width: 1280px) {
    .intro__block:last-child {
      display: none; } }

.intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4.5rem;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    .intro__content {
      padding-left: 0;
      align-items: center;
      text-align: center; } }
  .intro__content .btn {
    min-width: 32rem;
    margin-top: 6.4rem; }
    @media (max-width: 768px) {
      .intro__content .btn {
        min-width: 18.3rem; } }

.intro__title {
  margin-bottom: 2.4rem;
  font-weight: 800;
  font-size: 7.2rem;
  letter-spacing: -0.04em; }
  @media (max-width: 1778px) {
    .intro__title {
      font-size: 5.6rem; } }
  @media (max-width: 768px) {
    .intro__title {
      font-size: 2.4rem; } }

.intro__text {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -0.04em;
  opacity: 0.7; }
  @media (max-width: 768px) {
    .intro__text {
      font-size: 1.6rem; } }

.intro__images {
  height: 100%; }
  .intro__images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.services {
  padding: 12rem 0; }
  @media (max-width: 1280px) {
    .services {
      padding: 8rem 0; } }
  @media (max-width: 768px) {
    .services {
      padding: 3.6rem 0; } }

.services__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  @media (max-width: 1280px) {
    .services__list {
      gap: 4rem; } }
  @media (max-width: 768px) {
    .services__list {
      gap: 2rem; } }

.services__container {
  padding: 2.4rem 11.2rem 2.4rem 2.4rem;
  border-radius: 1rem;
  background-color: #F8F8F8;
  overflow: hidden; }
  .services__container:nth-child(2n) .services__wrapper {
    flex-direction: row-reverse; }
    @media (max-width: 1280px) {
      .services__container:nth-child(2n) .services__wrapper {
        flex-direction: column; } }
  .services__container:nth-child(2n) .services__content {
    padding-left: 0; }
  @media (max-width: 1280px) {
    .services__container {
      padding: 2.4rem; } }

.services__wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 -4.5rem; }
  @media (max-width: 1280px) {
    .services__wrapper {
      flex-direction: column;
      gap: 4rem;
      margin: 0; } }

.services__block {
  width: 50%;
  padding: 0 4.5rem; }
  @media (max-width: 1280px) {
    .services__block {
      width: 100%;
      padding: 0; } }

.services__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 68rem;
  height: 100%;
  padding-left: 4.5rem; }
  @media (max-width: 1280px) {
    .services__content {
      max-width: initial;
      padding-left: 0; } }
  .services__content .block__text {
    color: rgba(0, 0, 0, 0.5); }
    @media (max-width: 768px) {
      .services__content .block__text {
        font-size: 1.6rem; } }

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

.about {
  background-color: #000000;
  color: #FFFFFF; }
  .about .block__title {
    margin-bottom: 1.6rem; }
  .about .block__text {
    color: rgba(255, 255, 255, 0.6); }
    @media (max-width: 768px) {
      .about .block__text {
        font-size: 1.6rem; } }

.about__wrapper {
  display: flex;
  min-height: 70rem;
  margin: 0 -4.5rem; }
  @media (max-width: 1280px) {
    .about__wrapper {
      min-height: initial;
      margin: 0; } }

.about__block {
  width: 50%;
  padding: 0 4.5rem; }
  @media (max-width: 1280px) {
    .about__block {
      width: 100%; } }
  .about__block:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 8rem 8rem calc((100vw - 1616px) / 2); }
    @media (max-width: 1778px) {
      .about__block:first-child {
        padding: 8rem; } }
    @media (max-width: 768px) {
      .about__block:first-child {
        padding: 3.6rem 1.6rem; } }
  @media (max-width: 1280px) {
    .about__block:last-child {
      display: none; } }

.about__img {
  height: 100%; }
  .about__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.contacts {
  padding: 12rem 0; }
  @media (max-width: 1280px) {
    .contacts {
      padding: 8rem 0; } }
  @media (max-width: 768px) {
    .contacts {
      padding: 3.6rem 0; } }
  .contacts .block__title {
    margin-bottom: 2.4rem; }
  .contacts .block__text {
    color: #000000; }

.contacts__wrapper {
  display: flex;
  margin: 0 -2.4rem; }
  @media (max-width: 1280px) {
    .contacts__wrapper {
      flex-direction: column;
      gap: 4.8rem;
      margin: 0; } }

.contacts__block {
  width: 50%;
  padding: 0 2.4rem; }
  @media (max-width: 1280px) {
    .contacts__block {
      width: 100%;
      padding: 0; } }

.contacts__form {
  padding: 5rem;
  border-radius: 2rem;
  background-color: #F8F8F8; }
  @media (max-width: 768px) {
    .contacts__form {
      padding: 1.6rem; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: solid 1px transparent;
  transition: 0.3s;
  z-index: 10; }
  .header.fixed {
    border-color: #F8F8F8; }
    @media (max-width: 1280px) {
      .header.fixed {
        transform: translateY(-7.7rem); } }
    @media (max-width: 768px) {
      .header.fixed {
        transform: translateY(-3.9rem); } }

.header__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7.7rem;
  gap: 0 2.4rem;
  transition: 0.3s; }
  @media (max-width: 1280px) {
    .header__wrapper {
      flex-wrap: wrap;
      align-items: flex-start;
      height: 15.4rem; } }
  @media (max-width: 768px) {
    .header__wrapper {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      height: 14.9rem;
      gap: 2.4rem; } }

.header__block {
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 1280px) {
    .header__block:first-child {
      width: 100%; } }

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s; }
  .logo:hover {
    opacity: 0.7; }
  .logo img {
    display: block;
    width: auto;
    height: 7.7rem;
    transition: 0.3s; }
    @media (max-width: 768px) {
      .logo img {
        height: 3.9rem; } }
  @media (max-width: 1280px) {
    .logo {
      margin: 0 auto; } }

.nav {
  display: flex;
  width: 100%;
  gap: 2.4rem; }

.nav__item a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: rgba(25, 25, 25, 0.7);
  transition: 0.3s; }
  .nav__item a:hover {
    text-decoration: underline;
    text-decoration-color: #191919;
    color: #191919; }
  @media (max-width: 768px) {
    .nav__item a {
      font-size: 1.6rem; } }

.nav__item.active a {
  text-decoration: underline;
  text-decoration-color: #191919;
  color: #191919; }

.lang {
  display: flex;
  gap: 1.6rem; }
  @media (max-width: 768px) {
    .lang {
      gap: 3.2rem; } }

.lang__item {
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  color: #191919;
  transition: 0.3s; }
  .lang__item:hover {
    text-decoration: underline;
    text-decoration-color: #191919; }
  .lang__item.active {
    font-weight: 700;
    text-decoration-color: #191919; }
  @media (max-width: 768px) {
    .lang__item {
      font-size: 1.6rem; } }

.footer {
  padding: 4rem 0;
  background-color: #F8F8F8; }

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.8rem; }
  @media (max-width: 1280px) {
    .footer__wrapper {
      flex-direction: column; } }
  @media (max-width: 768px) {
    .footer__wrapper {
      gap: 2.4rem; } }

.copyright {
  font-weight: 400;
  font-size: 2.4rem;
  color: rgba(25, 25, 25, 0.7); }
  @media (max-width: 768px) {
    .copyright {
      font-size: 1.4rem; } }

@media (min-width: 1101px) {
  .hide-desktop {
    display: none !important; } }

@media (min-width: 769px) {
  body.fixed {
    padding-right: 1.6rem; }
    body.fixed .header {
      padding-right: 1.6rem; } }
