* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
a,
button,
summary,
input,
label {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?5b84592a0b86f3a42f7d951564f71e78") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-strokshape"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-slidearrow-l"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-slidarrow-r"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-shape"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-selarrow"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-search"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-roundhour"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-roundcheck"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-popclose"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-plus"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-phone"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-location"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-kayc"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-hour"]::before { 
		content: "\f10e"; 
	} 
	[class*="--icon-file"]::before { 
		content: "\f10f"; 
	} 
	[class*="--icon-crumbsarrow"]::before { 
		content: "\f110"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f111"; 
	} 
	[class*="--icon-clock"]::before { 
		content: "\f112"; 
	} 
	[class*="--icon-check"]::before { 
		content: "\f113"; 
	} 
/* Generated by vite-plugin-svg-spritemap */
:root {
  --mainColor: #3A3A3A;
  --whiteColor: #ffffff;
  --lightBlue: #6481E9;
  --buttonBlue: #4865CD;
  --blueColor: #3A509F;
  --darkBlue: #001E8B;
  --lightGray: #F8F8F8;
  --borderGray: #E7E7E7;
  --darkGray: #B3B3B3;
  --orangeColor: #FFAB24;
  --darkOrange: #F29E18;
  --redColor: #F40000;
  --greenColor: #8BDF67;
}

body {
  min-width: 360px;
  color: var(--mainColor);
  font-family: "Montserrat";
  font-size: 16px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}

.upload {
  max-width: 600px;
  margin: auto;
}
.upload__empty {
  padding: 20px;
  text-align: center;
  border-radius: 40px;
  background: url("../assets/img/upempty.jpg") 0 0/cover no-repeat;
  min-height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.upload__text {
  margin-bottom: 15px;
  color: #555;
}
.upload__drag {
  margin-top: 10px;
  font-size: 9px;
  line-height: 122.222222%; /* 11/9 */
}
.upload__loaded {
  display: none;
  flex-direction: column;
  gap: 30px;
}
.upload__loadbody {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--lightGray);
  padding: 17px 12px;
  border-radius: 30px;
}
.upload__list {
  display: flex;
  gap: 10px;
  overflow: auto;
  direction: rtl;
}
.upload__list::-webkit-scrollbar {
  display: none;
}
.upload__item {
  position: relative;
  width: 100px;
  height: 100px;
  flex: 0 0 100px;
  border-radius: 20px;
  overflow: hidden;
}
.upload__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upload__remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}
.upload__add {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  font-size: 20px;
  color: var(--buttonBlue);
  cursor: pointer;
  transition: transform 0.3s;
}

.citiesoptions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.citiesoptions__item {
  position: relative;
  cursor: pointer;
  font-size: 0;
}
.citiesoptions__item:not(:last-child) {
  margin-bottom: 15px;
}
.citiesoptions__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.citiesoptions__input:focus-visible + .citiesoptions__text {
  outline: 1px solid #000;
}
.citiesoptions__input:checked + .citiesoptions__text {
  text-shadow: 0px 0px 0.5px var(--mainColor), 0px 0px 0.5px var(--mainColor), 0px 0px 0.5px var(--mainColor), 0px 0px 0.5px var(--mainColor);
}
.citiesoptions__input:checked + .citiesoptions__text:after {
  transform: scale(1);
}
.citiesoptions__text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  font-weight: 500;
  transition: text-shadow 0.2s;
}
.citiesoptions__text:before {
  content: "";
  align-self: flex-start;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border-radius: 50%;
  border: 1px solid var(--blueColor);
}
.citiesoptions__text:after {
  content: "";
  transition: all 0.2s ease 0s;
  transform: scale(0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--blueColor);
  position: absolute;
  left: 5px;
  top: 5px;
}

.calcblockoptions {
  display: flex;
  flex-wrap: wrap;
}
.calcblockoptions__item {
  position: relative;
  font-size: 0;
  border-radius: 50px;
  background-color: var(--whiteColor);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.calcblockoptions__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.calcblockoptions__input:focus-visible + .calcblockoptions__text {
  outline: 1px solid #000;
}
.calcblockoptions__input:checked + .calcblockoptions__text {
  color: var(--blueColor);
}
.calcblockoptions__input:checked + .calcblockoptions__text::before {
  border-color: var(--blueColor);
}
.calcblockoptions__input:checked + .calcblockoptions__text:after {
  background-color: var(--blueColor);
}
.calcblockoptions__text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  position: relative;
  color: var(--darkGray);
  transition: color 0.3s;
}
.calcblockoptions__text:before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border-radius: 50%;
  border: 1px solid var(--darkGray);
  transition: border-color 0.3s;
}
.calcblockoptions__text:after {
  content: "";
  transition: all 0.2s ease 0s;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--darkGray);
  position: absolute;
  left: 4px;
}

.quizoptions__item {
  position: relative;
  font-size: 0;
  border-radius: 50px;
  background-color: var(--whiteColor);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
}
.quizoptions__item:not(:last-child) {
  margin-bottom: 15px;
}
.quizoptions__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.quizoptions__input:focus-visible + .quizoptions__text {
  outline: 1px solid #000;
}
.quizoptions__input:checked + .quizoptions__text:after {
  transform: scale(1);
}
.quizoptions__text {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  position: relative;
  transition: color 0.3s;
}
.quizoptions__text:before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  background-color: #d9d9d9;
  transition: border-color 0.3s;
  align-self: flex-start;
}
.quizoptions__text img {
  max-width: 13px;
  max-height: 13px;
  object-fit: contain;
}
.quizoptions__text:after {
  content: "";
  transition: transform 0.2s ease 0s;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--blueColor);
  position: absolute;
  left: 5px;
  top: 7px;
  transform: scale(0);
}

.checkbox {
  display: inline-block;
  position: relative;
}
.checkbox.checkbox--white .checkbox__text {
  color: #c7c7c7;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.checkbox__input:checked + .checkbox__text:before {
  background: url("../assets/img/check.svg") center/12px 9px no-repeat #f5f5f5;
}
.checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 6px;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  line-height: 122.222222%; /* 11/9 */
  color: #8b8b8b;
}
.checkbox__text:before {
  content: "";
  border-radius: 5px;
  align-self: flex-start;
  flex: 0 0 21px;
  width: 21px;
  height: 21px;
  background-color: #f5f5f5;
}
.checkbox__text a {
  text-decoration: underline;
  text-underline-offset: 17%;
  display: inline;
}

.calccheckbox {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  background-color: var(--whiteColor);
  outline: 1px solid transparent;
}
.calccheckbox:has(.calccheckbox__input:checked) {
  outline-color: var(--blueColor);
}
.calccheckbox:has(.calccheckbox__input:checked) .quantity {
  display: flex;
}
.calccheckbox__checkbox {
  font-size: 0;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.calccheckbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.calccheckbox__input:focus-visible + .calccheckbox__body {
  outline: 1px solid #000;
}
.calccheckbox__input:checked + .calccheckbox__body:after {
  transform: scale(1);
}
.calccheckbox__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 10px 10px 0 10px;
  flex: 1 1 auto;
}
.calccheckbox__image {
  display: block;
  position: relative;
  max-width: 70px;
  height: 44px;
}
.calccheckbox__image:not(:last-child) {
  margin-bottom: 7px;
}
.calccheckbox__image img {
  height: 100%;
}
.calccheckbox__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  min-height: 30px;
  display: flex;
  align-items: center;
}
.calccheckbox__name:not(:last-child) {
  margin-bottom: 4px;
}
.calccheckbox__price {
  font-weight: 700;
}
.calccheckbox .quantity {
  margin-top: 6px;
  display: none;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  padding: 15px;
  gap: 10px;
  transition: background-color 0.3s, color 0.3s;
}
.button::before {
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.button--blue {
  background-color: var(--buttonBlue);
  color: var(--whiteColor);
}
.button.button--orange {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
}
.button.button--white {
  background-color: var(--whiteColor);
}
.button--fw {
  width: 100%;
}

.formblock:has([required].formblock__input:not(.--form-success)) .formblock__submit.button {
  background-color: #e3e3e3;
  color: #7a7a7a;
  pointer-events: none;
}
.formblock:has([required].checkbox__input:not(.--form-success)) .formblock__submit.button {
  background-color: #e3e3e3;
  color: #7a7a7a;
  pointer-events: none;
}
.formblock__inpcont:not(:last-child) {
  margin-bottom: 15px;
}
.formblock__inpconttop {
  font-weight: 500;
}
.formblock__inpconttop:not(:last-child) {
  margin-bottom: 5px;
}
.formblock__input {
  border-radius: 50px;
  width: 100%;
  display: block;
  padding: 10px;
  outline: 1px solid transparent;
  caret-color: inherit;
  background-color: var(--lightGray);
  font-size: 16px;
  padding: 9.5px 12px;
  transition: outline-color 0.3s;
}
.formblock__input.--form-focus {
  outline-color: var(--lightBlue);
  background-color: var(--whiteColor);
}
.formblock__input.--form-error,
.--form-error .formblock__input,
.--form-error input,
.--form-error textarea,
.--form-error select {
  outline-color: var(--redColor);
}
.formblock__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.formblock__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.formblock__txtacont {
  position: relative;
  width: 100%;
  display: block;
  outline: 1px solid transparent;
  caret-color: inherit;
  background-color: var(--lightGray);
  font-size: 16px;
  transition: outline-color 0.3s;
}
.formblock__txtacont.--form-focus {
  outline-color: var(--lightBlue);
  background-color: var(--whiteColor);
}
.formblock__txtacont textarea {
  padding: 0;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}
.formblock__txtacont .textarea__counter {
  text-align: right;
  font-weight: 500;
  color: #919191;
  position: absolute;
  bottom: 13px;
  right: 15px;
  pointer-events: none;
}
.formblock__submit {
  width: 100%;
}
.formblock__submit:not(:last-child) {
  margin-bottom: 10px;
}

.feed-form {
  background-color: var(--blueColor);
  border-radius: 40px;
}
.feed-form__title {
  color: var(--whiteColor);
  font-weight: 800;
}
.feed-form__text {
  color: var(--whiteColor);
}
.feed-form__formblock .formblock__inpconttop {
  color: var(--whiteColor);
}

.title {
  font-weight: 800;
}

.socs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.socs__link {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  position: relative;
  transition: transform 0.3s;
}
.socs__link img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.cities {
  box-shadow: 0px 31px 50px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 20px;
  background-color: var(--lightGray);
  border-radius: 30px;
}
.cities__form {
  background-color: var(--whiteColor);
  border-radius: 50px;
  padding-left: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid transparent;
  transition: border-color 0.3s;
}
.cities__form:not(:last-child) {
  margin-bottom: 20px;
}
.cities__form.--form-focus {
  border-color: var(--darkBlue);
}
.cities__submit {
  font-size: 12px;
  line-height: 1;
  color: var(--blueColor);
  transition: transform 0.3s;
}
.cities__input {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 9px 11px 9px 0;
  caret-color: inherit;
  outline: none;
}
.cities__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: #919191;
}
.cities__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.cities__body {
  overflow: auto;
}
.cities__body::-webkit-scrollbar {
  width: 3px;
}
.cities__body::-webkit-scrollbar-track {
  background: transparent;
}
.cities__body::-webkit-scrollbar-thumb {
  background-color: var(--blueColor);
  border-radius: 2px;
}
.cities__block:not(:last-child) {
  margin-bottom: 20px;
}
.cities__char {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 700;
}
.cities__char:not(:last-child) {
  margin-bottom: 10px;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
  display: none;
}

