@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-type5 {
  background-image: url(../img/blocks/sliders/type_5.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.text-block__wrapper {
  margin-top: 40px;
}

.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%;
}

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

.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);
}

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

.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%;
}

.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);
}

.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);
}

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

.aksii_new .special-offers-item__img{
      width: 100%;
}

.aksii_new .special-offers-item__img img{
  width: 100%;
  object-fit: cover;
}

.aksii_new .ribbon{
  display: none;
}

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

@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-right {
    width: 100%;
    padding-left: 16px;
  }

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

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

  .grid-6-max-items-with-img__item {
    padding: 20px;
  }

  .grid-6-max-items-with-img__title {
    font-size: 1rem;
  }

  .ts-post-gallery__img {
    height: 230px;
  }

  .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%;
  }

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

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

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

  .grid-6-max-items-with-img__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ts-post-gallery__img {
    display: flex;
    height: 224.857px;
    width: 280px !important;
  }

  .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%;
  }

  .balcony-price-blocks__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .balcony-price-blocks__main-title {
    font-size: 1.75rem;
  }

  .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);
  }
}

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

  .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%;
  }

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

  .ts-post-gallery__img img {
    flex: 1 0 auto;
  }

  .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%;
  }

  .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;
  }
}
/*# sourceMappingURL=maps/main.css.map */
