@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

html {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #242424;
  position: relative;
  height: 100%;
}

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

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

.bg-gray {
  background: #f5f5f5;
}

.bg-white-to-gray {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafa 9.53%);
}

.bg-gray-light {
  background: linear-gradient(180deg, #f6f9fa 0%, #f8fafa 24.02%);
}

.bg-light-gray-gradient {
  background: linear-gradient(180deg, #f6f9fa 0%, #f8fafa 24.02%);
}

.bg-green-gradient {
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.bg-red-gradient {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.bg-white {
  background: #fff;
}

input[type=text]:focus-visible {
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 20px;
}

h1,
.ts-meta-h1 {
  font-size: 40px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 800;
}

h2,
.ts-meta-h2 {
  font-size: 32px;
  line-height: 140%;
  font-weight: 800;
  text-transform: uppercase;
}

h3,
.ts-meta-h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

h4,
.ts-meta-h4 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0;
}

.container-right {
  padding-left: calc((100% - 1110px) / 2);
}

.flex {
  display: flex;
}

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

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.text-green {
  color: #3aad81;
}

.text-red {
  color: #ff4444;
}

.text-gold {
  background: linear-gradient(to right, #d6b469, #eed881, #d7b56c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

button {
  cursor: pointer;
}

.btn {
  border-radius: 6px;
  padding: 14px 24px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border: none;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
}

.btn-with-icon {
  padding: 14px 24px 14px 20px;
}

.btn-feedback {
  padding: 10px 36px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}

.btn-green {
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  color: #fff;
}

a .btn-green {
  color: #fff;
}

.btn-red {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  color: #fff;
}

.btn-white {
  color: #242424;
  background: #fff;
  box-shadow: 0px 15px 50px rgba(36, 36, 36, 0.1);
}

.btn-white:hover {
  color: #3aad81;
}

.btn-green-stroke {
  color: #3aad81;
  background: none;
  border: 2px solid #3aad81;
}

.btn-green-light {
  color: #3aad81;
  background: linear-gradient(90deg, rgba(55, 173, 128, 0.15) 0.05%, rgba(46, 198, 139, 0.15) 100.05%);
  border-radius: 8px;
}

.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}

.btn-lg {
  padding: 28px 60px;
  font-size: 18px;
  line-height: 140%;
}

a.btn-green,
a.btn-red {
  color: #fff;
}

.link {
  color: #242424;
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  color: #3aad81;
  text-decoration: none;
}

.link-green {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #3aad81;
}

.link-with-icon {
  display: flex;
  gap: 7px;
}

.link__arrow {
  background-image: url(../img/ui/link/arrow.svg);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  display: inline-block;
}

.link__arrow_green {
  color: #3aad81;
  background-image: url(../img/ui/link/arrow-green.svg);
}

.price-window-button-block {
  margin-top: 12px;
}

.icon {
  width: 20px;
  height: 20px;
  background-position: right center;
}

.icon-arrow {
  background-image: url(../img/ui/link/arrow.svg);
  background-repeat: no-repeat;
}

.icon-arrow-green {
  color: #3aad81;
  background-image: url(../img/ui/link/arrow-green.svg);
}

.icon-arrow-down {
  background-image: url(../img/ui/link/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-wallet {
  background-image: url(../img/ui/icons/wallet.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-paper {
  background-image: url(../img/ui/icons/paper.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-settings {
  background-image: url(../img/ui/icons/settings.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-search-size {
  background-image: url(../img/ui/icons/search-size.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-search-settings {
  background-image: url(../img/ui/icons/search-settings.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-search-ruler {
  background-image: url(../img/ui/icons/search-ruler.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-search-ruler2 {
  background-image: url(../img/ui/icons/search-ruler2.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-delivery {
  background-image: url(../img/ui/icons/delivery.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-document {
  background-image: url(../img/ui/icons/document.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-shield {
  background-image: url(../img/ui/icons/shield.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-search-change {
  background-image: url(../img/ui/icons/search-change.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-trash {
  background-image: url(../img/ui/icons/trash.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-repair {
  background-image: url(../img/ui/icons/repair.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-profile {
  background-image: url(../img/ui/icons/profile.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-circle-check {
  background-image: url(../img/ui/icons/circle-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-play {
  background-image: url(../img/ui/icons/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-green-plus {
  background-image: url(../img/ui/icons/green-plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-activity {
  background-image: url(../img/ui/icons/activity.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon-tick-square {
  background-image: url(../img/ui/icons/tick-square.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.icon_50 {
  width: 50px;
  height: 50px;
}

.icon_70 {
  width: 70px;
  height: 70px;
}

.icon_80 {
  width: 80px;
  height: 80px;
}

.ts-icon-close {
  width: 30px;
  height: 30px;
  background-image: url(../img/blocks/cart/close.svg);
}

.text-transform-normal {
  text-transform: unset;
}

.divider-v {
  width: 1px;
  border-left: 1px solid #242424;
  opacity: 0.1;
  flex-shrink: 0;
}

.divider-v_white {
  border-left: 1px solid #fff;
}

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

.ts-swiper-pagination {
  bottom: 95px;
}

.ts-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff4444;
  margin: 0 7px;
}

.ts-swiper-navigation__green .swiper-button {
  background: #3aad81;
  border-radius: 50px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 60px;
  height: 60px;
}

.ts-swiper-navigation__green .swiper-button::after {
  content: "";
  background-image: url(../img/blocks/measuring/swiper-button.svg);
  background-repeat: no-repeat;
  height: 15px;
  width: 9px;
}

.ts-swiper-navigation__green .swiper-button.swiper-button-prev::after {
  transform: rotate(180deg);
}

.ts-swiper-navigation__green .swiper-button-next {
  right: -82px;
}

.ts-swiper-navigation__green .swiper-button-prev {
  left: -82px;
}

.ts-swiper-button-block-right .swiper-button-next {
  right: 0;
}

.ts-swiper-button-block-right .swiper-button-prev {
  left: -70px;
}

.agreement {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(36, 36, 36, 0.6);
  margin-top: 15px;
}

.ts-form-group {
  margin-bottom: 15px;
}

.ts-form-control {
  padding: 30px;
  font-size: 16px;
  color: rgba(35, 31, 32, 0.6);
  background: #fff;
  border: none;
  box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.03);
  height: 80px;
  border-radius: 10px;
}

.ts-form-control input:-webkit-autofill,
.ts-form-control input:-webkit-autofill:hover,
.ts-form-control input:-webkit-autofill:focus,
.ts-form-control input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.ts-form-control_block {
  width: 100%;
}

.slider-form {
  display: flex;
}

.slider-form .separator {
  border-right: 1px solid rgba(35, 31, 32, 0.1);
}

.slider-form__name input {
  border-right: 1px solid rgba(35, 31, 32, 0.1);
  border-radius: 10px 0px 0px 10px;
  width: 193px;
}

.slider-form__phone input {
  width: 253px;
  border-radius: 0;
}

.slider-form__button {
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 0px 10px 10px 0px;
  padding: 0 60px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 80px;
}

.slider-form__button:hover {
  color: #212529;
  text-decoration: none;
}

.invalid-feedback {
  font-size: 70%;
}

.separator-horizontal {
  height: 1px;
  width: 100%;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
  margin: 30px 0;
}

.title-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ts-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.bredcrumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #242424;
  opacity: 0.7;
}

.product-indicator__params {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  height: 70px;
}

.product-indicator__params-item {
  height: 7px;
  background: rgba(36, 36, 36, 0.1);
  border-radius: 12px;
  overflow: visible;
  position: relative;
}

.product-indicator__params-item-fill {
  position: absolute;
  border-radius: 12px;
  width: 40%;
  height: 7px;
  top: 0;
  left: 0;
}

.product-indicator__params-item-fill_green {
  background: #3aad81;
}

.product-indicator__params-item-fill_red {
  background: #ff4444;
}

.product-indicator__params-item-fill_yellow {
  background: #ffd074;
}

.product-indicator__params-item-title {
  position: absolute;
  top: 17px;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
}

.ts-quotes-type1 {
  display: flex;
  gap: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}

.ts-quotes-type1__border-left {
  width: 6px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 3px;
}

.ts-quotes-type1__content {
  display: flex;
  align-items: center;
}

.mt-4 {
  margin-top: 4px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.my-15 {
  margin: 15px 0;
}

.my-40 {
  margin: 40px 0;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.star {
  display: inline-block;
  height: 15px;
  width: 17px;
  background-image: url(../img/ui/star.svg);
}

.star_active {
  background-image: url(../img/ui/star-active.svg);
}

.ts-swiper-button-block-right {
  width: 70px;
  position: relative;
  top: -8px;
}

.circle-icon {
  display: flex;
  align-items: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 50%;
}

.circle-with-number {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  flex-shrink: 0;
}

.w-1_2 {
  width: 50%;
}

.w-1_3 {
  width: 33.333333%;
}

.w-2_5 {
  width: 40%;
}

.lis-slider-form {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
}

.lis-slider-form::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 194px;
  z-index: 100;
  width: 1px;
  height: 50px;
  background-color: rgba(35, 31, 32, 0.1);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lis-slider-form__btn {
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 0 10px 10px 0;
  padding: 24px 38px 24px 38px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.lis-slider-form__input {
  padding: 26px 10px 26px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(35, 31, 32, 0.6);
  border: none;
  width: 224px;
}

.lis-slider-form__input:focus {
  outline: none;
}

.lis-slider-form__input:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  width: 194px;
}

.grid-form {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 12px;
  padding: 20px 30px 30px;
  color: #fff;
}

.grid-form__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.grid-form__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.ribbon {
  margin-bottom: 15px;
  display: inline-flex;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}

.ribbon_f14 {
  font-size: 14px;
}

.ribbon_red {
  color: #fff;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 8px;
}

.page-breadcrumbs-wrapper li a {
  color: #242424;
  text-decoration: none;
}

.gold-text {
  background: linear-gradient(91deg, #d6b469 4.15%, #eed881 17.22%, #d7b56c 29.55%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}

.ts-gray-light {
  background-color: #f8fafa;
}

.footer-menu {
  display: flex;
  width: 100%;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-around;
  font-weight: 400;
  font-size: 11px;
  line-height: 170%;
}

.footer-menu .separator-horizontal {
  display: none !important;
  margin: 0 !important;
}

.footer-menu__item {
  color: #242424;
}

.footer-menu__block:nth-child(-n+3) .footer-menu__title {
  position: relative;
  max-width: 100%;
}

.footer-menu__block:nth-child(-n+3) .footer-menu__title--active::before {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.footer-menu__block:nth-child(-n+3) .footer-menu__title::before {
  content: "";
  position: absolute;
  display: none;
  top: 1px;
  right: -23px;
  height: 16px;
  width: 16px;
  background-image: url("../img/sprites/sprite.svg#menu-dropdown");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}

.footer-menu__block:nth-child(-n+3) .footer-menu__content--active {
  margin-top: 20px;
  visibility: visible !important;
  height: 100% !important;
}

.footer-menu__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
}

.footer-menu__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.footer-part2 {
  background: #242424;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.footer-part2 a {
  color: #fff;
}

.footer-part2__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.footer-part2__content {
  display: flex;
  justify-content: space-between;
}

.footer-part2__first-block {
  max-width: 307px;
}

.footer-part2__second-block {
  max-width: 230px;
}

.footer-part2__org-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-part2__phone {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

.footer-part2__phone a {
  color: #fff;
  text-decoration: none;
}

.footer-part2__politics {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.footer-part2__schedule {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}

.footer-part2__callback {
  display: flex;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  text-decoration-line: underline;
}

.footer-part2__writeTo {
  display: flex;
  align-items: center;
  height: 26px;
  padding-left: 40px;
  background-image: url(../img/footer/writeTo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.footer-part2__email {
  text-decoration: none;
  color: #fff;
}

.footer-part2__third-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

a.footer-part2__callback {
  color: #f44;
}

.payment-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer .middle-header__btn {
  padding: 10px 12px;
  font-size: 10px;
  line-height: 15px;
}

.btn-info {
  padding: 14px 20px;
  background: red;
  color: #fff;
  border: none;
}

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */

/* FONT_START */

@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;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.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%;
  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 {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

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

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  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;
  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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.main-slider-type2 {
  position: relative;
}

.main-slider-type2 .swiper-slide {
  height: 582px;
  display: flex;
  align-items: center;
}

.main-slider-type2__subtitle {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.main-slider-type2__price {
  font-size: 24px;
}

.main-slider-type2__paginations {
  position: relative;
  bottom: 30px;
}

#main-slider-type2 .ts-swiper-pagination {
  bottom: 95px;
}

#main-slider-type2 .ts-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ff4444;
  margin: 0 7px;
}

.main-slider {
  position: relative;
}

.main-slider-type3 {
  height: 482px;
  display: flex;
  align-items: center;
}

.main-slider-type3__wrapper {
  position: relative;
}

.akcii-block {
  position: absolute;
  top: -19px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.akcii-block .akcii-type1 {
  height: 87px;
  width: 165px;
  background-image: url(../img/ribbons/akcii_type1.svg);
  background-repeat: no-repeat;
}

.main-slider-type4 {
  display: flex;
  align-items: center;
}

.main-slider-type4__wrapper {
  position: relative;
}

.main-slider-type5 {
  background-image: url(../img/blocks/sliders/type_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slider-type5__content {
  max-width: 568px;
}

.ts-slider-type {
  position: relative;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.ts-slider-type__subtitle-container {
  display: flex;
  align-items: end;
  gap: 50px;
}

.ts-slider-type .discount-slider {
  display: flex;
  background: #fff;
  gap: 16px;
  box-shadow: 0px 17px 127px -11px #e0e8e8;
  border-radius: 12px;
  align-items: center;
  padding: 12px 12px 12px 24px;
}

.ts-slider-type .discount-slider__title {
  font-weight: bold;
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
}

.ts-slider-type .discount-slider__description {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 500;
}

.ts-slider-type .discount-slider__percent {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 12px;
  padding: 10px;
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem);
  font-weight: 700;
  color: #fff;
  height: clamp(2.5rem, 2.1875rem + 1.5625vw, 4.0625rem);
}

.ts-slider-type .ts-subtitle {
  max-width: 60%;
}

.ts-slider-type .ts-subtitle .bold {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.ts-slider-type__form {
  margin-top: 2.5rem;
}

.ts-slider-type__price,
.ts-slider-type .main-slider__price {
  font-size: 1.5rem;
}

.discount-block {
  position: absolute;
  top: -19px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.discount-block__ribbon {
  height: 87px;
  width: 165px;
  background-image: url(../img/blocks/ts-slider-type/discount-ribbon.svg);
  background-repeat: no-repeat;
}

.top-menu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style-type: none;
  font-size: 12px;
  font-weight: 500;
  padding: 11px 0;
}

.top-menu__item {
  color: #242424;
  text-decoration: none;
}

/**
 * Swiper 9.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 28, 2023
 */

/* FONT_START */

@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;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

/* Auto Height */

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

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

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

/* 3D Effects */

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

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

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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;
  box-shadow: none;
  -webkit-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.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%;
  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 {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  /*ADD_HOST*/
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

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

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */

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

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  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-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  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;
  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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-cards {
  overflow: visible;
}

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

.main-slider {
  height: 582px;
  display: flex;
  align-items: center;
}

.main-slider__container {
  flex-grow: 1;
}

.main-slider__item {
  display: flex;
  align-items: center;
}

.main-slider__subtitle {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.main-slider__price {
  font-size: 24px;
}

.main-slider__paginations {
  position: relative;
  bottom: 40px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  padding: 27px 0;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
}

.top-header a {
  color: #242424;
}

.top-header .phone {
  font-size: 14px;
  font-weight: 700;
  color: #242424;
}

.top-header .phone_h {
  font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  font-weight: 700;
}

.top-header .return-call {
  font-size: 12px;
  text-decoration: underline;
  color: #ff4444;
  cursor: pointer;
}

.top-header-mobile {
  display: none;
  font-weight: 600;
  font-size: 11px;
  line-height: 150%;
}

.top-header-mobile__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-mobile__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.burger-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 40px;
  height: 40px;
}

.burger-menu__line {
  width: 20px;
  height: 2px;
  background: #3aad81;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu__line:first-child {
  top: calc(50% - 4px);
}

.burger-menu__line:last-child {
  top: calc(50% + 4px);
}

.burger-menu--active .burger-menu__line {
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.burger-menu--active .burger-menu__line:first-child {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.burger-menu--active .burger-menu__line:last-child {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

.work_schedule {
  font-weight: 600;
}

.message-block {
  display: flex;
  column-gap: 10px;
}

a.message-block:hover {
  text-decoration: none;
}

.social-block {
  display: flex;
  column-gap: 10px;
}

.social-block__item {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-block__whatsapp {
  background-image: url("../img/header/whatsapp.svg");
}

.social-block__telegram {
  background-image: url("../img/header/telegram.svg");
}

.social-block__r {
  background-image: url("../img/header/r.svg");
}

.social-block__youtube {
  background-image: url("../img/header/youtube.svg");
}

.social-block__vk {
  background-image: url("../img/header/vk.svg");
}

.middle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  margin-bottom: 30px;
}

.logo {
  background-image: url("../img/header/logo.svg");
  display: block;
  width: 173px;
  height: 58px;
}

.logo-description-block {
  display: flex;
  column-gap: 30px;
}

.location-block {
  display: flex;
  column-gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.location-block__icon {
  background-image: url("../img/header/map.svg");
  width: 15px;
  height: 18px;
}

.search {
  background-color: #f5f5f5;
  position: relative;
  border-radius: 6px;
}

.search input {
  width: 224px;
  border: none;
  padding: 15px 35px 15px 20px;
  color: #242424;
  opacity: 0.6;
  background: none;
  font-size: 12px;
  font-weight: 600;
}

.search input:focus-visible {
  outline: none;
  border: none !important;
}

.search__button {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 15px;
  height: 18px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/header/search.svg");
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon-measuring {
  background-image: url("../img/header/header-middle/measuring.svg");
}

.icon-calc {
  background-image: url("../img/header/header-middle/calc.svg");
}

.bottom-header {
  font-weight: 600;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
}

.ts-navbar {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  list-style: none;
  position: relative;
}

.ts-navbar .icon-window {
  background-image: url("../img/header/header-bottom/window.svg");
}

.ts-navbar .icon-door {
  background-image: url("../img/header/header-bottom/door.svg");
}

.ts-navbar .icon-balcony {
  background-image: url("../img/header/header-bottom/balcony.svg");
}

.ts-navbar .icon-cottage {
  background-image: url("../img/header/header-bottom/cottage.svg");
}

.ts-navbar .icon-promotions {
  background-image: url("../img/header/header-bottom/promotions.svg");
}

.ts-navbar .icon-service {
  background-image: url("../img/header/header-bottom/service.svg");
}

.ts-navbar__item {
  padding: 20px 0;
}

.ts-navbar__item:hover .ts-navbar__link:not(.ts-navbar__submenu .ts-navbar__link) {
  color: #fff;
}

.ts-navbar__item:hover .ts-navbar__link:not(.ts-navbar__submenu .ts-navbar__link)::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -16px;
  bottom: -20px;
  left: -16px;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  color: #fff;
}

.ts-navbar__item:hover > .ts-navbar__submenu,
.ts-navbar__item:focus-within > .ts-navbar__submenu {
  display: block;
}

.ts-navbar__submenu {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  width: 100vw;
  /* Растягиваем по ширине экрана */
  max-width: 100%;
  /* Ограничиваем по ширине .container */
  margin: 0;
  padding: 35px 0 20px;
  columns: 3;
  column-count: 3;
  column-gap: 30px;
  background-color: #fff;
  list-style: none;
}

.ts-navbar__submenu .ts-navbar__link {
  padding: 4px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
}

.ts-navbar__submenu::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100vw - 1090px) / 2 * -1);
  /* Shift the left position by 50vw */
  width: 100vw;
  /* Set the width to 200% of the viewport width */
  height: 100%;
  background-color: #fff;
  /* Replace with your desired background color */
  border-width: 1px;
  border-style: solid;
  border-radius: 0 0 8px 8px;
  border-color: rgba(36, 36, 36, 0.1);
}

.ts-navbar__link {
  display: flex;
  column-gap: 10px;
  text-decoration: none;
  color: #242424;
  position: relative;
}

.ts-navbar__link:hover {
  text-decoration: none;
}

.ts-navbar__icon {
  width: 20px;
  height: 20px;
}

.stop-scroll {
  overflow: hidden;
}

.mobile-header {
  visibility: hidden;
  padding: 32px 16px 35px 16px;
  margin-right: 0;
  z-index: 2;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  top: 115px;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  transition: visibility 0.3s ease-in-out;
}

.mobile-header--active {
  visibility: visible;
  overflow: auto;
  z-index: 99;
}

.mobile-header__search {
  margin-bottom: 32px;
}

.mobile-header .search {
  width: 288px;
}

.mobile-header .return-call {
  font-size: 12px;
  text-decoration: underline;
  color: #ff4444;
  cursor: pointer;
  font-weight: 600;
}

.mobile-header .elz-navbar {
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
}

.mobile-header .elz-navbar__item {
  margin-bottom: 32px;
}

.mobile-header .elz-navbar__hidden {
  margin-top: 0;
  columns: 2;
  padding: 0;
  list-style: none;
  height: 0;
  visibility: hidden;
  transition: visibility 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.mobile-header .elz-navbar__hidden-link {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  color: #242424;
}

.mobile-header .elz-navbar__hidden--active {
  margin-top: 16px;
  height: 100%;
  visibility: visible;
  transition: visibility 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.mobile-header .elz-navbar__dropdown {
  display: flex;
  align-items: center;
  gap: 7px;
}

.mobile-header .elz-navbar__arrow {
  height: 30px;
  width: 30px;
  transition: transform 0.3s ease-in-out;
  padding: 7px;
}

.mobile-header .elz-navbar__link {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #242424;
  text-decoration: none;
  cursor: pointer;
}

.mobile-header .elz-navbar__link--active + .elz-navbar__arrow {
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}

.mobile-header .elz-navbar__btn {
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #3aad81;
  background-color: transparent;
}

.mobile-header .location-block {
  margin-bottom: 32px;
}

.mobile-header__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-header__item {
  margin-bottom: 24px;
}

.mobile-header__btns {
  gap: 8px;
  margin-bottom: 32px;
}

.mobile-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  font-size: 10px;
  line-height: 15px;
}

.mobile-header .message-block {
  justify-content: center;
  text-decoration: none;
}

.mobile-header__email {
  margin-bottom: 30px;
}

.mobile-header .social-block {
  gap: 20px;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  border: none;
}

.mobile-header .social-block__item {
  width: 30px;
  height: 30px;
}

.ts-navbar__submenu__last {
  padding-left: 15px;
  list-style: disc;
}

.ts-navbar__submenu__last .ts-navbar__link,
.ts-navbar__submenu__last .elz-navbar__hidden-link {
  font-weight: 400;
  color: rgba(36, 36, 36, 0.6);
}

.ts-navbar__submenu__last .ts-navbar__link:hover,
.ts-navbar__submenu__last .elz-navbar__hidden-link:hover {
  color: #0056b3;
}

.container__price-tabs {
  padding-right: 0;
  padding-bottom: 0 !important;
}

.price-tabs__menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 50px;
}

.price-tabs .price-window-items {
  position: relative;
  margin-top: 30px;
}

.price-window-menu__item {
  height: 50px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  color: #242424;
  font-weight: 600;
  padding: 11px 42.5px;
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  text-decoration: none;
}

.price-window-menu__item_active,
.price-window-menu__item .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  color: #fff;
}

.price-window-item-block {
  background: #ffffff;
  border: 1px solid #e1f2ee;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
}

.price-window-item-block__img {
  display: flex;
  justify-content: center;
  height: 231px;
}

.price-window-item-block__img img {
  max-width: 100%;
}

.price-window-item-block__container {
  padding: 20px;
}

.price-window-item-block__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  height: 77px;
  display: flex;
  align-items: start;
  color: #242424;
}

.price-window-item-block__divider {
  opacity: 0.1;
  border-bottom: 1px solid #242424;
  height: 1px;
  margin: 12px 0;
}

.price-window-item-block__price {
  font-weight: 400;
  font-size: 14px;
}

.price {
  display: flex;
  column-gap: 12px;
}

.price__item {
  font-weight: 700;
  font-size: 19px;
  line-height: 150%;
  text-transform: lowercase;
}

.price__item_old {
  color: #ff4444;
  text-decoration: line-through;
}

.price-window-params {
  display: grid;
  gap: 8px;
}

.price-window-params__item {
  font-size: 12px;
  line-height: 140%;
}

.price-window-params__name {
  font-weight: 700;
}

.price-window-button-block {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.price-window-button-block__link {
  display: flex;
  align-items: self-start;
}

.price-swiper-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-tabs .price-swiper-pagination-bullet {
  width: auto;
  height: unset;
  border-radius: 6px;
  padding: 5px 15px;
  background-color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.price-tabs .price-swiper-pagination-bullet-active {
  background-color: #333;
}

.info-block {
  padding: 50px;
  background: #eff6f9;
  border-radius: 10px;
}

.info-block__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.info-block__item {
  display: flex;
  justify-content: center;
  column-gap: 24px;
  align-items: center;
}

.info-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.info-block__description {
  margin-top: 4px;
  max-width: 221px;
}

.info-block__icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  background-repeat: no-repeat;
  border-radius: 50%;
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown,
.is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item,
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus,
.choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input::-webkit-search-cancel-button,
.choices__input::-webkit-search-decoration,
.choices__input::-webkit-search-results-button,
.choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear,
.choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.window-class-filter {
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 18px 50px;
  background: #eff6f9;
  border-radius: 10px;
  margin-top: 50px;
}

.window-class-filter__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.window-class-filter__ribbon {
  position: absolute;
  top: -14px;
  left: 460px;
  width: 106px;
  height: 108px;
  background-image: url("../img/blocks/calc-block/ribbon.svg");
}

.class-filter {
  display: flex;
  gap: 10px;
}

.class-filter__button {
  display: block;
  padding: 11px 42px;
  font-size: 16px;
}

.cart {
  margin: 46px 0 0 0;
  padding: 34px 60px;
  background: #eff6f9;
  border-radius: 10px;
}

.cart__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.product-description {
  display: grid;
  align-items: center;
}

.product-description__title-block {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.product-description__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.product-description__size {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.product-description__text {
  align-items: flex-start;
  width: 490px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.cart-product {
  display: flex;
  align-items: stretch;
  padding: 20px 35px;
  background: #fff;
  border-radius: 7px;
  gap: 33px;
}

.cart-product .divider-v_white {
  opacity: 0.2;
}

.cart-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
}

.cart-product__price {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.cart-product__price .ts-icon-close {
  cursor: pointer;
}

.cart-product__price .ts-icon-close::before {
  content: "Удалить";
  position: absolute;
  left: -46px;
  top: 1px;
  z-index: 10;
  display: none;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  font-style: normal;
  color: #3aad81;
}

.cart-product_green {
  background: #3aad81;
  color: #fff;
}

.cart-product__white {
  position: relative;
}

.product-total {
  font-size: 30px;
  align-self: center;
  line-height: 160%;
}

.product-total__text {
  font-weight: 400;
}

.product-total__price {
  font-weight: 700;
}

.total-params {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.total-params__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: pointer;
}

.total-params__item:hover {
  background: #2e9970;
}

.total-params__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}

.total-params__value {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}

.calc-block {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.calc-block__left-part {
  width: 40%;
}

.calc-block__right-part {
  width: 57%;
}

.calc-block__img {
  position: relative;
}

.calc-block__filter-item:first-child .calc-filter-item__title,
.calc-block__filter-item:last-child .calc-filter-item__title {
  max-width: 126px;
}

.calc-filter-item {
  display: flex;
  max-height: 68px;
  align-items: center;
}

.calc-filter-item__img-hidden {
  display: none;
  width: 100%;
}

.calc-filter-item__number {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 70px;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.calc-filter-item__number-wrap {
  display: flex;
  gap: 23px;
  align-items: center;
}

.calc-filter-item__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.calc-filter-item__setting {
  margin-left: auto;
  padding-top: 10px;
  max-width: 327px;
  width: 327px;
  height: 54px;
}

.calc-filter-item__setting:last-child {
  align-self: flex-start;
}

.calc-filter-item__setting-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc-filter-item__setting-item {
  position: relative;
  z-index: 0;
}

.calc-filter-item__setting-item::before {
  content: "";
  position: absolute;
  left: -11px;
  right: -11px;
  top: -17px;
  bottom: -10px;
  z-index: -1;
  opacity: 0;
  border-radius: 8px;
  border: 1px solid #b0decd;
  background-color: #e1f2ee;
  transition: opacity 0.3s ease-in-out;
}

.calc-filter-item__setting-item:hover::before {
  opacity: 1;
}

.calc-filter-item__setting-item:not(:last-child) {
  margin-right: 24px;
}

.calc-filter-item__setting-img {
  object-fit: cover;
  cursor: pointer;
}

.calc-filter-item__setting .choices {
  position: relative;
  padding: 0;
  max-width: 327px;
  border-radius: 10px;
}

.calc-filter-item__setting .choices__inner {
  border-radius: 10px;
  padding-left: 16px;
  background-color: #eff6f9;
  border: none;
}

.calc-filter-item__setting .choices__list--dropdown .choices__item {
  padding-left: 10px;
}

.calc-filter-item__setting .choices__list--dropdown,
.calc-filter-item__setting .choices__list[aria-expanded] {
  background-color: #eff6f9;
}

.calc-filter-item__setting .choices__list .choices__list--dropdown .is-active {
  background-color: #eff6f9;
}

.calc-filter-item__setting .choices__list--dropdown,
.calc-filter-item__setting .choices__list[aria-expanded] {
  border: 1px solid #eff6f9;
  border-radius: 10px;
}

.calc-filter-item__setting .is-open .choices__inner {
  position: relative;
}

.calc-filter-item__setting .choices__placeholder {
  opacity: 1;
}

.calc-filter-item__setting .choices[data-type*=select-one]::after {
  border: none;
}

.calc-filter-item__setting .choices__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #242424;
  background-color: #eff6f9;
}

.calc-filter-item__setting .choices__list--dropdown .choices__item {
  font-weight: 400;
}

.calc-filter-item__setting .choices::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  bottom: 0;
  height: 6px;
  width: 10px;
  background-image: url("../img/blocks/calc-block/tick-open.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}

.calc-filter-item__setting .choices.is-open::before {
  z-index: 5;
  transform: rotate(180deg);
}

.calc-additional {
  position: relative;
  top: -20px;
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
}

.calc-additional__item:not(:nth-child(3n)) {
  margin-bottom: 6px;
}

.calc-additional__label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
}

.calc-additional__checkbox-descr {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #242424;
}

.calc-additional__input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.calc-additional__input + .calc-additional__checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #eff6f9;
  border-radius: 3px;
  border: 1px solid rgba(198, 226, 238, 0.5882352941);
}

.calc-additional__input + .calc-additional__checkbox::before {
  content: "";
  position: absolute;
  left: 3.5px;
  top: 3.5px;
  width: 12px;
  height: 12px;
  z-index: 10;
  background-color: #3aad81;
  border-radius: 2px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.calc-additional__input:checked + .calc-additional__checkbox::before {
  opacity: 1;
}

.calc-nav-block {
  width: 100%;
  padding: 12px 25px 20px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 7px;
}

.calc-nav-block__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.calc-nav-block__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.calc-nav-block__params {
  display: flex;
  gap: 40px;
}

.calc-nav-block__param-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
}

.calc-nav-block__param-price {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
}

.calc-nav-block__buttons {
  display: flex;
  gap: 12px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #eff6f9;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.free-measuring {
  display: flex;
  gap: 0 120px;
  align-items: center;
}

.free-measuring__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.free-measuring__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 380px;
}

.free-measuring__list-item {
  background-image: url(../img/blocks/measuring/list-circle.svg);
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 20px;
}

.free-measuring__btn {
  display: flex;
}

.free-measuring-right {
  position: relative;
}

.free-measuring-right__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.free-measuring-right__slider {
  padding-top: 20px;
  display: flex;
  height: 366px;
  width: 822px;
}

.measuring-slider__item {
  position: relative;
}

.free-measuring-left {
  max-width: 460px;
  flex-shrink: 0;
}

.employee-card {
  position: relative;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  overflow: hidden;
  height: 350px;
}

.employee-card__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}

.employee-card__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 104px;
}

.employee-card__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.employee-card__stats {
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-top: 4px;
}

.employee-card__title {
  width: 78px;
  font-weight: 500;
  font-size: 11px;
  line-height: 120%;
  color: rgba(36, 36, 36, 0.6);
}

.employee-card__title-full-width {
  width: unset;
}

.employee-card__count {
  font-weight: 700;
  font-size: 26px;
  line-height: 160%;
  color: #3aad81;
}

.employee-card__year-period {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  width: 80px;
  color: #fff;
  background-image: url(../img/blocks/measuring/circle-ribbon.svg);
  background-repeat: no-repeat;
  height: 63px;
}

.employee-card__year-period span {
  display: block;
  width: 60px;
}

.free-measuring-block {
  overflow: hidden;
}

.window-selection h2,
.window-selection .ts-meta-h2 {
  margin-top: 10px;
}

.window-selection__title-block {
  text-align: center;
}

.window-selection__subtitle {
  margin-top: 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.window-selection .window-selection__quiz-block {
  margin-top: 50px;
}

.quiz {
  display: flex;
  align-items: stretch;
  min-height: 688px;
}

.quiz:nth-child(3) .quiz__content {
  gap: 60px 16px;
}

.quiz:nth-child(3) .quiz-check {
  bottom: 18px;
}

.quiz:nth-child(2) .quiz-check__checked,
.quiz:nth-child(3) .quiz-check__checked {
  left: 13px;
  top: 10px;
}

.quiz:nth-child(7) .quiz__content {
  margin-top: 38px;
  display: block;
  max-width: 454px;
}

.quiz:nth-child(7) .quiz__title {
  margin-top: 37px;
  font-size: 36px;
  line-height: 54px;
}

.quiz:nth-child(7) .messendger-block__social {
  max-width: 403px;
}

.quiz:nth-child(7) .ts-form-group {
  max-width: 403px;
}

.quiz:nth-child(7) .ts-form-group .btn {
  border-radius: 10px;
}

.quiz:nth-child(4) .quiz__content,
.quiz:nth-child(5) .quiz__content,
.quiz:nth-child(6) .quiz__content {
  margin-top: 33px;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px 20px;
  justify-content: space-between;
}

.quiz:nth-child(4) .quiz__title,
.quiz:nth-child(5) .quiz__title,
.quiz:nth-child(6) .quiz__title {
  font-size: 20px;
  line-height: 30px;
}

.quiz:nth-child(4) .quiz__descr,
.quiz:nth-child(5) .quiz__descr,
.quiz:nth-child(6) .quiz__descr {
  margin-top: 20px;
}

.quiz:nth-child(4) .quiz-check__subtitle,
.quiz:nth-child(5) .quiz-check__subtitle,
.quiz:nth-child(6) .quiz-check__subtitle {
  position: static;
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}

.quiz:nth-child(4) .quiz-check,
.quiz:nth-child(5) .quiz-check,
.quiz:nth-child(6) .quiz-check {
  position: static;
}

.quiz:nth-child(4) .quiz__item,
.quiz:nth-child(5) .quiz__item,
.quiz:nth-child(6) .quiz__item {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 14px;
}

.quiz:nth-child(4) .quiz__item .quiz-check__block,
.quiz:nth-child(5) .quiz__item .quiz-check__block,
.quiz:nth-child(6) .quiz__item .quiz-check__block {
  width: 40px;
  height: 40px;
}

.quiz:nth-child(5) .quiz__content {
  margin-top: 33px;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 20px;
  justify-content: space-between;
}

.quiz .img-block img {
  height: 134px;
}

.quiz__left {
  width: 730px;
  background: #ffffff;
  box-shadow: 0px 17px 127px -11px #e0e8e8;
  border-radius: 12px 0 0 12px;
  padding: 23px 23px 93px 23px;
}

.quiz__progress-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}

.quiz__progress-block {
  margin-top: 15px;
}

.quiz__title {
  margin-top: 43px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.quiz__text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: #151515;
}

.quiz__text-green {
  color: #3aad81;
}

.quiz__button {
  margin-top: 34px;
  padding: 18px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #ffffff;
  border-radius: 10px;
}

.quiz__content {
  margin-top: 45px;
  gap: 55px 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quiz__item {
  position: relative;
}

.quiz__item .quiz-check {
  position: absolute;
  bottom: -7px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.quiz__item .quiz-check__block {
  position: relative;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 67px;
  height: 67px;
  border-radius: 50%;
}

.quiz__item .quiz-check__input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.quiz__item .quiz-check__checked {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  box-shadow: inset 0px 0px 18.2347px rgba(0, 0, 0, 0.16);
  border-radius: 73px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.quiz__item .quiz-check__checked::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #ef4343;
  background-image: url(../img/blocks/window-selection/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: unset;
  opacity: 0;
}

.quiz__item .quiz-check__subtitle {
  position: relative;
  text-align: center;
  bottom: -30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  cursor: pointer;
  display: block;
}

.quiz__img {
  border-radius: 18px;
  overflow: hidden;
  height: 136px;
}

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

.quiz .download-catalog-block__messendger {
  margin-bottom: 0;
}

.quiz .ts-form-control {
  background-color: #f5f5f5;
}

.quiz .messendger-block__social {
  margin-bottom: 20px;
}

.quiz .messendger-block .icon {
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}

.quiz .messendger-block .icon__whatsapp {
  fill: #3aad81;
}

.quiz .messendger-block .icon__telegram {
  fill: #24a9f3;
}

.quiz .messendger-block .icon__viber {
  fill: #ba4fd4;
}

.ts-progress {
  position: relative;
  background: #f5f5f5;
  height: 15px;
  min-width: 100%;
  border-radius: 20px;
}

.ts-progress__fill {
  left: 0;
  top: 0;
  position: absolute;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 555px;
  width: 20%;
  height: 15px;
}

.ts-progress__fill--2 {
  width: 38%;
}

.ts-progress__fill--3 {
  width: 62%;
}

.ts-progress__fill--4 {
  width: 79%;
}

.ts-progress__fill--5 {
  width: 100%;
}

.ts-progress__check-block {
  position: relative;
}

.quiz-info-block {
  width: 350px;
  background: linear-gradient(90deg, rgba(55, 173, 128, 0.2) 0.05%, rgba(46, 198, 139, 0.2) 100.05%);
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quiz-info-block__title {
  padding: 20px 30px;
  margin-top: 17px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  max-width: 258px;
}

.quiz-info-block__middle {
  padding: 0 30px 30px 30px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.quiz-info-block__item {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 400px;
}

.quiz-info-block__item_reverse .quiz-info-block__sub-title {
  order: 2;
}

.quiz-info-block__sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
}

.quiz-check__input:checked + .quiz-check__checked::before,
.quiz-check__block:hover .quiz-check__checked::before {
  opacity: 1;
  border-radius: 73px;
}

.person-info {
  width: 100%;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 0px 0px 12px 0;
}

.person-info__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 37px 30px 30px;
}

.person-info__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  width: 200px;
}

.person-info__position {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}

.person-info__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  overflow: hidden;
}

.download-catalog-block {
  position: relative;
  background-color: #ecf4f7;
  overflow: hidden;
  background-image: url(../img/blocks/download-catalog-block/download-catalog-block.jpg);
  background-size: cover;
  background-position: top center;
}

.download-catalog-block__content {
  position: relative;
  z-index: 3;
}

.download-catalog-block__subtitle {
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}

.download-catalog-block__form {
  margin-top: 30px;
  width: 403px;
}

.download-catalog-block__input-field {
  padding: 26px 30px;
  background: #ffffff;
  box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: none;
  width: 100%;
}

.download-catalog-block .icon {
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}

.download-catalog-block .icon__whatsapp {
  fill: #3aad81;
}

.download-catalog-block .icon__telegram {
  fill: #24a9f3;
}

.download-catalog-block .icon__viber {
  fill: #ba4fd4;
}

.messendger-block {
  margin-bottom: 28px;
}

.messendger-block__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: #151515;
}

.messendger-block__social {
  display: flex;
  margin-top: 15px;
}

.messendger-block__item_active,
.messendger-block__item:hover,
.messendger-block__social input:checked + .messendger-block__item {
  border-color: transparent;
  color: #fff;
  fill: #fff;
}

.messendger-block__item_whatsapp:hover,
.messendger-block__social input:checked + .messendger-block__item_whatsapp {
  background-color: #3aad81;
}

.messendger-block__item_telegram:hover,
.messendger-block__social input:checked + .messendger-block__item_telegram {
  background-color: #24a9f3;
}

.messendger-block__item_viber:hover,
.messendger-block__social input:checked + .messendger-block__item_viber {
  background-color: #ba4fd4;
}

.messendger-block__social input:checked + label .icon,
.messendger-block label.messendger-block__item:hover .icon {
  fill: #fff;
}

.messendger-block__item {
  border: 1px solid;
  border-color: rgba(36, 36, 36, 0.1);
  padding: 8px 19px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  flex: 1;
  cursor: pointer;
}

.messendger-block__item:first-child,
.messendger-block__item-whatsapp {
  border-radius: 8px 0px 0px 8px;
}

.messendger-block__item:last-child {
  border-radius: 0px 8px 8px 0px;
  border-left: none;
}

.our-benefits__grid {
  margin-top: 48px;
  display: grid;
  gap: 30px;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.our-benefits__content {
  position: relative;
  padding-right: 50px;
}

.our-benefits__img {
  border-radius: 8px;
}

.our-benefits__img img {
  object-fit: cover;
  width: 100%;
}

.our-benefits__item {
  position: relative;
  min-width: 90%;
}

.our-benefits__title {
  margin-top: 21px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.our-benefits__description {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.our-benefits__readmore {
  margin-top: 24px;
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  color: #3aad81;
  text-decoration: none;
  background-image: url(../img/blocks/our-benefits/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 25px;
}

.industrial-facility__subtitle {
  margin-top: 16px;
}

.industrial-facility__content {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: 201px 305px;
}

.industrial-facility__img {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.industrial-facility__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.industrial-facility__item {
  overflow: hidden;
  border-radius: 15px;
}

.industrial-facility__item:hover {
  opacity: 0.8;
}

.industrial-facility__item:nth-child(5) {
  grid-column: span 2/span 2;
}

.benefits-certificate {
  position: relative;
}

.benefits-certificate__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.benefits-certificate__img-bg {
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 516px;
  height: 516px;
  border-radius: 516px;
  background: radial-gradient(50% 50% at 50% 50%, #3AAD81 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.benefits-certificate__img a:hover + .benefits-certificate__img-bg {
  opacity: 0.4;
}

.benefits-certificate__img {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.benefits-certificate__img img {
  object-fit: cover;
  width: 241px;
  height: 375px;
}

.benefits-certificate__img-wrap {
  position: relative;
  padding: 28px 32px 26px 33px;
  background-color: #fff;
  cursor: pointer;
}

.benefits-certificate__img-wrap::before {
  content: "";
  position: absolute;
  left: 138px;
  top: 202px;
  z-index: 10;
  width: 29px;
  height: 29px;
  background: url(../img/blocks/benefits-certificate/search.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.benefits-certificate__img-wrap::after {
  content: "";
  position: absolute;
  left: 80px;
  top: 144px;
  z-index: 5;
  width: 146px;
  height: 146px;
  border-radius: 146px;
  background-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0px 23.3px 72.9px 0px #E0E8E8;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.benefits-certificate__img-wrap:hover::before,
.benefits-certificate__img-wrap:hover::after {
  opacity: 1;
}

.benefits-certificate__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefits-certificate__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.benefits-certificate__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.benefits-certificate__description {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.benefits-certificate__nav {
  display: flex;
  gap: 40px;
}

.benefits-certificate__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3aad81;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-position: right center;
  text-decoration: none;
  display: block;
}

.benefits-certificate__link_download {
  background-image: url(../img/blocks/our-benefits/download.svg);
}

.benefits-certificate__link_readmore {
  background-image: url(../img/blocks/our-benefits/arrow.svg);
}

.countdown-block {
  background-size: cover;
  background-position: left top;
}

.countdown-block__content {
  margin-top: 60px;
}

.countdown-block__form {
  margin-top: 10px;
}

.timer {
  display: flex;
  gap: 10px;
  width: 548px;
  position: relative;
}

.timer__item {
  width: 83px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  background: #ffffff;
  box-shadow: 0px 12px 50px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.timer__description {
  position: absolute;
  bottom: -30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: rgba(35, 31, 32, 0.6);
}

.cases-block__wrapper {
  display: grid;
  gap: 30px;
}

.cases-block .pagination {
  justify-content: center;
}

.cases-block__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.cases-block__nav-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
}

.ts-tab__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  padding: 50px;
}

.ts-tab__button-block {
  display: flex;
  justify-content: space-between;
}

.ts-tab__button {
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  padding: 11px 12px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.ts-tab__button_active {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  color: #fff;
  display: block;
}

.ts-tab__button__item {
  position: relative;
  display: none;
}

.ts-tab__button__item_active {
  display: block;
}

.casesSlider {
  position: relative;
}

.casesSlider__item {
  display: flex;
  align-items: stretch;
  gap: 75px;
}

.casesSlider__gallery {
  width: 53%;
  flex-shrink: 0;
}

.casesSlider__gallery-active {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  max-height: 315px;
}

.casesSlider__gallery-active img {
  width: 100%;
  object-fit: cover;
}

.casesSlider__gallery-miniature-block {
  margin-top: 13px;
  display: flex;
  gap: 15px;
  align-items: center;
  width: 100%;
  overflow-x: auto;
}

.casesSlider__gallery-miniature {
  border-radius: 6px;
  width: 96px;
  height: 56px;
  overflow: hidden;
  background: #000;
  position: relative;
  cursor: pointer;
}

.casesSlider__gallery-miniature img {
  opacity: 0.6;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}

.casesSlider__gallery-miniature_active,
.casesSlider__gallery-miniature:hover {
  border: 4px solid #3aad81;
}

.casesSlider__gallery-miniature_active img,
.casesSlider__gallery-miniature:hover img {
  opacity: 1;
}

.casesSlider__content {
  flex-grow: 1;
  position: relative;
}

.casesSlider__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.casesSlider__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.casesSlider__button-block {
  position: absolute;
  bottom: 0px;
  margin-top: 20px;
}

.video-reviews a {
  text-decoration: none;
  color: #242424;
}

.review-slider-block {
  position: relative;
}

.videoReviewSlider__item img {
  width: 100%;
}

.videoReviewSlider__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.videoReviewSlider__img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.videoReviewSlider__play {
  position: absolute;
  height: 195px;
  width: 195px;
  background-image: url(../img/blocks/cases-block/play.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}

#videoReviewSlider .swiper-button {
  top: 100px;
}

.other-reviews__wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.other-reviews__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 54px 83px rgba(224, 232, 232, 0.59);
  border-radius: 12px;
  padding: 30px 40px;
  height: 267px;
  background-image: url(../img/blocks/cases-block/quotes.svg);
  background-repeat: no-repeat;
  background-position: 20px top;
}

.other-reviews__stars {
  background-image: url(../img/blocks/cases-block/stars.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 107px;
  height: 15px;
}

.other-reviews__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.other-reviews__score {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 79px;
  height: 70px;
  top: 0px;
  right: 0;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 0px 8px;
}

.other-reviews__logo {
  position: absolute;
  left: 40px;
  bottom: 30px;
  width: 216px;
  height: 60px;
  display: flex;
  align-items: center;
}

.work-reviews__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 80px;
  margin-top: 100px;
}

.work-reviews__item {
  padding-right: 67px;
  padding: 40px 0 0px;
  position: relative;
}

.work-reviews__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.work-reviews__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.work-reviews__number-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: rgba(36, 36, 36, 0.6);
  position: absolute;
  top: -18px;
  width: 100%;
}

.work-reviews__number {
  position: absolute;
  top: -40px;
  opacity: 0.35;
}

.work-reviews__circle {
  display: flex;
  justify-content: center;
  background-image: url(../img/blocks/cases-block/works-circle.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
}

.work-reviews__line-block {
  position: relative;
}

.work-reviews__line {
  border-top: 1px solid #ff4444;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 14px;
  opacity: 0.15;
}

.work-reviews__payment {
  width: 230px;
}

.leave-review .form-group {
  width: 100%;
}

.leave-review__title {
  margin: 0;
  margin-bottom: 40px;
  color: var(--black, #242424);
  font-size: 32px;
  font-weight: 800;
  line-height: 140%;
}

.block-top {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.block-top__label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block-top__label:last-child {
  grid-column: 2 span;
}

.block-top__label:nth-child(3) {
  margin-bottom: 20px;
}

.block-top__input {
  padding: 26px 30px;
  color: rgba(35, 31, 32, 0.6);
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.03);
}

.block-top__input::placeholder {
  color: rgba(35, 31, 32, 0.6);
  font-size: 16px;
  line-height: 18px;
}

.block-top__input:focus {
  outline: none;
}

.block-top__textarea {
  width: 100%;
  height: 164px;
  padding: 26px 30px;
  color: rgba(35, 31, 32, 0.6);
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.03);
  resize: none;
}

.block-top__caption {
  margin-bottom: 15px;
  color: #231f20;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.block-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}

.block-bottom__left {
  display: flex;
  align-items: center;
}

.block-bottom__input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.block-bottom__descr {
  margin-right: 39px;
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: 18px;
  flex-shrink: 0;
}

.block-bottom__checkbox-block {
  display: flex;
  gap: 10px;
}

.block-bottom__btn {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 60px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  width: 100%;
  border-radius: 10px;
}

.block-bottom__btn-descr {
  color: rgba(35, 31, 32, 0.4);
  font-size: 12px;
  line-height: 150%;
}

.star-rating {
  position: relative;
  display: inline-block;
}

.star-rating::before {
  content: "";
  display: block;
  width: 214px;
  height: 30px;
}

.star-rating__items {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
}

.star-rating__item {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}

.star-rating__label {
  flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
}

.star-rating__label::before {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  background-image: url(../img/blocks/leave-review/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}

.star-rating__item:checked,
.star-rating__item:checked ~ .star-rating__label::before {
  opacity: 1;
}

.star-rating__label:hover::before,
.star-rating__label:hover ~ .star-rating__label::before,
.star-rating__item:checked ~ .star-rating__label:hover::before {
  opacity: 0.7;
}

.buy-slider-block__wrapper {
  position: relative;
}

.buy-slider-block .swiper-slide {
  max-width: 80%;
}

.product-block_1 {
  padding: 40px 15px 20px;
  margin: 50px 0 20px;
  border: 1px solid transparent;
}

.product-block_1__image {
  width: 215px;
  height: 255px;
  display: flex;
  justify-content: center;
}

.product-block_1__image img {
  height: 100%;
  width: auto;
}

.product-block_1__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.product-block_1__title a {
  color: #242424;
}

.product-block_1__price-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.product-block_1__price {
  margin-top: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
}

.product-block_1__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.product-block_1__button-block {
  height: 50px;
}

.product-block_1:hover {
  background: #ffffff;
  border: 1px solid #e1f2ee;
  border-radius: 12px;
}

.product-block_1:hover .product-block_1__button-block .btn {
  display: block;
}

.swiper-slide-active .product-block_1 {
  background: #ffffff;
  border: 1px solid #e1f2ee;
  border-radius: 12px;
}

.swiper-slide-active .product-block_1 .product-block_1__button-block .btn {
  display: block;
}

.we-can-offer__wrapper {
  display: grid;
  justify-content: space-between;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.we-can-offer__img {
  width: 255px;
  height: 233px;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.we-can-offer__img img {
  width: 100%;
  object-fit: cover;
}

.we-can-offer__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.we-can-offer-price {
  display: flex;
  gap: 10px;
}

.we-can-offer-price__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.we-can-offer-price__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.special-offers__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.special-offers__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.special-offers-item {
  display: flex;
  flex-direction: column;
}

.special-offers-item__img {
  background: #e1f2ee;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  width: 350px;
  height: 250px;
  max-width: 100%;
}

.special-offers-item__img img {
  height: 100%;
}

.special-offers-item__content {
  padding: 30px;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 0px 0px 12px 12px;
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.special-offers-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}

.special-offers-item__title a {
  color: #242424;
}

.special-offers-item__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.special-offers-item__button a {
  color: #fff;
}

.first-installment {
  background-image: url(../img/blocks/first-installment/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}

.first-installment__wrapper {
  position: relative;
}

.first-installment__title {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
}

.first-installment__subtitle {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.first-installment__girl {
  position: absolute;
  right: -30px;
  bottom: -80px;
  background-image: url(../img/blocks/first-installment/girl.webp);
  background-size: 436px 456px;
  background-repeat: no-repeat;
  width: 436px;
  height: 456px;
}

.why-contact__wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0px 70px;
}

.why-contact__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  width: 204px;
}

.why-contact__title-block {
  display: flex;
  gap: 30px;
  align-items: center;
}

.why-contact__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.why-contact__icon {
  border-radius: 50px;
  background-color: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-contact__icon_type-1 {
  background-image: url(../img/blocks/why-contact/type-1.svg);
}

.why-contact__icon_type-2 {
  background-image: url(../img/blocks/why-contact/type-2.svg);
}

.why-contact__icon_type-3 {
  background-image: url(../img/blocks/why-contact/type-3.svg);
}

.why-contact__icon_type-4 {
  background-image: url(../img/blocks/why-contact/type-4.svg);
}

.why-contact__icon_type-5 {
  background-image: url(../img/blocks/why-contact/type-5.svg);
}

.why-contact__icon_type-6 {
  background-image: url(../img/blocks/why-contact/type-6.svg);
}

.why-contact-type2__wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 60px;
}

.why-contact-type2__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.why-contact-type2__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.why-contact-type2__title-block {
  display: flex;
  gap: 24px;
  align-items: center;
}

.why-contact-type2__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.why-contact-type2__icon {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  filter: brightness(100);
  width: 35px;
  height: 35px;
}

.why-contact-type2__icon_type-1 {
  background-image: url(../img/blocks/why-contact/type-1.svg);
}

.why-contact-type2__icon_type-2 {
  background-image: url(../img/blocks/why-contact/type-2.svg);
}

.why-contact-type2__icon_type-3 {
  background-image: url(../img/blocks/why-contact/type-3.svg);
}

.why-contact-type2__icon_type-4 {
  background-image: url(../img/blocks/why-contact/type-4.svg);
}

.why-contact-type2__icon_type-5 {
  background-image: url(../img/blocks/why-contact/type-5.svg);
}

.why-contact-type2__icon_type-6 {
  background-image: url(../img/blocks/why-contact/type-6.svg);
}

.icon-block {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  height: 70px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}

.icon-block_green {
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.gallery-works__wrapper {
  margin-top: 50px;
}

.gallery-works__swiper-button-block {
  width: 70px;
  position: relative;
  top: -10px;
}

#gallerySlider .swiper-button-next {
  right: 0;
}

#gallerySlider .swiper-button-prev {
  left: -70px;
}

.gallerySlider__wrapper {
  width: 300%;
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 30px;
}

.gallerySlider__slide {
  width: 100% !important;
  cursor: pointer;
  position: relative;
  min-height: 204px;
  height: auto;
  background: #ccc;
  overflow: hidden;
  border-radius: 8px;
}

.gallerySlider__slide:nth-child(1),
.gallerySlider__slide:nth-child(4),
.gallerySlider__slide:nth-child(7) {
  grid-row: span 2/span 2;
}

.gallerySlider__slide:hover .gallery-type-1__img::before {
  content: " ";
  background: linear-gradient(180deg, rgba(58, 173, 129, 0) 0%, #3aad81 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallerySlider__slide:hover .gallery-type-1__title {
  display: block;
}

.gallery-type-1__title {
  max-width: 208px;
  width: auto !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  display: none;
}

.gallery-type-1__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.gallery-type-1__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.why-popular__wrapper {
  position: relative;
}

.why-popular__item {
  display: flex;
}

.why-popular .ts-swiper-pagination {
  position: relative;
  right: unset;
  left: unset;
  text-align: left;
  bottom: 25px;
}

.why-popular #popularSlider .swiper-pagination-bullets {
  width: 400px;
}

.why-popular__nav-wrapper {
  display: flex;
  justify-content: end;
}

.why-popular__nav-item:nth-child(2) {
  justify-content: end;
  align-items: center;
  display: flex;
}

.slider-type-1 {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}

.slider-type-1__item {
  display: flex;
  align-items: center;
  gap: 125px;
  justify-content: space-between;
  width: 100%;
}

.slider-type-1__content {
  width: 400px;
}

.slider-type-1__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.slider-type-1__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.find-best-options {
  background-image: url(../img/blocks/find-best-options/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.find-best-options__content {
  max-width: 568px;
}

.faq__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.faq__wrapper .fullText {
  display: none;
}

.faq__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 50px;
  background-color: #ffffff;
  background-image: url(../img/blocks/faq/angle.svg);
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  border-radius: 8px;
}

.faq__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.faq__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.faq__item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-slider {
  position: relative;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
}

.news-slider__wrapper {
  position: relative;
}

.newsSwiper .swiper-wrapper {
  align-items: stretch;
}

.newsSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.newsSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
}

.newsSwiper__item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  border-radius: 8px;
}

.newsSwiper__link {
  color: #242424;
}

.newsSwiper__img {
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}

.newsSwiper__img img {
  width: 100%;
  object-fit: cover;
}

.newsSwiper__content {
  padding: 20px 30px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newsSwiper__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #3aad81;
  background: rgba(58, 173, 129, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 8px;
}

.newsSwiper__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.ts-news-page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 20px;
  align-items: stretch;
}

.interesting-slider__wrapper {
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  position: relative;
}

.interestingSlider .swiper-slide {
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.interestingSlider__item {
  position: relative;
  background: #ffffff;
}

.interestingSlider__img {
  height: 170px;
  overflow: hidden;
}

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

.interestingSlider__content {
  padding: 20px 16px;
}

.interestingSlider__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #3aad81;
  background: rgba(58, 173, 129, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 8px;
}

.interestingSlider__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.interestingSlider__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.interestingSlider__link-block {
  position: absolute;
  bottom: 25px;
}

.customer-testimonials__wrapper {
  position: relative;
}

.customer-testimonials__wrapper_page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.customerTestimonialsSlider {
  position: relative;
}

.customerTestimonialsSlider .swiper-wrapper {
  align-items: stretch;
}

.customerTestimonialsSlider .swiper-wrapper .swiper-slide {
  height: auto;
}

.customerTestimonialsSlider__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  border-radius: 8px;
}

.customerTestimonialsSlider__readmore {
  cursor: pointer;
}

.customerTestimonialsSlider__score {
  display: flex;
  gap: 4px;
}

.customerTestimonialsSlider__content {
  padding: 40px 60px;
}

.customerTestimonialsSlider__quotes-icon {
  position: absolute;
  top: 0;
  right: 12%;
  width: 199px;
  height: 152px;
  fill: #eff6f9;
  z-index: -1;
}

.customerTestimonialsSlider__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  max-width: 419px;
}

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

.customerTestimonialsSlider__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  height: 50px;
}

.customerTestimonialsSlider__contract {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: right;
}

.customerTestimonialsSlider__city,
.customerTestimonialsSlider__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.customerTestimonialsSlider__date {
  text-align: right;
}

.profiles-rehau__list {
  display: grid;
  gap: 40px;
}

.profiles-rehau__item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 10px;
}

.profiles-rehau__item a {
  text-decoration: none;
  color: #242424;
}

.profiles-rehau__description {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 5px 45px;
}

.balloon {
  display: flex;
  align-items: center;
  gap: 46px;
  width: 20%;
  flex-shrink: 0;
  border-right: 1px solid rgba(36, 36, 36, 0.1);
}

.balloon__data {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.balloon__label {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.feedback-type1 {
  background-size: cover;
  background-position: left center;
}

.feedback-type1__buttons {
  display: flex;
  gap: 10px;
}

.windows-size__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: rgba(36, 36, 36, 0.6);
}

.windows-size__buttons {
  display: flex;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 23.71%, rgba(255, 255, 255, 0) 100%);
}

.ts-table-type1 {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}

.ts-table-type1 th,
.ts-table-type1 td {
  padding: 12px 20px;
}

.ts-table-type1 tr:nth-of-type(2n) {
  background: #f5f5f5;
}

.compare-characters__img {
  width: 60px;
  height: 105px;
  display: flex;
  justify-content: center;
}

.compare-characters__img img {
  height: 100%;
  width: auto;
}

.compare-characters__brand {
  margin-top: 18px;
}

.compare-characters__price-params {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 140px;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
}

.compare-characters__price-params:hover {
  border: 2px solid #3aad81;
}

.compare-characters__price-block {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
}

.compare-characters__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
}

#compare-table th,
#compare-table td {
  text-align: center;
  vertical-align: middle;
}

#compare-table td {
  padding: 20px 0;
  white-space: nowrap;
}

#compare-table .compare-table__title {
  border-right: none;
  text-align: left;
}

.compare-table__color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.compare-table table {
  border-collapse: collapse;
  width: 100%;
}

.compare-table th {
  border-bottom: 1px solid;
  border-color: rgba(36, 36, 36, 0.1);
}

.compare-table td {
  border-bottom: 1px solid;
  border-color: rgba(36, 36, 36, 0.1);
  text-align: center;
  padding: 20px;
}

.compare-table__title {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  max-width: 220px;
}

td.compare-table__title {
  text-align: left;
  padding-left: 0 !important;
  vertical-align: bottom;
}

.text-block__wrapper {
  margin-top: 40px;
}

.window-list-type2__right {
  flex-grow: 1;
}

.window-list-type2__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.window-list-type2__img {
  width: 34%;
  height: auto;
  flex-shrink: 0;
}

.window-list-type2__img img {
  width: 100%;
  height: auto;
}

.window-list-type2__content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.window-list-type2__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  padding: 40px;
}

.window-list-type2__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
}

.window-list-type2__price-block {
  display: flex;
  align-items: baseline;
  gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
}

.window-list-type2__price {
  font-weight: 700;
  font-size: 25px;
  line-height: 160%;
}

.window-list-type2__description {
  font-size: 14px;
  line-height: 160%;
}

.windows-profile-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.windows-profile-description__wrapper {
  display: flex;
  gap: 60px;
}

.windows-profile-description__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-transform: inherit;
}

.windows-profile-description__img {
  width: 415px;
  height: 470px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}

.windows-profile-description__img img {
  object-fit: cover;
}

.windows-profile-description__price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.windows-profile-description__price div {
  font-weight: 700;
  font-size: 27px;
  padding-top: 5px;
}

.windows-profile-description__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.windows-profile-description__param {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 10px 0;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
}

.windows-profile-description__param:last-child {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

.windows-profile-description__param-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  text-align: right;
}

.technical-documents-slider h2 {
  text-transform: inherit;
}

.technical-documents-slider__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 12px;
  padding: 30px 40px;
}

.technical-documents-slider__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.technical-documents-slider__buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.technical-documents-slider__file-size {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.technical-documents-slider__pagination {
  position: relative;
  height: 70px;
  top: -10px;
}

.download-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #3aad81;
}

.icon-pdf {
  display: block;
  width: 42px;
  height: 51px;
  background-image: url(../img/blocks/technical-documents-slider/pdf.svg);
  background-repeat: no-repeat;
}

.download-btn {
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.icon-download {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(../img/blocks/technical-documents-slider/download.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.grid-6-max-items-with-img__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.grid-6-max-items-with-img__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 12px;
  padding: 20px 30px;
}

.grid-6-max-items-with-img__img {
  display: flex;
  justify-content: center;
  height: 178px;
  overflow: hidden;
}

.grid-6-max-items-with-img__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.grid-6-max-items-with-img__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
}

.divisional-lighting-widget {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.divisional-lighting-widget__item {
  display: flex;
  gap: 60px;
}

.divisional-lighting-widget__img-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}

.divisional-lighting-widget__img {
  width: 415px;
  height: 470px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.divisional-lighting-widget__img img {
  object-fit: cover;
}

.divisional-lighting-widget__content {
  flex-grow: 1;
}

.divisional-lighting-widget__hidden {
  margin-top: 32px;
  margin-bottom: 32px;
  display: none;
}

.divisional-lighting-widget__hidden-img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-width: 414px;
  width: auto;
  height: auto;
}

.divisional-lighting-widget__hidden-img img {
  flex: 1 0 auto;
  object-fit: cover;
}

.divisional-lighting-widget__ribbon-video {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divisional-lighting-widget__ribbon {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  width: 207px;
  height: 37px;
  background: #e1f2ee;
  border-radius: 6px;
  font-weight: 500;
  font-size: 10px;
  line-height: 150%;
  width: 207px;
}

.divisional-lighting-widget__video {
  font-weight: 500;
  font-size: 10px;
  line-height: 140%;
  color: #3aad81;
  width: 149px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.divisional-lighting-widget__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
}

.divisional-lighting-widget__price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divisional-lighting-widget__profile-link,
.divisional-lighting-widget__hidden-profile-link {
  position: relative;
  padding-right: 20px;
  color: #3aad81;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.divisional-lighting-widget__hidden-profile-link {
  padding-right: 0;
}

.divisional-lighting-widget__hidden-profile-link::before {
  top: 24px;
  left: 170px;
}

.divisional-lighting-widget__price div {
  font-weight: 700;
  font-size: 27px;
  line-height: 160%;
}

.divisional-lighting-widget__buttons {
  display: flex;
  gap: 10px;
  height: 50px;
}

.divisional-lighting-widget__params {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.divisional-lighting-widget__param {
  position: relative;
  padding-left: 15px;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.divisional-lighting-widget__param::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #3aad81;
}

.divisional-lighting-widget__param span {
  font-weight: 600;
}

.divisional-lighting-widget__benefits-block {
  display: grid;
  gap: 7px;
  background: #eff6f9;
  border: 1px solid #dbe6eb;
  border-radius: 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  padding: 20px;
}

.divisional-lighting-widget__benefit-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.divisional-lighting-widget__benefit-item span {
  width: 89%;
}

.divisional-lighting-widget__benefit-item .icon-green-plus {
  width: 16px;
  height: 16px;
}

.video-link {
  display: flex;
  gap: 10px;
  align-items: center;
}

.video-link__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.doors-widget {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.doors-widget__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.doors-widget__item {
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.doors-widget__content {
  padding: 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doors-widget__img {
  overflow: hidden;
  height: 320px;
}

.doors-widget__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.doors-widget__btn-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.doors-widget__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.doors-widget__descriptions {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.doors-widget__price-container {
  font-size: 16px;
  line-height: 160%;
}

.doors-widget__price {
  padding-left: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.doors-widget-6facts__wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
}

.doors-widget-6facts__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  width: 204px;
}

.doors-widget-6facts__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.doors-widget-6facts__title-block {
  display: flex;
  gap: 30px;
  align-items: center;
}

.doors-widget-6facts__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.doors-widget-6facts__icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.gallery-type-1__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.gallery-type-1__item {
  cursor: pointer;
  position: relative;
  min-height: 204px;
  background: #ccc;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-type-1__item:nth-child(1) {
  grid-row: span 2/span 2;
}

.gallery-type-1__item:hover .gallery-type-1__img::before {
  content: " ";
  background: linear-gradient(180deg, rgba(58, 173, 129, 0) 0%, #3aad81 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-type-1__item:hover .gallery-type-1__title {
  display: block;
}

.gallery-type-1__title {
  width: 208px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  display: none;
}

.gallery-type-1__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.doors-widget-6facts-gallery__swiper-button-block {
  width: 70px;
  position: relative;
}

#gallerySlider .swiper-button-next {
  right: 0;
}

#gallerySlider .swiper-button-prev {
  left: -70px;
}

.doors-widget-profiles__list {
  display: grid;
  gap: 40px;
}

.doors-widget-profiles__descr {
  margin-top: 20px;
  color: #231F20;
  font-size: 16px;
  line-height: 160%;
}

.doors-widget-profiles__item {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.doors-widget-profiles__description {
  display: flex;
  align-items: center;
  max-width: 790px;
}

.balloon {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 260px;
  border-right: none;
}

.balloon__data {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.balloon__label {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.balcony-price-tabs__wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.balcony-price-tabs__item {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
}

.balcony-price-tabs__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.balcony-price-tabs__price-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.balcony-price-tabs__price span {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.balcony-price-tabs__turnkey-price span {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.balcony-price-tabs__button-part {
  flex-grow: 1;
}

.balcony-price-tabs__params {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.balcony-price-tabs__param span {
  font-weight: 700;
}

.balcony-price-tabs__description {
  height: 50px;
}

.price-balcony-menu__item {
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  min-width: 65px;
  color: #242424;
  font-weight: 600;
  padding: 11px 17px;
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.price-balcony-menu__item_active,
.price-balcony-menu__item .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  color: #fff;
}

.balcony-widget-popular__wrapper {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
}

.balcony-widget-popular__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.balcony-widget-popular__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.balcony-widget-popular__title-block {
  display: flex;
  gap: 30px;
  align-items: center;
}

.balcony-widget-popular__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.balcony-widget-popular__icon {
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.gallery-type-1__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.gallery-type-1__item {
  cursor: pointer;
  position: relative;
  min-height: 204px;
  background: #ccc;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-type-1__item:nth-child(1) {
  grid-row: span 2/span 2;
}

.gallery-type-1__item:hover .gallery-type-1__img::before {
  content: " ";
  background: linear-gradient(180deg, rgba(58, 173, 129, 0) 0%, #3aad81 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-type-1__item:hover .gallery-type-1__title {
  display: block;
}

.gallery-type-1__title {
  width: 208px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 30px;
  display: none;
}

.gallery-type-1__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.balcony-widget-popular-gallery__swiper-button-block {
  width: 70px;
  position: relative;
}

#gallerySlider .swiper-button-next {
  right: 0;
}

#gallerySlider .swiper-button-prev {
  left: -70px;
}

.balcony-finishing-room {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.balcony-finishing-room__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: stretch;
}

.balcony-finishing-room__item {
  height: 100%;
}

.balcony-finishing-room__img {
  width: 551px;
  height: 608px;
}

.balcony-finishing-room__hidden-item {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}

.balcony-finishing-room__hidden-item:first-child {
  top: 3.5%;
  left: 50%;
}

.balcony-finishing-room__hidden-item:nth-child(2) {
  top: 10%;
  left: 80%;
}

.balcony-finishing-room__hidden-item:nth-child(3) {
  top: 28%;
  left: 22%;
}

.balcony-finishing-room__hidden-item:nth-child(4) {
  top: 38%;
  left: 44%;
}

.balcony-finishing-room__hidden-item:nth-child(5) {
  top: 37%;
  left: 76%;
}

.balcony-finishing-room__hidden-item:nth-child(6) {
  top: 65%;
  left: 78%;
}

.balcony-finishing-room__hidden-item:nth-child(7) {
  top: 63%;
  left: 40%;
}

.balcony-finishing-room__hidden-item:nth-child(8) {
  top: 80%;
  left: 60%;
}

.balcony-finishing-room__number-item {
  position: absolute;
  z-index: -1;
  top: 16px;
  left: -45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 8px 8px 8px;
  gap: 10px;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 17px 40px -11px #CAD3D3;
  min-width: 138px;
  visibility: 0;
  opacity: 0;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.balcony-finishing-room__number-item--active {
  visibility: visible;
  opacity: 1;
}

.balcony-finishing-room__number-item:nth-child(2) {
  min-width: 120px;
}

.balcony-finishing-room__number {
  padding-top: 7px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background: linear-gradient(90deg, #37AD80 0%, #2EC68B 100%);
}

.balcony-finishing-room__description {
  color: #242424;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 160%;
}

.balcony-finishing-room__price {
  color: #242424;
  font-size: 10px;
  line-height: 160%;
  font-weight: 400;
}

.balcony-finishing-room__price span {
  font-weight: 700;
}

.price-list {
  height: 100%;
  padding-top: 20px;
  flex-grow: 1;
}

.price-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

.price-list__item:last-child {
  border-bottom: none;
}

.price-list__description {
  max-width: 210px;
}

.price-list__btn-block {
  margin-top: 40px;
}

.price-list__price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
}

.balconies-finishing-pricing td,
.balconies-finishing-pricing th {
  position: relative;
  margin: 0;
  padding: 6px 0 7px 0;
  text-align: center;
  width: 228px;
}

.balconies-finishing-pricing td::before,
.balconies-finishing-pricing th::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  bottom: 0;
  z-index: -1;
  border-bottom: 1px solid #909090;
}

.balconies-finishing-pricing tbody tr:last-child td::before {
  border-bottom: none;
}

.balconies-finishing-pricing tfoot td {
  padding: 0;
}

.balconies-finishing-pricing tfoot td::before {
  border-bottom: none;
}

.balconies-finishing-pricing td:nth-child(2) {
  padding-right: 18px;
}

.balconies-finishing-pricing td:nth-child(3) {
  padding-right: 10px;
}

.balconies-finishing-pricing table {
  width: 1140px;
}

.balconies-finishing-pricing__th-heading {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 800;
  line-height: 33px;
  color: #3aad81;
  max-width: 200px;
  text-align: left;
  text-transform: uppercase;
}

.balconies-finishing-pricing__offer {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}

.balconies-finishing-pricing__info {
  padding-bottom: 18px;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  color: #ff4444;
  text-transform: uppercase;
}

.balconies-finishing-pricing__img {
  text-align: center;
}

.balconies-finishing-pricing__img--minus {
  padding-bottom: 7px;
}

.balconies-finishing-pricing__heading {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  text-align: left;
}

.balconies-finishing-pricing__td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  vertical-align: middle;
  color: #333333;
}

.balconies-finishing-pricing__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.balconies-finishing-pricing__price {
  margin-right: 4px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #ff4444;
}

.balconies-finishing-pricing__price-wrap {
  display: flex;
  align-items: center;
  text-align: center;
}

.balconies-finishing-pricing__ruble {
  padding-bottom: 6px;
}

.balconies-finishing-pricing__btn {
  cursor: pointer;
  padding: 10px 52px;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.service-widget-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.service-widget-list__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  padding: 40px;
}

.service-widget-list__icon-block {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-widget-list__icon-block .icon {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center;
}

.service-widget-list__icon--1 {
  background-image: url("../img/blocks/service-widget/wallet.svg") !important;
}

.service-widget-list__icon--2 {
  background-image: url("../img/blocks/service-widget/paper.svg") !important;
}

.service-widget-list__icon--3 {
  background-image: url("../img/blocks/service-widget/setting.svg") !important;
}

.service-widget-list__icon--4 {
  background-image: url("../img/blocks/service-widget/flaction.svg") !important;
}

.service-widget-list__icon--5 {
  background-image: url("../img/blocks/service-widget/dismantling.svg") !important;
}

.service-widget-list__icon--6 {
  background-image: url("../img/blocks/service-widget/sample.svg") !important;
}

.service-widget-list__icon--7 {
  background-image: url("../img/blocks/service-widget/dist-sample.svg") !important;
}

.service-widget-list__icon--8 {
  background-image: url("../img/blocks/service-widget/delivery.svg") !important;
}

.service-widget-list__icon--9 {
  background-image: url("../img/blocks/service-widget/dismantling.svg") !important;
}

.service-widget-list__icon--10 {
  background-image: url("../img/blocks/service-widget/contract.svg") !important;
}

.service-widget-list__icon--11 {
  background-image: url("../img/blocks/service-widget/replacement.svg") !important;
}

.service-widget-list__icon--12 {
  background-image: url("../img/blocks/service-widget/export.svg") !important;
}

.service-widget-list__icon--13 {
  background-image: url("../img/blocks/service-widget/repair.svg") !important;
}

.service-widget-list__icon--14 {
  background-image: url("../img/blocks/service-widget/information.svg") !important;
}

.service-widget-list__title {
  color: #242424;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.service-widget-list__title a {
  color: #242424;
}

.fl-list-widget {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 31px;
}

.fl-list-widget_type2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.fl-list-widget__item {
  display: flex;
  gap: 35px;
  align-items: flex-start;
  max-width: 730px;
}

.fl-list-widget__item_align-center {
  align-items: center;
}

.fl-list-widget__description {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
}

.ts-post-gallery__img {
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
}

.ts-post-gallery__img a {
  height: 280px;
  background: #c4c4c4;
  display: flex;
  justify-content: center;
}

.ts-post-gallery__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ts-post-gallery__pagination {
  position: relative;
  height: 50px;
}

.company-mission__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.company-mission__item {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 40px 52px;
  border-radius: 10px;
  background-image: url("../img/blocks/company-mission/img_1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.company-mission__item:last-child {
  background-image: url("../img/blocks/company-mission/img_2.jpg");
}

.company-mission__item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #37AD80 0%, #2EC68B 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  opacity: 0.85;
}

.company-mission__item:last-child::after {
  background: linear-gradient(90deg, #EF4343 0%, #FF6262 100%);
}

.company-mission__title-block {
  display: flex;
  align-items: center;
  gap: 30px;
}

.company-mission__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50px;
}

.company-mission__icon .icon {
  width: 30px;
  height: 30px;
}

.company-mission__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.company-mission__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.company-benefits-facts__wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.company-benefits-facts__item {
  overflow: hidden;
}

.company-benefits-facts__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-benefits-facts__line-block {
  position: relative;
}

.company-benefits-facts__line {
  border-top: 1px solid #ff4444;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -25px;
  left: 70px;
  opacity: 0.15;
}

.company-benefits-facts__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.company-gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.company-gallery__item {
  border-radius: 6px;
  color: #fff;
}

.company-gallery__item:first-child {
  padding: 40px 30px 50px;
  background: linear-gradient(90deg, #37AD80 0%, #2EC68B 100%);
}

.company-gallery__item:nth-child(5) {
  padding: 40px 30px 50px;
  background: linear-gradient(90deg, #EF4343 0%, #FF6262 100%);
}

.company-gallery__img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.company-gallery__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.company-gallery__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.company-official-partner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 50px;
}

.company-official-partner__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img-block-with-title {
  width: 48.6%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: end;
  flex-shrink: 0;
}

.img-block-with-title picture {
  flex: 1 1 auto;
}

.img-block-with-title__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-block-with-title__content-block {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 221px;
  display: flex;
  align-items: end;
}

.img-block-with-title__content-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 15.45%, rgba(35, 31, 32, 0.8) 75.09%);
  border-radius: 8px;
}

.img-block-with-title__content {
  padding: 40px;
  color: #fff;
  z-index: 2;
  position: relative;
  width: 100%;
}

.img-block-with-title__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.img-block-with-title__description {
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  opacity: 0.7;
}

.company-list-block {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.company-list-block__item {
  max-width: 417px;
}

.company-list-block__item .btn {
  text-decoration: none;
}

.company-list-block__title-block {
  display: flex;
  align-items: center;
  gap: 25px;
}

.company-list-block__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.company-list-block__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.director-block {
  display: flex;
  border-radius: 12px;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  overflow: hidden;
  background: #ffffff;
}

.director-block__img {
  width: 33%;
  flex-shrink: 0;
}

.director-block__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.director-block__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 60px;
}

.director-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.director-block__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: rgba(35, 31, 32, 0.6);
}

.director-block__description {
  position: relative;
  z-index: 10;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  font-style: italic;
}

.director-block__description::before {
  content: "";
  position: absolute;
  top: -85px;
  right: 5px;
  z-index: -1;
  width: 184px;
  height: 147px;
  background-image: url("../img/blocks/company-our-team/quotes.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.director-block__btn-block {
  margin-top: 16px;
}

.company-employee-slider .certificate-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.employee-card__description {
  border-radius: 8px;
}

.company-certificate-slider__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-certificate-slider .title-with-link h2 {
  text-transform: none;
}

.price-demensions__description {
  color: #231F20;
  font-size: 16px;
  line-height: 160%;
}

.price-demensions__wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-demensions__item {
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 10px;
  overflow: hidden;
}

.price-demensions__title {
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price-demensions__content {
  padding: 20px 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: rgba(36, 36, 36, 0.6);
}

.price-demensions__size,
.price-demensions__price {
  text-align: center;
}

.price-demensions__size span,
.price-demensions__price span {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #242424;
}

.price-facts-with-form__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.price-facts-with-form__item {
  padding: 30px 0;
  padding-right: 30px;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
}

.price-facts-with-form__icon .icon {
  width: 70px;
  height: 42px;
  background-position: center center;
}

.price-facts-with-form__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.icon-logo {
  background-image: url(../img/ui/icons/logo.svg);
  background-repeat: no-repeat;
}

.icon-door-handle {
  background-image: url(../img/ui/icons/door-handle.svg);
  background-repeat: no-repeat;
  background-position: 25px center !important;
}

.icon-team {
  background-image: url(../img/ui/icons/team.svg);
  background-repeat: no-repeat;
}

.icon-ruler {
  background-image: url(../img/ui/icons/ruler.svg);
  background-repeat: no-repeat;
}

.icon-gear-key {
  background-image: url(../img/ui/icons/gear-key.svg);
  background-repeat: no-repeat;
}

.icon-shipping {
  background-image: url(../img/ui/icons/shipping.svg);
  background-repeat: no-repeat;
}

.icon-discount {
  background-image: url(../img/ui/icons/discount.svg);
  background-repeat: no-repeat;
}

.icon-promotion {
  background-image: url(../img/ui/icons/promotion.svg);
  background-repeat: no-repeat;
}

.price-raiting-quality {
  background: #f8fafa;
}

.price-raiting-quality__wrapper {
  display: flex;
  gap: 30px;
}

.price-raiting-quality__row {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

.price-raiting-quality__item {
  width: 178px;
  display: grid;
  align-items: stretch;
  background: #fff;
  box-shadow: 0px 17px 127px -11px #e0e8e8;
  border-radius: 12px;
}

.price-raiting-quality__item_first {
  box-shadow: none;
  border: 1px solid transparent;
  width: 110px;
  background: none;
}

.price-raiting-quality__item_first .price-raiting-quality__row {
  padding: 16px 0;
}

.price-raiting-quality__item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.price-raiting-quality__price-title,
.price-raiting-quality__quality-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: rgba(36, 36, 36, 0.6);
}

.window-list-type1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.window-list-type1__content {
  color: #ffffff;
}

.window-list-type1__item {
  position: relative;
  height: 380px;
  width: 270px;
  display: flex;
  align-items: end;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  padding: 0 44px 25px 30px;
  border-radius: 6px;
  overflow: hidden;
}

.window-list-type1__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(35, 31, 32, 0.8) 26.12%, rgba(35, 31, 32, 0) 67.67%);
  z-index: 1;
}

.window-list-type1__title {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  position: relative;
  z-index: 1;
}

.window-list-type1__price {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  align-items: center;
}

.window-list-type1__price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
}

.window-list-type1__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 380px;
}

.ts-list-type1__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.ts-list-type1__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.46);
  border-radius: 8px;
  padding: 40px 50px;
}

.ts-list-type1__item:before {
  content: "";
  width: 35px;
  height: 35px;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 0px 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.ts-list-type1__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.ts-list-type1__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.profile-zoom__wrapper {
  display: grid;
  gap: 30px 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.profile-zoom__item {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.profile-zoom__item_preview {
  grid-row: span 2/span 2;
  background-size: cover;
  background-position: center center;
  cursor: inherit;
  border-radius: 10px;
}

.profile-zoom__item:first-child {
  width: 100%;
}

.profile-zoom__img {
  width: 168px;
  height: 168px;
  border-radius: 10px;
  overflow: hidden;
  background: #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.profile-zoom__img img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.profile-zoom__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  width: 123px;
}

.window-colorize {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.window-colorize__preview {
  overflow: hidden;
  height: 356px;
}

.window-colorize__preview img {
  width: 100%;
}

.window-colorize__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}

.window-colorize__color-wrapper {
  padding: 40px 0;
}

.window-colorize__left {
  display: flex;
  align-items: center;
  flex: 1;
}

.window-colorize__right {
  display: flex;
  align-items: center;
  flex: 2;
}

.window-colorize__right .slider-form__button {
  white-space: nowrap;
}

.window-colorize__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #242424;
  max-width: 635px;
  text-align: left;
  text-transform: uppercase;
}

.window-colorize__title-text {
  color: #ff4444;
}

.window-colorize__form {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.window-colorize__form::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 194px;
  z-index: 100;
  width: 1px;
  height: 50px;
  background-color: rgba(35, 31, 32, 0.1);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.window-colorize__descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(36, 36, 36, 0.6);
  text-align: left;
}

.window-color-section__wrapper {
  padding: 40px 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.window-color-section__item {
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

.raiting-quality-table__heading {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #242424;
}

.raiting-quality-table__price {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(36, 36, 36, 0.6);
}

.raiting-quality-table__quality {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(36, 36, 36, 0.6);
}

.raiting-quality-table__value {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #ff4444;
}

.raiting-quality-table__location {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(36, 36, 36, 0.6);
}

.raiting-quality-table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.raiting-quality-table table:not(:first-child) {
  transition: border 0.3s ease-in-out;
}

.raiting-quality-table table tbody tr:not(:last-child) {
  height: 128px;
}

.raiting-quality-table table td,
.raiting-quality-table table th {
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.raiting-quality-table table td:not(:first-child),
.raiting-quality-table table th:not(:first-child) {
  transition: border 0.3s ease-in-out;
}

.raiting-quality-table table td:not(:first-child) .raiting-quality-table__wrap,
.raiting-quality-table table th:not(:first-child) .raiting-quality-table__wrap {
  width: 176px;
  position: relative;
  z-index: 1;
}

.raiting-quality-table table td:not(:last-child),
.raiting-quality-table table th:not(:last-child) {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
}

.raiting-quality-table table td:first-child,
.raiting-quality-table table th:first-child {
  box-shadow: none;
}

.raiting-quality-table table td:last-child::before,
.raiting-quality-table table th:last-child::before {
  border-bottom: 1px solid rgba(36, 36, 36, 0.1647058824);
}

.raiting-quality-table table td {
  position: relative;
}

.raiting-quality-table table td:first-child .raiting-quality-table__wrap {
  text-align: right;
}

.raiting-quality-table table td:first-child .raiting-quality-table__content {
  text-align: right;
}

.raiting-quality-table table td:not(:first-child) .raiting-quality-table__content {
  padding: 0 20px 0 20px;
}

.raiting-quality-table table td:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 24px;
  bottom: 0;
  z-index: 0;
  background-color: #ffffff;
}

.raiting-quality-table table td:not(:first-child)::before {
  box-shadow: 0px 17px 127px -11px #e0e8e8;
}

.raiting-quality-table table th .raiting-quality-table__content {
  padding: 24px 10px 11px 20px;
  position: relative;
  z-index: 1;
}

.raiting-quality-table table tbody tr:nth-child(1) td:first-child .raiting-quality-table__content {
  padding-top: 0;
}

.raiting-quality-table table tbody tr:nth-child(2) td:first-child .raiting-quality-table__content {
  padding-top: 5px;
}

.raiting-quality-table table tbody tr:nth-child(3) td:first-child .raiting-quality-table__content {
  padding-top: 10px;
}

.raiting-quality-table table tbody tr:last-child .raiting-quality-table__content {
  padding: 28px 20px 17px 20px;
}

.raiting-quality-table table tbody tr:nth-child(1) td:not(:first-child) .raiting-quality-table__content {
  padding-top: 28px;
}

.raiting-quality-table table tbody tr:nth-child(2) td:not(:first-child) .raiting-quality-table__content {
  padding-top: 42px;
}

.raiting-quality-table table tbody tr:nth-child(3) td:not(:first-child) .raiting-quality-table__content {
  padding-top: 48px;
}

.raiting-quality-table table tr:last-child td {
  border-bottom: none;
}

.raiting-quality-table table tr:last-child td::before {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.raiting-quality-table table tr:not(:last-child) .raiting-quality-table__wrap {
  margin-right: 24px;
  position: relative;
}

.raiting-quality-table table th:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 24px;
  bottom: 0;
  z-index: 0;
  background-color: #ffffff;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.raiting-quality-table table th:not(:first-child)::before {
  box-shadow: 0px 17px 127px -11px #e0e8e8;
}

.raiting-quality-table table .hover::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 24px;
  bottom: 0px;
  left: 0;
  height: 105%;
  border-left: 3px solid #ef4343;
  border-right: 3px solid #ef4343;
}

.raiting-quality-table table th.hover {
  color: #ff4444;
}

.raiting-quality-table table th.hover::after {
  border-top: 3px solid transparent;
  border-top: 3px solid #ef4343;
  z-index: 100;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.raiting-quality-table table tbody tr:last-child .hover::after {
  border-bottom: 3px solid transparent;
  border-bottom: 3px solid #ef4343;
  height: auto;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.our-works-map__breadcrumbs {
  margin-bottom: 40px;
}

.our-works-map__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  color: #242424;
}

.our-works-map__title-text {
  color: #ff4444;
}

.our-works-map__item {
  flex: 1 0 auto;
  width: auto;
}

.our-works-map__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.our-works-map__btn {
  padding: 11px 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #242424;
  background-color: #ffffff;
  box-shadow: 0px 15px 50px 0px rgba(36, 36, 36, 0.1019607843);
  border-radius: 8px;
}

.our-works-map__btn--active {
  color: #ffffff;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.our-works-map__block {
  display: grid;
  grid-template-columns: 165fr 51fr;
  gap: 40px 30px;
}

.our-works-map__address {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: #242424;
  text-align: center;
}

.our-works-map__card {
  position: relative;
  z-index: 0;
  padding: 20px 20px 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
  background-image: url("../img/blocks/our-works-map/card-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-works-map__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  opacity: 0.85;
}

.our-works-map__img-wrap {
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
}

.our-works-map__card-img {
  margin-bottom: 10px;
  padding: 20px;
}

.our-works-map__card-descr {
  max-width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}

.our-works-map__card-date {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.our-works-map__bottom-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}

.our-works-map__bottom-right {
  display: flex;
}

.our-works-map__bottom-btn {
  flex: 1 0 auto;
  padding: 14px 14px;
  height: 44px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #ffffff;
  border-radius: 6px;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.our-works-map__subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #242424;
}

.our-works-map .breadcrumbs__item {
  position: relative;
}

.our-works-map .breadcrumbs__item:not(:last-child) {
  margin-right: 25px;
}

.our-works-map .breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -14px;
  top: 0px;
  color: #9a9ca5;
}

.our-works-map .breadcrumbs__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}

.our-cases-map {
  height: 478px;
}

.our-cases-map__placemark {
  width: 41px;
  height: 53px;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  justify-content: center;
  background-image: url(/img/blocks/our-cases-map/icon.svg);
}

.our-cases-map__placemark-text {
  padding-top: 10px;
}

.balloon-map {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 12px;
  width: 503px;
}

.balloon-map .btn {
  padding: 8px 20px;
  font-size: 12px;
}

.balloon-map__content {
  padding: 22px 32px;
}

.balloon-map__img-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.balloon-map__img-wrapper img {
  border-radius: 8px;
}

.balloon-map__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}

.balloon-map__address {
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.balloon-map__buttons {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.balloon-map__close-block {
  display: block;
  position: relative;
}

.balloon-map__close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 1px;
  text-decoration: none;
  font-size: 30px;
}

.legal-information__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.legal-information__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.legal-information__description {
  font-weight: 500;
  font-size: 20px;
  line-height: 200%;
  color: #000;
  display: flex;
  flex-direction: column;
}

.legal-information__description div:not(:last-child) {
  margin-bottom: 3px;
}

.legal-information__content {
  flex-grow: 1;
}

.legal-information__img {
  width: 100%;
}

.legal-information__img img {
  width: 100%;
}

#contact-map {
  width: 100%;
  height: 582px;
  position: relative;
}

#contact-map iframe {
  height: 100%;
}

.contact-map__wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.contact-balloon {
  padding: 67px 40px 83px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 12px;
  width: 436px;
  position: fixed;
  left: 65px;
  top: 70px;
}

.contact-balloon__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  font-size: 40px;
}

.contact-balloon__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-balloon__item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.contact-balloon__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 50%;
}

.contact-balloon__content {
  display: flex;
  flex-direction: column;
}

.contact-balloon__phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.contact-balloon__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}

.contact-balloon__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 160%;
}

.contact-balloon_domain {
  position: absolute;
  left: 45px;
  bottom: 100px;
}

.ts-list-type3__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ts-list-type3__item {
  display: flex;
  gap: 30px;
  align-items: center;
}

.ts-list-type3__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}

.ts-list-type3__description {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
}

.circle-icon {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
}

.circle-icon_80 {
  width: 80px;
  height: 80px;
}

.circle-icon_80 img {
  width: 40px;
}

.form-order-block {
  padding: 30px 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #eff6f9;
}

.form-order-block-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
}

.form-order-block-descr {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.form-order-block__form {
  position: relative;
  margin-bottom: 15px;
}

.form-order-block__form::before {
  /*content: "";
  position: absolute;
  top: 8px;
  left: 254px;
  z-index: 100;
  width: 1px;
  height: 65px;
  background-color: rgba(35, 31, 32, 0.1);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;

  @include tablet {
    left: 30%;
  }

  @include minitablet {
    left: 30%;
    top: 5px;
    height: 42px;
  }

  @include mobile {
    display: none;
  }*/
}

.form-order-block__btn {
  padding: 0;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 0 10px 10px 0;
  padding: 28px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}

.form-order-block .slider-form__item:first-child .form-order-block__input {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  width: 254px;
}

.form-order-block__input {
  padding: 31.5px 10px 31.5px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(35, 31, 32, 0.6);
  border: none;
  width: 283px;
}

.form-order-block__input:focus {
  outline: none;
}

.online-payment-form__breadcrumbs {
  opacity: 0.7;
}

.online-payment-form__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
}

.online-payment-form__form {
  display: grid;
  gap: 20px;
}

.online-payment-form__label {
  display: grid;
  gap: 15px;
  font-weight: 600;
}

.online-payment-form__text {
  font-weight: 600;
  text-align: center;
}

.online-payment-form__input-field {
  padding: 26px 30px;
  background: #ffffff;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  border: none;
  width: 100%;
}

.online-payment-form__input-field::placeholder {
  color: rgba(35, 31, 32, 0.6);
}

.online-payment-form__button {
  padding: 28px 60px;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  width: 100%;
}

.online-payment-form__consent {
  font-size: 12px;
  line-height: 150%;
  color: rgba(35, 31, 32, 0.4);
}

.online-payment-form__card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.window-module-type__title {
  margin: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #242424;
  text-transform: uppercase;
}

.window-module-type__title-text {
  color: #ff4444;
}

.window-module-type__descr {
  margin: 0;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}

.window-module-type__block {
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: flex-start;
}

.window-module-type__left {
  align-items: flex-start;
}

.window-module-type__left-descr {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}

.window-module-type__left-wrap {
  padding-top: 4px;
}

.window-module-type__left-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.window-module-type__left-text:last-child {
  margin-bottom: 26px;
}

.window-module-type__img {
  margin-right: 40px;
}

.window-module-type__proportions {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.window-module-type__proportions-descr {
  margin-bottom: 15px;
  font-weight: 600;
}

.window-module-type__right {
  display: flex;
  justify-content: flex-end;
}

.window-module-type__list {
  width: 98%;
}

.window-module-type__item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
  justify-content: space-between;
}

.window-module-type__item:first-child {
  padding-top: 0;
}

.window-module-type__item:last-child {
  padding-top: 20px;
  flex-wrap: wrap;
  border-bottom: none;
}

.window-module-type__item:last-child .window-module-type__price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}

.window-module-type__item:last-child .window-module-type__price-descr {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}

.window-module-type__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
}

.window-module-type__price-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.window-module-type__bottom {
  padding: 30px 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #eff6f9;
}

.window-module-type__bottom-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #333333;
}

.window-module-type__bottom-descr {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333333;
}

.window-module-type__form {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.window-module-type__form::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 254px;
  z-index: 100;
  width: 1px;
  height: 65px;
  background-color: rgba(35, 31, 32, 0.1);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.window-module-type__form-descr {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(36, 36, 36, 0.6);
  text-align: left;
}

.window-module-type__form-descr-link {
  text-decoration: underline;
}

.window-module-type__btn {
  padding: 0;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 0 10px 10px 0;
  padding: 28px 60px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
}

.window-module-type__input {
  padding: 31.5px 10px 31.5px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(35, 31, 32, 0.6);
  border: none;
  width: 283px;
}

.window-module-type__input:focus {
  outline: none;
}

.window-module-type__input:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #fff;
  width: 254px;
}

.js-validate-error-label {
  display: none;
}

.advantages-window-module__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 70px;
}

.advantages-window-module__head {
  display: flex;
  gap: 24px;
  align-items: center;
}

.advantages-window-module__icon {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.advantages-window-module__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.advantages-window-module__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.typical-houses-description__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.typical-houses-description__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.typical-houses-description__button .btn {
  padding: 27px 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
}

.typical-houses-description__img {
  overflow: hidden;
  border-radius: 12px;
  height: 389px;
}

.typical-houses-description__img img {
  height: 100%;
  width: auto;
}

.typical-houses-windows__wrapper {
  display: grid;
  gap: 50px;
}

.typical-houses-windows__item {
  padding: 30px 50px;
  box-shadow: 0px 16px 50px 0px #e0e8e8;
  border-radius: 8px;
  border: 1px solid #e1f2ee;
  background-color: #fff;
}

.typical-houses-windows__top {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.2);
}

.typical-houses-windows__number {
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #ff4444;
}

.typical-houses-windows__title {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  color: #242424;
  text-transform: uppercase;
}

.typical-houses-windows__block {
  margin-bottom: 30px;
  padding-right: 18px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

.typical-houses-windows__block-item {
  flex-direction: column;
  align-items: center;
  flex-basis: calc(33.33% - 10px);
  /* 3 items per row */
  max-width: calc(33.33% - 10px);
  /* 3 items per row */
}

.typical-houses-windows__img {
  margin-bottom: 6px;
}

.typical-houses-windows__subtitle {
  margin: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: #242424;
}

.typical-houses-windows__size {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #242424;
}

.typical-houses-windows__bottom {
  padding: 30px 50px;
  border-radius: 10px;
  background-color: #eff6f9;
}

.typical-houses-windows__bottom-block {
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-between;
}

.typical-houses-windows__bottom-wrap {
  align-items: center;
}

.typical-houses-windows__price {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #242424;
}

.typical-houses-windows__price-descr {
  max-width: 110px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
}

.typical-houses-windows__key {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #242424;
}

.typical-houses-windows__key-descr {
  max-width: 50px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #333;
  text-transform: uppercase;
}

.typical-houses-windows__btn {
  padding: 14px 76px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.typical-houses-windows__descr {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(36, 36, 36, 0.6);
}

.typical-houses-choose {
  color: #fff;
}

.typical-houses-choose a {
  color: #fff;
}

.typical-houses-choose__wrapper {
  columns: 4;
}

.typical-houses-choose__item {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 10px;
}

.typical-houses-grid .grid-item--inner {
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  overflow: hidden;
}

.typical-houses-grid .grid-item:nth-child(n+5) {
  margin-top: 30px;
}

.typical-houses-grid .grid-item img {
  width: 100%;
}

.typical-houses-grid .grid-item--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #242424;
}

.typical-houses-grid .grid-item--price {
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
  color: rgba(36, 36, 36, 0.6);
}

.typical-houses-grid .grid-item--head {
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-category-typical-houses {
  display: flex;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  overflow-x: auto;
}

.menu-category-typical-houses__item {
  color: #242424;
  background: #ffffff;
  box-shadow: 0px 15px 50px rgba(36, 36, 36, 0.1);
  border-radius: 8px;
  padding: 11px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.menu-category-typical-houses__item:hover {
  text-decoration: none;
  opacity: 0.8;
}

.menu-category-typical-houses__item.menu-category-typical-houses__item_active {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  color: #fff;
}

.glazing-unit__wrapper {
  display: grid;
  gap: 30px;
}

.glazing-unit__item {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  background: #ffffff;
  box-shadow: 0px 51px 71px -11px #e0e8e8;
  border-radius: 12px;
  padding: 30px;
}

.glazing-unit__img {
  border-radius: 6px;
  overflow: hidden;
}

.glazing-unit__img img {
  width: 100%;
}

.glazing-unit__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.glazing-unit__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.glazing-unit__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.glazing-unit__footer-item {
  flex-basis: auto;
  flex-grow: 1;
}

.glazing-unit__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.glazing-unit__price {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}

.glazing-unit__price span {
  display: block;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
}

.glazing-unit__btn {
  display: flex;
}

.glazing-unit__btn .btn {
  flex-grow: 1;
  justify-content: center;
}

.windows {
  position: relative;
}

.windows__breadcrumbs {
  margin-bottom: 40px;
}

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

.windows__block {
  align-items: flex-start;
}

.windows__left {
  margin-right: 61px;
}

.windows-left__img {
  margin-bottom: 23px;
}

.windows-left__img img {
  width: 100%;
}

.windows-right {
  max-width: 635px;
}

.windows-right__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  color: #242424;
}

.windows-right__list {
  margin-bottom: 30px;
}

.windows-right__item:not(:last-child) {
  margin-right: 18px;
}

.windows-right__progress-block {
  position: relative;
  margin-bottom: 12px;
  height: 7px;
  width: 77px;
  border-radius: 12px;
  background-color: rgba(36, 36, 36, 0.1019607843);
}

.windows-right__item:last-child .windows-right__progress-block {
  width: 65px;
}

.windows-right__item-text {
  max-width: 80px;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-align: left;
  color: #242424;
  text-transform: uppercase;
}

.windows-right__info {
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
}

.windows-right__info-right {
  padding-top: 21px;
}

.windows-right__price-descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.windows-right__price {
  font-size: 27px;
  font-weight: 700;
  line-height: 43px;
  text-align: left;
  color: #242424;
}

.windows-right__btn {
  padding: 14px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.windows-right__btn:last-child {
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.windows-right__btn:not(:last-child) {
  margin-right: 5px;
}

.windows-right__descr {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #242424;
}

.windows-right__descr-bottom {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #242424;
}

.windows-right__places {
  margin-bottom: 20px;
}

.windows-right__place,
.windows-right .square-icons li {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
  background-image: url("../img/blocks/window-model-profile/point.svg");
  background-position: left center;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.windows-right__place:not(:last-child),
.windows-right .square-icons li:not(:last-child) {
  margin-bottom: 4px;
}

.windows-right__article {
  padding: 30px;
  background: #eff6f9;
  border-radius: 12px;
  border: 1px solid #dbe6eb;
}

.windows-right__article-info {
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #242424;
  background-image: url(../img/blocks/window-model-profile/shield.svg);
  background-size: 25px 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

.windows-right__article-descr {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
}

.windows-left__slider {
  position: relative;
  min-width: 0;
  max-width: 450px;
}

.windows .swiper-button-prev {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: -14px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #3aad81;
}

.windows .swiper-button-prev::after {
  content: "";
  height: 9px;
  width: 15px;
  transform: rotate(180deg);
  background-image: url(../img/blocks/window-model-profile/arrow.svg);
  background-size: 15px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.windows .swiper-button-next {
  position: absolute;
  z-index: 10000;
  top: 50%;
  right: -14px;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #3aad81;
}

.windows .swiper-button-next::after {
  content: "";
  height: 9px;
  width: 15px;
  background-image: url(../img/blocks/window-model-profile/arrow.svg);
  background-size: 15px 9px;
  background-position: center;
  background-repeat: no-repeat;
}

.windows .swiper-wrapper {
  max-width: 415px;
}

.windows .swiper-slide__img {
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.windows .swiper-slide__img img {
  height: 100%;
  width: auto;
  border-radius: 6px;
}

.list-relative {
  position: fixed;
  top: 44px;
  right: 0;
  background-color: #fff;
}

.list-relative__item {
  padding: 17px 20px;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
}

.list-relative__item:last-child {
  position: relative;
  border-bottom: none;
}

.list-relative__item:last-child .list-relative__link:last-child {
  position: absolute;
  top: 48px;
  left: 18px;
}

.breadcrumbs__item {
  position: relative;
}

.breadcrumbs__item:not(:last-child) {
  margin-right: 25px;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -14px;
  top: 1px;
  color: #9a9ca5;
}

.breadcrumbs__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
  text-decoration: none;
}

.progress__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 7px;
  border-radius: 500px;
}

.progress__fill--first {
  width: 100%;
  background-color: #5aad5e;
}

.progress__fill--second {
  width: 29px;
  background-color: #ff6666;
}

.progress__fill--third {
  width: 32px;
  background-color: #ffd074;
}

.window-swiper {
  overflow: hidden;
  max-width: 100%;
  z-index: 1;
}

.window-profile-spec__block {
  align-items: flex-start;
  justify-content: space-between;
}

.window-profile-spec-left__content {
  position: relative;
}

.window-profile-spec-left__content::before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 221px;
  top: -8px;
  width: 437px;
  height: 514px;
  background-image: url("../img/blocks/window-profile-spec/blitz.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.window-profile-spec__title {
  margin: 0;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: left;
  color: #242424;
  text-transform: uppercase;
}

.window-profile-spec__title-text {
  color: #ff4444;
}

.window-profile-spec-left {
  padding: 60px;
  max-width: 495px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.window-profile-spec-left__line {
  margin-bottom: 30px;
  height: 2px;
  width: 150px;
  background-color: #fff;
}

.window-profile-spec-left__descr {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #fff;
}

.window-profile-spec-left__descr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.window-profile-spec-left__distinct {
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
}

.window-profile-spec-left__item:not(:last-child) {
  margin-bottom: 20px;
}

.window-profile-spec-left li:before {
  filter: brightness(6);
}

.window-profile-spec-left__item,
.window-profile-spec-left__descr li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: #fff;
}

.window-profile-spec-left__item::before,
.window-profile-spec-left__descr li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background-image: url("../img/blocks/window-profile-spec/round.svg");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.window-profile-spec-right {
  max-width: 384px;
}

.window-profile-spec-right__descr {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #242424;
}

.window-profile-spec-right__descr-bottom {
  margin: 0;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.window-profile-spec-right__list {
  margin-bottom: 18px;
}

.window-profile-spec-right__item {
  padding: 10px 0 9px 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
  align-items: center;
  justify-content: space-between;
}

.window-profile-spec-right__item:first-child {
  border-top: 1px solid rgba(36, 36, 36, 0.1019607843);
}

.window-profile-spec-right__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #242424;
}

.window-profile-spec-right__item-value {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #242424;
}

.window-profile-spec-right__btn {
  padding: 28px 110.5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.window-profile-after-specs {
  position: relative;
  background-size: cover;
  background-position: top right;
}

.window-profile-after-specs::before {
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  background: url(https://labofmarketing.ru/upload/profiles-pages/blitz-bg-1.jpg);
  z-index: 1;
}

.window-profile-after-specs__description {
  position: relative;
  width: 58%;
  padding: 120px 0;
  z-index: 2;
}

.window-profile-after-specs-videos__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
}

.window-profile-after-specs-videos__items {
  width: 100%;
  height: 283px;
}

.window-profile-after-specs-videos__iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title-red {
  color: #F44;
}

.our-works-map__breadcrumbs {
  margin-bottom: 40px;
}

.our-works-map__title {
  margin: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
  color: #242424;
}

.our-works-map__title-text {
  color: #ff4444;
}

.our-works-map__item {
  flex: 1 0 auto;
  width: auto;
}

.our-works-map__btns {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: space-between;
}

.our-works-map__btn {
  padding: 11px 21px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #242424;
  background-color: #ffffff;
  box-shadow: 0px 15px 50px 0px rgba(36, 36, 36, 0.1019607843);
  border-radius: 8px;
}

.our-works-map__btn--active {
  color: #ffffff;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
}

.our-works-map__block {
  display: grid;
  grid-template-columns: 165fr 51fr;
  gap: 40px 30px;
}

.our-works-map__address {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
  color: #242424;
  text-align: center;
}

.our-works-map__card {
  position: relative;
  z-index: 0;
  padding: 20px 20px 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 10px;
  background-image: url("../img/blocks/our-works-map/card-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-works-map__card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #ef4343 -0.19%, #ff6262 99.95%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  opacity: 0.85;
}

.our-works-map__img-wrap {
  width: 70px;
  height: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
}

.our-works-map__card-img {
  margin-bottom: 10px;
  padding: 20px;
}

.our-works-map__card-descr {
  max-width: 160px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}

.our-works-map__card-date {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.our-works-map__bottom-descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}

.our-works-map__bottom-right {
  display: flex;
}

.our-works-map__bottom-btn {
  flex: 1 0 auto;
  padding: 14px 14px;
  height: 44px;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #ffffff;
  border-radius: 6px;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
}

.our-works-map__subtitle {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #242424;
}

.our-works-map .breadcrumbs__item {
  position: relative;
}

.our-works-map .breadcrumbs__item:not(:last-child) {
  margin-right: 25px;
}

.our-works-map .breadcrumbs__item:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -14px;
  top: 0px;
  color: #9a9ca5;
}

.our-works-map .breadcrumbs__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #242424;
}

.our-cases-map {
  height: 478px;
}

.our-cases-map__placemark {
  width: 41px;
  height: 53px;
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  justify-content: center;
  background-image: url(/img/blocks/our-cases-map/icon.svg);
}

.our-cases-map__placemark-text {
  padding-top: 10px;
}

.balloon-map {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 51px 71px -11px rgba(224, 232, 232, 0.41);
  border-radius: 12px;
  width: 503px;
}

.balloon-map .btn {
  padding: 8px 20px;
  font-size: 12px;
}

.balloon-map__content {
  padding: 22px 32px;
}

.balloon-map__img-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.balloon-map__img-wrapper img {
  border-radius: 8px;
}

.balloon-map__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  justify-content: center;
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
}

.balloon-map__address {
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.balloon-map__buttons {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.balloon-map__close-block {
  display: block;
  position: relative;
}

.balloon-map__close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 1px;
  text-decoration: none;
  font-size: 30px;
}

.balcony-price-blocks__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.balcony-price-blocks__main-title {
  margin: 0;
  margin-bottom: 60px;
  color: #242424;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
}

.balcony-price-blocks__item {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #E1F2EE;
  background: #FFF;
  box-shadow: 0px 16px 50px 0px #E0E8E8;
}

.balcony-price-blocks__head {
  padding-bottom: 12px;
  width: auto;
  height: auto;
}

.balcony-price-blocks__head img {
  object-fit: cover;
}

.balcony-price-blocks__img {
  margin-bottom: 19px;
}

.balcony-price-blocks__title {
  color: #242424;
  font-weight: 600;
  color: #242424;
  font-size: 16px;
  line-height: 160%;
  height: 80px;
}

.balcony-price-blocks__middle {
  padding: 12px 0;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}

.balcony-price-blocks__price {
  color: var(--black, #242424);
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

.balcony-price-blocks__price span {
  margin-left: 1px;
  font-size: 16px;
  line-height: 150%;
}

.balcony-price-blocks__key {
  color: #242424;
  font-size: 12px;
  font-weight: 700;
  line-height: 200%;
}

.balcony-price-blocks__key span {
  margin-left: 1px;
  font-size: 20px;
  line-height: 150%;
}

.balcony-price-blocks__proportions,
.balcony-price-blocks__profile,
.balcony-price-blocks__fittings {
  color: #231F20;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

.balcony-price-blocks__proportions span,
.balcony-price-blocks__profile span,
.balcony-price-blocks__fittings span {
  margin-left: 1px;
  font-weight: 700;
}

.balcony-price-blocks__bottom {
  padding-top: 12px;
}

.balcony-price-blocks__btn-wrap {
  width: 100%;
  display: flex;
}

.balcony-price-blocks__btn {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 11px 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.search-form {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 30px;
}

.search-form__field [type=text] {
  padding: 26px 30px;
  background: #fff;
  width: 100%;
  border: none;
}

.search-form__button button {
  padding: 28px 60px;
}

.search-form__info {
  color: #242424;
  line-height: 1.6;
  margin-top: 20px;
}

.search-page__result {
  display: grid;
  gap: 20px;
}

.search-page__link {
  color: var(--Green, #3aad81);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.search-page__link:hover {
  text-decoration: none;
  color: var(--Green, #0e8356);
}

.search-page #pagination {
  margin-top: 30px;
  justify-content: center;
}

.balcony-finishing-banner {
  background-image: url(../img/blocks/balcony-finishing-banner/balcony-finishing-banner.jpg);
  background-size: cover;
  padding: 80px 0;
  background-position: center;
}

.balcony-finishing-banner__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 427px;
}

.balcony-finishing-banner__left {
  grid-column: span 2/span 2;
}

.balcony-finishing-banner__right {
  display: flex;
  justify-content: end;
}

.balcony-finishing-banner__form-block-wrapper {
  display: flex;
  gap: 40px;
}

.balcony-finishing-banner__form {
  display: flex;
  flex-direction: column;
}

.balcony-finishing-banner__form input[type=text] {
  height: 70px;
}

.balcony-finishing-banner__form-block-item:first-child {
  width: 300px;
}

.balcony-balloon {
  display: grid;
  align-items: center;
  width: 284px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 16px;
  background: url(../img/blocks/balcony-finishing-banner/balcony-balloon.svg) center right no-repeat #fff;
  box-shadow: 0px 15px 50px 0px rgba(36, 36, 36, 0.1);
  padding: 0 19px;
  height: 68px;
  margin-top: 80px;
}

.balcony-balloon_v1 {
  margin-top: 10px;
}

.balcony-balloon_v2 {
  margin-left: 80px;
  margin-top: 180px;
}

.balcony-balloon_v3 {
  margin-top: -20px;
}

.balcony-balloon_v4 {
  margin-top: 40px;
  margin-left: 100px;
}

.balcony-balloon_v5 {
  margin-top: 130px;
  margin-left: 60px;
}

.balcony-balloon__item {
  display: flex;
  justify-content: center;
  line-height: 1.6;
}

.balcony-balloon__title {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.balcony-balloon__price {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 24px;
}

.balcony-balloon .point {
  width: 7px;
  height: 8px;
  background-image: url(../img/blocks/measuring/list-circle.svg);
  flex-shrink: 0;
}

.fixed-toolbar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 6px 0px 0px 6px;
  border: 1px solid rgba(36, 36, 36, 0.1);
  border-right: 0;
  background: #fff;
  z-index: 1040;
}

.fixed-toolbar__wrapper {
  position: relative;
}

.fixed-toolbar__items-block {
  display: grid;
  width: 0;
  transition: width 0.5s ease-in-out;
}

.fixed-toolbar_active .fixed-toolbar__items-block {
  width: 70px;
}

.fixed-toolbar__items-block:hover {
  width: 240px;
}

.fixed-toolbar__item {
  display: grid;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  align-items: center;
  text-align: center;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  cursor: pointer;
  transition: all linear 0.2s;
  color: #242424;
  text-decoration: none;
}

.fixed-toolbar__item:hover {
  background: #eefff8;
  color: #242424;
  text-decoration: none;
}

.fixed-toolbar__icon {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.fixed-toolbar__icon_calc {
  background-image: url(../img/blocks/fixed-toolbar/toolbar-calc.svg);
}

.fixed-toolbar__icon_list {
  background-image: url(../img/blocks/fixed-toolbar/toolbar-list.svg);
}

.fixed-toolbar__icon_catalog {
  background-image: url(../img/blocks/fixed-toolbar/toolbar-catalog.svg);
}

.fixed-toolbar__icon_phone {
  background-image: url(../img/blocks/fixed-toolbar/toolbar-phone.svg);
}

.fixed-toolbar__title {
  font-feature-settings: "clig" off, "liga" off;
  font-size: 8px;
  font-weight: 500;
  line-height: 1.4;
}

.fixed-toolbar__close {
  border: 0;
  width: 24px;
  height: 24px;
  background: transparent;
  position: absolute;
  bottom: -13px;
  right: 20px;
  display: block;
  /*display: none;
  @media (min-width: (1024px)) {
    display: block;
  }*/
}

.fixed-toolbar__close {
  background-image: url(../img/blocks/fixed-toolbar/toolbar-open.svg);
}

.fixed-toolbar_active .fixed-toolbar__close {
  background-image: url(../img/blocks/fixed-toolbar/toolbar-close.svg);
}

.ts-modal-quiz {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(36, 36, 36, 0.9);
}

.ts-modal-quiz form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.ts-modal-quiz p.help-block {
  margin: 0;
  padding: 0;
}

.ts-modal-quiz__wrapper {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 730px;
  height: 640px;
  padding: 30px 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
}

.ts-modal-quiz .close-modal,
.ts-modal-quiz__close-button {
  cursor: pointer;
  background: url(../img/blocks/ts-modal-quiz/close.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
}

.ts-modal-quiz__close-button {
  top: -20px;
  filter: brightness(0%);
}

.ts-modal-quiz__info-panel {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: center;
}

.ts-modal-quiz__info-panel .btn {
  font-size: 18px;
  font-weight: 600;
  border: 2px solid transparent;
}

.ts-modal-quiz__info-panel .btn-white {
  border: 2px solid var(--trasparent-black-10, rgba(36, 36, 36, 0.1));
  color: rgba(36, 36, 36, 0.6);
}

.ts-modal-quiz__button-block {
  cursor: pointer;
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1040;
  display: none;
}

.ts-modal-quiz__button {
  /*background: url(../img/blocks/ts-modal-quiz/modal-quiz-button.png);
  width: 141px;
  height: 137px;
  border: none;
  @include minitablet {
    width: 94px;
    height: 97px;
    background-size: contain;
    background-repeat: no-repeat;
  }*/
  background: url(../img/blocks/ts-discount-modal/modal-quiz-button.svg);
  width: 141px;
  height: 137px;
  border: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.ts-modal-quiz.question-number-4 .ts-modal-quiz__info-panel {
  display: none;
}

.ts-modal-quiz__info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  grid-column: span 2/span 2;
}

.ts-modal-quiz__progress {
  display: flex;
  justify-content: center;
}

.ts-modal-quiz .progress-fill {
  fill: #ffe684;
}

.ts-modal-quiz.question-number-1 .progress-fill {
  fill: #f5f5f5;
}

.ts-modal-quiz.question-number-2 .progress-fill {
  opacity: 0.35;
}

.ts-modal-quiz.question-number-3 .progress-fill {
  opacity: 1;
}

.ts-modal-quiz.question-number-4 .progress-fill {
  fill: #3aad81;
}

.ts-modal-quiz text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}

.ts-modal-quiz__submit {
  width: 400px;
  margin: 0 auto;
  margin-top: 35px;
}

.ts-modal-quiz__submit .btn {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.ts-modal-quiz__form {
  display: none;
  width: 400px;
  margin: 0 auto;
  gap: 20px;
  margin-top: 65px;
}

.ts-modal-quiz__form input[type=text] {
  height: 66px;
  width: 100%;
  padding: 26px 30px;
  border-radius: 10px;
  border: 1px solid rgba(36, 36, 36, 0.6);
  box-shadow: 0px 12px 50px 0px rgba(0, 0, 0, 0.03);
}

.ts-modal-quiz__form input[type=checkbox] {
  margin-right: 5px;
}

.ts-modal-quiz.question-number-4 .quiz-questions {
  display: none;
}

.question-number-4 .ts-modal-quiz__form {
  display: grid;
}

.ts-modal-quiz__agreement-block {
  color: rgba(36, 36, 36, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.ts-modal-quiz__agreement-block a {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: underline;
}

.quiz-question-block__title {
  font-size: clamp(1rem, 0.721rem + 1.04vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  width: 85%;
}

.quiz-question-block__question {
  font-size: clamp(1rem, 0.86rem + 0.52vw, 1.25rem);
  font-weight: 600;
  line-height: 1.6;
}

.quiz-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}

.quiz-question__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-top: 25px;
}

.question-number-4 .quiz-question__wrapper {
  flex-grow: 0;
}

.quiz-question {
  margin-bottom: 20px;
}

.quiz-option input[type=radio]:checked + span {
  border-color: green;
}

.quiz-option input[type=radio]:checked + span:before {
  background-color: green;
}

.quiz-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}

.quiz-option {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid rgba(36, 36, 36, 0.1);
}

body.modal-open {
  overflow: hidden;
}

.thanks-block__message {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: clamp(1rem, 0.825rem + 0.88vw, 1.875rem);
}

.thanks-block__img {
  width: clamp(2.5rem, 1.875rem + 3.13vw, 5.625rem);
  height: clamp(2.5rem, 1.875rem + 3.13vw, 5.625rem);
}

.thanks-block__title {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
  font-weight: 700;
  line-height: 36px;
  text-transform: normal;
}

.thanks-block__message-description {
  display: grid;
  gap: 8px;
}

.thanks-block__subtitle {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 400;
  line-height: clamp(1.188rem, 1.113rem + 0.38vw, 1.563rem);
}

.thanks-block__items-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 48px;
}

.thanks-block__item {
  display: flex;
  background: #eff6f9;
  padding: 40px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.thanks-block__item-content {
  max-width: clamp(11.875rem, 9.75rem + 10.63vw, 22.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}

.thanks-block__item-title {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
  line-height: clamp(1.313rem, 1.125rem + 0.94vw, 2.25rem);
  font-weight: 700;
}

.thanks-block__item-descripttion {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  line-height: clamp(1.188rem, 1.113rem + 0.38vw, 1.563rem);
  margin-top: 16px;
  max-width: 312px;
}

.thanks-block__btn {
  display: flex;
  justify-content: center;
  width: 189px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  min-height: clamp(3.375rem, 3.05rem + 1.63vw, 5rem);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.thanks-block__item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.thanks-block__item-img_benefit {
  background-image: url(../img/blocks/spasibo/benefit.png);
}

.thanks-block__item-img_catalog {
  background-image: url(../img/blocks/spasibo/catalog.png);
}

.subdomain-map-info__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.subdomain-map-info__item {
  border-radius: 10px;
  overflow: hidden;
}

.subdomain-map-info__item:nth-child(2) {
  background-color: #eff6f9;
}

.subdomain-map-info__item_map {
  position: relative;
}

.subdomain-map-info__item_map iframe {
  height: 100%;
}

.subdomain-map-info__content-wrapper {
  padding: 30px;
}

.subdomain-map-info__description {
  font-size: 14px;
  line-height: 22px;
}

.map-over {
  right: 40px;
  bottom: 40px;
  position: absolute;
  width: 286px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.map-over__item {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1019607843);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.map-over__item:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.map-over__item-title {
  display: flex;
  gap: 10px;
  grid-column: span 2/span 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  align-items: center;
}

.map-over__item-icon {
  width: 24px;
  height: 24px;
  background-image: url(../img/blocks/subdomain-map-info/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.map-over__item-value {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  color: #3aad81;
}

.map-over__item-value_red {
  color: #ff4444;
}

.subdomain-rehau-features__wrapper {
  display: flex;
  gap: 50px;
  align-items: stretch;
}

.subdomain-rehau-features__image-container {
  width: 520px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.subdomain-rehau-features__image-container img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.subdomain-rehau-features__image-container-description {
  position: absolute;
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  left: 0;
  bottom: 40px;
  padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 500;
  line-height: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  color: #fff;
  width: clamp(21.875rem, 21.3rem + 2.88vw, 24.75rem);
  border-radius: 0px 10px 10px 0px;
}

.subdomain-rehau-features__content {
  display: flex;
  flex-direction: column;
}

.subdomain-rehau-features__title {
  margin-bottom: 1rem;
}

.subdomain-rehau-features__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.subdomain-rehau-features__item {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(36, 36, 36, 0.1019607843);
  padding-top: 20px;
}

.subdomain-rehau-features__item-title-block {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  width: 60%;
}

.subdomain-rehau-features__item-text {
  font-size: 14px;
  line-height: 22px;
}

.subdomain-rehau-installation__wrapper {
  display: flex;
  gap: 50px;
}

.subdomain-rehau-installation__img-block {
  width: 520px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.subdomain-rehau-installation__img-block img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.subdomain-rehau-installation__img-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.subdomain-rehau-installation__img-description {
  right: 0;
  bottom: 40px;
  position: absolute;
  width: clamp(21.875rem, 21.3rem + 2.88vw, 24.75rem);
  padding: clamp(0.938rem, 0.75rem + 0.94vw, 1.875rem) clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  background: linear-gradient(90deg, #37ad80 0.05%, #2ec68b 100.05%);
  border-radius: 10px 0px 0px 10px;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 1.175rem + 0.38vw, 1.625rem);
  color: #fff;
  display: grid;
  gap: 20px;
}

.installment-plan {
  background-image: url(../img/blocks/installment-plan/bg1.svg);
  background-size: cover;
  background-position: center;
}

.installment-plan__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}

.installment-plan__content {
  width: 65%;
}

.installment-plan__card {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  max-width: 35%;
}

.glazing-types__wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.glazing-types__item {
  background: #ccc;
  height: 316px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: none;
}

.glazing-types__item:nth-child(-n+6) {
  display: block;
}

.glazing-types__img {
  position: relative;
  height: 100%;
}

.glazing-types__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.glazing-types__img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(360deg, rgba(35, 31, 32, 0.8) 26.12%, rgba(35, 31, 32, 0) 67.67%);
}

.glazing-types__item:hover .glazing-types__img::after {
  opacity: 0.8;
  background: #3aad81;
}

.glazing-types__title {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 32px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.glazing-types__title-text {
  max-width: 80%;
}

.glazing-types__title-icon {
  background-image: url(/img/blocks/glazing-types/arrow.svg);
  height: 15px;
  width: 9px;
  margin-bottom: 3px;
}

.glazing-types__btn {
  display: flex;
  justify-content: center;
}

.window-supplies__wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
}

.window-supplies__img {
  border-radius: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
}

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

.window-supplies__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 10px;
}

.certificate_inner{
  background-color: #EFF6F9;
}

.certificate_hero_section{
  padding: 100px 0 40px 0;
}

.certificate_hero_section .ts-slider-type__form form{
  width: 100%;
}

.certificate_hero_section .slider-form > *{
  flex: 0 0 auto;
  width: 33.3333%;
}

.certificate_hero_section .slider-form input{
  width: 100%;
}

.certificate_hero_section .ts-subtitle{
  max-width: 100%;
}

.cert_image_about_block h4{
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}



.sale_conditions_list .balcony-widget-popular__wrapper{
  gap: 30px;
}

.sale_conditions_list .balcony-widget-popular__item{
  padding: 28px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 54px 83px 0 rgba(224, 232, 232, 0.59);
}

.sale_conditions_list .balcony-widget-popular__title-block{
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}

.sale_conditions_list .balcony-widget-popular__icon{
  height: 60px;
  width: 60px;
}

.sale_conditions_list .balcony-widget-popular__description{
  margin-top: 16px;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 100px;
  }

  .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after,
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}

@media (min-width: 1024px) {
  .fixed-toolbar__item {
    height: 60px;
    display: flex;
    justify-content: flex-start;
  }

  .fixed-toolbar__icon {
    margin: 0 15px;
  }

  .fixed-toolbar__title {
    transition: opacity 1s linear, transform 1s linear;
    font-size: 12px;
    white-space: nowrap;
  }

  .fixed-toolbar:hover .fixed-toolbar__title {
    grid-column: span 3/span 3;
    transition: opacity 1s linear, transform 1s linear;
  }

  .fixed-toolbar:hover .fixed-toolbar__item {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: left;
  }
}

@media (max-width: 1800px) {
  .free-measuring-right .ts-swiper-navigation {
    display: none;
  }
}

@media (max-width: 1300px) {
  .ts-swiper-navigation__green .swiper-button-next {
    right: -30px;
  }

  .ts-swiper-navigation__green .swiper-button-prev {
    left: -30px;
  }

  .title-with-link .ts-swiper-navigation__green .swiper-button-next {
    right: 0;
  }

  .title-with-link .ts-swiper-navigation__green .swiper-button-prev {
    left: -70px;
  }

  .review-slider-block .ts-swiper-navigation__green .swiper-button-next {
    right: -30px;
  }

  .review-slider-block .ts-swiper-navigation__green .swiper-button-prev {
    left: -30px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-right {
    width: 100%;
    padding-left: 16px;
  }

  .window-class-filter__ribbon {
    left: 38%;
  }

  .product-description {
    flex-shrink: 1;
  }

  .product-description__text {
    width: auto;
    max-width: 490px;
  }

  .cart-product {
    gap: 20px;
  }

  .cart-product__price {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: center;
    font-size: 20px;
  }

  .cart-product__price .ts-icon-close {
    margin-bottom: 16px;
  }

  .product-total__text {
    font-size: 22px;
  }

  .product-total__price {
    font-size: 24px;
  }

  .calc-block__img {
    object-fit: cover;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
    margin-bottom: 0;
  }

  .calc-nav-block .btn {
    padding: 14px 20px;
  }

  .free-measuring {
    flex-direction: column;
  }

  .free-measuring .swiper-slide {
    min-height: 366px;
    width: 70%;
  }

  .free-measuring__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
  }

  .free-measuring__btn .btn {
    flex-grow: 1;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .free-measuring-right {
    margin-top: 32px;
    width: 100%;
  }

  .free-measuring-right__slider {
    width: 100%;
    height: auto;
  }

  .free-measuring-left {
    width: calc(100% - 15px);
    max-width: 100%;
  }

  .benefits-certificate .ts-swiper-navigation {
    display: none;
  }

  .cases-block .ts-swiper-navigation {
    display: none;
  }

  #videoReviewSlider .swiper-button {
    display: none;
  }

  .block-bottom {
    grid-template-columns: 3fr 2fr;
  }

  .buy-slider-block .ts-swiper-navigation {
    display: none;
  }

  .why-contact__wrapper {
    gap: 0px 50px;
  }

  .why-contact-type2__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-popular .ts-swiper-pagination {
    display: none;
  }

  .why-popular .ts-swiper-navigation {
    display: none;
  }

  .slider-type-1__item {
    gap: 50px;
  }

  .news-slider .ts-swiper-navigation {
    display: none;
  }

  .interesting-slider .ts-swiper-navigation {
    display: none;
  }

  .customer-testimonials__wrapper .ts-swiper-navigation {
    display: none;
  }

  .doors-widget-6facts__title-block {
    gap: 20px;
  }

  .balcony-widget-popular__wrapper {
    gap: 60px;
  }

  .price-demensions__content {
    padding: 20px 15px;
  }

  .window-list-type1 {
    overflow-x: auto;
    width: 100%;
  }

  .profile-zoom__wrapper {
    justify-content: space-between;
    gap: 30px;
  }

  .raiting-quality-table {
    overflow-x: scroll;
  }

  .window-module-type__list {
    width: 100%;
  }

  .typical-houses-windows__price {
    font-size: 32px;
    line-height: 48px;
  }

  .typical-houses-windows__key {
    font-size: 32px;
    line-height: 48px;
  }

  .window-profile-spec-left__content::before {
    left: 175px;
  }

  .window-profile-spec-left {
    padding: 40px 100px 40px 30px;
  }

  .window-profile-after-specs-videos__wrapper {
    gap: 50px;
  }

  .window-profile-after-specs-videos__items {
    max-height: 283px;
    height: 260px;
  }

  .window-profile-after-specs-videos__items {
    gap: 50px;
  }

  .balcony-price-blocks__wrapper {
    gap: 30px;
  }
}

@media (max-width: 1100px) {
  .logo-description-block {
    column-gap: 10px;
  }
}

@media (max-width: 1024px) {
  h2,
  .ts-meta-h2 {
    font-size: 26px;
  }

  .slider-form__name {
    border-right: none;
  }

  .slider-form input {
    width: 100%;
    border-radius: 10px;
  }

  .mb-80 {
    margin-bottom: 54px;
  }

  .pt-80 {
    padding-top: 54px;
  }

  .py-80 {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .pb-80 {
    padding-bottom: 54px;
  }

  .footer .middle-header {
    gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ts-slider-type {
    background-position: center bottom;
    width: 100%;
  }

  .top-header {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top-header .phone {
    font-size: 11px;
    line-height: 17px;
  }

  .top-header .return-call {
    font-size: 10px;
    line-height: 18px;
  }

  .middle-header {
    gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .middle-header__item:first-child {
    width: 55%;
  }

  .logo-description-block {
    gap: 10px;
    justify-content: space-between;
  }

  .ts-navbar {
    flex-wrap: wrap;
    gap: 0 25px;
    justify-content: center;
  }

  .price-swiper-pagination {
    overflow-x: scroll;
  }

  .info-block {
    padding: 20px;
  }

  .info-block__wrapper {
    gap: 15px;
  }

  .info-block__title {
    font-size: 16px;
  }

  .info-block__description {
    font-size: 14px;
  }

  .window-class-filter {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }

  .window-class-filter__title {
    font-size: 18px;
  }

  .window-class-filter__ribbon {
    right: 10px;
    left: unset;
  }

  .cart-product {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-product .divider-v {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    border-bottom: 1px solid #ffffff !important;
  }

  .cart-product__white .cart-product__price {
    position: absolute;
    top: 32px;
    right: 16px;
  }

  .cart-product__white .divider-v {
    display: none !important;
  }

  .product-total {
    align-self: flex-start;
  }

  .calc-block {
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .calc-block__filter-item:nth-child(3) .calc-filter-item {
    max-height: none;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .calc-block__left-part {
    width: 100%;
  }

  .calc-block__right-part {
    width: 100%;
  }

  .calc-block__img {
    display: none;
  }

  .calc-filter-item__img-hidden {
    display: block;
  }

  .free-measuring .swiper-slide {
    width: 40%;
  }

  .quiz {
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 17px 100px -11px #e0e8e8;
    border-radius: 12px;
  }

  .quiz:nth-child(2) {
    gap: 40px;
  }

  .quiz:nth-child(3) .quiz__content {
    padding-bottom: 40px;
  }

  .quiz__left {
    width: 100%;
    padding: 16px;
    box-shadow: unset;
  }

  .quiz-info-block {
    width: 100%;
    border-radius: 0;
  }

  .quiz-info-block__title {
    max-width: none;
  }

  .person-info {
    border-radius: 0px 0px 12px 12px;
  }

  .person-info__wrap {
    gap: 30px;
  }

  .cases-block__wrapper .ts-tab__item {
    overflow: hidden;
  }

  .ts-tab__item {
    padding: 25px;
  }

  .ts-tab__button-block {
    overflow-x: auto;
    height: 50px;
  }

  .ts-tab__button {
    font-size: 14px;
  }

  .casesSlider__item {
    gap: 32px;
  }

  .videoReviewSlider__play {
    height: 143px;
    width: 143px;
  }

  .other-reviews__item {
    padding: 20px;
  }

  .other-reviews__score {
    width: 58px;
    height: 51px;
    font-size: 18px;
  }

  .other-reviews__logo {
    left: 20px;
    bottom: 20px;
  }

  .block-bottom {
    grid-template-columns: 1fr;
  }

  .block-bottom__btn {
    max-width: 540px;
  }

  .product-block_1 {
    margin: 30px 0;
    border-radius: 12px;
  }

  .product-block_1__button-block .btn {
    display: block;
  }

  .we-can-offer__item {
    min-width: 30%;
  }

  .we-can-offer__wrapper {
    display: flex;
    gap: 16px;
    overflow-x: scroll;
  }

  .special-offers .title-with-link {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .first-installment__girl {
    background-size: cover;
    right: 0;
    width: 300px;
    height: 300px;
    background-position: center center;
  }

  .why-contact__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
  }

  .why-contact .separator-horizontal {
    display: none;
  }

  .why-popular {
    overflow: hidden;
  }

  .windows-size__table-block {
    overflow-x: scroll;
  }

  .ts-table-type1 {
    width: 1110px;
  }

  .window-list-type2__right {
    max-width: 500px;
  }

  .window-list-type2__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .window-list-type2__img {
    width: 156px;
  }

  .windows-profile-description__wrapper {
    flex-direction: column;
    align-items: center;
  }

  .windows-profile-description__img {
    align-self: flex-start;
  }

  .technical-documents-slider__item {
    padding: 30px;
  }

  .grid-6-max-items-with-img__item {
    padding: 20px;
  }

  .grid-6-max-items-with-img__title {
    font-size: 1rem;
  }

  .divisional-lighting-widget__item {
    gap: 32px;
  }

  .divisional-lighting-widget__img-block {
    width: 50%;
    height: auto;
  }

  .divisional-lighting-widget__img {
    width: auto;
    height: auto;
  }

  .divisional-lighting-widget__price-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .doors-widget__content {
    padding: 30px;
  }

  .doors-widget__title {
    font-size: 20px;
  }

  .doors-widget-6facts__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .doors-widget-6facts__icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 150%;
  }

  .balcony-price-tabs .price-swiper-pagination {
    overflow-x: scroll;
    gap: 10px;
  }

  .balcony-widget-popular__wrapper {
    gap: 32px;
  }

  .balcony-finishing-room__img {
    width: 458px;
    height: 506px;
  }

  .price-list__item {
    padding: 7px 0;
  }

  .price-list__description {
    font-size: 0.875rem;
    max-width: 190px;
  }

  .price-list__btn-block {
    margin-top: 30px;
  }

  .price-list__price span {
    font-size: 0.875rem;
  }

  .service-widget-list__icon-block {
    width: 50px;
    height: 50px;
  }

  .service-widget-list__icon-block .icon {
    width: 21px;
    height: 21px;
  }

  .service-widget-list__title {
    font-size: 16px;
    line-height: 150%;
  }

  .ts-post-gallery__img {
    height: 230px;
  }

  .company-benefits-facts__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .company-gallery__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .company-gallery__item {
    max-height: 300px;
  }

  .company-official-partner__wrapper {
    gap: 30px;
  }

  .company-list-block__item {
    max-width: none;
  }

  .director-block__img {
    width: 38%;
  }

  .director-block__wrapper {
    padding: 30px;
  }

  .director-block__description::before {
    top: -65px;
    height: 103px;
    width: 129px;
  }

  .director-block__description {
    font-size: 12px;
    line-height: 160%;
  }

  .company-employee-slider .title-with-link h3 {
    font-size: 26px;
  }

  .company-certificate-slider .title-with-link h2 {
    font-size: 26px;
  }

  .price-demensions__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .price-facts-with-form__item {
    padding: 20px 0;
    padding-right: 20px;
  }

  .price-facts-with-form .grid-form {
    padding: 20px;
  }

  .price-facts-with-form .grid-form__title {
    font-size: 18px;
    line-height: 150%;
  }

  .price-facts-with-form .grid-form__description {
    font-size: 14px;
    line-height: 140%;
  }

  .ts-list-type1__item {
    padding: 30px;
  }

  .profile-zoom__wrapper {
    grid-template-columns: 2fr 1fr 1fr;
  }

  .profile-zoom__item {
    flex-direction: column;
  }

  .container-our-work-map .container {
    padding: 0;
  }

  .our-works-map__breadcrumbs {
    margin: 0 16px;
  }

  .our-works-map__title {
    margin: 0 16px;
    margin-bottom: 8px;
    font-size: 1.625rem;
    line-height: 140%;
  }

  .our-works-map__item {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .our-works-map__item:first-child {
    margin-left: 16px;
  }

  .our-works-map__item:last-child {
    margin-right: 16px;
  }

  .our-works-map__btns {
    margin-bottom: 8px;
    overflow-x: scroll;
  }

  .our-works-map__block {
    margin: 0 16px;
    gap: 30px;
    grid-template-columns: 3fr 1fr;
  }

  .our-works-map__card {
    padding: 20px;
  }

  .form-order-block__btn {
    padding: 28px 20px;
    width: 33.3333333333%;
  }

  .form-order-block .slider-form__item:first-child .form-order-block__input {
    width: 33.3333333333%;
  }

  .form-order-block__input {
    padding: 24px 20px;
    width: 33.3333333333%;
  }

  .window-module-type__block {
    grid-template-columns: 5fr 4fr;
  }

  .window-module-type__form::before {
    left: 30%;
  }

  .window-module-type__btn {
    padding: 28px 20px;
    width: 33.3333333333%;
  }

  .window-module-type__input:first-child {
    width: 33.3333333333%;
  }

  .window-module-type__input {
    padding: 24px 20px;
    width: 33.3333333333%;
  }

  .typical-houses-windows__number {
    font-size: 24px;
    line-height: 30px;
  }

  .typical-houses-windows__title {
    font-size: 24px;
    line-height: 32px;
  }

  .typical-houses-windows__bottom-wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .typical-houses-windows__price-descr {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .typical-houses-windows__key-descr {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .typical-houses-windows__btn {
    padding: 14px 50px;
  }

  .windows__left {
    margin-right: 40px;
  }

  .windows-right__title {
    font-size: 22px;
    line-height: 140%;
  }

  .windows-right__info {
    flex-direction: column;
    align-items: flex-start;
  }

  .windows-left__slider {
    max-width: 400px;
  }

  .windows .swiper-wrapper {
    max-width: 365px;
  }

  .window-profile-spec__block {
    flex-direction: column;
    align-items: center;
  }

  .window-profile-spec-left__content::before {
    left: 74%;
    top: 30px;
    width: 350px;
    height: 411px;
  }

  .window-profile-spec-left {
    margin-bottom: 102px;
    padding: 40px 150px 40px 30px;
    max-width: 80%;
  }

  .window-profile-spec-right {
    max-width: none;
    width: 80%;
  }

  .window-profile-after-specs-videos__wrapper {
    grid-template-columns: 1fr;
  }

  .window-profile-after-specs-videos__items {
    max-height: none;
    height: 400px;
  }

  .container-our-work-map .container {
    padding: 0;
  }

  .our-works-map__breadcrumbs {
    margin: 0 16px;
  }

  .our-works-map__title {
    margin: 0 16px;
    margin-bottom: 8px;
    font-size: 1.625rem;
    line-height: 140%;
  }

  .our-works-map__item {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .our-works-map__item:first-child {
    margin-left: 16px;
  }

  .our-works-map__item:last-child {
    margin-right: 16px;
  }

  .our-works-map__btns {
    margin-bottom: 8px;
    overflow-x: scroll;
  }

  .our-works-map__block {
    margin: 0 16px;
    gap: 30px;
    grid-template-columns: 3fr 1fr;
  }

  .our-works-map__card {
    padding: 20px;
  }

  .balcony-price-blocks__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .balcony-price-blocks__main-title {
    font-size: 2rem;
  }

  .thanks-block__items-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .thanks-block__item-content {
    position: relative;
    z-index: 99;
  }

  .thanks-block__item-img {
    background-position: right top;
  }

  .subdomain-map-info__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .subdomain-map-info__item_map iframe {
    height: 300px;
  }

  .subdomain-rehau-features__wrapper {
    flex-direction: column;
  }

  .subdomain-rehau-features__image-container {
    height: 300px;
    width: 100%;
  }

  .subdomain-rehau-features__image-container img {
    width: 100%;
    height: auto;
  }

  .subdomain-rehau-installation__wrapper {
    flex-direction: column;
  }

  .subdomain-rehau-installation__img-block {
    height: 300px;
    width: 100%;
  }

  .installment-plan__card {
    right: -30px;
  }

  .window-supplies__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1024px) {
  .typical-houses-grid .grid-item:nth-child(n+3) {
    margin-top: 30px;
  }

  .typical-houses-grid .grid-item--title strong {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .slider-form {
    flex-direction: column;
    gap: 8px;
  }

  .slider-form__button {
    margin-top: 8px;
    border-radius: 8px;
    padding: 16px 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    max-height: 54px;
  }

  .ribbon {
    font-size: 14px;
  }

  .footer-part2__item:not(:last-child) {
    margin-bottom: 48px;
  }

  .footer-part2__content {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-part2__first-block {
    max-width: none;
  }

  .footer-part2__second-block {
    max-width: none;
  }

  .footer-part2__third-block {
    gap: 16px;
  }

  .payment-block {
    max-width: 230px;
  }

  .footer .middle-header {
    display: flex;
  }

  .footer .middle-header .logo {
    background-image: url("../img/header/logo.svg");
    width: 173px;
    height: 58px;
  }

  .footer .middle-header__item .social-block {
    flex-direction: row;
    padding: 0;
    border: none;
  }

  .ts-slider-type__subtitle-container {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .ts-slider-type .ts-subtitle .bold {
    font-size: inherit;
  }

  .ts-slider-type {
    background-position: left bottom -250px;
  }

  .top-header {
    display: none;
  }

  .middle-header {
    display: none;
  }

  .logo {
    background-image: url("../img/header/logo-mob.svg");
    width: 79px;
    height: 29px;
  }

  .bottom-header {
    display: none;
  }

  .info-block__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .info-block__item {
    justify-content: flex-start;
  }

  .window-class-filter {
    padding: 32px 16px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .window-class-filter__title {
    font-size: 16px;
  }

  .cart {
    padding: 16px;
  }

  .product-description__text {
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 14px;
  }

  .cart-product {
    padding: 15px 16px;
    gap: 10px;
  }

  .industrial-facility__content {
    gap: 16px;
  }

  .review-slider-block {
    margin-top: 32px !important;
  }

  .videoReviewSlider__item {
    width: 256px !important;
  }

  .videoReviewSlider__item img {
    width: 256px !important;
    height: 146px;
  }

  .videoReviewSlider__title {
    font-size: 12px;
    line-height: 150%;
  }

  .other-reviews__wrapper {
    display: flex;
  }

  .other-reviews__item {
    padding: 30px 22px;
    min-width: 256px;
    box-shadow: 0px 39.4971px 60.7086px rgba(224, 232, 232, 0.59);
  }

  .other-reviews__scroll {
    overflow-x: scroll;
    padding-bottom: 20px;
  }

  .other-reviews__logo {
    width: 105px;
    height: 30px;
  }

  .leave-review__title {
    font-size: 28px;
  }

  .we-can-offer__item {
    min-width: 40%;
  }

  .special-offers__wrapper {
    display: flex;
    align-items: stretch;
    gap: 16px;
    overflow-x: scroll;
  }

  .special-offers-item {
    max-width: 40%;
  }

  .first-installment {
    overflow: hidden;
  }

  .first-installment__title {
    font-size: 32px;
  }

  .first-installment__subtitle {
    font-size: 24px;
  }

  .why-contact__title {
    font-size: 14px;
  }

  .why-contact__title-block {
    gap: 16px;
  }

  .why-contact__description {
    font-size: 12px;
  }

  .why-contact-type2__wrapper {
    gap: 40px 30px;
    max-width: 100%;
    overflow: hidden;
  }

  .why-contact-type2__title {
    font-size: 14px;
  }

  .why-contact-type2__title-block {
    gap: 16px;
  }

  .why-contact-type2__icon {
    width: 25px;
    height: 25px;
  }

  .icon-block {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .gallery-works .title-with-link h2 {
    margin-right: 70px;
  }

  .gallerySlider__wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallerySlider__slide:nth-child(1) {
    order: 1;
  }

  .gallerySlider__slide:nth-child(2) {
    order: 2;
  }

  .gallerySlider__slide:nth-child(3) {
    order: 5;
  }

  .gallerySlider__slide:nth-child(4) {
    order: 3;
  }

  .gallerySlider__slide:nth-child(5) {
    order: 4;
  }

  .gallerySlider__slide:nth-child(6) {
    order: 6;
  }

  .gallerySlider__slide:nth-child(7) {
    order: 7;
  }

  .gallerySlider__slide:nth-child(8) {
    order: 8;
  }

  .gallerySlider__slide:nth-child(9) {
    order: 9;
  }

  .gallerySlider__slide:nth-child(10) {
    order: 10;
  }

  .faq__wrapper {
    grid-template-columns: 1fr;
  }

  .customerTestimonialsSlider__name {
    grid-column: span 2/span 2;
    height: auto;
  }

  .customerTestimonialsSlider__contract {
    grid-column: span 2/span 2;
    display: flex;
    justify-content: start;
  }

  .technical-documents-slider__item {
    padding: 16px;
    height: 192px;
    width: 288px !important;
  }

  .grid-6-max-items-with-img__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .divisional-lighting-widget__item {
    flex-direction: column;
  }

  .divisional-lighting-widget__img-block {
    display: none;
  }

  .divisional-lighting-widget__hidden {
    display: block;
  }

  .doors-widget__content {
    padding: 16px;
  }

  .doors-widget__btn-container {
    display: block;
  }

  .doors-widget__btn-container .btn {
    margin-top: 16px !important;
  }

  .doors-widget__title {
    font-size: 16px;
    line-height: 150%;
  }

  .doors-widget__descriptions {
    font-size: 12px;
    line-height: 160%;
  }

  .doors-widget__price-container {
    margin-top: 16px !important;
  }

  .doors-widget-6facts__wrapper {
    gap: 32px;
  }

  .doors-widget-6facts__title {
    width: 190px;
  }

  .doors-widget-6facts__title-block {
    gap: 16px;
  }

  .doors-widget-profiles__item {
    gap: 20px;
  }

  .doors-widget-profiles__description {
    font-size: 12px;
    line-height: 160%;
  }

  .balloon {
    width: 180px;
  }

  .balloon__label {
    font-size: 16px;
    line-height: 150%;
  }

  .balcony-widget-popular__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }

  .balcony-widget-popular__title {
    font-size: 1rem;
    max-width: 180px;
  }

  .balcony-widget-popular__title-block {
    gap: 16px;
  }

  .balcony-widget-popular__description {
    font-size: 0.75rem;
  }

  .balcony-widget-popular__icon {
    font-size: 1.125rem;
    width: 50px;
    height: 50px;
  }

  .balcony-finishing-room .price-list {
    flex-grow: 0;
  }

  .balcony-finishing-room__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 32px !important;
  }

  .balcony-finishing-room__item:first-child {
    position: relative;
    width: 100%;
  }

  .balcony-finishing-room__img {
    display: flex;
    width: 100%;
    height: 100%;
  }

  .balcony-finishing-room picture {
    flex: 1 0 auto;
  }

  .balcony-finishing-room img {
    width: 100%;
    height: 100%;
  }

  .balcony-finishing-room__hidden-item {
    display: block;
  }

  .price-list {
    padding-top: 0;
  }

  .price-list__item {
    padding: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }

  .price-list__btn-block {
    margin-top: 0;
  }

  .service-widget-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-widget-list__btn {
    margin-top: 32px;
    max-width: 400px;
  }

  .fl-list-widget {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ts-post-gallery__img {
    display: flex;
    height: 224.857px;
    width: 280px !important;
  }

  .company-mission__item {
    padding: 16px;
  }

  .company-mission__title-block {
    gap: 16px;
  }

  .company-mission__icon {
    width: 50px;
    height: 50px;
  }

  .company-mission__icon .icon {
    width: 21.429px;
    height: 21.429px;
  }

  .company-mission__title {
    font-size: 16px;
    line-height: 150%;
  }

  .company-mission__description {
    margin-top: 16px !important;
    font-size: 12px;
    line-height: 160%;
  }

  .ts-quotes-type1__content {
    font-size: 14px;
  }

  .company-benefits-facts__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-gallery__item {
    max-height: none;
  }

  .company-gallery__title {
    font-size: 16px;
    line-height: 150%;
  }

  .company-gallery__description {
    font-size: 12px;
    line-height: 160%;
  }

  .company-official-partner__wrapper {
    flex-direction: column;
  }

  .company-official-partner__content {
    width: 100%;
  }

  .img-block-with-title {
    width: 100%;
    height: 100%;
  }

  .director-block {
    flex-direction: column;
  }

  .director-block__img {
    width: 100%;
  }

  .director-block__description::before {
    width: 90px;
    height: 72px;
    top: -24px;
    right: 6px;
  }

  .director-block__description {
    margin-top: 32px !important;
  }

  .company-employee-slider .swiper-button {
    height: 50px;
    width: 50px;
  }

  .company-employee-slider .swiper-button-prev {
    left: -50px !important;
  }

  .company-employee-slider .title-with-link h3 {
    margin-right: 80px;
    font-size: 24px;
  }

  .company-certificate-slider .swiper-button {
    height: 50px;
    width: 50px;
  }

  .company-certificate-slider .swiper-button-prev {
    left: -50px !important;
  }

  .company-certificate-slider .title-with-link h2 {
    margin-right: 70px;
    font-size: 24px;
  }

  .price-demensions__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-facts-with-form__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-facts-with-form__item {
    padding: 30px 0;
    padding-right: 30px;
  }

  .price-facts-with-form__item:last-child {
    grid-column: 2 span;
    width: 60%;
  }

  .ts-list-type1__wrapper {
    grid-template-columns: 1fr;
  }

  .profile-zoom__wrapper {
    grid-template-columns: 3fr 2fr;
  }

  .our-works-map__block {
    grid-template-columns: auto;
  }

  .our-works-map__card {
    order: 1;
    grid-row: 2/6;
  }

  .our-works-map__bottom-left {
    order: 0;
  }

  .our-works-map__bottom-right {
    order: 2;
  }

  .our-cases-map {
    height: 400px;
    grid-column: 1/3;
  }

  .legal-information__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .legal-information__img {
    display: flex;
  }

  .legal-information__img picture {
    flex: 1 0 auto;
    max-width: 90%;
  }

  .form-order-block {
    padding: 32px 16px;
  }

  .form-order-block__form {
    width: 100%;
  }

  .form-order-block__btn {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 10px;
    width: 33.3333333333%;
  }

  .form-order-block .slider-form__item:first-child .form-order-block__input {
    width: 33.3333333333%;
  }

  .form-order-block__input {
    font-size: 14px;
    padding: 16px 10px 16px 16px;
    width: 33.3333333333%;
  }

  .online-payment-form__content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .online-payment-form__input-field {
    padding: 16px 10px;
  }

  .online-payment-form__breadcrumbs {
    font-size: 12px;
  }

  .window-module-type__title {
    font-size: 26px;
    line-height: 32px;
  }

  .window-module-type__block {
    grid-template-columns: 1fr;
  }

  .window-module-type__bottom {
    padding: 32px 16px;
  }

  .window-module-type__form::before {
    left: 30%;
    top: 5px;
    height: 42px;
  }

  .window-module-type__form {
    width: 100%;
  }

  .window-module-type__btn {
    font-size: 16px;
    line-height: 22px;
    padding: 16px 10px;
    width: 33.3333333333%;
  }

  .window-module-type__input:first-child {
    width: 33.3333333333%;
  }

  .window-module-type__input {
    font-size: 14px;
    padding: 16px 10px 16px 16px;
    width: 33.3333333333%;
  }

  .typical-houses-windows__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .typical-houses-windows__number {
    margin-bottom: 16px;
  }

  .typical-houses-windows__bottom {
    padding: 16px;
  }

  .typical-houses-windows__bottom-block {
    align-items: flex-start;
    flex-direction: column;
  }

  .typical-houses-windows__bottom-wrap {
    margin-bottom: 16px;
  }

  .windows {
    padding-bottom: 163px;
  }

  .windows__breadcrumbs {
    margin-bottom: 32px;
    flex-wrap: wrap;
  }

  .windows__block {
    position: relative;
    top: 163px;
    flex-direction: column;
  }

  .windows__left {
    margin-right: 0;
    margin-bottom: 32px;
  }

  .windows-right {
    max-width: none;
  }

  .windows-right__wrap {
    position: absolute;
    left: 0;
    top: -163px;
  }

  .windows-left__slider {
    max-width: 450px;
  }

  .windows .swiper-wrapper {
    max-width: 415px;
  }

  .window-profile-spec__block {
    padding-top: 450px;
  }

  .window-profile-spec-left__content::before {
    left: 0;
    top: -520px;
    width: 437px;
    height: 514px;
  }

  .window-profile-spec__title {
    font-size: 24px;
    line-height: 130%;
  }

  .window-profile-spec-left {
    margin-bottom: 32px;
    padding: 48px 100px 40px 30px;
    max-width: 100%;
  }

  .window-profile-spec-left__line {
    display: none;
  }

  .window-profile-spec-right {
    width: 100%;
  }

  .window-profile-after-specs-videos__items {
    height: 300px;
  }

  .our-works-map__block {
    grid-template-columns: auto;
  }

  .our-works-map__card {
    order: 1;
    grid-row: 2/6;
  }

  .our-works-map__bottom-left {
    order: 0;
  }

  .our-works-map__bottom-right {
    order: 2;
  }

  .our-cases-map {
    height: 400px;
    grid-column: 1/3;
  }

  .balcony-price-blocks__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .balcony-price-blocks__main-title {
    font-size: 1.75rem;
  }

  .balcony-finishing-banner {
    background-position: left;
    padding: 40px 0;
  }

  .balcony-finishing-banner__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
    height: auto;
  }

  .balcony-finishing-banner__left,
  .balcony-finishing-banner__right {
    display: grid;
    justify-content: center;
  }

  .balcony-finishing-banner__right {
    margin-top: 20px;
  }

  .balcony-finishing-banner__balloon-wrapper {
    display: grid;
    gap: 20px;
    justify-content: center;
  }

  .balcony-finishing-banner__form-block-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  .balcony-finishing-banner__form-block-item {
    width: 100%;
  }

  .balcony-finishing-banner__form-block-item:first-child {
    width: 100%;
  }

  .balcony-balloon_v2,
  .balcony-balloon_v3,
  .balcony-balloon_v4,
  .balcony-balloon_v5 {
    margin: 0;
  }

  .balcony-balloon_v1 {
    margin-top: 40px;
  }

  .balcony-balloon__item {
    justify-content: flex-start;
  }

  .ts-modal-quiz__button {
    width: 94px;
    height: 97px;
  }

  .thanks-block__item {
    padding-bottom: 3rem;
    z-index: 1;
  }

  .thanks-block__item-img {
    background-position: right top;
    background-size: contain;
  }

  .thanks-block__item-img_benefit {
    background-image: url(../img/blocks/spasibo/benefit_mobile.png);
  }

  .thanks-block__item-img_catalog {
    background-image: url(../img/blocks/spasibo/catalog_mobile.png);
  }

  .installment-plan {
    background-image: url(../img/blocks/installment-plan/bg1-mobile.svg);
  }

  .installment-plan__wrapper {
    flex-direction: column;
  }

  .installment-plan__content {
    width: 100%;
  }

  .installment-plan__card {
    right: unset;
    top: unset;
    max-width: inherit;
    position: relative;
    transform: unset;
  }

  .installment-plan .installment-plan__btn .btn {
    width: 100%;
    justify-content: center;
  }

  .glazing-types__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .window-supplies__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  h1,
  .ts-meta-h1 {
    font-size: 24px;
  }

  .top-menu {
    overflow-x: auto;
    gap: 40px;
  }

  .top-menu__item {
    white-space: nowrap;
  }

  .main-slider {
    height: 796px;
  }

  .main-slider__item {
    padding-top: 48px;
    align-items: unset;
  }

  .main-slider__subtitle {
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
  }

  .main-slider__price {
    font-size: 24px;
  }

  .main-slider__paginations {
    position: relative;
    bottom: 40px;
  }

  .top-header-mobile {
    display: block;
  }

  .social-block {
    flex-direction: column;
    gap: 4px;
    padding: 0 12px;
    border-left: 1px solid rgba(36, 36, 36, 0.1);
    border-right: 1px solid rgba(36, 36, 36, 0.1);
  }
}

@media (max-width: 650px) {
  .quiz__content {
    grid-template-columns: 1fr 1fr;
    gap: 50px 16px;
  }
}

@media (max-width: 600px) {
  .calc-filter-item {
    gap: 10px;
    flex-direction: column;
    max-height: none;
    align-items: flex-start;
  }

  .calc-filter-item__setting {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  .calc-additional {
    position: static;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }

  h2,
  .ts-meta-h2 {
    font-size: 18px;
  }

  h3,
  .ts-meta-h3 {
    font-size: 18px;
  }

  h4,
  .ts-meta-h4 {
    font-size: 14px;
  }

  .btn-lg {
    padding: 16px 60px;
  }

  .link__arrow {
    font-size: 12px;
  }

  .icon_70 {
    width: 50px;
    height: 50px;
  }

  .ts-swiper-navigation__green .swiper-button {
    width: 30px;
    height: 30px;
  }

  .ts-swiper-navigation__green .swiper-button::after {
    height: 7px;
    width: 5px;
    background-size: cover;
  }

  .ts-form-control {
    width: 100%;
    padding: 16px;
  }

  .separator-horizontal {
    margin: 10px 0;
  }

  .title-with-link {
    gap: 32px;
  }

  .title-with-link a {
    flex-shrink: 0;
  }

  .ts-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
  }

  .product-indicator__params {
    height: 50px;
  }

  .product-indicator__params-item-title {
    font-size: 6px;
  }

  .mt-20 {
    margin-top: 10px;
  }

  .mt-25 {
    margin-top: 16px;
  }

  .mt-30 {
    margin-top: 16px;
  }

  .mt-50 {
    margin-top: 32px;
  }

  .mt-60 {
    margin-top: 40px;
  }

  .mt-80 {
    margin-top: 32px;
  }

  .mb-40 {
    margin-bottom: 15px;
  }

  .mb-80 {
    margin-bottom: 48px;
  }

  .pt-6 {
    padding-top: 3rem;
  }

  .pt-80 {
    padding-top: 48px;
  }

  .py-80 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pb-80 {
    padding-bottom: 48px;
  }

  .ribbon {
    font-size: 12px;
  }

  .hide-mobile {
    display: none;
  }

  .footer-menu {
    gap: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .footer-menu .separator-horizontal {
    width: 100%;
    flex: 1 0 auto;
    display: block !important;
  }

  .footer-menu__block:nth-child(-n+3) .footer-menu__title {
    display: inline-block;
  }

  .footer-menu__block:nth-child(-n+3) .footer-menu__title::before {
    display: block;
  }

  .footer-menu__block:nth-child(-n+3) .footer-menu__content {
    visibility: hidden;
    height: 0;
    transition: visibility 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out;
  }

  .footer-part2__politics {
    margin-top: 32px !important;
  }

  .footer-part2__adress {
    margin-top: 16px !important;
  }

  .footer .middle-header {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer .middle-header .logo-description-block {
    flex-direction: column;
    gap: 35px;
    gap: 32px;
  }

  .footer .middle-header__item {
    width: auto;
  }

  .footer .middle-header__item .social-block__item {
    width: 24px;
    height: 24px;
  }

  .ts-slider-type .ts-subtitle {
    max-width: max-content;
  }

  .ts-slider-type {
    background-position: left bottom;
  }

  .ts-slider-type .gold-text {
    font-size: 34px;
  }

  .ts-slider-type__form {
    margin-top: 1rem;
  }

  .ts-slider-type__price,
  .ts-slider-type .main-slider__price {
    font-size: 0.875rem;
  }

  .top-header {
    padding: 12px 0;
  }

  .mobile-header .search {
    width: 100%;
  }

  .mobile-header .return-call {
    background: none;
    border: none;
  }

  .mobile-header__btns {
    align-self: stretch;
  }

  .mobile-header__btn:first-child {
    width: 55%;
  }

  .mobile-header__btn:last-child {
    width: 41%;
  }

  .info-block {
    padding: 30px 16px;
  }

  .info-block__title {
    font-size: 14px;
  }

  .info-block__description {
    font-size: 12px;
  }

  .window-class-filter {
    margin-bottom: 0;
  }

  .window-class-filter__title {
    font-size: 14px;
    line-height: 150%;
  }

  .window-class-filter__ribbon {
    right: -10px;
    top: -28px;
    transform: scale(0.6);
  }

  .class-filter {
    width: 100%;
  }

  .class-filter__button {
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    padding: 8px 13px;
  }

  .cart {
    margin: 32px 0 0 0;
  }

  .cart__title {
    font-size: 18px;
    line-height: 27px;
  }

  .product-description__title-block {
    flex-direction: column;
    gap: 8px;
  }

  .product-description__title-block .divider-v {
    display: none;
  }

  .product-description__title {
    font-size: 14px;
    line-height: 22px;
  }

  .product-description__size {
    font-size: 12px;
    line-height: 19px;
  }

  .cart-product {
    align-items: stretch;
  }

  .cart-product__image {
    width: 81px;
  }

  .cart-product__price {
    font-size: 20px;
    line-height: 32px;
  }

  .cart-product__price .ts-icon-close {
    position: relative;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cart-product__price .ts-icon-close::before {
    display: block;
  }

  .cart-product__price .btn {
    padding: 8px 24px;
  }

  .cart-product_green .cart-product__price {
    font-size: 10px;
    line-height: 15px;
  }

  .cart-product__white {
    padding: 32px 16px 15px 16px;
  }

  .product-total {
    display: flex;
    align-items: center;
  }

  .product-total__text {
    margin-right: 8px;
    font-size: 18px;
    line-height: 29px;
  }

  .product-total__price {
    font-size: 20px;
    line-height: 32px;
  }

  .total-params {
    gap: 18px;
  }

  .total-params__title {
    font-size: 10px;
    line-height: 14px;
  }

  .total-params__value {
    font-size: 14px;
    line-height: 22px;
  }

  .calc-block {
    margin: 0;
  }

  .calc-block .separator-horizontal.my-15 {
    margin: 24px 0 !important;
  }

  .calc-block__filter-item:first-child .calc-filter-item__title,
  .calc-block__filter-item:last-child .calc-filter-item__title {
    max-width: none;
  }

  .calc-filter-item__number {
    font-size: 12px;
    font-weight: 800;
    line-height: 19px;
    width: 29px;
    height: 27px;
  }

  .calc-filter-item__number-wrap {
    gap: 9px;
  }

  .calc-filter-item__title {
    font-size: 12px;
    line-height: 19px;
  }

  .calc-filter-item__setting-item::before {
    left: -10px;
    right: -10px;
    top: -15px;
    bottom: -10px;
  }

  .calc-filter-item__setting-item:not(:last-child) {
    margin-right: 22px;
  }

  .calc-nav-block {
    padding: 16px;
  }

  .calc-nav-block__title {
    border: none;
  }

  .calc-nav-block__price {
    font-size: 18px;
    line-height: 29px;
  }

  .calc-nav-block__buttons {
    gap: 4px;
    flex-direction: column;
    align-items: stretch;
  }

  .calc-nav-block__buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 50px;
    width: auto;
    font-size: 10px;
    line-height: 15px;
  }

  .free-measuring .swiper-slide {
    width: 70%;
  }

  .free-measuring__list {
    width: auto;
  }

  .window-selection__subtitle {
    font-size: 16px;
  }

  .quiz:nth-child(3) .quiz-check {
    bottom: -20px;
  }

  .quiz:nth-child(2) .quiz-check__checked,
  .quiz:nth-child(3) .quiz-check__checked {
    left: 8px;
    top: 6px;
  }

  .quiz:nth-child(7) .quiz__title {
    margin-top: 14px;
    font-size: 24px;
    line-height: 36px;
  }

  .quiz:nth-child(7) .ts-form-group .btn {
    padding: 14px 50px;
    font-size: 16px;
    line-height: 22px;
  }

  .quiz:nth-child(4) .quiz__content,
  .quiz:nth-child(5) .quiz__content,
  .quiz:nth-child(6) .quiz__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .quiz:nth-child(4) .quiz__title,
  .quiz:nth-child(5) .quiz__title,
  .quiz:nth-child(6) .quiz__title {
    font-size: 16px;
    line-height: 24px;
  }

  .quiz:nth-child(4) .quiz__item .quiz-check__block,
  .quiz:nth-child(5) .quiz__item .quiz-check__block,
  .quiz:nth-child(6) .quiz__item .quiz-check__block {
    width: 24px;
    height: 24px;
  }

  .quiz .ts-form-control {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }

  .quiz__title {
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .quiz__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .quiz__button {
    margin-top: 20px;
    padding: 14px 50px;
    font-size: 14px;
    line-height: 16px;
  }

  .quiz__content {
    margin-top: 20px !important;
  }

  .quiz__item .quiz-check {
    bottom: -18px;
  }

  .quiz__item .quiz-check__block {
    width: 40px;
    height: 40px;
  }

  .quiz__item .quiz-check__checked {
    width: 24px;
    height: 24px;
  }

  .quiz__item .quiz-check__checked::before {
    width: 24px;
    height: 24px;
  }

  .quiz__item .quiz-check__subtitle {
    bottom: -15px;
    font-size: 10px;
    line-height: 16px;
  }

  .quiz__img {
    height: 100%;
    width: auto;
  }

  .quiz .messendger-block__item {
    gap: 8px;
    padding: 6px 9px;
    font-size: 10px;
    line-height: 140%;
  }

  .ts-progress {
    margin-top: 12px !important;
    height: 8px;
  }

  .ts-progress__fill {
    height: 8px;
  }

  .quiz-info-block__title {
    margin-top: 0;
    padding: 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    max-width: 200px;
  }

  .quiz-info-block__middle {
    padding: 0 16px 16px 16px;
  }

  .quiz-info-block__sub-title {
    font-size: 12px;
    line-height: 17px;
  }

  .person-info__wrap {
    padding: 16px;
    gap: 10px;
  }

  .person-info__description {
    gap: 4px;
    font-size: 10px;
    line-height: 14px;
    width: 64%;
  }

  .person-info__position {
    font-size: 14px;
    line-height: 22px;
  }

  .person-info__avatar {
    height: 60.7px;
    width: 63.7px;
  }

  .download-catalog-block {
    padding: 48px 0;
    background-image: url(../img/blocks/download-catalog-block/download-catalog-block_sm.jpg);
    height: 100vh;
  }

  .download-catalog-block__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
  }

  .download-catalog-block__form {
    width: 100%;
  }

  .download-catalog-block__item {
    gap: 8px;
    padding: 6px 9px;
    font-size: 10px;
    line-height: 140%;
  }

  .messendger-block__item {
    padding: 5.7px 11.4px;
  }

  .our-benefits__grid {
    display: flex;
    gap: 10px;
    width: 100%;
    overflow-x: scroll;
    margin-top: 32px;
    padding-bottom: 20px;
  }

  .our-benefits__title {
    font-size: 14px;
  }

  .our-benefits__description {
    font-size: 12px;
  }

  .our-benefits__readmore {
    font-size: 14px;
  }

  .industrial-facility__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: unset;
  }

  .industrial-facility__img {
    max-height: 200px;
  }

  .industrial-facility__item:nth-child(5) .industrial-facility__img {
    max-height: 300px;
  }

  .benefits-certificate__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .benefits-certificate__img {
    order: 2;
  }

  .benefits-certificate__content {
    gap: 16px;
  }

  .benefits-certificate__subtitle {
    font-size: 12px;
  }

  .benefits-certificate__description {
    font-size: 14px;
  }

  .benefits-certificate__nav {
    gap: 20px;
  }

  .benefits-certificate__link {
    font-size: 12px;
    margin-right: 0;
    background-position: right 6px center;
  }

  .countdown-block {
    height: 90vh;
  }

  .countdown-block__content {
    margin-top: 50px;
  }

  .timer {
    max-width: 100%;
    justify-content: space-between;
  }

  .timer__item {
    width: 44px;
    height: 43px;
    font-size: 18px;
  }

  .cases-block__subtitle {
    font-size: 18px;
  }

  .cases-block__nav-block {
    margin: 32px 0 16px;
  }

  .ts-tab__item {
    padding: 16px;
  }

  .ts-tab__button-block {
    gap: 10px;
  }

  .casesSlider__item {
    flex-direction: column;
    gap: 32px;
  }

  .casesSlider__gallery {
    width: 100%;
  }

  .casesSlider__gallery-active {
    max-height: 144px;
  }

  .casesSlider__content {
    width: 100%;
  }

  .casesSlider__title {
    font-size: 14px;
  }

  .casesSlider__description {
    font-size: 12px;
  }

  .casesSlider__button-block {
    position: relative;
    display: block;
    width: 100%;
  }

  .other-reviews__item {
    height: 195px;
  }

  .other-reviews__stars {
    width: 78px;
    height: 11px;
  }

  .other-reviews__subtitle {
    font-size: 12px;
  }

  .other-reviews__logo {
    left: 22px;
    bottom: 30px;
  }

  .work-reviews__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 70px;
  }

  .leave-review__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 120%;
  }

  .block-top {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .block-top__input::placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .block-top__input {
    padding: 16px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 8px;
  }

  .block-top__textarea {
    height: 50px;
    padding: 16px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 8px;
  }

  .block-top__caption {
    margin-bottom: 8px;
    color: #231f20;
    font-size: 12px;
    line-height: 18px;
  }

  .block-bottom__left {
    align-items: flex-start;
    flex-direction: column;
  }

  .block-bottom__descr {
    margin-right: 0;
    margin-bottom: 15px;
    color: #231f20;
    font-size: 16px;
    line-height: 18px;
  }

  .block-bottom__btn {
    margin-bottom: 6px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 140%;
    border-radius: 8px;
  }

  .star-rating::before {
    width: 171.2px;
    height: 24px;
  }

  .star-rating__label::before {
    width: 27.2px;
    height: 24px;
  }

  .buy-slider-block__wrapper #buySlider {
    display: none;
  }

  .product-block_1__button-block {
    display: block;
  }

  .we-can-offer__item {
    min-width: 80%;
  }

  .special-offers-item {
    max-width: 90%;
  }

  .special-offers-item__img {
    height: 200px;
  }

  .special-offers-item__content {
    padding: 16px;
  }

  .special-offers-item__title {
    font-size: 16px;
    height: auto;
  }

  .special-offers-item__description {
    font-size: 12px;
  }

  .first-installment {
    background-image: url(../img/blocks/first-installment/first-installment_sm.jpg);
    height: 75vh;
  }

  .first-installment__title {
    font-size: 24px;
  }

  .first-installment__subtitle {
    font-size: 16px;
  }

  .first-installment__btn {
    display: block;
    width: 100%;
  }

  .first-installment__girl {
    display: none;
  }

  .why-contact__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 32px;
  }

  .why-contact-type2__wrapper {
    margin-top: 32px !important;
    gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .why-contact-type2__description {
    margin-top: 15px !important;
    font-size: 12px;
  }

  .gallery-works__wrapper {
    margin-top: 16px;
  }

  .gallery-works .title-with-link h2 {
    margin-right: 20px;
  }

  .gallery-works__swiper-button-block {
    top: 5px;
  }

  #gallerySlider .swiper-button-prev {
    left: -20px;
  }

  .gallerySlider__wrapper {
    width: 100%;
    display: flex;
    gap: 0;
  }

  .gallerySlider__slide:nth-child(1) {
    order: 1;
  }

  .gallerySlider__slide:nth-child(2) {
    order: 2;
  }

  .gallerySlider__slide:nth-child(3) {
    order: 3;
  }

  .gallerySlider__slide:nth-child(4) {
    order: 6;
  }

  .gallerySlider__slide:nth-child(5) {
    order: 7;
  }

  .gallerySlider__slide:nth-child(6) {
    order: 8;
  }

  .gallerySlider__slide:nth-child(7) {
    order: 4;
  }

  .gallerySlider__slide:nth-child(8) {
    order: 5;
  }

  .gallerySlider__slide:nth-child(9) {
    order: 9;
  }

  .gallerySlider__slide:nth-child(10) {
    order: 10;
  }

  .gallerySlider__slide {
    min-height: 340px;
  }

  .why-popular .ts-swiper-pagination {
    display: block;
    position: relative;
    right: unset;
    width: 100%;
    top: unset;
    bottom: unset;
    text-align: left;
  }

  .why-popular__nav-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    margin-top: 20px;
  }

  .why-popular .ts-swiper-navigation {
    position: relative;
    width: 66px;
    height: 32px;
    display: flex;
    justify-content: space-between;
  }

  .why-popular .ts-swiper-navigation .swiper-button {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    margin-top: 0;
  }

  .why-popular .ts-swiper-navigation .swiper-button-next {
    right: 0;
  }

  .why-popular .ts-swiper-navigation .swiper-button-prev {
    left: 0;
  }

  .slider-type-1__item {
    flex-direction: column;
    gap: 32px;
  }

  .slider-type-1__content {
    width: 100%;
  }

  .slider-type-1__title {
    font-size: 16px;
  }

  .slider-type-1__description {
    font-size: 12px;
  }

  .slider-type-1__img img {
    width: 100%;
    height: auto;
  }

  .faq__wrapper {
    grid-template-columns: 1fr;
  }

  .faq__item {
    background: none;
    box-shadow: none;
    padding: 0;
    height: auto;
  }

  .faq__title {
    font-size: 14px;
    line-height: 150%;
  }

  .faq__description {
    display: none;
    font-size: 12px;
    line-height: 160%;
  }

  .faq__button-block {
    display: none;
  }

  .faq__open-button {
    display: block;
    height: 30px;
    width: 30px;
    background-image: url(../img/ui/icons/open-button.svg);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .faq__item-open .faq__description {
    display: block;
  }

  .faq__item-open .faq__open-button {
    background-image: url(../img/ui/icons/close-button.svg);
  }

  .faq .title-with-link {
    flex-direction: row;
    align-items: center;
  }

  .newsSwiper__item {
    max-width: 80%;
  }

  .newsSwiper__content {
    padding: 16px;
  }

  .newsSwiper__date {
    font-size: 12px;
  }

  .newsSwiper__description {
    font-size: 12px;
  }

  .ts-news-page {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .ts-news-page .newsSwiper__item {
    max-width: 100%;
  }

  .interestingSlider__item {
    max-width: 90%;
  }

  .interestingSlider__content {
    padding: 16px;
  }

  .interestingSlider__description {
    font-size: 12px;
  }

  .customer-testimonials__wrapper_page {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .customer-testimonials__wrapper_page .customerTestimonialsSlider__item {
    max-width: fit-content;
  }

  .customerTestimonialsSlider__item {
    max-width: 90%;
  }

  .customerTestimonialsSlider__content {
    padding: 32px;
  }

  .customerTestimonialsSlider__params {
    gap: 16px;
  }

  .profiles-rehau__item {
    grid-template-columns: 1fr;
  }

  .profiles-rehau__description {
    padding: 0;
  }

  .balloon {
    border: none;
  }

  .balloon__label {
    font-size: 16px;
  }

  .feedback-type1 {
    display: flex;
    flex-direction: column;
    height: 80vh;
  }

  .feedback-type1__buttons {
    flex-direction: column;
  }

  .feedback-type1 .btn-feedback {
    display: block;
  }

  .compare-table__title {
    max-width: 180px;
  }

  .window-list-type2__img {
    width: 81px;
    height: 141px;
  }

  .window-list-type2__content {
    gap: 1rem;
  }

  .window-list-type2__item {
    padding: 1rem;
  }

  .window-list-type2 .separator-horizontal {
    margin: 10px 0;
  }

  .window-list-type2__title {
    font-size: 1rem;
  }

  .window-list-type2__price-block {
    gap: 10px;
    font-size: 0.625rem;
  }

  .window-list-type2__price {
    font-size: 1rem;
  }

  .window-list-type2__description {
    font-size: 0.625rem;
  }

  .window-list-type2 .btn {
    padding: 11px 24px;
  }

  .window-list-type2 .product-indicator__params {
    height: 40px;
    gap: 10px;
  }

  .window-list-type2 .product-indicator__params-item-title {
    font-size: 0.375rem;
    top: 10px;
  }

  .window-list-type2 .product-indicator__params-item {
    height: 3.622px;
  }

  .window-list-type2 .product-indicator__params-item-fill {
    height: 3.622px;
  }

  .windows-profile-description__wrapper {
    gap: 2rem;
  }

  .windows-profile-description__title {
    font-size: 1.125rem;
  }

  .windows-profile-description__img {
    width: 212px;
    height: 240px;
  }

  .windows-profile-description__price-block {
    gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .windows-profile-description .w-1_2 {
    width: 100%;
  }

  .windows-profile-description__buttons {
    width: 100%;
    gap: 0.625rem;
    display: flex;
    justify-content: space-between;
  }

  .windows-profile-description__buttons .btn {
    padding: 11px 20px;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .windows-profile-description__params {
    margin-top: 2rem !important;
  }

  .windows-profile-description__param {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .windows-profile-description__param-value {
    text-align: left;
  }

  .technical-documents-slider__title {
    margin-top: 1.25rem !important;
  }

  .technical-documents-slider__buttons-container {
    margin-top: 2.3125rem !important;
  }

  .grid-6-max-items-with-img__wrapper {
    grid-template-columns: 1fr;
  }

  .grid-6-max-items-with-img__item {
    padding: 32px;
  }

  .grid-6-max-items-with-img__img {
    width: 222px;
    height: 168px;
  }

  .grid-6-max-items-with-img__title {
    margin-top: 1rem !important;
  }

  .grid-6-max-items-with-img__description {
    margin-top: 0.625rem !important;
  }

  .divisional-lighting-widget__content {
    width: 100%;
  }

  .divisional-lighting-widget__hidden-img {
    width: 74%;
  }

  .divisional-lighting-widget__ribbon-video {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .divisional-lighting-widget__title {
    margin-top: 20px !important;
  }

  .divisional-lighting-widget__price-block {
    gap: 10px;
    width: 100%;
  }

  .divisional-lighting-widget__buttons {
    width: 100%;
  }

  .divisional-lighting-widget__buttons .btn {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .divisional-lighting-widget__params {
    margin-top: 32px !important;
  }

  .divisional-lighting-widget .w-1_2 {
    width: 100%;
  }

  .divisional-lighting-widget__benefits-block {
    margin-top: 32px !important;
    padding: 16px;
  }

  .doors-widget__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .doors-widget__btn-container .btn {
    font-size: 12px;
    line-height: 15.395px;
  }

  .doors-widget__price-container {
    font-size: 12px;
  }

  .doors-widget__price {
    font-size: 16px;
    line-height: 150%;
  }

  .doors-widget-6facts__wrapper {
    grid-template-columns: 1fr;
  }

  .doors-widget-6facts__title {
    width: 77%;
    font-size: 16px;
    line-height: 150%;
  }

  .doors-widget-6facts__description {
    margin-top: 10px !important;
    font-size: 12px;
    line-height: 160%;
  }

  .my-80 {
    margin: 48px 0;
  }

  .doors-widget-profiles .divider-v {
    display: none;
  }

  .doors-widget-profiles__list {
    gap: 32px;
  }

  .doors-widget-profiles__descr {
    font-size: 14px;
    line-height: 140%;
  }

  .doors-widget-profiles__item {
    flex-direction: column;
    gap: 15px;
  }

  .balloon {
    width: 100%;
    gap: 16px;
  }

  .balloon__data {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .balcony-price-tabs__item {
    padding: 16px;
  }

  .balcony-price-tabs__price-container {
    flex-direction: column;
  }

  .balcony-price-tabs__price-part {
    width: 100%;
  }

  .balcony-price-tabs__button-part {
    width: 100%;
  }

  .balcony-widget-popular__wrapper {
    margin-top: 32px !important;
    grid-template-columns: 1fr;
  }

  .balcony-widget-popular__title {
    max-width: none;
  }

  .balcony-widget-popular__subtitle {
    font-size: 0.875rem;
  }

  .price-list__btn-block {
    width: 100%;
  }

  .price-list__btn-block .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .price-list__price span {
    font-size: 0.625rem;
  }

  .balconies-finishing-pricing {
    overflow-x: scroll;
  }

  .service-widget-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .service-widget-list__item {
    padding: 16px;
  }

  .service-widget-list__title {
    margin-top: 10px;
  }

  .ts-post-gallery__img img {
    flex: 1 0 auto;
  }

  .company-mission {
    margin-top: 16px !important;
  }

  .company-mission__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ts-quotes-type1 {
    margin-top: 16px !important;
    gap: 16px;
  }

  .ts-quotes-type1__content {
    font-size: 12px;
    line-height: 160%;
  }

  .company-benefits-facts__wrapper {
    margin-top: 32px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .company-benefits-facts__line-block {
    display: none;
  }

  .company-benefits-facts__title {
    margin-top: 15px !important;
  }

  .company-gallery {
    margin-top: 32px !important;
  }

  .company-gallery__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .company-gallery__item:first-child {
    padding: 16px;
  }

  .company-gallery__item:nth-child(5) {
    padding: 16px;
  }

  .company-official-partner {
    margin-top: 32px !important;
  }

  .img-block-with-title__content-block {
    height: 283px;
  }

  .img-block-with-title__content {
    padding: 16px;
  }

  .company-list-block {
    gap: 32px;
  }

  .company-list-block__item .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .company-list-block__title-block {
    gap: 16px;
  }

  .company-list-block__description {
    margin-top: 15px !important;
    font-size: 12px;
  }

  .director-block {
    margin-top: 32px !important;
  }

  .director-block__wrapper {
    padding: 16px;
  }

  .director-block__btn-block .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .company-employee-slider .swiper {
    margin-top: 16px !important;
  }

  .company-employee-slider .ts-swiper-button-block-right {
    display: none;
  }

  .company-employee-slider .title-with-link {
    gap: 0;
  }

  .company-employee-slider .title-with-link h3 {
    margin-right: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .employee-card {
    height: 350px;
    width: 255px !important;
  }

  .company-certificate-slider .swiper {
    margin-top: 16px !important;
  }

  .company-certificate-slider .ts-swiper-button-block-right {
    display: none;
  }

  .company-certificate-slider .certificate-card {
    height: 360px;
    width: 255px !important;
  }

  .company-certificate-slider .title-with-link {
    gap: 0;
  }

  .company-certificate-slider .title-with-link h2 {
    gap: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 150%;
  }

  .price-demensions {
    padding: 0 16px;
  }

  .price-demensions__description {
    margin-top: 32px !important;
    font-size: 12px;
    line-height: 160%;
  }

  .price-demensions__wrapper {
    margin-top: 32px !important;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .price-facts-with-form {
    padding: 0 16px;
  }

  .price-facts-with-form__wrapper {
    margin-top: 32px !important;
    gap: 32px;
    display: flex;
    flex-direction: column;
  }

  .price-facts-with-form__item {
    padding: 0;
    padding-right: 0;
    border-top: none;
  }

  .price-facts-with-form__item:last-child {
    width: 100%;
  }

  .price-facts-with-form__icon .icon {
    width: 50px;
    height: 27.857px;
    background-size: cover;
  }

  .price-facts-with-form__title {
    font-size: 14px;
    line-height: 150%;
  }

  .price-facts-with-form .grid-form .btn {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 15.395px;
  }

  .ts-list-type1__wrapper {
    margin-top: 32px !important;
    grid-template-columns: 1fr;
  }

  .ts-list-type1__item {
    padding: 32px 16px;
  }

  .ts-list-type1__title {
    font-size: 14px;
    line-height: 150%;
    max-width: 90%;
  }

  .ts-list-type1__description {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 160%;
    display: block;
  }

  .ts-list-type1__description ul {
    padding-left: 20px;
  }

  .profile-zoom__wrapper {
    display: flex;
    flex-direction: column;
  }

  .profile-zoom__item {
    gap: 16px;
  }

  .profile-zoom__item:first-child {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  .profile-zoom__item {
    width: 100%;
    flex-direction: row;
  }

  .profile-zoom__img {
    width: 47%;
    height: auto;
  }

  .window-colorize__wrapper {
    flex-direction: column;
  }

  .our-works-map__breadcrumbs {
    margin-bottom: 20px;
  }

  .our-works-map__title {
    margin-bottom: 0;
    font-size: 1.125rem;
  }

  .our-works-map__btns {
    margin-bottom: 0;
  }

  .our-works-map__block {
    grid-template-columns: 1fr 2fr;
    gap: 16px;
  }

  .our-works-map__img-wrap {
    width: 50px;
    height: 50px;
  }

  .our-works-map__card-img {
    padding: 10px;
  }

  .our-works-map__card-descr {
    font-size: 0.875rem;
    line-height: 160%;
  }

  .our-works-map__card-date {
    font-size: 1.5rem;
    line-height: 150%;
  }

  .our-works-map__bottom-descr {
    font-size: 0.75rem;
    line-height: 150%;
  }

  .our-works-map__bottom-btn {
    height: 40px;
    padding: 12px 12px;
  }

  .our-works-map__subtitle {
    font-size: 1rem;
    line-height: 150%;
  }

  .our-cases-map {
    height: 300px;
  }

  .balloon-map {
    max-width: 250px;
  }

  .balloon-map__content {
    padding: 12px 15px;
  }

  .balloon-map__title {
    font-size: 11px;
  }

  .balloon-map__address {
    font-size: 9px;
  }

  .legal-information__wrapper {
    margin-top: 32px !important;
  }

  .legal-information__title {
    font-size: 1rem;
  }

  .legal-information__description {
    font-size: 0.875rem;
  }

  .legal-information__img picture {
    max-width: 100%;
  }

  .ts-list-type3__title {
    font-size: 14px;
  }

  .form-order-block-title {
    font-size: 18px;
    line-height: 27px;
  }

  .form-order-block-descr {
    font-size: 14px;
    line-height: 22px;
  }

  .form-order-block__form {
    margin-bottom: 12px;
  }

  .form-order-block__form {
    flex-direction: column;
  }

  .form-order-block__btn {
    border-radius: 10px;
    width: 100%;
  }

  .form-order-block .slider-form__item:first-child .form-order-block__input {
    margin-bottom: 8px;
    border-radius: 10px;
    width: 100%;
  }

  .form-order-block__input {
    margin-bottom: 16px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }

  .window-module-type__title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
  }

  .window-module-type__descr {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 22px;
  }

  .window-module-type__block {
    margin-bottom: 22px;
  }

  .window-module-type__left {
    flex-direction: column;
  }

  .window-module-type__left-descr {
    font-size: 14px;
    line-height: 22px;
  }

  .window-module-type__left-text {
    font-size: 14px;
    line-height: 22px;
  }

  .window-module-type__img {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .window-module-type__proportions-descr {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .window-module-type__proportions {
    font-size: 14px;
    line-height: 22px;
  }

  .window-module-type__item:last-child .window-module-type__price-descr {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 24px;
  }

  .window-module-type__item:last-child .window-module-type__price {
    font-size: 24px;
    line-height: 36px;
  }

  .window-module-type__bottom-title {
    font-size: 18px;
    line-height: 27px;
  }

  .window-module-type__bottom-descr {
    font-size: 14px;
    line-height: 22px;
  }

  .window-module-type__form {
    margin-bottom: 12px;
  }

  .window-module-type__form::before {
    display: none;
  }

  .window-module-type__form {
    flex-direction: column;
  }

  .window-module-type__btn {
    border-radius: 10px;
    width: 100%;
  }

  .window-module-type__input:first-child {
    margin-bottom: 8px;
    border-radius: 10px;
    width: 100%;
  }

  .window-module-type__input {
    margin-bottom: 16px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
  }

  .advantages-window-module__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }

  .typical-houses-description__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .typical-houses-description__img {
    height: auto;
  }

  .typical-houses-windows__item {
    padding: 15px 20px;
  }

  .typical-houses-windows {
    padding: 32px 16px;
  }

  .typical-houses-windows__number {
    font-size: 18px;
    line-height: 25px;
  }

  .typical-houses-windows__title {
    font-size: 18px;
    line-height: 22px;
  }

  .typical-houses-windows__block {
    padding-right: 0;
    flex-direction: column;
    justify-content: center;
  }

  .typical-houses-windows__block-item {
    flex-basis: unset;
    max-width: unset;
  }

  .typical-houses-windows__bottom-block {
    margin-bottom: 16px;
  }

  .typical-houses-windows__price-descr {
    margin-bottom: 2px;
    max-width: none;
    font-size: 10px;
    line-height: 14px;
  }

  .typical-houses-windows__price {
    font-size: 32px;
    line-height: 48px;
  }

  .typical-houses-windows__key-descr {
    margin-bottom: 2px;
    max-width: none;
    font-size: 10px;
    line-height: 14px;
  }

  .typical-houses-windows__btn {
    padding: 14px 43px;
    width: 100%;
  }

  .glazing-unit__item {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .glazing-unit__description {
    font-size: 14px;
  }

  .glazing-unit__footer {
    flex-direction: column;
    align-items: inherit;
    gap: 15px;
  }

  .glazing-unit__price {
    margin-top: 20px;
  }

  .glazing-unit__price span {
    font-size: 20px;
    display: inline-block;
  }

  .windows-left__img {
    margin-bottom: 16px;
  }

  .windows-right__title {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 140%;
  }

  .windows-right__list {
    margin-bottom: 0;
  }

  .windows-right__info-right {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 16px;
  }

  .windows-right__btn {
    padding: 14px 14px;
    width: 48%;
  }

  .windows-right__btn:not(:last-child) {
    margin-right: 0;
  }

  .windows-right__descr {
    margin-bottom: 16px;
  }

  .windows-right__descr-bottom {
    margin-bottom: 32px;
  }

  .windows-right__places {
    margin-bottom: 16px;
  }

  .windows-right__article {
    padding: 16px;
  }

  .windows .swiper-slide__img img {
    border-radius: 2.675px;
  }

  .breadcrumbs__item:not(:last-child) {
    margin-right: 20px;
  }

  .breadcrumbs__item:not(:last-child)::after {
    right: -10px;
  }

  .breadcrumbs__link {
    font-size: 12px;
    line-height: 160%;
  }

  .window-profile-spec__block {
    padding-top: 260px;
  }

  .window-profile-spec-left__content::before {
    left: -20px;
    top: -340px;
    width: 288px;
    height: 334px;
  }

  .window-profile-spec__title {
    font-size: 18px;
    line-height: 120%;
  }

  .window-profile-spec-left {
    padding: 48px 16px 16px 16px;
  }

  .window-profile-spec-left__descr {
    font-size: 12px;
    line-height: 160%;
  }

  .window-profile-spec-left__distinct {
    font-size: 14px;
  }

  .window-profile-spec-left__item,
  .window-profile-spec-left__descr li {
    font-size: 12px;
    line-height: 160%;
  }

  .window-profile-spec-right__descr-bottom {
    margin-bottom: 24px;
  }

  .window-profile-spec-right__btn {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
  }

  .window-profile-after-specs__description {
    padding: 50px 0;
    width: 100%;
  }

  .window-profile-after-specs-videos__wrapper {
    margin-top: 32px !important;
    gap: 32px;
  }

  .window-profile-after-specs-videos__items {
    height: 240px;
  }

  .our-works-map__breadcrumbs {
    margin-bottom: 20px;
  }

  .our-works-map__title {
    margin-bottom: 0;
    font-size: 1.125rem;
  }

  .our-works-map__btns {
    margin-bottom: 0;
  }

  .our-works-map__block {
    grid-template-columns: 1fr 2fr;
    gap: 16px;
  }

  .our-works-map__img-wrap {
    width: 50px;
    height: 50px;
  }

  .our-works-map__card-img {
    padding: 10px;
  }

  .our-works-map__card-descr {
    font-size: 0.875rem;
    line-height: 160%;
  }

  .our-works-map__card-date {
    font-size: 1.5rem;
    line-height: 150%;
  }

  .our-works-map__bottom-descr {
    font-size: 0.75rem;
    line-height: 150%;
  }

  .our-works-map__bottom-btn {
    height: 40px;
    padding: 12px 12px;
  }

  .our-works-map__subtitle {
    font-size: 1rem;
    line-height: 150%;
  }

  .our-cases-map {
    height: 300px;
  }

  .balloon-map {
    max-width: 250px;
  }

  .balloon-map__content {
    padding: 12px 15px;
  }

  .balloon-map__title {
    font-size: 11px;
  }

  .balloon-map__address {
    font-size: 9px;
  }

  .container-balcony-price-blocks {
    padding: 48px 0 8px 0;
  }

  .balcony-price-blocks__wrapper {
    display: flex;
    overflow-x: scroll;
  }

  .balcony-price-blocks__main-title {
    margin-bottom: 0;
    padding: 0 16px;
    font-size: 1.125rem;
  }

  .balcony-price-blocks__item {
    margin: 32px 0 40px 0;
    width: 254px;
  }

  .balcony-price-blocks__item:first-child {
    margin-left: 16px;
  }

  .balcony-price-blocks__item:last-child {
    margin-right: 16px;
  }

  .balcony-price-blocks__head,
  .balcony-price-blocks__middle,
  .balcony-price-blocks__bottom {
    width: 214px;
  }

  .balcony-price-blocks__head {
    padding-bottom: 0.5rem;
  }

  .balcony-price-blocks__img {
    margin-bottom: 0.5rem;
  }

  .balcony-price-blocks__title {
    font-size: 0.875rem;
    height: 68px;
  }

  .balcony-price-blocks__middle {
    padding: 0.5rem 0;
  }

  .balcony-price-blocks__bottom {
    padding-top: 0.5rem;
  }

  .balcony-price-blocks__btn {
    padding: 8px 40px;
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }

  .search-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .ts-modal-quiz__wrapper {
    max-width: 90%;
    padding: 16px;
    height: auto;
  }

  .ts-modal-quiz__info-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }

  .ts-modal-quiz__progress {
    transform: scale(1.5);
    margin-top: 25px;
  }

  .question-number-4 .ts-modal-quiz__progress {
    margin-top: 0;
  }

  .ts-modal-quiz__submit {
    width: 100%;
    margin-top: 20px;
  }

  .ts-modal-quiz__form {
    width: 100%;
    margin-top: 35px;
  }

  .ts-modal-quiz__form input[type=text] {
    width: 100%;
    padding: 15px 16px;
    height: auto;
  }

  .ts-modal-quiz__agreement-block {
    align-items: baseline;
  }
}

@media screen and (max-width: 568px) {
  .typical-houses-grid .grid-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media (max-width: 450px) {
  .windows-left__slider {
    max-width: 202px;
  }

  .windows .swiper-wrapper {
    max-width: 202px;
  }

  .windows .swiper-slide__img {
    width: 55.732px;
    height: 70px;
  }

  .window-profile-after-specs-videos__items {
    height: 200px;
  }
}

@media (max-width: 400px) {
  .gallerySlider__slide {
    min-height: 291px;
  }

  .window-profile-spec-right__item-text {
    max-width: 160px;
  }

  .window-profile-after-specs-videos__items {
    height: 162px;
  }
}

@media (max-width: 380px) {
  #gallerySlider .swiper-button-prev {
    left: -40px;
  }
}

@media (max-width: 340px) {
  .industrial-facility__img {
    max-height: 107px;
  }

  .industrial-facility__item:nth-child(5) .industrial-facility__img {
    max-height: 162px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ts-slider-type__form .slider-form__name {
    border-right: 1px solid rgba(35, 31, 32, 0.1);
  }

  .ts-slider-type__form .slider-form__name .ts-form-control {
    border-radius: 10px 0 0 10px;
  }

  .ts-slider-type__form .slider-form__phone .ts-form-control {
    border-radius: 0;
  }

  .ts-slider-type__form .slider-form__button {
    padding: 0 46px;
  }
}

@media mobile {
  .price-window-menu .swiper-pagination-bullets {
    display: block;
    overflow-x: auto;
    padding-top: 15px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