.spollers__item {
  border-radius: 50px;
  background-color: var(--whiteColor);
}
.spollers__item:not(:last-child) {
  margin-bottom: 15px;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border-radius: 5px;
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-weight: 500;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.--spoller-init .spollers__title {
  cursor: pointer;
}
.--spoller-init .spollers__title span {
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: var(--buttonBlue);
  transition: background-color 0.3s;
}
.--spoller-init .spollers__title span::before, .--spoller-init .spollers__title span::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--whiteColor);
  height: 2px;
  transition: transform 0.5s ease 0s;
}
.--spoller-init .spollers__title span::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title span::after {
  transform: translate(0, -50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active span::before {
  transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active span::after {
  transform: rotate(40deg);
}
.spollers__body p:not(:last-child) {
  margin-bottom: 0.5em;
}

.crumbs {
  display: flex;
  column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.crumbs__item {
  font-size: 0;
}
.crumbs__item:not(:last-child)::after {
  content: "\f110";
  font-size: 10px;
  margin-left: 10px;
  font-family: iconfont;
}
.crumbs__item:not(:last-child) .crumbs__link {
  transition: color 0.3s;
}
.crumbs__item:last-child .crumbs__link {
  color: #b9b9b9;
  pointer-events: none;
}
.crumbs__link {
  display: inline-block;
}

.comment-item {
  background-color: var(--lightGray);
}
.comment-item__top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.comment-item__image {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.comment-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.comment-item__inf {
  margin-right: auto;
}
.comment-item__name {
  font-size: 16px;
  line-height: 125%; /* 20/16 */
  font-weight: 500;
}
.comment-item__date {
  color: #6c6c6c;
  font-weight: 500;
}
.comment-item__service {
  max-width: 73px;
}
.comment-item__text p + p {
  margin-top: 0.5em;
}
.comment-item__more {
  margin-top: 18px;
  text-decoration: underline;
  color: #9e9e9e;
  text-underline-offset: 20%;
}

.comments-service {
  background-color: var(--lightGray);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.comments-service__link {
  color: #898989;
  text-decoration: underline;
  transition: color 0.3s;
  font-weight: 500;
  text-underline-offset: 15%;
}
.comments-service__right {
  display: flex;
  align-items: center;
}
.comments-service__rattiv {
  font-weight: 700;
}

.offers-item {
  background-color: var(--lightGray);
}
.offers-item__image {
  position: relative;
  overflow: hidden;
}
.offers-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.offers-item__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.offers-item__date {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #919191;
  font-weight: 600;
}
.offers-item__date::before {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--redColor);
}
.offers-item__topright {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.offers-item__toptext {
  padding: 5px 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 125%; /* 15/12 */
}
.offers-item__topbord {
  color: var(--whiteColor);
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 20px;
}
.offers-item__topbord.offers-item__topbord--orange {
  background-color: var(--orangeColor);
}
.offers-item__topbord.offers-item__topbord--blue {
  background-color: var(--buttonBlue);
}
.offers-item__name {
  font-weight: 600;
}
.offers-item__name:not(:last-child) {
  margin-bottom: 15px;
}
.offers-item__text:not(:last-child) {
  margin-bottom: 20px;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 5;
  background-color: var(--whiteColor);
  transition: box-shadow 0.3s;
}
.header.--header-scroll {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header__top {
  background-color: var(--lightGray);
  margin-left: 5px;
  margin-right: 5px;
}
.header__top .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__citycont {
  position: relative;
}
.header__citycont._active .header__citybody {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__citycont._active .header__citybutton::after {
  transform: rotate(180deg);
  margin-top: 0;
}
.header__citybutton {
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: color 0.3s;
}
.header__citybutton::before {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.header__citybutton::after {
  content: "\f105";
  font-family: iconfont;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-left: 2px;
  transition: transform 0.3s, margin-top 0.3s;
}
.header__citybody {
  position: absolute;
  left: 0;
  top: calc(100% + 21px);
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0.3s, opacity 0.3s;
}
.header__hours {
  font-weight: 500;
}
.header__bottom {
  padding-bottom: 10px;
}
.header__bottom .header__container {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
}
.header__logo img {
  width: 100%;
}
.header__bottomtel {
  transition: color 0.3s;
}
.header__bottombutton.button {
  white-space: nowrap;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: var(--blueColor);
}
.footer__top:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--buttonBlue);
}
.footer__logocont:not(:last-child) {
  margin-bottom: 30px;
}
.footer__logo {
  width: 113px;
  height: 63px;
  flex: 0 0 113px;
  position: relative;
}
.footer__logo img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.footer__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.footer__menu {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__menulink {
  color: var(--whiteColor);
}
.footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__tel {
  font-size: 30px;
  line-height: 123.333333%; /* 37/30 */
  font-weight: 500;
  color: var(--whiteColor);
}
.footer__tel:not(:last-child) {
  margin-bottom: 10px;
}
.footer__mail {
  text-decoration: underline;
  text-underline-offset: 22.5%;
  text-decoration-thickness: 5.5%;
  color: var(--whiteColor);
}
.footer__mail:not(:last-child) {
  margin-bottom: 20px;
}
.footer__socs:not(:last-child) {
  margin-bottom: 20px;
}
.footer__address {
  font-weight: 500;
  color: var(--whiteColor);
}
.footer__time {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  color: var(--whiteColor);
}
.footer__time:not(:last-child) {
  margin-bottom: 20px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.footer__bottom a {
  color: #bebebe;
  transition: color 0.3s;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.firstblock__body {
  overflow: hidden;
}
.firstblock__content {
  background-color: var(--blueColor);
  position: relative;
  z-index: 2;
}
.firstblock__title {
  color: var(--whiteColor);
  font-weight: 800;
  display: inline-block;
}
.firstblock__title span {
  border-radius: 40px;
  border: 2px solid var(--whiteColor);
}
.firstblock__subtitle {
  color: var(--whiteColor);
}
.firstblock__description {
  color: var(--whiteColor);
}
.firstblock__buttons {
  display: flex;
}
.firstblock__text {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: var(--whiteColor);
  opacity: 0.8;
  font-weight: 500;
}
.firstblock__text::before {
  line-height: 1;
}
.firstblock__text span {
  align-self: center;
}
.firstblock__list {
  display: flex;
  flex-wrap: wrap;
}
.firstblock__item {
  display: flex;
  align-items: center;
  background-color: var(--darkBlue);
  border-radius: 50px;
  color: var(--whiteColor);
  font-weight: 600;
}
.firstblock__item::before {
  line-height: 1;
  font-weight: 400;
}
.firstblock__image {
  position: relative;
}
.firstblock__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1019607843);
  z-index: 1;
}
.firstblock__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.advants__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.advants__left .advants__items {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.advants__item {
  flex: 1 1 50%;
  overflow: hidden;
  border: 1px solid var(--borderGray);
  background-color: var(--lightGray);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.advants__item.advants__item--blue {
  background-color: var(--blueColor);
  color: var(--whiteColor);
}
.advants__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.advants__itemtop {
  font-weight: 700;
}
.advants__images {
  flex: 1 1 50%;
  overflow: hidden;
  border: 1px solid var(--borderGray);
  background-color: var(--lightGray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.advants__topimage {
  max-width: 100%;
}
.advants__topimage img {
  height: 100%;
  object-fit: contain;
}
.advants__bottomimage {
  max-width: 100%;
}
.advants__bottomimage img {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.advants__right .advants__items {
  flex: 1 1 50%;
  display: flex;
}
.calcblock__body:has([data-fls-calc-option-window]:checked) [data-fls-calc-block-window] {
  display: block;
}
.calcblock__body:has([data-fls-calc-option-window]:checked) [data-fls-calc-block-facade] {
  display: none;
}
.calcblock__block {
  background-color: var(--lightGray);
}
.calcblock__block.calcblock__block--blue {
  background-color: var(--blueColor);
  color: var(--whiteColor);
}
.calcblock__block[data-fls-calc-block-window] {
  display: none;
}
.calcblock__blocktitle {
  font-weight: 600;
}
.calcblock__blocktitle:not(:last-child) {
  margin-bottom: 20px;
}
.calcblock__seltop {
  color: #616161;
  font-weight: 500;
}
.calcblock__input {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 11px 12px;
  caret-color: inherit;
  outline: none;
  background-color: var(--whiteColor);
  border-radius: 50px;
  outline: 1px solid transparent;
  transition: outline-color 0.3s;
}
.calcblock__input.--form-focus {
  outline-color: var(--lightBlue);
}
.calcblock__input.--form-error {
  outline-color: var(--redColor);
}
.calcblock__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
  color: #919191;
}
.calcblock__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.calcblock__checks {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.calcblock__checks:not(:last-child) {
  margin-bottom: 15px;
}

.calcblock-order {
  display: flex;
  flex-direction: column;
}
.calcblock-order__top {
  border-bottom: 1px solid var(--lightGray);
}
.calcblock-order__toprow {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.calcblock-order__toprow:not(:last-child) {
  margin-bottom: 15px;
}
.calcblock-order__toprow span:first-child {
  font-weight: 500;
  flex: 1 1 auto;
}
.calcblock-order__midrow {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.calcblock-order__midrow.calcblock-order__midrow--green {
  color: var(--greenColor);
}
.calcblock-order__midrow span:first-child {
  font-weight: 600;
  flex: 1 1 auto;
}
.calcblock-order__total:not(:last-child) {
  margin-bottom: 30px;
}
.calcblock-order__totaltop {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.calcblock-order__totaltop span {
  font-weight: 700;
}
.calcblock-order__totaltop span:first-child {
  flex: 1 1 auto;
}
.calcblock-order__totaltext {
  font-size: 9px;
  line-height: 122.222222%; /* 11/9 */
}
.calcblock-order__buttons {
  display: flex;
  align-items: center;
}
.calcblock-order__reset {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-direction: row-reverse;
  transition: color 0.3s;
}
.calcblock-order__reset::before {
  font-size: 10px;
  line-height: 1;
}
.calcblock-order__info {
  font-size: 9px;
  line-height: 122.222222%; /* 11/9 */
}
.calcblock-order__info span {
  display: inline-block;
}

.services {
  background-color: var(--lightGray);
}
.services__tabs {
  border-radius: 40px;
  background-color: var(--whiteColor);
}
.services__tabsnavigation {
  display: flex;
  flex-wrap: wrap;
}
.services__tabstitle {
  display: flex;
  align-items: center;
  color: var(--blueColor);
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid var(--blueColor);
  transition: background-color 0.3s, color 0.3s;
}
.services__tabstitle::before {
  line-height: 1;
  font-weight: 400;
}
.services__tabstitle.--tab-active {
  background-color: var(--blueColor);
  color: var(--whiteColor);
}
.services__row {
  border-radius: 40px;
  background-color: #fbfbfb;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  justify-content: space-between;
}
.services__row:not(:last-child) {
  margin-bottom: 15px;
}
.services__row span:nth-child(2) {
  flex: 1 1 auto;
  text-align: right;
}

.howwework {
  background-color: var(--lightGray);
}
.howwework__container {
  position: relative;
}
.howwework__container::before {
  content: "";
  position: absolute;
  background: url("../assets/img/howwework-dec.svg") 0 0/contain no-repeat;
  right: 15px;
  top: 0;
}
.howwework__title {
  position: relative;
  z-index: 1;
}
.howwework__subtitle {
  position: relative;
  z-index: 1;
}
.howwework__smalltitle {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.howwework__tabs {
  position: relative;
  z-index: 1;
}
.howwework__tabsnavigation {
  display: flex;
  flex-wrap: wrap;
}
.howwework__tabstitle {
  font-weight: 600;
  color: var(--whiteColor);
  gap: 10px;
  background-color: var(--buttonBlue);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.howwework__tabstitle.--tab-active {
  background-color: var(--blueColor);
}
.howwework__tabstitle img {
  object-fit: contain;
}
.howwework__list {
  list-style-type: none;
  counter-reset: item;
}
.howwework__item {
  overflow: hidden;
  background-color: var(--whiteColor);
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.howwework__text {
  display: flex;
  align-items: flex-start;
}
.howwework__text:before {
  counter-increment: item;
  content: counter(item);
  color: rgba(58, 80, 159, 0.4);
  font-weight: 600;
  display: block;
}
.howwework__image {
  position: relative;
}
.howwework__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: left;
}

.accest__body {
  background-color: var(--lightGray);
  overflow: hidden;
}
.accest__title {
  font-weight: 800;
}
.accest__title:not(:last-child) {
  margin-bottom: 20px;
}
.accest__title span {
  text-decoration: underline;
  text-underline-offset: 24.5%;
  text-decoration-thickness: 5%;
  display: inline-block;
}
.accest__bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--darkBlue);
  font-weight: 500;
}
.accest__bottom::before {
  content: "";
  display: block;
  background: url("../assets/img/shape-str.svg") center/contain no-repeat;
  line-height: 1;
}
.accest__image {
  overflow: hidden;
  border-radius: 10000px 0 0 0;
}
.accest__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.results__body {
  background-color: var(--lightGray);
}
.results__bef {
  overflow: hidden;
}
.results__item {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(231, 231, 231, 0.3019607843);
}
.results__itemtop {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}
.results__itemtop img {
  display: block;
  max-width: 25px;
  max-height: 25px;
  object-fit: contain;
}
.results__navigation {
  display: flex;
  align-items: center;
  gap: 30px;
}
.results__pagination {
  margin-right: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.results__button {
  font-size: 12px;
  border-radius: 50%;
  border: 1px solid var(--blueColor);
  background-color: var(--lightGray);
  transition: background-color 0.3s, color 0.3s;
}
.quiz__firstblock._hidden {
  display: none;
}
.quiz__left {
  color: var(--whiteColor);
  background: url("../assets/img/quiz-bg.jpg") center bottom 0/cover no-repeat;
}
.quiz__lefttitle:not(:last-child) {
  margin-bottom: 20px;
}
.quiz__lefttext {
  font-weight: 500;
}
.quiz__right {
  min-width: 0;
  background-color: var(--blueColor);
}
.quiz__slidetitle {
  color: var(--whiteColor);
  font-weight: 600;
}
.quiz__slidetitle:not(:last-child) {
  margin-bottom: 20px;
}
.quiz__navigation {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.quiz__navigation:has(.quiz__button-next.swiper-button-disabled) .quiz__resbutton {
  display: flex;
}
.quiz__pagination {
  margin-right: auto;
  font-weight: 600;
  color: var(--whiteColor);
  font-size: 16px;
  line-height: 125%; /* 20/16 */
}
.quiz__button-prev {
  font-weight: 600;
  color: var(--whiteColor);
  transition: color 0.3s;
}
.quiz__button-prev.swiper-button-disabled {
  display: none;
}
.quiz__button-next {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  transition: background-color 0.3s;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.quiz__button-next.swiper-button-disabled {
  display: none;
}
.quiz__resbutton {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  transition: background-color 0.3s;
  border-radius: 50px;
  font-weight: 600;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.quiz__secondblock {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  transition: opacity 0.5s, visibility 0.5s;
}
.quiz__secondblock._visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
  z-index: auto;
}
.quiz-res__block {
  background-color: var(--blueColor);
}
.quiz-res__toptitle {
  color: var(--whiteColor);
}
.quiz-res__toptitle:not(:last-child) {
  margin-bottom: 20px;
}
.quiz-res__toptitle img {
  object-fit: contain;
}
.quiz-res__toptitle span {
  display: inline-block;
}
.quiz-res__toptext {
  color: var(--whiteColor);
}
.quiz-res__bottomtitle {
  font-weight: 800;
  color: var(--whiteColor);
}
.quiz-res__bottomtitle:not(:last-child) {
  margin-bottom: 20px;
}
.quiz-res__bottomlist {
  border-bottom: 1px solid var(--whiteColor);
}
.quiz-res__bottomli {
  color: var(--whiteColor);
  display: flex;
  align-items: center;
}
.quiz-res__bottomli:not(:last-child) {
  margin-bottom: 15px;
}
.quiz-res__bottomli::before {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}
.quiz-res__bottomli span {
  align-self: center;
}
.quiz-res__bottomli.quiz-res__bottomli--icon-roundcheck::before {
  color: var(--greenColor);
}
.quiz-res__bottomprices:not(:last-child) {
  margin-bottom: 20px;
}
.quiz-res__bottomprice {
  color: var(--whiteColor);
  font-weight: 600;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.quiz-res__bottomprice.quiz-res__bottomprice--green {
  color: var(--greenColor);
}
.quiz-res__bottomtotal {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--whiteColor);
  font-weight: 700;
}
.quiz-res__bottominfo {
  font-size: 9px;
  line-height: 122.222222%; /* 11/9 */
  color: var(--whiteColor);
}
.quiz-res__right .feed-form {
  position: relative;
}
.quiz-res__right .feed-form::before {
  content: "";
  position: absolute;
  background: url("../assets/img/feed-dec.svg") center/contain no-repeat;
}
.quiz-res__right .feed-form .feed-form__title {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.quiz-res__right .feed-form .formblock {
  position: relative;
  z-index: 1;
}
.quiz-res__right .feed-form textarea.formblock__input {
  padding: 0px;
}
.quiz-res__right .feed-form .checkbox__text {
  color: var(--whiteColor);
}

.faqblock__top {
  background-color: var(--lightGray);
}
.faqblock__left {
  position: relative;
}
.faqblock__left::before {
  content: "";
  position: absolute;
  background: url("../assets/img/faqdec.svg") center/contain no-repeat;
}
.faqblock__block {
  background-color: var(--blueColor);
}
.faqblock__lefttitle {
  font-weight: 800;
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
}
.faqblock__lefttitle:not(:last-child) {
  margin-bottom: 20px;
}
.faqblock__lefttext {
  color: var(--whiteColor);
  position: relative;
  z-index: 1;
}
.contacts__map .map-balloon {
  position: relative;
  border-radius: 40px;
  background-color: var(--whiteColor);
  width: 330px;
  padding: 20px;
  transform: translate(-50%, -100%);
}
.contacts__map .map-balloon__close {
  position: absolute;
  right: 15px;
  top: 15px;
  text-decoration: none;
  font-size: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--blueColor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: var(--whiteColor);
  line-height: 1;
  transition: transform 0.3s;
}
.contacts__map .map-balloon__arrow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: white;
  transform: rotate(45deg);
}
.contacts__map .map-card p {
  font-weight: 500;
}
.contacts__map .map-card p:not(:last-child) {
  margin-bottom: 15px;
}
.contacts__map .map-card p span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.contacts__map .map-card__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.contacts__map .socs {
  gap: 10px;
}
.contacts__map .map-marker-title {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #3d4ea3;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.contacts__map .map-marker-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-40%);
  background-color: var(--blueColor);
  color: var(--whiteColor);
  border-radius: 20px;
  white-space: nowrap;
  font-weight: 600;
}

.policy {
  padding-top: 82px;
}
.policy__title:not(:last-child) {
  margin-bottom: 20px;
}
.policy__content p:not(:last-child) {
  margin-bottom: 1.3em;
}

.cookiesblock {
  position: fixed;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3;
  padding-right: 15px;
  padding-left: 15px;
  transition: opacity 0.3s, visibility 0.3s, display 0.3s 0.3s;
}
.cookiesblock._hidden {
  opacity: 0;
  visibility: hidden;
}
.cookiesblock._hidden .cookiesblock__body {
  pointer-events: none;
}
.cookiesblock__body {
  background-color: var(--blueColor);
  pointer-events: auto;
}
.cookiesblock__text {
  color: var(--whiteColor);
}
.cookiesblock__text:not(:last-child) {
  margin-bottom: 20px;
}
.cookiesblock__text a {
  display: inline;
  text-decoration: underline;
}
.cookiesblock__close.button {
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1490196078);
  backdrop-filter: blur(13px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: visibility 0.5s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
}

[data-fls-popup-body] {
  visibility: hidden;
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  width: 100%;
}
.popup-call [data-fls-popup-body]::before {
  content: "";
  position: absolute;
  background: url("../assets/img/popdec.svg") 0 0/100% 100% no-repeat;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.popup__text {
  background-color: var(--whiteColor);
}
.popup__title {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.popup__close {
  background-color: var(--blueColor);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
  color: var(--whiteColor);
  font-size: 16px;
}
.popup__form {
  position: relative;
  z-index: 1;
}

.popup-files__text {
  font-size: 12px;
  line-height: 125%; /* 15/12 */
}
.popup-files__text:not(:last-child) {
  margin-bottom: 25px;
}/* Generated by vite-plugin-svg-spritemap */
.tabs__navigation {
  display: flex;
}
.tabs__title {
  border: 1px solid #eee;
  padding: 10px 15px;
  border-radius: 5px;
}
.tabs__title.--tab-active {
  border: 1px solid #000;
}
.tabs__content {
  border: 1px solid #eee;
  padding: 10px 15px;
}/* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: 50px;
  padding-right: 12px;
  color: #919191;
  outline: 1px solid transparent;
  transition: outline-color 0.3s;
}
.--select-active .select__title {
  color: var(--mainColor);
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  content: "\f110";
  font-family: iconfont;
  align-self: stretch;
  flex: 0 0 12px;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  font-size: 12px;
}
.--select-open .select__value:after {
  transform: rotate(-90deg);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  padding: 0 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  padding: 0 10px;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: var(--mainColor);
  position: absolute;
  top: calc(100% + 5px);
  border-radius: 15px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  padding: 15px 0px 15px 0px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px;
  color: inherit;
}
.select__option.--select-selected {
  background-color: var(--lightBlue);
  color: var(--whiteColor);
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% + 5px);
  border-radius: 15px;
  padding: 5px 0px 10px 0px;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
[data-fls-slider] {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}/* Generated by vite-plugin-svg-spritemap */
.menu__link {
  transition: color 0.3s;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-beforeafter] {
  position: relative;
}

[data-fls-beforeafter-before] img,
[data-fls-beforeafter-after] img {
  user-select: none;
}

[data-fls-beforeafter-before] img {
  width: 100%;
}

[data-fls-beforeafter-after] {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
[data-fls-beforeafter-after] img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

[data-fls-beforeafter-arrow] {
  cursor: grab;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  z-index: 2;
  background-color: var(--whiteColor);
}
[data-fls-beforeafter-arrow]::before, [data-fls-beforeafter-arrow]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-fls-beforeafter-arrow]::before {
  background: url("../assets/img/arr-r.svg") center/contain no-repeat;
  left: calc(100% + 2px);
}
[data-fls-beforeafter-arrow]::after {
  background: url("../assets/img/arr-l.svg") center/contain no-repeat;
  right: calc(100% + 2px);
}/* Generated by vite-plugin-svg-spritemap */
.rating {
  display: inline-block;
  font-size: 0;
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
}
.rating__item {
  position: relative;
  transition: all 0.3s;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(100%);
}
[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer;
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
[data-fls-rating=set] .rating__input {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__item:not(:last-child) {
  margin-bottom: 5px;
}
.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.options__input:focus-visible + .options__text {
  outline: 1px solid #000;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border-radius: 50%;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7a956b;
  position: absolute;
  left: 5px;
  top: 5px;
}/* Generated by vite-plugin-svg-spritemap */
.quantity {
  width: 68px;
  height: 17px;
  display: flex;
  border: 1px solid var(--blueColor);
  border-radius: 50px;
}
.quantity__button {
  flex: 0 0 15px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.3s ease 0s;
  background-color: var(--mainColor);
  width: 6px;
  height: 1.5px;
}
.quantity__button--plus::before {
  transform: rotate(-90deg);
}
.quantity__button--minus::before, .quantity__button--minus::after {
  content: "";
  left: auto;
  right: 0;
}
.quantity__button--minus::before {
  width: 3px;
}
.quantity__button--minus::after {
  display: none;
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 12px;
  line-height: 125%; /* 15/12 */
  width: 100%;
  text-align: center;
  outline: none;
}/*$vite$:1*/@media (max-width: 84.375em) {
  .offers-item__top:not(:last-child) {
    margin-bottom: 10px;
  }
  .offers-item__toptext {
    display: none;
  }
  .advants__left:not(:last-child) {
    margin-bottom: 20px;
  }
  .advants__topimage {
    max-height: 62px;
  }
  .advants__bottomimage {
    max-height: 286px;
  }
  .advants__right .advants__items:not(:last-child) {
    margin-bottom: 20px;
  }
  .advants__right .advants__item {
    min-height: 197px;
  }
  .calcblock__left:not(:last-child) {
    margin-bottom: 20px;
  }
  .comments__left:not(:last-child) {
    margin-bottom: 20px;
  }
  .howwework__item:not(:last-child) {
    margin-bottom: 15px;
  }
}@media (width <= 78.125em) and (width <= 78.125em) {
  .menu__body::after {
    content: "";
    background-color: var(--darkBlue);
    display: block;
    flex: 1 1 auto;
    width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
}@media (width <= 78.125em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}@media (width <= 78.125em) {
  .header__citybody {
    width: calc(100vw - 30px);
  }
  .header__bottomtel {
    display: flex;
    align-items: center;
    gap: 3px;
    padding-left: 3px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    font-weight: 600;
  }
  .header__bottomtel::before {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
  }
  .header__bottombutton {
    display: none;
  }
  .menu__top {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .menu__top:not(:last-child) {
    margin-bottom: 30px;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100dvh;
    bottom: -100%;
    left: 0;
    overflow: auto;
    transition: bottom 0.5s;
    padding-top: 160px;
    z-index: 5;
    display: flex;
    flex-direction: column;
  }
  [data-fls-menu-open] .menu__body {
    bottom: 0;
  }
  .menu__body::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.1019607843);
    backdrop-filter: blur(7px);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  [data-fls-menu-open] .menu__body::before {
    opacity: 1;
    visibility: visible;
  }
  .menu__bodycont {
    background-color: var(--darkBlue);
    border-radius: 30px 30px 0 0;
    padding: 15px;
    position: relative;
    z-index: 1;
  }
  .menu__logo {
    width: 62px;
    flex: 0 0 62px;
  }
  .menu__list:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .menu__link {
    color: var(--whiteColor);
    font-weight: 600;
    font-size: 15px;
    line-height: 120%; /* 18/15 */
  }
  .menu__socs:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 250px;
  }
  .menu__buttons:not(:last-child) {
    margin-bottom: 20px;
  }
  .menu__buttons .button {
    padding: 10px;
  }
  .menu__tel {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
    font-weight: 500;
    color: var(--whiteColor);
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--blueColor);
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 8px;
    position: absolute;
    width: calc(100% - 16px);
    height: 2px;
    background-color: var(--whiteColor);
    border-radius: 2px;
  }
  .icon-menu::before {
    top: 10px;
  }
  .icon-menu::after {
    bottom: 10px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
}@media (max-width: 61.99875em) {
  .title {
    line-height: 120%; /* 30/25 */
  }
  .offers-item__topbord {
    font-size: 8px;
    line-height: 125%; /* 10/8 */
  }
  .footer__menu {
    flex: 1 1 100%;
  }
  .feedblock__images.feedblock__images-dn {
    display: none;
  }
  .results__bef:not(:last-child) {
    margin-bottom: 10px;
  }
  .results__navigation {
    margin-top: 50px;
  }
  .quiz__left {
    min-height: 221px;
  }
  .quiz__left:not(:last-child) {
    margin-bottom: 15px;
  }
  .quiz-res__left:not(:last-child) {
    margin-bottom: 20px;
  }
}@media (max-width: 47.99875em) {
  .faspage {
    padding-bottom: 60px;
  }
  .upload__button.button {
    padding: 10px 22.5px;
  }
  .upload__drag {
    display: none;
  }
  .calcblockoptions {
    gap: 15px;
  }
  .calcblockoptions__item {
    flex: 0 1 calc((100% - 15px) / 2);
    padding: 12.5px;
  }
  .calcblockoptions__text {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .calcblockoptions__text:after {
    top: 4px;
  }
  .quizoptions__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .calccheckbox__price {
    font-size: 15px;
    line-height: 120%; /* 18/15 */
  }
  .button {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .button::before {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 16px;
  }
  .formblock__inps:not(:last-child) {
    margin-bottom: 20px;
  }
  .formblock__inpconttop {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .formblock__txtacont {
    padding: 13px 15px;
    border-radius: 30px;
  }
  .formblock__txtacont .textarea__counter {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .formblock__submit.button {
    padding: 17px;
  }
  .feed-form {
    padding: 20px 15px;
  }
  .feed-form__title {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .feed-form__title:not(:last-child) {
    margin-bottom: 17px;
  }
  .feed-form__text:not(:last-child) {
    margin-bottom: 15px;
  }
  .feed-form__formblock .formblock__submit.button {
    padding: 15px;
  }
  .title {
    font-size: 25px;
  }
  .text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .cities__body {
    height: 505px;
    max-height: 70vh;
  }
  .section-block:not(:last-child) {
    margin-bottom: 60px;
  }
  .spollers__title {
    padding: 10px;
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .--spoller-init .spollers__title span {
    width: 30px;
    height: 30px;
  }
  .--spoller-init .spollers__title span::before, .--spoller-init .spollers__title span::after {
    width: 7px;
    right: 9px;
  }
  .spollers__body {
    padding: 0 10px 15px 10px;
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .crumbs:not(:last-child) {
    margin-bottom: 15px;
  }
  .crumbs__item:not(:last-child)::after {
    font-size: 8px;
  }
  .crumbs__link {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .comment-item {
    padding: 15px;
    border-radius: 30px;
  }
  .comment-item__top {
    gap: 15px;
  }
  .comment-item__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .comment-item__name:not(:last-child) {
    margin-bottom: 5px;
  }
  .comment-item__date {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .comment-item__more {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .comments-service {
    border-radius: 30px;
    padding: 15px;
  }
  .comments-service__image:not(:last-child) {
    margin-bottom: 5px;
  }
  .comments-service-1 .comments-service__image {
    max-width: 70px;
  }
  .comments-service-2 .comments-service__image {
    max-width: 76px;
  }
  .comments-service-3 .comments-service__image {
    max-width: 138px;
  }
  .comments-service-4 .comments-service__image {
    max-width: 103px;
  }
  .comments-service__link {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .comments-service__right {
    gap: 10px;
  }
  .comments-service__rattiv {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .offers-item {
    padding: 15px;
    border-radius: 30px;
  }
  .offers-item__image {
    border-radius: 30px;
    width: 315px;
    height: 135px;
  }
  .offers-item__image:not(:last-child) {
    margin-bottom: 10px;
  }
  .offers-item__date {
    font-size: 8px;
    line-height: 125%; /* 10/8 */
  }
  .offers-item__name {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .header__top {
    border-radius: 0 0 30px 30px;
    padding: 12px 0;
  }
  .header__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .header__citycont:not(:last-child) {
    margin-bottom: 3px;
  }
  .header__citybutton {
    padding-left: 1.5px;
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .header__citybutton::before {
    font-size: 13px;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
  .header__citybutton::after {
    font-size: 8px;
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    margin-top: -5px;
  }
  .header__hours {
    font-size: 8px;
    line-height: 125%; /* 10/8 */
    padding-left: 20px;
  }
  .header__hours::before {
    display: none;
  }
  .header__socs .socs__link {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
  }
  .header__tel {
    display: none;
  }
  .header__logo {
    width: 62px;
    flex: 0 0 62px;
  }
  .footer {
    border-radius: 30px 30px 0 0;
    padding: 30px 0;
  }
  .footer__logocont {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
  }
  .footer__logbutton.button {
    padding: 12px;
    width: 167px;
    flex: 0 0 167px;
  }
  .footer__menuitem:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__menulink {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .footer__mail {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .footer__address {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .footer__address:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer__time {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .footer__rightbutton.button {
    display: none;
  }
  .footer__bottom a {
    font-size: 8px;
    line-height: 125%; /* 10/8 */
  }
  .firstblock {
    padding-top: 127px;
  }
  .firstblock__body {
    border-radius: 30px;
  }
  .firstblock__content {
    border-radius: 30px;
    padding: 15px;
  }
  .firstblock__title {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .firstblock__title:not(:last-child) {
    margin-bottom: 10px;
  }
  .firstblock__title span {
    padding-left: 6px;
    padding-right: 6px;
  }
  .firstblock__subtitle {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .firstblock__subtitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .firstblock__content--has-banner-desc .firstblock__subtitle:not(:last-child) {
    margin-bottom: 10px;
  }
  .firstblock__description {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .firstblock__description:not(:last-child) {
    margin-bottom: 20px;
  }
  .firstblock__buttons {
    gap: 11px;
  }
  .firstblock__buttons:not(:last-child) {
    margin-bottom: 5px;
  }
  .firstblock__buttons .button {
    padding: 10px;
    flex: 1 1 50%;
  }
  .firstblock__text {
    font-size: 8px;
    line-height: 125%; /* 10/8 */
  }
  .firstblock__text:not(:last-child) {
    margin-bottom: 20px;
  }
  .firstblock__text::before {
    font-size: 10px;
  }
  .firstblock__list {
    gap: 5px;
  }
  .firstblock__item {
    gap: 5px;
    padding: 5px 10px;
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .firstblock__item::before {
    font-size: 10px;
  }
  .firstblock__image {
    padding-top: 45%;
    margin-top: -37px;
  }
  .firstblock__image img {
    object-position: top;
  }
  .advants__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .advants__left {
    gap: 15px;
  }
  .advants__left:not(:last-child) {
    margin-bottom: 15px;
  }
  .advants__left .advants__items {
    gap: 15px;
  }
  .advants__item {
    border-radius: 30px;
    padding: 14px;
    gap: 10px;
  }
  .advants__itemtop {
    font-size: 30px;
    line-height: 123.333333%; /* 37/30 */
  }
  .advants__itemtext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .advants__images {
    border-radius: 30px;
    padding-top: 14px;
    gap: 45px;
  }
  .advants__right .advants__items {
    gap: 15px;
  }
  .advants__right .advants__items:not(:last-child) {
    margin-bottom: 15px;
  }
  .calcblock:not(:last-child) {
    margin-bottom: 30px;
  }
  .calcblock__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .calcblock__left:not(:last-child) {
    margin-bottom: 15px;
  }
  .calcblock__block {
    padding: 15px;
    border-radius: 30px;
  }
  .calcblock__block:not(:last-child) {
    margin-bottom: 15px;
  }
  .calcblock__blocktitle {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .calcblock__selblock:not(:last-child) {
    margin-bottom: 15px;
  }
  .calcblock__seltop {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .calcblock__seltop:not(:last-child) {
    margin-bottom: 5px;
  }
  .calcblock__checks {
    gap: 15px;
  }
  .calcblock__filebutton {
    padding: 10px 23px;
  }
  .calcblock-order__top {
    padding-bottom: 14px;
  }
  .calcblock-order__top:not(:last-child) {
    margin-bottom: 15px;
  }
  .calcblock-order__toprow span {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .calcblock-order__toprow span:nth-child(2) {
    flex: 0 0 131px;
  }
  .calcblock-order__mid:not(:last-child) {
    margin-bottom: 20px;
  }
  .calcblock-order__midrow:not(:last-child) {
    margin-bottom: 5px;
  }
  .calcblock-order__midrow span {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .calcblock-order__midrow span:nth-child(2) {
    flex: 0 0 131px;
    font-weight: 700;
  }
  .calcblock-order__totaltop:not(:last-child) {
    margin-bottom: 5px;
  }
  .calcblock-order__totaltop span {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .calcblock-order__totaltop span:nth-child(2) {
    flex: 0 0 131px;
  }
  .calcblock-order__buttons {
    gap: 30px;
  }
  .calcblock-order__buttons:not(:last-child) {
    margin-bottom: 5px;
  }
  .calcblock-order__submit {
    padding: 10px 37px;
  }
  .calcblock-order__reset {
    padding: 5px 4px 5px 5px;
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .services {
    padding: 30px 0;
    border-radius: 30px;
  }
  .services:not(:last-child) {
    margin-bottom: 30px;
  }
  .services__title:not(:last-child) {
    margin-bottom: 11px;
  }
  .services__tabs {
    padding: 20px 15px;
  }
  .services__tabsnavigation {
    gap: 10px;
  }
  .services__tabsnavigation:not(:last-child) {
    margin-bottom: 20px;
  }
  .services__tabstitle {
    gap: 5px;
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
    padding: 9px;
  }
  .services__tabstitle::before {
    font-size: 10px;
  }
  .services__row {
    padding: 15px;
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .comments__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .comments__left:not(:last-child) {
    margin-bottom: 15px;
  }
  .comments__left .comment-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .comments__right .comments-service:not(:last-child) {
    margin-bottom: 15px;
  }
  .feedblock:not(:last-child) {
    margin-bottom: 30px;
  }
  .feedblock__images {
    display: none;
  }
  .howwework {
    padding: 30px 0;
    border-radius: 30px;
  }
  .howwework:not(:last-child) {
    margin-bottom: 30px;
  }
  .howwework__container::before {
    width: 100px;
    height: 110px;
  }
  .howwework__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .howwework__subtitle {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    max-width: 240px;
  }
  .howwework__subtitle:not(:last-child) {
    margin-bottom: 15px;
  }
  .howwework__smalltitle {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .howwework__smalltitle:not(:last-child) {
    margin-bottom: 10px;
  }
  .howwework__tabsnavigation {
    gap: 16px;
  }
  .howwework__tabsnavigation:not(:last-child) {
    margin-bottom: 15px;
  }
  .howwework__tabstitle {
    padding: 10px;
    min-width: 120px;
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .howwework__tabstitle img {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
  .howwework__item {
    border-radius: 30px;
    min-height: 175px;
  }
  .howwework__image {
    flex: 0 0 100px;
  }
  .accest__body {
    border-radius: 30px;
  }
  .accest__left {
    padding: 15px 15px 0 15px;
  }
  .accest__left:not(:last-child) {
    margin-bottom: 10px;
  }
  .accest__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .accest__text:not(:last-child) {
    margin-bottom: 15px;
  }
  .accest__button {
    padding: 12px 39px;
  }
  .accest__button:not(:last-child) {
    margin-bottom: 5px;
  }
  .accest__bottom {
    font-size: 8px;
    line-height: 125%; /* 10/8 */
  }
  .accest__bottom::before {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
  }
  .accest__image {
    max-width: 302px;
    margin-left: auto;
  }
  .offers__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .offers__items .offers-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .results__body {
    padding: 15px;
    border-radius: 30px;
  }
  .results__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .results__bef {
    border-radius: 30px;
  }
  .results__item {
    border-radius: 30px;
    padding: 15px;
  }
  .results__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .results__itemtop {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .results__itemtop:not(:last-child) {
    margin-bottom: 5px;
  }
  .results__button {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
  }
  .quiz__left {
    padding: 15px;
    border-radius: 30px;
  }
  .quiz__lefttext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .quiz__right {
    padding: 15px;
    border-radius: 30px;
  }
  .quiz__slidetitle {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz__button-prev {
    padding: 5px;
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .quiz__button-next {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
    padding: 13px 42px;
  }
  .quiz__resbutton {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
    padding: 13px 16px;
  }
  .quiz-res__left:not(:last-child) {
    margin-bottom: 15px;
  }
  .quiz-res__top:not(:last-child) {
    margin-bottom: 15px;
  }
  .quiz-res__block {
    padding: 15px;
    border-radius: 30px;
  }
  .quiz-res__toptitle img {
    width: 24px;
    height: 24px;
  }
  .quiz-res__toptext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .quiz-res__bottomtitle {
    font-size: 16px;
    line-height: 76.923077%; /* 20/26 */
  }
  .quiz-res__bottomlist:not(:last-child) {
    padding-bottom: 14px;
    margin-bottom: 15px;
  }
  .quiz-res__bottomli {
    gap: 5px;
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .quiz-res__bottomli::before {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 17px;
  }
  .quiz-res__bottomprice {
    font-size: 10px;
    line-height: 120%; /* 12/10 */
  }
  .quiz-res__bottomprice:not(:last-child) {
    margin-bottom: 5px;
  }
  .quiz-res__bottomprice span:nth-child(2) {
    font-weight: 700;
    min-width: 131px;
  }
  .quiz-res__bottomtotal {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz-res__bottomtotal:not(:last-child) {
    margin-bottom: 5px;
  }
  .quiz-res__bottomtotal span:nth-child(2) {
    min-width: 131px;
  }
  .quiz-res__right .feed-form {
    padding: 15px;
  }
  .quiz-res__right .feed-form::before {
    width: 46px;
    height: 40px;
    top: 35px;
    right: 15px;
  }
  .quiz-res__right .feed-form .feed-form__title {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz-res__right .feed-form .feed-form__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqblock__top {
    padding: 15px;
    border-radius: 30px;
  }
  .faqblock__top:not(:last-child) {
    margin-bottom: 15px;
  }
  .faqblock__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqblock__left {
    min-height: 140px;
  }
  .faqblock__left::before {
    width: 70px;
    height: 80px;
    bottom: 15px;
    right: 15px;
  }
  .faqblock__block {
    padding: 15px;
    border-radius: 30px;
  }
  .faqblock__block:not(:last-child) {
    margin-bottom: 15px;
  }
  .faqblock__lefttitle {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .faqblock__lefttext {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    max-width: 241px;
  }
  .contacts__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts__map {
    height: 702px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .contacts__map .map-card p {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .contacts__map .map-marker-text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
    padding: 4px 20px;
  }
  .cookiesblock {
    bottom: 15px;
  }
  .cookiesblock__body {
    border-radius: 30px;
    padding: 15px;
  }
  .cookiesblock__close.button {
    padding: 10px;
  }
  [data-fls-popup-active] [data-fls-popup-body] {
    transform: translateY(0);
  }
  [data-fls-popup-wrapper] {
    justify-content: flex-end;
  }
  [data-fls-popup-body] {
    transform: translateY(100%);
  }
  .popup-call [data-fls-popup-body]::before {
    width: 58px;
    height: 50px;
    top: 35px;
    right: 64px;
  }
  .popup__text {
    padding: 15px 15px 40px 15px;
    border-radius: 30px 30px 0 0;
  }
  .popup__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
  }
  .popup__top:not(:last-child) {
    margin-bottom: 14px;
  }
  .popup__title {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .popup__close {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }
  .select__value {
    height: 36px;
  }
  .menu__buttons {
    max-width: 137px;
  }
  [data-fls-beforeafter-arrow] {
    width: 6px;
  }
  [data-fls-beforeafter-arrow]::before, [data-fls-beforeafter-arrow]::after {
    width: 10px;
    height: 26px;
  }
  .rating__items {
    gap: 0;
  }
  .rating__item {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/20px no-repeat;
  }
  .rating__item--active {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/20px no-repeat;
  }
  .rating__item span {
    height: 20px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/20px no-repeat;
  }
  .rating__item:not(:last-child)::after {
    width: 0;
  }
}@media (any-hover: hover) and (max-width: 47.99875em) {
  [data-fls-rating=set] .rating__items:hover .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/20px no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/20px no-repeat;
  }
}@media (max-width: 29.99875em) {
  .offers-item__image {
    width: 100%;
    height: auto;
    padding-top: 43%;
  }
  .calcblock__checks .calccheckbox {
    flex: 0 1 calc((100% - 15px) / 2);
  }
  .howwework__text {
    gap: 10px;
    padding: 15px 0 15px 15px;
  }
  .howwework__text:before {
    font-size: 30px;
    line-height: 123.333333%; /* 37/30 */
  }
  .accest__title {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .quiz-res__toptitle {
    font-size: 20px;
  }
}@media (width <= 23.125em) {
  .firstblock__list {
    gap: 4px;
  }
}@media (min-width: 29.99875em) {
  .calcblock__checks .calccheckbox {
    flex: 0 1 calc((100% - 30px) / 3);
  }
  .howwework__text {
    padding: 20px 0 20px 20px;
    gap: 20px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .howwework__text:before {
    font-size: 50px;
    line-height: 122%; /* 61/50 */
  }
  .cookiesblock__body {
    max-width: 406px;
    margin-left: auto;
  }
}@media (min-width: 47.99875em) {
  .faspage {
    padding-bottom: 120px;
  }
  .upload__button.button {
    padding: 10px 15px;
  }
  .calcblockoptions {
    gap: 20px;
  }
  .calcblockoptions__item {
    flex: 0 1 calc((100% - 20px) / 2);
    padding: 15px;
  }
  .calcblockoptions__text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .calcblockoptions__text:after {
    top: 6.5px;
  }
  .quizoptions__text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quizoptions__text:before {
    margin-top: 2px;
  }
  .calccheckbox__price {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .button {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .button::before {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    font-size: 19px;
  }
  .formblock__inps:not(:last-child) {
    margin-bottom: 30px;
  }
  .formblock__inpconttop {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .formblock__txtacont {
    padding: 17px;
    border-radius: 40px;
  }
  .formblock__txtacont .textarea__counter {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .formblock__submit.button {
    padding: 12.5px;
  }
  .feed-form {
    padding: 30px;
  }
  .feed-form__title {
    font-size: 30px;
    line-height: 123.333333%; /* 37/30 */
  }
  .feed-form__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .feed-form__text:not(:last-child) {
    margin-bottom: 25px;
  }
  .feed-form__formblock .formblock__submit.button {
    padding: 15px;
  }
  .title {
    font-size: 30px;
  }
  .text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .cities__body {
    max-height: 290px;
  }
  .section-block:not(:last-child) {
    margin-bottom: 120px;
  }
  .spollers__title {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .--spoller-init .spollers__title span {
    width: 47px;
    height: 47px;
  }
  .--spoller-init .spollers__title span::before, .--spoller-init .spollers__title span::after {
    right: 15px;
    width: 10px;
  }
  .spollers__body {
    padding: 0 20px 29px 20px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .crumbs:not(:last-child) {
    margin-bottom: 40px;
  }
  .crumbs__link {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .comment-item {
    border-radius: 40px;
    padding: 20px;
  }
  .comment-item__top {
    gap: 15px;
  }
  .comment-item__top:not(:last-child) {
    margin-bottom: 21px;
  }
  .comment-item__date {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .comment-item__more {
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
    display: none;
  }
  .comments-service {
    border-radius: 40px;
    padding: 30px;
  }
  .comments-service__image {
    max-width: 141px;
  }
  .comments-service__image:not(:last-child) {
    margin-bottom: 10px;
  }
  .comments-service__link {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .comments-service__right {
    gap: 20px;
  }
  .comments-service__rattiv {
    font-size: 60px;
    line-height: 121.666667%; /* 73/60 */
  }
  .offers-item {
    border-radius: 40px;
    padding: 30px;
    display: flex;
    gap: 20px;
  }
  .offers-item__image {
    border-radius: 40px;
    width: 30px;
    flex: 0 0 300px;
    height: 199px;
  }
  .offers-item__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .offers-item__top {
    align-items: flex-start;
    width: 100%;
  }
  .offers-item__date {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .offers-item__name {
    font-size: 23px;
    line-height: 121.73913%; /* 28/23 */
  }
  .offers-item__text {
    max-width: 781px;
  }
  .offers-item__button {
    margin-top: auto;
  }
  .offers-item__button.button {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header__top {
    border-radius: 0 0 40px 40px;
    padding: 11px 0;
  }
  .header__top:not(:last-child) {
    margin-bottom: 30px;
  }
  .header__left {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .header__citybutton {
    padding-left: 5px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .header__citybutton::before {
    font-size: 17px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
  }
  .header__citybutton::after {
    font-size: 12px;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: -7px;
  }
  .header__hours {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-left: 5px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .header__hours::before {
    font-size: 17px;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
  .header__right {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  .header__tel {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    transition: color 0.3s;
    padding-right: 5px;
  }
  .header__tel::before {
    font-size: 17px;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__logo {
    width: 87px;
    flex: 0 0 87px;
  }
  .header__bottombutton.button {
    padding: 14px 25px;
  }
  .footer {
    border-radius: 40px 40px 0 0;
    padding: 52px 0 48px 0;
  }
  .footer__logocont {
    font-size: 0;
  }
  .footer__logbutton.button {
    display: none;
  }
  .footer__menuitem:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__menulink {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .footer__mail {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .footer__socs .socs__link {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
  }
  .footer__address {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .footer__address:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer__time {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .footer__rightbutton.button {
    min-width: 230px;
  }
  .firstblock {
    padding-top: 161px;
  }
  .firstblock__body {
    display: flex;
    border-radius: 40px;
  }
  .firstblock__content {
    border-radius: 40px;
    flex: 0 0 621px;
    padding: 30px;
  }
  .firstblock__title {
    font-size: 30px;
    line-height: 130%; /* 39/30 */
  }
  .firstblock__title:not(:last-child) {
    margin-bottom: 20px;
  }
  .firstblock__title span {
    padding-left: 19px;
    padding-right: 19px;
  }
  .firstblock__subtitle {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .firstblock__subtitle:not(:last-child) {
    margin-bottom: 45px;
  }
  .firstblock__content--has-banner-desc .firstblock__subtitle:not(:last-child) {
    margin-bottom: 15px;
  }
  .firstblock__description {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .firstblock__description:not(:last-child) {
    margin-bottom: 45px;
  }
  .firstblock__buttons {
    gap: 30px;
  }
  .firstblock__buttons:not(:last-child) {
    margin-bottom: 10px;
  }
  .firstblock__buttons .button {
    padding-left: 25px;
    padding-right: 25px;
  }
  .firstblock__text {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .firstblock__text:not(:last-child) {
    margin-bottom: 43px;
  }
  .firstblock__text::before {
    font-size: 15px;
  }
  .firstblock__list {
    gap: 10px;
  }
  .firstblock__item {
    gap: 10px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .firstblock__item::before {
    font-size: 20px;
  }
  .firstblock__image {
    margin-left: -185px;
    flex: 1 1 auto;
  }
  .advants__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .advants__left {
    gap: 20px;
  }
  .advants__left .advants__items {
    gap: 20px;
  }
  .advants__item {
    border-radius: 40px;
    padding: 29px;
    gap: 20px;
  }
  .advants__itemtop {
    font-size: 60px;
    line-height: 121.666667%; /* 73/60 */
  }
  .advants__itemtext {
    font-size: 16px;
    line-height: 143.75%; /* 23/16 */
  }
  .advants__images {
    border-radius: 40px;
    padding-top: 29px;
    gap: 21px;
  }
  .advants__right .advants__items {
    gap: 20px;
  }
  .calcblock:not(:last-child) {
    margin-bottom: 54px;
  }
  .calcblock__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .calcblock__block {
    padding: 30px;
    border-radius: 40px;
  }
  .calcblock__block:not(:last-child) {
    margin-bottom: 20px;
  }
  .calcblock__block .calcblockoptions {
    max-width: 458px;
  }
  .calcblock__blocktitle {
    font-size: 23px;
    line-height: 121.73913%; /* 28/23 */
  }
  .calcblock__sels {
    display: flex;
    flex-wrap: wrap;
    column-gap: 45px;
    row-gap: 17px;
  }
  .calcblock__selblock {
    flex: 0 1 calc((100% - 45px) / 2);
  }
  .calcblock__seltop {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .calcblock__seltop:not(:last-child) {
    margin-bottom: 10px;
  }
  .calcblock__checks {
    gap: 10px;
  }
  .calcblock__checks .calccheckbox {
    flex: 0 1 calc((100% - 20px) / 3);
  }
  .calcblock__filebutton {
    padding-left: 25px;
    padding-right: 25px;
  }
  .calcblock-order__top {
    padding-bottom: 39px;
  }
  .calcblock-order__top:not(:last-child) {
    margin-bottom: 40px;
  }
  .calcblock-order__toprow span {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .calcblock-order__toprow span:nth-child(2) {
    flex: 0 0 212px;
  }
  .calcblock-order__mid:not(:last-child) {
    margin-bottom: 30px;
  }
  .calcblock-order__midrow:not(:last-child) {
    margin-bottom: 10px;
  }
  .calcblock-order__midrow span {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .calcblock-order__midrow span:nth-child(2) {
    flex: 0 0 212px;
    font-weight: 600;
  }
  .calcblock-order__totaltop:not(:last-child) {
    margin-bottom: 8px;
  }
  .calcblock-order__totaltop span {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .calcblock-order__totaltop span:nth-child(2) {
    flex: 0 0 212px;
  }
  .calcblock-order__buttons {
    gap: 10px;
  }
  .calcblock-order__buttons:not(:last-child) {
    margin-bottom: 10px;
  }
  .calcblock-order__submit {
    padding-left: 57px;
    padding-right: 57px;
  }
  .calcblock-order__reset {
    padding: 10px 9px 10px 10px;
    font-size: 14px;
    line-height: 121.428571%; /* 17/14 */
  }
  .services {
    padding: 60px 0;
    border-radius: 40px;
  }
  .services:not(:last-child) {
    margin-bottom: 60px;
  }
  .services__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .services__tabs {
    padding: 30px;
  }
  .services__tabsnavigation {
    gap: 20px;
  }
  .services__tabsnavigation:not(:last-child) {
    margin-bottom: 30px;
  }
  .services__tabstitle {
    gap: 10px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    padding: 9px 19px;
  }
  .services__tabstitle::before {
    font-size: 20px;
  }
  .services__row {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .comments__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .comments__left {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .comments__left .comment-item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .comments__right .comments-service:not(:last-child) {
    margin-bottom: 10px;
  }
  .feedblock:not(:last-child) {
    margin-bottom: 60px;
  }
  .feedblock__container {
    display: flex;
    gap: 20px;
  }
  .feedblock__images {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .feedblock__image {
    flex: 1 1 50%;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
  }
  .feedblock__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .feedblock__formcont {
    flex: 0 0 427px;
  }
  .howwework {
    padding: 60px 0;
    border-radius: 40px;
  }
  .howwework:not(:last-child) {
    margin-bottom: 60px;
  }
  .howwework__container::before {
    width: 202px;
    height: 230px;
  }
  .howwework__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .howwework__subtitle {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    max-width: 538px;
  }
  .howwework__subtitle:not(:last-child) {
    margin-bottom: 25px;
  }
  .howwework__smalltitle {
    font-size: 23px;
    line-height: 121.73913%; /* 28/23 */
  }
  .howwework__smalltitle:not(:last-child) {
    margin-bottom: 20px;
  }
  .howwework__tabsnavigation {
    gap: 30px;
  }
  .howwework__tabsnavigation:not(:last-child) {
    margin-bottom: 30px;
  }
  .howwework__tabstitle {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    padding: 10.5px;
    min-width: 198px;
  }
  .howwework__tabstitle img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
  .howwework__item {
    border-radius: 40px;
    min-height: 188px;
  }
  .howwework__image {
    flex: 0 0 226px;
  }
  .accest__body {
    border-radius: 40px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .accest__left {
    padding: 30px 0 30px 30px;
    max-width: 819px;
  }
  .accest__title {
    font-size: 30px;
    line-height: 122%; /* 61/50 */
  }
  .accest__text {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .accest__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .accest__button {
    padding-left: 41px;
    padding-right: 41px;
  }
  .accest__button:not(:last-child) {
    margin-bottom: 10px;
  }
  .accest__bottom {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .accest__bottom::before {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }
  .accest__image {
    flex: 0 0 350px;
    align-items: flex-end;
    display: flex;
  }
  .offers__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .offers__items .offers-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .results__body {
    padding: 30px;
    border-radius: 40px;
  }
  .results__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .results__bef {
    border-radius: 40px;
  }
  .results__item {
    border-radius: 40px;
    padding: 20px;
  }
  .results__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .results__itemtop {
    font-size: 23px;
    line-height: 121.73913%; /* 28/23 */
  }
  .results__itemtop:not(:last-child) {
    margin-bottom: 12px;
  }
  .results__button {
    width: 55px;
    height: 55px;
    flex: 0 0 55px;
  }
  .quiz__left {
    padding: 30px;
    border-radius: 40px;
  }
  .quiz__lefttitle {
    line-height: 122.5%; /* 49/40 */
  }
  .quiz__lefttext {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
  }
  .quiz__right {
    padding: 30px;
    border-radius: 40px;
  }
  .quiz__slidetitle {
    font-size: 23px;
    line-height: 121.73913%; /* 28/23 */
  }
  .quiz__button-prev {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    padding: 10px;
  }
  .quiz__button-next {
    padding: 10px 48px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz__resbutton {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz-res__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .quiz-res__block {
    padding: 30px;
    border-radius: 40px;
  }
  .quiz-res__toptitle {
    line-height: 125.5%;
    max-width: 625px;
  }
  .quiz-res__toptitle img {
    width: 42px;
    height: 42px;
  }
  .quiz-res__toptext {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    max-width: 640px;
  }
  .quiz-res__bottomtitle {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .quiz-res__bottomlist:not(:last-child) {
    padding-bottom: 19px;
    margin-bottom: 20px;
  }
  .quiz-res__bottomli {
    gap: 10px;
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz-res__bottomli::before {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    font-size: 20px;
  }
  .quiz-res__bottomprice {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz-res__bottomprice:not(:last-child) {
    margin-bottom: 10px;
  }
  .quiz-res__bottomprice span:nth-child(2) {
    min-width: 100px;
  }
  .quiz-res__bottomtotal {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .quiz-res__bottomtotal:not(:last-child) {
    margin-bottom: 10px;
  }
  .quiz-res__bottomtotal span:nth-child(2) {
    min-width: 100px;
  }
  .quiz-res__right .feed-form::before {
    width: 71px;
    height: 62px;
    right: 30px;
    bottom: 500px;
  }
  .quiz-res__right .feed-form .feed-form__title {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .quiz-res__right .feed-form .feed-form__title:not(:last-child) {
    margin-bottom: 26px;
  }
  .quiz-res__right .feed-form .formblock__inpconttop {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .quiz-res__right .feed-form .formblock__inpconttop:not(:last-child) {
    margin-bottom: 10px;
  }
  .quiz-res__right .feed-form .formblock__input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .quiz-res__right .feed-form .feed-form__formblock .formblock__submit.button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .faqblock__top {
    padding: 30px;
    border-radius: 40px;
  }
  .faqblock__top:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqblock__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .faqblock__bottom {
    display: flex;
    gap: 20px;
  }
  .faqblock__left::before {
    width: 163px;
    height: 186px;
    bottom: 0;
    right: 0;
  }
  .faqblock__block {
    flex: 1 1 50%;
    padding: 30px;
    border-radius: 40px;
  }
  .faqblock__lefttitle {
    font-size: 30px;
    line-height: 130%; /* 39/30 */
  }
  .faqblock__lefttext {
    font-size: 20px;
    line-height: 120%; /* 24/20 */
    max-width: 466px;
  }
  .faqblock__right {
    flex: 1 1 50%;
  }
  .faqblock__right .formblock__inps:not(:last-child) {
    margin-bottom: 20px;
  }
  .faqblock__right .formblock__input {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .faqblock__right .formblock__submit.button {
    padding: 15px;
  }
  .contacts__title:not(:last-child) {
    margin-bottom: 30px;
  }
  .contacts__map {
    height: 625px;
    border-radius: 40px;
    overflow: hidden;
  }
  .contacts__map .map-card p {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
  }
  .contacts__map .map-marker-text {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    padding: 5px 20px;
  }
  .cookiesblock {
    bottom: 10px;
  }
  .cookiesblock__body {
    border-radius: 40px;
    padding: 20px;
  }
  [data-fls-popup] {
    padding: 30px 10px;
  }
  [data-fls-popup-active] [data-fls-popup-body] {
    transform: scale(1);
  }
  [data-fls-popup-wrapper] {
    justify-content: center;
    align-items: center;
  }
  [data-fls-popup-body] {
    max-width: 524px;
    transform: scale(0);
    padding-right: 20px;
    padding-top: 36px;
    position: relative;
  }
  .popup-call [data-fls-popup-body]::before {
    width: 94px;
    height: 81px;
    top: 94px;
    right: 30px;
  }
  .popup__text {
    padding: 30px;
    border-radius: 40px;
  }
  .popup__top:not(:last-child) {
    margin-bottom: 30px;
  }
  .popup__title {
    font-size: 25px;
    line-height: 120%; /* 30/25 */
  }
  .popup__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .popup-files__text {
    font-weight: 500;
  }
  .select__value {
    height: 41px;
  }
  [data-fls-beforeafter-arrow] {
    width: 8px;
  }
  [data-fls-beforeafter-arrow]::before, [data-fls-beforeafter-arrow]::after {
    width: 12px;
    height: 32px;
  }
  .rating__items {
    gap: 8px;
  }
  .rating__item {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/32px no-repeat;
  }
  .rating__item--active {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/32px no-repeat;
  }
  .rating__item span {
    height: 32px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/32px no-repeat;
  }
  .rating__item:not(:last-child)::after {
    width: 8px;
  }
}@media (any-hover: hover) and (min-width: 47.99875em) {
  [data-fls-rating=set] .rating__items:hover .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/32px no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/32px no-repeat;
  }
}@media (min-width: 61.99875em) {
  .title {
    font-size: 40px;
    line-height: 97.5%; /* 39/40 */
  }
  .offers-item__image {
    width: 397px;
    flex: 0 0 397px;
  }
  .offers-item__topbord {
    font-size: 12px;
    line-height: 125%; /* 15/12 */
  }
  .footer__menu {
    column-gap: 120px;
  }
  .calcblock__checks .calccheckbox {
    flex: 0 1 calc((100% - 50px) / 6);
  }
  .feedblock__images {
    flex: 1 1 33.333%;
  }
  .accest__title {
    font-size: 40px;
  }
  .accest__image {
    flex: 0 0 455px;
  }
  .results__slider {
    position: relative;
  }
  .results__slide {
    display: flex;
    gap: 20px;
  }
  .results__bef {
    flex: 1 1 auto;
    align-self: flex-start;
  }
  .results__content {
    flex: 0 0 450px;
    padding-bottom: 60px;
  }
  .results__navigation {
    position: absolute;
    width: 450px;
    right: 0;
    bottom: 0;
  }
  .quiz__firstblock {
    display: flex;
    gap: 20px;
  }
  .quiz__left {
    flex: 1 1 auto;
  }
  .quiz__right {
    flex: 0 0 470px;
  }
  .quiz-res__body {
    display: flex;
    gap: 20px;
  }
  .quiz-res__left {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .quiz-res__left .quiz-res__block {
    flex: 1 1 auto;
  }
  .quiz-res__right {
    display: flex;
    flex: 0 0 470px;
  }
  .quiz-res__right .feed-form::before {
    bottom: 529px;
  }
}@media (width > 68.75em) {
  .quiz__right {
    flex: 0 0 568px;
  }
  .quiz-res__right {
    flex: 0 0 568px;
  }
}@media (width > 78.125em) {
  .header__citybody {
    width: 321px;
  }
  .header__bottom {
    padding: 5px 0 14px 0;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__bottomtel {
    display: none;
  }
  .firstblock {
    padding-top: 169px;
  }
  .menu__logo {
    display: none;
  }
  .menu__list {
    display: flex;
    align-items: center;
    column-gap: 15px;
    row-gap: 7px;
    flex-wrap: wrap;
  }
  .menu__link {
    font-size: 16px;
    line-height: 125%; /* 20/16 */
    font-weight: 500;
    letter-spacing: 0.006em;
  }
  .menu__socs {
    display: none;
  }
  .menu__buttons {
    display: none;
  }
  .menu__tel {
    display: none;
  }
}@media (min-width: 84.375em) {
  .offers-item__top:not(:last-child) {
    margin-bottom: 1px;
  }
  .footer__bottom a {
    font-size: 9px;
    line-height: 122.222222%; /* 11/9 */
  }
  .advants__body {
    display: flex;
    gap: 20px;
  }
  .advants__left {
    flex: 1 1 50%;
  }
  .advants__right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .calcblock__body {
    display: flex;
    gap: 20px;
  }
  .calcblock__body:has([data-fls-calc-option-window]:checked) .calcblock__right {
    flex: 0 0 530px;
  }
  .calcblock__left {
    flex: 1 1 auto;
  }
  .calcblock__right {
    flex: 0 0 650px;
  }
  .calcblock-order__total {
    margin-top: auto;
  }
  .calcblock-order__bottom {
    margin-top: auto;
  }
  .comments__body {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
  .comments__left {
    flex: 1 1 50%;
  }
  .comments__right {
    flex: 1 1 50%;
  }
  .howwework__list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .howwework__item {
    flex: 0 1 calc((100% - 20px) / 2);
  }
  .howwework__text p {
    max-width: 312px;
  }
  .accest__title {
    font-size: 50px;
  }
  .results__content {
    flex: 0 0 532px;
  }
  .results__navigation {
    width: 532px;
  }
  .faqblock__left::before {
    top: 0;
    bottom: auto;
  }
  .menu__list {
    column-gap: 20px;
  }
}@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item span {
    display: none;
  }
}@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .upload__add:hover {
    transform: scale(1.1);
  }
  html:not([data-fls-touch]) .citiesoptions__text:hover {
    text-shadow: 0px 0px 0.5px var(--mainColor), 0px 0px 0.5px var(--mainColor), 0px 0px 0.5px var(--mainColor), 0px 0px 0.5px var(--mainColor);
  }
  html:not([data-fls-touch]) .calcblockoptions__item:hover .calcblockoptions__text {
    color: var(--blueColor);
  }
  html:not([data-fls-touch]) .calcblockoptions__item:hover .calcblockoptions__text::before {
    border-color: var(--blueColor);
  }
  html:not([data-fls-touch]) .calcblockoptions__item:hover .calcblockoptions__text::after {
    content: "";
    background-color: var(--blueColor);
  }
  html:not([data-fls-touch]) .quizoptions__item:hover .quizoptions__text {
    color: var(--blueColor);
  }
  html:not([data-fls-touch]) .checkbox__text a:hover {
    text-decoration: none;
  }
  html:not([data-fls-touch]) .calccheckbox:has(.calccheckbox__input:checked):hover {
    outline-color: var(--blueColor);
  }
  html:not([data-fls-touch]) .calccheckbox:hover {
    outline-color: var(--borderGray);
  }
  html:not([data-fls-touch]) .button.button--blue:hover {
    background-color: var(--blueColor);
  }
  html:not([data-fls-touch]) .button.button--orange:hover {
    background-color: var(--darkOrange);
  }
  html:not([data-fls-touch]) .button.button--white:hover {
    background-color: var(--lightBlue);
  }
  html:not([data-fls-touch]) .formblock__input.--form-focus:hover {
    outline-color: var(--lightBlue);
  }
  html:not([data-fls-touch]) .formblock__input:hover {
    outline-color: var(--borderGray);
  }
  html:not([data-fls-touch]) .formblock__txtacont.--form-focus:hover {
    outline-color: var(--lightBlue);
  }
  html:not([data-fls-touch]) .formblock__txtacont:hover {
    outline-color: var(--borderGray);
  }
  html:not([data-fls-touch]) .socs__link:hover {
    transform: scale(1.1);
  }
  html:not([data-fls-touch]) .cities__form.--form-focus:hover {
    border-color: var(--darkBlue);
  }
  html:not([data-fls-touch]) .cities__form:hover {
    border-color: #ccd1e0;
  }
  html:not([data-fls-touch]) .cities__submit:hover {
    transform: scale(1.1);
  }
  html:not([data-fls-touch]) .cities__body::-webkit-scrollbar-thumb:hover {
    background-color: var(--darkBlue);
  }
  html:not([data-fls-touch]) .spollers__title:hover span {
    background-color: var(--blueColor);
  }
  html:not([data-fls-touch]) .crumbs__item:not(:last-child) .crumbs__link:hover {
    color: var(--blueColor);
  }
  html:not([data-fls-touch]) .comments-service__link:hover {
    color: var(--blueColor);
  }
  html:not([data-fls-touch]) .header__citybutton:hover {
    color: var(--darkBlue);
  }
  html:not([data-fls-touch]) .header__tel:hover {
    color: var(--darkBlue);
  }
  html:not([data-fls-touch]) .header__bottomtel:hover {
    color: var(--darkBlue);
  }
  html:not([data-fls-touch]) .footer__menulink:hover {
    text-decoration: underline;
  }
  html:not([data-fls-touch]) .footer__tel:hover {
    text-decoration: underline;
  }
  html:not([data-fls-touch]) .footer__mail:hover {
    text-decoration: none;
  }
  html:not([data-fls-touch]) .footer__bottom a:hover {
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .firstblock__callbutton.button:hover {
    background-color: var(--lightBlue);
  }
  html:not([data-fls-touch]) .calcblock__input.--form-focus:hover {
    outline-color: var(--lightBlue);
  }
  html:not([data-fls-touch]) .calcblock__input.--form-error:hover {
    outline-color: var(--redColor);
  }
  html:not([data-fls-touch]) .calcblock__input:hover {
    outline-color: var(--borderGray);
  }
  html:not([data-fls-touch]) .calcblock-order__reset:hover {
    color: var(--orangeColor);
  }
  html:not([data-fls-touch]) .services__tabstitle:hover {
    background-color: var(--blueColor);
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .howwework__tabstitle:hover {
    background-color: var(--blueColor);
  }
  html:not([data-fls-touch]) .results__button:hover {
    background-color: var(--blueColor);
    color: var(--whiteColor);
  }
  html:not([data-fls-touch]) .quiz__button-prev:hover {
    color: var(--orangeColor);
  }
  html:not([data-fls-touch]) .quiz__button-next:hover {
    background-color: var(--darkOrange);
  }
  html:not([data-fls-touch]) .quiz__resbutton:hover {
    background-color: var(--darkOrange);
  }
  html:not([data-fls-touch]) .contacts__map .map-balloon__close:hover {
    transform: scale(1.3);
  }
  html:not([data-fls-touch]) .cookiesblock__text a:hover {
    text-decoration: none;
  }
  html:not([data-fls-touch]) .popup__close:hover {
    transform: scale(1.1);
  }
  html:not([data-fls-touch]) .select__title:hover {
    outline-color: var(--borderGray);
  }
  html:not([data-fls-touch]) .menu__link:hover {
    color: var(--darkBlue);
  }
  html:not([data-fls-touch]) .quantity__button:hover::before, html:not([data-fls-touch]) .quantity__button:hover::after {
    background-color: var(--blueColor);
  }
}