@charset "UTF-8";
/* manrope-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v20-cyrillic_latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-500 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v20-cyrillic_latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v20-cyrillic_latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/manrope-v20-cyrillic_latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-800 - cyrillic_latin */
@font-face {
  font-display: block;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-v20-cyrillic_latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: 'BebasNeueBold';
  src: url("../fonts/BebasNeueBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'InterDisplay-Black';
  src: url("../fonts/InterDisplay-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a, button {
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

a {
  text-underline-offset: 3px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

ul a, ol a {
  display: inline-block;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input, textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input, textarea, select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FDFAF5 inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FDFAF5 inset !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 700;
}

i, em {
  font-family: var(--second-family);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.swiper-slide {
  height: auto;
}

.mfp-container {
  padding: 0;
}

.lg-backdrop {
  background: var(--papa-carlo);
}

.lg-backdrop.in {
  opacity: 0.95;
}

.lg-outer .lg-thumb-outer {
  background: var(--papa-carlo);
}

.full-img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.full-img img {
  display: block;
  width: 100%;
}

.sbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 80px;
  min-height: 52px;
  border: 1px solid var(--sand);
  font: 700 16px/1.2 var(--font-family);
  text-align: center;
  color: var(--papa-carlo);
  background: var(--sand);
  transition: 0.1s;
}

.sbtn:hover {
  color: var(--sand);
  border-color: var(--papa-carlo);
  background: var(--papa-carlo);
}

.sbtn_w {
  color: var(--papa-carlo);
  border-color: var(--papa-carlo);
  background: #fff;
}

.sbtn_w:hover {
  color: var(--sand);
  border-color: var(--papa-carlo);
  background: var(--papa-carlo);
}

.sbtn_ongreen:hover {
  color: var(--papa-carlo);
  border-color: #fff;
  background: #fff;
}

.of-img {
  position: relative;
}

.of-img > img {
  position: absolute;
  inset: 0 auto auto 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.glr-img {
  overflow: hidden;
}

.glr-img img {
  transition: 0.2s;
}

.glr-img:hover img {
  scale: 1.05;
}

.pa-100 {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
}

.stitle-h1 {
  margin: 0;
  font: 800 56px/calc(76/56 * 1em) var(--font-family);
  color: var(--papa-carlo);
}

.stitle-h2 {
  margin: 0;
  font: 800 44px/52px var(--font-family);
  color: var(--papa-carlo);
}

.stitle-h3 {
  margin: 0;
  font: 800 32px/calc(40/32 * 1em) var(--font-family);
  color: var(--papa-carlo);
}

.stext > * {
  margin: 0 0 1em;
}

.stext > *:last-child {
  margin: 0;
}

.stext-16 {
  font: 16px/26px var(--font-family);
}

.stext-18-700 {
  font: 700 18px/29px var(--font-family);
}

.close-btn {
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sand);
  z-index: 1;
  transition: 0.1s;
}

.close-btn:before, .close-btn:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--papa-carlo);
  transition: 0.1s;
}

.close-btn:before {
  rotate: -45deg;
}

.close-btn:after {
  rotate: 45deg;
}

.close-btn:hover {
  background: var(--papa-carlo);
}

.close-btn:hover:before, .close-btn:hover:after {
  background: var(--sand);
}

:root {
  --papa-carlo: #0d5d3a;
  --sand: #ffefae;
  --white: #fff;
  --gray-50: #f1f1f3;
  --gray-100: #e5e5e5;
  --gray-200: #afafaf;
  --gray-300: #8e8e8e;
  --dark: #131613;
  --rad: #e40019;
  --font-family: "Manrope", sans-serif;
  --second-family: "BebasNeueBold", sans-serif;
  --third-family: "InterDisplay-Black", sans-serif;
}

html {
  margin-top: 0 !important;
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding: 64px;
  scrollbar-gutter: stable;
}

html:is(.lg-on, .modal-opened) {
  overflow: clip;
}

html:has(#wpadminbar) .wrapper {
  margin-top: var(--wp-admin--admin-bar--height);
}

@media (min-width: 601px) {
  html:has(#wpadminbar) .sheader._scrolled {
    top: var(--wp-admin--admin-bar--height);
  }
}

body {
  min-width: 320px;
  font-family: var(--font-family);
  font-size: 16px;
  line-height: 1.625;
  color: var(--dark);
  overflow-x: clip;
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
}

.container {
  position: relative;
  padding: 0 40px;
}

@media (min-width: 1350px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 12.5px;
  }
}

@media (max-width: 575px) {
  .container {
    padding: 0 30px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.sheader {
  position: absolute;
  inset: 0 auto auto 0;
  flex: 0 0 auto;
  width: 100%;
  z-index: 9;
}

.sheader._scrolled {
  position: fixed;
  inset: 0 0 auto 0;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background: var(--gray-50);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.04), 0 5px 6px 0 rgba(0, 0, 0, 0.06), 0 14px 19px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: fadeIn 0.3s ease forwards;
  animation: fadeIn 0.3s ease forwards;
}

.sheader._scrolled .sheader__logo img {
  filter: none;
}

.sheader._scrolled .sheader__menu {
  color: var(--dark);
}

.sheader._scrolled .sheader__menu a:hover {
  color: var(--papa-carlo);
}

.sheader._scrolled .sheader__menu li.current_page_item > a {
  color: var(--papa-carlo);
}

.sheader._scrolled .sheader__box {
  height: 64px;
}

.sheader._scrolled .sheader-icon {
  color: var(--papa-carlo);
  border-color: var(--sand);
  background: var(--sand);
}

.sheader._scrolled .sheader-icon path {
  stroke: var(--papa-carlo);
}

.sheader._scrolled .sheader-icon:hover {
  color: var(--sand);
  border-color: var(--papa-carlo);
  background: var(--papa-carlo);
}

.sheader._scrolled .sheader-icon:hover path {
  stroke: var(--sand);
}

.sheader._scrolled .sheader-search__form-input {
  border-color: var(--gray-200);
}

.sheader._scrolled .sheader-search__form-btn {
  background: #fff url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M17 17L12.7841 12.7841M14.8158 7.90794C14.8158 11.7231 11.723 14.8159 7.9079 14.8159C4.09277 14.8159 1 11.7231 1 7.90794C1 4.09279 4.09277 1 7.9079 1C11.723 1 14.8158 4.09279 14.8158 7.90794Z' stroke='%230D5D3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50%/18px auto no-repeat;
}

.sheader._scrolled .sheader-search__form-btn:hover {
  background: var(--papa-carlo) url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 17L12.7841 12.7841M14.8158 7.90794C14.8158 11.7231 11.723 14.8159 7.9079 14.8159C4.09277 14.8159 1 11.7231 1 7.90794C1 4.09279 4.09277 1 7.9079 1C11.723 1 14.8158 4.09279 14.8158 7.90794Z' stroke='%23FFEFAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50%/18px auto no-repeat;
}

.sheader._scrolled .sheader__menu-btn {
  border-color: var(--papa-carlo);
  background: var(--papa-carlo);
}

.sheader._scrolled .sheader__menu-btn line {
  stroke: var(--sand);
}

.sheader__box {
  display: grid;
  align-items: center;
  grid-template-columns: 303px minmax(0, 1fr);
  height: 104px;
}

.sheader__logo {
  display: block;
  margin: 0 0 0 -10px;
  padding: 10px;
  width: 323px;
}

.sheader__mob-right {
  display: none;
}

.sheader__nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.sheader__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 16px/160% var(--font-family);
  gap: 10px;
}

.sheader__menu li:is(.current_page_item, .current-page-ancestor) > a {
  font-weight: 800;
  text-decoration: underline;
  color: var(--papa-carlo);
}

.sheader__menu a {
  display: block;
  padding: 10px;
}

.sheader__menu a:hover {
  color: var(--papa-carlo);
}

.sheader__right {
  display: flex;
  align-items: center;
  gap: 14px;
}

.sheader-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 44px;
  aspect-ratio: 1;
  border: 1px solid var(--sand);
  border-radius: 50%;
  font: 700 16px/1.4 var(--font-family);
  color: var(--papa-carlo);
  background: var(--sand);
  cursor: pointer;
}

