@charset "UTF-8";

@import './../../node_modules/nouislider/dist/nouislider.min.css';

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
}

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

* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-family: var(--font-gilroy);
  font-size: var(--size-normal);
  line-height: 1.4;
  color: var(--color-black);
  font-weight: var(--font-regular);
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--main);
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  text-decoration: none;
  background-color: transparent;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

input {
  border: none;
  outline: none;
}

.background {
  background: var(--main);
}

.title {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: var(--main);
}

.section_margin {
  padding-top: 80px !important;
  padding-bottom: 80px;
}

.container {
  max-width: 1316px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

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

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

.bg-wrapper {
  background-image: url("../img/main-bh.png");
  background-repeat: no-repeat;
  height: 712px;
  background-size: cover;
}

.btn {
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 18px 24px;
  outline: none;
  border: none;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-gilroy);
}

.body {
  position: relative;
}

.btn_main {
  color: white;
  border: 1px solid #F2F3F7;
  background: transparent;
}

.btn_main:hover,
.btn_main:focus {
  background: #F2F3F7;
  border: 1px solid #F2F3F7;
  color: var(--main);
}

.btn_main:disabled {
  background: #F1F2F2;
  color: #665E53;
  cursor: default;
  pointer-events: none;
  border: 1px solid transparent;
}

.btn_second {
  color: var(--main);
  border: 1px solid var(--main);
  background: var(--second);
}

.btn_second:hover,
.btn_second:focus {
  background: var(--main);
  border: 1px solid var(--main);
  color: #F2F3F7;
}

.none {
  display: none !important;
}

.accardeon-hidden,
.accardeon-accaunt-hidden {
  display: none !important;
}

.accardeon-accaunt .block__row--content {
  display: block;
}

.accardeon-rotate {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fadeIn,
.fadeOut {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }

  to {
    opacity: 1;
    visibility: visible;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  opacity: 0;
  visibility: hidden;
}

:root {
  --font-gilroy: "Gilroy", sans-serif;
  --font-roboto: "Roboto", sans-serif;
  --main: #0070BA;
  --second: #F7F0EC;
  --background-color: #E8ECED;
  --font-regular: 400;
  --font-medium: 500;
  --font-bold: 700;
  --size-title: 60px;
  --size-line: 72px;
  --size-biggest: 2.5rem;
  --size-big: 2.125em;
  --size-subtitle: 1.875rem;
  --size-subtitle-medium: 1.5rem;
  --size-subtitle-small: 1.375rem;
  --size-normal-big: 1.25rem;
  --size-normal-18: 1.125rem;
  --size-normal: 1rem;
  --size-normal-small: 0.875rem;
  --size-small: 0.750rem;
}

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

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

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

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy") url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: -41%;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.header {
  background-color: #0070BA;
  width: 100%;
}

.header__container {
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
}

.header__text {
  color: #FFF;
  font-weight: 500;
  margin-left: 10px;
  font-size: 20px;
}

.header__phone {
  width: 30px;
}

.header__phone img {
  width: 100%;
}

.header__email {
  width: 30px;
}

.header__email img {
  width: 100%;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: auto;
}

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

.header__logo img {
  width: 100%;
  height: auto;
}

.main {
  padding-top: 50px;
  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;
}

.main__wrapper {
  position: relative;
  overflow: hidden;
}

