@charset "UTF-8";

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

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

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

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

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

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woof") format("woof"), url("../fonts/icons.woof2#icons") format("woof");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.dignity-body__controls .dignity-slider-prev::before,
.dignity-body__controls .dignity-slider-next::before,
.input__checkbox:checked + label::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.icon-arrow:before,
.dignity-body__controls .dignity-slider-prev:before,
.dignity-body__controls .dignity-slider-next:before {
  content: "\e900";
}

.icon-check:before,
.input__checkbox:checked + label:before {
  content: "\e901";
}

.icon-envelope:before {
  content: "\e902";
}

.icon-fire:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-telegramm:before {
  content: "\e905";
}

.icon-viber:before {
  content: "\e906";
}

.icon-whatsapp:before {
  content: "\e907";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  color: #000;
}

body {
  line-height: 1;
  font-family: "Gilroy";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Gilroy";
}

input::-ms-clear {
  display: none;
}

button {
  background: inherit;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited,
a:-webkit-any-link,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-moz-selection {
  background: #1f2f49;
  color: #fff;
  box-shadow: none;
}

::selection {
  background: #1f2f49;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  background: #1f2f49;
  color: #fff;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #ee9603;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #af7715;
}

body {
  color: #000;
}

body.popup-lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*=__container] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}

.popup {
  position: fixed;
  background: rgba(30, 77, 140, 0.2);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 55555;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__body {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup__content {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__body {
  background: white;
  -webkit-box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  border-radius: 10px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
  padding: 4.375em 2.1875em;
  max-width: 420px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.popup__close {
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
  color: currentColor;
  background: transparent;
  font-size: 1.25rem;
  z-index: 20;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 3px;
  background: #bdbdbd;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}

.popup__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.popup-form__title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2142857143;
  color: #0C62D7;
  text-align: center;
}

.form-body__wrapper :not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.form-body__button {
  margin: 1.25em 0em 0em 0em;
}

.spoller-menu__item {
  counter-increment: num;
}

.spoller-menu__item:not(:last-child) {
  margin: 0em 0em 1.25em 0rem;
}

.spoller-menu__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-weight: 600;
  text-align: left;
  position: relative;
  background: white;
  -webkit-box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.25);
  box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.25);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.spoller-menu__title::after {
  content: "0" counter(num);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  border-right: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #0c62d7;
  z-index: 10;
  margin: 0.625em 0em 0.625em 0.625em;
  padding: 0.4166666667em 0.625em;
  border-radius: 5px 0 0 5px;
}

.spoller-menu__title span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0em 0.8333333333em;
  line-height: 1.25;
  margin-right: 0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0 5px 5px 0;
}

.spoller-menu__title span::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #0c62d7;
  padding: 0 1em;
  min-height: 100%;
}

.spoller-menu__title._active {
  border-radius: 5px 5px 0 0;
}

.spoller-menu__title._active span::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.spoller-menu__answer {
  padding: 0.9375em;
  background: rgba(255, 255, 255, 0.54);
  line-height: 144.4444444444%;
  min-height: 100%;
  border-radius: 0 0 5px 5px;
}

.title {
  font-size: 26px;
  line-height: 1.2083333333;
  font-weight: 500;
  text-align: center;
}

.title .title-strong {
  font-weight: 800;
}

.icon-telegramm {
  color: #4ea4f6;
}

.icon-whatsapp {
  color: #29ac00;
}

.icon-viber {
  color: #784f99;
}

.form__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 500;
  text-align: center;
}

.form__title span {
  font-weight: 800;
}

.form__inputs {
  margin: 1.6666666667em 0em 0em 0em;
}

.form__inputs .form__input:not(:last-child) {
  margin: 0em 0em 1.1111111111em 0rem;
}

.form__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0.7777777778em 0.8333333333em;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #bdbdbd;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form__input::-webkit-input-placeholder {
  color: #bdbdbd !important;
  font-size: 1.125rem !important;
  font-weight: 500;
}

.form__input:-moz-placeholder {
  color: #bdbdbd !important;
  font-size: 1.125rem !important;
  font-weight: 500;
}

.form__input::-moz-placeholder {
  color: #bdbdbd !important;
  font-size: 1.125rem !important;
  font-weight: 500;
}

.form__input:-ms-input-placeholder {
  color: #bdbdbd !important;
  font-size: 1.125rem !important;
  font-weight: 500;
}

.form__input:focus,
.form__input:hover {
  border: 1px solid #3e86f5;
}

.form__checkbox {
  margin: 1.25em 0em 0em 0em;
}

.form__checkbox-privacy {
  color: #0C62D7;
  font-weight: 500;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.form__button {
  margin: 1.25em 0em 0em 0em;
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.0555555556em 2.6666666667em;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 600;
  border-radius: 10px;
}

.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn.btn-orange {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  -webkit-box-shadow: 0px 4px 30px rgba(244, 113, 51, 0.5);
  box-shadow: 0px 4px 30px rgba(244, 113, 51, 0.5);
  color: #fff;
}

.btn.btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#649eee), to(#0c62d7));
  background: -o-linear-gradient(top, #649eee 0%, #0c62d7  100%);
  background: linear-gradient(180deg, #649eee 0%, #0c62d7  100%);
}

.btn.btn-blue:hover {
  color: #fff;
}

.btn.btn-sm {
  padding: 1.1666666667em 0.625em;
}

.btn.btn-mw {
  width: 100%;
}

.input__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input__checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  line-height: 1.2142857143;
}

.input__checkbox + label::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background: #0c62d7;
  border-radius: 2px;
  cursor: pointer;
}