.sheader-icon:hover {
  color: var(--sand);
  border-color: var(--papa-carlo);
  background: var(--papa-carlo);
}

.sheader-icon:hover path {
  stroke: var(--sand);
}

.sheader-search {
  position: relative;
}

.sheader-search__form {
  display: none;
  position: absolute;
  inset: 50% 0 auto auto;
  translate: 0 -50%;
  padding: 0;
  width: 897px;
  height: 44px;
}

.sheader-search__form-input {
  padding: 0 50px 0 20px;
  border: 1px solid var(--gray-200);
  border-radius: 108px;
  font: 700 16px/1.4 var(--font-family);
  color: var(--dark);
  background: #fff;
}

.sheader-search__form-input::-webkit-input-placeholder {
  color: var(--gray-300);
}

.sheader-search__form-input:-moz-placeholder {
  color: var(--gray-300);
}

.sheader-search__form-input::-moz-placeholder {
  color: var(--gray-300);
}

.sheader-search__form-input:-ms-input-placeholder {
  color: var(--gray-300);
}

.sheader-search__form-btn {
  position: absolute;
  inset: 1px 1px auto auto;
  height: calc(100% - 2px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M17 17L12.7841 12.7841M14.8158 7.90794C14.8158 11.7231 11.723 14.8159 7.9079 14.8159C4.09277 14.8159 1 11.7231 1 7.90794C1 4.09279 4.09277 1 7.9079 1C11.723 1 14.8158 4.09279 14.8158 7.90794Z' stroke='%230D5D3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50%/18px auto no-repeat;
}

.sheader-search__form-btn:hover {
  background: var(--papa-carlo) url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M17 17L12.7841 12.7841M14.8158 7.90794C14.8158 11.7231 11.723 14.8159 7.9079 14.8159C4.09277 14.8159 1 11.7231 1 7.90794C1 4.09279 4.09277 1 7.9079 1C11.723 1 14.8158 4.09279 14.8158 7.90794Z' stroke='%23FFEFAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50%/18px auto no-repeat;
}

.sheader-lang {
  position: relative;
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.sheader-lang:hover {
  overflow: visible;
}

.sheader-lang__list {
  position: absolute;
  inset: 0 auto auto 0;
  display: grid;
  gap: 10px;
  width: 44px;
}

.sheader__menu-btn {
  border-color: var(--papa-carlo);
  background: var(--papa-carlo);
}

.sheader_green .sheader__logo img {
  filter: brightness(0) invert(1);
}

.sheader_green .sheader__menu {
  color: #fff;
}

.sheader_green .sheader__menu a:hover {
  color: var(--sand);
}

.sheader_green .sheader__menu li.current_page_item > a {
  color: var(--sand);
}

.sheader_green .sheader-icon {
  color: var(--sand);
  border-color: var(--sand);
  background: transparent;
}

.sheader_green .sheader-icon path {
  stroke: var(--sand);
}

.sheader_green .sheader-icon:hover {
  color: var(--papa-carlo);
  border-color: var(--sand);
  background: var(--sand);
}

.sheader_green .sheader-icon:hover path {
  stroke: var(--papa-carlo);
}

.sheader_green .sheader-search__form-input {
  border-color: #fff;
}

.sheader_green .sheader-search__form-btn {
  background: #fff url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M17 17L12.7841 12.7841M14.8158 7.90794C14.8158 11.7231 11.723 14.8159 7.9079 14.8159C4.09277 14.8159 1 11.7231 1 7.90794C1 4.09279 4.09277 1 7.9079 1C11.723 1 14.8158 4.09279 14.8158 7.90794Z' stroke='%230D5D3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50%/18px auto no-repeat;
}

.sheader_green .sheader-search__form-btn:hover {
  background-color: var(--sand);
}

.sheader_green .sheader__menu-btn {
  border-color: var(--sand);
  background: var(--sand);
}

.sheader_green .sheader__menu-btn line {
  stroke: var(--papa-carlo);
}

.sheader_green + .smain .scrolldown-btn:before {
  background: url("../img/1/scrolldown_2.svg") 0 0/100% auto no-repeat;
}

.sheader_green + .smain .scrolldown-btn:after {
  background: url("../img/1/scrolldown_1.svg") 0 0/100% auto no-repeat;
}

.smain {
  flex: 1 1 auto;
}

.smain > * {
  position: relative;
}

.smain > *:first-child {
  padding-top: 104px;
}

.smain > *:first-child:not(:is(.s41, .s61)) {
  min-height: 500px;
}

.s1 {
  position: relative;
  display: grid;
  align-items: center;
  padding-bottom: 50px;
  height: 800px;
  max-height: 100vh;
  border-radius: 0 0 30px 30px;
  background: var(--papa-carlo);
  overflow: hidden;
}

.s1__bg {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 1921px;
  margin: 35px 0 0 35px;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent);
}

.s1__box {
  max-width: 818px;
}

.s1__title {
  margin: 0 0 26px;
  height: 2lh;
  color: var(--sand);
}

.s1__text {
  max-width: 610px;
  color: var(--white);
}

.s1__btn {
  margin: 62px 0 0;
}

.s2 {
  padding: 89px 0 100px;
}

.s2__block {
  display: grid;
  grid-template-columns: calc(500/1140 * 100%) minmax(0, 1fr);
  gap: 25px;
  max-width: 1140px;
}

.s2__block_1 {
  margin: 0 0 74px;
}

.s2__block_1 .s2__text {
  margin-right: -10px;
}

.s2__title {
  padding: 0 10px 0 0;
}

.s2__btn {
  margin: 36px 0 0;
}

.s2__text {
  margin-top: 2px;
  color: var(--dark);
}

.s2__text h4 {
  margin: 0 0 35px;
  font-size: 18px;
  line-height: calc(29/18 * 1em);
}

.s2__items-box {
  position: relative;
  cursor: url("../img/1/2_arrows.png") 45 45, move;
  overflow: visible;
}

.s2__items-box .swiper-slide {
  width: 505px;
}

.s2-item {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 505/380;
  border-radius: 10px;
  overflow: hidden;
}

.s2__items-arrow {
  display: none;
  position: absolute;
  top: 50%;
  width: 44px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 22C0 9.84974 9.84974 0 22 0C34.1503 0 44 9.84974 44 22C44 34.1503 34.1503 44 22 44C9.84974 44 0 34.1503 0 22Z' fill='%23FFEFAE'/%3E%3Cpath d='M25.1667 30.3333L17 22.1667L25.1667 14' stroke='%230D5D3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% auto no-repeat;
  cursor: pointer;
  z-index: 1;
}

.s2__items-arrow_left {
  left: 0;
  translate: -50% -50%;
}

.s2__items-arrow_right {
  rotate: 180deg;
  translate: 50% -50%;
  right: 0;
}

.s2__block_2 {
  margin: 71px 0 73px;
}

.s2__logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 33px 0 0;
}

