@charset "UTF-8";

/* Сброс */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  min-width: var(--min-width);
}

body {
  color: var(--text-color);
  line-height: var(--lineheight);
  font-family: var(--user-font);
  font-size: var(--font-size);
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* background-color: rgba(0, 0, 0, 0.5450980392); */
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

span[data-name="data_name"] {
  display: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/
[class*=__container]:not(.fancybox__container) {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--max-width-padding);
}

[class*="-ibg"] {
  position: relative;
}

[class*="-ibg"] iframe,
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
  .video__play svg {
    width: 2.5rem;
  }
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

/* Инпуты */

::-moz-placeholder {
  color: var(--placeholder);
}

::-webkit-input-placeholder {
  color: var(--placeholder);
}

:-ms-input-placeholder {
  color: var(--placeholder);
}

::-ms-input-placeholder {
  color: var(--placeholder);
}

::placeholder {
  color: var(--placeholder);
}

::-moz-selection {
  background-color: var(--accent);
  color: #fff;
}

::selection {
  background-color: var(--accent);
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: var(--accent);
}

input:required:valid,
textarea:required:valid {
  border-color: var(--accent-second);
}

input,
button,
textarea {
  font-family: var(--user-font);
  font-size: inherit;
}

textarea {
  resize: none;
  height: 7.6875rem;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
  font-family: var(--user-font);
}

form .btn {
  margin-bottom: 0;
}

form input,
form button,
form textarea {
  margin-bottom: 0.625rem;
  width: 100%;
  border: 0.0625rem solid var(--border-color);
  padding: 0.9375rem;
}

form input:focus,
form button:focus,
form textarea:focus {
  -webkit-box-shadow: 0 0 5px 0 var(--accent-second);
  box-shadow: 0 0 5px 0 var(--accent-second);
}

form input.wpcf7-not-valid {
  -webkit-box-shadow: 0 0 5px 0 var(--accent);
  box-shadow: 0 0 5px 0 var(--accent);
}


/* флекс */
/* скипты */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*при использовании display: flex; необходимо указать содержащимся в контейнере элементами min-width: 0; иначе слайдер не будет работать корректно*/
/* Слайдер */
.slick-slider {
  position: relative;
}


.slick-arrow {
  position: absolute;
  top: 59%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1;
  padding: 0;
  font-size: 0.1px;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.5rem;
  flex: 0 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -1.5rem;
}

.slick-arrow svg path {
  stroke: #fff;
}

/* Стрелка влево */
.slick-arrow.slick-prev {
  left: -4vw;
}

.slick-arrow.slick-prev svg {
  position: relative;
  left: -0.125rem;
}

/* Стрелка вправо */
.slick-arrow.slick-next {
  right: -4vw;
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}

@media (max-width: 81.25rem) {
  .slick-arrow.slick-next {
    right: 0;
  }

  .slick-arrow.slick-prev {
    left: 0;
  }
}

.slick-arrow.slick-next svg {
  position: relative;
  right: -0.125rem;
}

/* Стрелка не активная */
/* Точки (булиты) */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li>* {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--sw-boolet-bg);
  margin: 0 6px;
  border-radius: 50%;
  font-size: 0.01px;
}

.slick-dots li::before {
  display: none !important;
}