.input__checkbox:checked + label::before {
  color: #fff;
  font-size: 10px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-top {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1%;
  -moz-column-gap: 1%;
  column-gap: 1%;
}

.header-top__logo img {
  max-width: 100%;
}

.header-top__mail-link {
  font-weight: 500;
  line-height: 1.2222222222;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-top__mail-link::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header-top__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.header-top__feedback {
  white-space: nowrap;
}

.header-top__feedback-title {
  color: #28b062;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.header-top__feedback-title span {
  position: relative;
  padding-left: 1.125em;
}

.header-top__feedback-title span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background: #28b062;
  border-radius: 50%;
}

.header-top__feedback-phone {
  line-height: 1.2083333333;
  font-weight: 800;
}

.header-top__feedback-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-top__feedback-link::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.menu__body {
  z-index: 9;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.2);
  box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.2);
  border-radius: 5px;
  padding: 0.8333333333em 2.9444444444em;
  line-height: 1.2222222222;
  font-weight: 600;
}
.main-block__title span .mobile-break {
  display: none;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 9px;
}

.menu__link {
  position: relative;
  white-space: nowrap;
  padding: 0em 0.6666666667em 0em 1em;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

/* BURGER*/

.icon-menu {
  display: none;
  z-index: 100;
  margin-left: auto;
}

/* BURGER*/

.footer {
  background: #162131;
  color: #fff;
}

.footer-head__container {
  padding-top: 3.75em;
  padding-bottom: 2.3125em;
}

.footer-head__logo img {
  max-width: 100%;
}

.footer-head__menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  line-height: 1.2222222222;
  font-weight: 500;
  color: #dcdcdc;
}

.footer-head__menu-list {
  display: -ms-grid;
  display: grid;
  row-gap: 15px;
}

.footer-head__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer-head__contacts {
  white-space: nowrap;
}

.footer-head__contacts-phone {
  font-size: 18px;
  line-height: 1.2083333333;
  font-weight: 800;
}

.footer-head__contacts-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer-head__contacts-mail {
  margin: 1.6666666667em 0em 0em 0em;
  line-height: 1.2222222222;
  font-weight: 500;
}

.footer-body {
  border-top: 1px solid #797979;
}

.footer-body__container {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  min-height: 76px;
  color: #c2c2c2;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 500;
}

.footer-body__link {
  padding-bottom: 0.2142857143em;
  border-bottom: 2px dashed;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer-body__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  font-size: 35px;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.no-webp .main-block {
  background: url("../img/main-block-bg.png") bottom center/cover no-repeat;
}

.main-block {
  min-height: 100vh;
}

.main-block__container {
  padding: 5.875em 0.9375em;
}

.main-block__header {
  margin: 0.9375em 0em 0em 0em;
}

.main-block__title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-weight: 900;
  text-transform: uppercase;
  color: #0c62d7;
}

.main-block__list {
  margin: 1.25em 0em 0em 0em;
  line-height: 1.2083333333;
  font-weight: 600;
}

.main-block__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25em;
  -moz-column-gap: 1.25em;
  column-gap: 1.25em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-block__list-item::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.main-block__list-item:not(:last-child) {
  margin: 0em 0em 1.0416666667em 0rem;
}

.main-block__btn {
  margin: 2.5em 0em 0em 0em;
  display: flex;
  align-items: center;
  gap: 15px 20px;
}

.main-block__video {
  max-width: 380px;
  aspect-ratio: 2/1;
  margin-top: 20px;
}

.prices {
  background: url("data:image/svg+xml,%3Csvg width='463' height='101' viewBox='0 0 463 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.1227 2H463V99H40.1227L5 47.8682L40.1227 2Z' fill='url(%23paint0_linear_6_65)'/%3E%3Cpath d='M33.7138 0L140.668 1.95736L38.9452 4.69767L9.30035 48.5426L38.9452 95.1279L329 98.6512L33.7138 101L0 48.5426L33.7138 0Z' fill='url(%23paint1_linear_6_65)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6_65' x1='17.6442' y1='62.1867' x2='401' y2='61.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='0.503189' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_6_65' x1='164.5' y1='0' x2='164.5' y2='101' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE9603'/%3E%3Cstop offset='1' stop-color='%23EE702E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 0 0/cover;
  padding: 1em 0.5555555556em 1em 2.2222222222em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 100%;
  line-height: 1.2222222222;
  font-weight: 600;
  position: relative;
}

.prices__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: #0c62d7;
  padding-right: 1.3333333333em;
}

.prices__num {
  margin: 0.25em 0em 0em 0em;
  font-size: 26px;
  font-weight: 800;
}

.prices__body {
  border-left: 2px solid #ee702e;
  padding-left: 1em;
}

.prices__body-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prices__body-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  width: 17px;
  height: 17px;
  margin-left: 5px;
  border-radius: 50%;
  color: #fff;
}

.prices__body-list {
  display: none;
  position: absolute;
  width: 254px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(94, 94, 94, 0.35);
  box-shadow: 0px 4px 25px rgba(94, 94, 94, 0.35);
  border-radius: 20px;
  padding: 1.1111111111em 1.4444444444em;
  line-height: 1.2222222222;
  font-weight: 700;
}