.s2-logo {
  border: 1px solid var(--gray-100);
  border-radius: 10px;
  text-align: center;
}

.s2-logo__img {
  margin: 0 auto;
  width: 100%;
  max-width: 190px;
  height: 78px;
}

.s2-logo__text {
  position: relative;
  margin: -5px 0 15px;
  font: 500 14px/19px var(--font-family);
  color: var(--gray-200);
}

.s2-logo__text span {
  display: block;
  font: 16px/21px var(--font-family);
  color: var(--dark);
}

.video-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}

.video-popup.active {
  display: grid;
}

.video-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 93, 58, 0.95);
}

.video-popup__content {
  position: relative;
  z-index: 2;
  width: 900px;
  max-width: calc(100vw - 44px);
  aspect-ratio: 16 / 9;
}

.video-popup iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-popup__close {
  position: absolute;
  inset: 0 0 auto auto;
  translate: 50% -50%;
}

.s3 {
  border-radius: 30px 30px 0 0;
  background: var(--papa-carlo);
}

.s3__box {
  display: grid;
  grid-template-columns: 436px minmax(0, 1fr);
  gap: 40px;
  padding: 89px 0 100px;
}

.s3__box > * {
  position: relative;
}

.s3__title {
  margin: 0 0 23px;
  color: var(--sand);
}

.s3__text {
  margin: 0 0 32px;
  color: var(--white);
}

.s3__list {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 0;
  column-gap: 0;
  max-width: 425px;
  color: var(--white);
}

.s3__list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  margin: 0 0 20px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.s3__list-img {
  width: 30px;
  aspect-ratio: 1;
}

.s3__btn {
  margin: 20px 0 0;
}

.s3__img {
  position: absolute;
  inset: 18px auto auto 48px;
  width: 1149px;
}

.s4 {
  padding: 20px 0 20px;
  background: var(--gray-50);
}

.s4__box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 489px;
  align-items: center;
  max-width: 1223px;
}

.s4__box > * {
  position: relative;
}

.s4__img {
  width: 714px;
  aspect-ratio: 1428/1462;
  max-width: 100%;
}

.s4__main {
  position: relative;
}

.s4__title {
  margin: 0 0 20px;
}

.s4__text-1 {
  margin: 0 0 20px;
  color: var(--dark);
}

.s4__text-2 {
  margin: 44px 0 0;
  font: 22px/40px var(--third-family);
  color: #d22721;
}

.s5 {
  position: relative;
  margin: 0 0 -30px;
}

.s5__border {
  position: relative;
  width: 100%;
  height: 30px;
  background: var(--gray-50);
}

.s5__border_top {
  border-radius: 0 0 30px 30px;
}

.s5__border_bottom {
  border-radius: 30px 30px 0 0;
}

.s5__box {
  padding: 125px 0;
}

.s5__main {
  position: relative;
  margin: 0 auto;
  padding: 41px 50px 50px;
  width: 860px;
  max-width: 100%;
  border-radius: 10px;
  text-align: center;
  background: var(--papa-carlo);
}

.s5__main._done > *:not(.s5-thanks) {
  visibility: hidden;
}

.s5__main._done .s5-thanks {
  display: flex;
}

.s5__top {
  margin: 0 0 31px;
}

.s5__title {
  margin: 0 0 15px;
  color: var(--sand);
}

.s5__title:only-child {
  margin: 0;
}

.s5__subtitle {
  margin: 0;
  color: var(--white);
}

