

/* Start:/bitrix/templates/.default/css/jquery.fancybox.css?17014375434873*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
	   -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
	position: relative;
	behavior: url(/bitrix/templates/.default/css/PIE.htc);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
/*	background-image: url('/bitrix/templates/.default/css/fancybox_sprite.png');       */
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/.default/css/../i/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 31px;
	height: 31px;
	cursor: pointer;
	z-index: 8040;
	background: url("/bitrix/templates/.default/css/../i/pop_up_close.png") 0 0 no-repeat;
	background-size:31px 31px;
}
@media (-Webkit-min-device-pixel-ratio: 1.5),(-moz-min-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 3/2),(min-device-pixel-ratio: 1.5) {
	.fancybox-close {
		background-image: url('/upload/iblock/001/akar-icons_cross.svg');
		height: 38px;
		width: 38px;
		background-color: #E0E0E0;
		border-radius: 50%;
		background-position: center;
		background-size: 17px 17px;
	}
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/.default/css/../i/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/.default/css/../i/pop_up_overlay.png') left top repeat;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}

.fancybox-margin{
	margin:0 !important;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}























/* End */


/* Start:/local/templates/2017/slick/slick.css?16740524511776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/2017/css/main.min.css?1747732700265262*/
@charset 'UTF-8';

:root {
  --color-text: #2e2d2e;
  --color-main: #0265c2;
  --color-accent: #a80055;
  --color-border: #eee;
  --color-light-gray: #f5f7f8;
  --font-family: "Inter", sans-serif;
  --brs6: 0.6rem;
  --mainGap: 20px;
  --indentBlocks: 4.8rem;
  --heroMinCol: calc(100% / 5 - 3 / 4 * var(--mainGap));
  --heroMaxCol: calc((100% - var(--heroMinCol) - 3 / 4 * var(--mainGap)) / 3);
}

#preloader {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.visible {
  visibility: visible;
  -webkit-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  transition: opacity 2s linear;
  opacity: 1;
}

.hidden {
  visibility: hidden;
  -webkit-transition: visibility 0s 2s, opacity 2s linear;
  -o-transition: visibility 0s 2s, opacity 2s linear;
  transition: visibility 0s 2s, opacity 2s linear;
  opacity: 0;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  border-bottom: none !important;
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

.margin-top-35 {
  margin-top: 35px;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid silver;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.btn-new {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 240px;
  padding: 12px 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s, color 0.25s,
    -webkit-transform 0.25s;
  transition: background-color 0.25s, color 0.25s, -webkit-transform 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, transform 0.25s;
  transition: background-color 0.25s, color 0.25s, transform 0.25s;
  transition: background-color 0.25s, color 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid var(--color-accent);
  border-radius: 3px;
  background-color: var(--color-accent);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.btn-new.btn-new-light {
  color: var(--color-text);
  background-color: #fff;
}

.our-works-link {
  margin: 0;
  cursor: pointer;
}

.btn-new:focus,
.btn-new:hover:not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-new:disabled {
  opacity: 0.4;
}

.btn__icon {
  color: var(--color-text);
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.btn-new-arrow {
  display: inline-block;
  width: 150px;
  height: 48px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  color: #fff;
  border: none;
  background-color: #2c2c2c;
  background-image: url(/img/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 16px;
}

.btn-new-arrow:hover {
  background-color: #ff7043;
}

html {
  font-size: 10px;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: auto;
}

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

body {
  font-family: var(--font-family), sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 32rem;
  min-height: 100vh;
  word-wrap: break-word;
  color: var(--color-text);
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px !important;
  }
}

body.toggle {
  overflow-y: hidden;
}

.visually-hidden {
  position: fixed;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.container-new li {
  margin: 0;
}

.container-new {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 3rem;
}

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

a:not([class]) {
  text-decoration: underline;
  color: var(--color-text);
}

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

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

ul:not([class]) {
  padding-left: 2.2rem;
}

ul:not([class]) li {
  position: relative;
  margin-bottom: 0.5rem;
}

ul:not([class]) li:before {
  position: absolute;
  top: 0.8rem;
  left: -1.5rem;
  width: 0.6rem;
  height: 0.6rem;
  content: "";
  border-radius: 50%;
  background-color: var(--color-text);
}

.hidden {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.main {
  position: relative;
  z-index: 16;
}

.content h1 {
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  margin-bottom: 15px;
}

.content.content h3 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #000;
}

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

@media screen and (max-width: 768px) {
  .content.content h3 {
    margin-top: 24px;
    font-size: 16px;
  }
}

.section-header,
h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 35px;
}

h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}

.section-header__sub-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.16;
  margin-top: 0;
  margin-bottom: 1rem;
}

.montaj-price__min-title h3 {
  margin-bottom: 16px;
}

h3:not([class]) {
  font-family: Raleway, sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.18;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

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

.show-text {
  display: none;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  padding: 0;
  text-decoration: underline;
  color: var(--color-main);
  border: none;
  background-color: transparent;
}

.index .info {
  padding: 2.5rem;
  background-color: #fff9c4;
}

.index .index a {
  text-decoration: underline;
  color: #06c;
}

.indent {
  margin-bottom: 70px;
}

.burger__menu-btn-new {
  position: relative;
  min-height: 40px;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.burger__menu-btn-new span {
  position: absolute;
  z-index: 25;
  top: 50%;
  left: 20px;
  display: block;
  width: 12px;
  height: 2px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-color: var(--color-white);
}

.burger__menu-btn-new span::after,
.burger__menu-btn-new span::before {
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: var(--color-white);
}

.burger__menu-btn-new span::before {
  -webkit-transform: translateY(7px);
  -ms-transform: translateY(7px);
  transform: translateY(7px);
}

.burger__menu-btn-new span::after {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.burger__menu-btn-new.toggle span {
  width: 0;
}

.burger__menu-btn-new.toggle span::before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.burger__menu-btn-new.toggle span::after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}

.header-top {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f7f7f7;
}

.header-top .container-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__menu {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.top-menu__link {
  font-size: 14px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.top-menu__link:hover {
  color: var(--color-accent);
}

.header-top__logo {
  position: absolute;
  left: 50%;
  width: 72px;
  height: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-info__schedule {
  font-size: 13px;
  position: relative;
  padding-right: 16px;
  color: #828282;
}

.top-info__schedule::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e0e0e0;
}

.top-info__phone {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  color: #2e2d2e;
}

.top-info__phone:hover {
  color: var(--color-accent);
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-bottom .container-new {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom .header-bottom__calc {
  padding-right: 25px;
  padding-left: 25px;
}

.header-bottom__logo {
  font-size: 11px;
  line-height: 1.1;
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: #77787a;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.header-bottom__logo .logo-pc {
  width: auto;
  height: 48px;
}

.header-bottom__logo .logo-mob {
  display: none;
}

.header-bottom__logo span {
  display: none;
}

.hb-btns {
  display: none;
  gap: 28px;
}

.hb-btns__item {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 4px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hb-btns__item.toggle {
  color: var(--color-accent);
  background-color: #fff;
}

.hb-btns__item svg {
  width: auto;
  height: 22px;
}

.nav {
  padding-top: 19px;
  padding-bottom: 19px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.nav-menu > .nav-menu__item > a {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
}

.nav-menu > .nav-menu__item:hover > a {
  -webkit-box-shadow: inset 0 -5px 0 #a80055;
  box-shadow: inset 0 -5px 0 #a80055;
}

.nav-menu > .nav-menu__item:last-child .nav-menu__submenu {
  right: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-rule: 1px solid #a80055;
  -moz-column-rule: 1px solid #a80055;
  column-rule: 1px solid #a80055;
}

.nav-menu__submenu > .nav-menu__item a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu__submenu .nav-menu__link {
  font-weight: 400;
  display: block;
  min-width: 250px;
  max-width: 300px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.nav-menu__submenu .nav-menu__link:hover {
  background-color: rgba(168, 0, 85, 0.15);
}

.banner-fw {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 660px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-fw .container-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.banner-bg__mob {
  display: none;
}

.banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 693px;
  gap: 25px;
}

.banner-text__title {
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
  background-color: #ffffffcc;
  padding: 20px 40px;
  backdrop-filter: blur(4px);
}

.banner-text__title span {
  color: var(--color-accent);
}

.banner-text__wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
}

.banner-text__descr {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  gap: 15px;
  background-color: #ffffffcc;
  padding: 20px 40px;
  backdrop-filter: blur(4px);
}

.banner-text__descr li {
  position: relative;
  padding-left: 38px;
  margin: 0;
}

/* .banner-text__descr li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/icons/item.svg);
  background-size: cover;
} */
.banner-box {
  width: 100%;
  max-width: 377px;
  padding: 25px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.banner-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.banner-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0;
}

.banner-box__title .label {
  padding: 2px 8px;
  color: #fff;
  border-radius: 3px;
  background-color: var(--color-accent);
}

.banner-box__title .mobile {
  display: none;
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

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

.timer-col__number {
  font-size: 55px;
  line-height: normal;
}

.timer-col__text {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: -5px;
  color: #828282;
}

.timer-separator {
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
}

.banner-box__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

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

.form .input-wrapper {
  position: relative;
  width: 100%;
}

.form .input-wrapper.agreement {
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
}

.form .input-wrapper.agreement .just-validate-error-label {
  width: 100%;
}

.form input {
  font-family: Inter, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  padding: 13px 18px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  background-color: #fff;
}

.form textarea {
  width: 100%;
  min-height: 130px;
  margin-bottom: 15px;
  padding: 21px 23px;
  resize: vertical;
  border: none;
  background-color: #f2f2f2;
}

.form .agreement,
.form input[type="checkbox"] {
  position: relative;
  top: 1px;
  width: auto;
  margin-right: 8px;
  margin-bottom: auto;
}

.form input[type="submit"] {
  text-align: center;
  border: none;
  background-color: var(--color-accent);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-form__btn {
  text-align: center;
  border: none;
  background-color: var(--color-accent);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 18px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.form-input-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.form-input-box input {
  margin-bottom: 0;
}

.form__title {
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 23px;
}

.form__btn {
  font-family: Inter, sans-serif;
  margin-top: 0;
  padding: 21px 70px;
}

.agreement__label {
  font-size: 14px;
  position: relative;
}

.just-validate-error-label {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 2px;
  left: auto;
  display: inline-block;
  margin-top: -10px;
  padding: 2px 10px;
  border-radius: 4px;
  background-color: #fff;
}

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

.form__columns .input-wrapper {
  -ms-flex-preferred-size: calc(50% - 7.5px);
  flex-basis: calc(50% - 7.5px);
}

.registration__form .btn-new {
  margin-top: 25px;
}

.form .just-validate-error-field {
  border: 1px solid #b81111 !important;
}

.feedback__form {
  padding: 40px 40px 60px;
  background-color: #f2f2f2;
}

.feedback__form input,
.feedback__form textarea {
  background-color: #fff;
}

.advantages-v1__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.adv1-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  gap: 10px;
}

.adv1-item:not(:last-child)::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background-color: #e0e0e0;
}

.adv1-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.adv1-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #f5f7f8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adv1-item__icon img {
  width: auto;
  height: 30px;
}

.adv1-item__title {
  font-weight: 600;
  line-height: normal;
  display: block;
}

.adv1-item__descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  color: #4f4f4f;
}

.manufacturers-price {
  position: relative;
}

.manufacturers-price .container-new {
  overflow: hidden;
  padding: 15px;
  background-image: url(/img/manufacturers-price/bg.jpg);
  background-position: center;
  background-size: cover;
}

.manufacturers-price .container-new .section-header {
  margin-bottom: 15px;
}

.manufacturers-price__box {
  max-width: 468px;
  padding: 42px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.manufacturers-price__descr {
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 34px;
}

.manufacturers-price__value-pc {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 27%;
  left: 56%;
  width: 210px;
  margin: 0;
  padding: 17px 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(69, 69, 69, 0.25);
  box-shadow: 0 4px 4px 0 rgba(69, 69, 69, 0.25);
}

.manufacturers-price__value-pc span {
  font-size: 24px;
}

.manufacturers-price__value-pc::before {
  position: absolute;
  top: 50%;
  left: -37px;
  width: 37px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(69, 69, 69, 0.25);
  box-shadow: 0 4px 4px 0 rgba(69, 69, 69, 0.25);
}

.manufacturers-price__value-pc::after {
  position: absolute;
  top: 50%;
  left: -44px;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(69, 69, 69, 0.25);
  box-shadow: 0 4px 4px 0 rgba(69, 69, 69, 0.25);
}

.manufacturers-price__value-mob {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: none;
}

.manufacturers-price__value-mob span {
  font-size: 20px;
}

.systems-rehau .systems-rehau__wrapper {
  overflow-x: initial;
}

.systems-rehau__slider .sr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: initial;
}

.systems-rehau__wrapper {
  margin-top: 80px;
  padding-bottom: 15px;
}

.sr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 40px;
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  border-radius: 3px;
  background-color: #f5f7f8;
}

.sr-item__img {
  display: block;
  width: 160px;
  height: auto;
  margin-top: -50px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.sr-item__title {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.sr-item__info {
  font-size: 13px;
  display: block;
  margin: 0 0 10px;
  color: #828282;
}

.sr-item__descr {
  font-size: 14px;
  line-height: 1.35;
  margin: 0 0 17px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 26px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  gap: 7px;
}

.property-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.property-item:nth-child(1) .property-item__chart-value {
  background-color: #f3d260;
}

.property-item:nth-child(2) .property-item__chart-value {
  background-color: #b8005d;
}

.property-item__title {
  font-size: 13px;
  line-height: 1.35;
  min-width: 40px;
  color: #828282;
}

.property-item__chart {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #d6dadc;
}

.property-item__chart-value {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 3px;
  background-color: #282626;
}

.sr-item__price {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.sr-item__price span {
  font-size: 14px;
}

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

.pr-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  gap: 10px;

  overflow-y: scroll;
}

.pr-btns.swiper-pagination-bullets {
  margin-top: 0;
}

.pr-btns__item {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 140px;
  padding: 14px 34px;
  cursor: pointer;
  border-radius: 3px;
  background-color: #f5f7f8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pr-btns__item.swiper-pagination-bullet-active {
  color: #fff;
}

.slider-windows .sw-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: initial;
}

.slider-windows__box {
  position: relative;
}

.sw-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.sw-item__img {
  display: block;
  width: auto;
  height: 236px;
  margin: 0 auto 15px;
}

.sw-item__title {
  margin: 0 0 15px;
}

.sw-item__descr {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 8px;
}

.sw-item__descr > * {
  margin: 0;
}

.sw-item__price {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /* -ms-flex-direction: column;
  flex-direction: column; */
  margin-bottom: 15px;
  padding: 25px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  gap: 7px;
}

.sw-item__price span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: #828282;
}

.sw-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.sw-item__bottom .btn-new {
  min-width: initial;
}

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

.window-delivery .container-new {
  padding: 56px 80px;
  background-color: #f3f4f6;
  background-image: url(/img/window-delivery/bg-pc.jpg);
  background-size: cover;
}

.window-delivery__box {
  max-width: 470px;
}

.window-delivery__title {
  max-width: 380px;
  margin-bottom: 20px;
}

.window-delivery__descr {
  margin-bottom: 30px;
}

.our-works .container-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.our-works__info {
  padding: 44px 62px;
  border-radius: 3px;
  background-color: #f5f7f8;
}

.ow-info__title {
  margin-bottom: 42px;
}

.ow-info__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 42px;
  gap: 25px;
}

.ow-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  gap: 2px;
}

.ow-info__item .title {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
}

.ow-info__item .accent {
  color: var(--color-accent);
}

.ow-info__item .dark {
  color: var(--color-text);
}

.descr {
  font-size: 14px;
  line-height: normal;
  color: #4f4f4f;
}

.our-works__slider {
  overflow: hidden;
  border-radius: 3px;
}

.ow-slider {
  width: 100%;
}

.ow-slider__item.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.ow-slider__item.swiper-slide img {
  display: block;
  overflow: hidden;
  width: calc(50% - 5px);
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.our-works__pagination {
  display: none;
  text-align: center;
}

.window-selection .container-new {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #fff;
  border-radius: 3px;
  background-color: #5b544c;
  background-image: url(/img/window-selection/bg-pc.jpg);
  background-position: center;
  background-size: cover;
}

.window-selection .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 850px;
  gap: 10px;
}

.window-selection__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 468px;
  margin-bottom: 60px;
  gap: 15px;
}

.window-selection__title {
  margin: 0;
}

.window-selection__descr {
  max-width: 350px;
  margin: 0;
}

.additional-options__title {
  max-width: 412px;
  margin-bottom: 35px;
}

.additional-options__list {
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.additional-options__link {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 19px 30px;
  transition: background-color 0.25s, color 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  border-radius: 3px;
  background-color: #f5f7f8;
}

.additional-options__link:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.window-installment .container-new {
  padding: 15px;
  border-radius: 3px;
  background-color: #d7e4ec;
  background-image: url(/img/window-installment/bg-pc.jpg);
  background-position: center;
  background-size: cover;
}

.window-installment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  padding: 40px 46px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.window-installment__title {
  margin-bottom: 15px;
}

.window-installment__descr {
  margin-top: 0;
  margin-bottom: 80px;
}

.advantages-v2__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.adv2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 34px 38px;
  background-color: #f5f7f8;
  gap: 15px;
}

.adv2-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.adv2-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.adv2-item__icon img {
  display: block;
  width: 30px;
  height: 30px;
}

.adv2-item__title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  max-width: 170px;
}

.adv2-item__descr {
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}

.quality-guarantee.quality-guarantee__v2 .container-new {
  padding: 103px 87px;
}

@media screen and (max-width: 992px) {
  .quality-guarantee.quality-guarantee__v2 .container-new {
    padding: 76px 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .quality-guarantee.quality-guarantee__v2 .container-new {
    padding: 30px 15px;
    background-image: url(/img/quality-guarantee/bg-mob.jpg);
  }
}

.quality-guarantee .container-new {
  overflow: hidden;
  padding: 76px 87px;
  padding-top: 127px;
  padding-bottom: 142px;
  color: #fff;
  border-radius: 3px;
  background-image: url(/img/quality-guarantee/bg-pc.jpg);
  background-position: top center;
  background-size: cover;

  max-width: 126rem;
}

.quality-guarantee .container-new_pl-okna {
  background-image: url(/img/quality-guarantee/bg-pc.jpg);
}

.quality-guarantee__title {
  max-width: 454px;
  margin-bottom: 30px;
}

.quality-guarantee__v2 .quality-guarantee__title {
  max-width: 546px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .quality-guarantee__v2.quality-guarantee__v2 .quality-guarantee__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
  }
}

.quality-guarantee__descr {
  max-width: 462px;
  margin-top: 0;
  margin-bottom: 45px;
}

.quality-guarantee__v2 .quality-guarantee__descr {
  margin-bottom: 30px;
  max-width: 520px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .quality-guarantee__v2 .quality-guarantee__descr {
    margin-bottom: 28px;
    font-size: 15px;
  }
}

.customer-reviews__box {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 40px;
  grid-template-columns: auto auto;
}

.customer-reviews__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  grid-column: 1/2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-reviews__slider-box {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  grid-column: 1/3;
}

.customer-reviews__slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.customer-reviews__all {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: underline;
  color: var(--color-accent);
  grid-column: 2/3;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cr-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 280px;
  max-width: 100%;
  padding: 48px 60px;
  border-radius: 3px;
  background-color: #f5f7f8;
}

.cr-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.cr-item__name {
  font-weight: 600;
  line-height: 1.35;
}

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

.ci-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.ci-rating__item {
  width: 18px;
  height: 18px;
  background-image: url(/img/icons/star.svg);
  background-position: center;
  background-size: cover;
}

.cr-item__inner {
  /* margin-bottom: 35px; */
}

.cr-item__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.cr-item__text.active {
  -webkit-line-clamp: 500;
}

.cr-item__text p:first-of-type {
  margin-top: 0;
}

.cr-item__text p:last-of-type {
  margin-bottom: 0;
}

.cr-item__text-more {
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  color: var(--color-accent);
}

.cr-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.cr-item__info span:not(:last-of-type) {
  position: relative;
}

.cr-item__info span:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  right: -8px;
  width: 1px;
  height: 20px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #bdbdbd;
}

.customer-reviews__pagination {
  display: none;
  text-align: center;
}

.footer-top {
  padding-top: 68px;
  padding-bottom: 68px;
  background-color: #f5f7f8;
}

.footer-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.footer-top__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: gap 0.25s;
  -o-transition: gap 0.25s;
  transition: gap 0.25s;
  gap: 11px;
}

.footer-top__col.toggle .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-top__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 135%;
  color: var(--color-accent);
}

.footer-top__title.toggle::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.footer-top__menu {
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.footer-menu__link {
  font-size: 14px;
  line-height: 1.35;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color 0.25s, -webkit-transform 0.25s;
  transition: color 0.25s, -webkit-transform 0.25s;
  -o-transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s;
  transition: color 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.footer-menu__link:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  color: var(--color-accent);
}

.our-awards {
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #e1e4e7;
}

.our-awards .oa-item__icon {
  width: 85px;
  height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.our-awards .oa-item__descr {
  font-size: 13px;
  line-height: 1.35;
}

.our-awards__title {
  font-size: 24px;
}

.our-awards__box {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.our-awards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 15px;
  border: 1px solid #c9ced3;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
}

.footer .container-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.footer a {
  color: #fff;
}

.footer__col.text {
  font-size: 12px;
  max-width: 366px;
}

.footer__col.payment {
  font-size: 14px;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__col.payment p {
  margin-bottom: 0;
}

.footer__col.payment .payment-list {
  max-width: 255px;
}

.footer__col.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 212px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 8px;
}

.footer__col > :first-child {
  margin-top: 0;
}

.footer__col > :last-child {
  margin-bottom: 0;
}

.not-offer {
  color: #828282;
}

.payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}

.payment-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 28px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-contacts__phone {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-contacts__time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 2px;
  margin-bottom: 6px;
  color: #828282;
}

.footer-contacts__mail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 23px;
}

.footer-contacts__btn {
  min-width: initial;
  background-color: transparent;
}

.footer__bottom {
  display: none;
}

.footer__bottom p {
  margin: 0;
}

@font-face {
  font-family: swiper-icons;
  font-weight: 400;
  font-style: normal;
  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");
}

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

:host {
  position: relative;
  z-index: 1;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

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

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-button-prev {
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}

.swiper-button-next {
  filter: drop-shadow(0px -4px 2px rgba(0, 0, 0, 0.25));
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: var(--swiper-navigation-top-offset, 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

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

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

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

.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-pagination {
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s transform, 0.2s top;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s 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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-zoom-container-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.swiper-button-next,
.swiper-button-prev {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 4.5rem;
  height: 4.5rem;
  cursor: pointer;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  border-radius: 50%;
  background-color: rgb(254, 254, 254);
  background-image: url(/img/icons/arrow-slider.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 0 3px 0 #b3b3b3;
  box-shadow: 0 0 3px 0 #b3b3b3;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-prev {
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.swiper-button-next {
  right: 5px;
}

.swiper-button-disabled {
  cursor: auto;
  opacity: 0.5;
}

.swiper-pagination-bullets {
  margin-top: 15px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-accent) !important;
}

@media screen and (max-width: 1320px) {
  .our-works .container-new {
    display: flex;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-works .btn-new {
    margin: 10px 0;
  }

  .our-works__info {
    padding: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }

  .ow-info__title {
    margin-bottom: 15px;
  }

  .ow-info__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    padding: 30px 20px;
    border-radius: 3px;
    background-color: #f5f7f8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 27px 20px;
  }

  .our-works__pagination {
    display: block;
  }
}

@media (max-width: 1200px) {
  :root {
    --mainGap: 10px;
  }

  :root {
    --indentBlocks: 4rem;
  }

  .form__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .section-header__sub-title {
    font-size: 2rem;
  }

  .top-menu__link {
    font-size: 12px;
  }

  .nav-menu__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .banner-bg__pc {
    display: none;
  }

  .banner-bg__mob {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    margin: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: var(--color-accent);
  }

  .header-top {
    display: none;
  }

  .header-bottom {
    min-height: initial;
  }

  .header-bottom .container-new {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-bottom__calc {
    display: none;
  }

  .header-bottom__logo {
    position: relative;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }

  .header-bottom__logo .logo-pc {
    display: none;
  }

  .header-bottom__logo .logo-mob {
    display: block;
  }

  .header-bottom__logo span {
    font-size: 32px;
    font-weight: 900;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header-bottom__request {
    display: none;
  }

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

  .nav {
    display: none;
  }

  .nav-menu__link {
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 992px) {
  .container-new {
    padding: 0 1.5rem;
  }

  .content h1 {
    font-size: 24px;
  }

  .section-header,
  h2 {
    font-size: 24px;
  }

  .section-header__sub-title {
    font-size: 1.8rem;
  }

  .indent {
    margin-bottom: 40px;
  }

  .banner-text__title {
    font-size: 25px;
  }

  .adv1-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .manufacturers-price__descr {
    margin-bottom: 22px;
  }

  .manufacturers-price__value-pc {
    display: none;
  }

  .manufacturers-price__value-mob {
    display: block;
    margin-bottom: 25px;
  }

  .advantages-v2__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-v2__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .adv2-item {
    padding: 15px 20px;
    gap: 10px;
  }

  .quality-guarantee .container-new {
    padding: 76px 1.5rem;
  }

  .cr-item {
    padding: 25px 20px;
    min-height: 230px;
  }

  .customer-reviews__pagination {
    display: block;
  }

  .footer-top__box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 20px;
  }

  .footer-top__col {
    width: calc(33.3333333333% - 13.3333333333px);
  }

  .our-awards .oa-item__icon {
    width: 65px;
    height: 65px;
  }

  .our-awards__box {
    gap: 16px;
  }

  .our-awards__item {
    width: calc(50% - 10px);
    gap: 16px;
  }

  .footer .container-new {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__col.payment {
    min-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 992px) {
  .form__title {
    font-size: 22px;
  }

  .feedback__form {
    padding: 20px;
  }
}

@media screen and (max-width: 850px) {
  .footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .our-awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .ow-info__box {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}

@media screen and (max-width: 768px) {
  .btn-new {
    padding: 11px 60px;
  }

  h2 {
    margin-top: 30px;
  }

  .hidden-text {
    display: none;
  }

  .hidden-text.active {
    display: block;
  }

  .show-text {
    display: inline-block;
  }

  .banner-fw {
    min-height: 440px;
  }

  .banner-fw .container-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-bg {
    height: auto;
  }

  .banner-text {
    width: 100%;
    max-width: initial;
    height: 440px;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner-box {
    width: calc(100% + 30px);
    max-width: initial;
    margin-right: -15px;
    margin-left: -15px;
  }

  .banner-box__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #585858;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-box__title {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    max-width: 140px;
  }

  .banner-box__title .mobile {
    display: inline;
  }

  .banner-text__title {
    padding: 20px 10px;
  }

  .timer {
    margin-bottom: 0;
  }

  .timer-col__text {
    font-size: 14px;
  }

  .banner-box__text {
    font-size: 20px;
    font-weight: 600;
  }

  .banner-box__text br {
    display: none;
  }

  .advantages-v1__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: none;
    gap: 10px;
  }

  .adv1-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }

  .adv1-item__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .adv1-item__icon {
    width: 40px;
    height: 40px;
  }

  .adv1-item__icon img {
    height: 21px;
  }

  .manufacturers-price .container-new {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .manufacturers-price__descr {
    font-size: 14px;
  }

  .sr-item {
    padding: 0 20px 27px;
  }

  .sr-item__img {
    width: 90px;
    margin-top: -40px;
    margin-bottom: 10px;
  }

  .sr-item__title {
    font-size: 16px;
  }

  .sr-item__descr {
    font-size: 13px;
  }

  .property {
    margin: 0 0 22px;
  }

  .sr-item__price {
    font-size: 18px;
  }

  .pr-btns__item {
    font-size: 14px;
    min-width: initial;
    padding: 14px 24px;

    white-space: nowrap;
  }

  .ow-info__item .title {
    font-size: 24px;
  }

  .window-selection .container-new {
    padding-top: 44px;
    padding-bottom: 44px;
    background-image: url(/img/window-selection/bg-pc.jpg);
  }

  .window-selection .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
  }

  .window-selection .form input {
    margin-bottom: 0;
  }

  .window-selection__box {
    max-width: 340px;
    margin-bottom: 25px;
  }

  .window-selection__descr {
    font-size: 14px;
  }

  .additional-options__link {
    font-size: 15px;
    padding: 13px 20px;
  }

  .window-installment .container-new {
    background-image: url(/img/window-installment/bg-mob.jpg);
  }

  .window-installment__descr {
    font-size: 14px;
  }

  .advantages-v2__box {
    gap: 10px;
  }

  .adv2-item__icon {
    width: 40px;
    height: 40px;
  }

  .adv2-item__icon img {
    width: 21px;
    height: 21px;
  }

  .cr-item__text {
    -webkit-line-clamp: 3;
  }

  .our-awards {
    display: none;
  }

  .footer-contacts__btn {
    padding: 12px 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }

  .timer-col__number {
    line-height: 1;
  }

  .cr-item {
    min-height: 170px;
  }
}

@media screen and (max-width: 660px) {
  .footer .container-new {
    gap: 0;
  }

  .footer__col.text {
    max-width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #3e3d3e;
  }

  .footer__col.payment {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3e3d3e;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }

  .footer__col.contacts {
    width: 100%;
    max-width: 100%;
    max-width: initial;
    padding-top: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__bottom {
    font-size: 12px;
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .window-selection .form {
    max-width: 100%;
  }

  .window-delivery .container-new {
    padding-right: 15px;
    padding-bottom: 60%;
    padding-left: 15px;
    background-image: url(/img/window-delivery/bg-mob.jpg);
    background-position: bottom right;
  }

  .window-installment__box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .window-installment__descr {
    margin-bottom: 25px;
  }

  .our-awards__box {
    gap: 10px;
  }

  .our-awards__item {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .customer-reviews__box {
    gap: 20px;
  }

  .customer-reviews__title {
    grid-column: 1/3;
    margin-top: 25px;
  }

  .customer-reviews__slider-box {
    order: inherit;
  }

  .customer-reviews__all {
    grid-column: 1/3;
    justify-content: center;
  }

  .footer-top__box {
    gap: 16px;
  }

  .footer-top__col.toggle {
    gap: 11px;
  }

  .footer-top__col {
    font-size: 14px;
    position: relative;
    width: 100%;
    gap: 0;
  }

  .footer-top__title {
    position: relative;
  }

  .footer-top__col::after {
    right: 0;
    position: absolute;
    top: 10px;
    width: 24px;
    height: 24px;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/img/icons/arrow-down.svg);
    background-size: cover;
  }

  .toggle::after {
    transform: rotate(180deg);
    top: 0;
  }

  .footer-menu {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .banner-text__title br {
    display: none;
  }

  .banner-text__title span {
    display: block;
  }

  .manufacturers-price .container-new {
    background-image: url(/img/manufacturers-price/bg-mob.jpg);
  }

  .manufacturers-price .container-new .btn-new {
    min-width: initial;
  }

  .manufacturers-price__box {
    padding: 25px 15px;
  }

  .window-delivery .container-new {
    padding-bottom: 80%;
    background-position: bottom left;
  }

  .our-works .container-new {
    gap: 10px;
  }

  .window-selection .container-new {
    background-image: url(/img/window-selection/bg-mob.jpg);
  }

  .window-installment .btn-new {
    min-width: initial;
  }

  .advantages-v2__box {
    grid-template-columns: repeat(1, 1fr);
  }

  .quality-guarantee .container-new {
    padding: 30px 15px;
    background-image: url(/img/quality-guarantee/bg-mob.jpg);
  }

  .cr-item__text {
    -webkit-line-clamp: 8;
  }
}

@media (max-width: 480px) {
  .form__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__columns .input-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form__columns .input-wrapper:first-child input {
    margin-bottom: 0;
  }

  .mobile-menu {
    max-width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .pr-btns__item {
    padding: 12px;
  }

  .ow-info__box {
    grid-template-columns: auto;
    gap: 20px;
  }
}

@media screen and (max-width: 400px) {
  .hb-btns {
    gap: 6px;
  }

  .banner-box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 390px) {
  .banner-text__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  .additional-options__link {
    font-size: 14px;
    padding: 13px 10px;
  }
}

@media screen and (max-width: 360px) {
  .footer-contacts__btn {
    width: 100%;
  }
}

@media screen and (max-width: 120rem) {
  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }
}

.top-menu__item {
  margin: 0 !important;
}

.additional-options__list li {
  margin: 0 !important;
}

.submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 0;
}

.submenu-list__item {
  font-size: 13px;
  color: #444;
  border-right: 1px solid #ddd;
}

.submenu {
  padding: 8px 0;
}

@media screen and (max-width: 576px) {
  .submenu {
    display: none;
  }
}

.submenu-list__link {
  margin: 0 10px;
  -webkit-transition: color 0.25s, border-bottom 0.25s;
  -o-transition: color 0.25s, border-bottom 0.25s;
  transition: color 0.25s, border-bottom 0.25s;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

.submenu-list__item--active span {
  font-weight: 700;
  margin: 0 10px;
}

.baner-02 {
  position: relative;
  padding: 22px;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .baner-02 {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
  }
}

.baner-02 .box {
  width: 100%;
  max-width: 404px;
  padding: 35px 30px;
  color: #2e2d2e;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .baner-02 .box {
    max-width: 100%;
    padding: 14px 15px 38px;
    background-color: #f5f5f5;
  }
}

.baner-02 .price {
  font-size: 43px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-bottom: 20px;
}

.mobile-menu .nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 100%;

  gap: 0;
}

.mobile-menu .nav-menu .nav-menu__link {
  display: block;

  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom: 1px dotted #e67068;
}

.mobile-menu .nav-menu__submenu .nav-menu__link {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;

  border-bottom: 1px dotted #f5f5f5;
}

.mobile-menu .active .nav-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: calc(100% - 30px);

  -webkit-box-shadow: none;

  box-shadow: none;
}

.mobile-menu .nav-menu__link--open-panel.toggle::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.mobile-menu {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 100%;

  width: 100%;
  height: 100vh;
  padding: 0;

  -webkit-transition: left 0.25s;

  -o-transition: left 0.25s;

  transition: left 0.25s;

  background-color: #fff;
}

@media (max-width: 480px) {
  .mobile-menu {
    max-width: 100%;
  }
}

.mobile-menu.toggle {
  left: 0;

  overflow-y: auto;
}

.mobile-menu .contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding-bottom: 20px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.mobile-menu .contacts-info__phone {
  font-size: 26px;

  color: var(--color-accent);
}

.mobile-menu .contacts-info__grafik {
  font-size: 13px;
}

.mobile-menu .btn {
  margin-top: 20px;
}

.nav-menu__item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.nav-menu {
  margin-left: 0 !important;
}

.mobile-menu .nav-menu__link--open-panel::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(/img/icons/arrow-down.svg);
  background-size: cover;
}

.mobile-menu .nav-menu > .nav-menu__item .nav-menu__link {
  padding-right: 15px;
  padding-left: 15px;
}

.mobile-menu .nav-menu__item:hover a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mobile-menu .nav-menu__link--open-panel {
  position: relative;
}

.mobile-menu .submenu-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  padding: 35px 15px;

  background-color: #fff;
}

.mobile-menu .submenu__header {
  position: relative;

  padding-left: 15px;

  cursor: pointer;
  text-transform: uppercase;
}

.mobile-menu .submenu__header::before {
  position: absolute;
  top: 50%;
  left: 0;

  width: 14px;
  height: 14px;

  content: "";
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);

  /* background-image: url("/img/icons/arrow-down.svg"); */
  background-size: cover;
}

.mobile-menu .submenu-wrapper {
  right: -100%;

  -webkit-transition: right 0.5s;

  -o-transition: right 0.5s;

  transition: right 0.5s;
}

.mobile-menu .submenu-wrapper.active {
  right: 0;
}

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

  min-height: 100%;
}

.mobile-menu__box {
  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  height: auto;
  padding: 35px 15px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 1024px) {
  .mobile-menu__box {
    padding: 35px 0;
  }
}

.nav-menu > .nav-menu__item:last-child .nav-menu__submenu {
  right: 0;

  -webkit-column-count: 2;

  -moz-column-count: 2;

  column-count: 2;
  -webkit-column-rule: 1px solid #a80055;
  -moz-column-rule: 1px solid #a80055;
  column-rule: 1px solid #a80055;
}

@media screen and (max-width: 1024px) {
  .nav-menu > .nav-menu__item:last-child .nav-menu__submenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.mobile-menu .nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 100%;

  gap: 0;
}

.mobile-menu .nav-menu .nav-menu__link {
  display: block;

  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom: 1px dotted #e67068;
}

.nav-menu__item {
  position: relative;
}

@media (hover: hover) {
  .nav-menu__item:hover .nav-menu__submenu {
    display: block;
  }
}

.nav-menu__link {
  font-size: 16px;
  font-weight: 500;

  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .nav-menu__link {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu__link {
    font-size: 16px;
    font-weight: 400;
  }
}

.nav-menu__submenu {
  position: absolute;
  z-index: 10;

  display: none;

  margin-top: 20px;
  padding: 10px;

  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.nav-menu__submenu.toggle {
  display: block;
}

@media screen and (max-width: 1024px) {
  .nav-menu__submenu {
    position: relative;

    display: none;

    width: 100%;
    margin-top: 0;
    padding: 0 0 0 10px;

    -webkit-box-shadow: none;

    box-shadow: none;
  }
}

.nav-menu__submenu > .nav-menu__item a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu__submenu .nav-menu__link {
  font-weight: 400;

  display: block;

  min-width: 250px;
  max-width: 300px;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-transition: background-color 0.25s;

  -o-transition: background-color 0.25s;

  transition: background-color 0.25s;
}

.nav-menu__submenu .nav-menu__link:hover {
  background-color: rgba(168, 0, 85, 0.15);
}

.mobile-menu .nav-menu__submenu .nav-menu__link {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;

  border-bottom: 1px dotted #f5f5f5;
}

.mobile-menu .active .nav-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: calc(100% - 30px);

  -webkit-box-shadow: none;

  box-shadow: none;
}

.baner-02 .text {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 21px;
  display: block;
  margin-bottom: 4px;
  color: #555;
}

.baner-02 .currency {
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.baner-02 .descr {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px;
  color: #2e2d2e;
}

.baner-02 .adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 26px;
  color: var(--color-accent);
  gap: 40px;
}

.baner-02 .adv-item {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.baner-02 .adv-item span {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.baner-02 .form-box,
.description .form-box {
  padding-top: 3px;
  border-top: 1px solid #e0e0e0;
}

.baner-02 .form-box p,
.description .form-box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
  color: #2e2d2e;
}

.baner-02 .form input[type="tel"],
.baner-02 .form input[type="text"] {
  background-color: #f2f2f2;
}

.more-detailed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  padding-bottom: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 34px;
}

.more-detailed__link {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 7px;
  color: var(--color-accent);
  border-bottom: 2px solid var(--color-accent);
}

.how-to-order__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: myCounter;
}

.hto-item {
  position: relative;
  width: 25%;
  padding: 0 15px;
  text-align: center;
}

.hto-item::before {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  z-index: 2;
  top: 100px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  content: counter(myCounter);
  counter-increment: myCounter;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  border-radius: 50%;
  background-color: var(--color-accent);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hto-item:nth-child(-n + 9)::before {
  content: "0" counter(myCounter);
}

.hto-item::after {
  position: absolute;
  z-index: 1;
  top: 120px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--color-accent);
}

.hto-item__img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 80px;
}

.hto-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
}

.hto-item__descr {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.baner-04 {
  overflow: hidden;
}

.baner-04__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  background-image: url(/img/baner-04/bg.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.baner-04__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 690px;
  height: 100%;
  content: "";
  background-image: url(/img/baner-04/decore-pc.svg);
  background-size: cover;
}

.baner-04__box {
  z-index: 2;
  width: 330px;
  padding-bottom: 45px;
  padding-left: 40px;
  color: #fff;
}

.baner-02 img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.baner-04__title {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.baner-04__btn {
  color: var(--color-accent);
}

.baner-04__sale {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  z-index: 3;
  top: 180px;
  left: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-accent);
}

.baner-04__sale::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 225px;
  height: 225px;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff7f4;
}

.baner-04__sale span {
  font-size: 75px;
  margin-top: -10px;
}

.options__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.options__item {
  line-height: 1.1;
  position: relative;
  width: calc(25% - 15px);
  height: 177px;
  padding: 25px;
  background-color: #f5f7f8;
}

.options_item__title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #4f4f4f;
}

.options_item__img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: auto;
  height: 146px;
}

.baner-04 {
  overflow: hidden;
}

.baner-04__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  background-image: url(/img/baner-04/bg.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.baner-04__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 690px;
  height: 100%;
  content: "";
  background-image: url(/img/baner-04/decore-pc.svg);
  background-size: cover;
}

.baner-04__box {
  z-index: 2;
  width: 330px;
  padding-bottom: 45px;
  padding-left: 40px;
  color: #fff;
}

.baner-04__title {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.baner-04__btn {
  color: var(--color-accent);
}

.baner-04__sale {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  position: absolute;
  z-index: 3;
  top: 180px;
  left: 384px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--color-accent);
}

.baner-04__sale::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 225px;
  height: 225px;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff7f4;
}

.baner-04__sale span {
  font-size: 75px;
  margin-top: -10px;
}

.compare-profile__inner {
  position: relative;
  max-width: 100%;
}

.compare-profile .wrapper_compare-profile-content {
  display: flex;
}

.compare-profile__box {
  position: relative;

  display: flex;
}

.compare-profile__grid {
  display: grid;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  text-align: center;
  /* grid-template-columns: repeat(5, 1fr); */

  grid-template-rows: 51px 1fr repeat(10, 51px) 70px;

  margin: 0 !important;
}

.compare-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.compare-profile__item > div {
  display: flex;
}

/* .compare-profile__item:nth-child(10n + 1),
.compare-profile__item:nth-child(10n + 2),
.compare-profile__item:nth-child(10n + 3),
.compare-profile__item:nth-child(10n + 4),
.compare-profile__item:nth-child(10n + 5) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #e9e9e9;
} */
.compare-profile__item:nth-child(2n + 1) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #e9e9e9;
}

.compare-profile__item:nth-child(10n + 1) {
  border-left: 1px solid #e9e9e9;
}

.compare-profile__item:nth-child(10n + 5) {
  border-right: 1px solid #e9e9e9;
}

.compare-profile__item:nth-child(n + 12) {
  border-bottom: 1px solid #e9e9e9;
}

/* .compare-profile__item:nth-last-child(1),
.compare-profile__item:nth-last-child(2),
.compare-profile__item:nth-last-child(3),
.compare-profile__item:nth-last-child(4),
.compare-profile__item:nth-last-child(5) {
  border-top: 2px solid #e9e9e9;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
} */
.compare-profile__grid .action {
  background: none;
  border: none;
}

.compare-profile__item span {
  display: none;
}

.compare-profile__item a,
.compare-profile__item.title {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: var(--color-accent) !important;
}

.compare-profile__item a {
  text-decoration: none;
}

.compare-profile__item a:hover {
  text-decoration: underline;
}

.compare-profile__item .h75 {
  width: auto;
  height: 200px;
}

.compare-profile__item.price {
  font-size: 20px;
  color: var(--color-accent);
}

.compare-profile__item.price span {
  color: var(--color-text);
}

.compare-profile__item .btn-new {
  font-size: 15px;
  font-weight: 100;
  min-width: initial;
}

.compare-profile__item .btn-new:hover {
  text-decoration: none;
}

.compare-profile__pagination {
  display: none;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.compare-profile__pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  cursor: pointer;
  opacity: 0.2;
  border-radius: 50%;
  background-color: #000;
}

.compare-profile__pagination span.active {
  opacity: 1;
  background-color: var(--color-accent);
}

.compare-profile__pagination span:nth-child(3) {
  display: none;
}

.compare-profile__pagination span:nth-child(4) {
  display: none;
}

.compare-profile__next.swiper-button-next,
.compare-profile__prev.swiper-button-prev {
  display: none;
}

.compare-profile__pagination .active {
  margin: 0;
}

.whypop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  background-color: #f5f7f8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 90px;
}

.whypop-item.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whypop-item__img {
  display: block;
  width: 565px;
  height: auto;
}

.whypop-item__box {
  width: 100%;
  max-width: 430px;
}

.whypop-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 25px;
  color: #2e2d2e;
}

.whypop-item__descr {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 25px;
  color: #4f4f4f;
}

.whypop-item__number {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-accent);
}

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

.window-designer .left {
  width: calc(55% - 40px);
}

.window-designer .info {
  position: relative;
  margin-bottom: 100px;
}

.window-designer .info::before {
  position: absolute;
  top: 117px;
  left: 255px;
  width: 71px;
  height: 98px;
  content: "";
  background-image: url(/img/window-designer/arrow.svg);
  background-size: cover;
}

.window-designer .info-title {
  max-width: 412px;
  margin-bottom: 20px;
}

.window-designer .info-descr {
  font-size: 18px;
}

.window-designer .handles,
.window-designer .lamination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.window-designer .handles-item,
.window-designer .lamination-item {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 65px;
  cursor: pointer;
  text-align: center;
  color: #2e2d2e;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.window-designer .handles-item {
  background-size: 80px 80px;
}

.window-designer .handles-item__view,
.window-designer .lamination-item__view {
  width: 65px;
  height: 65px;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 0 var(--color-accent);
  box-shadow: 0 0 0 0 var(--color-accent);
}

.window-designer .handles-item__view:hover,
.window-designer .lamination-item__view:hover {
  -webkit-box-shadow: 0 0 0 2px var(--color-accent);
  box-shadow: 0 0 0 2px var(--color-accent);
}

.window-designer .handles-item__view.toggle,
.window-designer .lamination-item__view.toggle {
  opacity: 0.9;
  -webkit-box-shadow: 0 0 0 2px var(--color-accent);
  box-shadow: 0 0 0 2px var(--color-accent);
}

.window-designer .handles-item__view {
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 11px -14px;
  background-size: 64px;
}

.window-designer .right {
  width: 45%;
}

.window-designer .laminator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
  background-image: url(/img/window-designer/bg.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 540/590;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.window-designer .laminator-texture {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.window-designer .laminator-texture img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.window-designer .laminator-handle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19%;
  height: 38%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
}

.window-designer .laminator-handle__01 {
  left: 40%;
}

.window-designer .laminator-handle__02 {
  left: 63%;
}

.window-designer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background-color: #f5f5f5;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.windes-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.windes-tabs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #bdbdbd;
  gap: 38px;
}

.windes-tabs__btn {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-bottom: 12px;
  color: #555;
}

.windes-tabs__btn.toggle {
  font-weight: 700;
  line-height: normal;
  color: var(--color-accent);
}

.windes-tabs__btn.toggle::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background-color: var(--color-accent);
}

.windes-tabs__content {
  display: none;
}

.windes-tabs__content.toggle {
  display: block;
}

.options__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.options__item {
  line-height: 1.1;
  position: relative;
  width: calc(25% - 15px);
  height: 177px;
  padding: 25px;
  background-color: #f5f7f8;
}

.options_item__title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  color: #4f4f4f;
}

.options_item__img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: auto;
  height: 146px;
}

.certificates-slider__box {
  position: relative;
}

.certificates-slider {
  margin-top: 40px;
}

.certificates-slider__img {
  margin: 0 auto;
}

.certificates-slider__box .swiper-pagination-bullets {
  margin-top: 15px !important;
}

.certificates-slider__pagination {
  width: 100%;
  margin: 0 auto;
  -webkit-transform: initial !important;
  -ms-transform: initial !important;
  transform: initial !important;
  text-align: center;
}

.advantages-v3__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.adv3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.3333333333% - 13.3333333333px);
  padding: 49px 15px 47px;
  text-align: center;
  color: var(--color-accent);
  background: -o-linear-gradient(186deg, #fef3e0 0, #fae0ee 100%);
  background: linear-gradient(264deg, #fef3e0 0, #fae0ee 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adv3-item__icon {
  display: block;
  height: 47px;
  margin-bottom: 25px;
}

.adv3-item__title {
  font-size: 45px;
  font-weight: 400;
  font-style: normal;
  line-height: 47px;
  display: block;
  margin-bottom: 25px;
}

.adv3-item__descr {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.baner-03 .baner-03__inner {
  padding: 15px;
  border-radius: 3px;
  background-color: #d7e4ec;
  background-image: url(/img/baner-03/bg-pc.jpg);
  background-position: center;
  background-size: cover;
}

.baner-03__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  min-height: 403px;
  padding: 40px 46px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.baner-03__title {
  margin-bottom: 15px;
}

.baner-03__title--v2 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-top: 0;
  color: var(--color-accent);
}

.baner-03__title--v2 span {
  font-size: 80px;
}

.baner-03__descr {
  margin-top: 0;
  margin-bottom: 25px;
}

.baner-03__btn {
  margin-top: auto;
}

@media screen and (max-width: 1320px) {
  .our-works .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .our-works .btn-new {
    display: none;
  }

  .our-works__info {
    padding: 0;
    background-color: #fff;
  }

  .ow-info__title {
    margin-bottom: 15px;
  }

  .ow-info__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
    padding: 30px 20px;
    border-radius: 3px;
    background-color: #f5f7f8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 27px 20px;
  }

  .our-works__pagination {
    display: block;
  }

  .window-selection .window-selection__inner {
    margin-right: -30px;
    margin-left: -30px;
  }

  .baner-03 .baner-03__inner {
    margin-right: -30px;
    margin-left: -30px;
    border-radius: 0;
  }

  .quality-guarantee__inner {
    margin-right: -30px;
    margin-left: -30px;
  }

  .baner-04__inner {
    margin-right: -30px;
    margin-left: -30px;
    border-radius: 0;
  }

  .whypop-item {
    gap: 25px;
  }
}

@media (max-width: 1200px) {
  :root {
    --mainGap: 10px;
  }

  :root {
    --indentBlocks: 4rem;
  }

  .form__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 1200px) {
  .section-header__sub-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: var(--color-accent);
  }

  .header-top {
    display: none;
  }

  .header-bottom {
    min-height: initial;
  }

  .header-bottom .container-new {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-bottom__calc {
    display: none;
  }

  .header-bottom__logo {
    position: relative;
    left: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }

  .header-bottom__logo .logo-pc {
    display: none;
  }

  .header-bottom__logo .logo-mob {
    display: block;
  }

  .header-bottom__logo span {
    font-size: 32px;
    font-weight: 900;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header-bottom__request {
    display: none;
  }

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

@media screen and (max-width: 992px) {
  .container-new {
    padding: 0 1.5rem;
  }

  .content h1,
  h1 {
    font-size: 24px;
  }

  .section-header,
  h2 {
    font-size: 24px;
  }

  .section-header__sub-title {
    font-size: 1.8rem;
  }

  .indent {
    margin-bottom: 40px;
  }

  .banner-text__title {
    font-size: 30px;
  }

  .adv1-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .manufacturers-price__descr {
    margin-bottom: 22px;
  }

  .manufacturers-price__value-pc {
    display: none;
  }

  .manufacturers-price__value-mob {
    display: block;
    margin-bottom: 25px;
  }

  .window-selection .window-selection__inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .baner-03 .baner-03__inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .baner-03__box {
    min-height: 273px;
  }

  .advantages-v2__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-v2__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .adv2-item {
    padding: 15px 20px;
    gap: 10px;
  }

  .quality-guarantee__inner {
    margin-right: -15px;
    margin-left: -15px;
    padding: 76px 1.5rem;
  }

  .cr-item {
    padding: 25px 55px;
  }

  .customer-reviews__pagination {
    display: block;
  }

  .our-awards .oa-item__icon {
    width: 65px;
    height: 65px;
  }

  .our-awards__box {
    gap: 16px;
  }

  .our-awards__item {
    width: calc(50% - 10px);
    gap: 16px;
  }

  .adv3-item__descr {
    font-size: 18px;
  }

  .how-to-order__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px 0;
  }

  .hto-item {
    width: 50%;
  }

  .baner-04__inner {
    margin-right: -15px;
    margin-left: -15px;
  }

  .options__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }

  .options_item__img {
    height: 120px;
  }

  .questions-faq {
    width: 100%;
    max-width: 723px;
  }

  .questions-form {
    width: 100%;
    max-width: 507px;
  }

  .whypop-item__img {
    width: 50%;
  }

  .whypop-item__title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .whypop-item__descr {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .whypop-item__number {
    font-size: 15px;
  }

  .window-designer .info {
    margin-bottom: 60px;
  }

  .window-designer .info::before {
    top: 90px;
    width: 51px;
    height: 70px;
  }

  .window-designer__box {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .form__title {
    font-size: 22px;
  }

  .feedback__form {
    padding: 20px;
  }
}

@media screen and (max-width: 992pxpx) {
  .window-designer .left {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 900px) {

  /* .compare-profile__grid {
    grid-template-columns: 0 repeat(4, 1fr);
  }   */
  .compare-profile__grid {
    grid-template-rows: 51px 1fr repeat(10, 64px) 70px;
  }

  .compare-profile_titles-block {
    display: none;
  }

  .compare-profile__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .compare-profile__item.light {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }

  .compare-profile__item.light span {
    width: 100%;
  }

  .compare-profile__item {
    font-size: 16px;
    font-weight: 600;
  }

  .compare-profile__item span {
    font-size: 14px;
    font-weight: 100;
    display: block;
    text-align: center;
  }

  /* .compare-profile__item:nth-last-child(5n) {
    overflow: hidden;
    width: 0;
    padding: 0;
    opacity: 0;
  } */
}

@media screen and (max-width: 850px) {
  .our-awards {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 800px) {
  .ow-info__box {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
}

@media screen and (max-width: 768px) {
  .btn-new {
    padding: 11px 60px;
  }

  h2 {
    margin-top: 30px;
  }

  .hidden-text {
    display: none;
  }

  .hidden-text.active {
    display: block;
  }

  .show-text {
    display: inline-block;
  }

  .banner-fw {
    min-height: 440px;
    padding-top: 200px;
  }

  .banner-fw .container-new {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-bg {
    height: 800px;
  }

  .banner-text {
    width: 100%;
    max-width: initial;
    height: 440px;
    padding-top: 35px;
    padding-bottom: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner-box {
    width: calc(100% + 30px);
    max-width: initial;
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
  }

  .banner-box__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #585858;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-box__title {
    font-size: 14px;
    line-height: 1.5;
    display: block;
    max-width: 140px;
    margin-bottom: 10px;
  }

  .banner-box__title .mobile {
    display: inline;
  }

  .timer {
    margin-bottom: 0;
  }

  .timer-col__text {
    font-size: 14px;
  }

  .banner-box__text {
    font-size: 20px;
    font-weight: 600;
  }

  .banner-box__text br {
    display: none;
  }

  .form input {
    font-size: 15px;
  }

  .form textarea {
    font-size: 15px;
  }

  .form select {
    font-size: 15px;
  }

  .advantages-v1__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: none;
    gap: 10px;
  }

  .adv1-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
  }

  .adv1-item__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .adv1-item__icon {
    width: 40px;
    height: 40px;
  }

  .adv1-item__icon img {
    height: 21px;
  }

  .manufacturers-price .container-new {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .manufacturers-price__descr {
    font-size: 14px;
  }

  .sr-item {
    padding: 0 20px 27px;
  }

  .sr-item__img {
    width: 90px;
    margin-top: -40px;
    margin-bottom: 10px;
  }

  .sr-item__title {
    font-size: 16px;
  }

  .sr-item__descr {
    font-size: 13px;
  }

  .property {
    margin: 0 0 22px;
  }

  .sr-item__price {
    font-size: 18px;
  }

  .pr-btns__item {
    font-size: 14px;
    min-width: initial;
    padding: 14px 24px;
  }

  .ow-info__item .title {
    font-size: 24px;
  }

  .window-selection .window-selection__inner {
    padding: 44px 15px;
    background-image: url(/img/window-selection/bg-pc.jpg);
  }

  .window-selection .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
  }

  .window-selection .form input {
    margin-bottom: 0;
  }

  .window-selection__box {
    max-width: 340px;
    margin-bottom: 25px;
  }

  .window-selection__descr {
    font-size: 14px;
  }

  .additional-options__link {
    font-size: 15px;
    padding: 13px 20px;
  }

  .baner-03 .baner-03__inner {
    margin: 0;
    padding-top: 32px;
    padding-bottom: 32px;
    background-image: url(/img/baner-03/bg-mob.jpg);
  }

  .baner-03__title--v2 {
    font-size: 24px;
  }

  .baner-03__title--v2 span {
    font-size: 24px;
  }

  .baner-03__descr {
    font-size: 14px;
  }

  .advantages-v2__box {
    gap: 10px;
  }

  .adv2-item__icon {
    width: 40px;
    height: 40px;
  }

  .adv2-item__icon img {
    width: 21px;
    height: 21px;
  }

  .customer-reviews__box {
    gap: 20px;
  }

  .customer-reviews__title {
    grid-column: 1/3;
  }

  .customer-reviews__slider-box {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }

  .customer-reviews__all {
    grid-column: 1/3;
    justify-self: center;
  }

  .cr-item__text {
    -webkit-line-clamp: 3;
  }

  .our-awards {
    display: none;
  }

  .advantages-v3__box {
    gap: 10px;
  }

  .adv3-item {
    width: calc(33.3333333333% - 6.6666666667px);
    padding: 25px 15px;
  }

  .adv3-item__icon {
    margin-bottom: 20px;
  }

  .adv3-item__title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .adv3-item__descr {
    font-size: 16px;
  }

  .baner-02 {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
  }

  .baner-02 img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }

  .baner-02 .box {
    max-width: 100%;
    padding: 14px 15px 38px;
    background-color: #f5f5f5;
  }

  .how-to-order__box {
    gap: 40px 0;
  }

  .hto-item::before {
    font-size: 14px;
    top: 75px;
    width: 35px;
    height: 35px;
  }

  .hto-item::after {
    top: 92px;
  }

  .hto-item__img {
    width: 60px;
    height: 60px;
    margin: 0 auto 65px;
  }

  .hto-item__title {
    font-size: 16px;
    margin: 0 0 10px;
  }

  .hto-item__descr {
    font-size: 14px;
  }

  .baner-04__inner {
    height: 340px;
  }

  .baner-04__inner::before {
    background-image: url(/img/baner-04/decore-mob.svg);
  }

  .baner-04__box {
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .baner-04__title {
    font-size: 24px;
    width: 190px;
    text-transform: initial;
  }

  .baner-04__sale {
    font-size: 16px;
    top: 80px;
    left: 190px;
  }

  .baner-04__sale::before {
    width: 126px;
    height: 126px;
    -webkit-transform: translate(-50%, -50%) rotate(37deg);
    -ms-transform: translate(-50%, -50%) rotate(37deg);
    transform: translate(-50%, -50%) rotate(37deg);
  }

  .baner-04__sale span {
    font-size: 48px;
  }

  .options__box {
    gap: 15px;
  }

  .options__item {
    width: calc(33.3333333333% - 10px);
    height: 135px;
    padding: 17px;
  }

  .options_item__title {
    font-size: 16px;
  }

  .options_item__img {
    height: 84px;
  }

  .questions-faq__item {
    padding: 15px;
  }

  .faq-item__title {
    font-size: 16px;
  }

  .faq-item__title::after {
    width: 26px;
    height: 26px;
    background-size: 14px;
  }

  .faq-item__content {
    font-size: 15px;
    padding-left: 14px;
  }

  .questions-form select {
    margin-bottom: 15px;
  }

  .questions-form__icon {
    height: 45px;
    margin-bottom: 15px;
  }

  .questions-form__title {
    font-size: 19px;
    margin-bottom: 20px;
  }

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

  .whypop-item__img {
    width: 100%;
    max-width: 430px;
  }

  .compare-profile__item a,
  .compare-profile__item.title {
    font-size: 16px;
  }

  .compare-profile__item .btn-new {
    padding-right: 30px;
    padding-left: 30px;
  }

  .window-designer .left {
    width: 100%;
    max-width: 600px;
  }

  .window-designer .info::before {
    top: 89%;
  }

  .window-designer .info-title {
    max-width: initial;
  }

  .window-designer .info-descr {
    font-size: 16px;
  }

  .window-designer .right {
    width: 100%;
    max-width: 600px;
  }

  .window-designer__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .windes-tabs__btn {
    font-size: 16px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 3.2rem;
    height: 3.2rem;
  }
}

@media screen and (max-width: 700px) {
  .compare-profile__grid {
    /* grid-template-columns: 0 repeat(4, 33.33333%); */
    grid-template-rows: 51px 1fr repeat(10, 70px) 70px;
    width: 100% !important;

    margin-right: 20px !important;
  }

  .compare-profile_titles-block {
    display: none;
  }

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

  .compare-profile__next.swiper-button-next,
  .compare-profile__prev.swiper-button-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .window-delivery .container-new {
    padding-right: 15px;
    padding-bottom: 60%;
    padding-left: 15px;
    background-image: url(/img/window-delivery/bg-mob.jpg);
    background-position: bottom right;
  }

  .baner-03__box {
    padding-right: 20px;
    padding-left: 20px;
  }

  .baner-03__descr {
    margin-bottom: 25px;
  }

  .our-awards__box {
    gap: 10px;
  }

  .our-awards__item {
    width: 100%;
  }

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

  .adv3-item {
    width: 100%;
  }

  .options__item {
    width: calc(50% - 7.5px);
  }
}

@media screen and (max-width: 480px) {
  .banner-text__title br {
    display: none;
  }

  .banner-text__title span {
    display: block;
  }

  .manufacturers-price .container-new {
    background-image: url(/img/manufacturers-price/bg-mob.jpg);
  }

  .manufacturers-price .container-new .btn-new {
    min-width: initial;
  }

  .manufacturers-price__box {
    padding: 25px 15px;
  }

  .window-delivery .container-new {
    padding-bottom: 80%;
    background-position: bottom left;
  }

  .our-works .container-new {
    gap: 10px;
  }

  .window-selection .window-selection__inner {
    background-image: url(/img/window-selection/bg-mob.jpg);
  }

  .window-selection .form {
    max-width: 100%;
  }

  .window-selection__box {
    max-width: 100%;
  }

  .baner-03 .btn-new {
    min-width: initial;
  }

  .advantages-v2__box {
    grid-template-columns: repeat(1, 1fr);
  }

  .quality-guarantee__inner {
    padding: 35px 15px 95px;
    background-image: url(/img/quality-guarantee/bg-mob.jpg);
  }

  .cr-item__text {
    -webkit-line-clamp: 8;
  }

  .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .baner-02 .price {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .baner-02 .text {
    font-size: 15px;
  }

  /* .baner-02 .currency {
    font-size: 18px;
  } */

  .baner-02 .descr {
    margin-bottom: 20px;
  }

  .baner-02 .adv-item {
    font-size: 14px;
  }

  .baner-02 .adv-item span {
    font-size: 24px;
  }

  .baner-02 .form-box p {
    font-size: 16px;
  }

  .more-detailed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .more-detailed__link {
    font-size: 16px;
  }

  .how-to-order__box {
    gap: 25px;
  }

  .hto-item {
    width: 100%;
    padding: 0;
  }

  .hto-item::after {
    display: none;
  }

  .baner-04__inner {
    background-image: url(/img/baner-04/bg-mob.jpg);
  }

  .questions-form {
    padding: 25px 10px;
  }

  .whypop-item {
    padding: 0;
    gap: 0;
  }

  .whypop-item__box {
    padding: 25px 20px;
  }

  /* .compare-profile__grid {
    grid-template-columns: 0 repeat(4, 100%);
  } */
  .compare-profile__pagination span:nth-child(3) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .windes-tabs__btns {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .form__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__columns .input-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form__columns .input-wrapper:first-child input {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 420px) {
  .pr-btns__item {
    padding: 12px;
  }

  .ow-info__box {
    grid-template-columns: auto;
    gap: 20px;
  }

  .options_item__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .hb-btns {
    gap: 6px;
  }

  .banner-box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .window-designer .handles-item__view,
  .window-designer .lamination-item__view {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 390px) {
  .banner-text__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  .additional-options__link {
    font-size: 14px;
    padding: 13px 10px;
  }
}

@media screen and (max-width: 340px) {

  /* .compare-profile__grid {
    grid-template-columns: 0 repeat(4, 100%);
  } */
  .compare-profile__pagination span:nth-child(4) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 120rem) {
  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }
}

@media screen and (max-width: 576px) {
  .submenu {
    display: none;
  }
}

.btn-compare-profile-mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .banner-text__title br {
    display: none;
  }

  .banner-text__title span {
    display: block;
  }

  .manufacturers-price .container-new {
    background-image: url(/img/manufacturers-price/bg-mob.jpg);
  }

  .manufacturers-price .container-new .btn-new {
    min-width: initial;
  }

  .quality-guarantee__box > a.fancybox_form.quality-guarantee__btn-new.btn-new {
    width: 100%;
  }

  .manufacturers-price__box {
    padding: 25px 15px;
  }

  .window-delivery .container-new {
    padding-bottom: 80%;
    background-position: bottom left;
  }

  .our-works .container-new {
    gap: 10px;
  }

  .window-selection .window-selection__inner {
    background-image: url(/img/window-selection/bg-mob.jpg);
  }

  .window-selection .form {
    max-width: 100%;
  }

  .window-selection__box {
    max-width: 100%;
  }

  .baner-03 .btn-new {
    min-width: initial;
  }

  .advantages-v2__box {
    grid-template-columns: repeat(1, 1fr);
  }

  .quality-guarantee__inner {
    padding: 35px 15px 95px;
    background-image: url(/img/quality-guarantee/bg-mob.jpg);
  }

  .quality-guarantee__box > h2.quality-guarantee__title {
    max-width: 295px;
    margin: 0 0 147px;

    font-size: 20px;
  }

  .cr-item__text {
    -webkit-line-clamp: 8;
  }

  .breadcrumbs {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .baner-02 .price {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .baner-02 .text {
    font-size: 15px;
  }

  /* .baner-02 .currency {
    font-size: 18px;
  } */

  .baner-02 .descr {
    margin-bottom: 20px;
  }

  .baner-02 .adv-item {
    font-size: 14px;
  }

  .baner-02 .adv-item span {
    font-size: 24px;
  }

  .baner-02 .form-box p {
    font-size: 16px;
  }

  .more-detailed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .more-detailed__link {
    font-size: 16px;
  }

  .how-to-order__box {
    gap: 25px;
  }

  .hto-item {
    width: 100%;
    padding: 0;
  }

  .hto-item::after {
    display: none;
  }

  .baner-04__inner {
    background-image: url(/img/baner-04/bg-mob.jpg);
  }

  .questions-form {
    padding: 25px 10px;
  }

  .whypop-item {
    padding: 0;
    gap: 0;
  }

  .whypop-item__box {
    padding: 25px 20px;
  }

  .compare-profile__grid {
    /* grid-template-columns: 0 repeat(4, 100%); */
    width: 100% !important;
    grid-template-rows: 159px 47px 75px repeat(7, 60px) 75px 75px 0;
  }

  .compare-profile__pagination span:nth-child(3) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .windes-tabs__btns {
    gap: 20px;
  }

  .compare-profile__grid .title {
    grid-row: 2;
  }

  .compare-profile__item > div {
    width: 100%;
    justify-content: center;
  }

  .compare-profile__item .h75 {
    height: 98px;
  }

  .compare-profile__grid .action {
    display: none;
  }

  .btn-compare-profile-mobile {
    display: block;
    padding-top: 29px;
    display: flex;
    justify-content: center;
  }

  .btn-compare-profile-mobile .btn-new {
    padding: 16px 90px;
  }

  .compare-profile__item:nth-child(n + 11) {
    padding: 0 20px 15px 20px;
  }

  .compare-profile__item:nth-child(2n + 1) {
    background: none;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }

  .compare-profile__item:nth-child(13n + 2) {
    border-top: 1px solid #e0e0e0;
  }

  .compare-profile__item:nth-child(10n + 1),
  .compare-profile__item:nth-child(10n + 2):not(:first-child),
  .compare-profile__item:nth-child(10n + 3),
  .compare-profile__item:nth-child(10n + 4),
  .compare-profile__item:nth-child(10n + 5) {
    background-color: white;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }

  /* .compare-profile__item:nth-child(7), .compare-profile__item:nth-child(8), .compare-profile__item:nth-child(9), .compare-profile__item:nth-child(10){
    border-top: 1px solid #E0E0E0;
  } */
  .compare-profile__item:nth-child(13n + 3) {
    padding-top: 20px;
  }

  .compare-profile__item:nth-child(13n + 11)::after {
    content: "";
    padding-top: 15px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }

  .compare-profile__grid .price {
    font-size: 24px;
    font-weight: 600;
    color: black;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (max-width: 480px) {
  .form__columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__columns .input-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .form__columns .input-wrapper:first-child input {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 420px) {
  .pr-btns__item {
    padding: 12px;
  }

  .ow-info__box {
    grid-template-columns: auto;
    gap: 20px;
  }

  .options_item__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .hb-btns {
    gap: 6px;
  }

  .banner-box__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .window-designer .handles-item__view,
  .window-designer .lamination-item__view {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 390px) {
  .banner-text__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  .additional-options__link {
    font-size: 14px;
    padding: 13px 10px;
  }
}

@media screen and (max-width: 340px) {

  /* .compare-profile__grid {
    grid-template-columns: 0 repeat(4, 100%);
  } */
  .compare-profile__pagination span:nth-child(4) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (max-width: 120rem) {
  .swiper-button-prev {
    left: 5px;
  }

  .swiper-button-next {
    right: 5px;
  }
}

.customer-reviews__slider-box .swiper-button-next,
.customer-reviews__slider-box .swiper-button-prev {
  top: 57%;
}

@media (max-width: 1024px) {

  .customer-reviews__slider-box .swiper-button-next,
  .customer-reviews__slider-box .swiper-button-prev {
    top: 50%;
  }
}

/* .systems-rehau__slider .swiper-button-next,
.systems-rehau__slider .swiper-button-prev {
  display: none;
}
@media (max-width: 1000px) {
  .systems-rehau__slider .swiper-button-next,
  .systems-rehau__slider .swiper-button-prev {
    display: block;
  }
} */
.prices-rehau .swiper-button-next,
.prices-rehau .swiper-button-prev {
  display: none;
}

@media (max-width: 1000px) {

  .prices-rehau .swiper-button-next,
  .prices-rehau .swiper-button-prev {
    display: block;
  }
}

.advantages-tab-ceny__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.adv-c-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 41px 44px;
  border: 1px solid #e0e0e0;
  gap: 15px;
}

.adv-c-item__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
}

.adv-c-item__title {
  max-width: 134px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;

  text-decoration: underline;
}

.adv-c-item__title:hover {
  color: var(--color-accent);
}

.adv-c-item__icon {
  width: 45px;
  height: 45px;
}

.adv-c-item__icon img {
  width: 45px;
  height: 45px;
}

@media screen and (max-width: 1100px) {
  .advantages-tab-ceny__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .advantages-tab-ceny__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .adv-c-item {
    padding: 22px 20px;
  }
}

@media screen and (max-width: 768px) {
  .advantages-tab-ceny__box {
    gap: 10px;
  }

  .adv-c-item__box {
    justify-content: start;
  }
}

@media screen and (max-width: 550px) {
  .advantages-tab-ceny__box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.advantages-ceny-from-what__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
  width: 100% !important;
  margin: 0 !important;
}

.adv2-ceny-from-what-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 23px;
}

.adv2-ceny-from-what-item__descr {
  margin: 0;
}

.adv2-ceny-from-what-item__box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.adv2-ceny-from-what-item__title {
  font-size: 17px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}

.advantages-ceny-from-what_wrapper {
  display: flex;
  flex-direction: column;
  gap: 61px;
}

.advantages-ceny-from-what__pagination {
  text-align: center;
  margin-top: 25px !important;
}

@media screen and (max-width: 992px) {
  .advantages-ceny-from-what__box {
    gap: 100px;
  }
}

@media screen and (max-width: 768px) {
  .advantages-ceny-from-what__box {
    gap: 25px;
    grid-template-columns: repeat(1, 1fr);
    padding-left: 20px;
    width: 100%;
  }

  .advantages-ceny-from-what_wrapper {
    gap: 25px;
    justify-content: center;
  }

  .advantages-ceny-from-what__item {
    max-width: 70%;
    flex-direction: row;
  }

  .adv2-ceny-from-what-item__icon img {
    min-width: 45px;
  }

  .advantages-ceny-from-what_wrapper {
    flex-direction: row;
    justify-content: start;
  }
}

@media screen and (max-width: 480px) {
  .advantages-ceny-from-what__box {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 0px;
  }

  .advantages-ceny-from-what__item {
    max-width: 100%;
  }
}

.cost-windows-ceny__inner {
  overflow: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.cost-windows-ceny__inner::-webkit-scrollbar {
  width: 0;
}

.cost-windows-ceny__inner {
  position: relative;
  max-width: 100%;
}

.cost-windows-ceny__box {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.cost-windows-ceny__inner {
  position: relative;
  max-width: 100%;
}

.cost-windows-ceny__box {
  position: relative;
  overflow: hidden;
}

.cost-windows-ceny__grid {
  display: grid;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  text-align: center;
  grid-template-columns: 401px repeat(2, 235px) 220px 169px;
}

.cost-windows-ceny__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 100px 18px 0;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  text-align: right;
  min-width: 126px;

  font-size: 18px;
  font-weight: 400;
}

.cost-windows-ceny__item:nth-child(5n) {
  padding: 18px 38px 18px 0;
}

@media (max-width: 900px) {
  .cost-windows-ceny__item:nth-child(5n) {
    padding: 18px 15px 18px 0;
  }
}

.cost-windows-ceny__item p {
  max-width: 146px;
  min-width: 126px;
  margin: 0;
  white-space: wrap;
}

.first-culumn {
  padding: 28px 0 28px 35px;
  justify-content: start !important;
  text-align: left;
  min-width: 94px;
}

.cost-windows-ceny__item:nth-child(1) {
  border-top-left-radius: 3px;
}

.cost-windows-ceny__item:nth-child(5) {
  border-top-right-radius: 3px;
}

.cost-windows-ceny__item:nth-child(n + 6) {
  border-bottom: 1px solid #e0e0e0;
}

.cost-windows-ceny__item:nth-child(5n):not(:first-child) {
  border-right: 1px solid #e0e0e0;
}

.first-culumn:not(:first-child) {
  border-left: 1px solid #e0e0e0;

  font-size: 16px;
  font-weight: 600;
}

.cost-windows-ceny__item:nth-child(10n + 1),
.cost-windows-ceny__item:nth-child(10n + 2),
.cost-windows-ceny__item:nth-child(10n + 3),
.cost-windows-ceny__item:nth-child(10n + 4),
.cost-windows-ceny__item:nth-child(10n + 5) {
  background-color: #f5f7f8;
}

/* .cost-windows-ceny__item:nth-last-child(1),
.cost-windows-ceny__item:nth-last-child(2),
.cost-windows-ceny__item:nth-last-child(3),
.cost-windows-ceny__item:nth-last-child(4),
.cost-windows-ceny__item:nth-last-child(5) {
  border-top: 2px solid #e9e9e9;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
} */
.cost-windows-ceny__item span {
  display: none;
}

.cost-windows-ceny__item a,
.cost-windows-ceny__item.title {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  background-color: var(--color-accent);
}

.cost-windows-ceny__item a {
  text-decoration: none;
}

.cost-windows-ceny__item a:hover {
  text-decoration: underline;
}

.cost-windows-ceny__item .h75 {
  width: auto;
  height: 96px;
}

.cost-windows-ceny__item.price {
  font-size: 20px;
  color: var(--color-accent);
}

.cost-windows-ceny__item.price span {
  color: var(--color-text);
}

.cost-windows-ceny__item .btn-new {
  font-size: 15px;
  font-weight: 100;
  min-width: initial;
}

.cost-windows-ceny__item .btn-new:hover {
  text-decoration: none;
}

.cost-windows-ceny__pagination {
  display: none;
  margin-top: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.cost-windows-ceny__pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8px;
  height: 8px;
  cursor: pointer;
  opacity: 0.2;
  border-radius: 50%;
  background-color: #000;
}

.cost-windows-ceny__pagination span.active {
  opacity: 1;
  background-color: var(--color-accent);
}

.cost-windows-ceny__pagination span:nth-child(3) {
  display: none;
}

.cost-windows-ceny__pagination span:nth-child(4) {
  display: none;
}

.cost-windows-ceny__next.swiper-button-next,
.cost-windows-ceny__prev.swiper-button-prev {
  display: none;
}

.cost-windows-ceny__pagination .active {
  margin: 0;
}

.title-cost-windows-ceny__item {
  color: #fff;
  background-color: var(--color-accent) !important;

  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .cost-windows-ceny__grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .first-culumn {
    padding: 14px;
  }

  .cost-windows-ceny__item {
    padding: 14px;
  }

  .cost-windows-ceny__box {
    display: block;
  }
}

@media (max-width: 700px) {
  .cost-windows-ceny__box {
    display: inline-block;
  }

  .cost-windows-ceny__grid {
    grid-template-columns: 104px 80px repeat(2, 102px) 106px;
  }

  .cost-windows-ceny__item {
    padding: 14px 12px;
    justify-content: end;
    text-align: right;

    font-size: 12px;
    min-width: 95px;
  }

  .first-culumn {
    padding: 14px 12px;
    justify-content: center;
    text-align: left;

    font-size: 12px !important;
  }

  .cost-windows-ceny__item:nth-child(5n) {
    padding: 14px 12px;
  }

  .cost-windows-ceny__item:nth-child(5n + 2) {
    padding-right: 25px;
  }

  .title-cost-windows-ceny__item > p {
    font-size: 12px;
  }

  .title-cost-windows-ceny__item:first-child > p {
    min-width: 50px;
  }
}

.indent-custom {
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .indent-custom {
    margin-bottom: 40px;
  }
}

.indent-custom-b {
  margin-bottom: 54px;
}

@media screen and (max-width: 992px) {
  .indent-custom-b {
    margin-bottom: 14px;
  }
}

@media (max-width: 700px) {
  .cost-windows-ceny .container-new {
    padding: 0;
  }

  .cost-windows-ceny .section-header {
    padding: 0 15px;
  }

  .cost-windows-ceny__box {
    padding: 0 15px;
  }
}

@media (max-width: 576px) {
  #page-slide-ceny .center-content {
    flex-direction: column;
  }
}

.content-page-d {
  margin: 15px 0 0;
}

.banner-fw {
  position: relative;
}

.banner-fw__box {
  grid-column: 2/2;
  grid-row: 1/2;
}

.banner-text__descr li {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.banner-text__descr p {
  margin: 0;
}

.desc-text {
  font-size: 18px;
  font-weight: 400;
}

.banner-box__text span {
  font-size: 16px;
  font-weight: 700;
}

.mob-text {
  font-size: 16px;
  font-weight: 500;
  display: none;
}

.banner-fw {
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 8px;
}

.banner-fw .container-new {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: 1fr 89px;
  align-items: start;
  row-gap: 8px;
}

.banner-fw__text {
  padding-bottom: 100px;

  grid-column: 1/2;
  grid-row: 1/2;
}

.banner-text {
  gap: 15px;
}

.banner-bl__block {
  width: 100%;
  grid-row: 2/2;
  grid-column: 1 / span 2;
  position: relative;
  background-color: #ffffff80;
  padding: 10px 60px;
  backdrop-filter: blur(4px);
}

.banner-bl__list-content {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  font-size: 18px;
  font-weight: 700;
  color: #2e2d2e;
  margin: 0;
}

.banner-bl__list-content li {
  position: relative;
  flex-grow: 1;
  padding: 10px 0 10px 40px;
}

.banner-bl__list-content li:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.banner-bl__list-content li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/icons/item.svg);
  background-size: cover;
}

.banner-text__descr span {
  font-size: 22px;
  font-weight: 700;

  padding: 5px 10px;
  background-color: #f2c94c;
  border-radius: 3px;

  margin-right: 10px;
}

.banner-text__descr .last-sale-block {
  padding: 5px 8px;
}

.banner-text__title-gift-block {
  margin-left: 10px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #a80055;
  height: 146px;
  width: 146px;
  min-width: 146px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.banner-text__title-gift-block p {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  line-height: 18.78px;
  margin: 0;
}

.banner-text__title-gift-block span {
  color: #a80055;
}

.banner-box__text {
  display: inline;
}

.timer {
  margin-bottom: 20px;
}

.banner-box__text {
  margin-bottom: 20px;
}

.banner-form {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .banner-text__title-gift-block {
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .timer {
    margin-bottom: 0;
  }

  .banner-form {
    margin-top: 0px;
  }

  .banner-box__text span {
    font-size: 15px;
    font-weight: 700;
  }

  .banner-text__title-gift-block {
    position: absolute;
    top: 90%;
    right: 10px;
    height: 101px;
    max-width: 101px;
    min-width: auto;
  }

  .banner-text__title-gift-block p {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
  }

  .banner-text__descr {
    gap: 10px;
    width: 100%;
    padding: 20px 10px;
  }

  .banner-text__descr span {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 7px;
  }

  .banner-text__descr .last-sale-block {
    padding: 5px 5px;
  }

  .banner-text__title-gift-block img {
    width: 30px;
    height: 30px;
  }

  .banner-bl__list-content {
    font-size: 16px;
  }

  .mob-text {
    display: inline;
  }

  .desc-text {
    display: none;
  }

  .banner-box__title {
    min-width: 200px;
  }

  .banner-box__wrapper-content {
    width: calc(100% - 30px);
    padding: 0 15px;
  }

  .timer-separator {
    font-weight: 400;
  }

  .banner-box__text {
    width: calc(100% - 30px);
    padding: 0 15px;
  }

  .banner-form {
    width: calc(100% - 30px);
    padding: 0 15px;
  }

  .banner-box__top {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
    gap: 19px;
    margin-bottom: 0;
    padding: 0;
  }

  .banner-box__top::after {
    content: "";
    width: 96%;
  }

  .banner-box__top::before {
    content: "";
    width: 96%;
  }

  .banner-fw .container-new {
    grid-template-columns: 100%;
    grid-template-rows: 440px repeat(2, auto);
    row-gap: 0px;
    padding: 0;
  }

  .banner-fw__text {
    /* padding-top: 34px; */

    grid-column: 1/1;
    grid-row: 1/2;
    padding-left: 0;
    row-gap: 0;
    padding-bottom: 0;

    position: relative;
    justify-content: end;
  }

  .banner-fw__box {
    grid-column: 1/1;
    grid-row: 3/3;

    padding-left: 0;
    padding-right: 0;
    padding-top: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
  }

  .banner-bl__block {
    grid-column: 1/1;
    grid-row: 2/3;
    background-color: #ffffffcc;
    padding: 0 15px 10px 10px;
    width: 100%;
  }

  .banner-bl__list-content {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .banner-bl__list-content li:first-child {
    padding-right: 150px;
  }

  .banner-text__wrapper {
    position: relative;
  }
}

@media (max-width: 450px) {
  .banner-box__top {
    flex-direction: column;
  }

  .banner-text__descr span {
    line-height: 21.6px;
  }

  .banner-bl__list-content li {
    font-weight: 600;
    padding: 10px 0 10px 30px;
  }

  .banner-box__title .mobile {
    font-size: 14px;
  }

  .banner-box__title {
    font-size: 14px !important;
  }
}

@media (max-width: 410px) {
  .banner-box__wrapper-content {
    flex-direction: column;
    align-items: start;
  }
}

.note {
  border-left: 4px solid #a80055;
}

.note__container {
  padding: 12px 15px;
}

.note__container p span {
  font-weight: 700;
}

.swiper-examples {
  overflow: hidden;
  margin-bottom: 70px;
}

.examples__item {
  max-height: 496px;
}

@media (max-width: 767px) {
  .examples__item {
    width: auto;
  }

  .cr-item {
    padding: 25px 45px;
  }
}

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

.discount {
  margin-top: 70px;
  background-image: url("/img/window-replacement/order-with-discount.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.discount__container {
  height: 100%;
  width: 100%;
  padding: 40px 0 60px;
  background-color: rgba(168, 0, 85, 0.8509803922);
}

@media (max-width: 767px) {
  .discount__container {
    padding: 30px 15px 40px;
  }
}

.discount__content {
  max-width: 600px;
  margin: auto;
}

.discount__title {
  text-align: center;
}

.discount__title h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .discount__title h3 {
    font-size: 19px;
    line-height: 21px;
  }
}

.discount__text {
  text-align: center;
  margin-bottom: 45px;
}

.discount__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  color: #ffffff;
}

@media (max-width: 767px) {
  .discount__text p {
    font-size: 14px;
    line-height: 19px;
  }
}

.discount__button {
  cursor: pointer;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 19px 58px;
  background: white;
  border-radius: 3px;
  transition: 200ms;
}

.discount__button:hover {
  transform: translateY(-2px);
}

.discount__button a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  color: #a80055;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 13px;
}

.adventages {
  margin: 70px 0;
}

@media (max-width: 767px) {
  .discount__button a {
    font-size: 15px;
    line-height: 19px;
  }
}

.adventages__row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.adventages__img {
  max-width: 493px;
}

@media (max-width: 767px) {
  .adventages__img {
    display: none;
  }
}

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

.adventages__content-container {
  padding: 35px 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

@media (max-width: 767px) {
  .adventages__content-container {
    gap: 25px;
  }
}

.adventages__title {
  width: 391px;
}

.adventages__title h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
}

@media (max-width: 767px) {
  .adventages__title {
    width: 359px;
  }

  .adventages__title h3 {
    font-size: 19px;
    line-height: 21px;
  }
}

.adventages__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

@media (max-width: 767px) {
  .adventages__list {
    gap: 20px;
  }
}

.adventages__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.adventages__coin {
  min-width: 44px;
  height: 44px;
  background: #a80055;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adventages__coin p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  color: #fff;
}

@media (max-width: 767px) {
  .adventages__coin {
    min-width: 40px;
    height: 40px;
  }

  .adventages__coin p {
    font-size: 14px;
    line-height: 19px;
  }
}

.adventages__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.adventages__subtitle p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 767px) {
  .adventages__subtitle p {
    font-size: 16px;
    line-height: 22px;
  }
}

.adventages__text p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

@media (max-width: 767px) {
  .adventages__text p {
    font-size: 14px;
    line-height: 19px;
  }
}

.adventages__note {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .adventages__note {
    display: none;
  }
}

.management {
  position: relative;
}

.management__title {
  margin-bottom: 40px;
}

.management__title h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
}

@media (max-width: 767px) {
  .management__title {
    margin-bottom: 20px;
  }

  .management__title h2 {
    font-size: 19px;
    line-height: 22px;
  }
}

.management__line {
  height: 2px;
  width: 100%;
  background: #a80055;
  position: absolute;
  left: 0;
  bottom: 153px;
}

@media (max-width: 1060px) {
  .management__line {
    bottom: 173px;
  }
}

@media (max-width: 891px) {
  .management__line {
    bottom: 193px;
  }
}

@media (max-width: 767px) {
  .management__line {
    display: none;
  }
}

.management__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 767px) {
  .management__row {
    flex-direction: column;
    gap: 25px;
  }
}

.management__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .management__item {
    gap: 15px;
  }
}

.management__img {
  height: 80px;
}

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

@media (max-width: 767px) {
  .management__img {
    height: 50px;
  }
}

.management__coint {
  width: 40px;
  height: 40px;
  background-color: #a80055;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.management__coint p {
  margin: 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

@media (max-width: 767px) {
  .management__coint {
    width: 35px;
    height: 35px;
  }

  .management__coint p {
    font-size: 14px;
    line-height: 17px;
  }
}

.management__info {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.management__subtitle p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .management__subtitle p {
    font-size: 16px;
    line-height: 18px;
  }
}

.management__text p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

@media (max-width: 767px) {
  .management__text p {
    font-size: 14px;
    line-height: 19px;
  }
}

.management__note {
  margin: 70px 0;
}

.single-leaf {
  margin-bottom: 18px;
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .single-leaf {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .single-leaf .container {
    background-color: #f5f7f8;
  }
}

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

.single-leaf__title {
  font-family: "Inter";
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  margin-bottom: 19px;
  padding: 0 3rem;
}

@media screen and (max-width: 992px) {
  .single-leaf__title {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .single-leaf__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 20.9px;
  }
}

.single-leaf .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  height: 100%;
  max-height: 524px;
  padding: 77px 61px;

  background-color: #f5f7f8;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .single-leaf .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    max-height: none;
    padding: 35px 0 24px 0;

    -webkit-box-pack: start;

    -ms-flex-pack: start;

    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.single-leaf .content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    width: 100%;
    min-width: none;
    max-width: 360px;
    margin-bottom: 13px;
    padding: 20px 22px 22px 22px;

    border-radius: 3px;
    background: rgb(255, 255, 255);

    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }
}

.single-leaf .content-left .mobile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  row-gap: 25px;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-left .mobile-container {
    display: grid;

    grid-template-columns: repeat(2, 145px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .single-leaf .content-left .mobile-container {
    grid-template-columns: repeat(2, 120px);
  }

  .single-leaf {
    margin-top: 14px;
  }
}

.single-leaf .content-left__title {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;

  position: relative;

  display: none;

  margin: 0;
  margin-bottom: 14px;
  margin-left: 33px;

  color: rgb(46, 45, 46);
}

.single-leaf .content-left__title::before {
  position: absolute;
  left: -33px;

  width: 25px;
  height: 25px;

  content: "";

  background-image: url(/img/god-single-leaf/stack.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-left__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 28px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }

  .single-leaf .content-left__title::before {
    left: -28px;

    width: 20px;
    height: 20px;
  }
}

.single-leaf .content-left__text {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;

  margin: 0;
  margin-bottom: 3px;

  color: rgb(79, 79, 79);
}

@media screen and (max-width: 768px) {
  .single-leaf .content-left__text {
    font-size: 13px;
    line-height: 15.83px;
  }
}

.single-leaf .content-left__text b {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;

  color: rgb(46, 45, 46);
}

@media screen and (max-width: 768px) {
  .single-leaf .content-left__text b {
    font-size: 14px;
    line-height: 17.05px;
  }
}

.single-leaf .content-img {
  /* width: 100%;
    max-width: 270px; */
  height: 100%;
  max-height: 408px;
}

@media screen and (max-width: 1200px) {
  .single-leaf .content-img {
    max-width: 216px;
    max-height: 326.4px;
    margin-right: 15px;
  }

  .banner-bl__block {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .single-leaf .content-img {
    max-width: 189px;
    max-height: 285.6px;
  }
}

@media screen and (max-width: 768px) {
  .single-leaf .content-img {
    max-width: 132px;
    max-height: 200px;
    margin-right: 0;
    margin-bottom: 37px;

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

.single-leaf .content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  max-width: 355px;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right {
    max-width: 360px;

    -webkit-box-ordinal-group: 4;

    -ms-flex-order: 3;

    order: 3;
  }
}

.single-leaf .content-right__order {
  width: 100%;
  padding: 39px 35px 33px 35px;

  border-radius: 3px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 4px 8px 0 rgba(72, 99, 113, 0.2);
  box-shadow: 0 4px 8px 0 rgba(72, 99, 113, 0.2);
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__order {
    padding: 18px 19px 20px 22px;
  }
}

.single-leaf .content-right__order-text {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;

  margin: 0;
  margin-bottom: 20px;

  text-wrap: nowrap;

  color: rgb(79, 79, 79);
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__order-text {
    font-size: 14px;
  }
}

.single-leaf .content-right__order-text b {
  font-family: "Inter";
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  color: rgb(46, 45, 46);
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__order-text b {
    font-size: 32px;
  }
}

.single-leaf .content-right__order-text span {
  font-family: "Inter";
  font-size: 28px;
  font-weight: 700;
  line-height: 26.4px;

  margin-left: 11px;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__order-text span {
    font-size: 20px;
    line-height: 19.8px;
  }
}

.single-leaf .content-right__order-button {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  width: 100%;
  max-width: 285px;
  height: 100%;
  max-height: 51px;
  padding: 16px 10px 16px 10px;

  cursor: pointer;

  color: rgb(255, 255, 255);
  border: none;
  border-radius: 3px;
  background: rgb(168, 0, 85);

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__order-button {
    max-width: 320px;
  }
}

.single-leaf .content-right__textblock {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__textblock {
    margin-top: 25px;
  }
}

.single-leaf .content-right__text {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 18.27px;

  margin: 0;
  margin-left: 32px;
}

.single-leaf .content-right__text:last-child {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__text:last-child {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .single-leaf .content-right__text {
    font-size: 14px;

    margin-left: 26px;
  }
}

.single-leaf .time {
  position: relative;
}

.single-leaf .time::before {
  position: absolute;
  left: -32px;

  width: 25px;
  height: 25px;

  content: "";

  background-image: url(/img/god-single-leaf/time.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .single-leaf .time::before {
    left: -26px;

    width: 19px;
    height: 19px;
  }
}

.single-leaf .delivery {
  position: relative;
}

.single-leaf .delivery::before {
  position: absolute;
  left: -32px;

  width: 25px;
  height: 25px;

  content: "";

  background-image: url(/img/god-single-leaf/delivery.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .single-leaf .delivery::before {
    left: -26px;

    width: 19px;
    height: 19px;
  }
}

.god-form {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .god-form {
    display: none;
  }
}

.god-form .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;
  max-height: 165px;
  padding: 38px 51px 49px 61px;

  background-color: #2e2d2e;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1100px) {
  .god-form .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    max-height: 220px;

    -webkit-box-align: start;

    -ms-flex-align: start;

    align-items: flex-start;
  }
}

.god-form .text {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;

  width: 100%;
  max-width: 280px;
  height: 100%;
  max-height: 78px;
  margin: 0;
  margin-right: 20px;

  color: rgb(255, 255, 255);
}

@media screen and (max-width: 1100px) {
  .god-form .text {
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

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

  max-width: 788px;
  max-height: 78px;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

  width: 100%;

  -ms-flex-wrap: nowrap;

  flex-wrap: nowrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.god-form .formblock__input {
  width: 100%;
  max-width: 229px;
  height: 52px;
  padding: 16px 5px 16px 19px;

  border: none;
  border-radius: 3px;
  background: rgb(255, 255, 255);
}

.god-form .formblock__input::-webkit-input-placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;

  color: #4f4f4f;
}

.god-form .formblock__input::-moz-placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;

  color: #4f4f4f;
}

.god-form .formblock__input:-ms-input-placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;

  color: #4f4f4f;
}

.god-form .formblock__input::-ms-input-placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;

  color: #4f4f4f;
}

.god-form .formblock__input::placeholder {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 19.49px;

  color: #4f4f4f;
}

.god-form .formblock__button {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 19.49px;

  width: 100%;
  max-width: 229px;
  height: 52px;
  padding: 16px 46px 17px 46px;

  cursor: pointer;
  text-wrap: nowrap;

  color: #fff;
  border: none;
  border-radius: 3px;
  background: rgb(168, 0, 85);
}

.god-form .formblock__text,
.god-form .formblock__text a {
  font-family: "Inter";
  font-size: 13px;
  font-weight: 400;
  line-height: 15.83px;

  color: rgb(189, 189, 189);
}

.god-form-text {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .god-form-text {
    display: none;
  }
}

.god-form-text .text {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;

  margin: 0;

  color: rgb(46, 45, 46);
}

.god-props {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .god-props {
    margin-bottom: 40px;
  }
}

.god-props .god-props__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-column-gap: 20px;

  -moz-column-gap: 20px;

  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .god-props .god-props__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

  width: 100%;
  max-width: 513px;
  height: 100%;
  max-height: 455px;
  padding: 45px 26px 58px 45px;

  border: 1px solid rgb(224, 224, 224);
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .god-props .textblock {
    max-width: none;
    padding: 28px 34px 32px 20px;

    -webkit-box-ordinal-group: 3;

    -ms-flex-order: 2;

    order: 2;
  }
}

.god-props .textblock__title {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  line-height: 26.4px;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;
  max-width: 363px;
  height: 52px;
  margin: 0;
  margin-bottom: 37px;
  margin-left: 65px;

  color: rgb(46, 45, 46);

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.god-props .textblock__title::before {
  position: absolute;
  left: -65px;

  width: 50px;
  height: 50px;

  content: "";

  background-image: url(/img/god-props/rehau-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .god-props .textblock__title {
    font-size: 19px;
    line-height: 20.9px;

    margin-bottom: 20px;
    margin-left: 47px;
  }

  .god-props .textblock__title::before {
    left: -47px;

    width: 35px;
    height: 35px;
  }
}

.god-props .textblock__props {
  display: grid;

  grid-template-columns: repeat(2, 227px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1000px) {
  .god-props .textblock__props {
    grid-template-columns: repeat(2, 157.5px);
  }
}

@media screen and (max-width: 424px) {
  .god-props .textblock__title {
    max-width: 290px;
  }
}

@media screen and (max-width: 400px) {
  .god-props .textblock__props {
    grid-template-columns: repeat(2, 140px);
  }

  .banner-box__wrapper-content {
    padding: 0 15px 0 30px;
  }
}

.god-props .textblock__prop {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 18.27px;

  margin: 0;
  margin-bottom: 34px;

  color: rgb(79, 79, 79);
}

.god-props .textblock__prop b {
  font-family: "Inter";
  font-size: 17px;
  font-weight: 700;
  line-height: 20.71px;

  color: rgb(46, 45, 46);
}

@media screen and (max-width: 768px) {
  .god-props .textblock__prop {
    font-size: 13px;
    line-height: 16px;

    margin-bottom: 20px;
  }

  .god-props .textblock__prop b {
    font-size: 14px;
    line-height: 16px;
  }
}

.god-props .textblock .last {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .god-props .textblock .last {
    margin-bottom: 0;
  }
}

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

  width: 100%;

  -webkit-column-gap: 9px;

  -moz-column-gap: 9px;

  column-gap: 9px;
}

@media screen and (max-width: 768px) {
  .god-props .god-images {
    margin-bottom: 10px;

    -webkit-box-ordinal-group: 2;

    -ms-flex-order: 1;

    order: 1;
  }
}

.god-props .imageblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  max-width: 359px;

  background-color: #f5f7f8;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.god-props .imageblock__img {
  width: 100%;
  height: 100%;
}

.god-props .imageblock .first {
  max-width: 275px;
  max-height: 345px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .god-props .imageblock .first {
    max-width: 139px;
    height: 171px;
    margin: 0;
  }
}

.god-props .imageblock .second {
  max-width: 326.82px;
  max-height: 411px;
}

@media screen and (max-width: 768px) {
  .god-props .imageblock .second {
    max-width: 162px;
    max-height: 203.5px;
    margin: 0;
  }
}

.guarantee_2 {
  font-family: "Inter";
  margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .guarantee_2 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 480px) {
  .guarantee_2 {
    margin-bottom: 40px;
  }

  .btn-new_only-desktop-span {
    display: none;
  }
}

.guarantee_2__inner {
  overflow: hidden;

  height: 100%;
  max-height: 434px;
  padding: 79px 87px;
  width: 100%;
  color: #fff;
  border-radius: 3px;
  background-image: url("/img/quality-guarantee/bg-pc.jpg");
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 1320px) {
  .guarantee_2__inner {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media screen and (max-width: 992px) {
  .guarantee_2__inner {
    margin-right: -15px;
    margin-left: -15px;
    padding: 76px 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .guarantee_2__inner {
    padding: 35px 25px 25px 25px;

    background-image: url("/img/quality-guarantee/bg-mob.jpg");
  }
}

.guarantee_2__box {
  max-width: 529px;
  height: 100%;
  max-height: 276px;
}

@media screen and (max-width: 480px) {
  .guarantee_2__box {
    max-height: 364px;
  }
}

.guarantee_2__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 39px;

  max-width: 570px;
  margin: 0;
  margin-bottom: 15px;

  text-align: left;
  letter-spacing: 0;

  color: rgb(255, 255, 255);
}

@media screen and (max-width: 480px) {
  .guarantee_2__title {
    font-size: 19px;
    line-height: 21.85px;

    max-width: 340px;

    color: rgb(255, 255, 255);
  }
}

.guarantee_2__desc {
  width: 100%;
  max-width: 529px;
  height: 220px;
}

@media screen and (max-width: 480px) {
  .guarantee_2__desc {
    height: 100%;
  }
}

.guarantee_2__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;

  margin: 0;
  margin-bottom: 5%;

  text-align: left;
  letter-spacing: 0;

  color: rgb(255, 255, 255);
}

@media screen and (max-width: 480px) {
  .guarantee_2__text {
    font-size: 14px;
    line-height: 18.9px;

    max-height: 340px;
  }
}

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

.container-calc-params {
  display: flex;
  justify-content: start;
}

.calculator {
  color: #2e2d2e;
}

.calculator .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 8px;
}

@media screen and (max-width: 768px) {
  .calculator .tab-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
  }
}

.calculator .tab-btns__item {
  width: 100%;
  max-width: 165px;
  padding-bottom: 20px;

  border: 2px solid transparent;
}

@media screen and (max-width: 768px) {
  .calculator .tab-btns__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    max-width: calc(25% - 3px);

    gap: 5px;
  }
}

.calculator .tab-btns__item .tab-btns__box {
  position: relative;
  z-index: 2;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 16px 10px;

  cursor: pointer;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;

  border: 2px solid #e5e9eb;
  border-radius: 3px;
  background-color: #e5e9eb;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  gap: 4px;
}

.calculator .tab-btns__item .tab-btns__box::before {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;

  width: 10px;
  height: 10px;

  -webkit-transform: translate(-50%, -50%) rotate(45deg);

  -ms-transform: translate(-50%, -50%) rotate(45deg);

  transform: translate(-50%, -50%) rotate(45deg);

  background-color: #a80055;
}

.calculator .tab-btns__item .tab-btns__box img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  width: 100%;
  height: 88px;

  -ms-flex-negative: 0;

  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .calculator .tab-btns__item .tab-btns__box img {
    height: 35px;
  }
}

.calculator .tab-btns__item:hover .tab-btns__box {
  border: 2px solid #a80055;
}

@media screen and (max-width: 768px) {
  .calculator .tab-btns__item .pc {
    display: none;
  }
}

.calculator .tab-btns__item .mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .calculator .tab-btns__item .mob {
    font-size: 11px;
    font-weight: 400;

    display: inline;

    -ms-flex-item-align: center;

    align-self: center;
  }
}

.calculator .tab-btns__info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin: 0;

  color: #4f4f4f;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  gap: 11px;
}

.calculator .tab-btns__info img {
  width: auto;
  height: 35px;

  -ms-flex-negative: 0;

  flex-shrink: 0;
}

.calculator-grid {
  display: grid;

  max-width: 100%;

  grid-template-columns: 57.69% 40.714%;
  grid-template-rows: auto auto auto;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .calculator-grid {
    grid-template-columns: 100%;
  }
}

.calculator-grid__item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  padding: 70px 45px 45px;

  border-radius: 3px;
  background-color: #f5f7f8;

  gap: 5px;
}

@media screen and (max-width: 992px) {
  .calculator-grid__item {
    padding: 70px 16px 45px;
  }
}

@media screen and (max-width: 768px) {
  .calculator-grid__item {
    padding: 60px 16px 45px;
  }
}

.calculator-grid__item.one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 4px;
  grid-column: 1/3;
  grid-row: 1/2;
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.one {
    grid-column: 1/2;
  }
}

@media screen and (max-width: 380px) {
  .calculator-grid__item.one {
    padding-top: 80px;
  }
}

.calculator-grid__item.two {
  grid-column: 1/2;
  grid-row: 2/3;
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.two {
    padding-bottom: 105px;

    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.calculator-grid__item.two label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

@media screen and (max-width: 900px) {
  .calculator-grid__item.two label span {
    display: block;

    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.two label {
    font-size: 13px;
  }
}

@media screen and (max-width: 380px) {
  .calculator-grid__item.two label {
    font-size: 11px;
  }
}

.calculator-grid__item.two input {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;

  width: 89px;
  height: 40px;

  text-align: center;

  border: 1px solid #e0e0e0;
  border-radius: 3px;

  -ms-flex-negative: 0;

  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.two input {
    width: 80px;
  }
}

@media screen and (max-width: 380px) {
  .calculator-grid__item.two input {
    width: 70px;
  }
}

.calculator-grid__item.two .two-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin-bottom: 34px;

  gap: 8px 35px;
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.two .two-wrapper {
    gap: 8px 25px;
  }
}

@media screen and (max-width: 380px) {
  .calculator-grid__item.two .two-wrapper {
    gap: 8px 15px;
  }
}

.calculator-grid__item.two .calculator__input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  gap: 7px;
}

.calculator-grid__item.two .calculator__preview {
  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  padding-right: 30px;

  text-align: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.calculator-grid__item.two .calculator__preview_img_container > img {
  max-width: 100%;
  max-height: 268px;
  min-height: 160px;
  min-width: 160px;

  -o-object-fit: contain;

  object-fit: contain;
}

.calculator-grid__item.two .calculator__preview-title {
  position: absolute;
  top: calc(100% + 50px);
}

.calculator-grid__item.three {
  grid-column: 1/3;
  grid-row: 3/4;
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.three {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

@media screen and (max-width: 454px) {
  .calculator-grid__item.three {
    padding-top: 80px;
  }
}

.calculator-grid__item.four {
  padding-top: 45px;

  grid-column: 2/3;
  grid-row: 2/3;
}

@media screen and (max-width: 768px) {
  .calculator-grid__item.four {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}

.calculator-grid__item.four p {
  font-size: 18px;
  font-weight: 700;

  margin: 0;
}

@media screen and (max-width: 600px) {
  .calculator-grid__item.four p {
    font-size: 16px;
  }
}

.calculator-grid__item.four ul {
  font-size: 16px;
  font-weight: 400;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  margin: 25px 0 37px;
  padding: 0;

  gap: 11px;
}

@media screen and (max-width: 600px) {
  .calculator-grid__item.four ul {
    font-size: 14px;
  }
}

.calculator-grid__item.four li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  margin: 0;

  gap: 5px;
}

@media screen and (max-width: 600px) {
  .calculator-grid__item.four li {
    gap: 15px;
  }
}

.calculator-grid__item.four li::before {
  display: none;
}

.calculator-grid__item.four li b {
  width: 120px;

  -ms-flex-negative: 0;

  flex-shrink: 0;
}

@media screen and (max-width: 600px) {
  .calculator-grid__item.four li b {
    width: 90px;
  }
}

.calculator-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;

  position: absolute;
  top: 0;
  left: 0;

  margin: 0;
  padding: 10px;

  color: #fff;
  border-radius: 3px 0;
  background-color: #a6d1a3;
}

.calculator-price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: baseline;

  -ms-flex-align: baseline;

  align-items: baseline;
}

.calculator__price {
  font-size: 60px;
  font-weight: 700;
  line-height: normal;

  color: #a80055;
}

@media screen and (max-width: 600px) {
  .calculator__price {
    font-size: 36px;
  }
}

.calculator__currency {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;

  color: #a80055;
}

@media screen and (max-width: 600px) {
  .calculator__currency {
    font-size: 18px;
  }
}

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

  text-align: center;

  gap: 16px;
}

.calculator__question {
  font-size: 14px;
  font-weight: 400;

  text-decoration: underline;
}

.calculator .type-submenu-inner {
  position: absolute;
  z-index: 3;
  top: 230px;
  left: 45px;

  overflow: hidden;

  width: 100%;
  max-width: calc(100% - 90px);
  height: 0;

  -webkit-transition: opacity 0.5s ease-out;

  transition: opacity 0.5s ease-out;

  opacity: 0;
}

@media screen and (max-width: 992px) {
  .calculator .type-submenu-inner {
    left: 16px;

    max-width: calc(100% - 32px);
  }
}

@media screen and (max-width: 768px) {
  .calculator .type-submenu-inner {
    top: 170px;
  }
}

.calculator .type-submenu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  padding: 12px;

  border-radius: 3px;
  background-color: #fff;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
  gap: 5px;
}

.calculator .type-submenu__item {
  font-size: 11px;
  font-weight: 400;
  line-height: 110%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 113px;
  padding: 12px;

  cursor: pointer;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  text-align: center;

  border: 1px solid transparent;
  border-radius: 3px;
  background: #e5e9eb;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 768px) {
  .calculator .type-submenu__item {
    width: calc(25% - 3.75px);
  }
}

@media screen and (max-width: 600px) {
  .calculator .type-submenu__item {
    width: calc(33.3333333333% - 3.3333333333px);
  }
}

@media screen and (max-width: 440px) {
  .calculator .type-submenu__item {
    width: calc(50% - 2.5px);
  }
}

.calculator .type-submenu__item:hover {
  border: 1px solid #a80055;
}

.calculator .type-submenu__img {
  width: 100%;
  height: 50px;

  -o-object-fit: contain;

  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .calculator .type-submenu__img {
    height: 35px;
  }
}

.calculator .three-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
  gap: 15px 30px;
}

@media screen and (max-width: 1200px) {
  .calculator .three-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .calculator .three-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .calculator .three-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.calculator .three-grid label {
  display: block;

  margin-bottom: 13px;

  cursor: pointer;
}

.calculator .three-grid label:last-child {
  margin-bottom: 0;
}

.calculator .col-01,
.calculator .col-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  gap: 15px;
}

.calculator .col-01 .three-grid__title,
.calculator .col-02 .three-grid__title {
  margin-bottom: -8px;
}

@media screen and (max-width: 1200px) {
  .calculator .col-01 {
    grid-column: 1/2;
  }
}

.calculator .col-02 {
  grid-column: 2/3;
}

@media screen and (max-width: 1200px) {
  .calculator .col-02 {
    grid-column: 1/2;
  }
}

.calculator .col-03 {
  grid-column: 3/4;
  grid-row: 1/3;
}

@media screen and (max-width: 1200px) {
  .calculator .col-03 {
    grid-column: 2/3;
  }
}

@media screen and (max-width: 768px) {
  .calculator .col-03 {
    padding-bottom: 20px;

    border-bottom: 1px solid #e0e0e0;

    grid-row: 1/2;
  }
}

@media screen and (max-width: 600px) {
  .calculator .col-03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.calculator .col-04 {
  grid-column: 4/5;
  grid-row: 1/3;
}

@media screen and (max-width: 1200px) {
  .calculator .col-04 {
    grid-column: 3/4;
  }
}

@media screen and (max-width: 768px) {
  .calculator .col-04 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (max-width: 600px) {
  .calculator .col-04 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
}

.calculator .three-grid__title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;

  display: block;

  margin-bottom: 10px;
}

.calculator [type="checkbox"],
.calculator [type="radio"] {
  position: fixed;

  -webkit-transform: scale(0);

  -ms-transform: scale(0);

  transform: scale(0);
}

.calculator .radio-title,
.calculator .checkbox-title {
  font-size: 16px;
  font-weight: 400;

  position: relative;

  padding-left: 28px;
}

@media screen and (max-width: 768px) {

  .calculator .radio-title,
  .calculator .checkbox-title {
    font-size: 15px;
  }
}

.calculator .radio-title::before,
.calculator .checkbox-title::before {
  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "";

  border: 2px solid #bdbdbd;
  border-radius: 50%;
}

.calculator .checkbox-title::before {
  border-radius: 3px;
}

.calculator [type="radio"]:checked ~ .radio-title::before {
  border: 5px solid var(--color-accent);
}

.calculator [type="checkbox"]:checked ~ .checkbox-title::before {
  border: 2px solid var(--color-accent);
}

.calculator [type="checkbox"]:checked ~ .checkbox-title::after {
  position: absolute;
  top: 10px;
  left: 10px;

  width: 10px;
  height: 10px;

  content: "";
  -webkit-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);

  background-color: var(--color-accent);
}

@media (hover: hover) {
  .tab-btns__item:hover .type-submenu-inner {
    height: auto;

    opacity: 1;
  }
}

.tab-btns__item.active .type-submenu-inner {
  height: auto;

  opacity: 1;
}

.calculator-select {
  position: relative;

  width: 100%;
}

.calculator-select__current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;

  width: 100%;
  min-width: 250px;
  height: 36px;

  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;

  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: #fff;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.calculator-select__current.toggle {
  border: 1px solid var(--color-accent);
}

.calculator-select__current.toggle .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.calculator-select__current .title {
  font-size: 13px;

  padding: 10px;

  background-color: #fff;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;
}

.calculator-select__current .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  padding: 5px 10px;

  -webkit-transition: -webkit-transform 0.25s;

  transition: -webkit-transform 0.25s;

  transition: transform 0.25s;

  transition: transform 0.25s, -webkit-transform 0.25s;

  background-color: #fff;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calculator-select__current .icon svg {
  width: 8px;
  height: 8px;
}

.calculator-select__variants {
  font-size: 14px;
  font-weight: 400;

  position: absolute;
  z-index: 10;
  top: 40px;

  display: none;

  width: 100%;
  min-width: 250px;

  border: 1px solid #a80055;
  border-radius: 3px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .calculator-select__variants {
    right: 0;
  }
}

@media (max-width: 480px) {
  .calculator-select__variants {
    right: initial;
    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%);
  }
}

.calculator-select__variants.toggle {
  display: block;
}

.variants-item {
  padding: 9px 17px;

  cursor: pointer;
}

.variants-item.toggle {
  background-color: #e8d9e0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: none;
  touch-action: none;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;

  overflow: hidden;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;

  width: 100%;
  height: 100%;

  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;

  will-change: transform;
  -webkit-transform-style: preserve-3d;
  transform-style: flat;
}

/* Offset direction
  */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  top: -100%;

  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -17px;

  width: 34px;
  height: 28px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  right: -6px;
  bottom: -17px;

  width: 28px;
  height: 34px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  right: auto;
  left: -17px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background: #fafafa;
  -webkit-box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  cursor: default;

  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd,
    0 3px 6px -3px #bbb;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Handle stripes;
  */
.noUi-handle:before,
.noUi-handle:after {
  position: absolute;
  top: 6px;
  left: 14px;

  display: block;

  width: 1px;
  height: 14px;

  content: "";

  background: #e8e7e6;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  top: 14px;
  left: 6px;

  width: 14px;
  height: 1px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;

  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;

  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;

  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;

  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;

  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;

  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;

  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;

  display: block;

  padding: 5px;

  text-align: center;
  white-space: nowrap;

  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;

  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;

  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;

  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;

  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
}

.noUi-target {
  border: none;
}

.two .noUi-handle {
  width: 20px;
  height: 20px;

  border: 5px solid var(--color-accent);
}

.two .noUi-handle::before {
  display: none;
}

.two .noUi-handle::after {
  display: none;
}

.noUi-connects {
  background-color: #c8ccce;
}

.range-slider-01 {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;

  width: calc(100% - 60px);
  height: 4px;
}

.range-slider-01 .noUi-connect,
.range-slider-02 .noUi-connect {
  background: var(--color-accent);
}

.range-slider-01 .noUi-handle {
  top: -7px;
  right: -9px;
  /* half the width */

  width: 20px;
  height: 20px;

  cursor: pointer;

  border-radius: 9px;
}

.range-slider-02 {
  position: absolute;
  top: 0;
  left: calc(100% - 14px);

  width: 4px;
  height: calc(100% - 30px);
}

.range-slider-02 .noUi-handle {
  top: -5px;
  left: -11px;

  width: 20px;
  height: 20px;

  cursor: pointer;

  border-radius: 9px;
}

.noUi-vertical .noUi-origin {
  top: 0;
}

.calculator * {
  box-sizing: border-box !important;
}

.tab-btns {
  margin: 0 !important;
}

.type-submenu {
  margin: 0 !important;
}

.tab-btns__item {
  margin: 0 !important;
}

.calculator__preview_img_container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 30px;
  grid-template-rows: 1fr 30px;
}

.right-height-designation {
  grid-column: 2/2;
  grid-row: 1/2;
  border-top: 2px solid #bdbdbd;
  border-bottom: 2px solid #bdbdbd;
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bottom-width-designation {
  grid-column: 1/2;
  grid-row: 2/2;
  border-left: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.right-height-designation > .line-arrow {
  height: calc(100% - 15px);
  width: 1.5px;
  background-color: #4f4f4f;
}

.bottom-width-designation > .line-arrow {
  width: calc(100% - 15px);
  height: 1.5px;
  background-color: #4f4f4f;
}

.arrow-top,
.arrow-bottom {
  transform: rotate(90deg);
}

.arrow-top {
  position: absolute;
  top: 0;
  left: 11px;
  font-weight: 1000;
}

.arrow-bottom {
  position: absolute;
  bottom: 0;
  left: 11px;
  font-weight: 1000;
}

@media (max-width: 768px) {
  .arrow-top {
    position: absolute;
    top: 0;
    left: 12px;
    font-weight: 1000;
  }

  .arrow-bottom {
    position: absolute;
    bottom: 0;
    left: 12px;
    font-weight: 1000;
  }
}

.arrow-left {
  position: absolute;
  left: 6px;
  top: 22%;
  font-weight: 1000;
}

.arrow-right {
  position: absolute;
  right: 6px;
  top: 22%;
  font-weight: 1000;
}

.calculator__preview_img_container-width {
  position: absolute;
  color: #b4b4b4;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  bottom: -8px;
  left: calc(50% - 40px);

  margin: 0;
}

.calculator__preview_img_container-height {
  position: absolute;
  color: #b4b4b4;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  transform: rotate(270deg);
  right: -20px;
  top: calc(50% - 30px);

  margin: 0;
}

.btn-new-anumation {
  -webkit-transition: background-color 0.25s, color 0.25s,
    -webkit-transform 0.25s;
  transition: background-color 0.25s, color 0.25s, -webkit-transform 0.25s;
  -o-transition: background-color 0.25s, color 0.25s, transform 0.25s;
  transition: background-color 0.25s, color 0.25s, transform 0.25s;
  transition: background-color 0.25s, color 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
}

.btn-new-anumation:focus,
.btn-new-anumation:hover:not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.btn-new-anumation:disabled {
  opacity: 0.4;
}

.section-header-list-elemnt {
  margin-left: 0;
}

.section-header-list-elemnt li {
  list-style: none;

  padding-left: 30px;
  position: relative;

  margin-bottom: 0.5rem;
}

.section-header-list-elemnt li::after {
  content: url("/img/circle_ul.svg");

  width: 20px;
  height: 20px;

  position: absolute;
  left: 0;
  top: 0;
}

.banner-new {
  position: relative;

  margin-bottom: 70px;
}

@media screen and (max-width: 992px) {
  .banner-new {
    width: 100%;
    max-width: 1260px;
    height: 425px;
    margin-bottom: 40px;
  }
}

.banner-new .inner {
  position: relative;

  width: 100%;
  max-width: 1260px;
  height: 340px;
  padding: 61px 10px 10px 61px;

  border-radius: 3px;
  background-image: url("/img/banner-new/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-new .inner::after {
  position: absolute;
  top: 16%;
  left: 58%;

  width: 104px;
  height: 104px;

  content: "";

  background-image: url("/img/banner-new/sale.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .banner-new .inner::after {
    left: 64%;
  }
}

@media screen and (max-width: 992px) {
  .banner-new .inner::after {
    top: 64%;
    left: 60%;

    width: 79.11px;
    height: 79.11px;
  }
}

@media screen and (max-width: 992px) {
  .banner-new .inner {
    position: absolute;
    bottom: 0;
    left: 0;

    height: 425px;
    padding: 39px 15px 10px 15px;
  }
}

@media screen and (max-width: 478px) {
  .banner-new .inner {
    background-image: url("/img/banner-new/bg-mobile.jpg");
  }
}

.banner-new .inner__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 37px;

  position: relative;

  width: 431px;
  height: 37px;
  margin: 0;
  margin-bottom: 15px;

  color: #2e2d2e;
}

@media screen and (max-width: 992px) {
  .banner-new .inner__title {
    display: none;
  }
}

.banner-new .inner__title-mobile {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 21px;

  display: none;

  width: 267px;
  height: 42px;
  margin: 0;
  margin-bottom: 15px;

  color: #2e2d2e;
}

@media screen and (max-width: 992px) {
  .banner-new .inner__title-mobile {
    display: block;
  }
}

.banner-new .inner__text {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;

  max-width: 529px;
  height: 44px;
  margin: 0;
  margin-bottom: 35px;

  text-align: left;
  letter-spacing: 0;

  color: #2e2d2e;
}

@media screen and (max-width: 992px) {
  .banner-new .inner__text {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;

    max-width: 360px;
    height: 57px;
    margin-bottom: 20px;
  }
}

.banner-new .inner__button {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;
  max-width: 285px;
  height: 51px;

  cursor: pointer;

  color: #fff;
  border: none;
  border-radius: 3px;
  background: #a80055;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .banner-new .inner__button {
    font-size: 15px;
    line-height: 18px;

    max-width: 209px;
    height: 46px;
  }
}

.banner-dismant {
  height: 100%;
  margin-bottom: 70px;
}

.banner-dismant__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  margin: 0;
  margin-bottom: 19px;

  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .banner-dismant__title {
    font-size: 19px;
    line-height: 21px;

    margin-bottom: 15px;
  }
}

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

  max-width: 1260px;
  height: 550px;
  padding: 73px 0 59px 70px;

  background-image: url("/img/banners/bg1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banner-dismant .inner {
    min-width: 280px;
    height: 200px;
    padding: 22px 0 19px 23px;
  }
}

.banner-dismant .inner__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  width: 100%;
  max-width: 466px;
  height: 100%;
  max-height: 132px;
  margin: 0;

  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;

  color: #2e2d2e;
}

.banner-dismant .inner__title span {
  color: #a80055;
}

@media screen and (max-width: 768px) {
  .banner-dismant .inner__title {
    font-size: 16px;
    line-height: 18px;

    width: 185px;
    height: 54px;
  }
}

.banner-dismant .inner__textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  max-width: 328px;
  height: 73px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

@media screen and (max-width: 768px) {
  .banner-dismant .inner__textblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 144px;
    height: 48.86px;
    margin-top: 3px;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
  }
}

.banner-dismant .inner__text {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;
  max-width: 238px;
  height: 36px;
  margin: 0;
  margin-left: 88px;

  text-align: left;
  letter-spacing: 0;

  color: #2e2d2e;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.banner-dismant .inner__text::before {
  position: absolute;
  left: -88px;

  width: 70.86px;
  height: 55.89px;

  content: "";

  background-image: url("/img/banners/icon-banner1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .banner-dismant .inner__text {
    font-size: 10px;
    line-height: 11px;

    margin-left: 0;
  }

  .banner-dismant .inner__text::before {
    top: -15px;
    left: 0;

    width: 20.25px;
    height: 15.97px;
  }
}

.banner-adjust {
  height: 100%;
  margin-bottom: 70px;
}

.banner-adjust__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  margin: 0;
  margin-bottom: 19px;

  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .banner-adjust__title {
    font-size: 19px;
    line-height: 21px;

    margin-bottom: 15px;
  }
}

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

  max-width: 1260px;
  height: 550px;
  padding: 74px 0 71px 77px;

  background-image: url("/img/banners/bg2.jpeg");
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banner-adjust .inner {
    min-width: 280px;
    height: 200px;
    padding: 23px 0 23px 22px;
  }
}

.banner-adjust .inner .textblock {
  max-width: 472px;
  height: 215px;
}

@media screen and (max-width: 768px) {
  .banner-adjust .inner .textblock {
    max-width: 157px;
    height: 83px;
  }
}

.banner-adjust .inner .textblock__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 49.5px;

  width: 100%;
  max-width: 472px;
  height: 150px;
  margin: 0;
  margin-bottom: 21px;

  text-transform: uppercase;

  color: #2e2d2e;
}

.banner-adjust .inner .textblock__title span {
  color: #a80055;
}

@media screen and (max-width: 768px) {
  .banner-adjust .inner .textblock__title {
    font-size: 16px;
    line-height: 18px;

    width: 154px;
    height: 54px;
    margin-bottom: 7px;
  }
}

.banner-adjust .inner .textblock__text {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;

  width: 100%;
  max-width: 262px;
  height: 44px;
  margin: 0;

  color: #2e2d2e;
}

@media screen and (max-width: 768px) {
  .banner-adjust .inner .textblock__text {
    font-size: 10px;
    line-height: 11px;

    max-width: 144px;
    height: 22px;
  }
}

.banner-adjust .inner__link {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  max-width: 205px;
  height: 40px;
  margin: 0;
  margin-left: 55px;

  text-decoration: none;

  color: #2e2d2e;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.banner-adjust .inner__link::before {
  position: absolute;
  left: -55px;

  width: 40px;
  height: 40px;

  content: "";

  background-image: url("/img/banners/icon-banner2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .banner-adjust .inner__link {
    font-size: 11px;
    line-height: 14px;

    max-width: 119px;
    height: 17px;
    margin-left: 22px;
  }

  .banner-adjust .inner__link::before {
    left: -22px;

    width: 17px;
    height: 17px;
  }
}

.banner-offical {
  height: 100%;
  margin-bottom: 70px;
}

.banner-offical__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  margin: 0;
  margin-bottom: 19px;

  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .banner-offical__title {
    font-size: 19px;
    line-height: 21px;

    margin-bottom: 15px;
  }
}

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

  max-width: 1260px;
  height: 550px;
  padding: 82px 0 27px 83px;

  background-image: url("/img/banners/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banner-offical .inner {
    min-width: 280px;
    height: 200px;
    padding: 28px 0 23px 25px;
  }
}

.banner-offical .inner .upper {
  max-width: 489px;
  height: 219px;
}

@media screen and (max-width: 768px) {
  .banner-offical .inner .upper {
    max-width: 205px;
    height: 109px;
  }
}

.banner-offical .inner .upper__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  width: 100%;
  max-width: 489px;

  margin: 0;
  margin-bottom: 21px;

  text-transform: uppercase;

  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner-offical .inner .upper__title {
    font-size: 16px;
    line-height: 18px;

    max-width: 194px;
    height: 72px;
    margin-bottom: 5px;
  }
}

.banner-offical .inner .upper__text {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22.1px;

  width: 100%;
  max-width: 376px;
  height: 22px;
  margin: 0;

  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner-offical .inner .upper__text {
    font-size: 13px;
    line-height: 15.8px;

    max-width: 205px;
    height: 32px;
  }
}

.banner-offical .inner .bottom {
  position: relative;

  width: 100%;
  height: 100%;
}

.banner-offical .inner .bottom::before {
  position: absolute;
  bottom: 40px;
  left: 0;

  width: 141px;
  height: 67.86px;

  content: "";

  background-image: url("/img/banners/icon-banner3.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .banner-offical .inner .bottom::before {
    bottom: 2px;

    width: 62px;
    height: 25px;
  }
}

.banner-installment {
  height: 100%;
  margin-bottom: 70px;
}

.banner-installment__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  margin: 0;
  margin-bottom: 19px;

  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .banner-installment__title {
    font-size: 19px;
    line-height: 21px;

    margin-bottom: 15px;
  }
}

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

  max-width: 1260px;
  height: 550px;
  padding: 70px 20px 70px 87px;

  background-image: url("/img/banners/bg4.jpeg");
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banner-installment .inner {
    min-width: 280px;
    height: 200px;
    padding: 26px 25px 26.7px 25px;
  }
}

.banner-installment .inner__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  width: 100%;
  max-width: 515px;
  height: 132px;
  margin: 0;
  margin-bottom: 57px;

  text-transform: uppercase;

  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner-installment .inner__title {
    font-size: 16px;
    line-height: 17.6px;

    max-width: 207px;
    height: 54px;
    margin-bottom: 29px;
  }
}

.banner-installment .inner .textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  max-width: 805.08px;
  height: 221px;

  -webkit-column-gap: 78px;

  -moz-column-gap: 78px;

  column-gap: 78px;
}

@media screen and (max-width: 992px) {
  .banner-installment .inner .textblock {
    -webkit-column-gap: 62.4px;
    -moz-column-gap: 62.4px;
    column-gap: 62.4px;
  }
}

@media screen and (max-width: 768px) {
  .banner-installment .inner .textblock {
    max-width: 235px;
    height: 64px;

    -webkit-column-gap: 22px;

    -moz-column-gap: 22px;

    column-gap: 22px;
  }
}

.banner-installment .inner .textblock__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  max-width: 244px;
  height: 221px;
}

@media screen and (max-width: 768px) {
  .banner-installment .inner .textblock__element {
    max-width: 71px;
    height: 64px;
  }
}

.banner-installment .inner .textblock__element .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.banner-installment .inner .textblock__element .upper__num {
  font-size: 240px;
  font-weight: 700;
  line-height: 180px;

  max-width: 164px;
  max-height: 176px;
  margin: 0;

  text-transform: uppercase;

  color: #fff;
}

@media screen and (max-width: 992px) {
  .banner-installment .inner .textblock__element .upper__num {
    font-size: 192px;
    line-height: 144px;
  }
}

@media screen and (max-width: 768px) {
  .banner-installment .inner .textblock__element .upper__num {
    font-size: 74px;
    line-height: 51px;

    max-width: 48px;
    max-height: 51px;
  }
}

.banner-installment .inner .textblock__element .upper__percent {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 104px;
  font-weight: 700;
  line-height: 114px;

  margin: 0;
  padding-top: 85px;

  text-transform: uppercase;

  color: #fff;
}

@media screen and (max-width: 992px) {
  .banner-installment .inner .textblock__element .upper__percent {
    font-size: 83.2px;
    line-height: 91.2px;

    padding-top: 68px;
  }
}

@media screen and (max-width: 768px) {
  .banner-installment .inner .textblock__element .upper__percent {
    font-size: 30px;
    line-height: 33px;

    padding-top: 25px;
  }
}

.banner-installment .inner .textblock__element .bottom {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;

  margin: 0;

  text-transform: uppercase;

  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner-installment .inner .textblock__element .bottom {
    font-size: 5px;
    line-height: 6px;
  }
}

.banner-installment .inner .textblock__element .bottom-second {
  text-align: center;
}

.banner-installment .inner .textblock__element .bottom-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  height: 100%;
  padding-right: 23px;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 992px) {
  .banner-installment .inner .textblock__element .bottom-third {
    padding-right: 10px;
    padding-bottom: 25px;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .banner-installment .inner .textblock__element .bottom-third {
    padding-right: 10px;
    padding-bottom: 0;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
  }
}

.banner-measure {
  height: 100%;
  margin-bottom: 70px;
}

.banner-measure__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  margin: 0;
  margin-bottom: 19px;

  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .banner-measure__title {
    font-size: 19px;
    line-height: 21px;

    margin-bottom: 15px;
  }
}

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

  max-width: 1260px;
  height: 550px;
  padding: 89px 93px 93px 93px;

  background-image: url("/img/banners/bg5.png");
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .banner-measure .inner {
    min-width: 280px;
    height: 200px;
    padding: 25px 24px 24px 24px;
  }
}

.banner-measure .inner__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 51px;

  width: 100%;
  max-width: 548px;
  height: 100%;
  max-height: 153px;
  margin: 0;

  text-transform: uppercase;

  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner-measure .inner__title {
    font-size: 16px;
    line-height: 18px;

    width: 188px;
    height: 54px;
  }
}

.banner-measure .inner__textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  width: 100%;
  max-width: 305px;
  height: 50px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

@media screen and (max-width: 768px) {
  .banner-measure .inner__textblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 150px;
    height: 52px;
    margin-top: 3px;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
  }
}

.banner-measure .inner__text {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 100%;
  max-width: 238px;
  height: 36px;
  margin: 0;
  margin-left: 67px;

  color: #fff;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.banner-measure .inner__text::before {
  position: absolute;
  left: -67px;

  width: 50px;
  height: 50px;

  content: "";

  background-image: url("/img/banners/icon-banner5.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .banner-measure .inner__text {
    font-size: 10px;
    line-height: 11px;

    max-width: 150px;
    height: 22px;
    margin-left: 0;
  }

  .banner-measure .inner__text::before {
    top: -30px;
    left: 0;

    width: 20px;
    height: 20px;
  }
}

.banner-discount {
  height: 100%;
  margin-bottom: 70px;
}

.banner-discount__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;

  margin: 0;
  margin-bottom: 19px;

  text-align: left;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .banner-discount__title {
    font-size: 19px;
    line-height: 21px;

    margin-bottom: 15px;
  }
}

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

  max-width: 1260px;
  height: 550px;
  padding: 156px 0 87px 87px;

  background-image: url("/img/banners/bg6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner {
    min-width: 280px;
    height: 200px;
    padding: 25px 0 21px 25px;
  }
}

.banner-discount .inner__title {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;

  position: relative;

  width: 100%;
  max-width: 496px;
  height: 100%;
  max-height: 108px;
  margin: 0;
  margin-bottom: 29px;

  text-transform: uppercase;

  color: #2e2d2e;
}

.banner-discount .inner__title::after {
  position: absolute;
  top: -80px;
  right: -15px;

  width: 146.8px;
  height: 146.8px;

  content: "";

  background-image: url("/img/banners/icon6-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner__title {
    font-size: 16px;
    line-height: 20px;

    max-width: 172px;
    height: 40px;
    margin-bottom: 66px;
  }

  .banner-discount .inner__title::after {
    content: none;
  }
}

.banner-discount .inner__text {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner__text {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;

    display: block;

    width: 91px;
    height: 13px;
    margin: 0;
    margin-bottom: 5px;

    color: #a80055;
  }
}

.banner-discount .inner .textblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  width: 100%;
  max-width: 490px;
  height: 8xpx;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner .textblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    max-width: 144px;
    height: 48.86px;
    margin-top: 3px;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;
  }
}

.banner-discount .inner .textblock .mobile__text {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner .textblock .mobile__text {
    font-family: Inter, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;

    position: relative;

    display: block;

    margin-left: 36px;

    color: #2e2d2e;
  }

  .banner-discount .inner .textblock .mobile__text::before {
    position: absolute;
    bottom: 0;
    left: -36px;

    width: 30px;
    height: 30px;

    content: "";

    background-image: url("/img/banners/icon6-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .banner-discount .inner .textblock .mobile__text span {
    color: #a80055;
  }
}

.banner-discount .inner .textblock__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  margin-bottom: 10px;
}

.banner-discount .inner .textblock__element:first-child {
  margin-bottom: 16.5px;
}

.banner-discount .inner .textblock__discount {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  width: 66px;
  height: 35px;
  margin: 0;

  color: #2e2d2e;
  border-radius: 3px;
  background: #f2c94c;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner .textblock__discount {
    display: none;
  }
}

.banner-discount .inner .textblock__text {
  font-family: Inter, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin: 0;
  margin-left: 10px;

  color: #2e2d2e;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

@media screen and (max-width: 768px) {
  .banner-discount .inner .textblock__text {
    display: none;
  }
}

.banner-akcii-page {
  margin-top: 37px;
}

@media screen and (max-width: 768px) {
  .banner-akcii-page {
    margin-top: 25px;
  }
}

.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  color: #fff;
  background-color: #2e2d2e;
}

.uslugiContainer {
  width: 100%;
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
}

.uslugiIntro {
  color: #2e2d2e;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}

.uslugiIntro__title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 34px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .uslugiIntro__title {
    margin: 20px 0;
    font-size: 28px;
  }
}

.uslugiIntro__banner {
  position: relative;
  padding: 22px;
}

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

.uslugiIntro__content {
  padding: 50px 31px;
  position: relative;
  z-index: 1;
  max-width: 404px;
  background: #fff;
}

.uslugiIntro__content-priceText {
  font-size: 16px;
  margin-bottom: 15px;
}

.uslugiIntro__content-priceBlock {
  margin-bottom: 20px;
}

.uslugiIntro__content-price {
  font-size: 43px;
  font-weight: 700;
}

.uslugiIntro__content-currency {
  font-size: 27px;
  font-weight: 700;
}

.uslugiIntro__content-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 13px;
}

.uslugiIntro__content-btn {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 18px;
  background: #a80055;
}

@media (max-width: 770px) {
  .uslugiIntro__banner {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 20px;
  }

  .uslugiIntro__img {
    position: static;
    min-height: 365px;
  }

  .uslugiIntro__content {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 400px) {
  .uslugiIntro__img {
    -o-object-position: -350px;
    object-position: -350px;
  }
}

.uslugiAdvantages {
  margin-bottom: 60px;
}

.uslugiAdvantages__items {
  display: flex;
  gap: 40px;
}

.uslugiAdvantages__item {
  background: #f5f7f8;
  text-align: center;
  width: calc(25% - 30px);
  padding: 24px 50px;
}

.uslugiAdvantages__item-text {
  color: #2e2d2e;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  font-family: "Inter", sans-serif;
  margin: 0;
}

.uslugiAdvantages__item-img {
  margin-bottom: 6px;
}

@media (max-width: 1120px) {
  .uslugiAdvantages__item {
    padding: 24px 15px;
  }
}

@media (max-width: 900px) {
  .uslugiAdvantages__items {
    gap: 20px;
  }

  .uslugiAdvantages__item {
    width: calc(25% - 15px);
  }
}

@media (max-width: 770px) {
  .uslugiAdvantages {
    margin-bottom: 50px;
  }

  .uslugiAdvantages__item {
    width: calc(50% - 10px);
  }

  .uslugiAdvantages__items {
    flex-wrap: wrap;
  }

  .uslugiAdvantages__item {
    width: calc(50% - 5px);
    padding: 20px 10px;
  }

  .uslugiAdvantages__items {
    gap: 10px;
  }

  .uslugiAdvantages__item-img svg {
    width: 40px;
    height: 40px;
  }

  .uslugiAdvantages__item-text {
    font-size: 14px;
  }
}

.uslugiRepair {
  margin-bottom: 60px;
  font-family: "Inter", sans-serif;
  color: #2e2d2e;
}

.uslugiRepair__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

.uslugiRepair__text {
  max-width: 755px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
}

.uslugiRepair__items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.uslugiRepair__item {
  color: #2e2d2e;
  text-decoration: none;
  width: calc(25% - 30px);
}

.uslugiRepair__item:hover .uslugiRepair__item-img img {
  transform: scale(1.1);
}

.uslugiRepair__item-img {
  margin-bottom: 15px;
  overflow: hidden;
}

.uslugiRepair__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.2s linear;
}

.uslugiRepair__item-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 275px;
}

.uslugiRepair__item-priceBlock {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 400;
}

.uslugiRepair__item-prise span {
  color: #a80055;
}

@media (max-width: 1060px) {
  .uslugiRepair__item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}

@media (max-width: 820px) {
  .uslugiRepair__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 650px) {
  .uslugiRepair__items {
    gap: 20px;
  }

  .uslugiRepair__item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 550px) {
  .uslugiRepair__item-img {
    max-height: 156px;
    margin-bottom: 10px;
  }

  .uslugiRepair__item-img img {
    max-height: 156px;
  }

  .uslugiRepair__item {
    width: 100%;
  }

  .uslugiRepair__title {
    font-size: 24px;
  }

  .uslugiRepair__item-text {
    max-width: 100%;
  }
}

.uslugiCases {
  margin-bottom: 60px;
}

.uslugiCases__title {
  margin-bottom: 30px;
  margin-top: 0;
  font-size: 34px;
  font-weight: 600;
  color: #2e2d2e;
  font-family: "Inter", sans-serif;
}

.uslugiCases__items {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-areas: "item1 item1 item2 item2" "item3 item3 item4 item4" "item5 item5 item5 item5";
}

.uslugiCases__item {
  background: linear-gradient(360deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 84.36%);
  height: 270px;
  position: relative;
  padding: 20px;
}

.uslugiCases__item.item1 {
  grid-area: item1;
}

.uslugiCases__item.item2 {
  grid-area: item2;
}

.uslugiCases__item.item3 {
  grid-area: item3;
}

.uslugiCases__item.item4 {
  grid-area: item4;
}

.uslugiCases__item.item5 {
  grid-area: item5;
}

.uslugiCases__item.item5 .uslugiCases__item-text {
  max-width: 651px;
}

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

.uslugiCases__item-text {
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  max-width: 460px;
}

.uslugiCases__item-text span {
  font-weight: 600;
}

@media (max-width: 770px) {
  .uslugiCases {
    margin-bottom: 50px;
  }

  .uslugiCases__items {
    gap: 30px;
  }

  .uslugiCases__item {
    background: none;
    padding: 0;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .uslugiCases__item-img {
    position: relative;
  }

  .uslugiCases__items {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  }

  .uslugiCases__item-img {
    max-height: 210px;
  }

  .uslugiCases__item-text {
    color: #282828;
    max-width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .uslugiCases__item.item5 .uslugiCases__item-text {
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  .uslugiCases__title {
    font-size: 24px;
  }
}

.uslugiCallbackBlock {
  font-family: "Inter", sans-serif;
  color: #fff;
  margin-bottom: 60px;
}

.uslugiCallbackBlock__content {
  border-radius: 3px;
  padding: 76px;
  height: 405px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 23px;
  background: url("/images/callbackBG.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.uslugiCallbackBlock__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 23px;
  line-height: 41px;
  margin-top: 0;
}

.uslugiCallbackBlock__text {
  font-size: 16px;
  font-weight: 400;
}

.uslugiCallbackBlock__link {
  background: #a80055;
  color: #fff;
  text-decoration: none;
  padding: 13px 19px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 3px;
}

@media (max-width: 670px) {
  .uslugiCallbackBlock__content {
    padding: 30px 15px 20px 15px;
    background-position: 70%;
  }
}

@media (max-width: 535px) {
  .uslugiCallbackBlock {
    margin-bottom: 50px;
  }

  .uslugiCallbackBlock__content {
    justify-content: space-between;
    align-items: center;
  }

  .uslugiCallbackBlock__link {
    width: 100%;
    text-align: center;
  }

  .uslugiCallbackBlock__texts {
    text-align: center;
  }
}

.uslugiRegularMaintenance {
  margin-bottom: 60px;
  font-family: "Inter", sans-serif;
}

.uslugiRegularMaintenance__title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  color: #2e2d2e;
}

.uslugiRegularMaintenance__inner {
  display: flex;
  flex-direction: column;
}

.uslugiRegularMaintenance__item {
  display: flex;
}

.uslugiRegularMaintenance__item:nth-child(even) {
  flex-direction: row-reverse;
}

.uslugiRegularMaintenance__item:nth-child(even) .uslugiRegularMaintenance__textBlock {
  padding-right: 0;
  padding-left: 50px;
}

.uslugiRegularMaintenance__textBlock {
  width: 50%;
  padding-right: 50px;
  display: flex;
  align-items: center;
}

.uslugiRegularMaintenance__text {
  color: #151515;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

.uslugiRegularMaintenance__imgBlock {
  width: 50%;
}

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

@media (max-width: 890px) {
  .uslugiRegularMaintenance__textBlock {
    padding-right: 15px;
  }

  .uslugiRegularMaintenance__item:nth-child(even) .uslugiRegularMaintenance__textBlock {
    padding-left: 15px;
  }

  .uslugiRegularMaintenance__text {
    font-size: 14px;
  }
}

@media (max-width: 770px) {
  .uslugiRegularMaintenance__item {
    flex-direction: column;
    gap: 10px;
  }

  .uslugiRegularMaintenance__item:nth-child(even) {
    flex-direction: column;
  }

  .uslugiRegularMaintenance__textBlock {
    width: 100%;
    padding-right: 0;
  }

  .uslugiRegularMaintenance__item:nth-child(even) .uslugiRegularMaintenance__textBlock {
    padding-left: 0;
  }

  .uslugiRegularMaintenance__imgBlock {
    width: 100%;
  }

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

  .uslugiRegularMaintenance__inner {
    gap: 20px;
  }
}

@media (max-width: 550px) {
  .uslugiRegularMaintenance__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media (max-width: 400px) {
  .uslugiRegularMaintenance__imgBlock {
    max-height: 150px;
  }

  .uslugiRegularMaintenance__imgBlock img {
    max-height: 150px;
  }
}

@media screen and (max-width: 992px) {
  .block-call-form-fields input.form-field {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .block-call-form-fields form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* zamer-page */

.block-call-form__wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .block-call-form__wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

@media screen and (max-width: 576px) {
  .block-call-form__wrap {
    width: 100%;
  }

  .block-call-form_box {
    width: 100%;
  }

  .block-call-form_submit {
    width: 100%;
  }
}

.block-call-form_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.block-call-form_box .just-validate-error-label {
  position: static;
  margin: 0;
  background-color: transparent;
}

.block-call-form_box .just-validate-error-field {
  border: 1px solid #b81111 !important;
}

.form-input-box .just-validate-error-label {
  position: static;
  margin: 0;
}

.zamer-main {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 60px;
}

.zamer-main h1 {
  font-size: 34px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .zamer-main {
    gap: 40px;
    margin-bottom: 40px;
  }

  .zamer-main h1 {
    font-size: 28px;
    margin: 20px 0;
  }
}

.zamer-proccess__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.zamer-proccess__title {
  margin: 0;
}

.zamer-proccess__list {
  margin: 0;
  display: grid;
  grid-template-columns: 7fr 8fr 7fr;
}

.zamer-proccess-item:nth-child(1),
.zamer-proccess-item:nth-child(2),
.zamer-proccess-item:nth-child(3) {
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

.zamer-proccess-item:nth-child(4),
.zamer-proccess-item:nth-child(5),
.zamer-proccess-item:nth-child(6) {
  padding-top: 24px;
}

.zamer-proccess-item:nth-child(2),
.zamer-proccess-item:nth-child(5) {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  padding-left: 80px;
  padding-right: 80px;
}

.zamer-proccess-item:nth-child(1),
.zamer-proccess-item:nth-child(4) {
  padding-right: 80px;
}

.zamer-proccess-item:nth-child(3),
.zamer-proccess-item:nth-child(6) {
  padding-left: 80px;
}

.zamer-proccess-item__number {
  font-weight: 600;
  font-size: 16px;
  color: #a80055;
}

.zamer-proccess-item__title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.zamer-proccess-item__desc {
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin: 0;
}

@media screen and (max-width: 992px) {

  .zamer-proccess-item:nth-child(2),
  .zamer-proccess-item:nth-child(5) {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding-left: 30px;
    padding-right: 30px;
  }

  .zamer-proccess-item:nth-child(1),
  .zamer-proccess-item:nth-child(4) {
    padding-right: 30px;
  }

  .zamer-proccess-item:nth-child(3),
  .zamer-proccess-item:nth-child(6) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .zamer-proccess__list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .zamer-proccess-item:nth-child(1),
  .zamer-proccess-item:nth-child(2),
  .zamer-proccess-item:nth-child(3),
  .zamer-proccess-item:nth-child(4),
  .zamer-proccess-item:nth-child(5),
  .zamer-proccess-item:nth-child(6) {
    border: 0;
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .zamer-proccess__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .zamer-proccess-item__title {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.baner-02-zamer {
  display: flex;
  align-items: center;
  height: 640px;
}

.banner-02-disclaimer {
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .baner-02-zamer {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .baner-02-zamer img {
    height: 240px;
  }
}

.zamer-caption__inner {
  border: 1px solid #c2c2c2;
  padding: 30px 50px;
}

.zamer-caption__text {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .zamer-caption__inner {
    padding: 15px 20px;
  }
}

.zamer-banner-bottom {
  margin-bottom: -30px;
}

.zamer-banner-bottom__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
}

.zamer-banner-bottom__right img {
  width: 100%;
}

.zamer-banner-bottom__title {
  margin-bottom: 30px;
}

.zamer-banner-bottom__desc {
  font-weight: 400;
  font-size: 15px;
  color: #121212;
}

@media screen and (max-width: 768px) {
  .zamer-banner-bottom__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .zamer-banner-bottom__right img {
    height: 293px;
    object-fit: cover;
  }
}

@media screen and (max-width: 576px) {
  .zamer-banner-bottom__title {
    margin-bottom: 10px;
  }
}

.zamer-text-bottom__title {
  margin-bottom: 30px;
}

.zamer-text-bottom__desc {
  font-weight: 400;
  font-size: 15px;
  color: #121212;
}

.test {
  color: #000;
}

.test2 {
  color: #000;
}

.test3 {
  color: #000;
}

.test4 {
  color: #000;
}

.test5 {
  color: #000;
}

.uglovoe__advantages-item {
  margin-bottom: 50px;
}

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

.uglovoe__advantages-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
}

.uglovoe__advantages__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.uglovoe__advantages-img {
  width: 45%;
}

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

.uglovoe__advantages-texts {
  width: 55%;
}

.uglovoe__advantages-text {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}

.uglovoe__advantages-list__item {
  font-size: 15px;
  line-height: 18px;
}

.uglovoe__advantages-list__item::before {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  display: none;
}

.uglovoe__advantages-list {
  list-style: number;
  padding-left: 17px;
}

.uglovoe__advantages-item:nth-child(even) .uglovoe__advantages__inner {
  flex-direction: row-reverse;
}

.uglovoe__advantages-item:nth-child(even) .uglovoe__advantages-img {
  width: 49%;
}

.uglovoe__textBlock h2 {
  font-size: 26px;
  font-weight: 600;
  margin-botom: 30px;
}

.uglovoe__textBlock p {
  font-size: 15px;
  line-height: 18px;
}

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

@media (max-width: 1040px) {
  .uglovoe__textBlock h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .uglovoe__advantages-title {
    font-size: 20px;
  }

  .uglovoe__advantages__inner {
    flex-direction: column-reverse;
  }

  .uglovoe__advantages-item:nth-child(even) .uglovoe__advantages__inner {
    flex-direction: column-reverse;
  }

  .uglovoe__advantages-item:nth-child(even) .uglovoe__advantages-img {
    width: 100%;
  }

  .uglovoe__advantages-img {
    width: 100%;
    max-height: 500px;
  }

  .uglovoe__advantages-img img {
    max-height: 500px;
  }

  .uglovoe__advantages-texts {
    width: 100%;
  }
}

.three_benefit_block .three_benefit_block-item.uglovoe-item {
  margin-bottom: 0;
  margin-right: 0;
}

/* s.komyza ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ редизайн страницы  /uslugi/otdelka-otkosov/ */
.full-width > .content-sm {
  max-width: 128rem !important;
}

@media (max-width: 992px) {
  .full-width > .content-sm {
    padding: 0 10px !important;
  }

  .full-width > .content-sm .container-new {
    padding: 0 0 !important;
  }
}

@media (max-width: 576px) {
  .full-width > .content-sm {
    padding: 0 0px !important;
  }
}

.full-width > .content-sm .indent {
  margin-bottom: 34px;
}

.finished {
  padding-top: 40px;
}

h1.finished__title {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 768px) {
  h1.finished__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30.8px;
  }
}

.banner__otdelka {
  display: flex;
  align-items: center;
  min-height: 608px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .banner__otdelka {
    display: block;
    min-height: initial;
    margin-bottom: 0;
  }
}

.banner__otdelka .box {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 390px) {
  .banner__otdelka .box {
    padding-top: 20px !important;
    /* padding-left: 0;
    padding-right: 0; */
    padding-bottom: 43px;
    background: none !important;
  }

  .banner__otdelka img {
    top: 0 !important;
  }

  .banner__otdelka .price {
    margin-bottom: 17px;
    font-size: 43px;
  }

  .banner__otdelka .descr {
    padding-right: 8px;
  }

  .banner__otdelka .text {
    font-size: 16px;
  }

  .finished .adv3-item {
    padding: 15px;
  }

  .finished .adv3-item__descr {
    font-size: 20px !important;
  }
}

.types-finishes {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .types-finishes {
    margin-bottom: 40px;
  }
}

.types-finishes .section-header {
  margin-bottom: 27px;
}

.types-finishes__item img {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .types-finishes__item img {
    margin-bottom: 15px;
  }
}

.types-finishes__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

@media (max-width: 768px) {
  .types-finishes__title {
    font-size: 16px;
  }
}

.types-finishes__text {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
}

.types-finishes__list {
  margin-left: 0;
  padding-left: 23px;
  list-style-type: disc;
}

.box-twogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .box-twogrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.finishes-price .section-header {
  margin-bottom: 26px;
}

.finishes-price tr td {
  width: 50% !important;
  padding: 14px 15px 15px 29px !important;
}

@media screen and (max-width: 350px) {
  .finishes-price tr td {
    padding: 5px !important;
    font-size: 10px;
  }
}

.content-text {
  margin: 0 0 30px 0;
  font-size: 15px;
  line-height: 18px;
}

.content-text a {
  color: #0055ff;
  text-decoration: underline;
}

.finishes-adv {
  margin-bottom: 63px !important;
}

.finishes-adv .adv-c-item {
  padding: 44px 25px;
}

@media (max-width: 768px) {
  .finishes-adv .adv-c-item svg {
    width: 40px;
  }
}

.finishes-adv .adv-c-item__box {
  justify-content: initial;
}

.finishes-options .container-new {
  padding: 0;
}

.finishes-options .options .content-sm {
  margin-bottom: 40px;
}

.finishes-options .options__item {
  width: auto;
  height: 156px;
  padding: 15px;
}

.finishes-options .options__item .options_item__title {
  font-size: 16px;
}

.finishes-options .options__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px 29px;
}

@media (max-width: 992px) {
  .finishes-options .options__box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 565px) {
  .finishes-options .options__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .finishes-options .options__item {
    height: 120px;
  }

  .block-call-form h2 {
    font-size: 28px;
  }

  .block-call-form > .content > .block-call-form-fields {
    padding: 20px 0;
  }
}

.SmartCaptcha-Shield {
  z-index: 1;
}

#page-slide-ceny {
  width: 100%;
  padding: 0;
}

#page-slide-ceny .slide-cost-page-slider {
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  #page-slide-ceny .block-right {
    float: initial;
    margin-top: 16px;
  }
}

.block-6-items.block-6-items {
  transform: none;
}

.block-6-items.block-6-items .block-items-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .block-6-items.block-6-items .block-items-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.block-6-items.block-6-items .block-items-wrapper div {
  width: 100%;
  padding: initial;
  float: initial;
}

.block-6-items.block-6-items .block-items-wrapper div img {
  margin: 0;
  display: block;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .quality-guarantee__box > h2.quality-guarantee__title {
    max-width: 353px;
  }

  .quality-guarantee__v2 .quality-guarantee__box > h2.quality-guarantee__title {
    max-width: 420px;
  }
}

.content-two-columns__title.content-two-columns__title {
  margin-left: 0;
}

.content-two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .content-two-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

.content-two-columns > * > *:first-child {
  margin-top: 0;
}

.content-two-columns > * > *:last-child {
  margin-bottom: 0;
}

.w100 {
  width: 100%;
}

.button-purple-solid.button-purple-solid {
  color: white;
  background: #a80055;
}

.full-width > .content.content {
  @media screen and (max-width: 576px) {
    padding: 0;
  }
}

/* =========== .bnrtop-price =========== */

.bnrtop-price {
  padding-top: 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .bnrtop-price {
    margin-top: 0;
  }
}

.bnrtop-price__content.bnrtop-price__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .bnrtop-price__content.bnrtop-price__content {
    gap: 20px;
  }
}

.bnrtop-price__title.bnrtop-price__title {
  margin: 0;
  font-weight: 600;
  font-size: 34px;
  line-height: 1;
  color: #2e2d2e;
}

@media screen and (max-width: 768px) {
  .bnrtop-price__title.bnrtop-price__title {
    font-size: 28px;
    line-height: 1.1;
  }
}

.bnrtop-price__box {
  position: relative;
  padding: 25px 22px;
  min-height: 608px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .bnrtop-price__box {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: initial;
  }

  .bnrtop-price__box picture {
    width: 100%;
  }
}

.bnrtop-price__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .bnrtop-price__img {
    position: relative;
    height: 365px;
  }
}

.bnrtop-price__info {
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  width: 404px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #2e2d2e;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .bnrtop-price__info {
    padding: 0;
    width: 100%;
  }
}

.bnrtop-price__info-top {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.bnrtop-price__text {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.bnrtop-price__price {
  margin: 0;
  font-weight: 700;
  font-size: 43px;
  line-height: normal;
}

.bnrtop-price__price span {
  font-weight: 700;
  font-size: 27px;
}

.bnrtop-price__info-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.bnrtop-price__descr {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
}

.bnrtop-price__descr > *:first-child {
  margin-top: 0;
}

.bnrtop-price__descr > *:last-child {
  margin-bottom: 0;
}

.bnrtop-price__btn.bnrtop-price__btn {
  margin: 0;
  color: #fff;
}

/* =========== .prod-types =========== */
bl-text-imgbl-text-img .prod-types {
  color: #000;
}

.prod-types__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.prod-types__title.prod-types__title {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
}

@media screen and (max-width: 768px) {
  .prod-types__title.prod-types__title {
    font-weight: 700;
    font-size: 20px;
  }
}

.prod-types__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media screen and (max-width: 992px) {
  .prod-types__box {
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  .prod-types__box {
    grid-template-columns: repeat(1, 1fr);
  }
}

.prod-types__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .prod-types__item {
    gap: 16px;
  }
}

.prod-types__item-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .prod-types__item-top {
    gap: 16px;
  }
}

.prod-types__item-title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.prod-types__item-price {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}

.prod-types__item-price span {
  font-weight: 700;
  font-size: 20px;
  color: #a80055;
}

.prod-types__item-descr {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 992px) {
  .prod-types__item-descr {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .prod-types__item-descr {
    flex-direction: column;
    gap: 16px;
  }
}

.prod-types__item-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .prod-types__item-text {
    gap: 16px;
  }
}

.prod-types__item-text > * {
  margin: 0;
}

.prod-types__picture {
  width: 42.372881%;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .prod-types__picture {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {
  .prod-types__picture {
    width: 100%;
  }
}

.prod-typ {
  display: block;
  aspect-ratio: 250/300;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .prod-types__img {
    aspect-ratio: 303/240;
  }
}

@media screen and (max-width: 460px) {
  .prod-types__img {
    width: 100%;
  }
}

/* =========== .bl-text-img =========== */

.bl-text-img {
  color: #000;
}

.bl-text-img__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bl-text-img__title.bl-text-img__title {
  margin: 0;
  font-weight: 600;
  font-size: 26px;
}

@media screen and (max-width: 768px) {
  .bl-text-img__title.bl-text-img__title {
    font-weight: 700;
    font-size: 20px;
  }
}

.bl-text-img__box {
  display: grid;
  grid-template-columns: 1fr 40.983607%;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .bl-text-img__box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.bl-text-img__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .bl-text-img__text {
    gap: 16px;
  }
}

.bl-text-img__text > * {
  margin: 0;
}

.bl-text-img__picture {
  flex-shrink: 0;
}

.bl-text-img__img {
  display: block;
  width: 100%;
  height: auto;
}

.full-width.block-window-price-kvartira .content {
  padding: 0;
}

.text-size-12.text-size-12 {
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.bl-title.bl-title {
	margin: 0;
	font-weight: 600;
	font-size: 26px;
  text-wrap: balance;
}

@media screen and (max-width: 768px) {
  .bl-title.bl-title {
		font-weight: 700;
		font-size: 20px;
	}
}

.bl-content {
	display: flex;
	flex-direction: column;
	gap: 30px;
  direction: ltr;
}

.bl-content .montaj-price__table {
  margin-bottom: 0;
}

.bl-box {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.bl-box__text {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;
	color: #121212;
}

.bl-box__text > *:first-child {
	margin-top: 0;
}

.bl-box__text > *:last-child {
	margin-bottom: 0;
}

.max-w-610 {
	max-width: 610px;
}

.bl-grid {
  display: grid;
  grid-template-columns: 1fr 52.704918%;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .bl-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.bl-grid.reverse {
  direction: rtl;
}

.grid-1fr-60proc {
  grid-template-columns: 1fr 60%;
}

@media screen and (max-width: 768px) {
  .grid-1fr-60proc {
    grid-template-columns: 1fr;
  }
}

.bl-picture {
  display: block;
  width: 100%;
  height: auto;
}
/* End */


/* Start:/css/2017/2017-global.css?174859898172042*/
@import "https://fonts.googleapis.com/css?family=Roboto";

/* @font-face {
  font-family: "Inter";
  src: url("/css/2017/../fonts/Inter/Inter Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/css/2017/../fonts/Inter/Inter Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("/css/2017/../fonts/Inter/Inter Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
} */

* {
  box-sizing: border-box;
}

html {
  margin: 0 !important;
  padding: 0;
  width: 100%;
  /* height:100%;*/
  background-size: cover;
  background-attachment: fixed;
}

body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
  font-family: Inter, Helvetica, sans-serif !important;
  font-size: 12pt;
  line-height: normal;
  /* color: #555; */
  background: #fff;
  width: 100%;
  -webkit-text-size-adjust: none;
  display: flex;
  flex-direction: column;
}

/* a {
	color: #a80055;
} */

/* a:hover {
	color: #f03191;
} */

a.text-dashed {
  border-bottom: 1px dashed #a80055;
  text-decoration: none;
}

a.text-dashed:hover {
  border-bottom: 1px dashed #f03191;
  text-decoration: none;
}

.breadcrumbs {
  background-color: #f8f8f8;
}

.breadcrumbs > div > div {
  padding-top: 15px;
  font-weight: 300;
  font-size: 10pt;
  padding-bottom: 15px;
  padding-left: 17px;
  color: #666;
}

.breadcrumbs a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #999;
}

.breadcrumbs a:hover {
  color: #555;
}

.breadcrumbs span {
  display: inline-block;
  margin: 0 10px;
}

ul {
  margin-left: 20px;
  padding: 0;
}

ul li {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-square {
  border: 4px solid #a80055;
  padding: 10px 20px;
  color: #a80055;
  font-size: 1em;
  background: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}

.button-square:hover {
  color: white;
  background: #a80055;
}

.button-purple-solid {
  color: white;
  background: #a80055;
}

.button-purple-solid:hover {
  color: #a80055;
  background: white;
}

.button-white-solid {
  background: white;
}

.button-white-solid:hover {
  background: rgba(255, 255, 255, 0.85);
  color: #a80055;
}

.button-grey {
  color: #3f3f3f;
  background: none;
  border: 4px solid #aaaaaa;
}

.button-grey:hover {
  color: #2e2e2e;
  background: #e9e9e9;
  border: 4px solid #757575;
}

.icon-arrow-down-right {
  padding-right: 40px;
  background: url(/img/design2017/icon-button-arrow-down-right.png) no-repeat center right 15px;
}

.form-field {
  background: white;
  padding: 14px 30px;
  border: none;
  outline: none;
  font-size: 12pt;
  font-weight: 300;
}

.form-field::-webkit-input-placeholder,
.form-field::-moz-placeholder,
.form-field:-ms-input-placeholder {
  font-weight: 300;
}

.form-field-name {
  padding-left: 40px;
  background-image: url(/img/design2017/icon-form-field-name.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
}

.form-field-phone {
  padding-left: 40px;
  background-image: url(/img/design2017/icon-form-field-phone.png);
  background-position: left 20px center;
  background-repeat: no-repeat;
}

.mini-form .block-call-form-fields {
  margin-bottom: 30px;
  padding: 20px 40px;
}

.mini-form .block-call-form-fields input.form-field {
  padding: 10px;
  padding-left: 40px;
  margin-bottom: 10px;
  margin-right: 0;
}

.mini-form.block-call-form .button-square {
  width: 217px;
}

.mini-form .block-form-conf {
  font-size: 10pt;
}

.mini-form.block-call-form .block-form-conf {
  padding: 5px;
}

.text-thin {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-bold {
  font-weight: bold;
}

.text-very-bold {
  font-weight: 900;
}

.text-purple {
  color: #a80055;
}

.text-white {
  color: white;
}

.text-white a {
  color: #f0eaed;
}

.text-white .text-dashed {
  border-bottom: 1px dashed #fff;
}

.text-grey {
  color: #969696;
}

.text-dark-grey {
  color: #565656;
}

.text-small {
  line-height: 11pt;
  font-size: 10pt;
}

.text-size-12 {
  font-size: 12pt;
}

.text-size-14 {
  font-size: 14pt;
}

.text-size-16 {
  font-size: 16pt;
}

.text-size-18 {
  font-size: 18pt;
}

.text-size-22 {
  font-size: 22pt;
}

.text-size-27 {
  font-size: 27pt;
}

.text-size-30 {
  font-size: 30pt;
}

.text-size-35 {
  font-size: 35px;
}

.text-size-40 {
  font-size: 40pt;
}

.text-size-50 {
  font-size: 50pt;
}

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

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

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

.text-dashed {
  border-bottom: 1px dashed #333;
}

h1,
h2,
h3,
h4 {
  font-size: 30pt;
  font-weight: normal;
}

h2 {
  font-size: 28pt;
}

h3 {
  font-size: 22pt;
}

h4 {
  font-size: 18pt;
}

ul.list-with-purple-marks {
  list-style: none;
}

ul.list-with-purple-marks li {
  padding-left: 15px;
  background: url(/img/design2017/list-with-purple-marks.png) no-repeat left top 6px;
}

ol {
  list-style: none;
  counter-reset: my-badass-counter;
}

ol li:before {
  content: counter(my-badass-counter) ".";
  counter-increment: my-badass-counter;
  color: #c30464;
  font-weight: bold;
  position: relative;
  margin: 0 0 0 -10px;
  left: -7px;
}

@media all and (max-width: 576px) {
  .text-size-40 {
    font-size: 20pt;
  }

  .text-size-35 {
    font-size: 18pt;
  }

  /*.text-size-27 {
    font-size: 14pt;
  }*/

  .text-small {
    font-size: 8pt;
    line-height: 7pt;
  }

  .text-size-22 {
    font-size: 17pt;
  }

  /*.text-size-16 {
    font-size: 12pt;
  }
*/
  .text-size-50 {
    font-size: 25pt;
  }

  h1 {
    font-size: 14pt;
  }

  h2 {
    font-size: 14pt;
  }
}

.block-items-wrapper > div {
  width: 100%;
  vertical-align: top;
}

.block-2-items > .block-items-wrapper > div {
  width: 50%;
  padding: 10px;
  float: left;
}

.block-2-items > .block-items-wrapper > div:nth-child(2n + 1) {
  clear: left;
}

.center-content {
  display: flex;
  justify-content: center;
}

.block-3-items > .block-items-wrapper > div {
  width: 33.33333%;
  padding: 10px;
  float: left;
}

.block-3-items > .block-items-wrapper > div:nth-child(3n + 1) {
  clear: left;
}

.price-block_fix-mobile.block-items-wrapper > div {
  width: 100%;
  padding: 0;
}

.price-block_fix-mobile.block-items-wrapper > div > div {
  width: 25%;
  padding: 10px;
  float: left;
}

@media (max-width: 576px) {
  .price-block_fix-mobile.block-items-wrapper > div > div {
    width: 100%;
  }
}

.block-5-items > .block-items-wrapper > div {
  width: 20%;
  padding: 10px;
  float: left;
}

.block-5-items > .block-items-wrapper > div:nth-child(5n + 1) {
  clear: left;
}

.block-6-items > .block-items-wrapper > div {
  width: 16.66%;
  padding: 10px;
  float: left;
}

.block-6-items > .block-items-wrapper > div:nth-child(6n + 1) {
  clear: left;
}

.block-8-items > .block-items-wrapper > div {
  width: 12.5%;
  padding: 10px;
  float: left;
}

.block-8-items > .block-items-wrapper > div:nth-child(8n + 1) {
  clear: left;
}

.block-round {
  border-radius: 50%;
}

.block-2-items > .block-items-wrapper > div img,
.block-3-items > .block-items-wrapper > div img,
.block-4-items > .block-items-wrapper > div img,
.block-5-items > .block-items-wrapper > div img,
.block-6-items > .block-items-wrapper > div img,
.block-7-items > .block-items-wrapper > div img,
.block-8-items > .block-items-wrapper > div img {
  max-width: 100%;
}

.mobile-slider-left,
.mobile-slider-right {
  display: none;
}

@media all and (max-width: 756px) {
  .page-slider > .block-items-wrapper > .slick-slider {
    width: 100%;
  }
}

@media all and (max-width: 576px) {
  .block-4-items > .block-items-wrapper > div img,
  .block-5-items > .block-items-wrapper > div img {
    max-width: 100%;
  }

  .block-2-items > .block-items-wrapper > div,
  .block-3-items > .block-items-wrapper > div {
    width: 100%;
    padding: 10px;
    float: left;
  }

  .block-5-items > .block-items-wrapper > div {
    width: 50%;
    padding: 10px;
    float: left;
  }

  .block-5-items > .block-items-wrapper > div:nth-child(2n + 1) {
    clear: left;
  }

  /* .block-5-items > .block-items-wrapper > div:last-child{display:none} */
  .block-6-items > .block-items-wrapper > div {
    width: 33%;
    padding: 10px;
    float: left;
  }

  .block-6-items > .block-items-wrapper > div:nth-child(3n + 1) {
    clear: left;
  }

  .block-8-items > .block-items-wrapper > div {
    width: 25%;
    padding: 10px;
    float: left;
  }

  .block-8-items > .block-items-wrapper > div:nth-child(4n + 1) {
    clear: left;
  }

  .mobile-slider > .block-items-wrapper {
    font-size: 0;
  }

  .mobile-slider > .block-items-wrapper > div {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12pt;
    /* Правки */
    /* width: 50%; */
    /* Правки */
    width: 100%;
  }

  .mobile-slider {
    width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10px;
  }

  .mobile-slider-left {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: none;
    border-radius: 50%;
    margin-right: 1.5em;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 2px;
    background: rgba(255, 255, 255, 0.47);
  }

  .mobile-slider-left:after {
    content: "";
    display: inline-block;
    margin-top: 27%;
    margin-left: 32%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #a60b68;
    border-right: 2px solid #a60b68;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .mobile-slider-right {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    margin-left: 1.5em;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-right: 5px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.47);
  }

  .mobile-slider-right:after {
    content: "";
    display: inline-block;
    margin-top: 27%;
    margin-left: 22%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #a60b68;
    border-right: 2px solid #a60b68;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-slider > .block-items-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    transition: all 1s;
  }

  .block-items-wrapper.slider-1-per-row > div {
    width: 100%;
  }

  .mobile-slider > .block-items-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: inherit;
    pointer-events: none;
  }
}

.page-slider {
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page-slider > .block-items-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
  transition: all 1s;
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}

.page-slider > .block-items-wrapper > div {
  display: inline-block;
  float: none;
  white-space: normal;
  vertical-align: top;
  font-size: 14pt;
}

.page-slider > .block-items-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  pointer-events: none;
}

.block-right {
  float: right;
}

.block-left {
  float: left;
}

.block-text-image {
  position: relative;
  margin: 0;
}

.block-text-image img {
  width: 100%;
}

@media (min-width: 756px) {
  .block-text-image img {
    min-height: 520px;
  }
}

.block-text-image > div {
  position: absolute;
  left: 30px;
  top: 30px;
  background: rgba(255, 255, 255, 0.99);
  padding: 20px 30px;
  color: black;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.block-text-image-right > div {
  left: auto;
  right: 30px;
  box-shadow: -2px 2px 7px rgba(0, 0, 0, 0.1);
}

.block-text-image-bottom > div {
  top: auto;
  bottom: 30px;
}

.block-text-image > div .button-square {
  width: 100%;
  text-align: center;
}

@media all and (max-width: 756px) {
  .block-text-image > div {
    position: static;
    box-shadow: none;
    width: 100% !important;
  }
}

.block-absolute {
  position: absolute;
}

.block-inline {
  display: inline-block;
}

.block-display-none {
  display: none;
}

.block-clearfix,
.clearfix {
  clear: both;
}

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

.block-full-width > div {
  flex: 1 1 auto;
  text-align: center;
}

.block-width-100 {
  width: 100px;
}

.block-width-200 {
  width: 200px;
}

.block-width-300 {
  width: 300px;
}

.block-width-310 {
  width: 310px;
}

.block-width-320 {
  width: 330px;
}

.block-width-330 {
  width: 340px;
}

.block-width-340 {
  width: 340px;
}

.block-width-350 {
  width: 350px;
}

.block-width-360 {
  width: 360px;
}

.block-width-370 {
  width: 370px;
}

.block-width-380 {
  width: 380px;
}

.block-width-390 {
  width: 390px;
}

.block-width-400 {
  width: 400px;
}

.block-width-450 {
  width: 450px;
}

.block-width-500 {
  width: 500px;
}

.block-width-600 {
  width: 600px;
}

.block-width-700 {
  width: 700px;
}

.block-width-800 {
  width: 800px;
}

.block-width-900 {
  width: 900px;
}

.block-width-1000 {
  width: 1000px;
}

.block-height-100 {
  height: 100px;
}

.block-height-200 {
  height: 200px;
}

.block-height-300 {
  height: 300px;
}

.block-height-400 {
  height: 400px;
}

.block-height-450 {
  height: 450px;
}

.block-height-500 {
  height: 500px;
}

.block-height-600 {
  height: 600px;
}

.block-height-700 {
  height: 700px;
}

.block-height-800 {
  height: 800px;
}

.block-height-900 {
  height: 900px;
}

.block-height-1000 {
  height: 1000px;
}

.block-border-grey {
  border: 1px solid #ddd;
}

.block-background-grey {
  background: #f5f5f5;
}

.block-border-top {
  border-top: 1px solid #ddd;
}

.block-border-left {
  border-left: 1px solid #ddd;
}

.block-border-right {
  border-right: 1px solid #ddd;
}

.block-border-bottom {
  border-bottom: 1px solid #ddd;
}

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

.margin-top-minus-100 {
  margin-top: -200px;
  padding-top: 100px;
}

.no_prices .margin-top-minus-100 {
  margin-top: -178px;
}

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

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

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

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

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

.margin-bottom-minus-50 {
  margin-bottom: -50px;
}

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

.margin-bottom-minus-20 {
  margin-bottom: -20px;
}

.padding-0 {
  padding: 0;
}

.margin-0 {
  margin: 0;
}

.padding-10 {
  padding: 10px;
}

.margin-10 {
  margin: 10px;
}

.padding-20 {
  padding: 20px;
}

.margin-20 {
  margin: 20px;
}

.margin-top-2 {
  margin-top: 2px;
}

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

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

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

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

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

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

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

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

.margin-right-5 {
  margin-right: 5px;
}

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

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-right-40 {
  margin-right: 40px;
}

.margin-right-50 {
  margin-right: 50px;
}

.margin-right-100 {
  margin-right: 100px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

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

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

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

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-left-50 {
  margin-left: 50px;
}

.margin-left-100 {
  margin-left: 100px;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-top-200 {
  padding-top: 200px;
}

.margin-side-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-side-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-side-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.margin-side-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.margin-side-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.padding-side-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-side-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-side-30 {
  padding-left: 20px;
  padding-right: 20px;
}

.margin-side-auto {
  margin-left: auto;
  margin-right: auto;
}

.block-window-1::before,
.block-window-2::before,
.block-window-3::before,
.block-window-b::before,
.block-loggia-l::before,
.block-loggia-u::before,
.block-loggia-k::before,
.block-loggia-p::before,
.block-win-1::before,
.block-win-2::before,
.block-win-3::before,
.block-win-b::before {
  content: "";
  position: absolute;
  background-position: 0 -30px;
  width: 80%;
  height: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  display: none;
}

.block-window-2::before,
.block-win-2::before {
  width: 80%;
  height: 80%;
  background-position: -600px -30px;
}

.block-window-3::before,
.block-win-3::before {
  width: 90%;
  height: 80%;
  background-position: -1000px -30px;
}

.block-window-b::before,
.block-win-b::before {
  width: 90%;
  height: 60%;
  background-position: -1500px -30px;
}

.block-window-1 span,
.block-window-2 span,
.block-window-2f span,
.block-window-3 span,
.block-window-b span,
.block-win-1 span,
.block-win-2 span,
.block-win-3 span,
.block-win-b span {
  display: inline-block;
  margin: 0 auto;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.69);
  color: black;
  font-weight: 900;
  margin-top: 45%;
  font-size: 18pt;
}

.block-window-1,
.block-window-2,
.block-window-2f,
.block-window-3,
.block-window-b,
.block-window-d,
.block-window-d-2,
.block-loggia-l,
.block-loggia-u,
.block-loggia-k,
.block-loggia-p,
.block-door-1-1,
.block-door-1-2,
.block-door-1-3,
.block-door-1-4,
.block-door-2-1,
.block-door-2-2,
.block-door-2-3,
.block-door-2-4,
.block-window-d-2f,
.block-window-2ft,
.block-window-3ft,
.block-window-bft {
  background: url(/img/design2017/windows/window-1-s1-wbg.png) no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 252px;
  max-width: 135px;
  min-height: 252px;
  min-width: 135px;
  position: relative;
  display: block;
}

.block-window-2 {
  background-image: url(/img/design2017/windows/window-2-s01-wbg.png);
  max-height: 252px;
  max-width: 188px;
  min-width: 188px;
  min-height: 252px;
}

.block-window-2f {
  background-image: url(/img/design2017/windows/window-2-s01f-wbg.png);
  max-height: 340px;
  max-width: 180px;
  min-width: 180px;
  min-height: 340px;
}

.block-window-2ft {
  background-image: url(/img/design2017/windows/window-2-s01ft-wbg.png);
  max-height: 240px;
  max-width: 180px;
  min-width: 180px;
  min-height: 240px;
}

.block-window-3 {
  background-image: url(/img/design2017/windows/window-3-s010-wbg.png);
  max-width: 274px;
  min-width: 274px;
}

.block-window-3ft {
  background-image: url(/img/design2017/windows/window-3-s010ft-wbg.png);
  max-width: 274px;
  min-width: 274px;
}

.block-window-b {
  background-image: url(/img/design2017/windows/window-b-s0-wbg.png);
  max-width: 290px;
  min-width: 290px;
}

.block-window-bft {
  background-image: url(/img/design2017/windows/window-b-s0ft-wbg.png);
  max-width: 290px;
  min-height: 349px;
  min-width: 290px;
}

.block-window-d {
  background-image: url(/img/design2017/windows/window-d-s1-wbg.png);
  max-width: 120px;
  min-height: 349px;
  min-width: 190px;
}

.block-window-d-2 {
  background-image: url(/img/design2017/windows/window-d-s2-wbg.png);
  max-width: 230px;
  min-height: 349px;
  min-width: 230px;
}

.block-window-d-2f {
  background-image: url(/img/design2017/windows/window-d-s2f-wbg.png);
  max-width: 170px;
  min-height: 340px;
  min-width: 170px;
}

.block-window-l {
  background-image: url(/img/design2017/windows/block-loggia-l.png);
  max-width: 240px;
  min-width: 240px;
}

.block-loggia-u {
  background-image: url(/img/design2017/windows/loggia-u-wbg.png);
  max-width: 240px;
  min-width: 240px;
}

.block-loggia-l {
  background-image: url(/img/design2017/windows/loggia-l-wbg.png);
  max-width: 240px;
  min-width: 240px;
}

.block-loggia-k {
  background-image: url(/img/design2017/windows/loggia-k-wbg.png);
  max-width: 240px;
  min-width: 240px;
}

.block-loggia-p {
  background-image: url(/img/design2017/windows/loggia-p-wbg.png);
  /* background-image: url(/img/design2017/windows/hruschevka-loggia-p.png); */
  max-width: 240px;
  min-width: 240px;
}

.block-door-1-1,
.block-door-1-2,
.block-door-1-3,
.block-door-1-4 {
  max-width: 240px;
  min-width: 240px;
  min-height: 350px;
}

.block-door-2-1,
.block-door-2-2,
.block-door-2-3,
.block-door-2-4 {
  max-width: 290px;
  min-width: 290px;
  min-height: 350px;
}

.block-door-1-1 {
  background-image: url(/img/design2017/windows/door-1-1.png);
}

.block-door-1-2 {
  background-image: url(/img/design2017/windows/door-1-2.png);
}

.block-door-1-3 {
  background-image: url(/img/design2017/windows/door-1-3.png);
}

.block-door-1-4 {
  background-image: url(/img/design2017/windows/door-1-4.png);
}

.block-door-2-1 {
  background-image: url(/img/design2017/windows/door-2-1.png);
}

.block-door-2-2 {
  background-image: url(/img/design2017/windows/door-2-2.png);
}

.block-door-2-3 {
  background-image: url(/img/design2017/windows/door-2-3.png);
}

.block-door-2-4 {
  background-image: url(/img/design2017/windows/door-2-4.png);
}

.block-win-1,
.block-win-2,
.block-win-3,
.block-win-b {
  background: url(/img/design2017/windows/window-d-1.jpg) no-repeat;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 252px;
  max-width: 110px;
  min-height: 252px;
  min-width: 110px;
  position: relative;
  display: block;
}

.block-win-2 {
  background-image: url(/img/design2017/windows/window-d-2.jpg);
  max-height: 252px;
  max-width: 188px;
  min-width: 188px;
  min-height: 252px;
}

.block-win-3 {
  background-image: url(/img/design2017/windows/window-d-3.jpg);
  max-width: 274px;
  min-width: 274px;
}

.block-win-b {
  background-image: url(/img/design2017/windows/window-d-b.jpg);
  max-width: 290px;
  min-height: 349px;
  min-width: 290px;
}

table {
  border-collapse: collapse;
}

table td,
table th {
  padding: 10px 15px 11px;
}

table.table-zebra-striping td,
table.table-zebra-striping th {
  border-right: 1px dotted #ccc;
}

table.table-zebra-striping tr:not(.table-no-hover-effect):hover {
  background: #ddd !important;
}

table.table-zebra-striping td:last-child,
table.table-zebra-striping th:last-child {
  border-right: none;
}

table th {
  font-size: 1.5em;
}

table th a {
  color: black;
  text-decoration: none;
}

.table-zebra-striping {
  border: 10px solid #e5e5e5;
}

.table-zebra-striping th {
  font-weight: normal;
  background: #9d2561;
  color: white;
}

.table-zebra-striping tr:nth-child(2n + 1) {
  background: #f5f5f5;
}

.table-zebra-striping tr td:first-child {
  text-align: left;
}

header {
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid #ccc;
  float: left;
}

.header-wrapper {
  width: 1260px;
  margin: 0 auto;
}

/*header .header-logo{padding:15px 25px 10px 20px}*/

/*header .header-wrapper .header-wrapper__text{font-size:12px;line-height:1;position:relative;top:-8px}
header .header-wrapper .header-wrapper__text br{display:none}*/
@media (max-width: 1024px) {
  header .header-wrapper {
    height: 65px;
    overflow: hidden;
  }
}

@media (max-width: 576px) {
  /*header .header-wrapper .header-wrapper__text{color:#fff;font-size:13px;display:inline-block;padding:0 0 0 5px;top:-2px}
header .header-wrapper .header-wrapper__text br{display:block}*/
  .margin-right-5 {
    margin-right: 0px;
  }

  .margin-right-10 {
    margin-right: 0px;
  }

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

  .margin-right-20 {
    margin-right: 0px;
  }

  .margin-right-30 {
    margin-right: 0px;
  }

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

  .margin-right-50 {
    margin-right: 0px;
  }

  .margin-right-100 {
    margin-right: 0px;
  }

  .margin-bottom-5 {
    margin-bottom: 0px;
  }

  .margin-bottom-10 {
    margin-bottom: 0px;
  }

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

  .margin-bottom-20 {
    margin-bottom: 0px;
  }

  .margin-bottom-30 {
    margin-bottom: 0px;
  }

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

  .margin-bottom-50 {
    margin-bottom: 0px;
  }

  .margin-bottom-100 {
    margin-bottom: 0px;
  }

  .margin-left-5 {
    margin-left: 0px;
  }

  .margin-left-10 {
    margin-left: 0px;
  }

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

  .margin-left-20 {
    margin-left: 0px;
  }

  .margin-left-30 {
    margin-left: 0px;
  }

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

  .margin-left-50 {
    margin-left: 0px;
  }

  .margin-left-100 {
    margin-left: 0px;
  }

  .margin-side-10 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .margin-side-20 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .margin-side-30 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .margin-side-40 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .margin-side-50 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .table_scroll {
    overflow-x: scroll;
  }

  .table-zebra-striping {
    border: none;
  }

  /* Правки */
  .no_prices .margin-top-minus-100 {
    margin-top: -120px;
  }

  /* Правки */
}

header .header-text {
  color: #9a9a9a;
  padding: 5px 30px 10px;
  font-size: 11pt;
}

header .header-text > div {
  margin: 10px;
  padding-left: 20px;
  margin-right: 30px;
}

header .header-text a {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}

header .header-text .apartment {
  background: url(/img/design2017/icon-header-price-dom.png) left top no-repeat;
}

header .header-text .onewindow {
  background: url(/img/design2017/icon-header-price-okno.png) left top no-repeat;
}

header .header-text .onlineoplata {
  background: url(/img/design2017/icon-header-onlineoplata.png) left top no-repeat;
}

header .header-button {
  float: right;
  padding: 23px 0 10px 20px;
}

header .header-wapp {
  padding: 23px 0 0;
}

header .header-wapp .header-wapp__icon {
  width: 48px;
  height: 48px;
  display: block;
  background: url(/img/design2017/wapp__icon_w.png) 50% 50% no-repeat;
}

header .header-wapp .header-wapp__icon:hover {
  opacity: 0.8;
}

@media (max-width: 576px) {
  header {
    right: 0 !important;
  }

  header .header-wapp {
    padding: 8px 0 0;
  }

  header .header-wapp .header-wapp__icon {
    background: url(/img/design2017/wapp__icon.png) 50% 50% no-repeat;
  }
}

header .header-phone {
  padding: 20px 0 10px 40px;
  float: right;
}

header .header-phone-email {
  text-align: right;
  position: relative;
}

header .header-phone-number {
  display: block;
  color: #a80055;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

header .header-phone-number > a {
  text-decoration: none;
  height: 26px;
  display: block;
}

header .header-phone-number > span {
  font-weight: 300;
}

header .header-phone-worktime {
  display: block;
  float: right;
  clear: both;
  font-size: 10pt;
  font-weight: 300;
  text-align: right;
}

/* header > div > div {
	float: left;
	height: 95px;
	padding: 23px 30px 10px;
} */

header .header-rehau {
  width: 210px;
  float: right;
  padding-top: 13px;
  margin-left: 10px;
  opacity: 1;
}

header .header-rehau > img {
  max-width: 100%;
}

span.pc-hide {
  display: none;
}

/*header .menu-toggle-button{display:none;background:url(/img/design2017/menu-toggle-button.png) no-repeat;width:65px;height:65px;float:right;padding:0;margin:0;transition:all .5s}
header .menu-toggle-button.menu-toggle-button-active{background-position:-65px 0}*/
/*header .header-button.mobile{display:none}*/
@media all and (max-width: 1024px) {
  header .header-text,
  header .header-years,
  header .header-phone,
  header .header-rehau {
    display: none;
  }

  header .menu-toggle-button {
    display: block;
  }

  /*header .header-button > div{text-indent:-9999px}*/
  /* header > .header-wrapper {
		background: #a80055;
		width: 100%;
		float: left;
	} */

  /*header .header-logo{border:none;padding-top:5px}

        header .header-logo a{background:url(/bitrix/templates/main-new/images/logo_rehau@2x.png) no-repeat;width:160px;height:60px;display:block;background-size:cover}
    header .header-logo a{background:url(/img/design2017/logo-mobile-2017.png) no-repeat;width:100px;height:35px;background-size:contain}*/
  /*{border-color:white;width:46px;height:46px;padding:0;display:block;background:url(/img/design2017/icon-phone-white-32.png) no-repeat;background-position:5px 5px;border-width:2px}*/
  header .header-button {
    padding: 8px;
    margin-right: 20px;
  }

  header .header-button.desktop {
    display: none;
  }

  /*header .header-button.mobile{display:block}
header .header-button.mobile div a{display:block;width:46px;height:46px}*/
  /* header > div > div {
		height: auto;
	} */

  /*header .header-logo{padding-bottom:0}*/
  header {
    position: fixed;
    margin-top: -65px;
    border-bottom: 0;
  }

  body {
    padding-top: 65px;
  }

  #calc-icon-a {
    display: none !important;
  }

  #ck_phone_a {
    margin-bottom: 0 !important;
  }
}

#calc-icon-a {
  display: none !important;
}

#ck_phone_a {
  margin-bottom: 0 !important;
}

nav {
  width: 100%;
  display: block;
  clear: both;
  background: none;
  border-bottom: 1px solid #ccc;
  font-size: 11pt;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

nav > .menu-wrapper {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
  padding: 21px 0;
  background: #ffffff;
}

nav > .menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1024px) {
  nav > .menu-wrapper ul {
    flex-direction: column;
  }
}

nav > .menu-wrapper a {
  text-decoration: none;
  color: black;
}

nav > .menu-wrapper > ul > li:first-child {
  padding-left: 0;
}

nav > .menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

nav > .menu-wrapper > ul > li {
  float: left;
  margin: 0 !important;
}

nav > .menu-wrapper ul li {
  margin-top: 0;
  margin-bottom: 0;
}

nav > .menu-wrapper ul li ul li.menu-has-submenu {
  background: url(/img/design2017/icon-menu-arrow-right.png) right 10px center no-repeat;
}

nav > .menu-wrapper > ul > li > a {
  color: black;
  /* padding: 20px 17px 21px; */
  padding-bottom: 21px;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
  font-size: 13pt;
}

nav > .menu-wrapper > ul > li.top-menu-active > a {
  -webkit-box-shadow: inset 0 -4px 0 #a80055;
  -moz-box-shadow: inset 0 -4px 0 #a80055;
  box-shadow: inset 0 -4px 0 #a80055;
}

@media all and (min-width: 1024px) {
  nav > .menu-wrapper > ul > li > a:hover {
    text-decoration: none;
    box-shadow: inset 0 -5px 0 #a80055;
  }
}

nav > .menu-wrapper > ul > li:last-child > a {
  border-right: none;
}

nav > .menu-wrapper > ul > li.offers > a {
  color: #a80055;
  font-weight: bold;
  display: block;
}

nav > .menu-wrapper > ul > li > ul {
  display: none;
  position: absolute;
  top: 40px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  float: left;
  z-index: 2;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  nav > .menu-wrapper > ul > li > ul {
    box-shadow: none;
  }
}

nav > .menu-wrapper > ul > li:nth-child(9) > ul {
  margin-left: -200px;
}

nav > .menu-wrapper > ul > li > ul.menu-2-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-rule: 1px solid #a80055;
  right: 0;
}

nav > .menu-wrapper > ul > li > ul.menu-2-cols > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

nav > .menu-wrapper > ul > li > ul > li a {
  display: block;
  max-width: 300px;
  min-width: 250px;
  padding: 10px 8px 10px 15px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  color: #222222;
  padding: 10px 30px;
  transition: color 0.25s;
}

nav > .menu-wrapper > ul > li > ul > li a:hover {
  color: #a80055 !important;
}

nav > .menu-wrapper > ul > li > ul.menu-2-cols > li a {
  display: block;
  max-width: 200px;
  min-width: 200px;
}

nav > .menu-wrapper > ul > li > ul > li:last-child > a,
nav > .menu-wrapper > ul > li > ul > li > ul > li:last-child > a,
nav > .menu-wrapper > ul > li > ul > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

nav > .menu-wrapper > ul > li > ul > li > a:hover,
nav > .menu-wrapper > ul > li > ul > li > ul > li > a:hover,
nav > .menu-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover {
  background: rgba(168, 0, 85, 0.15);
}

nav > .menu-wrapper > ul > li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  margin-top: -32px;
  box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.18);
  background: #fff;
  border-left: 1px solid #eee;
  border-radius: 0 3px 3px 0;
}

nav > .menu-wrapper > ul > li > ul > li > ul > li > ul {
  margin-top: -50px;
}

nav > .menu-wrapper > ul > li:last-child > ul > li ul,
nav > .menu-wrapper > ul > li:nth-last-child(2) > ul > li ul {
  left: -100%;
  box-shadow: -4px 3px 10px rgba(0, 0, 0, 0.1);
  max-width: 250px;
  width: 250px;
  margin-right: 0;
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #eee;
}

nav > .menu-wrapper .nav-mobile-submenu-link,
nav > .menu-wrapper .nav-mobile-submenu-back {
  display: none;
}

nav > .menu-wrapper > .menu-mobile-info {
  display: none;
}

@media all and (max-width: 1260px) {
  nav > .menu-wrapper {
    width: 100%;
    max-width: 95%;
  }
}

@media all and (max-width: 1024px) {
  nav {
    display: block;
    position: fixed;
    right: -100%;
    width: 100%;
    transition: all 0.5s;
    z-index: 3;
    background: #fff;
    min-height: 100vw;
    height: 100%;
    padding-top: 65px;
    top: 0;
    overflow-y: auto;
  }

  nav > .menu-wrapper {
    width: 100%;
    padding-top: 0;
    transition: all 0.5s;
    margin-left: 0;
    max-width: 100%;
  }

  nav > .menu-wrapper > ul > li > a {
    padding: 10px 20px;
  }

  nav > .menu-wrapper > ul > li.top-menu-active > a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  nav > .menu-wrapper > ul li {
    clear: left;
    background: white;
    width: 100%;
    border-bottom: 1px dotted #e67068;
  }

  @media screen and (max-width: 1024px) {
    nav > .menu-wrapper > ul li:last-child {
      border-bottom: none;
    }
  }

  nav > .menu-wrapper > ul > li > ul {
    padding: 0;
  }

  nav > .menu-wrapper > ul > li > ul.menu-2-cols {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-rule: 0;
  }

  nav > .menu-wrapper > ul > li > ul > li a {
    border: none;
    font-size: 13pt;
  }

  nav > .menu-wrapper > ul > li ul,
  nav > .menu-wrapper > ul > li:last-child > ul > li ul,
  nav > .menu-wrapper > ul > li:nth-last-child(2) > ul > li ul {
    top: 0;
    left: 100%;
    width: 100%;
    border-radius: 0;
    max-width: none;
  }

  nav > .menu-wrapper > ul > li > ul > li ul,
  nav > .menu-wrapper > ul > li > ul > li > ul > li > ul {
    margin-top: 0;
  }

  nav > .menu-wrapper .nav-mobile-submenu-link,
  nav > .menu-wrapper .nav-mobile-submenu-back {
    display: block;
  }

  nav > .menu-wrapper .nav-mobile-submenu-link {
    font-weight: bold;
  }

  nav > .menu-wrapper ul li.menu-has-submenu {
    background: #fff;
    background: url(/img/design2017/icon-menu-arrow-right.png) right 10px center no-repeat;
  }

  @media screen and (max-width: 1024px) {
    nav > .menu-wrapper ul li.menu-has-submenu {
      background: none;
    }
  }

  nav > .menu-wrapper ul li.nav-mobile-submenu-back {
    background: #fff;
    background: url(/img/design2017/icon-menu-arrow-left.png) left 2px center no-repeat;
    color: #000000;
    padding: 10px 30px;
    font-size: 13pt;
  }

  nav > .menu-wrapper > ul > li a {
    color: #000000;
  }

  nav > .menu-wrapper > ul > li span {
    color: #000000;
    padding: 15px 20px;
    font-size: 13pt;
    cursor: pointer;
  }

  nav > .menu-wrapper > ul > li a {
    color: #000000;
    padding: 15px 20px;
    font-size: 13pt;
  }

  nav > .menu-wrapper > ul > li a:hover,
  nav > .menu-wrapper > ul > li > ul > li > a:hover,
  nav > .menu-wrapper > ul > li > ul > li > ul > li > a:hover,
  nav > .menu-wrapper > ul > li > ul > li > ul > li > ul > li > a:hover {
    color: #000000;
    background: none;
  }

  nav.nav-mobile-active {
    right: 0;
  }

  nav > .menu-wrapper > ul ul {
    position: absolute;
    right: -100%;
  }

  nav > .menu-wrapper > .menu-mobile-info {
    display: block;
    padding: 10px;
    text-align: center;
    background: #fff;
    clear: both;
    padding-top: 30px;
  }

  nav > .menu-wrapper > .menu-mobile-info > .header-phone-number {
    display: inline-block;
    color: #a80055;
    font-size: 20pt;
  }

  nav > .menu-wrapper > .menu-mobile-info > .header-phone-number > span {
    font-weight: bold;
  }

  nav > .menu-wrapper > .menu-mobile-info > .header-phone-worktime {
    display: inline-block;
    clear: both;
    font-size: 10pt;
  }

  nav > .menu-wrapper > .menu-mobile-info > .header-button {
    margin-top: 20px;
  }

  .body-mobile-active {
    overflow: hidden;
  }
}

.submenu-wrapper {
  font-size: 10pt;
}

.submenu-wrapper ul {
  list-style: none;
  padding: 0;
  margin-left: 2px;
}

.submenu-wrapper li {
  float: left;
  display: block;
}

.submenu-wrapper li a,
.submenu-wrapper li span {
  text-decoration: none;
  color: #444;
  border-bottom: 1px solid #999;
}

.submenu-wrapper li span {
  font-weight: bold;
  border-bottom: none;
}

.submenu-wrapper li:first-child {
  float: left;
  margin-left: 0;
  border-left: none;
}

@media all and (max-width: 576px) {
  .full-width.submenu-wrapper {
    display: none;
  }
}

.block-left-menu {
  width: 200px;
  float: left;
  margin-left: 0;
  clear: left;
  color: #333;
  z-index: 0;
  position: relative;
}

.block-left-menu ul {
  list-style: none;
  margin-left: 0;
}

.block-left-menu ul a {
  color: black;
  text-decoration: none;
}

.block-left-menu ul li {
  margin: 15px 0;
}

.block-left-menu ul a:hover {
  color: #a80055;
}

.block-left-menu-title {
  border-bottom: 1px solid #a80055;
  color: black;
  margin-top: 20px;
  font-size: 25pt;
  margin-left: 0;
  float: left;
  padding-bottom: 10px;
}

.block-left-menu ul li ul {
  font-size: 90%;
  line-height: 95%;
  padding-left: 10px;
}

.content.block-near-menu {
  padding-left: 230px;
}

@media all and (max-width: 576px) {
  .full-width.left-menu-wrapper {
    display: none;
  }

  .content.block-near-menu {
    padding-left: 0;
  }
}

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

@media (max-width: 576px) {
  /* * {
		max-width: 100%;
	} */

  div,
  p {
    word-break: break-word;
  }

  table {
    word-break: normal;
  }

  .description div {
    overflow-x: scroll;
  }

  .full-width {
    width: 100%;
    padding: 0 10px;
    float: none;
  }

  .full-width .full-width {
    padding: 0;
  }

  .block-left {
    float: none;
  }

  .form-in-contacts .form-field {
    width: 90% !important;
  }
}

.content {
  width: 100%;
}

@media all and (min-width: 1280px) {
  .content {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    padding: 0;
  }

  /* .content > * {
    margin-left: 10px;
    margin-right: 10px;
  } */
}

@media all and (max-width: 576px) {
  .content {
    width: 100%;
  }

  .content > * {
    margin-left: 0;
    margin-right: 0;
  }

  .block-mobile-hidden {
    display: none;
  }
}

.block-navigation-arrows {
  float: right;
  margin-right: 10px;
}

.no-arrows .block-navigation-arrows {
  display: none !important;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.full-width-slider {
  position: relative;
}

.full-width-slider > .block-navigation-arrows {
  width: 100%;
  position: absolute;
  top: 46%;
  z-index: 10;
}

.block-navigation-arrows > div {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid #a80055;
  margin-left: 10px;
  margin-top: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.block-navigation-arrows > div:hover {
  background-color: #f5d3f2;
}

.block-navigation-arrow-left {
  background-image: url(/img/design2017/icon-navigation-arrow-left.png);
  float: left;
}

.block-navigation-arrow-right {
  background-image: url(/img/design2017/icon-navigation-arrow-right.png);
  float: right;
  margin-right: 10px;
}

.block-navigation-tabs > div {
  float: left;
  border: 2px solid #a80055;
  padding: 10px 30px;
  font-size: 13pt;
  border-left: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s;
}

.block-navigation-tabs > div:hover {
  background: #a80055;
  color: white;
}

.block-navigation-tabs > div:first-child {
  border-left: 2px solid #a80055;
}

.block-navigation-tabs > .block-navigation-tab-active {
  background: #a80055;
  color: white;
}

@media all and (max-width: 576px) {
  .block-navigation-tabs {
    max-width: 100%;
    flex-direction: column;
  }

  .block-navigation-tabs > div {
    padding: 5px 6px;
    font-size: 10pt;
    border: 1px solid #a80055;
    font-weight: normal;
    border-left: none;
  }

  .block-navigation-tabs > div:first-child {
    border-left: 1px solid #a80055;
  }

  .block-navigation-tabs.block-right {
    float: left;
  }

  .block-about-rehau-logo.block-right {
    clear: both;
    float: none;
  }
}

.block-text-with-icons > div > div {
  font-weight: bold;
}

.block-text-with-icons > div > div > img {
  float: left;
  margin-right: 20px;
  margin-left: 10px;
  margin-top: 4px;
  width: 30px;
}

.block-text-with-icons > div > div > p {
  clear: both;
  font-weight: normal;
  margin-top: 15px;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.block-gallery {
  width: calc(100% - 20px);
  min-height: 650px;
  max-height: 650px;
  overflow: hidden;
}

.block-gallery-viewer {
  width: 84.5%;
  min-height: 650px;
  float: left;
  max-height: 650px;
  background: #eee;
  margin-right: 0.5%;
  background-size: cover;
  background-position: center center;
  transition: all 0.5s;
  position: relative;
}

.block-gallery-viewer span {
  display: block;
  opacity: 0;
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.71);
  color: white;
  transition: all 1s;
  padding: 10px 20px;
}

.block-gallery-items {
  width: 15%;
  float: left;
  transition: all 1s;
}

.block-gallery-items > a {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.block-gallery-items > a > span {
  display: block;
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.71);
  color: white;
  transition: all 1s;
  padding: 3px 5px;
  font-size: 11pt;
}

.block-gallery-items > a:hover {
  opacity: 1;
}

.block-gallery-item-active {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.block-gallery-items > a:hover > img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.block-gallery-items > a > img {
  max-width: 100%;
  width: 100%;
  transition: all 0.3s;
}

.gallery-form-button {
  position: absolute;
  top: 89%;
  right: 14px;
  z-index: 22;
}

@media (max-width: 768px) {
  .block-gallery {
    min-height: 250px;
    max-height: 470px;
    position: relative;
    margin-bottom: 80px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    /* Правки */
    /* gap: 10px; */
    /* Правки */

    gap: 35px;
  }

  .block-gallery-viewer {
    width: 100%;
    min-height: 450px;
    max-height: 450px;
    position: static;
  }

  .block-gallery-items {
    width: 100%;
    display: flex;
    gap: 10px;
  }
}

@media all and (max-width: 576px) {
  .block-gallery-viewer {
    min-height: 340px;
    max-height: 340px;
  }

  .block-gallery {
    min-height: 340px;
    max-height: 340px;
  }

  .block-gallery-items > a {
    margin-bottom: 2px;
  }

  .block-gallery-viewer span {
    font-size: 10pt;
    padding: 5px 10px;
    background: black;
    margin-right: 15.5%;
  }

  .gallery-form-button {
    top: 108%;
    text-align: center;
    left: 0;
    right: 0;
  }

  .block-gallery-items > a > span {
    display: none;
  }
}

footer {
  padding-top: 0;
  color: #a80055;
  background: #f5f5f5;
}

footer ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 10px;
}

footer ul li {
  margin: 3px 0;
}

.footer-menu div > ul > li:first-child > * {
  color: #a80055;
  font-size: 14pt;
}

footer a {
  text-decoration: none;
}

footer ul li a {
  text-decoration: none;
  color: black;
  font-size: 11pt;
}

footer .footer-right-block {
  width: 30%;
  float: left;
  padding-left: 50px;
}

footer .footer-left-block {
  width: 70%;
  float: left;
}

footer .footer-right-block a {
  text-decoration: underline;
}

footer .footer-phone {
  font-size: 22pt;
  color: black;
  font-weight: 300;
}

footer .footer-social-icons > a {
  display: block;
  margin-top: 20px;
  margin-right: 5px;
  float: left;
}

.footer-second {
  border-top: 5px solid #eee;
  padding-bottom: 30px;
  padding-top: 30px;
  background: white;
}

.footer-second > .content > * {
  margin-left: 0;
  margin-right: 0;
}

footer .footer-logo {
  margin-top: -10px;
  float: left;
  width: 20%;
}

footer .footer-logo > a {
  background: url(/img/design2017/logo-2017.png) no-repeat;
  width: 188px;
  height: 66px;
  display: block;
}

footer .footer-text {
  float: left;
  margin-left: 40px;
  width: 400px;
  font-size: 11pt;
  padding: 22px 0px 0px 40px;
  font-weight: 300;
  color: #555;
}

footer .footer-seo {
  float: right;
  width: 15%;
}

footer .footer-text a {
  text-decoration: underline;
}

footer .footer-seo > a {
  text-decoration: underline;
}

.footer-awards {
  background: #eee;
  color: #9b9b9b;
  text-align: center;
}

.footer-awards .block-6-items > .block-items-wrapper > div {
  font-size: 9pt;
  line-height: 9pt;
}

.footer-awards .block-6-items > .block-items-wrapper > div img {
  max-width: 70%;
  opacity: 0.6;
  margin-bottom: 10px;
}

.footer-awards .block-6-items > .block-items-wrapper > div:hover {
  color: #333;
}

.footer-awards .block-6-items > .block-items-wrapper > div:hover img {
  opacity: 1;
}

footer .footer-social-icons {
  color: #9b9ca4;
  font-size: 14px;
}

@media all and (max-width: 576px) {
  .footer-left-block {
    display: none;
  }

  .notice {
    display: none !important;
  }

  footer .footer-right-block {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  footer .footer-social-icons {
    padding: 0 10px 10px 17px;
    width: 100%;
    color: #9b9ca4;
  }

  footer .footer-social-icons > a {
    margin: 10px;
    display: inline-block;
  }

  /* footer {
		display: none !important;
	} */

  .footer-second {
    display: block !important;
  }

  footer .footer-logo {
    margin-left: 10px;
    margin-top: 10px;
  }

  footer .footer-text {
    margin-left: 0;
    width: auto;
  }

  .footer-social-icons {
    margin-left: 0;
    margin-top: 20px;
    padding-left: 0;
  }
}

footer .footer-logo {
  margin-top: 3px;
  padding: 15px 25px 10px 20px;
  background: url(/bitrix/templates/main-new/images/logo_rehau@2x.png) no-repeat;
  width: 160px;
  height: 72px;
  display: block;
  background-size: contain;
}

.block-hunter {
  position: fixed;
  width: 100%;
  bottom: -63px;
  background: #a80055;
  text-align: center;
  color: white;
  padding: 10px 0;
  z-index: 2;
  transition: all 0.5s;
}

@media all and (max-width: 576px) {
  .block-hunter {
    display: none;
  }
}

.block-hunter > div,
.block-hunter > a {
  display: inline-block;
  padding: 0 15px;
  font-weight: 300;
}

.block-hunter > div > span {
  font-size: 1.3em;
}

.block-hunter > div:first-child {
  border-right: 1px dotted rgba(255, 255, 255, 0.51);
}

.block-hunter > .button-square {
  padding: 7px 20px;
}

.block-hunter > .hunter-close:after {
  content: "x";
  border: 1px solid rgba(255, 255, 255, 0.61);
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  margin-top: -10px;
  margin-left: 10px;
  font-weight: 300;
  line-height: 39px;
  color: rgba(255, 255, 255, 0.71);
  cursor: pointer;
}

.block-hunter > .hunter-close:hover:after {
  border: 1px solid rgba(255, 255, 255, 0.81);
  color: rgba(255, 255, 255, 0.91);
}

.block-hunter > .hunter-close > a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.51);
  color: white;
  cursor: pointer;
}

.block-hunter > .hunter-close:hover > a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.81);
}

.h1,
.h2,
.h3,
.h4 {
  font-size: 30pt;
  font-weight: normal;
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.h2 {
  font-size: 28pt;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.h3 {
  font-size: 22pt;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.h4 {
  font-size: 18pt;
}

@media all and (max-width: 576px) {
  .h1 {
    font-size: 18pt;
  }

  .h2 {
    font-size: 16pt;
  }

  .h3 {
    font-size: 14pt;
  }
}

.psystems {
  max-width: 350px;
  float: left;
  color: #9b9ca4;
  font-weight: 300;
}

.psystems__title {
  padding-bottom: 5px;
  font-size: 14px;
}

.psystems__img {
  position: relative;
  left: -4px;
  max-width: 300px;
}

.psystems__offerta {
  padding: 15px 0 0;
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 576px) {
  .star-rating {
    width: 100%;
    margin-top: 8px;
  }

  .star-rating__wrap {
    margin: 0;
  }

  .block-items-wrapper .padding-20.block-border-grey.block-overflow-hidden p {
    clear: both;
    margin-top: 30px;
  }

  .block-items-wrapper .padding-20.block-border-grey.block-overflow-hidden > * + * {
    margin-top: 8px;
  }

  .block-items-wrapper .padding-20.block-border-grey.block-overflow-hidden .text-small {
    float: left;
    clear: unset;
  }

  .block-items-wrapper .padding-20.block-border-grey.block-overflow-hidden .block-right.text-small.text-grey {
    float: right;
  }

  .psystems {
    padding: 20px 5px 0 17px;
    max-width: 100%;
  }

  .psystems__img {
    max-width: 100%;
  }

  .windowtype_menu {
    margin-left: 0;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  img {
    max-width: 100%;
  }

  .form-field-error {
    margin-left: 50px;
  }
}

.no-decoration {
  text-decoration: none !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.color-555 {
  color: #555 !important;
}

ul.no-margin-left {
  margin-left: 20px !important;
}

.form-in-contacts .form-field {
  border: 1px #999 solid;
  width: 400px;
  margin-left: 20px;
}

.form-field {
  border: 1px #999 solid;
  width: 400px;
}

.star-rating {
  font-size: 0;
}

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
  margin-left: 50px;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #ffb300;
}

.star-rating__ico:last-child {
  padding-left: 0;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
  content: "\f005";
}

.dark-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.mess-block {
  width: 320px;
  height: 120px;
  background: #fff;
  box-shadow: 0 0 10px #333;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -160px;
  z-index: 101;
  box-sizing: border-box;
  padding-top: 50px;
}

.load-block {
  width: 320px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 101;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-size-24 {
  font-size: 24px;
}

.text-size-22 {
  font-size: 22px;
}

.sitemap-a a {
  font-size: 11pt;
  color: #000 !important;
}

.sitemap-a a:hover {
  color: #a80055;
}

iframe {
  width: 100% !important;
  max-width: 800px !important;
}

.quest_block {
  margin-left: 12pt;
  display: inline-block;
  text-align: center;
  width: 14pt;
  height: 14pt;
  background: #969696;
  color: #fff;
  border-radius: 50%;
  position: relative;
}

.quest_block:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 16pt;
  bottom: 0;
  z-index: 4;
  border: 1px solid rgb(168 0 85);
  color: #a80055;
  font-size: 11px;
  padding: 5px 10px;
  min-width: 150px;
  border-radius: 10px;
  background: #fff;
}

.form-field-error {
  color: red;
  margin-left: 250px;
}

@media (max-width: 576px) {
  .margin-top-50 {
    margin-top: 20px;
  }

  .button-square {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    line-height: 16px;
    /* margin-left: 100px; */
  }

  .d-sm-inline {
    display: inline-block;
    margin-top: 5px;
  }

  .mobile-slider {
    flex-wrap: wrap;
  }
}

.profile-wrapper {
  position: relative;
}

.profile-wrapper .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.profile-wrapper .profile-page-text {
  width: 40%;
  margin-left: auto;
}

.two-columns {
  column-count: 2;
  column-gap: 40px;
}

.block-right-img {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.block-right-img > .block-right-img__item {
  width: 48%;
}

.rb-hide-pc {
  display: none;
}

@media (max-width: 756px) {
  .block-right-img {
    flex-direction: column;
  }

  .block-right-img > .block-right-img__item {
    width: 100%;
  }

  .rb-hide-pc {
    display: block;
  }

  .rb-hide-mob {
    display: none;
  }
}

.colored__text {
  color: #d7005f;
  font-size: 16px;
  line-height: 19px;
}

.text-size-2em {
  font-size: 2em;
}

@media (max-width: 1250px) {
  .text-size-2em {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .profile-wrapper .content {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profile-wrapper .profile-page-text {
    width: 100%;
  }

  .two-columns {
    column-count: 1;
  }
}

.title_margin_zero {
  margin-top: 0px;
}

.small-title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
}

@media (max-width: 600px) {
  .blog_statia .window_action_block {
    padding: 20px;
  }
}

.new-banner {
  position: relative;
  padding: 0;
}

.new-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.new-banner-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.new-banner-content {
  padding-top: 77px;
  display: flex;
  gap: 13px;
  position: relative;
}

.new-banner-text {
  width: 50%;
  padding-top: 46px;
  padding-bottom: 123px;
}

.new-banner-img_add {
  width: 49%;
  max-width: 512px;
}

.new-banner-img_add img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-banner-text__title {
  position: relative;
  padding: 11px 41px;
  margin-bottom: 20px;
  width: fit-content;
}

.new-banner-text__title span {
  color: #fff;
  text-align: center;
  font-family: Inter, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: fit-content;
  z-index: 2;
}

.new-banner-text__mark {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
  width: 100%;
  background: url("/css/2017/../../img/newBanner/mark.png") no-repeat center;
  background-size: contain;
  height: 100%;
}

.new-banner-text__big {
  color: #3d3d40;
  font-family: Inter, Helvetica, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.new-banner-text__small {
  color: #3d3d40;
  font-family: Inter, Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}

.form-fied-custom {
  width: 200px;
  padding-left: 14px;
  background: unset;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
}

.new-banner-form {
  display: flex;
  gap: 6px;
}

@media all and (max-width: 1300px) {
  .new-banner-content {
    width: 80%;
    margin: 0 auto;
  }
}

@media all and (max-width: 1220px) {
  .new-banner-form {
    flex-direction: column;
    gap: 10px;
  }

  .form-fied-custom {
    width: 100%;
  }

  .new-banner-img_add {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media all and (max-width: 1100px) {
  .new-banner-text__big {
    font-size: 50px;
  }
}

@media all and (max-width: 932px) {
  .new-banner-text__title span {
    font-size: 17px;
  }
}

@media all and (max-width: 932px) {
  .new-banner-text__big {
    font-size: 40px;
  }
}

@media all and (max-width: 860px) {
  .new-banner-content {
    padding-top: 37px;
    width: 100%;
  }

  .new-banner-text {
    padding: 0;
    width: 100%;
  }

  .new-banner-text__partTop {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 300px;
  }

  .new-banner-text__partBottom {
    background-color: #3d3d40;
    padding: 15px 24px 31px;
    z-index: 1;
  }

  .new-banner-text__small {
    font-size: 20px;
    color: #ffffff;
  }

  .new-banner-text__big {
    font-size: 55px;
  }

  .new-banner-text {
    display: flex;
    flex-direction: column;
  }

  .new-banner-img_add {
    right: 50%;
    transform: translateX(50%);
    width: 311px;
    bottom: 258px;
    height: 326px;
  }
}

@media all and (max-width: 580px) {
  .new-banner-text__partTop {
    margin-bottom: 320px;
  }

  .new-banner-img_add {
    bottom: 240px;
  }
}

@media all and (max-width: 576px) {
  .new-banner-text__big {
    font-size: 27px;
  }

  .new-banner-text__title span {
    font-size: 15px;
  }
}

.text-black {
  color: #555555;
}

@media all and (max-width: 576px) {
  .text-price-from br {
    display: none;
  }

  .text-price-from {
    font-size: 12pt;
  }
}

.banner-dec {
  position: relative;
  overflow: hidden;
  min-height: 600px;
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-dec-text {
  max-width: 523px;
}

.banner-dec-text h2 {
  color: #3d3d40;
  font-size: 40px;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  text-transform: uppercase;
  margin: 0;
}

.banner-dec-text ul {
  list-style: none;
}

.banner-dec-text ul li {
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner-dec-text ul li span {
  color: #3d3d40;
  font-size: 20px;
}

.baner-dec-content {
  display: flex;
  justify-content: space-between;
  padding: 63px 15px !important;
}

.banner-dec-form {
  width: 377px;
  background-color: #ffffff;
  opacity: 0.9;
  padding: 30px 27px;
  border-radius: 20px;
}

.banner-dec-form__title {
  color: #fff;
  font-size: 20px;
  padding: 4px 8px;
  background-color: #a80055;
  border-radius: 5px;
  width: fit-content;
}

.banner-bg-mob {
  display: none;
}

.banner-dec-form__descr {
  margin-top: 9px;
  font-size: 20px;
  color: #3d3d40;
}

.banner-dec-form__descr span {
  display: none;
}

.banner-dec-form-timer {
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner-dec-form-timer .day,
.banner-dec-form-timer .hourse,
.banner-dec-form-timer .minutes {
  display: flex;
  flex-direction: column;
  gap: 6;
  text-align: center;
}

.banner-dec-form-timer .word {
  font-size: 18px;
}

.banner-dec-form-timer .time {
  font-size: 60px;
}

.timer-separator {
  font-size: 35px;
  color: #3d3d40;
}

.banner-dec-form__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.banner-dec-text__small {
  margin-top: 26px;
  color: #3d3d40;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  gap: 13px;
}

.banner-dec-form__form .dw-uform-submit {
  font-weight: bold;
  height: 48px;
}

.form-field-dec {
  width: 100%;
  padding-left: 14px;
  background: unset;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
}

@media all and (max-width: 950px) {
  .banner-dec-form {
    max-width: unset;
    width: 48%;
  }

  .banner-dec-text {
    max-width: unset;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .banner-dec-text h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 1100px) {
  .banner-bg-pc {
    display: none;
  }

  .banner-bg-mob {
    display: block;
  }
}

@media all and (max-width: 750px) {
  .baner-dec-content {
    flex-direction: column;
    padding: 0 !important;
  }

  .banner-dec {
    min-height: 783px;
  }

  .banner-dec-text {
    padding: 35px 15px 22px;
    height: 441px;
    width: 100%;
  }

  .banner-dec-text ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }

  .banner-dec-text h2 {
    font-size: 27px;
  }

  .banner-dec-text ul li {
    gap: 6px;
  }

  .banner-dec-text ul li span {
    font-size: 14px;
    font-weight: bold;
  }

  .banner-dec-form {
    border-radius: unset;
    background-color: #3d3d40;
    color: #ffffff;
    padding: 24px 14px 26px;
    opacity: 1;
    width: 100%;
  }

  .banner-dec-form__title {
    display: none;
  }

  .banner-dec-timer__content {
    display: flex;
    border-bottom: 1px solid #585858;
    justify-content: space-between;
    padding-bottom: 17px;
  }

  .banner-dec-form__descr {
    color: #ffffff;
    font-size: 14px;
    width: 140px;
    font-weight: bold;
  }

  .banner-dec-text__small {
    margin-top: 19px;
    color: #ffffff;
    font-size: 20px;
  }

  .banner-dec-text__small br {
    display: none;
  }

  .banner-dec-arrow {
    display: none;
  }

  .banner-dec-form__descr span {
    display: initial;
  }

  .banner-dec-form-timer .time {
    font-size: 30px;
  }

  .banner-dec-form-timer .word {
    font-size: 14px;
  }

  .timer-separator {
    font-size: 30px;
  }
}

@media all and (max-width: 576px) {
  .banner-dec {
    padding: 0;
  }
}

@media all and (max-width: 380px) {
  .banner-dec-text h2 {
    font-weight: 23px;
  }

  .banner-dec-text ul {
    flex-direction: column;
  }

  .banner-dec-timer__content {
    flex-direction: column;
    gap: 16px;
  }

  .banner-dec {
    min-height: 842px;
  }
}

.fancybox-skin .fancybox-close {
  background-image: url("/upload/iblock/001/akar-icons_cross.svg");
}

.close-sale-popup {
  animation: 1s close ease;
}

.open-sale-popup {
  display: block !important;
}

.animation-open-popup {
  animation: 1s show ease;
}

.popup-slae-content-close {
  display: flex;
  justify-content: end;
  margin-bottom: 6px;
  cursor: pointer;
}

.popup-sale-wraper {
  width: 225px;
  position: fixed;
  top: 50%;
  right: 0;
  height: 245px;
  margin-right: 16px;
  display: none;
  z-index: 8000;
}

.popup-slae-content-close > img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.popup-slae-content {
  display: flex;
  align-items: end;
  width: 100%;
  height: 215px;
  text-decoration: none;
}

.popup-sale-content-text {
  margin: 0;
  position: absolute;
  top: 30px;
  right: 0;
  width: 100%;
  height: 181px;
  background-image: url("/upload/iblock/001/sale-image-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.button-sale-wrapper > p {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.button-sale-wrapper {
  width: 218px;
  height: 51px;
  background-color: #a80055;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes show {
  from {
    right: -300px;
  }

  to {
    right: 0;
  }
}

@keyframes close {
  from {
    right: 0px;
  }

  to {
    right: -300px;
  }
}

@media (min-width: 992px) {
  header .header-text {
    padding: 0;
  }

  header .header-button {
    padding: 0 !important;
    height: auto;
  }

  header .header-phone {
    padding: 0 !important;
    height: auto;
  }

  .header .header-phone {
    padding: 0;
    height: auto;
  }

  header .header-rehau {
    padding: 0 !important;
    height: auto;
  }
}

@media all and (max-width: 1100px) {
  header .header-rehau {
    width: 160px;
  }
}

@media all and (max-width: 390px) {
  header .header-button {
    margin-right: 0;
  }
}

.overflow-hidden {
  overflow-x: hidden;
}

.popup-sale-content-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-sale-content-text > p {
  display: none;
  font-size: 19px;
  line-height: 36px;
  color: white;
  font-weight: 800;
  margin-right: 8px;
  margin-top: 22px;
  margin-bottom: 0;
  letter-spacing: 0px;
  text-align: center;
  display: inline !important;
}

.popup-sale-content-text > p > span {
  font-size: 54px;
  font-weight: 900;
  margin-right: 5px;
}

.mobile-fix-click a {
  padding: 10px 30px;
}

.nav-mobile-submenu-link a {
  padding: 10px 30px;
}

.menu-has-submenu span {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .menu-has-submenu span::before {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);

    border: 5px solid transparent;
    border-top: 5px solid #a80055;

    box-sizing: border-box;
  }

  .menu-has-submenu span.active-btn::before {
    transform: translateY(-100%) rotate(180deg);
  }

  ul.root-item {
    display: none !important;

    transition: padding 0.25s;
  }

  ul.root-item.active-submenu {
    display: block !important;
    padding: 25px 0;
  }
}

span.pc-hidden.active-btn {
  background-color: #f5f5f5;
}

.bordered {
  border: 1px solid #c2c2c2;
  padding: 30px 50px;
}

@media screen and (max-width: 768px) {
  .bordered {
    padding: 15px 20px;
  }
}

.bordered > *:first-child {
  margin-top: 0;
}

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

.mt0 {
  margin-top: 0;
}

.mt40 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 20px;
  }
}

.we-guarantee__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.we-guarantee__item {
  border: 1px solid #dcdcdc;
  padding: 20px 40px;
  display: flex;
  gap: 20px;
  align-items: center;
  width: calc(50% - 20px / 2);
}

@media screen and (max-width: 768px) {
  .we-guarantee__item {
    padding: 20px;
    gap: 6px;
    width: 100%;
  }
}

.we-guarantee__icon {
  display: block;
  height: 50px;
  width: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .we-guarantee__icon {
    height: 30px;
  }
}

.we-guarantee__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  color: #121212;
}

@media screen and (max-width: 768px) {
  .we-guarantee__title {
    font-size: 14px;
  }
}

.container-new .section-header {
  margin-left: 0;
}

.table-price {
  width: 100%;
  font-size: 16px;
}

.table-layout-fixed {
  table-layout: fixed;
}

ol.demontazh-list {
  padding-left: 16px;
  margin: 20px 0;
}

ol.demontazh-list li::before {
  color: #000000;
  font-weight: 400;
}

@media screen and (max-width: 500px) {
  .table-layout-fixed {
    table-layout: auto;
  }
}

@media screen and (max-width: 768px) {
  .table-price {
    font-size: 10px;
  }
}

.table-price tr:nth-child(odd) {
  background-color: #fff;
}

.table-price tr:nth-child(even) {
  background-color: #fafafa;
}

.table-price tr:first-child {
  background-color: #f5e2ee;
}

.table-price td {
  border: 1px solid #b69dad;
  padding: 15px 30px;
}

@media screen and (max-width: 768px) {
  .table-price td {
    padding: 10px 5px;
  }
}

.block-4-items .block-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.block-4-items .block-items-wrapper > div {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;

  width: calc(100% / 4 - 40px * 3 / 4);
}

.block-4-items .block-items-wrapper > div img {
  margin-bottom: 13px;

  display: block;

  height: auto;
}

.block-4-items .block-items-wrapper > div a {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;

  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}

.block-4-items .block-items-wrapper > div h4 {
  margin: 0 0 10px;
}

.block-4-items .block-items-wrapper > div p {
  margin: 0;
}

.full-width > .content {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 3rem;
}

@media screen and (max-width: 992px) {
  .block-4-items .block-items-wrapper {
    gap: 24px;
  }

  .block-4-items .block-items-wrapper > div {
    width: calc(100% / 2 - 24px * 1 / 2);
  }

  .full-width > .content {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 460px) {
  .block-4-items .block-items-wrapper > div {
    width: 100%;
  }
}

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

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

@media screen and (max-width: 768px) {
  .pt-60 {
    padding-top: 40px;
  }

  .pb-60 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .block-window-b-price {
    padding-top: 10px;
  }
}

.just-validate-error-label {
  position: static;
  background-color: transparent;
  margin: 0;
}

@media screen and (min-width: 577px) {
  .banner-form-main_input {
    max-width: 205px;
  }
}

.simple-form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.simple-form-input-wrapper .just-validate-error-label {
  margin-left: 20px;
}

.addreview_modal-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review_form {
  flex-direction: column;
  align-items: center;
}

.review_form_input_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review_form .carousel__button {
  display: none;
}

.review_form_req {
  margin: 0;
}

.review_form .form-field {
  width: 100%;
}

/* End */


/* Start:/css/2017/2017-pages.css?174791946151336*/
/* Главная страница */

/* slider */

.main-slider {
	width: 100%;
	height: 700px;
	position: relative;
	margin: 0;
}

.main-slider.ded-slider {
	height: 550px;
}

.main-slider-item {
	width: 100%;
	height: 100%;
}

.main-slider-item-text {
	padding-top: 100px;
	color: black;
}

.main-slider.ded-slider .main-slider-item-text {
	padding-top: 300px;
	padding-right: 100px;
}

.main-slider-item-1 {
	background: url(/img/design2017/main-slide-1-bg.jpg) center 20%;
	background-size: cover;
}

.main-slider-item-2 {
	background: url(/img/design2017/main-slider-akinfeev.jpg) center 20%;
	background-size: cover;
}

.main-slider-item-podmoskove {
	background: url(/img/design2017/block-image-podmoskove-bg.jpg) center 20%;
	background-size: cover;
}

.main-slider-item-ded {
	background: url(/img/design2017/main-slide-ded-bg.jpg) center top;
	background-size: cover;
}

.main-slider-item-inside {
	width: 1260px;
	margin: 0px auto;
	display: block;
}

.main-slider-controller-item {
	background: #ef2214;
	opacity: .5;
	float: left;
	margin: 8px;
	width: 8px;
	height: 8px;
	border-radius: 16px;
}

.main-slider-controller-item-active {
	opacity: 1;
}

.main-slider-controller {
	width: 1260px;
	margin: 0px auto;
	margin-top: -200px;
}

@media all and (max-width:1300px) {
	.main-slider-item-inside {
		width: 1000px;
	}

	.main-slider-controller {
		width: 1000px;
	}
}

@media all and (max-width:576px) {

	.main-slider {
		width: 100%;
		height: 350px;
		position: relative;
	}

	.main-slider.ded-slider {
		height: 350px;

	}

	.main-slider-item-text {
		padding-top: 50px;
		padding-left: 10px;
	}

	.main-slider-item-ded {
		background-position: 40% center;
	}

	.main-slider.ded-slider .main-slider-item-text {
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		width: 70%;
		height: 350px;
		background: rgba(0, 0, 0, 0.25);
	}

	.main-slider-item-inside {
		width: 100%;
	}

	.main-slider-controller {
		width: 100%;
		margin-top: -30px;
		text-align: center;
	}

	.main-slider-controller-item {
		display: inline-block;
		float: none;
	}
}

.main-page-nav.block-4-items>div {}

.main-page-nav.block-4-items>div img {
	max-width: 70%;
	transition: all .5s;
	overflow: hidden;
}

.main-page-nav a {
	font-size: 16pt;
	color: black;
	text-decoration: none;
	transition: all .2s;
}

.main-page-nav a img {
	transition: all .2s;
}

.main-page-nav a:hover {
	color: #ef2214;
}

.main-page-nav a:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media all and (max-width:576px) {
	.main-page-nav a {
		font-size: 12pt;
	}
}

.main-page-about {
	background: #f5f5f5;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.main-page-about-text {
	width: 40%;
	line-height: 1.8em;
}

.main-page-about-text h1 {
	line-height: normal;
}

.main-page-about-quote {
	width: 55%;
}

.main-page-about-quote .block-right {
	background: white;
	margin: 30px;
	width: 40%;
	padding: 20px 30px 0px;
}

.main-page-about-quote .block-right>div {
	width: 100%;
	font-family: serif;
	font-weight: 700;
}

.text-quote {
	font-family: serif;
	font-weight: 700;
	font-size: 40pt;
	color: #ef2214;
}

@media all and (max-width:576px) {
	.text-quote {
		font-size: 20pt;
	}
}

.main-page-about-quote .block-absolute {
	background: url(/img/design2017/main/main-block-quote-bg.png) no-repeat;
	width: 656px;
	height: 515px;
	margin-left: -70px;
	bottom: 0;
	background-size: cover;
}

@media all and (max-width:576px) {

	.main-page-about {
		margin-top: 20px;
	}

	.main-page-about>div>div {
		width: 100%;
	}

	.main-page-about-quote .block-absolute {
		width: 400px;
		height: 350px;
		margin-left: -45%;
	}

	.main-page-about-quote .block-right {
		width: 65%;
		margin-top: -30px;
		margin-bottom: 90px;
		margin-right: 10px;
	}

	.main-page-about-text {
		padding: 10px;
		line-height: 1.3em;
	}

	.main-page-about-text p {
		display: none;
	}
}


@media all and (max-width:576px) {

	.windows-price-block-navigation>div:nth-child(1),
	.windows-price-block-navigation>div:nth-child(2) {
		width: 30%;
	}

	.windows-price-block-navigation>div:nth-child(3) {
		width: 25%;
	}

	.windows-price-block-navigation>div:nth-child(4) {
		width: 15%;
	}
}



.block-window-1,
.block-window-2,
.block-window-3,
.block-window-b {
	margin-top: 15px;
	z-index: 0;
	transition: all .3s;
}

.block-window-1:hover,
.block-window-2:hover,
.block-window-3:hover,
.block-window-b:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.block-window-b-price,
.block-window-bft-price,
.block-window-bf-price {
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 90%, #ffffff 100%);
	z-index: 1;
	position: relative;
}

.windows-price-block-windows {
	/*background: url(/img/design2017/block-windows-price-bg.jpg) no-repeat center top -70%;*/
}

.windows-price-block-windows-item-size {
	margin: 10px auto;
	padding: 10px 8px;
	font-size: 10.5pt;
	border-top: 1px solid #ddd;
	position: relative;
}

@media all and (max-width:576px) {
	.windows-price-block-windows-item-size {
		width: 180px;
	}
}

.block-windows-buttons {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: all .5s;
	opacity: 0;
	background: #fff;

}

.block-windows-buttons>a {
	width: 140px;
}

div:hover>.windows-price-block-windows-item-size>.block-windows-buttons {
	opacity: 1;
}


.windows-price-block-windows {
	display: flex;
	flex-wrap: wrap;
}

.windows-price-block-windows.windows-price-block-windows_no-flex {
	display: block;

}

@media all and (max-width:1300px) {

	.page-slider>.block-items-wrapper.windows-price-block-windows>div {
		font-size: 12pt;
	}

	.block-window-1 {
		max-height: 225px;
		max-width: 110px;
		min-height: 225px;
		min-width: 110px;
		max-height: 225px;
	}

	.block-window-2 {
		background-image: url(/img/design2017/windows/window-2-s01-wbg.png);
		max-height: 225px;
		max-width: 154px;
		min-width: 154px;
		min-height: 225px;
	}

	.block-window-3 {
		background-image: url(/img/design2017/windows/window-3-s010-wbg.png);
		max-width: 230px;
		min-width: 230px;
		min-height: 225px;
		max-height: 225px;
	}

	.block-window-b {
		background-image: url(/img/design2017/windows/window-b-s0-wbg.png);
		max-width: 250px;
		min-height: unset;
		min-width: 250px;
		height: 225px;
	}

	/* Правки  */

	/* .block-window-b-price {
		margin-top: -90px;
	} */

	/* Правки  */
}

@media all and (max-width:992px) {

	.page-slider>.block-items-wrapper.windows-price-block-windows>div {
		font-size: 12pt;
	}

	.block-window-1 {
		max-width: unset;
		max-height: unset;
		display: block;
		width: 100%;
		height: auto;
		min-height: 120px;
		min-width: unset;
	}

	.block-window-2 {
		max-width: unset;
		max-height: unset;
		display: block;
		width: 100%;
		height: auto;
		min-height: 120px;
		min-width: unset;
	}

	.block-window-3 {
		max-width: unset;
		max-height: unset;
		display: block;
		width: 100%;
		height: auto;
		min-height: 120px;
		min-width: unset;

	}

	.block-window-b {
		max-width: unset;
		max-height: unset;
		display: block;
		width: 100%;
		height: auto;
		min-height: 120px;
		min-width: unset;
	}

	/* Правки */

	/* .block-window-b-price {
		margin-top: -90px;
	} */

	/* Правки */

	.text-purple.text-price.text-size-40 {
		font-size: 20px;
	}
}

@media all and (max-width:576px) {

	.windows-price-block-windows {
		font-size: 11pt;
		padding-top: 0px;
		flex-direction: column;
	}

	.windows-price-block-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.windows-price-block-windows>div>span {
		height: 30px;
		display: inline-block
	}

	.windows-price-block-windows>div>.block-window-2 {
		width: 100%;
		min-width: inherit;
		height: 180px;
		min-height: 180px;
		margin-bottom: -20px;
		margin-top: -10px;
		width: 68%;
	}

	.windows-price-block-windows>div>.block-window-3,
	.block-window-b,
	.block-window-1 {
		width: 100%;
		min-width: inherit;
		height: 180px;
		min-height: 180px;
		margin-bottom: -20px;
		margin-top: -10px;
	}

	.block-window-b {
		margin-top: 10px;
	}

	.block-window-1 {
		margin-top: 5px;
	}

	.block-loggia-u,
	.block-loggia-k,
	.block-loggia-p,
	.block-loggia-l {
		width: 100%;
		max-width: 100%;
		/* min-width: inherit; */
		/* height:120px; */
		/* min-height: 120px; */
		margin-bottom: 30px;
		margin-top: 10px;
	}


	.block-door-1-1,
	.block-door-1-2,
	.block-door-1-3,
	.block-door-1-4,
	.block-door-2-1,
	.block-door-2-2,
	.block-door-2-3,
	.block-door-2-4 {
		width: 100%;
		min-width: inherit;
		height: 250px;
		min-height: 250px;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.windows-price-block-windows-item-size {
		width: 100%;
		padding: 5px 10px;
	}

	.block-loggia-price>div>div>div.text-left {
		margin: 10px;
		margin-left: 15px;
	}

	.block-loggia-price>div>div>span {
		font-size: 17pt;
		display: block;
		overflow: hidden;
		line-height: 1;
		padding-top: 10px;
		height: unset;
		margin-bottom: 18px;
	}

	.block-loggia-price>div>div>div>.text-small {
		display: none;
	}

	.block-loggia-price>div>div>div>.text-purple {
		margin-top: -50px;
	}

	.block-loggia-price .text-size-16 {
		font-size: 14pt;
	}

	.block-loggia-types .page-slider .block-2-items>div {
		font-size: 12pt;
	}



}

.block-2-items>.block-items-wrapper>div.block-clients-review {
	padding: 20px 50px;
	background: #f5f5f5;
	margin-right: 2%;
	width: 48%;
}

@media all and (max-width:576px) {
	.block-2-items>.block-items-wrapper>div.block-clients-review {
		padding: 10px;
		margin-right: auto;
		width: 100%;
	}
}

.block-2-items>.block-items-wrapper>div.block-our-personal {
	padding: 10px 30px;
}

.block-clients-review {
	min-height: 600px;
}

.block-clients-review-wrapper,
.block-our-personal-wrapper {
	width: 100%;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.block-clients-review-container,
.block-our-personal-container {
	position: relative;
	z-index: 1;
	width: 100%;
	white-space: nowrap;
	transition: all 1s;
	font-size: 0;
}

.block-our-personal-container {
	transition: all .3s;
}

.block-clients-review-container:before,
.block-our-personal-container:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: inherit;
	pointer-events: none;
}

.block-clients-review-container>div,
.block-our-personal-container>div {
	width: 100%;
	display: inline-block;
	float: none;
	white-space: normal;
	padding: 0px 10px;
	font-size: 14pt;
}

.block-our-personal {
	min-height: 600px;
	background: url(/img/design2017/main-block-sotrudniki-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.block-our-personal-wrapper {
	width: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100px;
	padding: 0;
}

.block-our-personal-container {
	height: 100%;
}

.block-our-personal-container>div {
	padding-left: 50%;
	padding-top: 10%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left -20% bottom;
}

.block-our-personal-container>.block-our-personal-item-1 {
	background-image: url(/img/design2017/main-block-sotrudniki-1.png);
}

.block-our-personal-container>.block-our-personal-item-2 {
	background-image: url(/img/design2017/main-block-sotrudniki-2.png);
}

.block-our-personal-container>.block-our-personal-item-3 {
	background-image: url(/img/design2017/main-block-sotrudniki-3.png);
}

.block-our-personal-container>.block-our-personal-item-4 {
	background-image: url(/img/design2017/main-block-sotrudniki-4.png);
}

@media all and (max-width:576px) {
	.block-clients-review {
		margin-bottom: 20px;
		min-height: auto;
	}

	.block-our-personal {
		min-height: 500px;
	}

	.block-our-personal-container>div {
		background-position: left -90px bottom;
		background-size: 70%;
		padding-left: 70px;
		padding-top: 10px;

	}

	.block-our-personal-container>.block-our-personal-item-1 {
		background-position: left -90px bottom;
	}

	.block-our-personal-container>.block-our-personal-item-2 {
		background-position: left -70px bottom;
		background-size: 60%;
	}

	.block-our-personal-container>.block-our-personal-item-3 {
		background-position: left -30px bottom;
	}

	.block-our-personal-container>.block-our-personal-item-4 {
		background-position: left -50px bottom -70px;
	}

	.block-our-personal-container>div>p {
		margin-left: 50px;
	}

	.block-our-personal-container>div>p>.text-quote {
		display: inline-block;
		margin-left: -20px;
		margin-right: 5px;
	}

	.block-our-personal-wrapper {
		top: 70px;
	}

}


.block-4-items.main-page-preimushestva>.block-items-wrapper>div {
	min-height: 330px;
	padding-right: 35px;
}

.block-4-items.main-page-preimushestva>.block-items-wrapper>div img {
	float: left;
	margin-right: 20px;
}

.block-4-items.main-page-preimushestva>.block-items-wrapper>div>b {
	font-size: 14.5pt;
}

.page-block-windows-options.page-slider>.block-items-wrapper>div>a.text-bold {
	font-size: 12pt;
}

@media all and (max-width:1300px) {
	.block-4-items.main-page-preimushestva>.block-items-wrapper>div {
		font-size: 11pt;
		min-height: 380px;
	}

	.page-block-windows-options.page-slider>.block-items-wrapper>div>a.text-bold {
		font-size: 12pt;
	}
}

.page-block-windows-options.block-4-items>.block-items-wrapper>div img {
	max-width: 100%;
}

@media all and (max-width:576px) {
	.main-page-preimushestva>div>div {
		margin-top: 0;
		vertical-align: middle;
	}

	.block-4-items.main-page-preimushestva>.block-items-wrapper>div {
		min-height: 200px;
	}
}


@media screen and (max-width: 450px) {
	.page-block-windows-options.block-4-items>.block-items-wrapper>div img {
		width: 100%;
	}
}

.page-block-windows-options.page-slider>.block-items-wrapper>div {
	color: #565656;
	font-size: 12pt;
}

.page-block-windows-options.page-slider>.block-items-wrapper>div>a.text-bold {
	font-size: 13pt;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}


@media all and (max-width:576px) {


	.page-block-windows-options.page-slider>.block-items-wrapper>div {
		font-size: 11pt;
	}

	.page-block-windows-options.page-slider>.block-items-wrapper>div>a.text-very-bold {
		font-size: 12pt;
	}
}

.block-main-form {
	background: url(/img/design2017/block-main-form-bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.block-main-form-fields {
	float: right;
	width: 550px;
	padding-right: 200px;
	padding-top: 60px;
	margin-bottom: 100px;
}

.block-main-form-fields>form>input {
	display: block;
	margin: 20px 0px;
	width: 320px;
}



@media all and (max-width:1300px) {
	.block-main-form-fields {
		width: 400px;
		padding-right: 0;
	}
}

@media all and (max-width:576px) {

	.block-main-form {
		background-position: 45% center;
		overflow: hidden;

	}

	.block-main-form-fields {
		background-color: rgba(255, 255, 255, 0.41);
		text-align: right;
		width: 250px;
		padding: 10px 20px;
		margin-left: 60px;
		padding-top: 50px;
		padding-bottom: 50px;
		margin-bottom: 0px;
		float: right;
		margin-right: -10px;
	}

	.button-round {
		background: #ef2214;
		color: white;
	}

	.button-round:hover {
		background: white;
		color: #ef2214;
	}

	.block-main-form-fields>form>input {
		width: 220px;
		float: right;
		margin: 10px 0px;
	}

}


.block-main-numbers {
	background: url(/img/design2017/block-main-numbers-bg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 600px;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

.block-main-numbers-container {
	margin-top: 80px;

}


.block-main-numbers-container>div {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px 0px;
	border: 3px solid white;
	min-height: 200px;
}

@media all and (max-width:576px) {
	.block-main-numbers {
		min-height: 400px;
		padding-top: 20px;
		background-position: 30% center;
	}

	.block-main-numbers-container {
		margin-top: 30px;
	}

	.block-main-numbers .text-size-35 {
		font-size: 24pt;
	}

	.block-main-numbers-container>div {
		min-height: 330px;
	}
}

.full-width-laminator {
	background: url('/img/design2017/laminator-bg.jpg') no-repeat;
	background-size: cover;
	min-height: 446px;
	margin-top: 50px;
}

.full-width-laminator+.full-width {
	margin-bottom: 50px;
}

.laminator {
	position: relative;
	min-height: 446px;
	overflow: hidden;
	width: 100%;
}

.laminator_fg {
	background: url('/img/laminator/laminator_fg.png');
	width: 670px;
	height: 446px;
	left: 600px;
}

.laminator>div {
	position: absolute;
}

.laminator_texture {
	left: 728px;
	width: 300px;
	height: 446px;
	background: #27170a;
	background-size: cover;
	transition: all .5s;
	background-image: url(/img/laminator/textures/10.jpg);
}

.laminator_text {
	left: 20px;
	width: 450px;
	top: 100px;
}

.laminator_handle {
	width: 126px;
	height: 286px;
	background: url(/img/laminator/ruchki/rt2_o.png) no-repeat 0 0 / cover;
	top: 80px;
	transition: all .5s;
}

.laminator_handle_1 {
	left: 750px;
}

.laminator_handle_2 {
	left: 905px;
}

.laminator_colors,
.laminator_ruchki {}

.laminator_color,
.laminator_ruchka {
	float: left;
	width: 10%;
	text-align: center;
	cursor: pointer;
	padding-bottom: 5px;
	padding-top: 5px;
}

.laminator_ruchka {
	width: 12%
}

.laminator_color:hover .laminator_color_view,
.laminator_ruchka:hover .laminator_ruchka_view {
	box-shadow: 0px 0px 0px 5px #bc2c7c;
	;
	opacity: .9;
}

.laminator_color_view,
.laminator_ruchka_view {
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	background-size: auto;
	border: 1px solid white;
	cursor: pointer;
	transition: all .5s;
}

.laminator_ruchka_view {
	width: 120px;
	height: 120px;
	background-position: -0px -60px;
	border-radius: 100px;
}

.laminator_ruchka_active .laminator_ruchka_view,
.laminator_color_active .laminator_color_view {
	box-shadow: 0px 0px 0px 5px #bc2c7c;
}

@media all and (max-width:1300px) {
	.laminator_fg {
		left: 400px;
	}

	.laminator_texture {
		left: 528px;
	}

	.laminator_text {
		left: 20px;
		width: 450px;
		top: 100px;
	}

	.laminator_handle_1 {
		left: 550px;
	}

	.laminator_handle_2 {
		left: 705px;
	}


	.laminator_color_view,
	.laminator_ruchka_view {
		width: 80px;
		height: 80px;
	}

	.laminator_ruchka_view {
		width: 100px;
		height: 100px;
		background-position: -0px -60px;
	}
}

@media all and (max-width:576px) {
	.full-width-laminator {
		width: 100%;
		overflow: hidden;
		min-height: 326px;
	}


	.laminator {
		min-height: 326px;
		overflow: hidden;
	}

	.laminator_texture {
		left: 218px;
		width: 300px;
		height: 446px;
		background: #27170a;
		background-size: cover;
		transition: all .5s;
		background-image: url(/img/laminator/textures/10.jpg);
	}

	.laminator_text {
		left: 10px;
		width: 200px;
		top: 50px;
	}

	.laminator_text .text-thin {
		font-size: 10pt;
	}

	.laminator_handle {
		width: 126px;
		height: 286px;
		top: 10px;
		transition: all .5s;
	}

	.laminator_handle_1 {
		left: 240px;
	}

	.laminator_handle_2 {
		left: 395px;
	}


	.laminator_fg {
		width: 670px;
		height: 446px;
		left: 90px;
	}

	.laminator_color,
	.laminator_ruchka {
		width: 20%;
		font-size: 10pt;
		min-height: 120px;
	}



	.laminator_color_view,
	.laminator_ruchka_view {
		width: 60px;
		height: 60px;
		margin-bottom: 5px;
	}

	.laminator_ruchka {
		width: 25%
	}

	.laminator_ruchka_view {
		width: 70px;
		height: 70px;
		background-position: -0px -80px;
	}
}


/* OKNAP WINDOWS PAGE */

.block-profiles-inner {
	border: 1px solid #d9d9d9;
	margin: 10px;
	padding: 10px;
	width: auto;
	float: left;
	padding-top: 40px;
}

.block-profiles>div>div>div>div:nth-child(2n-1)>.block-profiles-inner {
	margin-left: 0px;
}

.block-profiles>div>div>div>div:nth-child(2n)>.block-profiles-inner {
	margin-right: 0px;
}

.block-profile-description {
	font-size: 10pt;
}

.block-profiles-bars {
	height: 100%;
	min-height: 300px;
	margin-right: 40px;
	margin-left: 10px;
	position: relative;
}

.block-profiles-bar {
	float: left;
	width: 22px;
	margin-left: 30px;
}

.block-profiles-bar-value {
	color: #ababab;
	font-size: 10pt;
	margin-bottom: 10px;
}

.block-profiles-bar-inner {
	background: #ebebeb;
	position: relative;
	min-height: 250px;
	border-radius: 12px;
	margin: 5px;
}

.block-profiles-bar-bar,
.block-profiles-bar-gost {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #ffc600;
	border-radius: 12px;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.block-profiles-bar-gost {
	background: #b8005d;
	height: 0%;
	border-radius: 0px 0px 12px 12px;
}

.block-profiles-bar-icon-temperature,
.block-profiles-bar-icon-noise {
	width: 21px;
	height: 15px;
	background: url(/img/design2017/icon-bars-temperature.png) no-repeat center center;
}

.block-profiles-bar-icon-noise {
	background: url(/img/design2017/icon-bars-noise.png) no-repeat center center;
	width: 25px;
}


.block-profiles-bar-gost-mark {
	color: #999;
	position: absolute;
	right: 0;
	/*bottom:141px;*/
	bottom: 20px;
	left: 0;
	width: 140px;
	font-size: 9pt;
	text-align: right;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.block-profiles .block-items-wrapper>div:nth-child(1) .block-profiles-bar-gost-mark,
.block-profiles .block-items-wrapper>div:nth-child(1) .block-profiles-bar-gost,
.block-profiles .block-items-wrapper>div:nth-child(1) .block-profiles-bar-bar {
	transition-delay: 1s;
}

.block-profiles .block-items-wrapper>div:nth-child(2) .block-profiles-bar-gost-mark,
.block-profiles .block-items-wrapper>div:nth-child(2) .block-profiles-bar-gost,
.block-profiles .block-items-wrapper>div:nth-child(2) .block-profiles-bar-bar {
	transition-delay: 1.5s;
}

.block-profiles .block-items-wrapper>div:nth-child(3) .block-profiles-bar-gost-mark,
.block-profiles .block-items-wrapper>div:nth-child(3) .block-profiles-bar-gost,
.block-profiles .block-items-wrapper>div:nth-child(3) .block-profiles-bar-bar {
	transition-delay: 2s;
}

.block-profiles .block-items-wrapper>div:nth-child(4) .block-profiles-bar-gost-mark,
.block-profiles .block-items-wrapper>div:nth-child(4) .block-profiles-bar-gost,
.block-profiles .block-items-wrapper>div:nth-child(4) .block-profiles-bar-bar {
	transition-delay: 2.5s;
}

.block-profiles .block-items-wrapper>div:nth-child(5) .block-profiles-bar-gost-mark,
.block-profiles .block-items-wrapper>div:nth-child(5) .block-profiles-bar-gost,
.block-profiles .block-items-wrapper>div:nth-child(5) .block-profiles-bar-bar {
	transition-delay: 3s;
}

.block-profiles .block-items-wrapper>div:nth-child(6) .block-profiles-bar-gost-mark,
.block-profiles .block-items-wrapper>div:nth-child(6) .block-profiles-bar-gost,
.block-profiles .block-items-wrapper>div:nth-child(6) .block-profiles-bar-bar {
	transition-delay: 4.5s;
}

.block-profiles-bar-gost-mark:before {
	content: "60%";
	width: 30px;
	left: 0px;

	position: absolute;

}

.block-profiles-bar-gost-mark:after {
	content: "";
	border-top: 1px solid #ccc;
	width: 70px;
	left: 35px;
	position: absolute;
	margin-top: 7px;

}

.block-profile-text>a {
	text-decoration: none;
	color: #555;
	display: inline-block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	height: 38px;
}

.block-profile-text>a:hover {
	border-color: #999;
}

.block-profiles-image>img {
	transition: all 0.3s;
}

.block-profiles-image>img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media all and (max-width:576px) {
	.block-profiles-image {
		width: 80px;
	}

	.block-profiles-inner {
		padding-top: 10px;
		margin: 0px;
	}

	.block-profiles-image>img {
		max-width: 100%;
	}

	.block-profiles-bars {
		min-height: 100px;
		margin-right: 10px;
	}

	.block-profiles-bar {
		margin-left: 10px;
	}

	.block-profiles-bar-gost-mark {
		display: none;
	}

	.block-profiles-bar-inner {
		min-height: 80px;
	}

	.block-profile-description {
		clear: both;
		display: block;
		margin-top: 40px;
	}

	.block-profile-text>.text-size-27 {
		font-size: 20pt;
	}

	.block-profile-small:not(.text-small) {
		margin-top: -20px;
		display: block;
	}

	.block-profile-small>.text-size-27 {
		font-size: 25pt;
	}

	.block-profile-small.block-profile-small {
		font-size: 13pt;
		font-weight: 300;
	}
}

.block-rehau-about {
	background: url(/img/design2017/block-rehau-about-bg.jpg) no-repeat center center;
	background-size: cover;
}

.block-rehau-about>div {
	width: 500px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.block-about-rehau-logo {
	margin-right: -100px;
}

.block-podmoskove-delivery {
	background: url(/img/design2017/block-podmoskove-delivery-bg.jpg) no-repeat center center;
	background-size: cover;
}

.block-podmoskove-delivery>div {

	padding-top: 0px;
	padding-bottom: 40px;
}

.block-rassrochka {
	background: url(/img/design2017/block-rassrochka-bg.jpg) no-repeat left center;
	background-size: cover;
	padding: 0 30px;
	overflow-x: hidden;
}

.block-rassrochka>div {

	padding-top: 0px;
	padding-bottom: 40px;
}


@media all and (max-width:576px) {
	.block-rehau-about>div {
		width: auto;
		text-align: left;
		margin: 0;
		padding: 10px;
	}

	.block-about-rehau-logo {
		margin-right: 10px;
	}

	.block-rassrochka {
		background: url(/img/design2017/block-rassrochka-bg.jpg) no-repeat right 10% center;
		background-size: cover;
	}
}

.block-call-form {
	background: #555 url(/img/design2017/block-call-form-bg.jpg) 30% 80% no-repeat;
	background-size: cover;
}

.block-call-form h2 {
	color: #fff;
}

.block-call-form-type-2 {
	background: #555 url(/img/design2017/block-call-form-2-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: black;
}

.block-call-form-type-2 h2 {
	color: #fff;
}

.block-call-form-type-2>.content {
	padding-left: 700px;
}

@media all and (max-width: 1300px) {
	.block-call-form-type-2>.content {
		padding: 0;
		width: 50%;
		margin-left: auto;
	}
}

@media(max-width: 645px) {
	.block-call-form>.content {
		width: 100%
	}

	.block-call-form>.content>.block-call-form-fields {
		margin: 20px auto;
		width: 50%;
	}

}

.block-call-form-type-2 input,
.block-call-form-type-2 button {
	width: 300px;
}

.block-call-form h2 {
	margin-bottom: 10px !important;
}

.block-call-form .text-white {
	margin-bottom: 40px;
}

.block-call-form-fields {
	padding-top: 20px;
	margin-bottom: 40px;
}

.block-call-form-fields input.form-field {
	margin-right: 20px;
}

@media screen and (max-width: 992px) {
	.block-call-form-fields input.form-field {
		margin-right: 0px;
	}
}

.block-call-form .block-form-conf {
	margin: 0px auto;
	margin-top: 30px;
	color: white;
	max-width: 700px;

	padding: 10px;
}

.block-call-form .block-form-conf a {
	color: white;
}

@media all and (max-width:576px) {
	.block-call-form-fields {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-bottom: 40px;
	}

	.block-call-form-fields input.form-field {
		width: 100%;
		margin-right: 0;
		float: none;
		font-size: 1em;
		margin-bottom: 0px;
	}

	.block-call-form-fields input.button-round {
		width: 100%;
		float: none;
	}

	.block-call-form-type-2>.content {
		padding-left: 20px;
	}

	.block-call-form-type-2 input,
	.block-call-form-type-2 button {
		width: 100%;
	}

	.block-call-form-type-2 .block-call-form-fields input.form-field {
		margin-bottom: 0px;
	}

	.block-call-form-type-2 .text-size-27 {
		font-size: 20pt;
	}

	.block-call-form-type-2 .text-size-18 {
		font-size: 14pt;
	}
}

.block-steklopaket-text {
	margin: 10px 30px 70px 100px;
	width: 500px;
	float: left
}

@media screen and (max-width: 650px) {
	.block-steklopaket-text {
		width: auto;
	}
}

@media all and (max-width:576px) {
	.block-steklopaket-text {
		width: auto;
		margin: 10px;
	}

	.block-call-form>.content>.block-call-form-fields {
		width: 100%;
		text-align: center;
	}
}

@media(max-width: 425px) {
	.block-call-form>.content>.block-call-form-fields {
		width: 100%;
	}
}

@media(max-width: 322px) {
	.block-call-form>.content>.block-call-form-fields {
		width: 100%;
	}
}

.block-furniture-maco {
	background: #f2f3f3 url(/img/design2017/block-furniture-maco-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.block-furniture-maco .content>* {
	margin-left: 55%;
}

.block-furniture-maco .text-size-27:first-line {
	font-size: 80%;
}

.block-furniture-maco .text-size-16 {
	font-size: 95%;
	line-height: 25px;
	margin-bottom: 25px;
}

@media all and (max-width:576px) {
	.block-furniture-maco {
		background-position: 0% top;
		padding: 0;
		background-size: 200%;
	}

	/* Правки */

	.block-furniture-maco .content {
		/* padding-top: 280px; */
		padding-top: 70%;
		padding-bottom: 20px;
		color: black;
	}

	/* Правки */

	.block-furniture-maco .content>* {
		margin-left: 10px;
		margin-right: 10px;
	}
}

.block-montag {
	background: #f5f0d8 url(/img/design2017/block-montag-bg.jpg) 50% 70% no-repeat;
}

.block-montag-text {
	margin-top: 120px;
	margin-left: 50px;
	margin-bottom: 80px;
	width: 530px;
}

@media all and (max-width:576px) {
	.block-montag-text {
		width: auto;
		margin: 0;
		padding: 10px;
	}
}

.page-block-windows-options>div>div {
	margin-bottom: 30px;
}

.page-block-windows-options>div>div>a>img {
	transition: all .3s;
}

.page-block-windows-options>div>div>a:hover>img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.block-review-wrapper {
	position: relative;
}

.block-review-container {
	padding: 30px;
	border: 1px solid #ddd;
	width: 99%;
	// margin-left: 90px;
	margin-top: 30px;
	margin-bottom: 120px;
	font-size: 11pt;
}

.block-review-container>.block-navigation-arrows {
	display: inline-block;
	float: none;
	margin-bottom: -20px;
	margin-left: 90px;
}

.block-review-name {
	float: left;
	font-size: 12pt;
}

.block-review-date {
	float: right;
	font-size: 10pt;
	color: #999;
}

.block-review-text {
	clear: both;
	margin-top: 60px;
	font-weight: 300;
	margin-bottom: 40px;
	font-size: 12pt;
}

.block-review-image {
	position: absolute;
	top: 0;
	right: 100px;
	z-index: -1;
}

@media all and (max-width:991px) {
	.block-review-image {
		display: none;
	}
}

@media all and (max-width:576px) {
	.block-review-container {
		margin: 0;
		width: auto;
		padding: 10px 10px 30px 10px;
		text-align: center;
	}

	.block-review-text {
		height: 250px;
		overflow: hidden;
		position: relative;
		margin-bottom: 20px;
	}

	.block-review-text:after {
		position: absolute;
		width: 100%;
		height: 20px;
		display: block;
		bottom: 0;
		left: 0;
		background: linear-gradient(rgba(255, 255, 255, 0), #fff);
		content: '';
		display: none;
	}

	.block-review-container>.text-purple {
		display: none;
	}



	.block-review-container>.block-navigation-arrows {
		margin-left: 15px;
	}
}

.block-warranty {
	background: #808080 url(/img/design2017/block-warranty-bg.jpg) 50% 65% no-repeat;
	color: white;
	padding-bottom: 0px;
}

.block-windows-example {
	margin-bottom: 40px;
	float: left;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.block-windows-example>div {
	float: left;
	width: 30%;
}

.block-windows-example>div>a {
	margin-left: 0;
}

.block-windows-example>div>.block-window-b {
	margin-bottom: -87px;
}

.block-windows-example li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	height: 54px;
	text-align: left;
}

.block-windows-example li:not(:first-child) {
	border-bottom: 1px solid #ebebeb;
	line-height: 54px;
}

.block-windows-example li:first-child span {
	line-height: normal;
}

.block-windows-example li span {
	line-height: 54px;
	float: left;
}

.block-windows-example li:last-child {
	border-bottom: 0;
}

.block-windows-example li span:last-child {
	float: right;
	margin-left: 15px;
}

@media screen and (max-width: 400px) {
	.block-windows-example li span {
		font-size: 13px;
	}
}

@media screen and (max-width: 330px) {
	.block-windows-example li span {
		font-size: 12px;
	}
}

.block-windows-example li sup {
	line-height: 0;
}

.block-windows-example ul {
	margin: 0;
}

@media all and (max-width:576px) {
	.block-windows-example>div {
		float: left;
		width: 100%;
		text-align: center;
		margin-bottom: 50px;
		padding: 10px;
	}

	.block-windows-example .text-size-27 {
		font-size: 27pt;
	}

	.block-windows-example .text-small {
		font-size: 11pt;
		line-height: 11pt;
	}

	.block-windows-example .text-size-16 {
		font-size: 16pt;
	}

	.block-windows-example>div>a {
		margin: auto;
	}
}

.profile-bg.profile-bg-blitz {
	background: url(/img/design2017/windows/rehaublitzbgdesk.jpg) center center no-repeat;
}

.profile-bg.profile-bg-grazio {
	background: url(/img/design2017/windows/rehaugraziodesk.jpg) center center no-repeat;
}

.profile-bg.profile-bg-sib {
	background: url(/img/design2017/windows/profile-rehau-sib-bg.jpg) center center no-repeat;
}

.profile-bg.profile-bg-gzhel {
	background: url(/img/design2017/windows/profile-gzhel-bg.jpg) center center no-repeat;
}

.profile-bg.profile-bg-gost60 {
	background: url(/img/design2017/windows/profile-gost60-bg.jpg) center center no-repeat;
}

.profile-bg.profile-bg-delight {
	background: url(/img/design2017/windows/rehaudelightdesk.jpg) center center no-repeat;
}

.profile-bg.profile-bg-brillant {
	background: url(/img/design2017/windows/profile-rehau-brillant-bg.jpg) center center no-repeat;
}

.profile-bg.profile-bg-geneo {
	background: url(/img/design2017/windows/profile-rehau-geneo-bg.jpg) center center no-repeat;
}

.profile-bg.profile-bg-intelio {
	background: url(/img/design2017/windows/rehauIntelio80desk.png) center center no-repeat;
}

.profile-bg.profile-bg-provedal {
	background: url(/img/design2017/windows/profile-provedal-c640-bg.jpg) center center no-repeat;
}

.profile-bg {
	min-height: 925px;
}

@media (max-width: 992px) {
	.profile-bg {
		min-height: auto;
	}
}

@media(max-width: 576px) {
	.profile-wrapper .profile-bg {
		/* min-height: 640px; */
		min-height: auto;
		padding-top: 110% !important;
	}
}

.profile-bg>.content {
	color: black;
}

.profile-bg>.content>.profile-page-description {
	min-height: 775px;
	background: url(/img/design2017/windows/profile-arrows.png) -350px -100px no-repeat;
	margin: 0;
	width: 750px;
	float: left;
	margin-right: 50px;
	position: relative;
	margin-top: 70px;
}

@media (max-width: 992px) {
	.profile-bg>.content>.profile-page-description {
		display: none;
	}

	.block-windows-example>div>.block-window-b {
		margin-bottom: 0;
	}
}

.profile-bg>.content>.profile-page-description>div {
	float: right;
	clear: right;
	width: 150px;
	font-size: 10pt;
	text-align: right;
	height: 50px;
	position: absolute;
	right: 38px;

}

.profile-bg>.content>.profile-page-text {
	float: left;
	width: 400px;
}

@media (max-width: 992px) {
	.profile-bg>.content>.profile-page-text {
		float: non;
		padding-top: 0;
		width: auto;
	}
}

.profile-bg>.content>.profile-page-description>div:nth-child(1) {
	bottom: 660px;
}

.profile-bg>.content>.profile-page-description>div:nth-child(2) {
	bottom: 540px;
}

.profile-bg>.content>.profile-page-description>div:nth-child(3) {
	bottom: 410px;
}

.profile-bg>.content>.profile-page-description>div:nth-child(4) {
	bottom: 244px;
}

.profile-bg>.content>.profile-page-description>div:nth-child(5) {
	bottom: 132px;
}

.profile-bg>.content>.profile-page-description>div:nth-child(6) {
	bottom: 20px;
}

@media all and (max-width:576px) {
	.profile-bg {
		/* min-height: auto; */
		height: auto;
		background-position: 30% 0px !important;
		background-size: 300% !important;

	}

	.profile-bg>.content>.profile-page-description {
		display: none;
	}

	.profile-bg>.content>.profile-page-text {
		padding-top: 0;
		margin: 0;
		width: auto;
	}

	.profile-bg>.content>.profile-page-text p {
		padding: 10px;
	}

	.profile-bg>.content>.profile-page-text h1,
	.profile-bg>.content>.profile-page-text h2 {
		font-size: 16pt;
		margin: 0;
		background: rgba(255, 255, 255, 0.59);
		padding: 15px 10px;
		width: 100%;
	}
}

/*    LOGGIA PAGE     */
.page-loggia-options.block-2-items>.block-items-wrapper>div {
	padding: 0;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div>div>div {
	padding-top: 80px;
	padding-bottom: 0px;

	margin-bottom: 20px;
	min-height: 390px;
	background: rgba(0, 0, 0, 0.4);
	transition: all .5s;
	cursor: pointer;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div>div>div:hover {
	background: rgba(32, 3, 16, 0.67);

}

.page-loggia-options.block-2-items>.block-items-wrapper>div>div {
	color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}

.page-loggia-options.block-2-items>.block-items-wrapper>div>div>div>div>a.text-white {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.57);
	display: inline-block;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 300;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-1 {
	padding-right: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-2 {
	padding-left: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-3 {
	padding-right: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-4 {
	padding-left: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-1 {
	padding-right: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-2 {
	padding-left: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-3 {
	padding-right: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-4 {
	padding-left: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-calc-options-1 {
	padding-right: 10px;
}

.page-loggia-options.block-2-items>.block-items-wrapper>div.page-calc-options-2 {
	padding-left: 10px;
}

.page-loggia-options-1>div {
	background-image: url(/img/design2017/loggia-option-1-bg.jpg);
}

.page-loggia-options-2>div {
	background-image: url(/img/design2017/loggia-option-2-bg.jpg);
}

.page-loggia-options-3>div {
	background-image: url(/img/design2017/loggia-option-3-bg.jpg);
}

.page-loggia-options-4>div {
	background-image: url(/img/design2017/loggia-option-4-bg.jpg);
}

.page-doors-options-1>div {
	background-image: url(/img/design2017/doors-option-1-bg.jpg);
}

.page-doors-options-2>div {
	background-image: url(/img/design2017/doors-option-2-bg.jpg);
}

.page-doors-options-3>div {
	background-image: url(/img/design2017/doors-option-3-bg.jpg);
}

.page-doors-options-4>div {
	background-image: url(/img/design2017/doors-option-4-bg.jpg);
}

.page-calc-options-1>div {
	background-image: url(/img/design2017/calc-option-1-bg.jpg);
}

.page-calc-options-2>div {
	background-image: url(/img/design2017/calc-option-2-bg.jpg);
}

@media all and (max-width:576px) {
	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-1 {
		padding-right: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-2 {
		padding-left: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-3 {
		padding-right: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-loggia-options-4 {
		padding-left: 0px;
	}


	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-1 {
		padding-right: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-2 {
		padding-left: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-3 {
		padding-right: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-doors-options-4 {
		padding-left: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-calc-options-1 {
		padding-left: 0px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div.page-calc-options-2 {
		padding-left: 0px;
	}


	.page-loggia-options.block-2-items>.block-items-wrapper>div>div>div {
		padding-top: 20px;
		margin-bottom: 10px;
		min-height: 300px;
	}

	.page-loggia-options.block-2-items>.block-items-wrapper>div>div>div>div {
		width: auto;
		margin-left: 40px;
		float: left;
	}

}

@media(max-width: 1299px) {
	.page-loggia-options.block-2-items>.block-items-wrapper>div>div>div>div {
		width: auto;
		margin-left: 40px;
		float: left;
	}
}

.block-teploe-osteklenie-top,
.block-kholodnoe-osteklenie-top,
.block-panoramnoe-osteklenie-top,
.block-mezkomnatnie-dveri-top,
.block-na-balkon-top,
.block-vkhodnye-dveri-top {
	background: #808080 url(/img/design2017/block-teploe-osteklenie-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	min-height: 450px;
	padding-bottom: 0px;
	color: white;
}

@media all and (max-width:576px) {

	.block-teploe-osteklenie-top,
	.block-kholodnoe-osteklenie-top,
	.block-panoramnoe-osteklenie-top,
	.block-mezkomnatnie-dveri-top,
	.block-na-balkon-top,
	.block-vkhodnye-dveri-top {
		padding: 30px;
		min-height: 200px;
	}

	.block-width-600,
	.block-width-500 {
		width: auto;
	}


}

.block-kholodnoe-osteklenie-top {
	background-image: url(/img/design2017/block-kholodnoe-osteklenie-bg.jpg);
}

.block-panoramnoe-osteklenie-top {
	background-image: url(/img/design2017/block-panoramnoe-osteklenie-bg.jpg);
}

.block-mezkomnatnie-dveri-top {
	background-image: url(/img/design2017/block-mezkomnatnie-dveri-2-bg.jpg);
}

.block-mezkomnatnie-dveri-middle {
	background-image: url(/img/design2017/block-mezkomnatnie-dveri-bg.jpg);
}


.block-na-balkon-top {
	background-image: url(/img/design2017/block-na-balkon-bg.jpg);
}

.block-vkhodnye-dveri-top {
	background-image: url(/img/design2017/block-vkhodnye-dveri-bg.jpg);
}

@media all and (max-width:576px) {

	.block_width_image .block-left {
		margin-left: 20px;
		margin: 0;
		padding: 0 10px;
	}

	.block_width_image .list-with-purple-marks {
		font-size: 11pt;
	}

	.block_width_image .button-square {
		margin-top: 20px;
	}
}

/* Окна по размерам */

.okno-size span {
	font-weight: bold;
}

#dogovor-request input.form-field {
	border: 1px solid #999;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 400px;
}

.block-2-items>.block-items-wrapper>.block-width-300 {
	width: 300px
}

.block-price-slider-left,
.block-price-slider-right,
.block-kvartira-slider-1,
.block-kvartira-slider-2,
.block-kvartira-slider-3 {
	text-decoration: none;
	border-bottom: 1px dashed #960268;
}

#block-window-price-kvartira .text-color-link {
	color: #a80055;
}

.block-price-slider-active,
.block-kvartira-slider-active {
	text-decoration: none;
	border-bottom: 0;
	color: #555 !important;
}

#page-block-windows-options .page-block-windows-options-link {
	color: #a80055;
}

.block-doma-price>div>div p {
	float: right;
	margin-top: 0px;
	font-size: 13pt;
	width: 100%;
	text-align: right;
	margin-top: -25px;
	padding-bottom: 10px;
	font-weight: normal;
}

.block-doma-price>div>div p {
	font-size: 15pt;
}

@media all and (max-width:576px) {
	.block-doma-price>div>div p {
		font-size: 11pt;
		margin-top: -22px;
	}

	.block-doma-price>div>div p {
		font-size: 12pt;
		margin-top: 8px;
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: left;
	}

	.block-window-price-kvartira a.margin-right-100 {
		margin-right: 10px;
	}
}

.block-doma-price.block-5-items>.block-items-wrapper>div {
	padding-right: 15px;
	padding-left: 15px;
}

.greyline {
	background: none repeat scroll 0 0 #fafafa;
}








/***/
.pop_up_form {
	border: 1px solid #D2D2D2;
	background: white;
	position: relative;
	overflow: hidden;
}

/* .pop_up_form h3 {
	color: #000000;
	font-size: 40px;
	margin: 35px 50px 40px 35px;
} */

/* .pop_up_form p {
	margin: 25px 50px 20px 35px;
	font-size: 13px;
	line-height: 18px;
} */

.pop_up_form.green,
.pop_up_form.green * {
	color: green;
}

.form_fon {
	padding: 20px 50px 20px 35px;
	background: #F4F4F4;
}

.form_fon td {
	vertical-align: middle;
	padding: 10px 30px 10px 0;
}

.form_fon td+td {
	padding: 10px 0 10px 0;
}

.form_fon label {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	white-space: nowrap;
	font-size: 13px;
}

.form_fon label span {
	color: #ff0000;
}

.form_fon .button {
	background: #da51a2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNTFhMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZDQ1NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #da51a2 0%, #7d455d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da51a2), color-stop(100%, #7d455d));
	background: -webkit-linear-gradient(top, #da51a2 0%, #7d455d 100%);
	background: -o-linear-gradient(top, #da51a2 0%, #7d455d 100%);
	background: -ms-linear-gradient(top, #da51a2 0%, #7d455d 100%);
	background: linear-gradient(to bottom, #da51a2 0%, #7d455d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da51a2', endColorstr='#7d455d', GradientType=0);

	box-shadow: 0 1px 1px 0 #550a2b;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
	padding: 0 40px 0 40px;
	height: 42px;
	line-height: 42px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	border-radius: 4px;
	position: relative;
	behavior: url(/css/2017/PIE.htc);
}

.write_review .form_fon label {
	width: 120px;
}

.form_fon .field {
	margin-bottom: 20px;
}

.freemeasuring .form_fon {
	padding: 0;
}

.freemeasuring .form_fon td {
	padding: 0;
	float: left;
}

.write_review .pop_up_form input.text,
.write_review .pop_up_form textarea.text {
	width: 260px;
}

.pop_up_form textarea.text,
.pop_up_form textarea {
	height: 100px;
	padding: 3px 10px;
	width: 213px;
	margin: 0;
	clear: none;
	resize: none;
	overflow: auto;
}

.form_send_success {
	padding: 20px 30px 25px;
}

/**/
.fullgray {
	margin-top: 40px;
	margin-bottom: 40px;
	background: #f6f6f6;
	padding: 30px 1000px;
}

.banks-block .banks-block__title {
	font-weight: 700;
	font-size: 20px;
	padding-bottom: 10px;
}

.banks-block .banks-block__listing {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

@media (max-width: 600px) {
	.banks-block .banks-block__listing {
		justify-content: start;
	}
}

.banks-block__listing-item_tinkoff img {
	height: 46px;
}

.banks-block__listing-item_home img {
	height: 30px;
}

.banks-block__listing-item_east img {
	height: 26px;
}

.banks-block__listing-item_mts img {
	height: 22px;
}

.banks-block__listing-europe img {
	height: 30px;
}

.content_area {
	margin-left: auto;
	margin-right: auto;
}

.content_area>* {
	margin-left: 0;
	margin-right: 0;
}

.content_area hr {
	margin-left: 0;
	margin-right: 0;
	border-top: 0;
	border-bottom: 1px #ccc dotted;

	margin-top: 20px;
	margin-bottom: 80px;
}

.content_area table tbody tr th,
.content_area table tbody tr td {
	border-collapse: collapse;
	border: 1px #ccc solid;
}

.rh-h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}

.font-size-12 {
	font-size: 12px;
}


@media all and (max-width:1024px) {
	.block-review-container {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}

	.block-call-form-fields.text-center .dw-uform .dw-uform-submit {
		margin-top: 10px;
	}

	.block-5-items .block-items-wrapper {
		display: flex;
		flex-wrap: wrap;

	}

	.block-5-items .block-items-wrapper>div {
		width: 33%;
	}
}

@media all and (max-width: 576px) {
	.block-5-items .block-items-wrapper>div {
		width: 50%;
	}

	.block_width_image .button-square {
		margin-left: 20px;
	}

	.block-call-form-fields.text-center .dw-uform .dw-uform-submit {
		width: 100%;
		padding: 15px;
	}
}

@media all and (max-width: 390px) {
	.block-doma-price.block-5-items>.block-items-wrapper>div {
		padding: 5px;
	}
}

@media all and (max-width:700px) {
	.footer-awards .block-items-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.footer-awards .block-items-wrapper>div {
		width: 33%;
	}
}


.content-text-form-wrapper-order-call {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;

}

.button-form-wrapper-order-call {
	display: flex;
	justify-content: center;
}

.content-text-form-wrapper-order-call p {
	color: #555;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
	max-width: 323px;
}

.button-form-wrapper-order-call>td {
	width: 329px;
	height: 55px;
	background-color: #A80055;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-form-ordr-header {
	width: calc(50% - 25px);
	height: calc(100% - 30px);
	margin: 15px 15px 15px 10px;
	background-image: url('/upload/iblock/001/form-ordr-header.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.form-main-order-call {
	width: 845px;
	height: 600px;
	display: flex;
	justify-content: space-between;
}

.fancybox-overlay .fancybox-overlay-fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: red;
}

.form_fon .error-msg {
	margin-bottom: 10px;
}

.error-msg {
	color: #ff0000;
}

.form_fon {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
}

.form-main-order-call .button {
	border: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	background: none;
	padding: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.form-main-order-call .loader {
	color: #fff;
	font-size: 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* textfield also works! */
}

.form_fon label span {
	color: #A80055;
}

.pop_up_form h3 {
	color: #555;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-top: 40px;
	max-width: 323px;
}

.pop_up_form {
	width: calc(50% - 25px);
	height: calc(100% - 30px);
	background-color: #F5F5F5;
	margin: 15px 10px 15px 15px;
	border: 0;
}

.pop_up_form table {
	line-height: 14.52px;
	font-size: 12px;
}

.pop_up_form td {
	vertical-align: top;
}

.form_fon td:not(:last-child) {
	padding-right: 20px;
}

.pop_up_form td input {
	background: #FFFFFF;
	width: 329px;
	height: 55px;
	border: 1px solid #E0E0E0;
	color: #828282;
	font-size: 16px;
	font-weight: 400;
	padding-left: 23px;
}

.fs-18 {
	font-size: 18px;
	line-height: 1;
	color: #A80055;
}

.fs-18--gray {

	color: #AAAAAA;
}

input:focus-visible,
input:focus {
	outline: none;
}

.fancybox-wrap .fancybox-skin {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 100vh;
}

.fancybox-wrap {
	top: 50% !important;
	margin-left: -20px;
	transform: translateY(-50%);
}

.zakaz_zvonka td {
	padding: 0 !important;
}

.banner-form_input {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 10px;
	width: 100%;
}

.banner-form_input span {
	color: red;
	font-size: 14px;
}

.banner-form_input input {
	margin-bottom: 0;
}

.form-policy {
	font-size: 14px !important;
	margin: 0;
	max-width: 540px;
}

.form-policy a {
	color: inherit;
}
/* End */


/* Start:/css/style-cookies.css?17389317251209*/
/* Cookie Dialog */
#gdpr-cookie-message {
	backdrop-filter: blur(2px);
	z-index: 10000;
	position: fixed;
	bottom: 0;
	left: 0;
	max-width: 400px;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	background: rgba(61, 61, 64, 0.9);
}

@media screen and (max-width: 600px) {
	#gdpr-cookie-message {
		max-width: 100%;
	}
}

#gdpr-cookie-message * {
	max-width: 1000px;
	margin: 0 auto;
}

#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
}

#gdpr-cookie-message button {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 0 7px;
	border: none;
	border-radius: 3px;
	font-weight: 400;
	font-size: 14px;
	line-height: 31px;
	font-family: 'Inter', Helvetica, sans-serif;
	cursor: pointer;
	background-color: #a80055;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
	color: #a80055;
	background: white;
	transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
}

#gdpr-cookie-accept {
	color: #fff;
	font-weight: bold;
	background: #a80055;
}

.button-inner {
	padding-top: 12px;
}

/* End */


/* Start:/nopreset_assets/css/app.css?173893172835554*/
body {
  -webkit-font-smoothing: antialiased;
}

.section-title {
  color: #555;
  display: block;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 420px) {
  .section-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
  }
}

.section-block {
  padding: 60px 0;
}

@media (max-width: 420px) {
  .section-block {
    padding: 36px 0;
  }
}

.how_to_order-list {
  counter-reset: section;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -25px;
  width: calc(100% - 24px);
  margin: 0 auto
}

@media (max-width: 576px) {
  .how_to_order-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.how_to_order-item {
  margin-bottom: 25px;
  padding: 0 12px;
}

@media (max-width: 576px) {
  .how_to_order-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.how_to_order-item--sm {
  width: 33.33%;
}

@media (max-width: 576px) {
  .how_to_order-item--sm {
    width: 100%;
  }
}

.how_to_order-item--xl {
  width: 66.66%;
}

@media (max-width: 576px) {
  .how_to_order-item--xl {
    width: 100%;
  }
}

.how_to_order-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}

@media (max-width: 576px) {
  .how_to_order-item__image {
    margin-bottom: 20px;
  }
}

.how_to_order-item__image img+img {
  margin-left: 30px;
}

@media (max-width: 576px) {
  .how_to_order-item__image img+img {
    margin-left: 20px;
  }
}

.how_to_order-item__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

@media (max-width: 576px) {
  .how_to_order-item__text {
    font-size: 14px;
    line-height: 19px;
  }
}

.how_to_order-item__text:before {
  content: counter(section);
  counter-increment: section;
  font-size: 48px;
  font-weight: 300;
  line-height: 100%;
  margin-right: 10px;
}

.how_to_order-item_content {
  background: #a80055;
  color: #fff;
  height: 100%;
  padding: 24px;
}

@media (max-width: 420px) {
  .how_to_order-item_content {
    padding: 20px;
  }
}

.compare_table {
  font-family: Open Sans, sans-serif;
}

@media (max-width: 420px) {
  .compare_table {
    overflow-x: auto;
  }
}

.compare_table table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  line-height: 20px;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}

@media (max-width: 420px) {
  .compare_table table {
    font-size: 14px;
    line-height: 19px;
  }
}

.compare_table table tr:nth-child(2n + 2) td {
  border-color: #e9e9e9;
}

.compare_table table tr:nth-child(2n + 3) td {
  background: #e9e9e9;
}

.compare_table table td {
  border: 2px solid #fff;
  border-width: 2px 1px 0;
  padding: 12px 20px;
}

@media (max-width: 576px) {
  .compare_table table td {
    max-width: 50vw;
    padding: 10px;
    width: 250px;
  }
}

.compare_table table tr.compare_table-buttons td {
  background: 0;
  border: 0;
  border-top: 2px solid #e9e9e9;
}

.compare_table-price {
  color: #a80055;
  font-size: 20px;
  line-height: 27px;
}

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

.compare_table-icons img+img {
  margin-left: 5px;
}

.compare_table-bg {
  background: #a80055;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
}

@media (max-width: 420px) {
  .compare_table-bg {
    font-size: 14px;
    line-height: 19px;
  }
}

.compare_table-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #a80055;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  height: 45px;
  justify-content: center;
  line-height: 20px;
  margin: auto auto 0;
  padding: 12px 10px;
  max-width: 160px;
  width: 100%;
}

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

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

@media (min-width: 421px) {
  .compare_table_guide {
    display: none;
  }
}

.compare_table_guide.hide {
  display: none;
}

.compare_table_guide--left {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare_table_guide--right {
  right: 10px;
}

.section-text {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 420px) {
  .section-text {
    font-size: 14px;
    line-height: 19px;
    margin: 20px 0;
  }
}

.certificate-slider_wrapper {
  margin-top: 30px;
  padding: 0 87px;
  position: relative;
}

@media (max-width: 420px) {
  .certificate-slider_wrapper {
    margin-top: 20px;
    padding: 0 65px;
  }
}

.certificate-slider_wrapper .swiper-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb:after {
  border-color: #a80055;
  border-width: 2px;
}

/* .swiper-button-next,
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' fill='none'%3E%3Cpath stroke='%23A80055' stroke-width='4' d='m2 2 6 6-6 6'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px 16px;
  border: 2px solid #a80055;
  border-radius: 50%;
  height: 46px;
  width: 46px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

@media (max-width: 420px) {
  .swiper-button-next {
    right: 0;
  }
}

.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} */

@media (max-width: 420px) {
  /* .swiper-button-prev {
    left: 0;
  } */

  .block-items-wrapper.windows-price-block-windows.margin-top-30.block-navigation-container.text-center {}

  .block-rassrochka .block-right {
    float: unset;
  }

  .block-rassrochka .content {
    padding-top: 10px;
  }
}

.fancybox-inner .form-fancybox {
  background: #fff;
  padding: 36px;
}

@media (max-width: 420px) {
  .fancybox-inner .form-fancybox {
    padding: 16px;
  }

  .fancybox-inner .form-fancybox .form-field {
    margin-left: 0;
    width: 100%;
  }

  .fancybox-inner .form-fancybox h1 {
    font-size: 24px;
    text-align: center;
  }

  .fancybox-inner .form-fancybox .star-rating__wrap {
    margin-left: 0;
  }

  .fancybox-inner .form-fancybox .star-rating {
    margin-top: 0;
    text-align: center;
  }

  .fancybox-inner .form-fancybox .block-left {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
}

.fancybox-next span,
.fancybox-prev span {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' fill='none'%3E%3Cpath stroke='%23A80055' stroke-width='4' d='m2 2 6 6-6 6'/%3E%3C/svg%3E");
  background-position: 50%;
  border: 2px solid #a80055;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.fancybox-prev span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fancybox-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='%23fff'/%3E%3Cpath d='M30.707 10.707a1 1 0 0 0-1.414-1.414l1.414 1.414ZM9.293 29.293a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm20 1.414a1 1 0 0 0 1.414-1.414l-1.414 1.414ZM10.707 9.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm18.586 0-20 20 1.414 1.414 20-20-1.414-1.414Zm1.414 20-20-20-1.414 1.414 20 20 1.414-1.414Z' fill='%230B0703'/%3E%3C/svg%3E");
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal .close {
  background-color: transparent;
  border: none;
  color: #1f232e;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 16px;
  -webkit-transition: var(--cub);
  -o-transition: var(--cub);
  transition: var(--cub);
  width: 30px;
}

.modal .close .ico {
  height: 100%;
  width: 100%;
}

.modal .close:hover {
  color: #0072bc;
}

.modal {
  background-color: transparent;
  display: none;
  font-family: Open Sans, sans-serif;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.modal p {
  font-size: 14px;
}

.modal .modal-dialog {
  background-color: transparent;
}

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

.modal--sm .modal-content {
  max-width: 600px;
}

.modal--success .modal-content {
  max-width: 650px;
  padding: 60px;
}

@media only screen and (max-width: 577px) {
  .modal--success .modal-content {
    padding: 24px 40px 24px 16px;
  }
}

.modal--code .modal-content {
  padding: 0;
}

.modal--code .modal-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding: 24px 36px;
}

@media only screen and (max-width: 577px) {
  .modal--code .modal-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 16px;
  }
}

.modal--code .modal-text p {
  margin: 0;
}

.modal--code .modal-title {
  margin: 0 !important;
  padding: 30px 36px;
}

@media only screen and (max-width: 577px) {
  .modal--code .modal-title {
    padding: 16px;
  }
}

.modal--code .modal-code_input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  width: 100px;
}

@media only screen and (max-width: 577px) {
  .modal--code .modal-code_input {
    margin: 20px 0 0;
  }
}

.modal--code .modal-code_input input {
  width: 100%;
}

.modal-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
}

@media only screen and (max-width: 577px) {
  .modal-title {
    font-size: 24px;
  }
}

.modal-title:not(:last-child) {
  margin-bottom: 30px;
}

.modal-dialog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  pointer-events: none;
  position: relative;
  width: auto;
}

.modal-dialog .container {
  height: 100%;
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  background-color: #fff;
  color: #1f232e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  justify-content: center;
  margin: auto;
  max-width: 400px;
  min-height: unset;
  outline: 0;
  padding: 60px 16px;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .modal-content {
    padding: 40px 80px;
  }
}

.modal-backdrop {
  background: #1f232e;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.form-error {
  color: #dc5846;
  display: none;
  font-size: 12px;
}

input[type="file"] {
  height: 1px !important;
  opacity: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.modal--bank .modal-content {
  padding: 30px 40px 48px;
}

@media only screen and (max-width: 577px) {
  .modal--bank .modal-content {
    padding: 20px 20px 32px;
  }
}

.modal_bank-form label {
  cursor: pointer;
}

.modal_bank-form input[type="checkbox"],
.modal_bank-form input[type="radio"] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.modal_bank-form .btn-group {
  margin-top: 48px;
}

@media only screen and (max-width: 577px) {
  .modal_bank-form .btn-group {
    margin-top: 32px;
  }
}

.modal_bank-form .btn-group .btn {
  height: 45px;
  width: 250px;
}

@media only screen and (max-width: 577px) {
  .modal_bank-form .btn-group .btn {
    width: 100%;
  }
}

.modal_bank-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px;
  width: 100%;
}

@media only screen and (max-width: 577px) {
  .modal_bank-row {
    margin: 0 -10px -20px;
    width: calc(100% + 20px);
  }
}

.modal_bank-row>* {
  margin-bottom: 20px;
  padding: 0 16px;
  width: 50%;
}

@media only screen and (max-width: 577px) {
  .modal_bank-row>* {
    width: 100%;
  }
}

.modal_bank-field {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
}

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

.modal_bank-field input:checked~.modal_bank-mark:before {
  opacity: 1;
}

.modal_bank-mark {
  -ms-flex-negative: 0;
  border: 1px solid #3d3d40;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-shrink: 0;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
}

.modal_bank-mark:before {
  background: #3d3d40;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}

.modal_bank-form .btn-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

label.alfa__form-rules.form-label {
  margin-bottom: 5px;
}

body .alfa__form {
  border: 1px solid #ececec;
  color: #000;
  font-family: Open Sans, sans-serif;
  position: relative;
}

body .alfa__form form {
  max-width: 500px;
}

body .alfa__form h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

body .alfa__form-sub {
  font-size: 13px;
  width: 80%;
}

body .alfa__form-inner {
  padding: 52px;
}

body .alfa__form-inner .pt-25 {
  padding-top: 24px;
}

body .alfa__form-inner .pt-15 {
  padding-top: 15px;
}

.alfa__form-rules {
  font-size: 12px;
  line-height: 1.3;
}

body .alfa__form-inner label {
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
}

body .alfa__form input[type="email"],
body .alfa__form input[type="text"] {
  border: 1px solid #ececec;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  padding: 5px;
  width: 100%;
}

body .alfa__form input[type="email"]:focus,
body .alfa__form input[type="text"]:focus {
  border-color: #a80055;
  outline: none;
}

body .alfa__form .btn.btn-danger {
  background: #a80055;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  max-width: 250px;
  padding: 12px 24px;
  text-decoration: none;
  width: 100%;
}

body .alfa__form a.btn.btn-disabled {
  background: #bcbcbc;
  margin-top: 50px;
}

body .alfa__form .alfa__form-summ-title {
  display: inline-block;
  line-height: 16px;
  margin-left: 0;
  margin-top: 5px;
}

body .alfa__form .pt-15 .alfa__form-rules {
  font-size: 15px;
  line-height: 20px;
  max-width: 500px;
}

body .alfa__form .alfa__form-preloader {
  height: 200px;
  margin: 24px 0;
  text-align: center;
}

body .alfa__form .form-control.alfa__form-email {
  margin-top: 5px;
}

.alfa__form {
  font-size: 16px;
  line-height: 1.2;
}

.alfa__form input {
  border: 1px solid #ececec;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3d3d40;
  height: 37px;
  max-width: 500px;
  padding: 5px;
}

.alfa__form .form-control:focus {
  border-color: #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alfa__form sup {
  display: inline-block;
  font-size: 10px;
  width: 5px;
}

.alfa__form input[type="radio"]+label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.alfa__form .alfa__form-summ-container .alfa__form-preloader {
  border: 0;
  font-size: 16px;
  height: auto;
  margin: auto 0 auto 15px;
  width: auto;
}

.alfa__form .alfa__form-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 70px;
  height: 200px;
  justify-content: center;
  margin-top: 24px;
  padding: 0;
  position: relative;
  width: 200px;
}

@media screen and (max-width: 600px) {
  .alfa__form .alfa__form-preloader {
    border: 0;
    height: 80px;
    width: 100%;
  }
}

.alfa__form .alfa__form-preloader .fa-spinner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.alfa__form input[type="radio"]+label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23fff' stroke='%23626264'/%3E%3C/svg%3E");
  height: 14px;
  width: 14px;
}

.alfa__form input[type="radio"].checked+label:before,
.alfa__form input[type="radio"]:checked+label:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='6.5' fill='%23fff' stroke='%23626264'/%3E%3Ccircle cx='7' cy='7' r='3.5' fill='red' stroke='red'/%3E%3C/svg%3E");
}

.alfa__form h3 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
}

.alfa__form .alfa__form-summ-title {
  font-size: 13px;
}

.alfa__form .pt-15 {
  padding-top: 24px;
}

.alfa__form .btn-danger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: red;
  border: 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  justify-content: center;
  width: 266px;
}

.alfa__form .btn-danger[disabled] {
  background: #bcbcbc;
}

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

.alfa__form-sub {
  font-size: 13px;
  margin: 4px 0 0;
}

.alfa__form-rules {
  font-size: 13px;
}

.alfa__form-rules img {
  border: 1px solid #000;
  border-radius: 10px;
  height: 200px;
  margin-top: 24px;
  width: 200px;
}

.container {
  min-width: 100%;
}

.cc,
.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body .form-control.alfa__form-summ {
  background: #f6f6f6;
  border: 1px solid #ececec;
  border-radius: 2px;
  max-width: 150px;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .cc {
    padding: 0 20px;
  }
}

@media screen and (max-width: 599px) {
  .alfa__form .alfa__form-inner {
    padding: 24px;
  }

  .cc {
    padding: 0;
  }
}

.hihop.hihop-error {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  border: 0;
  border-radius: 20px;
  color: #626264;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 29px;
  max-width: 520px;
  padding: 50px;
  text-align: center;
}

.hihop.hihop-error,
.hihop.hihop-error .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hihop.hihop-error .btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: red;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  line-height: 24px;
  margin: 48px auto 0;
  text-decoration: none;
  width: 200px;
}

.hihop.hihop-error .btn:focus,
.hihop.hihop-error .btn:hover {
  background-color: #c12e2a;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .hihop.hihop-error {
    font-size: 18px;
    line-height: 21.97px;
    padding: 30px 20px;
  }

  .hihop.hihop-error .btn {
    margin-top: 24px;
  }
}

@media screen and (max-width: 600px) {
  .desktop-QR {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .mobile-QR {
    display: none !important;
  }
}

body .alfa__form .btn-disabled {
  background: #bcbcbc;
}

.d-none {
  display: none !important;
}

.alfa__form-error {
  border: 1px solid red;
  color: red;
  margin-top: 15px;
  padding: 15px;
  text-align: center;
}

.alfa__form-QR {
  overflow: hidden;
}

.form-label {
  font-size: 15px;
}

.basic-loader {
  background: hsla(0, 0%, 100%, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.basic-loader:before {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='35' fill='none' stroke='%23a80055' stroke-dasharray='164.934 56.978' stroke-width='10'/%3E%3C/svg%3E");
  background-size: 100%;
  bottom: 0;
  color: red;
  content: "";
  height: 200px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}

@media only screen and (max-width: 577px) {
  .basic-loader:before {
    height: 100px;
    width: 100px;
  }
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

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

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.terms {
  padding-bottom: 60px;
  padding-top: 30px;
}

.terms-form {
  max-width: 1010px;
}

.terms-title {
  color: #3d3d40;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 49px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 577px) {
  .terms-title {
    font-size: 14pt;
  }
}

.terms-success {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.terms-success .terms-title {
  margin: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .terms-success .terms-title {
    font-size: 20px;
    line-height: 1.35;
    margin: 20px 0;
  }
}

.terms-page {
  font-family: Open Sans, sans-serif;
}

.terms-page .btn {
  min-width: 250px;
}

.terms-hide {
  display: none;
}

.terms-block+.terms-block {
  margin-top: 30px;
}

@media only screen and (max-width: 577px) {
  .terms-block+.terms-block {
    margin-top: 24px;
  }
}

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

@media only screen and (max-width: 577px) {
  .terms-block--center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.terms-block--file {
  padding: 0 200px;
  position: relative;
}

@media only screen and (max-width: 577px) {
  .terms-block--file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}

.terms-block--file .link-file {
  left: 0;
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 577px) {
  .terms-block--file .link-file {
    margin-bottom: 20px;
    position: unset;
  }
}

.link-file {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  text-align: left;
  text-decoration: underline;
}

.link-file:hover {
  text-decoration: none;
}

.link-file img {
  margin-right: 8px;
}

.terms-note {
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  margin: 20px auto 0;
  max-width: 490px;
  text-align: center;
}

.terms-text_viewer {
  border: 1px solid #ececec;
  color: #3d3d40;
  font-size: 15px;
  line-height: 20px;
  max-height: 334px;
  overflow-y: auto;
  padding: 20px;
}

.terms-text_viewer.active {
  border: 0;
  max-height: unset;
  overflow: visible;
  padding: 0;
}

.terms-form {
  background: #ececec;
  padding: 20px;
}

.terms-form .btn {
  min-width: unset;
}

.terms-form input {
  background: #fff;
  border: 0;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  line-height: 22px;
  padding: 9px 16px;
  width: 100%;
}

.terms-form input::-webkit-input-placeholder {
  color: #bcbcbc;
}

.terms-form__title {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 10px;
}

@media only screen and (max-width: 577px) {
  .terms-form__title {
    font-size: 18px;
  }
}

.terms-form__title+.terms-form__row {
  margin-top: 20px;
}

.terms-form__title span {
  color: #818181;
}

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

@media only screen and (max-width: 577px) {
  .terms-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.terms-form__row .terms-form__field {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  max-width: 340px;
}

.terms-form__row>* {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.terms-form__row>*+* {
  margin-left: 20px;
}

@media only screen and (max-width: 577px) {
  .terms-form__row>*+* {
    margin-left: 0;
    margin-top: 16px;
  }
}

.terms-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  margin-left: -20px;
}

@media only screen and (max-width: 577px) {
  .terms-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 24px;
    max-width: unset;
    overflow-x: auto;
    padding: 0;
    width: 100%;
  }

  .terms-steps>* {
    margin-left: 0 !important;
  }

  .terms-steps .terms-steps__item+.terms-steps__item {
    margin-top: 18px;
  }
}

.terms-steps__item {
  -webkit-box-flex: 1;
  color: #3d3d40;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 577px) {
  .terms-steps__item {
    min-width: 200px;
  }
}

.terms-steps__item.active~.terms-steps__item {
  color: #bcbcbc;
}

.terms-steps__item.active~.terms-steps__item .terms-steps__numb {
  border-bottom: 4px solid #ececec;
}

.terms-steps__item.active~.terms-steps__item .terms-steps__numb:after {
  opacity: 0;
}

.terms-steps__item.active+.terms-steps__item {
  color: #3d3d40;
}

.terms-steps__item.active+.terms-steps__item .terms-steps__numb {
  border-color: #bcbcbc;
}

.terms-steps__item.active+.terms-steps__item .terms-steps__numb:after {
  opacity: 0;
}

.terms-steps__numb {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 4px solid #a80055;
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
}

.terms-steps__numb,
.terms-steps__numb span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.terms-steps__numb span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
}

.terms-steps__numb:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' fill='none'%3E%3Cpath fill='%23A80055' fill-rule='evenodd' d='M5.027 13.711c.019.024.039.046.06.069L6.91 15.7a.939.939 0 0 0 1.382-.005l1.824-1.918a.991.991 0 0 0 .043-.05L19.712 3.67c.38-.4.38-1.05 0-1.45L17.89.3a.94.94 0 0 0-1.377 0L7.6 9.683 3.488 5.357a.941.941 0 0 0-1.378 0L.285 7.276c-.38.4-.38 1.049 0 1.449l4.742 4.986Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  content: "";
  display: inline-block;
  height: 16px;
  margin-top: 3px;
  width: 20px;
}

.terms-steps__text {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.terms-text_preview {
  background: #ececec;
  color: #000;
  padding: 20px;
}

.terms-text_preview p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.terms-text_preview p+p {
  margin-top: 10px;
}

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

.hihop-content-row .hihop-content__field {
  margin-left: 20px;
  width: 160px;
}

.hihop-content {
  background: #f4f4f4;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  padding: 24px;
}

.hihop-content p {
  margin: 0;
}

.hihop-top {
  font-size: 30px;
  font-weight: 300;
  line-height: 37px;
  padding: 30px 24px;
}

.hihop-terms {
  border: 0;
  border-radius: 20px;
  max-width: 660px;
  overflow: hidden;
  padding: 0;
}

.hihop-content__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hihop-content__field input {
  background: #fff;
  border: 1px solid #767676;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 4px 20px;
  width: 100%;
}

.terms-hihop .fancybox-skin {
  background: 0;
  border-radius: 20px;
}

.terms-hihop .fancybox-skin .fancybox-close {
  right: 20px;
  top: 20px;
}

.hihop-terms--notify .hihop-top {
  padding: 60px;
}

.hihop.installment {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 618px;
  padding: 45px 60px;
}

@media (max-width: 600px) {
  .hihop.installment {
    padding: 20px;
  }
}

.hihop.installment .h2 {
  margin-top: 0;
}

.hihop.installment .form__fields {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

@media (max-width: 600px) {
  .hihop.installment .form__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hihop.installment .form__fields .form__field+.form__field {
    margin-top: 30px;
  }
}

.hihop.installment .form__fields label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hihop.installment .form__fields label>div {
  padding-left: 10px;
}

.hihop.installment .form__fields label img {
  vertical-align: bottom;
}

.hihop.installment .form__fields label .payments-month {
  color: #3d3d40;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.hihop.installment .form__fields label:before {
  background: #fff;
  border: 1px solid #3d3d40;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}

.hihop.installment .form__fields input:checked+label:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iNSIgY3k9IjUuNSIgcj0iNSIgZmlsbD0iIzNEM0Q0MCIvPjwvc3ZnPg==") 50% no-repeat;
}

.hihop.installment .submit {
  display: table;
  font-size: 20px;
  line-height: 24.41px;
  margin: 48px auto 0;
}

@media (max-width: 600px) {
  .hihop.installment .submit {
    padding: 12px 30px !important;
  }
}

.btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-appearance: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: unset;
  z-index: 1;
}

.btn.hide {
  display: none;
}

button {
  color: inherit;
  padding: 0;
}

.btn--basic {
  background: #a80055;
  border: 4px solid #a80055;
  padding: 12px 30px;
}

.btn--basic img {
  margin-left: 20px;
}

.btn--basic:hover {
  background: #fff;
  color: #a80055;
}

.btn--700 {
  font-weight: 700;
}

.link {
  background: transparent;
  border: 0;
  color: #a80055;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.link:hover {
  text-decoration: none;
}

.link.link--dark {
  color: #555;
}

.ico {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.ico svg {
  height: 100%;
  width: 100%;
}



@media all and (max-width: 1024px) {
  .how_to_order {
    padding: 12px;
  }

  .how_to_order-item__text {
    font-size: 15px;
  }
}
/* End */


/* Start:/ny2023/ny-2023.css?17389317282373*/
.ny2023 {
  color: #fff;
  background-color: #a80055;
  font-size: 20px;
  font-weight: 700;
  line-height: 115%;
  position: relative;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .ny2023 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .ny2023 {
    background-color: #76003C;
  }
}
@media screen and (max-width: 992px) {
  .ny2023 {
    height: 71px;
  }
}
@media screen and (max-width: 680px) {
  .ny2023 {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    align-items: flex-start;
    padding-left: 28px;
  }
}
@media screen and (max-width: 480px) {
  .ny2023 {
    font-size: 12px;
  }
}
.ny2023 span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.ny2023 span:first-child::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 1px;
  height: 40px;
  transform: translateY(-50%);
  background-color: #D05C97;
}
@media screen and (max-width: 992px) {
  .ny2023 span:first-child::before {
    background-color: #9B004F;
  }
}
@media screen and (max-width: 680px) {
  .ny2023 span:first-child::before {
    height: 1px;
    width: 130%;
    bottom: -5px;
    top: initial;
    left: 0;
  }
}
.ny2023 .img {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
}
.ny2023 .img-01 {
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .ny2023 .img-01 {
    display: none;
  }
}
.ny2023 .img-02 {
  left: 120px;
}
@media screen and (max-width: 1600px) {
  .ny2023 .img-02 {
    left: 22px;
    opacity: 0.2;
  }
}
@media screen and (max-width: 992px) {
  .ny2023 .img-02 {
    display: none;
  }
}
.ny2023 .img-03 {
  right: 15px;
}
@media screen and (max-width: 1600px) {
  .ny2023 .img-03 {
    right: -100px;
    opacity: 0.2;
  }
}
@media screen and (max-width: 992px) {
  .ny2023 .img-03 {
    display: none;
  }
}
.ny2023 .img-04 {
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .ny2023 .img-04 {
    display: none;
  }
}
.ny2023 .img-05 {
  display: none;
}
@media screen and (max-width: 992px) {
  .ny2023 .img-05 {
    display: block;
    right: 0;
  }
}
.ny2023 .img-06 {
  display: none;
}
@media screen and (max-width: 992px) {
  .ny2023 .img-06 {
    right: 20px;
    display: block;
  }
}
/* End */


/* Start:/local/templates/2017/css/rbrucustom.css?174782845287741*/
.button-more-burgundy8 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 30px 14px;
  gap: 20px;
  width: 280px;
  height: 45px;
  margin-top: 20px;
  background: #a80055;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;

  /* WHITE */

  color: #ffffff;
}

.grid-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 24px;
  min-height: 606px;
}

.grid-box__item1 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  background: #a80055;
}

.grid-box__item__text-box {
  display: flex;
  flex-direction: row;
}

.grid-box__item__text-box p {
  display: flex;
  align-items: center;
}

.grid-box__item {
  background: #a80055;
}

.marg-spec {
  margin-bottom: 460px;
}

.content-box_cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.content-box_cards__item {
  position: relative;
  padding: 60px 40px 0px 330px;
}

.content-box_cards__item p {
  z-index: 2;
  position: relative;
}

.content-box_cards img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.trans {
  transform: translateX(-30px);
}

.link-boxx {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.link-boxx__item {
  max-width: 400px;
}

.link-boxx__item div {
  height: 3px;
  width: 100%;
  background-color: #a80055;
}

.text-size-25 {
  font-size: 25px;
}

.content-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.content-box2 {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.content-box3 {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
}

.content-box__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content-box__item img {
  width: 40px;
  height: 40px;
}

.content-box__block1 {
  background: url(/images/otdelka_lodzhiy/warm.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 40px 60px 330px;
}

.content-box__block2 {
  background: url(/images/otdelka_lodzhiy/cold.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 60px 40px 60px 330px;
}

.link-spec {
  text-decoration: none;
  border-bottom: 2px solid #a80055;
}

.otdelka-adapt {
  display: none;
}

.otdelka-adapt__text-box {
  display: none;
}

.tolkatel-3000 {
  display: none;
}

.otdelka-desc__text-box__text a {
  text-decoration: none;
}

.otdelka-desc {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.otdelka-desc__text-box {
  position: relative;
}

.otdelka-desc__text-box__text {
  margin: 0px;
}

.otdelka-desc__text-box__box1 {
  position: absolute;
  right: 34.5%;
  top: 38px;
}

.otdelka-desc__text-box__box2 {
  position: absolute;
  right: 27%;
  top: 83px;
}

.otdelka-desc__text-box__box3 {
  position: absolute;
  right: 17%;
  top: 128px;
}

.otdelka-desc__text-box__box4 {
  position: absolute;
  right: 21%;
  top: 188px;
}

.otdelka-desc__text-box__box5 {
  position: absolute;
  right: 19%;
  top: 252px;
}

.otdelka-desc__text-box__box6 {
  position: absolute;
  right: 34%;
  top: 389px;
}

.otdelka-desc__text-box__box7 {
  position: absolute;
  right: 32.5%;
  top: 441px;
}

.otdelka-desc__text-box__box8 {
  position: absolute;
  right: 31.5%;
  top: 495px;
}

.otdelka-desc__text-box__box9 {
  position: absolute;
  right: 24%;
  top: 547px;
}

.otdelka-desc__text-box__box10 {
  position: absolute;
  right: 26%;
  top: 596px;
}

.otdelka-desc__text-box__box11 {
  position: absolute;
  right: 28%;
  top: 649px;
}

.line-box__line__2 {
  width: 611px;
}

.line-box__line__3 {
  width: 829px;
}

.line-box__line__4 {
  width: 676px;
}

.line-box__line__5 {
  width: 612px;
}

.line-box__line__6 {
  width: 421px;
}

.line-box__line__7 {
  width: 538px;
}

.line-box__line__8 {
  width: 839px;
}

.line-box__line__9 {
  width: 650px;
}

.line-box__line__10 {
  width: 520px;
}

.line-box__line__11 {
  width: 801px;
}

.otdelka-box {
  position: relative;
  min-height: 740px;
  max-width: 1240px;
}

.line-box {
  display: flex;
  flex-direction: row;
}

.line-box__line {
  border-bottom: 1px solid gray;
}

.line-box__line__1 {
  width: 322px;
}

.line-box__dot {
  padding: 4.5px;
  border-radius: 100px;
  background-color: gray;
  transform: translateY(3px);
}

@media (max-width: 1300px) {
  div[class*="otdelka-desc__text-box__box"] {
    max-width: 600px;
  }
}

@media (max-width: 900px) {
  div[class*="otdelka-desc__text-box__box"] {
    max-width: 434px;
  }

  .otdelka-desc__text-box__text {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .otdelka-adapt__text-box {
    display: block;
    background: #f6e3e9;
    padding: 10px 10px;
  }

  .adapt-desc-ot {
    display: none;
  }

  .otdelka-adapt {
    display: block;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .otdelka-desc {
    display: none;
  }

  .text-adapt-text {
    font-size: 20px;
  }

  .adapt-desc-ot {
    display: none;
  }

  .tolkatel-3000 {
    display: block;
    height: 250px;
  }

  .tolkatel-3001 {
    display: block;
    height: 0px;
  }

  .content-box3 {
    flex-direction: column;
  }

  .content-box__block1__adapt {
    position: relative;
    max-height: 218px;
    min-width: 320px;
  }

  .content-box__block1__adapt div {
    position: absolute;
    bottom: -240px;
    left: 0px;
    width: 555px;
  }

  .content-box__block2__adapt {
    position: relative;
    max-height: 218px;
    min-width: 320px;
  }

  .content-box__block2__adapt div {
    position: absolute;
    bottom: -240px;
    left: 0px;
    width: 555px;
  }

  .content-box__block1__adapt p {
    text-align: center;
  }

  .content-box__block2__adapt p {
    text-align: center;
  }

  .otdelka-adapt__text-box__text span:nth-child(1) {
    margin-right: 10px;
  }

  .otdelka-adapt__text-box__text a {
    color: #a80055;
    text-decoration: none;
  }

  .otdelka-adapt__text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
  }

  .otdelka-adapt__text-box {
    background: #f6e3e9;
    padding: 10px 10px;
  }

  .otdelka-adapt {
    display: block;
    width: 100%;
  }

  .content-box__item p {
    font-size: 12px;
  }

  .content-box__item img {
    margin-right: 10px;
  }

  .content-box2 {
    gap: 15px;
    flex-wrap: wrap;
  }

  .content-box__block1 {
    padding: 0px;
  }

  .content-box__block2 {
    padding: 0px;
  }

  .content-box_cards__item {
    padding: 0px;
  }

  .content-box_cards__item div {
    text-align: center;
    transform: translateY(295px);
  }

  .content-box_cards__item img {
    max-height: 270px;
  }

  .content-box_cards {
    gap: 112px;
    flex-direction: column;
  }

  .trans {
    transform: translateX(0px);
  }

  .img-out {
    margin-top: 13px;
  }

  .adapt-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 10%;
    position: absolute;
    left: 0;
    top: -40px;
    background: transparent;
    background-image: linear-gradient(
      180deg,
      rgba(223, 217, 214, 0) 0%,
      #dfd9d6 100%
    );
  }

  .adapt-text-p {
    font-size: 48px;
  }

  .adapt-text-span {
    font-size: 32px;
  }

  .button-adapt {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .backcolor-adapt {
    background: #dfd9d6 !important;
    transform: translateY(-5px);
  }

  .adapt-spec-font {
    font-size: 32px;
  }

  .link-box-adapt {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }

  .grid-box {
    grid-template-columns: 1fr;
    grid-template-rows: 180px 180px 180px 250px 180px 180px 180px 180px;
    gap: 24px;
    min-height: 606px;
  }

  .grid-box__item1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 4;
    grid-row-end: 5;
    background: #a80055;
  }

  .grid-box__item1 img {
    margin-right: 30px;
  }

  .grid-box__item__text-box p:nth-child(1) {
    margin-right: 15px;
    font-size: 32px;
  }

  .grid-box__item__icon-box {
    margin-bottom: 20px;
    display: flex;
    gap: 30px;
  }
  .grid-box__item__icon-box1 {
    margin-bottom: 50px;
    display: flex;
    gap: 10px;
  }
  .grid-box__item1 .grid-box__item__text-box {
    margin-bottom: 15px;
  }

  .parent .block-5-items > .block-items-wrapper > div:nth-child(5n + 1) {
    clear: none;
  }

  .parent {
    max-width: 576px;
    display: flex;
    flex-wrap: wrap;
  }

  .parent .block-5-items > .block-items-wrapper > div {
    min-width: 200px;
  }

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

  .adapt-interest-wrapper {
    align-items: center;
  }

  .block-gallery-adapt {
    min-height: 300px;
    max-height: 0px;
  }

  @media (max-width: 420px) {
    .parent .block-5-items > .block-items-wrapper > div {
      min-width: 300px;
    }
  }
}

.button-more-burgundy a {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-underline: none;
  /* WHITE */

  color: #ffffff;
}

.block2items .block-items-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.block2items .block2item {
  flex: 0 1 100%;
}

.block2items .block2item:not(:first-child) {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .block2items .block2item {
    flex: 0 1 50%;
  }

  .block2items .block2item:not(:first-child) {
    margin-top: 0;
  }
}

.block2items.rassrochka {
  margin: 48px auto;
}

.block2item {
  flex: 0 1 50%;
}

.img_rassrochka {
  min-height: 85px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 104px;
}

.img_rassrochka img {
  width: 58%;
}

@media all and (max-width: 992px) {
  .img_rassrochka img {
    width: 96%;
  }
}

h1.sberbank-action__title {
  margin: 20px 0;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */

  display: flex;
  align-items: center;

  /* GREY 1 */

  color: #555555;
}

.section {
  width: 100%;
  clear: both;
}

.section-wrap {
  max-width: 320px;
  margin: 30px auto;
  padding: 0px 20px;
}

@media (min-width: 360px) {
  .section-wrap {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .section-wrap {
    max-width: 1260px;
  }
}

.sberbank-action-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  font-family: "Open Sans";
  /* GREY 1 */

  color: #555555;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sberbank-action-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    /* identical to box height */

    /* GREY 1 */

    color: #555555;
    margin-bottom: 51px;
  }
}

.sberbank-action__first-block {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
  font-family: "Open Sans";
}

@media (min-width: 768px) {
  .sberbank-action__first-block {
    margin-bottom: 70px;
  }
}

.sberbank-action__first-block-item {
  flex: 0 1 100%;

  padding: 30px 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .sberbank-action__first-block-item {
    flex: 0 1 23%;
    margin: 0 auto;

    padding: 25px 15px 15px 15px;
    min-height: 200px;
    margin-bottom: 0px;
    display: block;
  }
}

.sberbank-action__first-block-item svg,
.sberbank-action__first-block-item img {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .sberbank-action__first-block-item svg,
  .sberbank-action__first-block-item img {
    margin-left: 0px;
    margin-bottom: 23px;
  }
}

.sberbank-action__first-block-item-title {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  /* GREY 1 */

  color: #555555;
  margin-left: 24px;
}

@media (min-width: 768px) {
  .sberbank-action__first-block-item-title {
    font-size: 22px;
    line-height: 30px;
    margin-left: 0px;
  }
}

.section.sberbank-second {
  padding: 10px 0px;
  gap: 20px;
  font-family: "Open Sans";
}

.section.bg-color-gray {
  background: #f8f8f8;
}

.sberbank-action__second-block-items {
  flex: 0 1 100%;
  display: flex;
  flex-flow: wrap;
}

.sberbank-action__second-block-item {
  padding: 20px;
  gap: 10px;
  flex: 0 1 100%;
  display: flex;
  background: #ffffff;
  flex-flow: column-reverse;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sberbank-action__second-block-item {
    flex: 0 1 49%;
    padding: 50px 30px;
    margin: 0 auto 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}

.sberbank-action__second-block-item-info {
  display: flex;
  flex-flow: column;
  max-width: 398px;
}

.sberbank-action__second-block-item-img {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sberbank-action__second-block-item-img {
    margin-bottom: 0px;
  }
}

.sberbank-action__second-block-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */

  margin-bottom: 10px;
  /* GREY 1 */

  color: #555555;
}

@media (min-width: 768px) {
  .sberbank-action__second-block-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */

    /* GREY 1 */

    color: #555555;
  }
}

.sberbank-action__second-block-item-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;

  /* GREY 1 */

  color: #555555;
}

.sberbank-action-third {
  margin-bottom: 40px;
  font-family: "Open Sans";
}

@media (min-width: 768px) {
  .sberbank-action-third {
    margin-bottom: 70px;
  }
}

.sberbank-action-third-items {
  flex: 0 1 100%;
  display: flex;
  flex-flow: row wrap;
}

.sberbank-action-third-item {
  flex: 0 1 100%;
  margin: 0 auto;
  padding: 20px;
  gap: 10px;

  background: unset;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sberbank-action-third-item {
    flex: 0 1 31.333%;
    margin: 0 auto;
  }
}

.sberbank-action-third-item img {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .sberbank-action-third-item img {
    margin-bottom: 32px;
  }
}

.sberbank-action__requirements-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  /* identical to box height */
  font-family: "Open Sans";

  /* GREY 1 */

  color: #555555;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .sberbank-action__requirements-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    color: #555555;
    margin-bottom: 51px;
  }
}

.sberbank-action__requirements-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;

  /* GREY 1 */
  font-family: "Open Sans";
  color: #555555;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .sberbank-action__requirements-text {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;

    /* GREY 1 */

    color: #555555;
  }
}

/* 
.sberbank-banner-info {
		padding: 180px 20px 89px;
} */

@media (min-width: 768px) {
  .sberbank-banner-info {
    padding: 56px 20px 89px;
  }
}

.sberbank-banner-info__img {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .sberbank-banner-info__img {
    margin-bottom: 34px;
  }
}

.sberbank-banner-info__htext {
  font-family: "Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;

  color: #ffffff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .sberbank-banner-info__htext {
    font-family: "Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;

    /* White */

    color: #ffffff;
    margin-bottom: 10px;
    max-width: 697px;
  }
}

.sberbank-banner-info__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .sberbank-banner-info__text {
    font-family: "Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    /* WHITE */
    color: #ffffff;
    max-width: 697px;
    margin-top: 55px;
  }
}

.sberbank-banner__container {
  height: 850px;
  background-image: url(/images/ceny/pokupay_sber_banner_mobile_2@1.5x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
}

@media (min-width: 768px) {
  .sberbank-banner__container {
    display: block;
    padding: unset;
    height: 470px;
    background-image: url(/images/ceny/pokupay_sber_banner_desktop_2@1.5x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-image: -webkit-image-set(
      url(/images/ceny/pokupay_sber_banner_desktop_2@1.5x.jpg) 1x,
      url(/images/ceny/pokupay_sber_banner_desktop_2@2x.jpg) 2x,
      url(/images/ceny/pokupay_sber_banner_desktop_2@3x.jpg) 3x
    );
    background-image: image-set(
      url(/images/ceny/pokupay_sber_banner_desktop_2@1.5x.jpg) 1x,
      url(/images/ceny/pokupay_sber_banner_desktop_2@2x.jpg) 2x,
      url(/images/ceny/pokupay_sber_banner_desktop_2@3x.jpg) 3x
    );
    margin-bottom: 70px;
  }
}

.sberbank__success-message {
  width: 300px;
  height: 80px;
  border-radius: 10px;
  font-weight: 700;
  color: #666;
  border: #f8f8f8;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -150px;
  text-align: center;
  line-height: 80px;
  z-index: 1000;
  display: none;
  box-shadow: #999 0 0 20px;
  font-family: "Open Sans";
}

.sberbank-action__form {
  background: #f8f8f8;
  padding-bottom: 70px;
  font-family: "Open Sans";
}

.sberbank-action__form-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;

  /* GREY 1 */
  padding: 30px 0 12px;
  color: #555555;
}

@media (min-width: 768px) {
  .sberbank-action__form-title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    /* identical to box height */

    /* GREY 1 */

    color: #555555;
    padding: 30px 0 20px;
  }
}

.sberbank-action__form-inner {
  margin: 0 auto;
  background: #fff;
  padding: 30px 30px 40px 30px;
  font-family: "Open Sans";
}

.sberbank-action__form-inner input {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border: none;
  color: #000;
  padding: 0 10px;
  font-size: 20px;
  font-family: "Open Sans";
}

.sberbank-action__form-inner textarea {
  width: 100%;
  display: block;
  height: 120px;
  line-height: 40px;
  background: #f8f8f8;
  border: none;
  color: #000;
  padding: 0 10px;
  font-family: "Open Sans";
  font-size: 20px;
}

@media (min-width: 768px) {
  .sberbank-action__form-inner textarea {
    height: 40px;
  }
}

.sberbank-action__form-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0px 0 20px;
}

.sberbank-action__form-flex-item {
  flex: 0 1 100%;
  margin-bottom: 20px;
}

.sberbank-action__form-flex-item:last-child {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .sberbank-action__form-flex-item {
    flex: 0 1 31.333%;
    margin-bottom: 0px;
  }
}

.sberbank-action__form-question {
  margin: 20px 0;
  height: 120px;
  width: 100%;
}

@media (min-width: 768px) {
  .sberbank-action__form-question {
    height: 40px;
  }
}

.sberbank-action__form-policy {
  margin: 20px auto;
  text-align: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.sberbank-action__form-policy a {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #0e73ff;
}

.sberbank-action__link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;

  /* GREY 1 */

  color: #555555;
  text-align: center;
}

@media (min-width: 768px) {
  .sberbank-action__link {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;

    /* GREY 1 */
    margin: 50px 0px 20px;
    color: #555555;
  }
}

.sberbank-action__link a {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;

  /* GREY 1 */

  color: #0e73ff;
}

@media (min-width: 768px) {
  .sberbank-action__link a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;

    /* GREY 1 */

    color: #0e73ff;
  }
}

.sberbank-action__form-button {
  text-align: center;
  margin-top: 29px;
}

.js-sber-submit {
  appearance: none;
  border: none;
  background: no-repeat;
  line-height: 0;
  cursor: pointer;
}

/**********************/
.header-logo {
  width: 90px;
  padding: 0;
  margin: 8px 20px 2px;
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .header-logo {
    width: auto;
    flex: 0 0 auto;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .header .header-rehau {
    margin-left: 0;
  }

  /* .header>div>div {
				padding: 0;
		} */
}

.header-logo a {
  text-decoration: none;
}

.header-logo-img {
  background: url(/images/header/oknap-mob.svg) no-repeat center / contain;
  width: 90px;
  height: 25px;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  .header-logo-img {
    background: url(/bitrix/templates/main-new/images/logo_rehau@2x.png)
      no-repeat center / contain;
    width: 160px;
    height: 60px;
    margin-bottom: 3px;
  }
}

header .header-wrapper .header-wrapper__text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  text-align: left;
  color: #ffffff;
  max-width: 170px;
}

@media (min-width: 1024px) {
  header .header-wrapper .header-wrapper__text {
    color: #555555;
    text-decoration: none;
    text-align: center;
  }
}

@media all and (max-width: 390px) {
  header .header-wrapper .header-wrapper__text {
    font-size: 10px;
  }
}

.header-wrapper__img {
  min-height: 23px;
  margin-bottom: 3px;
}

.header-wrapper {
  display: flex;
  align-items: center;
}

header > .header-wrapper {
  background: #a80055;
  width: 100%;
}

@media all and (min-width: 1024px) {
  header > .header-wrapper {
    background: unset;
  }
}

@media (min-width: 768px) {
  header > .header-wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  header > .header-wrapper {
    margin: 0 auto;
    max-width: 1260px;
  }
}

@media all and (max-width: 1260px) {
  header > .header-wrapper {
    padding: 10px 8px;
  }
}

.header-button.mobile a,
.header-button.mobile {
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .header-button.mobile {
    display: none;
  }
}

header .menu-toggle-button.menu-toggle-button-active {
  background-color: #fff;
}

header .menu-toggle-button.menu-toggle-button-active svg rect {
  fill: #a80055;
}

header .menu-toggle-button.menu-toggle-button-active .header-wrapper__text {
  color: #a80055;
}

.slick-track {
  max-width: unset;
}

/***********************/
@media (max-width: 576px) {
  /* .footer-menu {
				display: block !important;
		} */

  .footer-menu .block-items-wrapper {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu .block-items-wrapper div {
    width: 100%;
    padding: 0;
  }

  .footer-menu .block-items-wrapper div > ul {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #757575;
  }

  .footer-menu .block-items-wrapper div > ul > li {
    padding: 10px 0;
    margin: 0;
  }

  .footer-menu .block-items-wrapper div > ul > li a {
    font-family: "Open Sans";
    font-size: 18px;
    line-height: 25px;
  }

  .footer-menu .block-items-wrapper div > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: 1px solid #a80055;
    border-left: 1px solid #a80055;
  }

  .footer-menu .block-items-wrapper div > ul > li.active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .footer-menu .block-items-wrapper div > ul > ul {
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    max-height: 0;
    margin: 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
  }

  .footer-menu .block-items-wrapper div > ul > ul li {
    display: none;
    padding: 10px 0;
    margin: 0;
  }

  .footer-menu .block-items-wrapper div > ul > ul li:first-child > * {
    color: #000;
    font-size: 16px;
  }

  .footer-menu .block-items-wrapper div > ul > ul li a {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 22px;
    color: #000;
  }

  .footer-menu .block-items-wrapper div > ul > ul.active {
    opacity: 1;
    max-height: 1000px;
  }

  .footer-menu .block-items-wrapper div > ul > ul.active li {
    display: block;
  }

  .footer-menu .block-items-wrapper div:nth-child(5) {
    display: block;
  }

  .footer-menu .block-items-wrapper div:nth-child(5) > ul {
    border: none;
  }
}

/* fix'ы */
header .header-rehau {
  margin-top: -11px;
  padding-top: 7px;
}

.mini-form .block-call-form-fields input.form-field {
  max-width: 400px;
  width: 100%;
}

.calculator .windowtype_choser ul {
  margin-left: 0;
}

.profile-title {
  position: relative;
  margin-left: 9px;
}

/*
@media (min-width: 992px) {
		.profile-title {    
				position: absolute;
		}
}
*/
@media (max-width: 992px) {
  .profile-bg.profile-bg-blitz,
  .profile-bg.profile-bg-grazio,
  .profile-bg.profile-bg-delight,
  .profile-bg.profile-bg-intelio {
    background: none;
    padding: 0;
  }

  .profile-wrapper .profile-bg.profile-bg-blitz {
    background: url(/img/design2017/windows/rehaublitzbgdesk.jpg) center center
      no-repeat;
  }

  .profile-wrapper .profile-bg.profile-bg-grazio {
    background: url(/img/design2017/windows/rehaugraziodesk.jpg) center center
      no-repeat;
  }

  .profile-wrapper .profile-bg.profile-bg-delight {
    background: url(/img/design2017/windows/rehaudelightdesk.jpg) center center
      no-repeat;
  }

  .profile-wrapper .profile-bg.profile-bg-intelio {
    background: url(/img/design2017/windows/rehauIntelio80desk.png) center
      center no-repeat;
  }
}

.profile-img-moble {
  display: block;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 993px) {
  .profile-img-moble {
    display: none;
  }
}

.detail_profile-price {
  margin-bottom: 14px;
  text-align: end;
  padding-right: 24px;
}

.banner-bg__passage .detail_profile-price {
  margin-top: 65px;
}

.banner-bg__passage .bg-text-page__shift {
  margin-top: 110px;
}

@media (max-width: 600px) {
  .banner-bg__passage .detail_profile-price {
    margin-top: 20px;
  }

  .banner-bg__passage .bg-text-page__shift {
    margin-top: 20px;
  }
}

.detail_profile-btn {
  text-align: end;
  padding-right: 24px;
}

.profile-bg.profile-bg-blitz,
.profile-bg.profile-bg-grazio,
.profile-bg.profile-bg-delight,
.profile-bg.profile-bg-intelio {
  background-size: cover;
}

.profile-bg > .content > .profile-page-description {
  background: none;
}

/* FOOTER PAYMENTS */
.rbpayments {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.rbpayments img {
  width: 51px;
  height: 40px;
  margin-right: 15px;
  margin-top: 10px;
}

@media all and (max-width: 420px) {
  .rbpayments img {
    width: 68px;
    height: 40px;
  }
}

.rbpayments img:last-child {
  margin-top: 14px;
  margin-right: 0;
}

.benefits_min_block {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}

.benefits_min_block-item:nth-child(1) {
  margin-right: 40px;
}

.benefits_min_block-value {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #a80055;
  margin: 0;
}

.benefits_min_block-descr {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #a80055;
  margin: 0;
}

.price_min_block-value {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 0;
}

.price_min_block-rub {
  font-weight: 300;
  font-size: 48px;
  line-height: 48px;
  color: #000000;
}

.price_min_block {
  margin: 0 0 20px 0;
}

.price_min_block-icon {
  font-size: 29px;
  line-height: 35px;
  color: #000000;
}

.h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #555555;
}

.anchor_content_link-item:not(:last-child) {
  margin-right: 20px;
}

.anchor_content_link-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #a80055;
  padding-bottom: 5px;
  border-bottom: solid 2px #a80055;
  text-decoration: none;
}

.anchor_content_link {
  margin-top: 30px;
  margin-bottom: 67px;
}

.rehau-min-descr {
  margin-bottom: 40px;
}

.block-r-items-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

.window_action_block {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  background: #d7005f;
  margin-bottom: 40px;
  align-items: center;
  padding: 20px;
}

.window_action_block-img {
  max-width: 504px;
  width: 100%;
}

.window_action_block-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.window_action_block-value {
  font-weight: 700;
  font-size: 120px;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}

.window_action_block-button {
  background: #fff;
  color: #a80055;
  max-width: 380px;
  width: 100%;
  text-align: center;
  height: 45px;
  border: none;
  line-height: 150%;
}

.window_action_block-button:hover {
  background: #a80055;
  color: #fff;
}

.window_action_block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.rehau-min-service {
  margin-top: 40px;
  margin-bottom: 40px;
}

.three_benefit_block {
  display: flex;
  flex-direction: column;
}

.three_benefit_block-item:not(:last-child) {
  margin-bottom: 10px;
}

.three_benefit_block-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  background: linear-gradient(90.76deg, #fadfef 0%, #fef3e0 100%);
}

.three_benefit_block-head {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #d7005f;
}

.three_benefit_block-descr {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #d7005f;
}

.text-pink {
  color: #d7005f;
}

@media (min-width: 992px) {
  .three_benefit_block-descr {
    font-size: 24px;
    line-height: 120%;
    text-align: center;
  }

  .desk-none {
    display: none;
  }

  .three_benefit_block-item {
    padding: 30px;
    flex-direction: column;
    width: calc(100% / 3);
  }

  .three_benefit_block {
    flex-direction: row;
  }

  .three_benefit_block-item:not(:last-child) {
    margin-right: 20px;
  }

  .rehau-min-service {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .window_action_block-content {
    min-width: 386px;
  }

  .window_action_block {
    flex-direction: row;
    margin-bottom: 60px;
    padding: 30px 80px;
  }

  .window_action_block-img {
    margin-right: 80px;
  }

  .window_action_block-title {
    font-size: 54px;
    line-height: 120%;
  }

  .window_action_block-value {
    font-size: 150px;
  }

  .block-r-items-title {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .rehau-min-descr {
    margin-bottom: 60px;
  }

  .anchor_content_link {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .anchor_content_link-item {
    font-size: 20px;
    line-height: 24px;
  }

  .h1 {
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    color: #555555;
  }

  .benefits_min_block-value {
    font-size: 40px;
  }

  .benefits_min_block-descr {
    font-size: 20px;
    line-height: 24px;
  }

  .price_min_block-value {
    font-size: 17px;
    line-height: 21px;
    color: #555555;
  }

  .price_min_block-rub {
    font-size: 54px;
    line-height: 66px;
    color: #555555;
  }

  .price_min_block-icon {
    color: #555555;
  }

  .window_action_block-img .window_action_block-button {
    display: none;
  }

  .window_action_block-img .window_action_block-button {
    display: none;
  }
}

@media (max-width: 992px) {
  .mob-none {
    display: none;
  }

  .three_benefit_block-head {
    min-width: 57px;
  }

  .three_benefit_block-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .brown-background {
    background: #dfd9d6 !important;
    margin-bottom: 20px;
    margin-top: -5px;
  }

  .brown-background:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: linear-gradient(
      180deg,
      rgba(223, 217, 214, 0) 0%,
      #dfd9d6 100%
    );
    height: 43px;
    width: 100%;
    margin-top: -62px;
  }

  .anchor_content_link {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}

.anchor_content_link-item:not(:last-child) {
  margin-bottom: 14px;
}

.window_action_block-content {
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .window_action_block-content .window_action_block-button {
    display: none;
  }

  .window_action_block-img .window_action_block-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.window_action_block-button {
  max-width: 324px;
  margin-top: 10px;
}

.brown-background .button-square {
  height: 45px;
  line-height: 100%;
}

.interest_block.interest_block {
  background: linear-gradient(90.76deg, #fadfef 0%, #fef3e0 100%);
  padding: 20px 10px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.interest_block-title {
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  color: #d7005f;
  margin-bottom: 20px;
}

.interest_block-href:not(:last-child) {
  margin-bottom: 20px;
}

.interest_block-href {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 10px 20px;
  background: #ffffff;
  border: 2px solid #a80055;
  max-height: 47px;
  box-sizing: border-box;
  text-decoration: none;
  max-width: 374px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #555555;
  transition: color 0.2s, background 0.2s;
}

.interest_block-href:hover {
  background: #a80055;
  color: #fff;
}

.interest_block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.interest_block-href svg {
  background: #a80055;
}

@media (min-width: 992px) {
  .interest_block-wrapper {
    display: flex;
    flex-direction: row;
  }

  .interest_block.interest_block {
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .interest_block-href:not(:last-child) {
    margin-bottom: 0;
    margin-right: 30px;
  }
}

/* doors RBRU NEW*/
.page-doors-options__list {
  margin: 13px 0 30px 20px;
}

.page-doors-options__list li {
  margin: 5px 0 5px 0;
}

.page-doors-options__title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.57);
  width: 144px;
}

.doors-r-wrapper .conten-item__title {
  display: flex;
  align-items: flex-end;
}

.conten-item__title :nth-child(2) {
  margin-left: 20px;
  color: #d7005f;
}

.colorize__title {
  color: #d7005f;
}

.doors-r-wrapper .conten-item__descr {
  margin-left: 0;
}

.allblock-street-door {
  margin-top: 15px;
  z-index: 0;
  transition: all 0.3s;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  max-height: 284px;
  max-width: 280px;
  min-height: 252px;
  min-width: 135px;
  position: relative;
  display: block;
}

.block-street-door1 {
  background: url(/img/design2017/doors/door-in1.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-street-door2 {
  background: url(/img/design2017/doors/door-in2.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-street-door3 {
  background: url(/img/design2017/doors/door-in3.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-street-door4 {
  background: url(/img/design2017/doors/door-in4.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.bg-color__doors {
  margin-top: 50px;
  background: #dfd9d6;
}

.doors-banner__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}

.doors-block-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.doors-block-left .doors-banner__title {
  font-weight: 400;
  font-size: 37px;
  line-height: 45px;
}

.doors-banner__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 78px;
}

@media (max-width: 1240px) {
  .doors-banner__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
  }

  .doors-banner__descr {
    margin-bottom: 20px;
  }
}

@media (max-width: 524px) {
  .doors-block-left .doors-banner__title {
    font-size: 24px;
  }
}

.quality-doors-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  background: linear-gradient(90.76deg, #fadfef 0%, #fef3e0 100%);
  padding: 30px 0 30px 0;
  color: #d7005f;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
}

@media (max-width: 524px) {
  .quality-doors-banner {
    flex-direction: row;
    justify-content: center;
    font-size: 20px;
    margin-top: 20px;
  }

  .quality-doors-banner :nth-child(2) {
    margin-left: 21px;
    max-width: 200px;
  }
}

.block-office-door1 {
  background: url(/img/design2017/doors/door-ofa1.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door2 {
  background: url(/img/design2017/doors/door-ofa2.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door3 {
  background: url(/img/design2017/doors/door-ofa3.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door4 {
  background: url(/img/design2017/doors/door-ofa4.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door5 {
  background: url(/img/design2017/doors/door-ofp1.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door6 {
  background: url(/img/design2017/doors/door-ofp2.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door7 {
  background: url(/img/design2017/doors/door-ofp3.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-office-door8 {
  background: url(/img/design2017/doors/door-ofp4.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-balcon-door1 {
  background: url(/img/design2017/doors/door-bd1.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-balcon-door2 {
  background: url(/img/design2017/doors/door-bd2.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-balcon-door3 {
  background: url(/img/design2017/doors/door-bd3.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-balcon-door4 {
  background: url(/img/design2017/doors/door-bd4.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-profiledoors {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.block-profiledoors__second {
  flex-wrap: nowrap;
}

.profiledoors-item__street {
  width: 100%;
}

.profiledoors-item__street img {
  width: 100%;
  object-fit: contain;
}

.profiledoors-item {
  display: flex;
  justify-content: flex-end;
  min-height: 390px;
  width: 100%;
}

.profiledoors-item__street1 {
  background: url(/img/design2017/doors/profile-street4.jpg) no-repeat
    center/cover;
}

.profiledoors-item__street2 {
  background: url(/img/design2017/doors/profile-street5.jpg) no-repeat
    center/cover;
}

.profiledoors-item__ofice1 {
  background: url(/img/design2017/doors/profile-ofice1.jpg) no-repeat
    center/cover;
}

.profiledoors-item__ofice2 {
  position: relative;
  background: linear-gradient(
    225deg,
    #c4add7 0%,
    #add5e6 37.5%,
    #bec1de 71.35%
  );
  overflow: hidden;
  /* background: url(/img/design2017/doors/profile-ofice2.jpg) no-repeat center/cover; */
}

.veranda-cool__item1 {
  background: url(/images/veranda-cool/veranda-cool__item1.jpg) no-repeat
    center/cover;
}

.veranda-cool__item2 {
  background: url(/images/veranda-cool/veranda-cool__item2.jpg) no-repeat
    center/cover;
}

.rb-advantages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.rb-advantages-list__item {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rb-advantages-list__item span {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 650px) {
  .rb-advantages-list {
    flex-direction: column;
  }
}

.rb-methods-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.rb-methods-list__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.rb-methods-list__item img {
  max-height: 130px;
}

.rb-methods-list__item span {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.rb-twoItems {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.twoImtes-item {
  max-width: 600px;
  width: 47%;
}

.twoImtes-item__title {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
}

.twoImtes-item__img {
  margin-top: 30px;
  background: rgba(233, 233, 233, 0.5);
}

.twoImtes-item__img img {
  width: 100%;
  height: auto;
}

.veranda-cool img {
  width: 100%;
  height: auto;
}

.twoImtes-item-card {
  background: rgba(233, 233, 233, 0.5);
  padding: 30px 35px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.twoImtes-item-card__text {
  display: flex;
  justify-content: space-between;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
}

.twoImtes-item-info {
  background: rgba(233, 233, 233, 0.5);
  padding: 30px 35px 0;
  display: flex;
  justify-content: space-between;
}

.twoImtes-item__price-sum .price {
  font-size: 54px;
}

.profiledoors-item__img-windows {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
}

.veranda-cool > .brown-background .button-square {
  height: unset;
}

@media (max-width: 992px) {
  .twoImtes-item {
    width: 100%;
  }

  .rb-methods-list {
    gap: 20px;
  }
}

@media (max-width: 750px) {
  .twoImtes-item-card {
    padding: 15px 10px 0;
  }

  .twoImtes-item-info {
    padding: 15px 10px 0;
  }

  .rb-advantages-list__item {
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .profiledoors-item__img-windows {
    left: -60px;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .veranda-cool .profiledoors-item__wrap {
    margin-right: 10px;
  }
}

.profiledoors-item__balcon1 {
  background: url(/img/design2017/doors/profile-balcon4.jpg) no-repeat
    center/cover;
}

.profiledoors-item__balcon2 {
  background: url(/img/design2017/doors/profile-balcon5.jpg) no-repeat
    center/cover;
}

.profiledoors-col__descr {
  margin-top: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #555555;
}

.profiledoors-row__descr {
  margin-top: 60px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #555555;
  max-width: 200px;
}

.profiledoors-price {
  margin-top: 20px;
}

.profiledoors-price .price-sum {
  font-size: 54px;
}

.profiledoors-price .price-descr {
  font-size: 17px;
  line-height: 21px;
  color: #555555;
}

.profiledoors__button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.profiledoors-item__wrap {
  display: flex;
  flex-direction: column;
  text-align: right;
  justify-content: space-between;
  margin-right: 40px;
}

.profiledoors-item__row {
  width: 100%;
}

@media (max-width: 576px) {
  .profiledoors-item__wrap {
    align-items: center;
    margin: 0;
  }

  .profiledoors-row__descr {
    font-size: 18px;
  }

  .profiledoors-col__descr {
    font-size: 18px;
  }

  .block-profile-doors {
    gap: 5px;
  }

  .block-profiledoors__second {
    flex-wrap: wrap;
  }

  .profiledoors-price .price-sum {
    font-size: 35px;
  }
}

/* doors balcon RBRU new */
.block-shift-door1 {
  background: url(/img/design2017/doors/door-bs1.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-shift-door2 {
  background: url(/img/design2017/doors/door-bs2.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-shift-door3 {
  background: url(/img/design2017/doors/door-bs3.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-shift-street1 {
  background: url(/img/design2017/doors/door-port1.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.block-shift-street2 {
  background: url(/img/design2017/doors/door-port2.jpg) center/contain no-repeat;
  max-height: 284px;
  max-width: 280px;
}

.banner-bg__doors {
  display: flex;
}

.bg-text-page__shift {
  max-width: 500px;
}

.banner-bg___intelio {
  background: linear-gradient(
    204.28deg,
    #9dacd7 0%,
    #dfe6ee 27.91%,
    #b4c4db 62.6%,
    #4d6197 100%
  );
}

.banner-bg___delight {
  background: linear-gradient(
    204.28deg,
    #9c9cc2 0%,
    #f0d9d5 27.08%,
    #aebada 72.4%,
    #99bee6 100%
  );
}

.banner-bg___grazio {
  background: linear-gradient(
    204.28deg,
    #95bec0 0%,
    #d3e6ea 37.5%,
    #a4cde3 66.67%,
    #4d7a84 100%
  );
}

.banner-bg___blitz {
  background: linear-gradient(
    204.28deg,
    #60a2b8 0%,
    #e2e9f1 42.19%,
    #a1c2d0 100%
  );
}

.banner-bg___shiftdoor {
  background: linear-gradient(
    208.03deg,
    #dfb9c6 0%,
    #f3e4e7 41.13%,
    #ede2cc 98.71%
  );
}

.profile-bg-shiftdoor {
  background: url(/img/design2017/doors/profile-rehau-razdv-bg.jpg) center/cover
    no-repeat;
}

.banner-bg__reh60 {
  background: linear-gradient(
    196.86deg,
    #ada473 0%,
    #f0e0c6 51.56%,
    #b6b191 100%
  );
}

.banner-bg__passage {
  background: linear-gradient(
    225deg,
    #c4add7 0%,
    #add5e6 37.5%,
    #bec1de 71.35%
  );
}

.banner-bg__img-characteristic {
  position: relative;
}

.banner-bg__icon {
  position: absolute;
}

@media (max-width: 600px) {
  .banner-bg__icon {
    display: none;
  }
}

.banner-bg__icon1 {
  background-image: url(/img/design2017/doors/Vector1.svg);
  width: 325px;
  height: 6px;
  top: 162px;
  left: 48%;
}

.banner-bg__icon2 {
  background-image: url(/img/design2017/doors/Vector2.svg);
  width: 302px;
  height: 6px;
  top: 262px;
  left: 51%;
}

.banner-bg__icon2-2 {
  background-image: url(/img/design2017/doors/vector2-small.svg);
  background-repeat: no-repeat;
  width: 39px;
  height: 15px;
  top: 264px;
  left: 46%;
}

.banner-bg__icon3 {
  background-image: url(/img/design2017/doors/Vector3.svg);
  background-repeat: no-repeat;
  width: 230px;
  height: 65px;
  top: 462px;
  left: 61%;
}

.banner-bg__icon4 {
  background-image: url(/img/design2017/doors/Vector4.svg);
  background-repeat: no-repeat;
  width: 245px;
  height: 70px;
  top: 563px;
  left: 59%;
}

.banner-bg__icon5 {
  background-image: url(/img/design2017/doors/Vector1.svg);
  width: 121px;
  height: 6px;
  top: 625px;
  left: 76%;
}

.banner-bg__icon6 {
  background-image: url(/img/design2017/doors/Vector1.svg);
  width: 171px;
  height: 6px;
  top: 673px;
  left: 69%;
}

.banner-bg__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
}

@media (max-width: 600px) {
  .banner-bg__text {
    display: none;
  }
}

.banner-bg__text1 {
  top: 145px;
  left: 82%;
}

.banner-bg__text2 {
  top: 245px;
  left: 74%;
  width: 150px;
}

.banner-bg__text3 {
  top: 428px;
  left: 83%;
  width: 63px;
  text-align: end;
}

.banner-bg__text4 {
  top: 527px;
  left: 81%;
  width: 82px;
  text-align: end;
}

.banner-bg__text5 {
  top: 587px;
  left: 80%;
  width: 93px;
  text-align: end;
}

.banner-bg__text6 {
  top: 643px;
  left: 80%;
  width: 93px;
  text-align: end;
}

.banner-bg__description_text {
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .banner-bg__text {
    font-size: 12px;
  }

  .banner-bg__description_text {
    margin-bottom: 20px;
  }

  .banner-bg__icon1 {
    width: 57%;
    height: 6px;
    top: 27%;
    left: 37%;
  }

  .banner-bg__text1 {
    top: 24%;
    left: 74%;
    width: max-content;
  }

  .banner-bg__icon2 {
    width: 54%;
    height: 6px;
    top: 42%;
    left: 40%;
  }

  .banner-bg__icon2-2 {
    width: 7%;
    height: 15px;
    top: 42%;
    left: 34%;
  }

  .banner-bg__text2 {
    top: 39%;
    left: 61%;
    width: 139px;
  }

  .banner-bg__icon4 {
    background-image: url(/img/design2017/doors/Vector3-mobile.png);
    background-repeat: no-repeat;
    width: 54%;
    height: 55%;
    top: 65%;
    left: 41%;
  }

  .banner-bg__text4 {
    top: 58%;
    left: 72%;
    width: 85px;
    text-align: end;
  }

  .banner-bg__icon3 {
    background-image: url(/img/design2017/doors/Vector1.svg);
    width: 51%;
    height: 6px;
    top: 94%;
    left: 42%;
  }

  .banner-bg__text3 {
    top: 91%;
    left: 62%;
    width: 131px;
    text-align: end;
  }

  .banner-bg__icon5 {
    background-image: url(/img/design2017/doors/Vector5-mobile.svg);
    width: 40%;
    height: 10%;
    background-repeat: no-repeat;
    top: 75%;
    left: 54%;
  }

  .banner-bg__text5 {
    top: 69%;
    left: 70%;
  }

  .banner-bg__icon6 {
    width: 29%;
    height: 6px;
    top: 88%;
    left: 64%;
  }

  .banner-bg__text6 {
    top: 82%;
    left: 69%;
  }
}

.banner-bg__reh70 {
  background: linear-gradient(
    195.19deg,
    #b7cbc2 0%,
    #d9e2d1 27.08%,
    #809f90 100%
  );
}

.banner-bg__shiftdoor {
  background: linear-gradient(
    215.66deg,
    #b9e2ce 0%,
    #ebffed 45.83%,
    #8ecfbc 100%
  );
}

.banner-bg__alt48 {
  background: linear-gradient(
    207.12deg,
    #c9dcff 0%,
    #cff4ff 29.69%,
    #9ec7ff 100%
  );
}

.banner-bg__alt62 {
  background: linear-gradient(
    207.64deg,
    #c5b5d2 0%,
    #fce4ca 29.26%,
    #d59ead 98.56%
  );
}

.banner-bg__img {
  max-width: 800px;
}

.banner-bg__img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-bg__img-mob {
  display: none;
}

.banner-bg__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.banner-bgdoors__list li {
  margin: 0;
}

@media (max-width: 993px) {
  .banner-bg__img {
    margin-top: 10px;
  }

  .banner-bg__doors {
    display: block;
    padding: 10px;
  }

  .banner-bg__img-desk {
    display: none;
  }

  .banner-bg__img-mob {
    display: block;
  }
}

@media (max-width: 524px) {
  .margin-top-100 {
    margin-top: 40px;
  }

  .mob_textalign_center {
    text-align: center;
  }

  .profile-page-text__button {
    display: block;
    text-align: center;
  }

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

  .bg-text-page__shift h2 {
    line-height: 28px;
  }

  .bg-text-page__shift .text-size-50 {
    font-size: 48px;
  }

  .margin-left-15 {
    margin-left: 15px;
  }

  .mob-margin-top-0 {
    margin-top: 0;
  }

  .mob-margin-bot-0 {
    margin-bottom: 0;
  }

  .brown-background .button-square {
    line-height: 150%;
  }

  .page-block-windows-options > div > div {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .banner-bg__passage {
    padding: 0px;
  }

  .banner-bg__passage .banner-bg__doors {
    padding: 0px;
  }

  .banner-bg__passage .banner-bg__description {
    padding: 0 20px;
  }

  .banner-bg__passage .banner-bg__img {
    margin-top: 0px;
  }
}

.alum_baner_detal {
  width: 514px;
  height: 157px;
  padding: 25px;
}

.alum_baner_detal2 {
  width: 706px;
  height: 157px;
}

.detail-doors__bg {
  min-width: 360px;
  min-height: 360px;
  background-size: cover;
}

.acsent-block__rb p {
  margin-bottom: 20px;
}

.acsent-block__rb ul {
  margin-bottom: 20px;
}

/* doors office RBRU new */
.price_min_block.price_min_colored {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.price_min_block.price_min_colored .price_min_block-rub {
  color: #a80055;
}

.price_min_block.price_min_colored .price-colored .price_min_block-icon {
  color: #a80055;
}

.price_min_block.price_min_colored .button-purple-solid {
  width: fit-content;
  margin-top: 20px;
}

.profiledoors__button a {
  width: 150px;
  height: 43px;
  text-align: center;
  padding: 10px;
}

.doors-slider__title {
  min-height: 100px;
  padding: 0 5px 0 5px;
}

@media (max-width: 756px) {
  .doors-slider__title {
    min-height: 110px;
  }
}

.lh_28rb {
  line-height: 28px;
}

.doors-slider__title a {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
}

.footer-top {
  min-height: 130px;
  border-bottom: 2px solid #eeeeee;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
}

.footer-bottom span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9b9ca4;
}

.footer-text__padding {
  padding: 10px 0px 0px 40px;
}

.footer-mapblock {
  display: flex;
  gap: 5px;
}

.footer-mapblock a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9b9ca4;
}

@media (max-width: 524px) {
  .footer-top {
    border: none;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    border-top: 2px solid #eeeeee;
    align-items: flex-start;
  }
}

.profile-bg.profile-bg-blitz .profile-page-description {
  min-height: unset;
}

@media all and (max-width: 1950px) {
  .profile-bg.profile-bg-blitz {
    background-size: cover;
    background-position-y: unset;
  }
}

.lhrb-28 {
  line-height: 28px;
}

.footer-social__ico {
  margin-top: 13px;
}

.fz-28 {
  font-size: 28px;
}

.work-cost {
  margin-top: 60px;
}

.work-cost__title {
  font-size: 28px;
}

.work-cost__descr {
  margin-top: 30px;
}

.work-cost-list {
  margin-top: 30px;
  display: flex;
}

.work-cost-item {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.work-cost-item .button-square {
  margin: 20px auto 0 auto;
}

.work-cost-item__img {
  display: flex;
}

.work-cost-item__img img {
  margin: 0 auto;
}

.work-cost-item__title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.work-cost-item__price {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.work-cost-item__price-title {
  font-size: 17px;
}

.work-cost-item__price-nums {
  font-size: 29px;
  color: #a80055;
  margin-top: 10px;
}

@media all and (max-width: 820px) {
  .work-cost-list {
    flex-direction: column;
  }

  .work-cost-item {
    width: 100%;
    margin-bottom: 60px;
  }
}

.block-loggia-p-4okna {
  background-image: url(/img/design2017/windows/loggia-p-4okna.png);
  max-width: 240px;
  min-width: 240px;
}

/* новые блоки на страницу Дома и коттеджи */

.first-banner {
  position: relative;
  height: 650px;
  padding: 30px;
  margin-bottom: 30px;
}

.first-banner__kotedgi {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.first-banner__article {
  background-color: #ffffff;
  position: relative;
  max-width: 400px;

  padding: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.irst-banner__article article {
  margin-bottom: 20px;
}

.first-banner__price {
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first-banner__button {
  display: flex;
  height: 45px;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  background-color: #a80055;
  color: #ffffff !important;
  text-decoration: none;
}

.categoty-links {
  display: flex;
  gap: 20px;
  list-style-type: none;
  margin-top: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advanteges-block {
  display: flex;
  list-style-type: none;
  gap: 30px;
}

.advanteges-block li {
  width: 100%;
  background: linear-gradient(135deg, #fadfef 0%, #fef3e0 100%);
  text-align: center;
  padding: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #d7005f;
}

.advanteges-block p {
  margin: 0;
}

.advanteges-block__title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.osteklenie-dachi-banner {
  background-color: #fef3e0;
}

.osteklenie-dachi-banner .doors-banner__grid {
  height: 425px;
}

@media (max-width: 1250px) {
  .osteklenie-dachi-banner .doors-banner__grid {
    height: auto;
  }
}

.windows-price-block {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 60px;
}

@media (max-width: 499px) {
  .windows-price-block {
    flex-direction: column;
    align-items: center;
  }
}

.windows-price__item {
  max-width: 340px;
}

.windows-price__link-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  color: #555555;
  text-decoration: none;
}

.windows-price__link-title:hover {
  color: #a80055;
  text-decoration: underline;
}

.windows-price__item img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.windows__specifications-list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.windows__specifications-list li {
  margin-bottom: 5px;
  margin-top: 0px;
}

.category-item {
  max-width: 286px;
}

.category-item a {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.laminator-body {
  height: auto;
}

@media (max-width: 599px) {
  .laminator-body {
    height: 351px;
    margin-bottom: 0px !important;
  }
}

/* новые блоки на страницу Дома и коттеджи */

.first-banner {
  position: relative;
  height: 650px;
  padding: 30px;
  margin-bottom: 30px;
}

.first-banner__kotedgi {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
}

.first-banner__article {
  background-color: #ffffff;
  position: relative;
  max-width: 400px;

  padding: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.irst-banner__article article {
  margin-bottom: 20px;
}

.first-banner__price {
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first-banner__button {
  display: flex;
  height: 45px;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  background-color: #a80055;
  color: #ffffff !important;
  text-decoration: none;
}

.categoty-links {
  display: flex;
  gap: 20px;
  list-style-type: none;
  margin-top: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advanteges-block {
  display: flex;
  list-style-type: none;
  gap: 30px;
}

.advanteges-block li {
  width: 100%;
  background: linear-gradient(135deg, #fadfef 0%, #fef3e0 100%);
  text-align: center;
  padding: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #d7005f;
}

.advanteges-block p {
  margin: 0;
}

.advanteges-block__title {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 15px !important;
  margin-top: 10px !important;
}

.osteklenie-dachi-banner {
  background-color: #fef3e0;
}

.osteklenie-dachi-banner .doors-banner__grid {
  height: 425px;
}

@media (max-width: 1250px) {
  .osteklenie-dachi-banner .doors-banner__grid {
    height: auto;
  }
}

.windows-price-block {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 60px;
}

@media (max-width: 499px) {
  .windows-price-block {
    flex-direction: column;
    align-items: center;
  }
}

.windows-price__item {
  max-width: 340px;
}

.windows-price__link-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  color: #555555;
  text-decoration: none;
}

.windows-price__link-title:hover {
  color: #a80055;
  text-decoration: underline;
}

.windows-price__item img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.windows__specifications-list {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.windows__specifications-list li {
  margin-bottom: 5px;
  margin-top: 0px;
}

.category-item {
  max-width: 286px;
}

.category-item a {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.custom-list_okna {
  font-size: 18px;
}

.custom-list_okna li {
  margin-left: 30px;
  margin-top: 4px;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .custom-list_okna {
    font-size: 16px;
  }
}

.two-metra-price__title {
  margin: 30px 0px 40px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.two-metra-price__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
}

.two-metra-price__item {
  display: flex;
  max-width: fit-content;
  gap: 40px;
}

@media (max-width: 600px) {
  .two-metra-price__items {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }

  .two-metra-price__item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: none;
  }
}

.two-metra-price__img {
  display: block;
}

@media (max-width: 600px) {
  .two-metra-price__img-block {
    max-width: 220px;
  }

  .two-metra-price__img {
    width: 100%;
  }
}

.two-metra-price__description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  color: #aaa;
  margin: 10px 0px;
}

.two-metra-price__price-block {
}

.two-metra-price__price-title {
  margin: 0px;
}

.two-metra-price__price {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.two-metra-price__price-window {
  margin: 10px 0px;
  font-family: Inter, Helvetica, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #a80055;
}

.two-metra-price__price-window span {
  font-size: 18px;
}

.two-metra-price__price-block .two-metra-price__description {
  margin-top: 5px;
}

.two-metra-price__price .two-metra-price__description {
  margin-top: 20px;
}

.two-metra-price__img-block .two-metra-price__description {
  max-width: 155px;
  margin: 10px auto;
}

.windows-type__items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .two-metra-price__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .windows-type__items {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
  }

  .two-metra-price__price-block {
    width: 100%;
  }
}

.windows-type__item {
  display: flex;
  background: linear-gradient(
    204deg,
    #e2e2e4 13.54%,
    #72abbe 55.21%,
    #dddddf 85.49%
  );
  max-width: 600px;
}

.windows-type__description {
  margin: 0px;
}

.windows-type__price {
  font-size: 54px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  color: #a80055;
  margin: 0px 0px 20px;
}

.windows-type__price span {
  font-size: 29px;
}

.windows-type__price-container h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
  margin-bottom: 20px;
}

.windows-type__title {
  margin: 60px 0px 40px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.two-meters-page h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 600px) {
  .windows-type__title {
    margin-top: 40px;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .windows-type__price {
    font-size: 36px;
  }

  .windows-type__item {
    overflow: hidden;
  }

  .windows-type__price-container {
    margin-left: -40px;
    padding-right: 15px;
  }

  .windows-type__img {
    margin-left: -110px;
  }

  .windows-type__price-container h4 {
    font-size: 18px;
  }
}

.four-metra-balkon .two-metra-price__items {
  gap: 20px;
}

.four-metra-balkon .two-metra-price__item {
  gap: 20px;
}

@media (max-width: 600px) {
  .two-meters-page .block-call-form-fields {
    margin-bottom: 40px;
  }

  .two-meters-page h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .two-meters-page h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .two-meters-page .parent h2 {
    display: none;
  }

  .two-meters-page .parent {
    margin-top: 20px;
  }

  .two-meters-page .text-adapt-text {
    margin-top: 40px;
  }
}

.besedka-winprice__title {
  color: #555555;
  font-size: 20px;
  font-weight: 700;
}

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

.margin-top-0 {
  margin-top: 0;
}

.text-purple {
  color: #a80055;
}

.block-text-with-icons {
  margin-top: 40px;
  margin-bottom: 40px;
}

.block-4-items.block-text-with-icons .text-purple {
  display: grid;
  grid-template-columns: 40px auto;
  gap: 20px;
}

.block-4-items.block-text-with-icons .text-purple img {
  grid-column: 1 / 2;
  margin: 0;
}

.block-text-with-icons .text-purple .text-dark-grey {
  grid-column: 1 / -1;
}

.width-50 {
  width: 50%;
  min-height: 203px;
  height: 100%;
  justify-content: start;
  gap: 20px;
  align-items: center;
}

@media all and (max-width: 700px) {
  .width-50 {
    width: 100%;
    min-height: unset;
  }
}

.three_benefit_block-item + .width-50 + .desk-none {
  display: flex;
}

.fz-28 {
  font-size: 28px;
}

@media all and (max-width: 700px) {
  .fz-28 {
    font-size: 24px;
  }
}

.veranda-warm .section-title {
  display: none;
}

.action-main-custom-block {
  display: flex;
  padding: 30px 80px;
  padding-left: 0px;
}

.window_action_block > .action-main-custom-block {
  padding-left: 80px;
}

.main-slider-item-1 > .main-slider-item-wrapper {
  padding-left: 40px;
}

@media all and (max-width: 500px) {
  .window_action_block > .action-main-custom-block {
    padding: 0px;
  }

  .action-main-custom-block {
    display: flex;
    padding: 15px 30px;
    padding-left: 0px;
  }

  .action-main-custom-block > .window_action_block-img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-slider-item-1 > .main-slider-item-wrapper {
    padding-left: 0;
  }
}

.pc-hidden {
  display: none;
}

@media all and (max-width: 1024px) {
  .pc-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }
}

.selector-input {
  display: none !important;
}

.frequently-asked-questions-wrapper {
  width: 1260px;
}

.select {
  position: relative;
  width: 100%;
}

.selectWrapper {
  position: relative;
}

.selectCustom {
  position: relative;
}

.selectCustom-trigger {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  width: 100%;
}

.selectCustom-trigger {
  position: relative;
  background-color: #fff;
  padding: 14px 0 14px 19px;
}

.selectCustom-trigger::after {
  content: "▾";
  position: absolute;
  top: 28%;
  right: 16px;
  height: 8px;
  color: #a80055;
}

.selectCustom-trigger:hover {
  border-color: #e0e0e0;
}

.selectCustom-options {
  color: #555;
  font-size: 16px;
  font-weight: 400;

  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  box-shadow: 0 0 4px #e9e1f8;
  z-index: 1;
  display: none;

  cursor: pointer;
}

.selectCustom.isActive .selectCustom-options {
  display: block;
  height: 108px;
}

.selectCustom.isActive .selectCustom-trigger {
  background-color: #e0e0e0;
}

.selectCustom-option {
  position: relative;
  padding: 14px 0 14px 19px;
}

.selectCustom-option:first-child {
  position: relative;
  padding: 26px 0 9px 19px;
}

.selectCustom-option:last-child {
  position: relative;
  padding: 9px 0 26px 19px;
}

.selectCustom-option:hover {
  background-color: #e0e0e0;
}

.frequently-asked-questions-wrapper-form-wrapper img {
  height: 91px;
  width: 91px;
  margin-bottom: 24px;
}

.frequently-asked-questions-wrapper-form-wrapper p {
  color: #555;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}

.frequently-asked-questions-wrapper-form-wrapper-input {
  padding: 0;

  border: 1px solid #e0e0e0;
  padding-top: 14px;
  padding-left: 19px;
  padding-bottom: 14px;
  width: calc(100% - 19px);
  display: flex;

  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.frequently-asked-questions-wrapper-form-wrapper textarea {
  font-family: "Inter";
  padding: 0;
  resize: none;

  border: 1px solid #e0e0e0;
  padding-top: 14px;
  padding-left: 19px;
  width: calc(100% - 19px);
  height: 71px;
  display: flex;

  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
}

.frequently-asked-questions-wrapper-form-wrapper-button {
  width: 100%;
  height: 47px;
  background: #a80055;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  cursor: pointer;
}

.frequently-asked-questions-wrapper-form {
  border: 1px solid #e0e0e0;
  max-height: 680px;
}

.frequently-asked-questions-wrapper {
  display: flex;
  justify-content: space-between;
}

.frequently-asked-questions-wrapper-form-wrapper {
  padding: 66px 60px;
}

.frequently-asked-questions-wrapper-form-wrapper,
.frequently-asked-questions-wrapper-form-wrapper > form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.frequently-asked-questions-wrapper-form-wrapper > form {
  width: 387px;
}

.frequently-asked-questions-wrapper-content {
  width: 723px;
}

.frequently-asked-questions-wrapper-content > div {
  min-height: auto;
  padding: 26px 31px;
  background-color: #f5f5f5;
}

.frequently-asked-questions-wrapper-content > div:not(:last-child) {
  margin-bottom: 10px;
}

.frequently-asked-questions-wrapper-content > div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.frequently-asked-questions-wrapper-content p:last-child {
  color: #555;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.frequently-asked-questions-wrapper-content p:first-child {
  color: #555;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  vertical-align: baseline;

  min-height: 42px;
  display: flex;
  align-items: center;
  width: 85%;
}

.pluss-open {
  cursor: pointer;
  background-color: #a80055;
  height: 37px;
  width: 37px;
  background-position: center;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pluss-open > img {
  height: 24px;
  width: 24px;
}

.frequently-asked-questions-wrapper-text {
  border-left: 2px solid #a80055;
  padding-left: 19px;
  overflow: hidden;
  max-height: 0;
  margin: 0;
  width: 92%;
}

.active {
  margin-top: 16px;
}

.text-open {
  max-height: 500px;
  animation-duration: 0.3s;
  animation-name: text-open;
}

.text-close {
  max-height: 0;
  animation-duration: 0.3s;
  animation-name: text-close;
}

@keyframes text-open {
  from {
    max-height: 0;
  }

  to {
    max-height: 500px;
  }
}

@keyframes text-close {
  from {
    max-height: 500px;
  }

  to {
    max-height: 0;
  }
}

.rotate-open {
  animation-duration: 0.5s;
  animation-name: rotate-open;
  transform: rotate(45deg);
}

.rotate-close {
  animation-duration: 0.5s;
  animation-name: rotate-close;
}

@keyframes rotate-open {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(45deg);
  }
}

@keyframes rotate-close {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@media (max-width: 1280px) {
  .frequently-asked-questions-wrapper {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 30px);
    margin: 0 15px 0 15px;
  }

  .indent h2 {
    margin-left: 15px;
  }

  .frequently-asked-questions-wrapper-content {
    margin-left: 0;
    margin-bottom: 27px;
    width: auto;
  }

  .frequently-asked-questions-wrapper-content > div {
    min-width: 235px;
    max-width: 723px;
  }
}

@media (max-width: 540px) {
  .frequently-asked-questions-wrapper-content > div {
    max-width: 723px;
    padding: 15px;
  }

  .frequently-asked-questions-wrapper-form-wrapper {
    padding: 25px 10px;
  }

  .frequently-asked-questions-wrapper-form-wrapper img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

  .frequently-asked-questions-wrapper-form-wrapper p {
    margin-bottom: 21px;
  }

  .frequently-asked-questions-wrapper-form-wrapper button {
    margin-top: 15px;
  }

  .frequently-asked-questions-wrapper-form-wrapper > form {
    width: 100%;
  }

  .frequently-asked-questions-wrapper-form {
    width: 100%;
  }
}

.form_fon {
  flex-wrap: wrap;
}

.custom-margin-pl-dvery p {
  margin: 0 !important;
}

.includes__item .includes__item-p {
  margin: 0;
  font-size: 18px;
}

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

.includes__inner {
  margin-bottom: 95px;
}

.includes__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 60px;
  margin: 0;
  margin-right: 70px;
}

@media screen and (max-width: 992px) {
  .includes__inner {
    margin-bottom: 50px;
  }

  .includes__item .includes__item-p {
    font-size: 16px;
  }

  .includes__list {
    margin: 0;
    gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .includes__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .includes__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .includes__item .includes__item-p {
    font-size: 15px;
  }

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

.price-bottom-block h2 {
  margin-bottom: 15px;
}

.price-bottom-block p {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

.price-bottom-block a {
  color: #a80055;
}

@media screen and (max-width: 576px) {
  .price-bottom-block p {
    font-size: 14px;
  }
}

.montaj-price__table {
  width: 100%;
  border: 1px solid #dac6d0;
  margin-bottom: 40px;
}

.montaj-price__table td {
  border: 1px solid #dac6d0;
}

.montaj-price__table tr:first-child {
  background-color: #fae1ee;
}

.montaj-price__table tr:last-child {
  background-color: #fafafa;
}

.montaj-price__table tr td:first-child {
  width: 532px;
}

.montaj-price__table tr td:nth-child(2) {
  width: 513px;
}

.montaj-price__table tr td:last-child {
  width: 217px;
}

.quality-guarantee_montazh .container-new {
  background-image: url(/img/quality-guarantee-montazh/backgr-pc.png);
  padding-top: 100px;
  padding-bottom: 100px;
  height: 441px;
}

.content__marker {
  background-color: #f5f7f8;
  padding: 15px 20px;
  margin-bottom: 70px;
}

.steps-install {
  height: 821px;
  background-color: #f5f7f8;
  padding: 72px 0 108px;
}

.steps-install_swiper {
  width: 100%;
  height: 100%;
}

.steps-install_swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  max-width: 407px;
  height: 566px;
  padding: 15px;
}

.steps-install_swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 20px;
}

.steps-install_swiper .swiper-wrapper .swiper-slide p {
  text-align: left;
}

.steps-install_container {
  position: relative;
}

.steps-install_swiper-button-next,
.steps-install_swiper-button-prev {
  background-color: #f5f7f8;
  box-shadow: none;
  filter: none;
  border: 1px solid #e0e0e0;
}

.steps-install_swiper-button-next {
  right: -65px;
  top: calc(50% + 24px);
}

.steps-install_swiper-button-prev {
  left: -65px;
  top: calc(50% + 24px);
}

.steps-install-pagination {
  display: none;
}

.button-custom {
  width: 100%;
  text-align: center;
  padding: 14px 0;
}

.full-width_custom h2 {
  margin-top: 0px;
}

.indent_montazh h1 {
  margin: 30px 0;
  font-size: 34px;
}

@media screen and (max-width: 1440px) {
  .steps-install-pagination {
    display: block;
    text-align: center;
  }

  .steps-install_swiper-button-next,
  .steps-install_swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .montaj-price__min-title {
    font-size: 16px;
    font-weight: 700;
  }

  .montaj-price__table td {
    font-size: 13px;
  }

  .steps-install {
    height: 790px;
  }
}

@media screen and (max-width: 768px) {
  .indent_montazh h1 {
    margin: 20px 0;
    font-size: 28px;
  }

  .banner_montazh img {
    top: 35px;
  }

  .banner_montazh .box {
    background: linear-gradient(
      180deg,
      rgba(245, 245, 245, 0) 0%,
      #f5f5f5 5.98%
    );
    padding-top: 54px;
  }

  .steps-install {
    padding-top: 35px;
    height: 680px;
  }

  .full-width_custom h2,
  .steps-install h2 {
    font-size: 19px;
    font-weight: 700;
  }

  .content_custom {
    margin-bottom: 40px;
  }

  .steps-install_swiper .swiper-wrapper .swiper-slide {
    height: 520px;
  }
}

@media screen and (max-width: 375px) {
  .quality-guarantee_montazh .container-new {
    background-image: url(/img/quality-guarantee-montazh/backgr-mb.png);
    padding: 35px 20px 198px;
  }
}

@media screen and (max-width: 350px) {
  .montaj-price__table td {
    font-size: 11px;
  }
}

.banner-hrush h1 {
  margin-top: 33px;
  margin-bottom: 29px;
}

.text-grand {
  font-size: 45px;
  font-weight: 600;
}

.quality-guarantee_hrush .container-new {
  background-image: url(/img/quality-guarantee-hrush/back-ban-2-hr.png);
  padding-top: 100px;
  padding-bottom: 100px;
  height: 441px;
  color: #000;
}

.planirovki h2 {
  margin-bottom: 30px;
  font-weight: 700;
}

.planirovki-item {
  margin-bottom: 40px;
}

.planirovki-item h3 {
  font-size: 22px;
  color: #2e2d2e;
  font-weight: 700;
  margin-bottom: 15px;
}

.planirovki-imgs {
  display: flex;
  flex-wrap: wrap;
}

.planirovki-img {
  max-width: 300px;
  border: 1px solid #e0e0e0;
  display: flex;
  padding: 7px 13px 11.5px 69px;
}

.planirovki-img:not(:last-of-type) {
  margin-right: 20px;
}

.planirovki-img span img {
  max-width: 31px;
  padding-top: 6px;
  cursor: pointer;
}

.planirovki-img-discr {
  margin-right: 24px;
  width: 163px;
  text-align: center;
}

.planirovki-img-discr img {
  max-width: 163px;
}

.planirovki-img-discr p {
  margin-bottom: 0;
  margin-top: 5px;
}

.content-grey {
  background: #f5f5f5;
  padding: 45px 134px 45px 45px;
  margin: 0 auto 70px;
  max-width: 1260px;
}

.block-items-hrush .block-items-wrapper {
  display: flex;
  justify-content: space-between;
}

.osteklenie-balk {
  height: 716px;
}

.osteklenie-balk_swiper {
  width: 100%;
  height: 100%;
}

.osteklenie-balk_swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #f5f7f8;
  max-width: 307px;
  height: 648px;
  padding: 31px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.osteklenie-balk_swiper .swiper-wrapper .swiper-slide p {
  text-align: left;
}

.title-card,
.text-razmer {
  margin-bottom: auto;
}

.two-metra-price__img,
.text-info {
  margin: 0 0 20px;
  line-height: 1.3;
}

.two-metra-price__img {
  height: 130px;
}

.text-name {
  margin-bottom: 25px;
}

.text-price,
.block-border-top,
.text-osteklenie,
.text-plast-okna {
  margin-bottom: 20px;
}

.text-price-ot {
  margin-right: 5px;
}

.two-metra-price__img-7 {
  margin-bottom: 0;
}

.osteklenie-balk_container {
  position: relative;
}

.osteklenie-balk_swiper-button-next,
.osteklenie-balk_swiper-button-prev {
  background-color: #fff;
  box-shadow: none;
  filter: none;
  border: 1px solid #e0e0e0;
}

.osteklenie-balk_swiper-button-next {
  right: -65px;
  top: calc(50% + 24px);
}

.osteklenie-balk_swiper-button-prev {
  left: -65px;
  top: calc(50% + 24px);
}

.osteklenie-balk-pagination {
  display: none;
}

.block-items-hrush-mob {
  display: none;
}

.planirovki-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.planirovki-pop-up img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.planirovki-pop-up span {
  position: fixed;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .osteklenie-balk-pagination {
    display: block;
    text-align: center;
  }

  .osteklenie-balk_swiper-button-next,
  .osteklenie-balk_swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 1319px) {
  .planirovki-img {
    margin-bottom: 20px;
  }

  .content_custom {
    padding: 0 30px;
  }

  .full-width-hrush {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1040px) {
  .two-metra-price__img {
    height: 106px;
  }
}

@media screen and (max-width: 1024px) {
  .planirovki-pop-up span {
    top: 100px;
  }
}

@media screen and (max-width: 1001px) {
  .two-metra-price__img {
    height: 130px;
  }
}

@media screen and (max-width: 930px) {
  .block-items-hrush .block-items-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .banner-hrush h1 {
    margin-top: 24px;
    margin-bottom: 0px;
  }

  .baner-02-hrush img {
    top: 35px;
  }

  .baner-02-hrush .box {
    background: linear-gradient(
      180deg,
      rgba(245, 245, 245, 0) 0%,
      #f5f5f5 5.98%
    );
    padding-top: 54px;
  }

  .block-items-hrush .block-items-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 669px) {
  .planirovki-img {
    padding: 5px 5px 20px 24px;
    margin-bottom: 15px;
  }

  .planirovki-img:not(:last-of-type) {
    margin-right: 15px;
  }

  .planirovki-img-discr {
    margin-right: -10px;
    width: 125px;
  }

  .planirovki-img-discr img {
    max-width: 125px;
  }

  .planirovki-img-discr {
    font-size: 13px;
    padding-top: 10px;
  }

  .planirovki-img span img {
    padding-top: 0;
    max-width: 26px;
  }

  .planirovki-item h3 {
    font-size: 16px;
  }

  .planirovki h2 {
    font-size: 19px;
  }

  .planirovki-item {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 576px) {
  .block-items-hrush .block-items-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 568px) {
  .osteklenie-balk {
    height: 750px;
  }

  .osteklenie-balk_swiper .swiper-wrapper .swiper-slide {
    max-width: 450px;
  }

  .two-metra-price__img {
    height: 150px;
  }

  .content-hrush {
    padding: 20px;
  }
}

@media screen and (max-width: 494px) {
  .block-items-hrush .block-items-wrapper {
    display: none;
  }

  .block-items-hrush-mob {
    display: block;
  }

  .block-items-hrush-mob .block-items-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 185px);
    grid-row-gap: 40px;
  }

  .block-items-hrush-mob .block-items-wrapper div ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 403px) {
  .planirovki-img:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 395px) {
  .quality-guarantee_hrush .container-new {
    background-image: url(/img/quality-guarantee-hrush/back-ban-2-hr-mob.png);
    padding: 35px 15px 198px;
  }

  .quality-guarantee_hrush .quality-guarantee__descr {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 388px) {
  .planirovki-img:nth-child(2) {
    margin-right: 15px;
  }

  .planirovki-img {
    padding: 5px 5px 20px 4px;
  }

  .planirovki-img-discr img {
    width: 110px;
  }

  .planirovki-img-discr {
    width: 110px;
  }
}

@media screen and (max-width: 385px) {
  .block-items-hrush-mob .block-items-wrapper {
    grid-template-columns: repeat(2, 100px);
  }
}

@media screen and (max-width: 333px) {
  .planirovki-img:nth-child(2) {
    margin-right: 0;
  }
}

.margin-desc {
  margin-right: 34px;
}

@media (max-width: 800px) {
  .margin-desc {
    margin-right: 0px;
  }
}

.custom-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-auto-rows: min-content;
  gap: 24px;
  justify-content: center;
  align-content: center;
}

.custom-grid-container img {
  width: 100%;
  max-height: 100%;
}

.custom-img-block {
  margin-right: 15px;
}

@media (max-width: 565px) {
  .custom-img-block {
    margin-right: 0;
  }
}

.link-box-adapt.link-box-adapt {
  margin-top: 30px;

  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .link-box-adapt {
    margin-top: 20px;
  }
}

.block-loggia-price.block-loggia-price.block-loggia-price a {
  display: inline;
}

.universal-title-wrapper h1 {
  margin: 30px 0;
  font-size: 34px;
}

@media screen and (max-width: 576px) {
  .universal-title-wrapper h1 {
    margin: 20px 0;
    font-size: 28px;
  }
}

.rbru-flex-block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

#rbru-flex-block .rbru-flex-block__img {
  height: 350px;
  width: auto;
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 565px) {
  #rbru-flex-block.rbru-flex-block > div {
    width: 100%;
  }
}
.grid-box__item__icon-box21 {
  margin-bottom: 210px;
  display: flex;
  gap: 310px;
}
.grid-box__item__icon-boxtt {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxtt1111 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxtt1222 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxtt1777 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxtt177666987 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz1 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz2 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz3 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz4 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz5 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}

.grid-box__item__icon-boxz5 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}

.grid-box__item__icon-boxz5 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz5 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
.grid-box__item__icon-boxz5 {
  margin-bottom: 22210px;
  display: flex;
  gap: 310px;
  text-align: center;
  border: 1px solid #ccc;
}
/* End */


/* Start:/local/templates/2017/styles.css?17500796976115*/
/* @media (min-width: 992px) {
    .block-5-items > .block-items-wrapper > div:nth-child(1),
    .block-5-items > .block-items-wrapper > div:nth-child(2),
    .block-5-items > .block-items-wrapper > div:nth-child(3) {
        width: 23%;
    }
    .block-5-items > .block-items-wrapper > div:nth-child(4),
    .block-5-items > .block-items-wrapper > div:nth-child(5) {
        width: 15%;
    }
} */
.cookie__overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 36px 16px 16px;
  z-index: 99999999999;
  /* display: none; */
  transition: 0.3s opacity linear;
  opacity: 0;
}

.cookie__overlay.open {
  transition: 0.3s opacity linear;
  visibility: visible;
  opacity: 1;
}

.cookie__privacy-policy {
  text-decoration: none;
}

.cookie__content {
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 856px;
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 16px;
}
.cookie__content.open {
  display: flex;
}
.cookie__text {
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
}
.cookie__buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.cookie__button {
  font-family: Inter, Helvetica, sans-serif;
  background-color: #a80055;
  padding: 11px 22px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  width: 232px;
}
.cookie__button_settings {
  background-color: #f4f4f4;
  color: #000;
  width: 186px;
}
.cookie__settings {
  display: none;
}
.cookie__settings_heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.cookie__back-btn {
  padding: 13px 11px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
}
.cookie__settings_title {
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.cookie__settings_img {
  width: 14px;
  height: 9px;
  object-fit: contain;
}
.cookie__settings_descr {
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  margin: 0 0 8px;
  color: #444;
}

.cookie__accordion_title {
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
.cookie__accordion_content {
  display: flex;
  flex-direction: column;
}

.cookie__accordion_text {
  font-family: Inter, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0%;

  display: block;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: 0.4s max-height linear, 0.7s margin ease;
}

.cookie__accordion_content.expanded .cookie__accordion_text {
  max-height: 650px;
  margin-top: 12px;
  transition: 0.4s max-height linear, 0.2s margin ease;
}

/* Обёртка аккордеона */
.cookie__accordion_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}

.cookie__accordion_item {
  background: #f4f4f4;
  border-radius: 6px;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 24px;
  padding: 16px 24px;
  margin: 0;
}

/* Кнопка с плюсом */
.cookie__accordion_btn {
  background: #a0005d;
  border: none;
  border-radius: 4px;
  color: #fff;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  padding: 6px;
  transition: background 0.2s;
  cursor: pointer;
  position: relative;
}
/* Плюсик */
.cookie__accordion_btn::before,
.cookie__accordion_btn::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.2s;
}

.cookie__accordion_btn::before {
  width: 14px;
  height: 2px;
  left: 50%;
  top: 50%;
}

.cookie__accordion_btn::after {
  width: 3px;
  height: 13px;
  left: 50%;
  top: 50%;
}
.cookie__accordion_btn.open {
  background: #b4b4b4;
}
.cookie__accordion_btn.open::before {
  /* width: 15px; */
  transform: translate(-50%, -50%) rotate(45deg);
}
.cookie__accordion_btn.open::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* Переключатель */
.accordionSwitch {
  margin-left: auto;
  position: relative;
  display: inline-block;
  width: 38px;
  height: 22px;
  min-width: 38px;
  min-height: 22px;
}

.accordionSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.accordionSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b4b4b4;
  border-radius: 22px;
  transition: 0.4s;
}

.accordionSlider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .accordionSlider {
  background-color: #a0005d;
}

input:checked + .accordionSlider:before {
  transform: translateX(16px);
}

input:disabled + .accordionSlider {
  background-color: #0000001f;
  cursor: not-allowed;
}

@media screen and (max-width: 767px) {
  .cookie__content {
    padding: 16px;
  }
  .cookie__buttons-wrapper {
    flex-direction: column;
    gap: 8px;
  }
  .cookie__button {
    width: 100%;
    padding: 15px 22px;
    font-family: Inter, Helvetica, sans-serif;
  }
  .cookie__accordion_wrapper {
    gap: 8px;
    margin: 8px 0;
  }
  .cookie__accordion_content.expanded .cookie__accordion_text {
    margin-top: 8px;
  }
  .cookie__settings {
    gap: 8px;
  }
  .cookie__settings_title {
    font-family: Inter, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
  }
  .cookie__settings_descr {
    font-family: Inter, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
  }
}

/* End */


/* Start:/local/templates/2017/template_styles.css?1739888477537*/
.compare_table__title-link {
color: #fff;
text-decoration: none;
}
.text-colums {
    display: flex;
    justify-content:space-between;
}
.text-column {
    width: 49%;
}
.text-column h2 {
    font-size: 26px;
}
@media(max-width: 600px) {
    .text-colums {
        flex-direction: column;
    }
    .text-column {
        width: 100%;
    }
    .text-column h2 {
        font-size: 20px;
    }
}
.four-columns {
    display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.four-columns a {
    padding: 5px 0;
}
/* End */
/* /bitrix/templates/.default/css/jquery.fancybox.css?17014375434873 */
/* /local/templates/2017/slick/slick.css?16740524511776 */
/* /local/templates/2017/css/main.min.css?1747732700265262 */
/* /css/2017/2017-global.css?174859898172042 */
/* /css/2017/2017-pages.css?174791946151336 */
/* /css/style-cookies.css?17389317251209 */
/* /nopreset_assets/css/app.css?173893172835554 */
/* /ny2023/ny-2023.css?17389317282373 */
/* /local/templates/2017/css/rbrucustom.css?174782845287741 */
/* /local/templates/2017/styles.css?17500796976115 */
/* /local/templates/2017/template_styles.css?1739888477537 */