.prices__body-list.active {
  display: block;
}

.prices__body-item {
  position: relative;
  padding: 0em 0em 0em 1em;
}

.prices__body-item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
}

.prices__body-item:not(:last-child) {
  margin: 0em 0em 0.5555555556em 0rem;
}

.prices__body-current {
  margin: 0.1666666667em 0em 0em 0em;
  font-size: 26px;
  font-weight: 800;
}

.work {
  padding: 1.875em 0em;
}

.work__body {
  margin: 3.125em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work__body-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.work__body-desc {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.clients {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef8fa));
  background: -o-linear-gradient(top, #ffffff 0%, #eef8fa 100%);
  background: linear-gradient(180deg, #ffffff 0%, #eef8fa 100%);
  padding: 4.0625em 0em 6.25em 0em;
}

.clients__body {
  margin: 3.125em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.client__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.client__header-title {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  color: #0c62d7;
}

.client__header-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.client__header-icon img {
  max-width: 100%;
}

.client__progress {
  margin: 0.625em 0em 0em 0em;
  vertical-align: 0;
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 10px;
}

.client__progress::-webkit-progress-bar {
  background: #e0e0e0;
  border-radius: 10px;
}

.client__progress::-webkit-progress-value {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  border-radius: 10px;
}

.client__progress::-moz-progress-bar {
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  border-radius: 10px;
}

.client__subtitle {
  margin: 0.8333333333em 0em 0em 0em;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 700;
}

.payment {
  padding: 1.5625em 0em 3.125em 0em;
  background: #eef8fa;
}

.payment__price {
  margin: 3.125em 0em 0em 0em;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  border-radius: 20px;
  padding: 1.8125em 0.9375em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.payment__price-separator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
  background: #ffffff;
  margin: 0em 5%;
}

.payment__price-actual {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.payment__price-title {
  line-height: 1.25;
  font-weight: 700;
}

.payment__price-value {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 800;
}

.payment__price-delivery {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.calc {
  margin: 1.25em 0em 0em 0em;
  padding: 1.875em 0.9375em;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  border-radius: 20px;
}

.calc__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}

.calc__image img {
  max-width: 100%;
}

.calc__image-arrow {
  position: absolute;
  top: 110px;
  left: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 77px;
  height: 77px;
}

.calc__image-arrow img {
  -webkit-transform-origin: 0 4px;
  -ms-transform-origin: 0 4px;
  transform-origin: 4px 5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.range__slider {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #828282;
}

.range__slider:not(:last-child) {
  margin: 0em 0em 2.1428571429em 0rem;
}

.range__slider-title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 600;
  color: #000;
}

.range__slider-output {
  display: block;
  margin: 0.7142857143em auto 0.5714285714em;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #ecf4f9;
  border-radius: 5px;
  padding: 0.5714285714em 0.9285714286em;
}

.range__slider-output._liter::after {
  content: "л";
}

.range__slider-output._procent::after {
  content: "%";
}

.range__values {
  margin: 0.5em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.range__input {
  background: transparent;
  -webkit-appearance: none;
  padding: 0;
  width: 100%;
}

.range__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  margin-top: -7.5px;
  cursor: pointer;
}

.range__input::-moz-range-thumb {
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  cursor: pointer;
}

.range__input::-ms-thumb {
  display: inline-block;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  cursor: pointer;
  margin-top: 5px;
}

.range__input::-webkit-slider-runnable-track {
  background: #ecf4f9;
  height: 5px;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

.range__input::-moz-range-track {
  background: #ecf4f9;
  height: 5px;
}

.range__input::-ms-track {
  background: #ecf4f9;
  border-color: transparent;
  color: transparent;
  height: 5px;
}

.range__input::-ms-fill-lower {
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
}

.range__input::-moz-range-progress {
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  height: 5px;
  border: 0;
}

.range__input::-ms-tooltip {
  display: none;
}

.range__price {
  margin: 2.1875em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.range__price-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2083333333;
}

.range__price-value {
  font-size: 28px;
  line-height: 1.2142857143;
  font-weight: 800;
  color: #0c62d7;
  padding: 0.2857142857em 0.8214285714em;
  border: 2px solid #0c62d7;
  border-radius: 10px;
}

.range__final-price {
  margin: 2.1875em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.range__final-value {
  font-size: 28px;
  white-space: nowrap;
  line-height: 1.2222222222;
  font-weight: 800;
  color: #0c62d7;
}

.range__subtitle {
  margin: 0.8125em 0em 0em 0em;
  line-height: 1.1875;
  font-weight: 500;
  color: #828282;
}

.supplies {
  padding: 1.25em 0em 3.75em 0em;
  background: #eef8fa;
}

.supplies-header {
  margin: 3.125em 0em 0em 0em;
  background: #0c62d7;
  border-radius: 20px;
  padding: 1.8125em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.supplies-header__pickup {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.supplies-header__pickup-title {
  font-size: 20px;
  line-height: 1.2142857143;
  font-weight: 800;
  text-transform: uppercase;
  color: #083c82;
  text-shadow: 12px -5px 80px #c1dbff, 12px -7px 80px #9cc6ff, 0px 4px 20px #eaf3ff;
}

.supplies-header__pickup-price {
  line-height: 1.2222222222;
}

.supplies-header__pickup-price span {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.2291666667;
}

.supplies-header__separator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
  background: #ffffff;
  margin: 0em 5%;
}

.supplies-header__address {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  line-height: 1.2083333333;
}

.supplies-header__address-title {
  font-weight: 500;
}

.supplies-header__address-body {
  font-weight: 700;
}

.supplies-body {
  margin: 3.75em 0em 0em 0em;
}

.supplies-body__title {
  text-align: center;
  font-size: 22px;
  line-height: 1.21875;
  font-weight: 800;
}

.supplies-body__items {
  margin: 3.125em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.supplies-body__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  border-radius: 20px;
  padding: 1.75em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.supplies-body__item img {
  max-width: 100%;
  text-align: center;
}

.supplies-body__item-desc {
  margin-top: auto;
}

.supplies-body__item-weight {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2142857143;
  text-align: right;
}

.supplies-body__item-price {
  margin: 0.2777777778em 0em 0em 0em;
  font-size: 20px;
  color: #0c62d7;
  font-weight: 800;
  line-height: 1.2222222222;
  text-align: right;
}

.supplies-body__item-coubs {
  background: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0C66.2742 0 120 53.7258 120 120H20C8.95431 120 0 111.046 0 100V0Z' fill='url(%23paint0_linear_6_344)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6_344' x1='60' y1='0' x2='60' y2='120' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE9603'/%3E%3Cstop offset='1' stop-color='%23EE702E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 0 0/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 800;
  text-align: center;
  color: #fff;
  padding: 2.6em 1.4em 1.4em 1.1em;
}

.dignity {
  padding: 3.125em 0em;
}

.dignity-body {
  margin: 3.125em 0em 0em 0em;
}

.dignity-body__list-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  box-shadow: 0px 4px 25px rgba(30, 77, 140, 0.2);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  line-height: 1.2222222222;
  font-weight: 600;
  padding: 0.7222222222em 2.3888888889em;
}

.dignity-body__list-item:not(:last-child) {
  margin: 0em 0em 1.1111111111em 0rem;
}

.dignity-body__list-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  text-align: center;
}

.dignity-body__list-image img {
  max-width: 100%;
}

.dignity-body__slider {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.dignity-body__slider-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.dignity-body__controls .dignity-slider-prev,
.dignity-body__controls .dignity-slider-next {
  background: -webkit-gradient(linear, left top, left bottom, from(#ee9603), to(#ee702e));
  background: -o-linear-gradient(top, #ee9603 0%, #ee702e 100%);
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
}

.dignity-body__controls .dignity-slider-prev::after,
.dignity-body__controls .dignity-slider-next::after {
  display: none;
}

.dignity-body__controls .dignity-slider-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dignity-body__wrapper {
  margin: 2.5em auto 0em;
  overflow: hidden;
  max-width: 320px;
}

.dignity-slider__slide img {
  max-width: 100%;
}

.places {
  padding: 6.25em 0em 4.5em 0em;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e9f2f7));
  background: -o-linear-gradient(bottom, #ffffff 0%, #e9f2f7 100%);
  background: linear-gradient(0deg, #ffffff 0%, #e9f2f7 100%);
}

.places-body {
  margin: 3.125em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}

.places-body__dignity {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}

.places-body__dignity-list {
  margin: 3.125em 0em 0em 0em;
}

.places-body__dignity-item {
  max-width: 453px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 39px;
  -moz-column-gap: 39px;
  column-gap: 39px;
  line-height: 1.2222222222;
  font-weight: 600;
}

.places-body__map {
  position: relative;
  width: 881px;
  height: 100%;
}

.places-body__map img {
  max-width: 100%;
  width: 100%;
}

.places-body__map-place {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.places-body__map-place img {
  display: none;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

.places-body__map-place#tver .places-body__map-link {
  top: 100px;
  left: 250px;
}

.places-body__map-place#ivanovo .places-body__map-link {
  top: 220px;
  left: 530px;
}

.places-body__map-place#msk .places-body__map-link {
  top: 280px;
  left: 300px;
}

.places-body__map-place#novgorod .places-body__map-link {
  top: 400px;
  left: 600px;
}

.places-body__map-place#ryazan .places-body__map-link {
  top: 450px;
  left: 400px;
}

.places-body__map-place#tula .places-body__map-link {
  top: 430px;
  left: 240px;
}

.places-body__map-place#vladimir .places-body__map-link {
  top: 320px;
  left: 460px;
}

.places-body__map-place#yaroslavl .places-body__map-link {
  top: 120px;
  left: 430px;
}

.places-body__map-place#kaluga .places-body__map-link {
  top: 320px;
  left: 150px;
}

.places-body__map-place#smolensk .places-body__map-link {
  top: 240px;
  left: 50px;
}

.places-body__map-link {
  position: absolute;
  z-index: 2;
  font-size: 14px;
  line-height: 1.2142857143;
  font-weight: 700;
}

.places-body__map-link::before {
  background: url("data:image/svg+xml,%3Csvg width='44' height='81' viewBox='0 0 44 81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2731 0.137761C10.3109 1.15393 2.76588 7.81162 0.62943 16.5887C-0.699928 22.0498 0.0689315 27.4724 3.00724 33.3589C4.75309 36.8565 6.3846 39.3243 11.8832 46.7839C16.3243 52.8088 18.9413 56.7809 20.4546 59.7938C20.871 60.6228 21.2527 61 21.6751 61C22.2198 61 22.4654 60.7281 23.3126 59.1868C25.2156 55.7246 26.8266 53.3699 32.2372 46.142C36.425 40.5476 38.1015 38.111 39.568 35.4872C43.0544 29.2494 44.1727 23.1623 42.8881 17.4144C40.3977 6.27158 30.3041 -1.11288 19.2731 0.137761ZM24.4376 10.7248C25.6726 11.0254 27.5678 11.9228 28.5574 12.6753C30.6382 14.2577 32.1755 16.6254 32.8302 19.2568C33.1122 20.39 33.1122 23.2141 32.8302 24.3473C31.7832 28.5548 28.6821 31.7513 24.5815 32.8498C23.0008 33.2734 20.627 33.2965 19.0502 32.9038C15.1686 31.9371 12.0685 29.0158 10.8674 25.1929C9.19908 19.8824 11.6532 14.1192 16.6621 11.585C17.5199 11.151 19.126 10.6386 20.1042 10.4871C21.1498 10.3251 23.2747 10.4416 24.4376 10.7248Z' fill='url(%23paint0_linear_235_2)'/%3E%3Ccircle cx='21.7021' cy='21.7021' r='12.3173' fill='white'/%3E%3Ccircle cx='22' cy='76' r='5' fill='url(%23paint1_linear_235_2)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_235_2' x1='21.7019' y1='0' x2='21.7019' y2='61' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE9603'/%3E%3Cstop offset='1' stop-color='%23EE702E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_235_2' x1='22' y1='71' x2='22' y2='81' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EE9603'/%3E%3Cstop offset='1' stop-color='%23EE702E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat 0 0/contain;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 81px;
  width: 43px;
}

.places-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.places-header__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.places-header__item-text {
  margin: 0 -0.9375em;
}

.places-header__item-value {
  background: linear-gradient(180deg, #ee9603 0%, #ee702e 100%) #ee9603;
  font-size: 44px;
  line-height: 1.21875;
  font-weight: 800;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.places-header__item-subtitle {
  margin: 0.75em 0em 0em 0em;
}

.no-webp .faq {
  background: -o-linear-gradient(87.3deg, white 2.01%, rgba(255, 255, 255, 0.378) 50.27%, rgba(255, 255, 255, 0) 100.91%), -o-linear-gradient(358.17deg, rgba(255, 255, 255, 0.9) 1.34%, rgba(255, 255, 255, 0.378) 10.06%, rgba(255, 255, 255, 0) 16.71%), -o-linear-gradient(272.72deg, rgba(255, 255, 255, 0.9) 2.25%, rgba(255, 255, 255, 0.378) 20.65%, rgba(255, 255, 255, 0) 46.13%), -o-linear-gradient(247.49deg, rgba(255, 255, 255, 0.9) 14.77%, rgba(255, 255, 255, 0.72) 17.27%, rgba(255, 255, 255, 0.378) 22.25%, rgba(255, 255, 255, 0) 40.01%), -o-linear-gradient(179.24deg, #e9f2f7 0.65%, #e9f2f7 9.19%, #eff5f9 22.78%, rgba(242, 247, 250, 0.67) 38.87%, rgba(253, 255, 254, 0) 56.06%), url("../img/faq-bg.png") top center/100% auto no-repeat;
  background: linear-gradient(2.7deg, white 2.01%, rgba(255, 255, 255, 0.378) 50.27%, rgba(255, 255, 255, 0) 100.91%), linear-gradient(91.83deg, rgba(255, 255, 255, 0.9) 1.34%, rgba(255, 255, 255, 0.378) 10.06%, rgba(255, 255, 255, 0) 16.71%), linear-gradient(177.28deg, rgba(255, 255, 255, 0.9) 2.25%, rgba(255, 255, 255, 0.378) 20.65%, rgba(255, 255, 255, 0) 46.13%), linear-gradient(202.51deg, rgba(255, 255, 255, 0.9) 14.77%, rgba(255, 255, 255, 0.72) 17.27%, rgba(255, 255, 255, 0.378) 22.25%, rgba(255, 255, 255, 0) 40.01%), linear-gradient(270.76deg, #e9f2f7 0.65%, #e9f2f7 9.19%, #eff5f9 22.78%, rgba(242, 247, 250, 0.67) 38.87%, rgba(253, 255, 254, 0) 56.06%), url("../img/faq-bg.png") top center/100% auto no-repeat;
}

.no-webp .faq {
  background: url("../img/faq-bg.png") 0 0/100% auto no-repeat;
}

.faq {
  padding: 4.75em 0em;
}

.faq__body {
  margin-left: auto;
}

.faq__spollers {
  margin: 3.125em 0em 0em 0em;
}

@media (min-width: 35.99875em) {

  .header {
    position: fixed;
    background-color: #fff;
  }

  .title {
    font-size: 30px;
  }

  .header-top__mail-link {
    margin: 0em 0em 0em 0.8333333333em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .header-top__socials {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 26px;
  }

  .footer-head__menu-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .main-block__title {
    font-size: 26px;
  }

  .main-block__title span .mobile-break {
    display: none;
  }

  .work {
    padding: 0.3125em 0em 4.0625em 0em;
  }

  .work__body-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 30px);
    flex: 0 1 calc(50% - 30px);
  }

  .payment__price {
    padding: 1.8125em 3.125em;
  }

  .payment__price-value {
    font-size: 30px;
  }

  .calc {
    padding: 1.875em 4.1875em;
  }

  .supplies-header__pickup-title {
    font-size: 36px;
  }

  .supplies-header__pickup-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
    font-size: 18px;
  }

  .supplies-header__pickup-price span {
    font-size: 36px;
  }

  .supplies-header__address {
    font-size: 21px;
  }

  .supplies-body__item-weight {
    font-size: 20px;
  }

  .supplies-body__item-price {
    font-size: 28px;
  }

  .dignity-body__list-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }

  .dignity-body__controls .dignity-slider-prev,
  .dignity-body__controls .dignity-slider-next {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .places-body__dignity-item {
    font-size: 18px;
  }

  .places-header__item-value {
    font-size: 64px;
  }
}

@media (min-width: 47.99875em) {
  .header {
    position: absolute;
    background-color: transparent;
  }
  .popup__body {
    padding: 4.375em 3.4375em;
  }

  .spoller-menu__title::after {
    font-size: 24px;
    background: #fff;
  }

  .spoller-menu__title span {
    padding: 0.6em 1.25em;
    background: #fff;
    font-size: 20px;
  }

  .spoller-menu__title {
    background: rgba(255, 255, 255, 0.54);
  }

  .spoller-menu__answer {
    font-size: 1.125rem;
  }

  .title {
    font-size: 36px;
  }

  .header-top__mail {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .header-top__feedback-phone {
    margin: 0.5em 0em 0em 0em;
  }

  .header-top__feedback-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0em 0em 0em 0.9166666667em;
  }

  .menu {
    background: rgba(255, 255, 255, 0.54);
    -webkit-box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.25);
    box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.25);
    border-radius: 5px;
    padding: 0.9375em;
  }

  .menu__link::before {
    content: "";
    position: absolute;
    top: calc(100% + 0.6666666667em);
    left: 0;
    width: 100%;
    border-radius: 4px;
    height: 4px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-3%, #ee9603), color-stop(102.5%, #ee702e));
    background: -o-linear-gradient(left, #ee9603 -3%, #ee702e 102.5%);
    background: linear-gradient(90deg, #ee9603 -3%, #ee702e 102.5%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .menu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }

  .footer-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .footer-head__contacts {
    text-align: right;
  }

  .footer-head__contacts-phone {
    font-size: 24px;
  }

  .footer-head__contacts-mail {
    font-size: 18px;
  }

  .main-block__container {
    padding: 10.8125em 0.9375em;
  }

  .main-block__header {
    margin: 2.4375em 0em 0em 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-block__title {
    font-size: 30px;
  }

  .main-block__title span {
    display: block;
  }

  .main-block__list {
    font-size: 18px;
  }

  .work__body-item {
    gap: 30px;
  }

  .clients {
    position: relative;
  }

  .no-webp .clients::before {
    background: url("../img/decor/01.png") 0 0/contain no-repeat;
  }

  .clients::before {
    content: "";
    position: absolute;
    top: calc(100% - 300px);
    right: 0;
    width: 11.7%;
    height: 644px;
    z-index: 2;
    pointer-events: none;
  }

  .client {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .payment {
    padding: 3.125em 0em 6.25em 0em;
  }

  .payment {
    position: relative;
    z-index: 1;
  }

  .no-webp .payment::before {
    background: url("../img/decor/02.png") 0 0/contain no-repeat;
  }

  .payment::before {
    content: "";
    position: absolute;
    top: calc(100% - 300px);
    left: 0;
    width: 11.7%;
    height: 644px;
    z-index: -1;
    pointer-events: none;
  }

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

  .calc__range {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .calc__delivery {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }

  .supplies {
    padding: 1.25em 0em 7.5em 0em;
    position: relative;
    z-index: 1;
  }

  .no-webp .supplies::before {
    background: url("../img/decor/03.png") 0 0/contain no-repeat;
  }

  .supplies::before {
    content: "";
    position: absolute;
    top: calc(100% - 300px);
    right: 0;
    width: 11.7%;
    height: 644px;
    z-index: -1;
    pointer-events: none;
  }

  .supplies-body__title {
    font-size: 32px;
  }

  .supplies-body__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 10px);
    flex: 0 1 calc(50% - 10px);
  }

  .supplies-body__item-coubs {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }

  .dignity {
    padding: 6.25em 0em;
  }

  .places {
    position: relative;
    z-index: 1;
  }

  .no-webp .places::before {
    background: url("../img/decor/04.png") 0 0/contain no-repeat;
  }

  .places::before {
    content: "";
    position: absolute;
    top: calc(100% - 300px);
    right: 0;
    width: 11.7%;
    height: 644px;
    z-index: -1;
    pointer-events: none;
  }

  .faq {
    padding: 9.75em 0em;
    position: relative;
    z-index: 1;
  }

  .no-webp .faq::before {
    background: url("../img/decor/05.png") 0 0/contain no-repeat;
  }

  .faq::before {
    content: "";
    position: absolute;
    top: 470px;
    left: 0;
    width: 11.7%;
    height: 644px;
    z-index: -1;
    pointer-events: none;
  }
}

@media (any-hover: hover) and (min-width: 47.99875em) {
  .menu__link:hover::after {
    background: #ee8a10;
  }

  .menu__link:hover::before {
    opacity: 1;
  }
}

@media (min-width: 61.99875em) {
  .title {
    font-size: 48px;
  }

  .header-top {
    min-height: 91px;
  }

  .header-top__mail-link {
    font-size: 18px;
  }

  .header-top__socials {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    font-size: 38px;
  }

  .header-top__feedback-phone {
    font-size: 21px;
  }

  .menu__body {
    font-size: 18px;
  }

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

  .main-block__title {
    font-size: 39px;
  }

  .main-block__list {
    font-size: 21px;
  }

  .prices {
    padding: 1.1666666667em 2.5555555556em;
  }

  .prices__date {
    padding-right: 1.7777777778em;
  }

  .prices__num {
    font-size: 32px;
  }

  .prices__body {
    padding-left: 1.3333333333em;
  }

  .prices__body-btn {
    width: 25px;
    height: 25px;
  }

  .prices__body-current {
    font-size: 30px;
  }

  .work__body-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22%;
    flex: 0 1 22%;
  }

  .client {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23%;
    flex: 0 1 23%;
  }

  .client__header-title {
    font-size: 36px;
  }

  .client__header-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .payment__price-actual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .payment__price-title {
    font-size: 21px;
  }

  .payment__price-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .calc__range {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }

  .calc__delivery {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }

  .supplies-body__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
  }

  .dignity-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
  }

  .dignity-body__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
  }

  .faq__body {
    width: 65%;
  }
}

@media (min-width: 90.9375em) {
  .header-top__feedback-phone {
    font-size: 24px;
  }

  .footer-head__menu {
    font-size: 18px;
  }

  .main-block {
    min-height: 1030px;
  }

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

  .prices {
    font-size: 18px;
    padding: 0.7777777778em 6.3333333333em 0.7777777778em 2.5555555556em;
    margin: 0em 4.4444444444em 0em 0em;
  }

  .prices__body-list {
    font-size: 18px;
    top: 8px;
    left: calc(100% - 100px);
  }

  .prices__body-current {
    font-size: 36px;
  }

  .work__body-desc {
    font-size: 20px;
  }

  .payment__price {
    padding: 1.8125em 6.9375em;
  }

  .payment__price-separator {
    margin: 0em 11%;
  }

  .payment__price-title {
    font-size: 24px;
  }

  .payment__price-value {
    font-size: 36px;
  }

  .range__final-value {
    font-size: 32px;
  }

  .supplies-header {
    padding: 1.8125em 4em;
  }

  .supplies-header__pickup-title {
    font-size: 42px;
  }

  .supplies-header__pickup-price span {
    font-size: 48px;
  }

  .supplies-header__address {
    font-size: 24px;
  }

  .supplies-body__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27%;
    flex: 0 1 27%;
  }

  .supplies-body__item-weight {
    font-size: 28px;
  }

  .supplies-body__item-price {
    font-size: 36px;
  }

  .supplies-body__item-coubs {
    font-size: 20px;
    width: 120px;
    height: 120px;
  }

  .dignity-body__list-item {
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px;
    font-size: 18px;
  }

  .places-body {
    gap: 79px;
  }

  .places-body__dignity-item:not(:last-child) {
    margin: 0em 0em 3.2222222222em 0rem;
  }

  .places-body__map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 881px;
    flex: 0 0 881px;
  }

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

  .faq__body {
    width: 50%;
  }
}

@media (min-width: 75em) {
  .main-block__title {
    font-size: 50px;
  }

  .dignity-body__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
  }

  .dignity-body__wrapper {
    max-width: 650px;
  }
}