.s5__form {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.s5__form :is(div:nth-of-type(3), .wpcf7-response-output) {
  grid-column: span 2;
}

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

.s5__form .wpcf7-not-valid-tip {
  position: absolute;
  inset: auto 5px 5px auto;
  font: 14px/20px var(--font-family);
  color: var(--rad);
}

.s5__form .wpcf7-response-output {
  position: absolute;
  inset: calc(100% + 10px) auto auto 0;
  margin: 0 !important;
  padding: 0 10px !important;
  width: 100%;
  border: 0 !important;
  font: 14px/20px var(--font-family) !important;
  color: #fff !important;
}

.s5__form-row {
  position: relative;
}

.s5__form-row:not(:last-child) {
  margin: 0 0 20px;
}

.s5__form-row_area {
  height: 100%;
}

.s5__form-field {
  display: block;
  width: 100%;
  padding: 17px 20px 0;
  height: 52px;
  border: 0;
  border-radius: 10px;
  font: 700 16px/1.4 var(--font-family);
  color: var(--papa-carlo);
  background: var(--white);
}

.s5__form-field::-webkit-input-placeholder {
  color: var(--papa-carlo);
}

.s5__form-field:-moz-placeholder {
  color: var(--papa-carlo);
}

.s5__form-field::-moz-placeholder {
  color: var(--papa-carlo);
}

.s5__form-field:-ms-input-placeholder {
  color: var(--papa-carlo);
}

.s5__form-field:-webkit-autofill {
  color: var(--papa-carlo);
  -webkit-text-fill-color: var(--papa-carlo);
}

.s5__form-field:is(:focus, :not(:-moz-placeholder-shown)) ~ .s5__form-placeholder {
  height: 32px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.s5__form-field:is(:focus, :not(:-ms-input-placeholder)) ~ .s5__form-placeholder {
  height: 32px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.s5__form-field:is(:focus, :not(:placeholder-shown)) ~ .s5__form-placeholder {
  height: 32px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.s5__form-row:has(.s5__form-field:is(:focus, :not(:-moz-placeholder-shown))) .s5__form-placeholder {
  height: 32px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.s5__form-row:has(.s5__form-field:is(:focus, :not(:-ms-input-placeholder))) .s5__form-placeholder {
  height: 32px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.s5__form-row:has(.s5__form-field:is(:focus, :not(:placeholder-shown))) .s5__form-placeholder {
  height: 32px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.s5__form-row:has(.s5__form-field:is(:focus)) .wpcf7-not-valid-tip {
  display: none;
}

.s5__form-field:invalid:not(:-moz-placeholder-shown) ~ .s5__form-error {
  display: flex;
}

.s5__form-field:invalid:not(:-ms-input-placeholder) ~ .s5__form-error {
  display: flex;
}

.s5__form-field:invalid:not(:placeholder-shown) ~ .s5__form-error {
  display: flex;
}

.s5__form-field_area {
  padding: 25px 20px 10px;
  height: 100%;
  resize: none;
}

.s5__form-placeholder {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  font: 700 16px/1.4 var(--font-family);
  white-space: nowrap;
  color: var(--papa-carlo);
  cursor: pointer;
  pointer-events: none;
  transition: 0.1s;
}

.s5__form-error {
  position: absolute;
  inset: 0 auto auto 0;
  display: none !important;
  justify-content: flex-end;
  align-items: center;
  padding: 17px 20px 0;
  width: 100%;
  height: 52px;
  font: 14px/20px var(--font-family);
  color: var(--rad);
  pointer-events: none;
}

.s5__form-submit {
  margin: 20px auto 0;
}

.s5_contacts .s5__box {
  padding: 147px 0;
}

.sfooter {
  position: relative;
  flex: 0 0 auto;
  padding: 80px 0 55px;
  background: var(--gray-50);
  z-index: 1;
}

.sfooter__box {
  display: grid;
  grid-template-columns: 58.3% minmax(0, 1fr);
}

.sfooter__logo-box {
  position: relative;
}

.sfooter__logo {
  margin: 0 0 7px;
  width: 305px;
  max-width: 100%;
  aspect-ratio: 305/44;
}

.sfooter__logo-text {
  margin: 0 0 0 53px;
}

.sfooter__left {
  margin: 55px 0 0 53px;
}

.sfooter__contacts a[href*='mailto'] {
  margin: 5px 0 0;
  font: 800 22px/30px var(--font-family);
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--papa-carlo);
}

.sfooter__contacts a[href*='mailto']:hover {
  color: var(--gray-300);
}

.sfooter__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 24px 0 0 -8px;
}

.sfooter__socials a:hover {
  filter: grayscale(100%) brightness(1.5);
}

.sfooter__soc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1;
}

.sfooter__soc-icon img {
  width: 24px;
}

.sfooter__menu {
  margin: -12px -22px 30px 0;
  -moz-columns: 3;
  columns: 3;
  -moz-column-gap: 0;
  column-gap: 0;
  min-height: 276px;
}

.sfooter__menu a:hover {
  color: var(--papa-carlo);
}

.sfooter__menu li {
  margin: 0 0 4px;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.sfooter__menu li.current_page_item > a {
  font-weight: 800;
  text-decoration: underline;
  color: var(--papa-carlo);
}

.sfooter__menu a:hover {
  color: var(--papa-carlo);
}

.sfooter__menu > li > a {
  padding: 5px 8px;
}

.sfooter__menu ul a {
  padding: 5px 10px;
}

.sub-menu {
  margin: 7px 0 0;
  font: 500 14px/20px var(--font-family);
}

.sfooter__text-2 {
  margin: 0;
  font: 500 14px/calc(20/14 * 1em) var(--font-family);
  text-align: right;
  color: var(--gray-200);
}

.s5-thanks {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  text-align: center;
}

.s5-thanks__main {
  width: 100%;
  min-height: 240px;
}

.s5-thanks__icon {
  margin: 0 auto 41px;
  width: 64px;
  aspect-ratio: 1;
}

.s5-thanks__title {
  margin: 0 0 14px;
  color: var(--sand);
}

.s5-thanks__subtitle {
  margin: 0;
  color: var(--white);
}

.s21 {
  display: grid;
  align-items: center;
  padding-bottom: 50px;
  height: 800px;
  max-height: 100vh;
  border-radius: 0 0 30px 30px;
  background: #F1F1F3;
  overflow: hidden;
}

.s21__bg {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  margin: 14px 0 0 308px;
  width: 799px;
}

.s21__box {
  max-width: 610px;
}

.s21__title {
  margin: 0 0 26px;
  height: 2lh;
}

.s21__text {
  margin: 0 0 26px;
}

.s21__btn {
  margin: 62px 0 0;
}

.s22 {
  padding: 91px 0 0;
}

.s22__title {
  margin: 0 0 32px;
}

.s22__list {
  display: grid;
  grid-template-columns: calc(588/1240 * 100%) calc(505/1240 * 100%);
  justify-content: space-between;
  gap: 30px;
  color: var(--dark);
}

.s22__list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.s22__list-img {
  width: 64px;
  aspect-ratio: 1;
}

.s23 {
  padding: 55px 0 85px;
}

.s23__box {
  display: grid;
  align-items: center;
  grid-template-columns: 443px minmax(0, 1fr);
  gap: 64px;
}

.s23__title {
  margin: 0 0 24px;
}

.s23__text {
  margin: 0 0 12px;
}

.s23__text > :first-child {
  margin: 0 0 24px;
}

.s23__img {
  max-width: 732px;
}

.s23__list {
  display: grid;
  gap: 20px;
}

.s23__list li {
  display: grid;
  align-items: center;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 14px;
}

.s23__list-img {
  width: 30px;
  aspect-ratio: 1;
}

.s24 .s5__border_top {
  display: none;
}

.s24 .s5__box {
  padding: 140px 0;
}

.s31 {
  display: grid;
  align-items: center;
  padding-bottom: 50px;
  border-radius: 0 0 30px 30px;
  height: 800px;
  max-height: 100vh;
  background: #D1D1D1;
  overflow: hidden;
}

.s31__bg {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  margin: -62px 0 0 44px;
  width: 2455px;
}

.s31__bg:before, .s31__bg:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
}

.s31__bg:before {
  left: 0;
  background: linear-gradient(to right, #D1D1D1 0%, transparent 100%);
}

.s31__bg:after {
  right: 0;
  background: linear-gradient(to left, #D1D1D1 0%, transparent 100%);
}

.s31__box {
  max-width: 510px;
}

.s31__title {
  margin: 0 0 26px;
}

.s31__text {
  margin: 0 0 26px;
}

.s31__btn {
  margin: 62px 0 0;
}

.s32 {
  padding: 100px 0;
}

.s32-block {
  display: grid;
  align-items: center;
  grid-template-columns: 354px minmax(0, 1fr);
  gap: calc(66/1240 * 100%);
}

.s32-block:not(:last-child) {
  margin: 0 0 80px;
}

.s32-block__left {
  position: relative;
}

.s32-block__top-text {
  margin: 0 0 4px;
  color: var(--gray-200);
}

.s32-block__title {
  margin: 0 0 15px;
}

.s32-block__text {
  color: #000;
}

.s32-block__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 28px -5px 0;
}

.s32-block__btn {
  margin: 5px;
  padding: 10px;
  width: 291px;
}

.s32-block__right {
  position: relative;
}

.s32-block__tag {
  position: absolute;
  inset: 20px auto auto 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 40px;
  border-radius: 10px;
  font-weight: 700;
  color: var(--white);
  background: var(--papa-carlo);
}

.s32-block__tag-img {
  width: 19px;
}

.s32-block__img {
  position: relative;
  width: 100%;
  aspect-ratio: 820/547;
  border-radius: 10px;
  overflow: hidden;
}

.s41 {
  border-radius: 0 0 30px 30px;
  background: var(--gray-50);
  overflow: hidden;
}

.s41__box {
  display: grid;
  justify-content: space-between;
  grid-template-columns: calc(609/1240 * 100%) 505px;
}

.s41__left {
  position: relative;
  padding: 88px 0 30px;
}

.s41__top-text {
  margin: 0 0 -7px;
  color: var(--gray-200);
}

.s41__title {
  margin: 0 0 25px;
}

.s41__text {
  margin: 0;
}

.s41__img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto -14px;
  min-height: 390px;
  height: 100%;
}

.s41__img img {
  max-height: 100%;
}

.bcrumbs {
  position: absolute;
  inset: -5px auto auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  margin: -5px -13px;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.bcrumbs li {
  position: relative;
}

.bcrumbs li:not(:last-child):after {
  content: "›";
  position: absolute;
  inset: 50% auto auto 100%;
  translate: -50% -50%;
  font: 500 14px/20px var(--font-family);
  color: var(--gray-300);
}

.bcrumbs li > * {
  padding: 5px 13px;
}

.bcrumbs a:hover {
  color: var(--papa-carlo);
}

.s42 {
  padding: 102px 0 98px;
}

.s42__items {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 36px 49px;
}

.s42-item {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.s42-item:hover .s42-item__title {
  color: var(--papa-carlo);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.s42-item:hover .s42-item__img {
  scale: 0.95;
}

.s42-item__img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  max-width: 100%;
  aspect-ratio: 135/300;
  transition: scale 0.1s;
}

.s42-item__img img {
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.s42-item__title {
  margin: 6px 0 0;
  font: 16px/20px var(--font-family);
  color: var(--dark);
}

.s43 {
  padding: 10px 0;
  background: rgba(13, 93, 58, 0.95);
}

.modal .s43 {
  display: grid;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  overflow: auto;
}

.s43 + .mfp-close {
  visibility: hidden;
}

.s43__slider-box {
  position: relative;
  margin: 0 auto;
  padding: 0 110px;
  width: 1042px;
  max-width: 100%;
}

.s43__slider {
  border-radius: 10px;
  overflow: hidden;
}

.s43__slider-arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='40' height='28' viewBox='0 0 40 28' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M39 14L1 14M13.7778 1L1 14L13.7778 27' stroke='%23FFEFAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50%/40px auto no-repeat;
  transition: 0.1s;
}

.s43__slider-arrow:hover {
  background: var(--sand) url("data:image/svg+xml,%3Csvg width='40' height='28' viewBox='0 0 40 28' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M39 14L1 14M13.7778 1L1 14L13.7778 27' stroke='%230D5D3A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% 50%/40px auto no-repeat;
}

.s43__slider-arrow_prev {
  left: 0;
}

.s43__slider-arrow_next {
  rotate: 180deg;
  right: 0;
}

.s43__slider-num {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
  color: var(--white);
}

.s43__slider-num span {
  display: block;
}

.s43__slider-num span:nth-child(1), .s43__slider-num span:nth-child(3) {
  width: 40px;
  text-align: center;
}

.s43__slider-num span:nth-child(2) {
  width: 2px;
  height: 32px;
  background: var(--white);
  border-radius: 2px;
}

.s43__box {
  position: relative;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 50px;
  padding: 40px;
  background: var(--white);
}

.s43__box-close {
  position: absolute;
  inset: 20px 130px auto auto;
}

.s43__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 270px;
  aspect-ratio: 270/600;
}

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

.s43__heading {
  margin: 43px 0 28px;
}

.s43__uptitle {
  margin: 0 0 -7px;
  color: var(--gray-200);
}

.s43__block:not(:last-child) {
  margin: 0 0 22px;
}

.s43__block-heading {
  margin: 0 0 12px;
  color: #000;
}

.s43__block-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.s43-color {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  aspect-ratio: 1;
  border: 1px solid gray;
  border-radius: 50%;
  font: 16px/20px var(--second-family);
  text-align: center;
  white-space: nowrap;
  color: var(--gray-50);
  overflow: hidden;
  cursor: pointer;
  transition: 0.1s;
}

.s43-color:is(:hover, .active) {
  border-color: var(--papa-carlo);
  box-shadow: 0 0 0 3px var(--papa-carlo);
}

.s43-color img {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  max-width: none;
}

.s43-color.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.s43-color.disabled::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%23E40019' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c-fff {
  border: 2px solid var(--gray-200);
  color: var(--gray-300);
  background: #fff;
}

.c-373737 {
  background: #373737;
}

.c-b5b0ae {
  background: #b5b0ae;
}

.c-897668 {
  background: #897668;
}

.c-cec1ae {
  background: #cec1ae;
}

.c-f1ece5 {
  background: #f1ece5;
}

.c-595754 {
  background: #595754;
}

.b2:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 30px;
  aspect-ratio: 1;
  border: 5px solid #fff;
  border-radius: 50%;
}

.c-aeaeae {
  background: #aeaeae;
}

.c-e6decb {
  background: #e6decb;
}

.c-none {
  border: 2px solid var(--gray-200);
}

.c-none:before, .c-none:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 36px;
  height: 2px;
  background: var(--gray-200);
}

.c-none:before {
  rotate: -45deg;
}

.c-none:after {
  rotate: 45deg;
}

.c-dfdfdf {
  background: #dfdfdf;
}

.c-262626 {
  background: #262626;
}

.lg-484848 {
  background: linear-gradient(270deg, #484848 0%, #f6f6f6 40.38%, #f6f6f6 60.1%, #484848 100%);
}

.c-bbbdbc {
  background: #bbbdbc;
}

.c-141414 {
  background: #141414;
}

.c-000 {
  background: #000;
}

.c-9f9c5d {
  background: #9f9c5d;
}

.c-a29a5c {
  background: #a29a5c;
}

@media (max-height: 800px) and (min-width: 1200px) {
  .s43__heading {
    margin: 0 0 10px;
  }
  .s43__img {
    aspect-ratio: 270/453;
  }
  .s43__block:not(:last-child) {
    margin: 0 0 10px;
  }
  .s43__slider-num {
    margin: 10px 0 0;
  }
}

.s51 {
  display: grid;
  align-items: center;
  padding-bottom: 50px;
  height: 800px;
  max-height: 100vh;
  background: #F1F1F3;
  overflow: hidden;
}

.s51__bg {
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  width: 1640px;
}

.s51__box {
  max-width: 500px;
}

.s51__title {
  margin: 0 0 24px;
}

.s51__contacts {
  font: 800 32px/1.25 var(--font-family);
  color: var(--dark);
}

.s51__contacts a:hover {
  text-decoration: underline;
}

.s51__contacts a[href*="mailto:"] {
  margin: 23px 0 0;
  color: var(--papa-carlo);
}

.s51__btn {
  margin: 63px 0 0;
}

.s61 {
  height: 480px;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  background: var(--gray-50);
}

.s61__box {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 421px 505px;
  margin: -30px 0 0;
}

.s61__main {
  margin: 0 0 12px;
}

.s61__title {
  margin: 0 0 25px;
}

.s61__img {
  margin: 0 auto;
  max-width: 505px;
  aspect-ratio: 505/406;
}

.s62 {
  padding: 100px 0 100px;
}

.s62__box {
  display: grid;
  grid-template-columns: calc(300/1240 * 100%) minmax(0, 1fr);
  gap: 15px;
}

.s62__left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin: -8px 0 0;
  z-index: 1;
  background: #fff;
}

.s62__left-title {
  margin: 0 0 25px;
}

.s62__left-list {
  margin: -8px;
  overflow: auto;
  scrollbar-width: none;
}

.s62__left-list::-webkit-scrollbar {
  display: none;
}

.s62__left-list li {
  display: block;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s62__left-list li:hover {
  color: var(--papa-carlo);
}

.s62__left-list li._active {
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
  color: var(--papa-carlo);
}

.s62__block {
  position: relative;
}

.s62__block:not(:last-child) {
  padding-bottom: 58px;
  border-bottom: 2px solid var(--gray-100);
}

.s62__block:not(:first-child) {
  padding-top: 60px;
}

.s62__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 20px;
}

.s62-item {
  position: relative;
}

.s62-item__img {
  position: relative;
  width: 100%;
  aspect-ratio: 295/200;
  border-radius: 10px;
  overflow: hidden;
}

.s62-item__img:has(img:is([src*="62_3_2"], [src*="62_3_3"])):after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
}

.s62-item__icon {
  position: absolute;
  inset: 10px auto auto 10px;
  width: 42px;
}

.s62-item__title {
  margin: 15px 0 25px;
  font: 500 14px/20px var(--font-family);
  color: var(--dark);
}

.s62-item__title-2 {
  margin: 13px 0 23px;
  font: 16px/26px var(--font-family);
  color: #000;
}

.s62__gallery {
  display: none;
}

.s71__box {
  padding: 61px 0;
}

.s71__title {
  margin: 0 0 34px;
  color: var(--dark);
}

.s71__list {
  display: grid;
  gap: 35px;
}

.s71__list a {
  margin: 0 0 5px;
  color: var(--papa-carlo);
}

.scrolldown-btn {
  position: absolute;
  inset: auto 20px 20px auto;
  display: block;
  width: 90px;
  aspect-ratio: 1;
  transition: 0.2s;
}

.scrolldown-btn:before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  translate: -50% -50% 0;
  width: calc(22/90 * 100%);
  aspect-ratio: 22/28;
  background: url("../img/1/scrolldown_2_g.svg") 0 0/100% auto no-repeat;
  -webkit-animation: scrolldown_1 2s ease-in infinite;
  animation: scrolldown_1 2s ease-in infinite;
}

.scrolldown-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 1;
  background: url("../img/1/scrolldown_1_g.svg") 0 0/100% auto no-repeat;
  -webkit-animation: scrolldown_2 12s linear infinite;
  animation: scrolldown_2 12s linear infinite;
}