.main__img {
  display: block;
  background: url("../img/all_room.png") center center/100% no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main .tooltip[class] {
  padding: 5px;
}

.main__balcon {
  background: url("../img/balcony.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__balcon .main__balcon__block {
  position: absolute;
  width: 250px;
  height: 156px;
  right: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
  z-index: 3;
}

.main__balcon:hover .main__balcon__block {
  visibility: visible;
}

.main__balcon:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__living {
  background: url("../img/living_room.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__living .main__living__block {
  position: absolute;
  width: 250px;
  height: 156px;
  right: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
  z-index: 3;
}

.main__living:hover .main__living__block {
  visibility: visible;
}

.main__living:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__loggia {
  background: url("../img/loggia.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__loggia .main__loggia__block {
  position: absolute;
  width: 250px;
  height: 156px;
  left: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
  z-index: 3;
}

.main__loggia:hover .main__loggia__block {
  visibility: visible;
}

.main__loggia:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__bathroom {
  background: url("../img/bathroom.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__bathroom .main__bathroom__block {
  position: absolute;
  width: 250px;
  height: 156px;
  left: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
  z-index: 3;
}

.main__bathroom:hover .main__bathroom__block {
  visibility: visible;
}

.main__bathroom:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__bedroom {
  background: url("../img/bedroom.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__bedroom .main__bedroom__block {
  position: absolute;
  width: 250px;
  height: 156px;
  left: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
  z-index: 3;
}

.main__bedroom:hover .main__bedroom__block {
  visibility: visible;
}

.main__bedroom:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__kitchen {
  background: url("../img/kitchen.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__kitchen .main__kitchen__block {
  position: absolute;
  width: 250px;
  height: 156px;
  right: -260px;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
  z-index: 3;
}

.main__kitchen:hover .main__kitchen__block {
  visibility: visible;
}

.main__kitchen:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__hallway {
  background: url("../img/hallway.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__hallway .main__hallway__block {
  position: absolute;
  width: 250px;
  height: 156px;
  left: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
}

.main__hallway:hover .main__hallway__block {
  visibility: visible;
}

.main__hallway:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__childrens {
  background: url("../img/childrens_room.png") center center/100% no-repeat;
  position: absolute;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

.main__childrens:hover {
  -webkit-filter: none;
          filter: none;
  cursor: pointer;
}

.main__childrens .main__children__block {
  position: absolute;
  width: 250px;
  height: 156px;
  left: -260px;
  top: 60px;
  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;
  gap: 10px;
  background-color: #ffffff;
  visibility: hidden;
  border: 1px solid var(--main);
  text-align: center;
  color: var(--main);
}

.main__childrens:hover .main__children__block {
  visibility: visible;
}

.main .button {
  position: relative;
  margin-bottom: 20px;
  background-color: #0070ba;
  color: #ffffff;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
}

.inputs {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  row-gap: 30px;
}

.inputs__main {
  background: url("../img/background_inputs/children/children-parket.jpg") no-repeat;
  width: 100%;
  aspect-ratio: 1000/700;
  margin-top: 50px;
  position: relative;
  background-size: cover;
}

.inputs__inputs {
  padding: 0;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inputs__steni {
  top: 100px;
  left: 100px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  padding: 10px;
}

.inputs__steni img {
  width: 58px;
  height: 58px;
}

.inputs__label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 7px 0;
}

.inputs__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
}

.inputs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
}

.inputs__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #0070BA;
  border-radius: 1px;
  width: 25px;
  height: 25px;
}

.inputs__box:after {
  position: absolute;
  background: #0070BA;
  border-radius: 50%;
  visibility: hidden;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  left: 7px;
  top: 7px;
}

.inputs__name {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #0070BA;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 21px;
}

.inputs_deactive:after {
  visibility: hidden !important;
}

.inputs .inputs__label .inputs__input:checked + .inputs__box:after {
  visibility: visible;
}

.inputs__pol {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  padding: 10px;
  bottom: 70px;
  left: 100px;
}

.inputs__pol img {
  width: 58px;
  height: 58px;
}

.inputs__fartuk {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  padding: 10px;
  top: 20%;
  left: 50%;
}

.inputs__fartuk img {
  width: 58px;
  height: 58px;
}

.inputs__tepliy {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  padding: 10px;
  bottom: 77px;
  right: 170px;
}

.inputs__tepliy img {
  width: 58px;
  height: 58px;
}

.inputs__poddon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  padding: 10px;
  bottom: 50%;
  left: 10%;
}

.inputs__poddon img {
  width: 58px;
  height: 58px;
}

.inputs__stoleshnica {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
          box-shadow: 3px 3px 81px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: flex;
  padding: 10px;
  top: 50%;
  left: 30%;
}

.inputs__stoleshnica img {
  width: 58px;
  height: 58px;
}

.inputs a.button {
  display: block;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

.inputs a.button:hover {
  opacity: 0.8;
}

.inputs .button-row {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.inputs input.button {
  display: block;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

.inputs input.button:hover {
  opacity: 0.8;
}

.layers {
  max-width: 1500px;
  position: relative;
  padding-left: 150px;
  max-width: 80%;
  margin-bottom: 30px;
}

.layers a.button {
  display: block;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

.layers a.button:hover {
  opacity: 0.8;
}

.layers .button-row {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.layers input.button {
  display: block;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

.layers input.button:hover {
  opacity: 0.8;
}

.layers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 36px;
  max-width: 100%;
  margin: auto;
  padding-top: 30px;
  margin-bottom: 30px;
}

.layers__wrapper__main {
  position: relative;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.layers__wrapper__main__title {
  font-size: 26px;
  font-weight: 600;
  color: var(--main);
  margin-bottom: 50px;
}

.layers__wrapper__main__content {
  width: 100%;
}

.layers__wrapper__main__content img {
  width: auto;
  height: 100%;
}

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

.layers__wrapper__choise p {
  font-size: 22px;
  font-weight: 500;
}

.layers__wrapper__choise__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 24px 8px 36px;
  background-color: #dadada;
  border-radius: 5px;
  border: 1px solid #dadada;
  cursor: pointer;
}

.layers__wrapper__choise__block:hover {
  border: 1px solid #000;
}

.layers__wrapper__choise__block__number {
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  font-size: 78px;
  -webkit-transform: translate(-20%, -40%);
      -ms-transform: translate(-20%, -40%);
          transform: translate(-20%, -40%);
  z-index: 2;
  color: #0070ba;
  font-weight: 700;
}

.layers__wrapper__choise__block__content {
  width: 100%;
  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;
}

.layers__wrapper__choise__block__content__chekbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.layers__wrapper__choise__block__content__chekbox__img {
  min-width: 75px;
  max-width: 75px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.calculator {
  max-width: 1500px;
  padding: 0 10px 96px 150px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.calculator .slider__wrapper {
  width: 94%;
}

.calculator__item-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.calculator .castom_wrapper {
  width: 600px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.calculator .label-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.calculator .label-radio .info {
  font-size: 14px;
  color: var(--color-black);
  max-width: 450px;
}

.calculator .label-radio .info a {
  color: #DABCA4;
  text-decoration: underline;
}

.calculator .window__block,
.calculator .door__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.calculator .castom__select {
  width: 100%;
  position: relative;
  max-width: 390px;
}

.calculator .castom__select__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  height: 36px;
  cursor: pointer;
}

.calculator .castom__select__icon {
  width: 54px;
  height: 36px;
  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;
  background-color: #0070BA;
}

.calculator .castom__select__current {
  line-height: 36px;
  padding-left: 16px;
}

.calculator .castom__select__body {
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.calculator .castom__select__item {
  padding-left: 16px;
  cursor: pointer;
}

.calculator .castom__select__item:hover {
  font-weight: 600;
}

.calculator .calculator__wrapper__block__title__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.calculator .calculator__wrapper__block__title__buttons button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}

.calculator__radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.calculator__radios .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.calculator__radios .name__text {
  font-size: 27px;
  color: var(--main);
  font-weight: 600;
}

.calculator .true-radio ~ div {
  font-weight: 400;
  color: var(--color-black);
}

.calculator .true-radio:disabled ~ div {
  color: var(--color-black);
}

.calculator .true-radio:disabled ~ span {
  border: 1px solid #E8E8E8;
  border-radius: 50%;
}

.calculator .inner__plitka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}

.calculator .inner__sloi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}

.calculator .true-radio {
  display: none;
}

.calculator .label-radio input[type=radio]:checked + .fake-radio + div {
  color: #a8a8a8;
}

.calculator .fake-radio {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  border: 3px solid rgb(0, 112, 186);
  background-color: #fff;
  position: relative;
  background-image: url(../img/chop/radio-empty.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.calculator .fake-radio::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: 12px;
  top: 14px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgb(0, 112, 186);
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.calculator .true-radio:checked + .fake-radio::before {
  opacity: 1;
}

.calculator h2 {
  margin-top: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 30px;
  color: #0070BA;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}

.calculator__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
}

.calculator__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.calculator__item input {
  background: #F9F9F9;
  -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.25);
  border-radius: 7.5px;
  border: none;
  padding: 0 18px;
  height: 38px;
  width: 372px;
  font-size: 21px;
}

.calculator__item p {
  color: #0070BA;
  font-size: 20px;
  font-weight: 600;
  width: 220px;
}

.calculator .points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 55px;
  font-size: 21px;
  font-weight: 600;
}

.calculator__name {
  color: #0070BA;
  font-size: 27px;
}

.calculator a.button {
  display: block;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

.calculator a.button:hover {
  opacity: 0.8;
}

.calculator .button-row {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.calculator input.button {
  display: block;
  background-color: #0070ba;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  border: none;
}

.calculator input.button:hover {
  opacity: 0.8;
}

.calculator__wrapper__block {
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  margin-bottom: 15px;
}

.calculator__wrapper__block .input__label {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  width: 250px;
  color: black;
  margin-bottom: 20px;
}

.calculator__wrapper__block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}

.calculator__name {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  color: black;
  margin-bottom: 10px;
  margin-bottom: 20px;
}

.calculator__wrapper__block__title__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px;
}

.calculator__wrapper__block__title__buttons__minus {
  border: 1px solid var(--main);
  border-radius: 3px;
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  color: var(--main);
  cursor: pointer;
}

.select__square__inputs {
  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;
}

.select__square__inputs__label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  display: block;
  margin: 7px 0;
}

.select__square__inputs__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
}

.select__square__inputs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
}

.select__square__inputs__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #0070BA;
  border-radius: 1px;
  width: 25px;
  height: 25px;
}

.select__square__inputs__box:after {
  position: absolute;
  background: #0070BA;
  border-radius: 50%;
  visibility: hidden;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  left: 7px;
  top: 7px;
}

.select__square__inputs__name {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  color: #0070BA;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 21px;
}

.select__square__inputs_deactive:after {
  visibility: hidden !important;
}

.select__square__inputs .select__square__inputs__label .select__square__inputs__input:checked + .select__square__inputs__box:after {
  visibility: visible;
}

.total {
  padding-left: 150px;
}

.total__wrapper {
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.total .share__wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  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;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.total .share__menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 380px;
  background-color: #F0F3F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 26px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 26px;
}

.total .share__menu .share__link {
  width: 38px;
  height: 38px;
  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;
  cursor: pointer;
}

.total .share__menu .share__link img {
  width: 100%;
  height: 100%;
}

.total .stores {
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 1500px;
}

.total .stores h4 {
  margin-bottom: 16px;
  text-align: center;
}

.total .stores__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.total .stores__links .store__link {
  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;
  width: 48px;
  height: 48px;
}

.total h2 {
  margin-top: 10px;
  margin-bottom: 30px;
  color: #0070BA;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
}

.total h3 {
  margin-top: 10px;
  color: #0070BA;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.total .button {
  background-color: #0070BA;
  color: #FFFFFF;
  padding: 16px 24px;
  text-align: center;
  cursor: pointer;
}

.total img {
  width: 100%;
  max-width: 440px;
}

.total .swiper-item img {
  max-width: initial;
}

.total__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  gap: 10px;
}

.total__table {
  display: table;
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  width: 100%;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: unset;
}

.total__table:first-of-type {
  border-bottom: 1px solid #d9d9d9;
}

.total__table tr th {
  background-color: #a8a8a8;
  padding: 6px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.total__table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0070BA;
  font-size: 21px;
}

.total__table__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.total__table__first span {
  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;
  text-align: center;
  min-width: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #0070BA;
  font-weight: 600;
}

.total__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.total__row__elem {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  height: 40px;
  background-color: #0070BA;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}

.total__row__elem:hover {
  opacity: 0.8;
}

.total__additionally {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

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

.total__additionally__articles__title {
  width: 100%;
}

.total__additionally__video {
  max-width: 1500px;
  width: 100%;
  padding-right: 16px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Стили для слайдов */
  /* Стили для iframe внутри слайдов */
}

.total__additionally__video h3 {
  margin-bottom: 20px;
}

.total__additionally__video iframe {
  margin-inline: auto;
}

.total__additionally__video .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.total__additionally__video .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.total__additionally__video .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  /* Изначально ширина авто */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Учесть паддинги и границы в размерах */
}

.total__additionally__video .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.2);
          box-shadow: 0px 0px 13px 0px rgba(34, 60, 80, 0.2);
}

.total__additionally__video .swiper-slide iframe {
  width: 100%;
  height: 100%;
  max-width: 580px;
  /* Максимальная ширина как в вашем примере */
  max-height: 400px;
  /* Максимальная высота как в вашем примере */
}

.total__additionally__video .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: 16px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.total__additionally__video .arrows__left {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #EBF5FF;
  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;
  cursor: pointer;
}

.total__additionally__video .arrows__left:hover {
  -webkit-box-shadow: 0px 0px 1px 1px #000;
          box-shadow: 0px 0px 1px 1px #000;
}

.total__additionally__video .arrows__right {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #EBF5FF;
  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;
  cursor: pointer;
}

.total__additionally__video .arrows__right:hover {
  -webkit-box-shadow: 0px 0px 1px 1px #000;
          box-shadow: 0px 0px 1px 1px #000;
}

.total__additionally__articles__title {
  margin-bottom: 20px;
}

.total__additionally__articles__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-right: 10px;
}

.total__additionally__articles__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #0070BA;
  border-radius: 10px;
  padding: 10px 10px;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}

.total__additionally__articles__blocks img {
  max-width: 90px;
  min-width: 90px;
  height: 90px;
}

.total__additionally__articles__blocks__content__title {
  color: #0070BA;
  font-weight: 500;
  margin-bottom: 5px;
}

.sidebar {
  font-size: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  z-index: 1;
  left: 0;
  background-color: #0070BA;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__item {
  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;
  color: #FFFFFF;
}

.slider__wrapper {
  width: 100%;
}

.slider {
  width: 100%;
  height: 0;
  border: 2px solid var(--main);
  margin-bottom: 20px;
  cursor: pointer;
}

.points {
  position: relative;
  margin-bottom: 20px;
}

.points span {
  position: absolute;
  cursor: pointer;
}

.points span::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: var(--main);
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.points span:hover::before {
  -webkit-transform: translateX(-50%) scale(1.5);
      -ms-transform: translateX(-50%) scale(1.5);
          transform: translateX(-50%) scale(1.5);
}

.noUi-origin {
  position: relative;
}

.noUi-handle {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  border: none;
  border-radius: 50%;
  background: #111;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.noUi-handle-lower {
  margin-top: -10px;
  background: var(--main);
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 4px var(--main);
          box-shadow: 0px 0px 0px 4px var(--main);
}

.noUi-handle-upper {
  background: #ff0052;
  -webkit-box-shadow: 0 0 16px #ff0052;
          box-shadow: 0 0 16px #ff0052;
}

.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  position: absolute;
  width: 30px;
  height: 30px;
  right: -15px;
  top: -5px;
  z-index: 10;
}

@media (min-width: 320px) and (min-height: 480px) {
  .main__wrapper {
    width: 330px;
    height: 244px;
  }

  .main__balcon {
    width: 32px;
    height: 160px;
    top: 58px;
    left: 24px;
  }

  .main__living {
    width: 109px;
    height: 127px;
    top: 99px;
    left: 42px;
  }

  .main__loggia {
    width: 33px;
    height: 159px;
    top: 49px;
    left: 291px;
  }

  .main__bathroom {
    width: 79px;
    height: 69px;
    top: 150px;
    left: 148px;
  }

  .main__bedroom {
    width: 127px;
    height: 107px;
    top: 114px;
    left: 181px;
  }

  .main__kitchen {
    width: 110px;
    height: 86px;
    top: 22px;
    left: 42px;
  }

  .main__hallway {
    width: 36px;
    height: 127px;
    top: 24px;
    left: 148px;
  }

  .main__childrens {
    width: 129px;
    height: 71px;
    top: 51px;
    left: 179px;
  }
}

@media (min-width: 375px) and (min-height: 667px) {
  .main__wrapper {
    width: 367px;
    height: 272px;
  }

  .main__balcon {
    width: 36px;
    height: 176px;
    top: 66px;
    left: 27px;
  }

  .main__living {
    width: 121px;
    height: 142px;
    top: 110px;
    left: 46px;
  }

  .main__loggia {
    width: 37px;
    height: 167px;
    top: 60px;
    left: 323px;
  }

  .main__bathroom {
    width: 88px;
    height: 76px;
    top: 168px;
    left: 165px;
  }

  .main__bedroom {
    width: 141px;
    height: 121px;
    top: 126px;
    left: 202px;
  }

  .main__kitchen {
    width: 124px;
    height: 95px;
    top: 25px;
    left: 46px;
  }

  .main__hallway {
    width: 40px;
    height: 141px;
    top: 27px;
    left: 164px;
  }

  .main__childrens {
    width: 143px;
    height: 80px;
    top: 56px;
    left: 200px;
  }
}

@media (min-width: 414px) and (min-height: 736px) {
  .main__wrapper {
    width: 406px;
    height: 300px;
  }

  .main__balcon {
    width: 40px;
    height: 195px;
    top: 72px;
    left: 30px;
  }

  .main__living {
    width: 134px;
    height: 158px;
    top: 121px;
    left: 51px;
  }

  .main__loggia {
    width: 41px;
    height: 187px;
    top: 65px;
    left: 358px;
  }

  .main__bathroom {
    width: 97px;
    height: 84px;
    top: 185px;
    left: 182px;
  }

  .main__bedroom {
    width: 156px;
    height: 132px;
    top: 140px;
    left: 223px;
  }

  .main__kitchen {
    width: 137px;
    height: 104px;
    top: 28px;
    left: 52px;
  }

  .main__hallway {
    width: 44px;
    height: 156px;
    top: 30px;
    left: 182px;
  }

  .main__childrens {
    width: 159px;
    height: 87px;
    top: 62px;
    left: 221px;
  }
}

@media (min-width: 480px) and (min-height: 800px) {
  .main__wrapper {
    width: 471px;
    height: 349px;
  }

  .main__balcon {
    width: 46px;
    height: 270px;
    top: 63px;
    left: 35px;
  }

  .main__living {
    width: 154px;
    height: 181px;
    top: 143px;
    left: 59px;
  }

  .main__loggia {
    width: 48px;
    height: 206px;
    top: 82px;
    left: 415px;
  }

  .main__bathroom {
    width: 113px;
    height: 98px;
    top: 215px;
    left: 211px;
  }

  .main__bedroom {
    width: 182px;
    height: 155px;
    top: 163px;
    left: 258px;
  }

  .main__kitchen {
    width: 158px;
    height: 121px;
    top: 33px;
    left: 60px;
  }

  .main__hallway {
    width: 51px;
    height: 184px;
    top: 34px;
    left: 211px;
  }

  .main__childrens {
    width: 184px;
    height: 102px;
    top: 72px;
    left: 256px;
  }
}

@media (min-width: 768px) {
  .main__wrapper {
    width: 700px;
    height: 518px;
  }

  .main__balcon {
    width: 68px;
    height: 401px;
    top: 91px;
    left: 52px;
  }

  .main__living {
    width: 230px;
    height: 259px;
    top: 215px;
    left: 88px;
  }

  .main__loggia {
    width: 70px;
    height: 342px;
    top: 102px;
    left: 617px;
  }

  .main__bathroom {
    width: 168px;
    height: 146px;
    top: 318px;
    left: 315px;
  }

  .main__bedroom {
    width: 270px;
    height: 227px;
    top: 242px;
    left: 384px;
  }

  .main__kitchen {
    width: 236px;
    height: 204px;
    top: 36px;
    left: 89px;
  }

  .main__hallway {
    width: 76px;
    height: 269px;
    top: 51px;
    left: 313px;
  }

  .main__childrens {
    width: 274px;
    height: 159px;
    top: 103px;
    left: 380px;
  }
}

@media (min-width: 820px) {
  .header__text {
    font-size: 24px;
    margin-left: 40px;
  }

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

  .sidebar {
    width: 102px;
    row-gap: 20px;
    top: calc(15% + 20px);
    padding: 57px 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
  }
}

@media (min-width: 1024px) {
  .main__wrapper {
    width: 945px;
    height: 699px;
  }

  .main__balcon {
    width: 92px;
    height: 423px;
    top: 182px;
    left: 71px;
  }

  .main__living {
    width: 311px;
    height: 386px;
    top: 272px;
    left: 118px;
  }

  .main__loggia {
    width: 95px;
    height: 461px;
    top: 138px;
    left: 832px;
  }

  .main__bathroom {
    width: 227px;
    height: 196px;
    top: 430px;
    left: 424px;
  }

  .main__bedroom {
    width: 363px;
    height: 282px;
    top: 338px;
    left: 519px;
  }

  .main__kitchen {
    width: 318px;
    height: 264px;
    top: 54px;
    left: 120px;
  }

  .main__hallway {
    width: 102px;
    height: 319px;
    top: 91px;
    left: 423px;
  }

  .main__childrens {
    width: 368px;
    height: 228px;
    top: 132px;
    left: 515px;
  }
}

@media (min-width: 1280px) {
  .main__wrapper {
    width: 848px;
    height: 627px;
  }

  .main__balcon {
    width: 83px;
    height: 400px;
    top: 154px;
    left: 63px;
  }

  .main__living {
    width: 280px;
    height: 386px;
    top: 225px;
    left: 106px;
  }

  .main__loggia {
    width: 85px;
    height: 377px;
    top: 143px;
    left: 747px;
  }

  .main__bathroom {
    width: 204px;
    height: 176px;
    top: 386px;
    left: 380px;
  }

  .main__bedroom {
    width: 327px;
    height: 255px;
    top: 303px;
    left: 465px;
  }

  .main__kitchen {
    width: 288px;
    height: 270px;
    top: 32px;
    left: 106px;
  }

  .main__hallway {
    width: 92px;
    height: 267px;
    top: 91px;
    left: 379px;
  }

  .main__childrens {
    width: 330px;
    height: 222px;
    top: 110px;
    left: 461px;
  }
}

@media (min-width: 1920px) {
  .main__wrapper {
    width: 1273px;
    height: 942px;
  }

  .main__balcon {
    width: 124px;
    height: 630px;
    top: 216px;
    left: 94px;
  }

  .main__living {
    width: 418px;
    height: 458px;
    top: 398px;
    left: 160px;
  }

  .main__loggia {
    width: 127px;
    height: 566px;
    top: 213px;
    left: 1122px;
  }

  .main__bathroom {
    width: 305px;
    height: 265px;
    top: 580px;
    left: 572px;
  }

  .main__bedroom {
    width: 489px;
    height: 393px;
    top: 450px;
    left: 699px;
  }

  .main__kitchen {
    width: 429px;
    height: 313px;
    top: 94px;
    left: 161px;
  }

  .main__hallway {
    width: 137px;
    height: 488px;
    top: 94px;
    left: 569px;
  }

  .main__childrens {
    width: 496px;
    height: 275px;
    top: 193px;
    left: 692px;
  }

  .main .button {
    margin-top: 200px;
  }
}

@media (max-width: 860px) {
  .total__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 820px) {
  .main {
    margin-bottom: 100px;
  }

  .inputs {
    margin-bottom: 100px;
  }

  .layers {
    margin: auto auto 100px auto;
    padding-inline: 10px;
  }

  .layers__wrapper {
    -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;
  }

  .layers__wrapper__main__title {
    margin-bottom: 20px;
  }

  .calculator {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .calculator {
    padding-left: 10px;
  }

  .calculator .inner__sloi_noui {
    padding-left: 20px;
  }

  .calculator__item input {
    font-size: 16px;
    width: 200px;
    padding: 0 16px;
  }

  .calculator__name + .slider__wrapper {
    padding-left: 20px;
  }

  .total {
    padding-left: 10px;
    margin-bottom: 100px;
  }

  .total__additionally__video {
    padding-right: 10px;
  }

  .sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-block: 20px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 40px;
  }

  .bg-wrapper {
    background-image: url("../img/mobile-bg.png");
    height: 726px;
    background-position: bottom;
  }
}

@media (max-width: 768px) {
  .main .tooltip[class] {
    width: 150px;
    height: 100px;
  }

  .main .tooltip[class] h2 {
    font-size: 16px;
  }

  .main .tooltip[class] img {
    width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
  }

  .main__balcon .main__balcon__block {
    right: -160px;
  }

  .main__living .main__living__block {
    right: -160px;
    top: 30px;
  }

  .main__loggia .main__loggia__block {
    left: -160px;
  }

  .main__bathroom .main__bathroom__block {
    left: -160px;
    top: 0;
  }

  .main__bedroom .main__bedroom__block {
    left: -130px;
    top: 20px;
  }

  .main__kitchen .main__kitchen__block {
    right: -160px;
  }

  .main__hallway .main__hallway__block {
    left: -160px;
  }

  .main__childrens .main__children__block {
    left: -160px;
  }

  .total__additionally__video iframe {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 300px;
  }

  .total__additionally__articles__wrapper {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (max-width: 701px) {
  .main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 700px) {
  .inputs__steni {
    top: 20px;
    left: 50px;
  }

  .inputs__pol {
    bottom: 20px;
    left: initial;
    right: 20px;
  }

  .inputs__pol {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 560px) {
  .calculator__radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}

@media (max-width: 480px) {
  .header__container {
    padding: 10px 20px;
  }

  .header__text {
    font-size: 16px;
  }

  .header__links {
    margin-left: 10px;
  }

  .header__logo {
    width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

@media (max-width: 480) {
  .main__childrens {
    opacity: 0;
  }
}

@media (max-width: 460px) {
  .inputs__label {
    margin: 3px 0;
  }

  .inputs__box::before {
    padding: 0 0 0 20px;
    line-height: 15px;
  }

  .inputs__box::before::before {
    width: 16px;
    height: 16px;
  }

  .inputs__name {
    font-size: 16px;
  }

  .calculator h2 {
    font-size: 24px;
  }

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

@media (max-width: 390px) {
  .inputs__steni {
    top: 10px;
    left: 30px;
  }
}