@media (max-width: 90.9375em) {
  .prices__body-list {
    bottom: calc(100% - 15px);
    right: 0;
  }

  .range__subtitle {
    font-size: 14px;
  }

  .places-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .places-body__dignity-list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 10px;
  }
}

@media (max-width: 61.99875em) {
  .header-top__feedback-title span {
    font-size: 12px;
  }

  .footer-head__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-body__privacy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .work__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .calc__image {
    display: none;
  }

  .supplies-body__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dignity-body__slider {
    margin: 2.5em 0em 0em 0em;
  }

  .places-body__map {
    display: none;
  }
}

@media (max-width: 47.99875em) {
  body.lock {
    overflow: hidden;
  }

  .header-top__feedback-title {
    display: none;
  }

  .header-top__feedback-phone span {
    display: none;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 5rem 0.625rem 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-size: 26px;
    background: #fff;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    z-index: 10;
  }

  .menu__body.active {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

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

  .menu__item:not(:last-child) {
    margin: 0em 0em 0.8333333333em 0rem;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 0.125rem;
    width: 100%;
    background-color: #ee9603;
    border-radius: 0.125rem;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: "";
    left: 0;
  }

  .icon-menu span {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-menu::before {
    top: 4.5px;
  }

  .icon-menu::after {
    bottom: 4.5px;
  }

  .icon-menu.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .icon-menu.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer-head__menu {
    margin: 1.25em 0em 0em 0em;
  }

  .footer-head__contacts {
    margin: 1.25em 0em 0em 0em;
  }

  .prices {
    margin-top: 1.1111111111em;
  }

  .clients__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .calc__delivery {
    margin: 1.5625em 0em 0em 0em;
  }
}

@media (max-width: 35.99875em) {
  .header-top__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }

  .header-top__mail-link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header-top__mail-link span {
    display: none;
  }

  .header-top__mail-link::before {
    font-size: 22px;
  }
  .icon-telegramm:before, .icon-whatsapp:before, .icon-viber:before {
    font-size: 32px;
  }
  a.header-top__mail-link.icon-envelope {
    display: none;
  }
  .header-top__socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-top__feedback-link::before {
    font-size: 22px;
  }
  .header-top__feedback {
    padding-left: 15px;
  }

  .main-block__container {
    background: rgba(205, 205, 205, 0.4);
  }

  .dignity-body__list-item {
    font-size: 14px;
  }

  .places-header__item-wreath img {
    max-width: 100%;
  }
}

@media (any-hover: hover) {
  .popup__close:hover::before,
  .popup__close:hover::after {
    background: #000;
  }

  .icon-telegramm:hover {
    color: #2d75b9;
  }

  .icon-whatsapp:hover {
    color: #196b00;
  }

  .icon-viber:hover {
    color: #4b2c64;
  }

  .form__checkbox-privacy:hover {
    color: #ee8a10;
  }

  .btn.btn-orange:hover {
    color: #000;
  }

  .header-top__mail-link:hover {
    color: #ee9603;
  }

  .header-top__feedback-link:hover {
    color: #ee9603;
  }

  .menu__link:hover {
    color: #ee8a10;
  }

  .footer-head__menu-link:hover {
    color: #ee9603;
  }

  .footer-head__contacts-link:hover {
    color: #ee9603;
  }

  .footer-body__link:hover {
    color: #ee9603;
  }

  .prices__body-btn:hover + .prices__body-list {
    display: block;
  }

  .places-body__map-link:hover {
    color: #fff;
  }

  .places-body__map-link:hover + img {
    display: block;
  }
}

.webp .main-block {
  background: url(../img/main-block-bg.jpg) bottom center/cover no-repeat;
}

.webp .faq {
  background: -o-linear-gradient(87.3deg, white 2.01%, rgba(255, 255, 255, 0.378) 50.27%, rgba(255, 255, 255, 0) 100.91%), -o-linear-gradient(358.17deg, rgba(255, 255, 255, 0.9) 1.34%, rgba(255, 255, 255, 0.378) 10.06%, rgba(255, 255, 255, 0) 16.71%), -o-linear-gradient(272.72deg, rgba(255, 255, 255, 0.9) 2.25%, rgba(255, 255, 255, 0.378) 20.65%, rgba(255, 255, 255, 0) 46.13%), -o-linear-gradient(247.49deg, rgba(255, 255, 255, 0.9) 14.77%, rgba(255, 255, 255, 0.72) 17.27%, rgba(255, 255, 255, 0.378) 22.25%, rgba(255, 255, 255, 0) 40.01%), -o-linear-gradient(179.24deg, #e9f2f7 0.65%, #e9f2f7 9.19%, #eff5f9 22.78%, rgba(242, 247, 250, 0.67) 38.87%, rgba(253, 255, 254, 0) 56.06%), url(../img/faq-bg.webp) top center/100% auto no-repeat;
  background: linear-gradient(2.7deg, white 2.01%, rgba(255, 255, 255, 0.378) 50.27%, rgba(255, 255, 255, 0) 100.91%), linear-gradient(91.83deg, rgba(255, 255, 255, 0.9) 1.34%, rgba(255, 255, 255, 0.378) 10.06%, rgba(255, 255, 255, 0) 16.71%), linear-gradient(177.28deg, rgba(255, 255, 255, 0.9) 2.25%, rgba(255, 255, 255, 0.378) 20.65%, rgba(255, 255, 255, 0) 46.13%), linear-gradient(202.51deg, rgba(255, 255, 255, 0.9) 14.77%, rgba(255, 255, 255, 0.72) 17.27%, rgba(255, 255, 255, 0.378) 22.25%, rgba(255, 255, 255, 0) 40.01%), linear-gradient(270.76deg, #e9f2f7 0.65%, #e9f2f7 9.19%, #eff5f9 22.78%, rgba(242, 247, 250, 0.67) 38.87%, rgba(253, 255, 254, 0) 56.06%), url(../img/faq-bg.webp) top center/100% auto no-repeat;
}

.webp .faq {
  background: url(../img/faq-bg.jpg) 0 0/100% auto no-repeat;
}

@media (min-width: 47.99875em) {
  .webp .clients::before {
    background: url(../img/decor/01.webp) 0 0/contain no-repeat;
  }
}

@media (min-width: 47.99875em) {
  .webp .payment::before {
    background: url(../img/decor/02.webp) 0 0/contain no-repeat;
  }
}

@media (min-width: 47.99875em) {
  .webp .supplies::before {
    background: url(../img/decor/03.webp) 0 0/contain no-repeat;
  }
}

@media (min-width: 47.99875em) {
  .webp .places::before {
    background: url(../img/decor/04.webp) 0 0/contain no-repeat;
  }
}

@media (min-width: 47.99875em) {
  .webp .faq::before {
    background: url(../img/decor/05.webp) 0 0/contain no-repeat;
  }
}

@media (max-width: 500px) {
  .main-block__video {
    max-width: 100%
  }
}

@media (max-width: 460px) {
  .main-block__btn {
    flex-direction: column;
  }
  .main-block__btn .btn {
    width: 260px;
  }
}

#toTop {
  width: 50px;
  height: 50px;
  border: 1px solid #ee8713;
  background:#ee8713;
  position:fixed;
  bottom:10px;
  right:10px;
  cursor:pointer;
  display:none;
  color:#333;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  transition: .25s all ease-in-out;
  z-index: 10;
}

#toTop:hover {
  opacity: .7;
}

#toTop img{
  width: 22px;
}