.scrolldown-btn:hover {
  scale: 0.9;
}

@-webkit-keyframes scrolldown_1 {
  0% {
    top: 50%;
  }
  30% {
    top: 50%;
  }
  60% {
    top: 55%;
  }
  90% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

@keyframes scrolldown_1 {
  0% {
    top: 50%;
  }
  30% {
    top: 50%;
  }
  60% {
    top: 55%;
  }
  90% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}

@-webkit-keyframes scrolldown_2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes scrolldown_2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1349px) {
  .sheader-search__form {
    width: 770px;
  }
  .s42__items {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .sheader .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .sheader__nav {
    display: none;
  }
  .sheader-search__form {
    width: 550px;
  }
  ._mob-menu-opened {
    overflow: hidden;
  }
  ._mob-menu-opened .sheader__nav {
    position: fixed;
    inset: 0;
    display: grid;
    align-items: start;
    grid-template-columns: 100%;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 108px 30px 0;
    height: 100dvh;
    background: var(--sand);
    overflow: auto;
  }
  ._mob-menu-opened .sheader__menu {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    margin: 0 -10px;
    font: 800 22px/28px var(--font-family);
    color: var(--dark);
    overflow: auto;
    max-height: 100%;
  }
  ._mob-menu-opened .sheader__menu a:hover {
    color: var(--papa-carlo);
  }
  ._mob-menu-opened .sheader__menu li.current_page_item > a {
    text-decoration: underline;
    color: var(--papa-carlo);
  }
  ._mob-menu-opened .sheader__right {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 0 30px;
    background: var(--sand);
  }
  ._mob-menu-opened .sheader-search {
    width: 100%;
  }
  ._mob-menu-opened .sheader-lang {
    width: 100%;
  }
  ._mob-menu-opened .sheader-search__form {
    display: block !important;
    position: relative;
    inset: auto;
    translate: none;
    width: 100%;
    height: 52px;
  }
  ._mob-menu-opened .sheader-search__form-input {
    padding: 0 56px 0 19px;
    border-color: #fff;
  }
  ._mob-menu-opened .sheader-search__form-btn {
    width: 56px;
  }
  ._mob-menu-opened .sheader-search__icon {
    display: none;
  }
  ._mob-menu-opened .sheader-lang__list {
    position: relative;
    inset: auto;
    grid-template-columns: repeat(3, 44px);
    gap: 20px;
    width: 100%;
  }
  ._mob-menu-opened .sheader-icon.sheader-icon {
    color: var(--papa-carlo);
    border-color: var(--papa-carlo);
    background: var(--sand);
  }
  ._mob-menu-opened .sheader-icon.sheader-icon:hover {
    color: var(--sand);
    border-color: var(--papa-carlo);
    background: var(--papa-carlo);
  }
  ._mob-menu-opened .sheader__box > :nth-child(1) {
    z-index: 1;
  }
  ._mob-menu-opened .sheader > .container {
    max-width: 100%;
  }
  ._mob-menu-opened .sheader__logo img {
    filter: none;
  }
  ._mob-menu-opened .sheader__menu-btn {
    border-color: var(--papa-carlo) !important;
    background: var(--papa-carlo) url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1L1 16M1 1L16 16' stroke='%23FFEFAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E") 50% 50%/17px auto no-repeat !important;
  }
  ._mob-menu-opened .sheader__menu-btn svg {
    display: none;
  }
  ._mob-menu-opened .sheader__mob-right .sheader-lang {
    display: none;
  }
  ._mob-menu-opened .sheader__mob-right .sheader-search {
    display: none;
  }
  .sheader__box {
    grid-template-columns: 100%;
  }
  .sheader__box > :nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sheader__mob-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
  }
  .s1 {
    height: 703px;
  }
  .s1__box {
    max-width: calc(100% - 260px);
  }
  .stitle-h1 {
    font-size: 44px;
  }
  .s1__title {
    margin: 0 0 30px;
    height: auto;
  }
  .stext-18-700 {
    font-size: 16px;
    line-height: 26px;
  }
  .s1 {
    padding-bottom: 44px;
  }
  .s1__text {
    max-width: calc(100% - 113px);
  }
  .s1__btn {
    margin: 43px 0 0;
  }
  .s1__bg {
    width: 1736px;
    margin: 63px 0 0 -70px;
  }
  .s2 {
    padding: 71px 0 80px;
  }
  .s2__block {
    grid-template-columns: 100%;
    gap: 25px;
  }
  .s2__title {
    padding: 0;
  }
  .stitle-h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .s2__block_1 {
    position: relative;
    padding: 0 0 85px;
  }
  .s2__btn {
    position: absolute;
    inset: auto auto 0 0;
  }
  .s2__block_1 .s2__text {
    margin-right: 0;
    max-width: 630px;
  }
  .s2__text {
    margin-top: 0;
  }
  .s2__text h4 {
    margin: 0 0 17px;
    font-size: 16px;
  }
  .s2__text h4 br {
    display: none;
  }
  .s2__block {
    gap: 17px;
  }
  .s2__block_1 {
    margin: 0 0 70px;
    gap: 25px;
  }
  .s2__items-box .swiper-slide {
    width: 335px;
  }
  .s2-item {
    aspect-ratio: 335/252;
  }
  .stitle-h3 {
    font-size: 24px;
  }
  .s2__block_2 {
    margin: 63px 0 65px;
  }
  .s2__heading br {
    display: none;
  }
  .s3__box {
    grid-template-columns: 100%;
    gap: 40px;
    padding: 51px 0 0;
  }
  .s3__title {
    margin: 0 0 26px;
  }
  .s3__list {
    -moz-columns: 3;
    columns: 3;
    max-width: 648px;
  }
  .s3__btn {
    margin: 38px 0 0;
  }
  .s3__img {
    position: relative;
    inset: auto;
    width: 976px;
    height: 383px;
    overflow: hidden;
  }
  .s4 {
    padding: 20px 0 7px;
  }
  .s4__box {
    grid-template-columns: 100%;
  }
  .s4__img {
    position: relative;
    left: 20px;
    margin: 0 auto;
    width: 444px;
  }
  .s4__main {
    margin: 11px auto 0;
    max-width: 649px;
    text-align: center;
  }
  .s4__title {
    margin: 0 0 26px;
  }
  .s4__text-2 {
    margin: 31px 0 0;
    font-size: 20px;
  }
  .s5__box {
    margin: 0 auto;
    padding: 76px 0;
    max-width: calc(100% - 233px);
  }
  .s5__main {
    padding: 34px 40px 40px;
  }
  .s5__title {
    margin: 0 0 17px;
  }
  .s5__top {
    margin: 0 0 22px;
  }
  .s5__form {
    grid-template-columns: 100%;
  }
  .s5__form > * {
    grid-column: auto !important;
  }
  .s5__form-field_area {
    height: 220px;
  }
  .s5__form-submit {
    margin: 10px auto 0;
  }
  .sfooter__box {
    grid-template-columns: 100%;
  }
  .sfooter__box > :nth-child(1) {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 305px 274px;
  }
  .sfooter__left {
    margin: 0;
  }
  .sfooter {
    padding: 54px 0 60px;
  }
  .sfooter__logo-box {
    margin: 7px 0 0;
  }
  .sfooter__menu {
    margin: 42px 0 30px -8px;
    max-width: 620px;
    min-height: auto;
  }
  .sfooter__text-2 {
    text-align: left;
  }
  .sfooter__text-2 {
    font-size: 12px;
  }
  .s21 {
    padding-bottom: 44px;
    height: 700px;
  }
  .s21__title {
    margin: 0 0 30px;
    height: auto;
  }
  .s21__box {
    max-width: 520px;
  }
  .s21__btn {
    margin: 53px 0 0;
  }
  .s21__bg {
    margin: 41px 0 0 300px;
    width: 737px;
  }
  .s22 {
    padding: 73px 0 0;
  }
  .s22__list {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .s22__title {
    margin: 0 0 34px;
  }
  .s23 {
    padding: 73px 0 56px;
  }
  .s23__title {
    margin: 0 0 27px;
  }
  .s23__box {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .s23__text > :first-child {
    margin: 0 0 26px;
  }
  .s23__text {
    margin: 0 0 13px;
  }
  .s23__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .s24 .s5__box {
    padding: 92px 0;
  }
  .s31 {
    padding-bottom: 44px;
    height: 700px;
  }
  .s31__title {
    margin: 0 0 29px;
  }
  .s31__btn {
    margin: 43px 0 0;
  }
  .s31__bg {
    margin: 0 0 0 133px;
    width: 1856px;
  }
  .s32-block {
    grid-template-columns: 100%;
    gap: 35px;
  }
  .s32 {
    padding: 93px 0 99px;
  }
  .s32-block__top-text {
    margin: 0 0 6px;
  }
  .s32-block__title {
    margin: 0 0 17px;
  }
  .s32-block:not(:last-child) {
    margin: 0 0 73px;
  }
  .s32-block__img {
    max-width: 688px;
  }
  .s41__box {
    margin: 0 -17px 0 0;
    grid-template-columns: minmax(0, 1fr) 428px;
  }
  .s41__left {
    padding-top: 71px;
  }
  .s41__top-text {
    margin: 0 0 -1px;
  }
  .s41__title {
    margin: 0 0 29px;
  }
  .s42 {
    padding: 82px 0 77px;
  }
  .s42__items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .s43 {
    padding: 23px 0 0;
  }
  .s43__slider-box {
    padding: 0;
    width: 688px;
  }
  .s43__box {
    grid-template-columns: 267px minmax(0, 1fr);
    gap: 40px;
    padding: 30px;
  }
  .s43__heading {
    margin: -7px 0 89px;
  }
  .s43__uptitle {
    margin: 0 0 -1px;
  }
  .s43__block:not(:last-child) {
    margin: 0 0 24px;
  }
  .s43__box-close {
    inset: 0 0 auto auto;
    translate: 50% -50%;
  }
  .s43__slider-arrow {
    top: auto;
    bottom: 0;
    translate: 0;
    background: url("data:image/svg+xml,%3Csvg width='40' height='28' viewBox='0 0 40 28' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M39 14L1 14M13.7778 1L1 14L13.7778 27' stroke='%23FFEFAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 50% 50%/40px auto no-repeat !important;
  }
  .s43__slider-num {
    margin: 0;
    padding: 29px 0;
  }
}

@media (max-width: 1199px) and (max-height: 800px) and (min-width: 768px) {
  .s43__heading {
    margin-bottom: 20px;
  }
  .s43__img {
    aspect-ratio: 270/530;
  }
}

@media (max-width: 1199px) {
  .s51 {
    padding-bottom: 44px;
    height: 700px;
  }
  .s51__contacts {
    font-size: 24px;
  }
  .s51__title {
    margin: 0 0 29px;
  }
  .s51__contacts a[href*="mailto:"] {
    margin: 27px 0 0;
  }
  .s51__bg {
    width: 1358px;
    margin: -11px 0 0 0;
  }
  .s5_contacts .s5__box {
    padding: 126px 0;
  }
  .s61__box {
    grid-template-columns: 330px 403px;
    margin: 13px 0 0;
  }
  .s61__title {
    margin: 0 0 29px;
  }
  .s61__img {
    max-width: 403px;
  }
  .s62 {
    padding: 53px 0 81px;
  }
  .s62__box {
    position: relative;
    grid-template-columns: 100%;
    gap: 0;
    padding: 71px 0 0;
  }
  .s62__box > :nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .s62__left {
    top: 60px;
    margin: 0;
    padding: 20px 0;
  }
  .s62__left-list {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .s62__left-title {
    margin: 0 0 6px;
  }
  .s62__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .s62-item__img {
    aspect-ratio: 334/200;
  }
  .s62__block {
    padding-top: 60px;
  }
  .scrolldown-btn {
    width: 70px;
  }
}

@media (max-width: 991px) {
  .sheader-search__form {
    width: 310px;
  }
  .s1__box {
    max-width: calc(100% - 242px);
  }
  .s1__bg {
    margin-left: -116px;
  }
  .s21__box {
    max-width: 363px;
  }
  .s31__box {
    max-width: 400px;
  }
  .s42__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .s51__bg {
    margin: -11px 0 0 -134px;
  }
}

@media (max-width: 767px) {
  .sheader__logo {
    width: 259px;
  }
  .smain > *:first-child:not(:is(.s41, .s61)) {
    min-height: auto;
  }
  .s1__box {
    padding: 233px 0 0;
    max-width: none;
  }
  .stitle-h1 {
    font-size: 36px;
  }
  .s1__title {
    margin: 0 -15px 21px 0;
  }
  .s1__text {
    margin: 0 -3px 0 0;
    max-width: none;
  }
  .s1 {
    padding-bottom: 60px;
    height: auto;
    max-height: none;
  }
  .s1__btn {
    width: 100%;
  }
  .s1__bg {
    inset: 0 auto auto 50%;
    translate: -50% 0;
    width: 822px;
    margin: 31px 0 0 -164px;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%), linear-gradient(to right, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-composite: source-in, xor;
    mask-composite: intersect;
  }
  .s2 {
    padding: 53px 0 60px;
  }
  .stitle-h2 {
    font-size: 28px;
    line-height: 33px;
  }
  .s2__block_1 {
    gap: 17px;
    margin: 0 0 50px;
    padding: 0 0 75px;
  }
  .s2__btn {
    width: 100%;
  }
  .s2__items-box {
    width: 100%;
    cursor: auto;
  }
  .s2-item {
    aspect-ratio: 315/237;
  }
  .s2__items-arrow {
    display: block;
  }
  .s2__items-box .swiper-slide {
    width: 315px;
    width: 100%;
  }
  .s2__block_2 {
    margin: 45px 0 50px;
  }
  .stitle-h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .s2__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 33px 0 0;
  }
  .s3__box {
    padding: 54px 0 0;
    gap: 38px;
  }
  .s3__list {
    -moz-columns: 2;
    columns: 2;
  }
  .s3__btn {
    margin: 22px 0 0;
  }
  .s3__img {
    margin: 0px 0 0 1px;
    width: 552px;
    height: 224px;
  }
  .s4__img {
    left: 0;
    width: 282px;
  }
  .s4 {
    padding: 29px 0 36px;
  }
  .s4__title {
    margin: 0 0 16px;
  }
  .s4__text-2 {
    margin: 22px 0 0;
  }
  .s5 {
    margin: 0 0 -30px;
    padding: 0 0 30px;
    background: var(--papa-carlo);
  }
  .s5__border {
    display: none;
  }
  .s5__bg {
    display: none;
  }
  .s5__box {
    padding: 0;
    max-width: none;
  }
  .s5__main {
    margin: 0 0 0 -30px;
    padding: 46px 30px 50px;
    width: calc(100% + 60px);
    max-width: none;
    border-radius: 0;
  }
  .sfooter {
    border-radius: 30px 30px 0 0;
  }
  .sfooter__box > :nth-child(1) {
    grid-template-columns: 100%;
  }
  .sfooter__left {
    margin: 29px 0 0 53px;
  }
  .sfooter__contacts a[href*='mailto'] {
    font-size: 18px;
  }
  .sfooter__menu {
    -moz-columns: auto;
    columns: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    margin: 40px 0 28px -8px;
    width: calc(100% + 30px);
    max-width: 400px;
  }
  .sfooter__menu > li {
    margin: 0;
    width: calc(100%/3);
  }
  .sfooter__menu > li:is(:nth-child(4), :nth-child(5)) {
    width: calc(50%);
  }
  .s21__bg {
    inset: 0 auto auto 50%;
    translate: -50% 0;
    margin: 74px 0 0 0;
    width: 338px;
  }
  .s21__box {
    padding: 192px 0 0;
    max-width: none;
  }
  .s21__title {
    margin: 0 0 21px;
  }
  .s21__btn {
    margin: 44px 0 0;
    width: 100%;
  }
  .s21 {
    padding-bottom: 60px;
    height: auto;
    max-height: none;
  }
  .s22 {
    padding: 54px 0 0;
  }
  .s23 {
    padding: 54px 0 49px;
  }
  .s23__list {
    grid-template-columns: 100%;
  }
  .s24 .s5__box {
    padding: 0;
  }
  .s31 {
    padding-bottom: 60px;
    height: auto;
    max-height: none;
  }
  .s31__box {
    padding: 259px 0 0;
    max-width: none;
  }
  .s31__title {
    margin: 0 0 21px;
  }
  .s31__btn {
    margin: 43px 0 0;
    width: 100%;
  }
  .s31__bg {
    inset: 0 auto auto 50%;
    translate: -50% 0;
    margin: 3px 0 0 -105px;
    width: 880px;
  }
  .s32 {
    padding: 54px 0 59px;
  }
  .s32-block__buttons {
    margin: 18px -5px 0;
  }
  .s32-block__btn {
    width: 100%;
  }
  .s32-block {
    gap: 25px;
  }
  .s32-block__tag {
    inset: 10px auto auto 10px;
    height: 36px;
    padding: 0 8px;
    font-size: 14px;
  }
  .s32-block:not(:last-child) {
    margin: 0 0 53px;
  }
  .bcrumbs {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: -10px;
  }
  .s41__box {
    grid-template-columns: 100%;
    gap: 35px;
    margin: 0;
  }
  .s41__left {
    padding: 0;
  }
  .s41__main {
    margin: 38px 0 0;
  }
  .s41__top-text {
    margin: 0 0 2px;
  }
  .s41__title {
    margin: 0 0 21px;
  }
  .s41 {
    height: auto;
  }
  .s41__img {
    position: relative;
    left: 50%;
    translate: -50%;
    margin: 0 0 -14px;
    width: 355px;
    max-width: calc(100% + 40px);
    aspect-ratio: 355/270;
    height: auto;
    min-height: auto;
  }
  .s42 {
    padding: 56px 0;
  }
  .s42__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 20px;
  }
  .s43__slider-box {
    width: calc(100vw - 60px);
    min-width: 260px;
  }
  .s43__box {
    grid-template-columns: 100%;
    gap: 0;
  }
  .s43__img {
    max-width: 35vw;
    min-width: 150px;
    aspect-ratio: 270/578;
  }
  .s43__slider {
    border-radius: 17px;
  }
  .s43__heading {
    margin: 0 0 89px;
  }
  .s43__uptitle {
    display: none;
  }
  .s43__title {
    font: 500 22px/28px var(--font-family);
    text-align: center;
    color: var(--dark);
  }
  .s43__heading {
    margin: 12px 0 26px;
  }
  .s51__box {
    padding: 232px 0 0;
    max-width: none;
  }
  .s51__title {
    margin: 0 0 23px;
  }
  .s51__contacts {
    font-size: 22px;
  }
  .s51__contacts a[href*="mailto:"] {
    margin: 19px 0 0;
  }
  .s51__btn {
    margin: 43px 0 0;
    width: 100%;
  }
  .s51__bg {
    inset: 0 auto auto 50%;
    translate: -50% 0;
    width: 803px;
    margin: -3px 0 0 -161px;
  }
  .s51 {
    padding-bottom: 61px;
    height: auto;
    max-height: none;
  }
  .s5_contacts .s5__box {
    padding: 0;
  }
  .s61__box {
    grid-template-columns: 100%;
    margin: -36px 0 0;
  }
  .s61__box > :nth-child(2) {
    order: -1;
  }
  .s61 {
    padding-bottom: 41px;
    height: auto;
  }
  .s61__img {
    position: relative;
    left: 50%;
    translate: -49%;
    margin: 2px 0 -25px;
    max-width: 100vw;
    width: 371px;
  }
  .s61__title {
    margin: 0 0 21px;
  }
  .s62 {
    padding: 33px 0 59px;
  }
  .s62__left {
    margin-right: -30px;
  }
  .s62__left-list {
    gap: 13px;
  }
  .s62-item__img {
    aspect-ratio: 315/200;
  }
  .s62__block.s62__block {
    padding-top: 50px;
  }
  .s62__block:not(:last-child) {
    padding-bottom: 48px;
  }
}

@media (max-width: 575px) {
  .sheader__mob-right .sheader-lang {
    display: none;
  }
  .sheader__mob-right .sheader-search {
    display: none;
  }
  .s2__logos {
    grid-template-columns: 100%;
  }
  .s62__items {
    grid-template-columns: 100%;
  }
}

@media (max-width: 400px) {
  .s42__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
