td.popupmenu div.popupitem .playlist-edit {
  background-image: url(../../../../../components/bitrix/player/images/playlist_edit.gif);
}

.progress-bar.active {
  background: #fff7e6;
  transition: width 5s ease;
}

.progress-bar-wrap {
  background: rgba(255, 248, 234, 0.2);
  height: 2px;
}

.first {
  position: relative;
}

.slide {
  height: 100vh;
}

.slide video {
  width: 100%;
}

.first__buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: auto;
  display: flex;
  margin-top: 60px;
}

.first__consultation {
  background-color: #fff7e6;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: var(--black);
  border-radius: 4.44444vw;
  margin-top: 1.11111vw;
  padding: 1.25vw 1.9vw;
  font-size: 1.38889vw;
  line-height: 1.94444vw;
  cursor: pointer;
}

.first__phone:hover {
  color: #fef774;
  border: #fef774 1px solid;
}

.first__consultation:hover {
  background-color: #fef774;
}

.first__phone {
  color: #fff7e6;
  border-color: #fff7e6;
  border: 1px solid #fff7e6;
  color: #fff7e6;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2vw;
  padding-right: 2vw;
  border-radius: 4.44444vw;
  margin-top: 1.11111vw;
  padding: 1.25vw 1.9vw;
  font-size: 1.38889vw;
  line-height: 1.94444vw;
  transition: 0.2s;
}

.progress:hover span {
  color: #fef774;
}

.progress:hover .progress-bar.active {
  background: #fef774;
}

.progress {
  cursor: pointer;
  width: 25%;
}

.progress span {
  color: #a09487;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.45s;
  padding-bottom: 1vw;
  display: block;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}

.progress-bars {
  padding-left: 2.22vw;
  padding-right: 2.22vw;
  gap: 20px;
}

.slider {
  position: relative;
}

.slider__shadow {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 18;
  transition: background 0.7s;
}

.first__content {
  width: 100%;
  height: 100%;

  margin-top: 400px;
}

.first__content-text {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px !important;
}

.first__content-wrap {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
}

.first__content-wrap h1 {
  color: #fff7e6;
  text-align: center;
  letter-spacing: -0.03em;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.88vw;
  font-weight: 400;
  line-height: 100%;
}