/* Активная точка */
/* Элемент точки */
.slider__red .btn-slider {
  background-color: var(--accent);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.slider__red .btn-slider:hover {
  background-color: var(--accent-hover);
}

.slider__red .slick-arrow {
  background-color: var(--accent);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.slider__red .slick-arrow:hover {
  background-color: var(--accent-hover);
}

.slider__red .slick-dots li>* {
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.slick-dots li.slick-active>* {
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  background-color: var(--accent-hover);
}

.slick-dots li>*:hover {
  background-color: var(--accent-hover);
}

.slider__green .btn-slider {
  background-color: var(--accent-second);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.slider__green .btn-slider:hover {
  background-color: var(--accent-second-hover);
}

.slider__green .slick-arrow {
  background-color: var(--accent-second);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.slider__green .slick-arrow:hover {
  background-color: var(--accent-second-hover);
}

.slick-slide {
  display: block;
  text-align: center;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-zoomInUp {
  -webkit-animation: 0.2s ease-out 0.1s both f-zoomInUp;
  animation: 0.2s ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: 0.2s ease-out both f-zoomOutDown;
  animation: 0.2s ease-out both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-throwOutUp {
  -webkit-animation: 0.175s ease-out both f-throwOutUp;
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: 0.175s ease-out both f-throwOutDown;
  animation: 0.175s ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  -webkit-animation: 0.2s ease both f-fadeIn;
  animation: 0.2s ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: 0.2s ease both f-fadeOut;
  animation: 0.2s ease both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  -webkit-animation: 0.5s ease both f-fadeSlowIn;
  animation: 0.5s ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: 0.5s ease both f-fadeSlowOut;
  animation: 0.5s ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  -webkit-animation: 0.2s ease-out both f-fadeFastIn;
  animation: 0.2s ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: 0.2s ease-out both f-fadeFastOut;
  animation: 0.2s ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  -webkit-animation: 0.2s ease-out both f-crossfadeIn;
  animation: 0.2s ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: 0.1s linear 0.1s both f-crossfadeOut;
  animation: 0.1s linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
    transform: translateX(-75px);
    opacity: 0;
  }
}

@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  -o-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
  -ms-transform: var(--f-button-transform);
  transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  /* padding: 2rem; */
  padding: 0;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  -webkit-filter: blur(0px);
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
  -webkit-animation: 0.25s ease 0.1s backwards f-fadeIn;
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: 0.35s ease backwards f-fadeIn;
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
  -webkit-animation: 0.15s ease forwards f-fadeOut;
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: 0.35s ease forwards f-fadeOut;
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -o-linear-gradient(#ebeff2, #e2e8f0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round var(--f-thumb-border-radius, 0));
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide>* {
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
  -webkit-filter: none;
  filter: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide>* {
  -webkit-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-hidden {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/* Переменные */
:root {
  --accent: #FF3D00;
  --accent-hover: #FF5D01;
  --accent-hover-checet: rgba(255, 60, 0, 0.2);
  --accent-second: #00974F;
  --accent-second-hover: #009741;
  --text-color: #000;
  --text-grey: #333333;
  --text-black: #000000;
  --border-color: #838383;
  --bg-color: #F5F5F5;
  --text-desc: #555555;
  --sw-boolet-bg: #D9D9D9;
  --font-size: 1rem;
  --lineheight: 1.5;
  --user-font: Gilroy, sans-serif;
  --system-font: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  --placeholder: #838383;
  --transition: 0.3s ease;
  --min-width: 20rem;
  --max-width: 75rem;
  --max-width-padding: .9375rem;
}

/* Общиие блоки */
@font-face {
  font-family: GilroyItalic;
  font-display: swap;
  src: url("../fonts/Gilroy-BlackItalic.woff2") format("woff2"), url("../fonts/Gilroy-BlackItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: GilroyItalic;
  font-display: swap;
  src: url("../fonts/Gilroy-LightItalic.woff2") format("woff2"), url("../fonts/Gilroy-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: GilroyItalic;
  font-display: swap;
  src: url("../fonts/Gilroy-BoldItalic.woff2") format("woff2"), url("../fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

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

.flex-vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block {
  display: block;
}

.hidden {
  display: none !important;
}

._padding-bottom {
  padding-bottom: 5rem;
}

._grey_ {
  background-color: var(--bg-color);
}

._grey_,
._padding_ {
  padding: 5rem 0;
}

@media (max-width: 30rem) {
  ._padding-bottom {
    padding-bottom: 4.375rem;
  }

  ._grey_,
  ._padding_ {
    padding: 4.375rem 0;
  }
}

@media (max-width: 20.0625rem) {
  ._padding-bottom {
    padding-bottom: 3.75rem;
  }

  ._grey_,
  ._padding_ {
    padding: 3.75rem 0;
  }
}

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

p:not(:last-child) {
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 115%;
}

h1 b,
.h1 b {
  color: var(--accent);
}

h2,
.h2 {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 115%;
  color: var(--text-black);
}

h2 b,
.h2 b {
  color: var(--accent);
}

h3,
.h3 {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 122.727273%;
  color: var(--text-black);
}

h3 b,
.h3 b {
  color: var(--accent);
}

.title {
  color: var(--text-color);
  margin-bottom: 1.25rem;
}

.title__desc {
  font-weight: 400;
  font-size: 1rem;
  line-height: 118.75%;
  color: var(--text-black);
  margin-bottom: 1.25rem;
}

.title_white>* {
  color: #fff;
  font-weight: 300;
}

.title_white b {
  color: #fff;
}

@media (max-width: 62rem) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }

  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 36rem) {

  h1,
  .h1 {
    font-size: 2.125rem;
  }

  h2,
  .h2 {
    font-size: 1.875rem;
  }

  h3,
  .h3 {
    font-size: 1.125rem;
  }
}

@media (max-width: 20.0625rem) {

  h1,
  .h1 {
    font-size: 1.875rem;
  }

  h2,
  .h2 {
    font-size: 1.6875rem;
  }

  h3,
  .h3 {
    font-size: 1.125rem;
  }
}

strong {
  font-weight: 700;
}

.btn {
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 125%;
  text-transform: uppercase;
}

.btn:not(.btn-border) {
  color: #FFFFFF;
  font-weight: 700;
  padding: 15px 25px;
  font-size: 1rem;
  line-height: 125%;
  border: 0;
}

.btn-red {
  background-color: var(--accent);
}

.btn-red:hover {
  background-color: var(--accent-hover);
}

.btn-green {
  background-color: var(--accent-second);
}

.btn-green:hover {
  background-color: var(--accent-second-hover);
}

.btn-border {
  font-weight: 500;
  color: var(--accent-second);
  padding: 0.9375rem 1.25rem;
  border: 0.0625rem solid var(--accent-second-hover);
}

.btn-border:hover {
  background-color: var(--accent-second-hover);
  color: #fff;
}

._open body {
  overflow: hidden;
}

.page__content {
  padding-top: 5rem;
  background-color: #fff;
}

.materials__list__adv {
  margin-bottom: 1.875rem;
}

.materials__list__adv li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: top;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 122.222222%;
  font-weight: 500;
}

.materials__list__adv li::before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: inline-block;
  width: 0.625rem;
  -ms-flex-wrap: 0 0 0.625rem;
  flex-wrap: 0 0 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--accent);
  margin-right: 0.625rem;
}

.materials__bottom.materials__bottom_left .materials__list__adv li::before {
  background-color: var(--accent-second);
}

.materials__bottom.materials__bottom_left .btn-red {
  background-color: var(--accent-second);
}

.materials__bottom.materials__bottom_left .btn-red:hover {
  background-color: var(--accent-second-hover);
}

.responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

/* =================================================================================================== */
.input-file {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-file .wpcf7-form-control-wrap {
  margin: 0;
}

.calculation__form--file,
.input-file span.input-file--text {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  color: #fff;
  text-align: center;
  background-color: transparent;
  padding: 0.8125rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0.125rem;
  border-style: dashed;
  border-color: #FFFFFF;
  margin: 0 0 0.625rem 0;
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

/* Focus */
.input-file input[type=file]:focus+span.input-file--text {
  border-style: solid;
}

/* Hover/active */
.input-file:hover span.input-file--text {
  border-style: solid;
}

.input-file:active span.input-file--text {
  border-style: solid;
}

/* Disabled */
.input-file input[type=file]:disabled+span.input-file--text {
  background-color: #eee;
}

.slider__first .slick-slide {
  padding: 0 0.625rem;
}

.slider__first {
  display: grid;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.header__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__icon {
  padding: 0;
  border: 0;
  display: none;
}

.header__container.header__top {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #fff;
}

.header__logo {
  margin-right: 2.1875rem;
}

@media (max-width: 75rem) {
  .header__logo {
    margin-right: 2.8vw;
  }
}

.header__top__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1140px) {
  .header__top__inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.header__adress {
  margin: 0 -0.625rem;
}

.header__adress>* {
  margin: 0 0.625rem;
}

.header__adress svg,
.header__adress img {
  margin-right: 0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1rem;
  flex: 0 0 1rem;
  margin-top: 4px;
}

.header__adress svg path {
  fill: var(--text-grey);
}

.adress--text {
  max-width: 10.9375rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135.714286%;
  color: var(--text-grey);
}

@media (max-width: 1140px) {
  .adress {
    display: none;
  }
}

.header__social {
  white-space: nowrap;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  margin: 0 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon svg,
.social-icon img {
  max-width: 2.6875rem;
  border-radius: 50%;
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.social-icon:hover svg {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.contacts__btn {
  margin-right: 2.1875rem;
}

@media (max-width: 71.5rem) {
  .contacts__btn {
    margin-right: 0.625rem;
  }
}

.contacts__btn>* {
  white-space: nowrap;
}

.contacts__phone {
  color: var(--text-grey);
}

.contacts__phone--title {
  font-size: 0.875rem;
  line-height: 82.352941%;
  white-space: nowrap;
  margin-bottom: 0.3125rem;
}

.contacts__phone--link {
  font-style: normal;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 122.727273%;
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}

.contacts__phone--link:hover {
  color: var(--accent-hover);
}

.menu__flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -0.625rem;
}

.menu-item {
  margin: 0 0.625rem;
  position: relative;
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

a._active,
.menu-item:hover,
.menu-item.current_page_item {
  color: var(--accent);
}

.menu-item a._active::after,
.menu-item.current_page_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--accent);
  height: 1px;
}

#footer {
  background-color: var(--text-grey);
  color: #fff;
}

.footer__top {
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 48rem) {
  .footer__top {
    display: block;
  }
}

.footer__top__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.adress__l {
  margin-right: 0.9375rem;
}

.footer__adress svg {
  margin-right: 0.375rem;
  position: relative;
  top: 0.125rem;
}

.footer__adress svg path {
  fill: #fff;
}

.footer__adress {
  margin-right: 0.9375rem;
}

.footer__adress .adress--text {
  color: #fff;
}

.footer__contacts {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.contacts__phone .contacts__phone--title {
  display: block;
}

.contacts__phone .contacts__phone--link {
  margin-top: 0;
  margin-bottom: 0;
}

.footer__top .contacts__phone {
  color: #fff;
  text-align: right;
}

.footer__top .social {
  padding: 0 2.1875rem 0 0.9375rem;
}

#footer .footer__bottom__container {
  padding-bottom: 3.125rem;
}

@media (max-width: 48rem) {
  #footer .footer__bottom__container {
    display: none;
  }

  .footer__logo {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}

.footer__copy {
  border-top: 0.0625rem solid var(--sw-boolet-bg);
  padding: 0.625rem 0;
}

@media (max-width: 48rem) {
  .footer__top {
    padding-top: 3.75rem;
  }

  .footer__top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__top .social {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .footer__top .contacts__phone {
    text-align: left;
    margin-right: 0.9375rem;
  }
}

@media (max-width: 48rem) and (max-width: 22.4375rem) {
  #footer .contacts__phone .contacts__phone--link {
    font-size: 1.125rem;
  }

  #footer .contacts__phone .contacts__phone--title {
    font-size: 0.6875rem;
  }

  .footer__top .contacts__phone {
    margin-right: 0.5rem;
  }
}

.fansy_popap .hero__form {
  margin-bottom: 0;
  position: relative;
}

.hero {
  color: #fff;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

@media (max-width: 48rem) {
  .hero__container {
    display: block;
  }
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.65;
}

.hero__container {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__form {
  background-color: #fff;
  padding: 1.875rem;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 26.0625rem;
  flex: 0 1 26.0625rem;
  position: relative;
}

.hero__form--title {
  margin-bottom: 0.625rem;
}

.hero__form__desc {
  margin-bottom: 0.9375rem;
  color: var(--text-grey);
}

.hero__header {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.875rem;
  flex: 0 1 41.875rem;
  padding-right: 0.625rem;
}

.hero__title {
  color: #fff;
  padding-top: 1.25rem;
  margin-bottom: 1.875rem;
  max-width: 34rem;
}

.hero__list {
  margin: 0 -0.9375rem 0.625rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.9375rem 1.875rem;
  max-width: 16.875rem;
}

.hero__list--icon {
  background-color: #fff;
  border-radius: 50%;
  width: 3.125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
}

.hero__list--icon img {
  position: initial;
  width: 20px;
  height: 20px;
}

.hero__project .btn {
  margin-right: 1.875rem;
  padding: 1.5625rem 2.1875rem;
}

.hero__project-desc {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #FFFFFF;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 121.428571%;
  color: #FFFFFF;
  padding: 0.625rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10.6875rem;
  flex: 0 0 10.6875rem;
  position: relative;
}

.hero__project-desc strong {
  display: block;
}

.hero__project-desc svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7.8125rem;
  margin-top: -0.625rem;
}

.descount__line {
  white-space: nowrap;
  padding: 0.6875rem 0;
  /* -webkit-animation-duration: 2s;
  animation-duration: 2s; */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10.28s;
  animation-duration: 10.28s;
  -webkit-animation-name: t1003__anim-scrolling_567821565;
  animation-name: t1003__anim-scrolling_567821565;
}

@-webkit-keyframes t1003__anim-scrolling_567821565 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  100% {
    transform: translateX(-514px);
    -webkit-transform: translateX(-514px);
  }
}

@keyframes t1003__anim-scrolling_567821565 {
  0% {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
  }

  100% {
    transform: translateX(-514px);
    -webkit-transform: translateX(-514px);
  }
}

.descount__line_bg {
  background-color: #FFEE00;
}

.descount__item {
  display: inline;
  font-style: italic;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 123.333333%;
  text-transform: uppercase;
  color: #000000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-transform: uppercase;
}

.descount__item b {
  font-weight: 1000;
}

.home_materials__title>* {
  margin-bottom: 0.9375rem;
}

.home_materials {
  background: #FFFFFF;
  color: var(--text-black);
  margin-bottom: 5rem;
}

.home_materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -0.9375rem 5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home_materials .home_materials__list li {
  -webkit-box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.15);
  margin: 0 0.9375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 22%;
  flex: 1 1 22%;
  padding-left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.9375rem;
  max-width: 17.5rem;
}

.home_materials .home_materials__list li::before {
  display: none;
}

.home_materials__list li span,
.home_materials__list li,
.home_materials__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 125%;
}

.home_materials__list li img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.25rem;
  flex: 0 0 6.25rem;
  height: 6.25rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 0.9375rem;
}

.materials__bottom {
  background-color: var(--bg-color);
  overflow-x: clip;
  margin-top: 3.75rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.materials__bottom:not(:last-child) {
  margin-bottom: 3.75rem;
}

.materials__bottom.materials__bottom_left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.materials__bottom__l {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.4375rem;
  flex: 0 0 37.4375rem;
  padding: 3.75rem 0 3.75rem 3.75rem;
}

.materials__title {
  margin-bottom: 0.9375rem;
}

.materials__desc {
  margin-bottom: 0.9375rem;
}

.materials__desc span {
  padding: 0.6875rem 4.125rem;
  background-color: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 125%;
  text-transform: uppercase;
  text-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  margin-left: -3.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.materials__bottom.materials__bottom_left span {
  background-color: var(--accent-second);
}

.materials__desc img {
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: 0.25rem solid var(--accent);

}

.materials__bottom__r {
  position: relative;
}

.materials__bottom.materials__bottom_left .materials__desc img {
  border: 0.25rem solid var(--accent-second);
}

.materials__bottom__r .materials__bottom__r_img {
  margin-top: -3.75rem;
  position: relative;
}

.materials__bottom__r_img_bg {
  position: absolute;
  top: -27%;
  right: 0;
  z-index: 0;
}

@media (max-width: 36rem) {
  .materials__bottom__r .materials__bottom__r_img {
    margin-top: 0;
    max-width: 100%;
    height: auto;
  }

  .materials__bottom__r_img_bg {
    position: absolute;
    top: 0;
  }

  .materials__bottom__r {
    overflow: hidden;
  }

  .materials__bottom:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.materials__bottom.materials__bottom_left .materials__bottom__r_img_bg {
  left: 0;
  right: initial;
}

.step-by-step__container {
  min-height: 36.4375rem;
}

@media (max-width: 62rem) {
  .step-by-step__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: initial;
  }
}

@media (max-width: 36rem) {
  .step-by-step__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.step-by-step__left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 29.375rem;
  flex: 0 1 29.375rem;
  background-color: var(--text-grey);
  padding: 3.75rem;
}

@media (max-width: 75rem) {
  .step-by-step__left {
    padding: 3.75rem 1.875rem 3.75rem 1.875rem;
  }
}

@media (max-width: 62rem) {
  .step-by-step__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem 1.875rem 2.5rem 1.875rem;
  }
}

@media (max-width: 36rem) {
  .step-by-step__left {
    padding: 2.5rem 0.9375rem 2.5rem;
  }
}

.step-by-step__left ul {
  position: relative;
  z-index: 3;
}

.step-by-step__left ul li {
  color: #fff;
}

.step-by-step__left::before {
  content: "";
  position: absolute;
  bottom: 2.625rem;
  right: 0;
  width: 10.625rem;
  height: 7.75rem;
  background-image: url(../img/forms_step/form_r.png);
  z-index: 1;
}

.step-by-step__left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10.625rem;
  height: 7.75rem;
  background-image: url(../img/forms_step/form_l.png);
  z-index: 1;
}

.step-by-step__title>* {
  color: #fff;
  margin-bottom: 1.25rem;
}

.step-by-step--img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.step-by-step__right {
  background-color: #fff;
  padding: 3.75rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 43.75rem;
  flex: 1 1 43.75rem;
  position: relative;
}

@media (max-width: 75rem) {
  .step-by-step__right {
    padding: 3.75rem 1.875rem 3.75rem 1.875rem;
  }
}

@media (max-width: 62rem) {
  .step-by-step__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 36rem) {
  .step-by-step__right {
    padding: 2.5rem 0.9375rem 2.5rem;
  }
}

.step-by-step__right form {
  height: 100%;
}

.quiz-input-row {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.quiz-input-row .wpcf7-form-control-wrap {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

@media (max-width: 36rem) {
  .quiz-input-row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

/* .quiz-input-row input {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
} */

@media (max-width: 36rem) {
  .quiz-input-row input {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.quiz_block--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-right: 3.75rem;
}

.contQ {
  position: absolute;
  top: -0.75rem;
  right: 0;
  z-index: 1;
}

.allQ {
  color: var(--text-black);
  font-size: 1.875rem;
}

.contQ {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 120%;
  color: var(--accent);
}

.remove_input input {
  opacity: 0;
  position: absolute;
  width: 0.01px;
  height: 0.01px;
  z-index: -100;
  visibility: hidden;
}

.type-checkbox,
.type-radio {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.375rem;
  flex: 0 0 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  border: 0.25rem solid #000000;
  border-radius: 50%;
  margin-right: 1rem;
  position: relative;
}

@media (max-width: 36rem) {

  .type-checkbox,
  .type-radio {
    margin-right: 0.625rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.125rem;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.type-checkbox {
  border-radius: 0;
}

.type-checkbox_text,
.type-radio_text {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 120%;
  color: var(--text-black);
}

.remove_input:checked~.flex-vcenter .type-radio {
  border: 0.25rem solid var(--accent);
  background-color: var(--accent);
  -webkit-box-shadow: 0 0 0 0.3125rem var(--accent-hover-checet);
  box-shadow: 0 0 0 0.3125rem var(--accent-hover-checet);
}

.remove_input:checked~.flex-top .type-checkbox {
  border: 0.25rem solid var(--accent);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 8L5 11L11 1' stroke='%23FF3D00' stroke-width='2'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 576px) {
  .remove_input:checked~.flex-top .type-checkbox {
    background-size: 0.5rem;
  }
}

.remove_input:checked~.type-checkbox_img::after,
.remove_input:checked~.type-radio_img::after {
  border: 0.3125rem solid red;
}

.quiz_block-input {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quiz_block-input .flex-row {
  margin: 0 -0.4375rem;
}

.type-checkbox__inner .type-checkbox_img,
.type-radio__inner .type-radio_img {
  position: relative;
  margin-bottom: 0.5625rem;
}

.type-checkbox__inner .type-checkbox_img img,
.type-radio__inner .type-radio_img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.type-checkbox__inner .type-checkbox_img::after,
.type-radio__inner .type-radio_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: 0.3125rem solid transparent;
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.quiz_block-step_2--img {
  margin-right: 1.25rem;
}

@media (max-width: 36rem) {
  .quiz_block-step_2--img {
    margin-bottom: 0.625rem;
  }
}

.quiz_block-step_2--input input:last-child {
  margin-bottom: 0;
}

.quiz_block {
  margin-bottom: 1.25rem;
}

.quiz_form .input-file span.input-file--text {
  border-color: var(--text-grey);
  color: var(--text-grey);
}

.grid-row {
  gap: 0.9375rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
}

@media (max-width: 36rem) {
  .grid-row {
    grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
  }
}

@media (max-width: 36rem) {
  .quiz_block-step_2 {
    display: block;
  }
}

.s_projects {
  background-color: #fff;
}

.projects__title {
  padding-top: 1.25rem;
}

.projects__title .h2 {
  margin-bottom: 0.625rem;
}

.cart {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
}

.cart__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slider__first {
  display: initial;
}

.slider__first .cart {
  margin: 0;
}

.cart__header .-ibg {
  padding-bottom: 68.148148%;
}

.cart__body {
  padding: 0.9375rem;
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.cart__header--title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--text-black);
  margin-bottom: 0.4375rem;
}

.cart--title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 125%;
  padding-right: 0.3125rem;
}

.cart--title-desc {
  font-style: italic;
  font-weight: 300;
  font-size: 1rem;
  line-height: 118.75%;
}

.cart__price {
  text-align: left;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 125%;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.cart__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 118.75%;
  color: var(--ext-desc);
  margin-bottom: 0.9375rem;
  text-align: left;
}

.cart__data {
  margin-bottom: 0.625rem;
}

.cart__data__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  font-size: 1rem;
  line-height: 118.75%;
  color: var(--text-black);
  margin-bottom: 0.625rem;
}

.cart__bottom {
  padding: 0.9375rem;
  padding-top: 0;
}

.cart__bottom--text {
  font-style: italic;
  font-weight: 700;
  font-size: 1.1875rem;
  line-height: 131.578947%;
  color: var(--text-grey);
  margin-bottom: 0.3125rem;
  text-align: left;
}

.cart__btn .btn {
  width: 100%;
}

.cart__inner {
  margin: 0 -0.9375rem;
}

.s_calculation {
  background-color: var(--bg-color);
}

.calculation__title {
  margin-bottom: 1.25rem;
}

.calculation__slider {
  margin-bottom: 2.5rem;
}

.calculation__slider .slick-list {
  margin-bottom: 0.625rem;
  margin: 0 -0.9375rem;
}

.calculation__slider .slick-slide a {
  position: relative;
  margin: 0 0.9375rem;
  padding-bottom: 58%;
  display: block;
}

.calculation__slider .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.calculation__adv {
  margin-bottom: 1.875rem;
}

.calculation__adv li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0.0625rem;
  flex: 1 1 0.0625rem;
  padding-left: 4.125rem;
  position: relative;
  padding-right: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 118.75%;
}

.calculation__adv li b {
  font-weight: 700;
}

.production__list li::before,
.calculation__adv li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.1875rem;
  height: 3.1875rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 1.25rem rgba(0, 0, 0, 0.15);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='14' fill='none'%3e%3cpath fill='%23FF3D00' d='M16.302 2.676 14.45.782a.153.153 0 0 0-.108-.047.15.15 0 0 0-.109.047L6.259 8.944a.152.152 0 0 1-.11.046.15.15 0 0 1-.108-.046L2.85 5.676a.152.152 0 0 0-.109-.047.15.15 0 0 0-.109.047L.781 7.57a.156.156 0 0 0-.046.11.16.16 0 0 0 .045.112l5.26 5.385a.152.152 0 0 0 .168.034.152.152 0 0 0 .05-.034l10.044-10.28a.158.158 0 0 0 0-.222Z'/%3e%3c/svg%3e");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}

.calculation__form__inner {
  background-color: var(--text-grey);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 62rem) {
  .calculation__form__inner {
    display: block;
    text-align: right;
  }
}

.calculation__form_r_input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.form__calculation {
  padding: 3.75rem 0 3.75rem 3.75rem;
  position: relative;
}

@media (max-width: 62rem) {
  .form__calculation {
    padding: 4.375rem 1.5625rem 0 1.5625rem;
    margin-bottom: 1.875rem;
  }
}

@media (max-width: 36rem) {
  .form__calculation {
    padding: 4.375rem 0.9375rem 0 0.9375rem;
  }
}

.form__calculation input {
  border: 0.0625rem solid #fff;
  margin-right: 0.625rem;
  max-width: 13.125rem;
}

.form__calculation .input-file {
  padding-right: 5px;
}

.form__calculation .form__btn {
  max-width: 10.8125rem;
}

.calculation__form__title>* {
  line-height: 115%;
  font-size: 2.375rem;
  margin-bottom: 1.25rem;
}

@media (max-width: 75rem) {
  .calculation__form__title>* {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .calculation__form__title>* {
    font-size: 1.75rem;
    text-align: left;
  }
}

.calculation__form--bg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17.1875rem;
  flex: 0 0 17.1875rem;
  margin-left: 1.25rem;
}

.s_hous_style {
  background-color: #fff;
}

.s_comfort {
  background-color: #fff;
}

.s_comfort._padding_ {
  padding-top: 0;
}

.comfort__title {
  margin-bottom: 1.25rem;
}

.comfort__inner {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.comfort__item {
  position: relative;
}

.comfort__item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.jne {
  color: var(--text-black);
  position: absolute;
  max-width: 224px;
  background-color: #fff;
  padding: 0.9375rem;
  padding-bottom: 2.875rem;
}

.comfort__item--marker {
  width: 3.1875rem;
  height: 3.1875rem;
  border-radius: 50%;
  /* background-color: var(--accent); */
  color: #fff;
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 116.666667%;
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
}

.comfort__item--marker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: pulse 1.2s ease-out infinite;
  transform: scale(1);
  /* width: 4.4375rem;
  height: 71px; */
  border-radius: 50%;
  background: var(--accent);
  z-index: -1;
}

.comfort__item--marker::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: var(--accent);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  transform: rotate(0)
}

.comfort__item .jne:hover .comfort__item--marker::before {
  transform: rotate(45deg);
}

.comfort__item--title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 110%;
  margin-bottom: 0.3125rem;
}

.comfort__item--text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 142.857143%;
}

.s_about {
  background-color: var(--bg-color);
}

.about__title {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}

@media (max-width: 73.75rem) {
  .about__title {
    max-width: initial;
  }
}

.about__title span {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 115%;
}

@media (max-width: 62rem) {
  .about__title span {
    font-size: 1.875rem;
  }
}

@media (max-width: 36rem) {
  .about__title span {
    font-size: 1.875rem;
  }
}

@media (max-width: 20.0625rem) {
  .about__title span {
    font-size: 1.6875rem;
  }
}

.about.flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about__l {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 48.75rem;
  flex: 0 1 48.75rem;
}

@media (max-width: 62rem) {
  .about.flex {
    display: block;
  }

  .about__l {
    margin-bottom: 1.875rem;
  }
}

.about__text--top {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 135%;
  color: var(--text-black);
  margin-bottom: 1.25rem;
}

.about__r {
  margin-right: -0.9375rem;
}

@media (max-width: 62rem) {
  .about__r {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about__contacts {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
  margin: 0 0.9375rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.about__contacts img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 62rem) {
  .about__contacts {
    max-width: 20rem;
    margin: 0 auto 1.25rem;
    gap: 30px;
  }

  .about__r {
    margin-right: -0.9375rem;
  }
}

@media (max-width: 48rem) {
  .about__r {
    margin-right: 0;
    gap: 1.25rem;
  }
}

@media (max-width: 36rem) {
  .about__r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about__contacts img {
  margin-bottom: 1.25rem;
}

.about__contacts__bottom {
  padding: 0 1.25rem 1.25rem;
}

.about__name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 0.3125rem;
}

.about__job {
  font-style: italic;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 115%;
  color: var(--text-black);
  margin-bottom: 0.9375rem;
}

.about__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-grey);
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
}

.about__tel:hover a {
  color: var(--accent-hover);
}

.about__tel a span {
  display: inline-block;
  line-height: 1;
}

.about__tel a svg {
  margin-right: 0.625rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about__tel a svg path,
.about__tela svg circle {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about__tel:hover a svg path {
  fill: var(--accent-hover);
}

.about__tel:hover a svg circle {
  stroke: var(--accent-hover);
}

.s_production {
  background-color: #fff;
}

@media (max-width: 62rem) {
  .production {
    display: block;
  }
}

.production__l {
  padding-right: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 37.5rem;
  flex: 0 1 37.5rem;
}

.production__r {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 35.625rem;
  flex: 0 1 35.625rem;
}

.production__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.production__list li {
  font-weight: 500;
  font-size: 1rem;
  line-height: 118.75%;
  color: var(--text-black);
  position: relative;
  min-height: 3.5625rem;
  padding-left: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 1.875rem;
}

@media (max-width: 36rem) {
  .production__list {
    display: block;
  }

  .production__list li {
    margin-bottom: 1.25rem;
  }
}

.production__r img {
  max-width: 100%;
  /* height: auto; */
}

.s_photos,
.s_video {
  background-color: #fff;
}

.video__block {
  padding-bottom: 56.140351%;
}

.video__title {
  margin-bottom: 1.25rem;
}

.photos__item--fancybox,
.videosl {
  padding-bottom: 68.148148%;
  display: block;
}

.s_video .slick-list,
.s_photos .slick-list {
  margin: 0 -0.9375rem;
}

@media (max-width: 20.0625rem) {

  .photos__item--fancybox,
  .videosl {
    margin: 0 0.625rem;
  }

  .s_video .slick-list,
  .s_photos .slick-list {
    margin: 0 -0.625rem;
  }
}

/* .video__item a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
} */
.s_contacts {
  background-color: var(--bg-color);
}

.contacts__title {
  margin-bottom: 1.25rem;
}

.contacts__title--desc {
  margin-bottom: 1.875rem;
}

.contacts__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__r {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 417px;
  flex: 0 1 417px;
}

.contacts__l {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 580px;
  flex: 0 1 580px;
  padding-right: 14px;
}

.contacts__address {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.contacts__address:first-child {
  padding-left: 0;
  border-right: 1px solid var(--text-grey);
}

.contacts__address:last-child {
  padding-right: 0;
}

.contacts__address--title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  color: var(--text-black);
  margin-bottom: 1.25rem;
}

.contacts__address--address {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135.714286%;
  color: var(--text-grey);
  margin-bottom: 1.25rem;
}

.contacts__address--address svg {
  margin-right: 0.625rem;
}

.contacts__address--address span {
  max-width: 175px;
}

.contacts__address--time {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135.714286%;
  color: var(--text-grey);
  margin-bottom: 1.25rem;
}

.contacts__address--phone a {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 122.727273%;
  color: var(--text-grey);
  margin-bottom: 1.25rem;
  -webkit-transition: all var(--transition);
  -o-transition: all var(--transition);
  transition: all var(--transition);
  margin-bottom: 1.25rem;
  display: inline-block;
}

.contacts__address--phone a:hover {
  color: var(--accent-hover);
}

.contacts__address--btn {
  margin-bottom: 1.25rem;
}

@media (max-width: 55rem) {
  .contacts__container {
    display: block;
  }

  .contacts__address__inner {
    margin-bottom: 2.5rem;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 32.5rem) {
  .contacts__address__inner {
    display: block;
  }

  .contacts__address {
    padding: 0;
    margin-bottom: 40px;
  }

  .contacts__address:first-child {
    border: 0;
  }
}

/* * {
  outline: 1px solid red;
} */
/* === DESKTOP FIRST === */
/* xl <= Extra extra large (xxl)  1400 */
/* lg <= Extra large (xl) 1200 */
/* md <= Large (lg) 992 */
@media (max-width: 62em) {
  .hero__project-desc svg {
    display: none;
  }

  .home_materials__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home_materials .home_materials__list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    margin-bottom: 0.625rem;
  }

  .calculation__adv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .calculation__adv li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    margin-bottom: 1.25rem;
  }
}

/* sm <= Medium (md) 768 */
@media (max-width: 48em) {

  .header__menu .contacts__phone,
  .header__menu .header__social {
    margin-bottom: 1.25rem;
  }

  .menu__icon {
    display: block;
  }

  ._open .header__top {
    border-bottom: 0.0625rem solid #333333;
  }

  .menu-item {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .menu-item:last-child {
    margin-bottom: 0;
  }

  .icon-menu {
    position: absolute;
    top: 1.4375rem;
    right: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.25rem;
    width: 1.875rem;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
  }

  .icon-menu span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0.125rem;
    background: var(--text-grey);
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
  }

  .icon-menu::after,
  .icon-menu::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background: var(--text-grey);
    display: inline-block;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
  }

  .icon-menu::before {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }

  .icon-menu::after {
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }

  ._open .icon-menu span {
    width: 0;
  }

  ._open .icon-menu::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  ._open .icon-menu::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

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

  .contacts__phone--title {
    display: none;
  }

  .contacts__btn {
    margin-right: 0;
  }

  .contacts__phone--link {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }

  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    padding-bottom: 1.875rem;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #fff;
    -webkit-transition: all var(--transition);
    -o-transition: all var(--transition);
    transition: all var(--transition);
    overflow-y: auto;
    z-index: -1;
  }

  ._open .header__menu {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .menu__flex ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem;
  }

  .materials__bottom {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .materials__bottom__l {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }

  .cart {
    margin: 0.625rem;
  }

  .input__inner {
    display: block;
  }

  .form__calculation input {
    max-width: initial;
  }

  .form__calculation .form__btn {
    max-width: initial;
  }
}

/* 600 */
@media (max-width: 37.5em) {
  .calculation__adv li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-height: 3.6875rem;
    vertical-align: baseline;
  }
}

/* xs <= Small (sm) 576 */
@media (max-width: 36em) {
  .hero__project-desc {
    display: none;
  }

  .hero__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0;
  }

  .hero__title {
    max-width: initial;
    padding-top: 0;
  }

  .hero__title>* {
    font-size: 2.125rem;
  }

  .hero__list li {
    max-width: initial;
    width: 100%;
  }

  .hero__project .btn {
    margin-right: 0;
    width: 100%;
  }

  .hero__form {
    padding: 0.9375rem;
  }

  .hero__form {
    margin-bottom: 0;
  }

  .materials__bottom__l {
    padding: 0.9375rem;
    padding-top: 3.125rem;
  }

  .materials__bottom.flex-vcenter {
    display: block;
  }

  .materials__bottom__r img {
    margin-top: 0;
  }

  .materials__btn .btn {
    width: 100%;
  }

  .materials__desc span {
    font-size: 1.25rem;
  }

  .calculation__form__inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

@media (max-width: 20rem) {
  .hero__form._dynamic_adapt_ {
    display: none;
  }

  .title__desc {
    font-size: 0.875rem;
  }

  .page__content {
    padding-top: 3.125rem;
  }

  .home_materials {
    margin-bottom: 3.125rem;
  }

  .hero__title>* {
    font-size: 1.75rem;
  }

  .materials__desc span {
    font-size: .8125rem;
  }

  .materials__bottom {
    margin-top: 0;
  }

  .home_materials__list {
    margin-bottom: 1.875rem;
  }
}

/* === MOBILE FIRST === */
/* Custom (xs) */
/* Small (sm) 576 */
/* Medium (md) 768 */
@media (min-width: 48em) {
  #header .header__bottom__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* Large (lg) 992 */
@media (min-width: 62em) {
  .hero {}
}

/* Extra large (xl) 1200 */
/* Extra extra large (xxl) 1400 */