.first__content-wrap p {
  margin-top: 0.555556em;
  font-weight: 400;
  color: #fff8ea;
  letter-spacing: -0.01em;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 1.11111vw;
  line-height: 1.52778vw;
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.slide video {
  width: 100%;
}

.slide.active {
  display: block;
}

.progress-bars {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 3.5%;
}

.progress-bar {
  flex: 1;
  height: 2px;
  background-color: #808080ff;
  border-radius: 5px;
}

.progress-bar.active {
  background-color: #fff7e6;
}

@media screen and (max-width: 768px) {
  .header__menu {
    display: grid;
  }
  .header__inner {
    flex-wrap: wrap;
  }
  .dropdown > a:after {
    vertical-align: middle;
  }
  .header-nav li > a {
    font-size: 16px;
  }
  .header__inner > .header-nav {
    display: none;
  }
  .header__burger {
    display: grid;
  }
  .header__logo img {
    width: auto;
  }
  .header-nav {
    grid-column-gap: unset;
    display: grid;
    gap: 10px;
  }
  .dropdown__wrap {
    transition: all 5s;
    max-height: 0;
    position: unset;
  }
  .dropdown.active .dropdown__wrap {
    max-height: 600px;
  }
  .first__content-text {
    width: 100%;
  }
  .first__content-wrap h1 {
    width: 90%;
    margin: 0 auto;
    letter-spacing: -0.03vw;
    font-size: 9.6vw;
    line-height: 10.1333vw;
  }
  .first__content-wrap p {
    font-size: 3.73333vw;
    line-height: 5.33333vw;
  }
  .slide video {
    width: auto;
    height: 100vh;
  }
  .progress-bars {
    gap: 5px;
    margin-top: 100px;
    margin-bottom: -4%;
  }
  .first__consultation {
    width: 100%;
    text-align: center;
    border-radius: 64px;
    padding: 4.26vw 5.33vw;
    font-size: 4.26vw;
    line-height: 4.26vw;
  }
  .first__phone {
    width: 100%;
    text-align: center;
    border-radius: 64px;
    padding: 4.26vw 5.33vw;
    font-size: 4.26vw;
    line-height: 4.26vw;
  }
  .first__buttons {
    display: grid;
    gap: 10px;
    margin-top: 70px;
  }
  .first__content {
  }
  .progress span {
    font-size: 2.7vw;
    line-height: 5.86vw;
  }
}

.about-us {
  padding-left: 40px;
  padding-right: 40px;
}

.about-us .section-title {
  margin-bottom: 4.444vw;
}

.companies {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.companies__item {
  max-width: 100%;
  border-radius: 20px;
  text-decoration: none;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  background-color: transparent;
}

.companies__item:hover {
  background-color: #f5ecdb;
}

.companies__item-desc {
  color: var(--brown);
  letter-spacing: -0.03em;
  font-size: 1.66vw;
  line-height: 2.08333vw;
  margin-top: 16px;
}

.companies__item img {
  height: 40px;
}

.companies__item-date {
  color: var(--dark-grey);
  letter-spacing: -0.01em;
  margin-bottom: 0;
  font-size: 1.666vw;
  font-weight: 500;
  line-height: 1.944vw;
  text-decoration: none;
  margin-top: 0.555vw;
}

@media screen and (max-width: 479px) {
  .about-us {
    padding-right: 0;
    padding-left: 0;
  }
  .about-us .section-title {
    margin-bottom: 6.4vw;
  }
  .companies {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .companies__item {
    grid-row-gap: 0;
  }
  .companies__item img {
    height: auto;
    width: 60%;
  }
  .companies__item-desc {
    letter-spacing: -0.01vw;
    font-size: 4.26vw;
    line-height: 5.86vw;
  }
  .companies__item-date {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.01em;
    margin-top: 16px;
  }
}

.service__slide {
  margin-right: 1.111vw !important;
  width: calc(25% - 0.83325vw) !important;
  padding-right: 20px !important;
  display: grid !important;
  gap: 0.555vw;
  max-width: 450px;
}

.service__slide .service__slide-name {
  color: #41342e;
  text-align: left;
  letter-spacing: -0.03em;
  font-size: 2.22222vw;
  line-height: 2.63889vw;
  font-weight: normal;
}

.service__slide .service__slide-desc {
  color: #41342e;
  direction: ltr;
  letter-spacing: -0.01em;
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.11vw;
  line-height: 1.527vw;
  display: inline;
}

.service__slide-img {
  margin-bottom: 0.666vw;
  overflow: hidden;
}

.service__slide-img img:hover {
  transform: scale(1.1);
}

.service__slide-img img {
  max-width: 100%;
  height: 100%;
  transition: 1.5s;
  object-fit: cover;
}

.service__slide-size {
  color: #41342e;
  width: 100%;
  text-align: left;
  letter-spacing: -0.01em;
  white-space: normal;
  border-radius: 20px;
  font-size: 1.38889vw;
  font-weight: 400;
  line-height: 1.94444vw;
  display: block;
}

.service__slide-price {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.666vw;
  font-weight: 400;
  line-height: 1.944vw;
  text-decoration: none;
  color: #a09487;
}

@media screen and (max-width: 479px) {
  .service__slide .service__slide-name {
    font-weight: 400;
    text-align: left;
    line-height: 7.46vw;
    font-size: 6.4vw;
    margin-top: 4.266vw;
  }
  .service__slide .service__slide-desc {
    font-size: 3.733vw;
    line-height: 5.333vw;
    text-align: left;
    margin-top: 2.13vw;
  }
  .service__slide-size {
    font-size: 4.53vw;
    line-height: 5.1vw;
    margin-top: 2.13vw;
  }
  .service__slide-price {
    font-size: 5.33vw;
    line-height: 6.44vw;
    margin-top: 2.13vw;
  }
  .service__slide-img img {
    width: 100%;
    object-fit: cover;
  }
  .aromat__arrows,
  .services__arrows {
    display: none;
  }
  .service__slide {
    padding: 0;
    gap: 0;
    margin-right: 5px !important;
    width: calc(66.6667% - 0.333333em) !important;
  }
  .service__slide-img {
    display: flex;
  }
  .aromat__slider .slick-list,
  .services__slider .slick-list {
    padding: 0 20px !important;
  }
  .aromat__slider .swiper-wrapper,
  .services__slider .swiper-wrapper {
    margin-left: 4.26vw;
  }
}

.main-news__container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  background-color: transparent;
  align-items: center;
  padding: 2.22em 2em;
  width: 100%;
}

.main-news__item-link {
  max-width: 100%;
  display: inline-block;
}

.main-news__container-group {
  width: 100%;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
}

.main-news__container-info {
  align-self: auto;
  width: 48.88em;
}

.main-news__container-bottom {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 48.88em;
  margin-top: 1.666vw;
}

.main-news__item-title {
  color: var(--brown);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.05vw;
  line-height: 3.33vw;
  text-decoration: none;
  display: block;
}

.main-news__item-title:hover {
  color: var(--brown);
}

.main-news__item-desc {
  text-align: center;
  letter-spacing: -0.01em;
  white-space: normal;
  border-radius: 20px;
  font-size: 1.38889vw;
  font-weight: 400;
  line-height: 1.94444vw;
  display: block;
  margin-top: 16px;
  margin-bottom: 1.666vw;
}

.main-news__item-date {
  float: none;
  clear: none;
  direction: ltr;
  letter-spacing: -0.01em;
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.11vw;
  line-height: 1.527vw;
  display: inline;
  width: auto;
  text-align: left;
  color: var(--dark-grey);
}

.main-news__container-layout {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-news__item .main-news__item-link {
  margin-bottom: 1.666vw;
}

.main-news__item .main-news__item-title {
  color: var(--brown);
  text-align: left;
  letter-spacing: -0.03em;
  font-size: 2.22222vw;
  line-height: 2.63889vw;
  margin-bottom: 0.555vw;
  width: 90%;
}

.main-news__item .main-news__item-desc {
  color: var(--brown);
  clear: none;
  direction: ltr;
  text-align: center;
  letter-spacing: -0.01em;
  white-space: break-spaces;
  margin-top: 0;
  padding: 0;
  font-size: 1.11vw;
  line-height: 1.527vw;
  display: inline;
}

.main-news__item .main-news__container-bottom {
  width: 100%;
  margin-top: 1.666vw;
}

.main-news__item .main-news__container-info {
  width: 100%;
}

@media screen and (max-width: 479px) {
  .main-news__container {
    flex-direction: column;
    align-items: center;
    padding: 0 4.26vw 10.6vw;
  }
  .main-news__container-group {
    padding-top: 0;
  }
  .main-news__item-title {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-top: 0;
  }
  .main-news__item-desc {
    font-size: 4.53vw;
    line-height: 5.1vw;
    margin-bottom: 0;
  }
  .main-news__container-info {
    width: 100%;
  }
  .main-news__container-bottom {
    width: 100%;
    margin-top: 6.4vw;
  }
  .main-news__item-date {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
  .main-news__container-bottom .small-default-btn {
    margin-top: 0;
    border-radius: 17vw;
  }
  .main-news__container-layout {
    display: block;
  }
  .main-news__item .main-news__item-link {
    margin-bottom: 5.5vw;
  }
  .main-news__item .main-news__item-title {
    line-height: 7.46vw;
    font-size: 6.4vw;
    margin-bottom: 2.13vw;
  }
  .main-news__item .main-news__item-desc {
    font-size: 3.733vw;
    line-height: 5.333vw;
  }
  .main-news__item .main-news__container-bottom {
    margin-top: 6.4vw;
  }
  .main-news__item {
    margin-bottom: 8.533vw;
  }
  .main-news__item:last-of-type {
    margin-bottom: 0;
  }
}

#first-name-field {
  display: none;
}

form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.feedback-form__title {
  margin-bottom: 1.666vw;
  text-align: center;
  font-size: 3.05vw;
  line-height: 3.33vw;
}

.feedback-form__desc {
  padding-top: 16px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  white-space: normal;
  border-radius: 20px;
  font-size: 1.38889vw;
  font-weight: 400;
  line-height: 1.94444vw;
  display: block;
  margin-bottom: 2.77vw;
}

.feedback-form input[type="text"] {
  height: 3.88vw;
  background-color: var(--black-2);
  color: var(--black);
  letter-spacing: -0.01em;
  border: 1px #000;
  border-radius: 0.347222vw;
  flex: 1;
  margin-bottom: 1.11vw;
  padding: 0.972vw 1.11vw;
  font-size: 1.388vw;
  line-height: 1.94vw;
  position: static;
  width: 100%;
  vertical-align: middle;
  outline: none;
}

.feedback-form input[type="text"]:hover,
.feedback-form input[type="text"]:active,
.feedback-form input[type="text"]:focus {
  border-color: transparent;
  outline: none;
}

.feedback-form input[type="submit"] {
  cursor: pointer;
  height: 4vw;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: -0.01px;
  border-radius: 6vw;
  font-size: 1.1vw;
  line-height: 1.56vw;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  padding: 1.18vw 15px;
  margin-top: 1vw;
  width: 100%;
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

.feedback-form input[type="submit"]:hover {
  background-color: var(--yellow);
  color: var(--black);
  border-color: transparent;
  outline: none;
}

.feedback-form__privacy {
  margin-top: 1.111vw;
  font-size: 0.833333vw;
  line-height: 1.11vw;
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: -0.01em;
}

.feedback-form__privacy a {
  text-decoration: underline;
  color: var(--dark-grey);
}

.feedback-form__privacy a:hover {
  color: var(--dark-grey);
}

.feedback-form-result__title {
  color: var(--brown);
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.05vw;
  line-height: 3.33vw;
  font-weight: 400;
  margin-bottom: 1.666vw;
}

.feedback-form-result__desc {
  width: 100%;
  text-align: left;
  letter-spacing: -0.01em;
  white-space: normal;
  border-radius: 20px;
  font-size: 1.38889vw;
  font-weight: 400;
  line-height: 1.94444vw;
  display: block;
}

@media screen and (max-width: 479px) {
  .feedback-form__title {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6.4vw;
  }
  .feedback-form__desc {
    font-size: 4.53vw;
    line-height: 5.1vw;
    margin-bottom: 8.533vw;
  }
  .feedback-form input[type="text"] {
    border-radius: 1.33vw;
    margin-bottom: 3.2vw;
    padding: 3.73vw 4.26vw;
    font-size: 4.53vw;
    line-height: 5.86vw;
    width: 100%;
    height: auto;
  }
  .feedback-form input[type="submit"] {
    margin-top: 3.2vw;
    height: 12.8vw;
    border-radius: 64px;
    padding-top: 4.26vw;
    padding-bottom: 4.26vw;
    font-size: 4.26vw;
    line-height: 4.26vw;
  }
  .feedback-form__privacy {
    font-size: 3.2vw;
    line-height: 4.26vw;
    margin-top: 4.266vw;
  }
  .feedback-form-result__title {
    font-size: 8vw;
    line-height: 9.6vw;
    margin-bottom: 6.4vw;
  }
  .feedback-form-result__desc {
    font-size: 4.53vw;
    line-height: 5.1vw;
  }
  .feedback-section__group-right .feedback-form-result {
    height: 50vh;
  }
}
