/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/media-query-plugin/src/loader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./src/styles/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
TODO перенести миксины с новой сборки
*/
@font-face {
  font-family: "Sverdlovsk";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SverdlovskRegular.woff2) format("woff2");
  font-display: swap;
}

.air-datepicker-global-container {
  z-index: 111111;
}

.air-datepicker-global-container .air-datepicker {
  background: #1b1b1b;
}

.air-datepicker-global-container .air-datepicker-cell.-current- {
  background: #ffc092;
  color: #fff;
}

.air-datepicker-global-container .air-datepicker-cell:hover {
  background: #ffc092;
  color: #fff;
}

.air-datepicker-global-container .air-datepicker-body--day-name {
  color: #ffc092;
}

body {
  min-width: 320px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  line-height: 19px;
  color: #fff;
}

body.menu--opened {
  overflow: hidden;
}

html {
  height: 100%;
  background: #111111;
}

.x-hidden {
  overflow-x: hidden;
  overflow-y: clip;
}

.swiper-visible .swiper-container {
  overflow: visible;
}

@media screen and (min-width: 768px) {
  .swiper-visible .swiper-container {
    overflow: hidden;
  }
}

.d-none {
  display: none !important;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  color: inherit;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.fancybox-content {
  padding: 0;
  overflow: visible;
  width: 100%;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .fancybox-content {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fancybox-close-small {
  display: none;
}

.container {
  --container-padding: 0px;
  --container-max-width: 420px;
  width: 93.75%;
  margin: 0 auto;
  max-width: var(--container-max-width);
  padding: 0 var(--container-padding);
}

@media screen and (min-width: 768px) {
  .container {
    --container-max-width: 95%;
    --container-padding: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    --container-padding: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    --container-max-width: 1320px;
    --container-padding: 0;
  }
}

.swiper-button-prev:after {
  content: url(../img/arrow-prev.svg);
}

.swiper-button-next:after {
  content: url(../img/arrow-next.svg);
}

.accordions {
  margin: 50px auto 35px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .accordions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .accordions {
    margin: 90px 0 77px;
    padding: 0 50px;
  }
}

.accordions__item {
  padding: 20px 10px;
  border-radius: 6px;
  background: #1c1c1c;
  transition: 0.3s;
}

.accordions__item:hover {
  background: #000;
}

@media screen and (min-width: 768px) {
  .accordions__item {
    width: 100%;
    padding: 20px 18px 20px 22px;
    align-self: baseline;
  }
}

.accordions__item.accordion-active .accordions__item-content {
  max-height: 500px;
  margin-top: 17px;
}

.accordions__item.accordion-active svg {
  transform: rotateX(180deg);
  transition: 0.3s;
}

.accordions__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffc092;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  height: 22px;
}

.accordions__item-header svg {
  width: 18px;
  height: 10px;
  flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
  .accordions__item-header svg {
    width: 25px;
  }
}

.accordions__item-title {
  color: #fff;
  margin-left: 10px;
  margin-right: auto;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .accordions__item-title {
    margin-left: 33px;
  }
}

.accordions__item-price {
  margin-left: 10px;
}

.accordions__item-content {
  max-height: 0;
  overflow: hidden;
  margin-top: 0px;
  color: #fff;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  transition: max-height 0.5s;
  transition: margin 0.5s;
  padding-left: 28px;
}

@media screen and (min-width: 1200px) {
  .accordions__item-content {
    padding-left: 58px;
  }
}

.additional-services__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 43px;
}

@media screen and (min-width: 768px) {
  .additional-services__content {
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 20px;
    border-radius: 6px;
  }
}

.additional-services__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.additional-services__item {
  border-radius: 13px;
  padding: 15px 18px 17px;
  max-width: 100%;
  min-height: 190px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .additional-services__item {
    max-width: 50%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.additional-services__title {
  font-family: "Sverdlovsk";
  font-weight: 400;
  font-size: 45px;
  line-height: 48px;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  margin-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .additional-services__title br {
    display: none;
  }
}

.additional-services__text {
  font-family: "Manrope";
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .additional-services__text {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

.additional-services__btn {
  width: 120px;
  height: 42px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-size: 16px;
  line-height: 22px;
  margin: 21px auto 0;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.5s;
}

.additional-services__btn:hover {
  background: #ffc092;
  color: #000;
}

.additional-services__divider {
  margin: 30px auto 0;
  width: 278px;
  height: 1px;
  background: #666;
}

@media screen and (min-width: 768px) {
  .additional-services__divider {
    display: none;
  }
}

.breadcrumbs {
  font-weight: 300;
  color: #727272;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding-left: 30px;
  }
}

.breadcrumbs__link {
  margin-right: 5px;
}

.breadcrumbs__link_block {
  display: flex;
}

.breadcrumbs__link_block:not(:last-child):after {
  content: " /";
  margin: 0 5px;
}

.category-btns {
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 2px;
  justify-content: space-between;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  .category-btns {
    padding: 3px;
    max-width: 440px;
    margin: 0;
  }
}

.category-btns label {
  padding: 8px 11px;
  color: #ffc092;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .category-btns label {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
  }
}

.category-btns label:hover {
  color: #fff;
}

.category-btns label:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #ffc092;
  position: absolute;
  top: 0px;
  right: 0;
}

.category-btns label:last-child {
  border: none;
}

.category-btns label:last-child:before {
  content: "";
  width: 0;
  height: 0;
}

.category-btns input {
  opacity: 0;
  width: 0;
  height: 0;
}

.category-btns input:checked + label {
  background: #ffc092;
  color: #111111;
  transition: background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  box-shadow: 0px 0px 8px #ffc092;
}

.category-btns input:checked + label::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  left: -1px;
}

.category-btns input:checked + label::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0px;
  right: -1px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
}

.checkbox__input:checked + .checkbox__label {
  background: #ffc092;
}

.checkbox__input:checked + .checkbox__label:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid #1b1b1b;
  border-left: 2px solid #1b1b1b;
  left: 3px;
  top: 4px;
  transform: rotate(-45deg);
}

.checkbox__label {
  width: 18px;
  height: 18px;
  border: 1px solid #ffc092;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

.contacts-page {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .contacts-page {
    position: relative;
    z-index: 9;
    margin-bottom: -90px;
  }
}

@media screen and (min-width: 1200px) {
  .contacts-page {
    margin-bottom: -180px;
  }
}

.contacts-page__title {
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 60px;
}

@media screen and (min-width: 768px) {
  .contacts-page__title {
    font-size: 150px;
  }
}

.contacts-page__text {
  font-weight: 400;
  line-height: 16px;
  margin: 80px 0 15px;
}

.contacts-page__links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 15px 0 30px;
}

@media screen and (min-width: 1200px) {
  .contacts-page__links {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.contacts-page__phone {
  color: #ffc092;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contacts-page__phone {
    font-size: 60px;
  }
}

.contacts-page__phone:hover {
  color: #fff;
}

.contacts-page__email {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.contacts-page__email:hover {
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .contacts-page__email {
    font-size: 26px;
  }
}

.contacts-page__address {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .contacts-page__address {
    font-size: 26px;
  }
}

.cookie {
  position: fixed;
  width: 300px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 22px 22px 15px;
  z-index: 99;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .cookie {
    transform: translateX(0);
    left: auto;
    top: auto;
    bottom: 44px;
    right: 180px;
  }
}

.cookie__header {
  display: flex;
  align-items: center;
  gap: 13px;
}

.cookie__header svg {
  width: 53px;
  height: 43px;
  color: #ffc092;
}

.cookie__text {
  font-weight: 300;
}

.cookie__btn {
  border-radius: 4px;
  border: 1px solid #ffc092;
  width: 227px;
  height: 36px;
  color: #ffc092;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  transition: 0.5s;
}

.cookie__btn:hover {
  background: #ffc092;
  color: #111111;
}

.dropdown {
  padding: 9px 0;
  position: relative;
  z-index: 9999999;
}

@media screen and (min-width: 1200px) {
  .dropdown {
    padding: 9px 7px;
    color: #ffc092;
  }

  .dropdown svg {
    width: 22px;
    height: 7px;
    margin-left: 3px;
  }
}

.dropdown:hover .dropdown__list {
  opacity: 1;
  visibility: visible;
  pointer-events: fill;
  transition: opacity 0.6s ease-in-out;
}

.dropdown__list-inner {
  min-width: 180px;
  margin-top: 20px;
  background: #1b1b1b;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 10px;
  pointer-events: all;
  padding: 10px;
}

.dropdown__list {
  color: #ffc092;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

/*
TODO перенести миксины с новой сборки
*/
.icon {
  flex-shrink: 0;
  font-size: 0;
  fill: currentColor;
  display: inline-block;
}

.icon.-hand {
  width: 511px;
  height: 512px;
  background: url(../img/icons-sprite.svg) -2px -2px no-repeat;
}

.icon.-test--test2 {
  width: 511px;
  height: 512px;
  background: url(../img/icons-sprite.svg) -517px -2px no-repeat;
}

.interior {
  padding-top: 30px;
  padding-bottom: 67px;
}

@media screen and (min-width: 1200px) {
  .interior {
    padding-top: 0;
  }
}

.interior__title {
  font-family: "Sverdlovsk", sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .interior__title {
    font-size: 150px;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 32px;
  }
}

.interior__touch {
  margin: 20px 0 6px;
  display: flex;
  justify-content: flex-end;
  transform: translateY(10px);
}

@media screen and (min-width: 768px) {
  .interior__touch {
    display: none;
  }
}

.interior__touch svg {
  width: 30px;
  height: 34px;
  color: #ffc092;
}

@media screen and (min-width: 1200px) {
  .interior__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    gap: 30px;
    padding-left: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .interior__wrapper {
    gap: 116px;
  }
}

.interior__items {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 7px;
}

@media screen and (min-width: 1200px) {
  .interior__items {
    margin: 0;
  }
}

.interior__item-wrapper {
  max-width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

@media screen and (min-width: 1200px) {
  .interior__item-wrapper {
    margin-top: 0;
  }
}

.interior__item {
  max-width: 90px;
  color: #ffc092;
}

.interior__item:last-child {
  width: 90px;
  flex-shrink: 0;
}

.interior__item svg {
  width: 57px;
  height: 53px;
}

.interior__item-text {
  margin-top: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  min-width: 61px;
}

.interior__description {
  font-weight: 300;
  max-width: 100%;
  margin: 50px auto 0;
}

@media screen and (min-width: 1200px) {
  .interior__description {
    margin: 0;
    max-width: 870px;
  }
}

.interior__description-wrapper {
  max-height: 60px;
  overflow: hidden;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .interior__description-wrapper {
    text-align: left;
    max-height: 90px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }
}

.interior__description-wrapper + a {
  margin: 12px auto 0;
  display: block;
  color: #ffc092;
  font-size: 12px;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .interior__description-wrapper + a {
    font-size: 16px;
    padding-left: 0;
  }
}

.interior__swiper {
  display: flex;
  flex-direction: column-reverse;
}

.interior__swiper-main .swiper-slide {
  height: 370px;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5) inset;
}

@media screen and (min-width: 768px) {
  .interior__swiper-main .swiper-slide {
    height: 550px;
  }
}

.interior__swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interior__swiper-aside {
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .interior__swiper-aside {
    margin-top: 60px;
    padding: 20px 0 17px;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }

  .interior__swiper-aside .swiper-slide:last-child {
    margin-right: 20px;
  }

  .interior__swiper-aside .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

.interior__swiper-aside .swiper-slide {
  width: 160px;
  height: 152px;
}

.interior__swiper-aside .swiper-slide img {
  width: 100%;
  height: calc(100% - 42px);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.interior__swiper-aside .swiper-slide-thumb-active img {
  border: 1px solid #ffc092;
}

.interior__swiper-aside .swiper-button-prev {
  color: #ffc092;
  left: -30px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .interior__swiper-aside .swiper-button-prev {
    display: block;
  }
}

.interior__swiper-aside .swiper-button-next {
  color: #ffc092;
  right: -30px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .interior__swiper-aside .swiper-button-next {
    display: block;
  }
}

.interior__slide-text {
  margin-top: 7px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}

@media screen and (min-width: 1200px) {
  .interior__slide-text {
    margin-top: 19px;
  }
}

.master-card {
  position: relative;
  width: 272px;
  height: 418px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1200px) {
  .master-card {
    height: 467px;
    width: 327px;
  }
}

.master-card__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /*height: 50%;*/
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(0deg, #000 20.28%, rgba(0, 0, 0, 0) 92.47%);
  box-sizing: border-box;
  padding: 0 10px 10px 7px;
  z-index: 3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

.master-card__name {
  margin-left: 2px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 13px;
}

@media screen and (min-width: 1200px) {
  .master-card__name {
    margin-left: 8px;
  }
}

.master-card__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.master-card__action-btn {
  width: 121px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffc092;
  border-radius: 4px;
  color: #ffc092;
  font-size: 14px;
  line-height: 19px;
  transition: 0.6s;
}

.master-card__action-btn:hover {
  background: #ffc092;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .master-card__action-btn {
    width: 148px;
    height: 40px;
    font-size: 16px;
    line-height: 22px;
  }
}

.master-card__status {
  display: flex;
  align-items: center;
  color: #e1ff28;
  text-shadow: 0px 0px 4px rgba(225, 255, 40, 0.5);
}

.master-card__status--not-worked {
  color: #969696;
  text-shadow: none;
}

.master-card__status svg {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1200px) {
  .master-card__status svg {
    width: 36px;
    height: 34px;
  }
}

.master-card__status-text {
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .master-card .parametrs {
    padding-right: 5px;
  }

  .master-card .parametrs__item svg {
    width: 30px;
    height: 28px;
  }

  .master-card .parametrs__item-text {
    font-size: 14px;
    margin-left: 5px;
  }
}

.master-card .swiper-pagination-fraction {
  top: 47%;
  bottom: auto;
  left: auto;
  right: 23px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0 1px 1px 2px;
  line-height: 19px;
}

.master-card .swiper-navigation {
  position: absolute;
  top: 47%;
  z-index: 6;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3px 0 9px;
}

.master-card .swiper-btn {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  width: 21px;
  height: 21px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.master-card .swiper-btn--next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.master-card .swiper-btn svg {
  width: 12px;
  height: 12px;
}

.master-card .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.master-card .swiper-slide {
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu--opened .menu {
  display: block;
}

.menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 7;
}

.menu__wrapper {
  position: absolute;
  width: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  padding: 40px 26px;
  overflow: scroll;
}

.menu__close {
  position: absolute;
  top: 37px;
  right: 17px;
  color: #ffc092;
}

.menu__close svg {
  width: 21px;
  height: 21px;
}

.menu__items {
  display: flex;
  flex-direction: column;
}

.menu__item {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.menu__item:hover {
  color: #ffc092;
}

.menu__btn {
  width: 207px;
  height: 46px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 35px;
}

.menu__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #ffc092;
  text-align: center;
  display: block;
}

.menu__divider {
  width: 139px;
  height: 0.5px;
  background: #666;
  margin: 7px auto;
}

.menu__text {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.menu__social {
  margin-top: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.menu__social-link {
  flex-shrink: 0;
}

.menu__social-link:hover {
  box-shadow: 0px 0px 8px #ffc092;
}

.menu__social-link svg {
  width: 25px;
  height: 25px;
  color: #ffc092;
}

.news-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .news-item {
    grid-template-columns: 80px 1fr;
    padding: 30px 30px 40px;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    height: 100%;
  }
}

._stocks.news-item__avatar {
  border-radius: 50%;
}

.news-item__avatar {
  width: 60px;
  height: 60px;
  margin-top: 5px;
}

@media screen and (min-width: 1200px) {
  .news-item__avatar {
    width: 80px;
    height: 80px;
  }
}

.news-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

.news-item__date {
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  color: #ffc092;
  margin: 5px 0 12px;
}

.news-item__text {
  font-weight: 300;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-item__read {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #ffc092;
  margin-top: 10px;
}

.news-item__read:hover {
  color: #fff;
}

.not-found-page {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .not-found-page {
    position: relative;
    z-index: 9;
    margin-bottom: -90px;
    text-align: center;
  }
}

@media screen and (min-width: 1200px) {
  .not-found-page {
    margin-bottom: -180px;
  }
}

.not-found-page__title {
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 50px;
}

@media screen and (min-width: 768px) {
  .not-found-page__title {
    font-size: 80px;
  }
}

.not-found-page__text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .not-found-page__text {
    font-size: 26px;
    line-height: 32px;
    margin-top: 55px;
  }
}

.not-found-page__links {
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .not-found-page__links {
    gap: 48px;
    flex-direction: row;
    justify-content: center;
  }
}

.not-found-page__link {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 8px #ffc092;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  color: #ffc092;
  font-size: 18px;
  line-height: 1;
  width: 280px;
  height: 48px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .not-found-page__link {
    width: 335px;
    height: 60px;
  }
}

.not-found-page__link:hover {
  background: #ffc092;
  color: #000;
}

.other-masters-swiper {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .other-masters-swiper {
    margin-top: 40px;
    background: rgba(29, 29, 29, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 13px 0px 9px;
    border-radius: 6px;
  }
}

@media screen and (min-width: 1200px) {
  .other-masters-swiper .master-card {
    width: 336px;
    height: 481px;
  }
}

.other-masters-swiper .swiper-slide {
  width: 272px;
  height: 418px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1200px) {
  .other-masters-swiper .swiper-slide {
    width: 336px;
    height: 481px;
  }
}

.other-masters-swiper .swiper-slide:last-child {
  margin-right: 11px;
}

.other-masters-swiper .swiper-wrapper .swiper-slide:first-child {
  margin-left: 11px;
}

.other-masters-swiper .swiper-button-prev {
  color: #ffc092;
  left: -40px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .other-masters-swiper .swiper-button-prev {
    display: block;
  }
}

.other-masters-swiper .swiper-button-next {
  color: #ffc092;
  right: -40px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .other-masters-swiper .swiper-button-next {
    display: block;
  }
}

.paginations {
  margin: 0 auto;
  /*max-width: 300px;*/
}

@media screen and (min-width: 768px) {
  .paginations {
    max-width: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .paginations {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (max-width: 380px) {
  .paginations .paginations__prev svg,
  .paginations .paginations__next svg{
    display: none;
  }
}

.paginations__look-more {
  width: 300px;
  height: 36px;
  border: 1px solid #ffc092;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  transition: 0.3s;
  /*margin-top: 20px;*/
}

@media screen and (min-width: 768px) {
  .paginations__look-more {
    height: 49px;
    /*margin: 0 auto 30px;*/
  }
}

@media screen and (min-width: 1200px) {
  .paginations__look-more {
    /*margin-top: 20px;*/
  }
}

.paginations__look-more:hover {
  background: #ffc092;
  color: #000;
}

.paginations__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin: 20px -3px 0;
}

@media screen and (min-width: 768px) {
  .paginations__wrapper {
    margin-top: 0;
  }
}

.paginations__list {
  display: flex;
}

.paginations__number {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-weight: 300;
  margin: 0 3px;
}

.paginations__number--active {
  background: #292929;
}

.paginations__number:hover {
  background: #1e1e1e;
}

@media screen and (min-width: 1200px) {
  .paginations__number {
    font-size: 20px;
  }
}

.paginations__prev {
  color: #ffc092;
  margin-right: 5px;
}

.paginations__prev svg {
  margin-right: 5px;
  width: 13px;
  height: 8px;
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .paginations__prev svg {
    width: 17px;
    height: 10px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .paginations__prev {
    margin-right: 0;
    font-size: 18px;
    font-weight: 300;
    margin-right: 15px;
  }
}

.paginations__next {
  color: #ffc092;
  margin-right: 5px;
}

.paginations__next svg {
  margin-left: 5px;
  width: 13px;
  height: 8px;
}

@media screen and (min-width: 768px) {
  .paginations__next svg {
    width: 17px;
    height: 10px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .paginations__next {
    margin-right: 0;
    font-size: 18px;
    font-weight: 300;
    margin-left: 15px;
  }
}

.parametrs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parametrs__item {
  display: flex;
  align-items: center;
}

.parametrs__item svg {
  color: #ffc092;
  width: 20px;
  height: 24px;
}

@media screen and (min-width: 1200px) {
  .parametrs__item svg {
    width: 35px;
    height: 34px;
  }

  .parametrs__item svg.-height {
    height: 38px;
  }
}

.parametrs__item .-size {
  width: 30px;
  height: 16px;
}

@media screen and (min-width: 1200px) {
  .parametrs__item .-size {
    width: 44px;
    height: 22px;
  }
}

.parametrs__item-text {
  margin-left: 4px;
}

@media screen and (min-width: 1200px) {
  .parametrs__item-text {
    font-size: 16px;
    margin-left: 10px;
  }
}

.programs-description {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 31px;
}

@media screen and (min-width: 768px) {
  .programs-description {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.programs-description__title {
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 0.88;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .programs-description__title {
    font-size: 64px;
  }
}

.programs-description__readmore {
  font-weight: 300;
  max-height: 110px;
  overflow: hidden;
}

.programs-description__text .programs-description__readmore p {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .programs-description__readmore {
    max-width: 620px;
    max-height: 60px;
    margin-top: 10px;
  }
}

.programs-description__readmore + a {
  display: block;
  padding-top: 12px;
  color: #ffc092;
}

.programs-description__readmore + a:hover {
  color: #fff;
}

.programs-erotic-item {
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 17px 17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  background: #1c1c1c;
}

.programs-erotic-item__title {
  font-size: 34px;
  font-family: Sverdlovsk, sans-serif;
  line-height: 1;
  margin: 0;
  font-weight: 400;
  max-width: 225px;
  height: 68px;
  margin-bottom: 15px;

}

.programs-erotic-item__text {
  margin: auto;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}

.programs-erotic-item__price {
  margin-top: 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  color: #ffc092;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.programs-erotic-item__btn {
  width: 220px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: rgba(28, 28, 28, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  color: #ffc092;
  font-size: 16px;
  line-height: 22px;
  margin: 18px 0 24px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.programs-erotic-item__btn:hover {
  background: #ffc092;
  color: #000;
}

.programs-erotic-item__link {
  color: #ffc092;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.programs-erotic-item__link:hover {
  color: #fff;
}

.programs-list__content {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media screen and (min-width: 768px) {
  .programs-list__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .programs-list__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 110px 40px;
  }
}

.programs-list__item-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  border-radius: 6px;
}

.programs-list__item {
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  padding: 40px 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 260px;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
}

@media screen and (min-width: 768px) {
  .programs-list__item {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .programs-list__item {
    margin: 30px 0 0;
  }

  .programs-list__item:last-child {
    margin: 30px 0 0;
  }
}

.programs-list__item-title {
  font-family: "Sverdlovsk";
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  top: -38px;
  max-width: 170px;
}

.programs-list__item-text {
  font-weight: 300;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.programs-list__item-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #ffc092;
  margin-top: 5px;

}

.programs-list__item-btn {
  width: 120px;
  height: 42px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  line-height: 22px;
  color: #ffc092;
  margin-top: 19px;
  flex-shrink: 0;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
  font-size: 16px;
}

.programs-list__item-btn:hover {
  background: #ffc092;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .programs-list__item-btn {
    font-size: 16px;
  }
}

.programs-list__item-small {
  position: relative;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 210px;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 20px 15px;
  justify-self: center;
}

@media screen and (min-width: 768px) {
  .programs-list__item-small {
    margin: 0;
  }
}

.programs-list__item-small-title {
  font-family: "Sverdlovsk";
  font-style: normal;
  font-weight: 400;
  font-size: 76px;
  line-height: 68px;
  text-align: center;
  position: absolute;
  top: -33px;
}

.programs-list__item-small-text {
  font-weight: 300;
  margin-bottom: auto;
  text-align: center;
}

.programs-list__btn {
  width: 260px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc092;
  border: 1px solid #ffc092;
  border-radius: 4px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 35px auto 0;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.programs-list__btn:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .programs-list__btn {
    display: none;
  }
}

.promotions {
  padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .promotions {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 49px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .promotions {
    padding-bottom: 45px;
    grid-template-columns: 430px 1fr;
  }
}

.promotions__title {
  font-family: "Sverdlovsk", sans-serif;
  font-weight: 400;
  font-size: 150px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: -1;
  margin-bottom: calc(100% - 290px);
}

@media screen and (min-width: 768px) {
  .promotions__title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .promotions__title {
    text-align: left;
    padding-left: 32px;
  }
}

.promotions__description {
  width: 100%;
  height: 210px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 28px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .promotions__description {
    grid-column: 1/2;
    grid-row: 2/3;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .promotions__description {
    width: 430px;
    height: 100%;
    margin-top: 0;
  }
}

.promotions__text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .promotions__text {
    display: none;
  }
}

.promotions__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .promotions__img {
    top: -60px;
    height: calc(100% + 60px);
  }
}

@media screen and (min-width: 1200px) {
  .promotions__img {
    top: -100px;
    height: calc(100% + 100px);
  }
}

.promotions__btn {
  width: 260px;
  height: 46px;
  background: #ffc092;
  box-shadow: 0px 0px 4px #ffc092;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111111;
  font-size: 18px;
  line-height: 25px;
  margin: 36px auto 0;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.promotions__btn:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .promotions__btn {
    margin: 0;
    justify-self: right;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .promotions__btn {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #ffc092;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 4px;
    width: 340px;
    height: 60px;
    color: #ffc092;
  }

  .promotions__btn:hover {
    background: #ffc092;
    color: #111111;
  }
}

.promotions__touch {
  margin: 30px 0 6px;
  display: flex;
  justify-content: flex-end;
  transform: translateY(10px);
}

@media screen and (min-width: 768px) {
  .promotions__touch {
    display: none;
  }
}

.promotions__touch svg {
  width: 30px;
  height: 34px;
  color: #ffc092;
}

.promotions__swiper {
  position: relative;
}

@media screen and (min-width: 768px) {
  .promotions__swiper {
    grid-column: 2/3;
    grid-row: 2/3;
    min-width: 0;
  }
}

@media screen and (min-width: 1200px) {
  .promotions__swiper {
    padding: 11px 0 20px;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }

  .promotions__swiper .swiper-slide:last-child {
    margin-right: 20px;
  }

  .promotions__swiper .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

.promotions__swiper .swiper-button-prev {
  top: 54%;
  color: #ffc092;
  left: -25px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .promotions__swiper .swiper-button-prev {
    display: block;
  }
}

.promotions__swiper .swiper-button-next {
  top: 54%;
  color: #ffc092;
  right: -25px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .promotions__swiper .swiper-button-next {
    display: block;
  }
}

.promotions__slide {
  padding: 0 20px 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
  max-width: 280px;
  box-shadow: inset 0px 0px 51px #111111;
  border-radius: 4px;
  position: relative;
}

.promotions__slide-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  border-radius: 8px;
}

.promotions__slide-title {
  font-family: "Sverdlovsk";
  font-weight: 400;
  font-size: 45px;
  line-height: 1;
  text-align: center;
  position: relative;
  top: -26px;
}

.promotions__slide-text {
  text-align: center;
  max-width: 240px;
}

.promotions__slide-btn {
  width: 120px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #ffc092;
  margin-top: 15px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.promotions__slide-btn:hover {
  background: #ffc092;
  color: #000;
}

.irs-handle {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  background-color: #ffc092 !important;
  top: 18px !important;
}

.irs-handle i:first-child {
  background-color: #ffc092 !important;
}

.irs-from,
.irs-to,
.irs-min,
.irs-max {
  display: none !important;
}

.irs-bar,
.irs-line {
  height: 1px !important;
  background-color: #ffc092 !important;
}

.range-slider__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 72px;
}

.range-slider__input {
  width: 81px;
  height: 26px;
  border: none;
  outline: none;
  border-bottom: 1px solid #ffc092;
  background: transparent;
  color: #fff;
}

.range-slider__input-label {
  font-size: 14px;
  line-height: 17px;
  color: #ffc092;
}

.footer {
  margin-top: 40px;
  position: relative;
}

.footer__map {
  height: 366px;
  width: 100%;
  position: relative;
}

.footer__map canvas {
  filter: grayscale(1);
}

.footer__map::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .footer__map {
    height: 814px;
  }
}

.footer__container {
  padding-top: 35px;
  padding-bottom: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .footer__container {
    grid-template-columns: 90px 174px 350px 292px;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    width: 100%;
    max-width: 1330px;
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1440px) {
  .footer__container {
    padding: 36px 70px 22px 118px;
  }
}

.footer__phone {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .footer__phone {
    align-self: flex-start;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .footer__phone {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}

.footer__divider {
  width: 198px;
  margin: 12px auto;
  height: 1px;
  background: #666;
}

@media screen and (min-width: 768px) {
  .footer__divider {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .footer__divider {
    display: block;
    grid-column: 3/4;
    grid-row: 2/3;
    margin: 8px auto 8px;
  }
}

.footer__text {
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 768px) {
  .footer__text {
    margin-bottom: 0;
    align-self: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .footer__text {
    margin-top: 0;
    grid-column: 3/4;
    grid-row: 3/4;
  }
}

.footer__address {
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  .footer__address {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}

@media screen and (min-width: 1200px) {
  .footer__address {
    grid-column: 3/4;
    grid-row: 4/5;
    margin-top: 30px;
  }

  .footer__address br {
    display: none;
  }
}

.footer__logo {
  width: 90px;
  height: 106px;
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    grid-column: 1/2;
    grid-row: 1/3;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .footer__logo {
    grid-column: 1/2;
    grid-row: 1/5;
    align-self: center;
    margin-bottom: 20px;
  }
}

.footer__social-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .footer__social-links {
    align-self: center;
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 4/5;
  }
}

@media screen and (min-width: 1200px) {
  .footer__social-links {
    grid-column: 2/3;
    grid-row: 1/5;
    align-self: center;
    margin-right: 50px;
  }
}

.footer__social-link {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  border-radius: 8px;
  flex-shrink: 0;
}

.footer__social-link svg {
  width: 28px;
  height: 28px;
  color: #ffc092;
}

.footer__social-link:hover {
  box-shadow: 0px 0px 8px #ffc092;
}

.footer__title {
  font-family: "Sverdlovsk";
  font-size: 35px;
  line-height: 1;
  margin-bottom: 30px;
  color: #ffc092;
}

.footer__title--desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__title {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}

@media screen and (min-width: 1200px) {
  .footer__title {
    grid-column: 4/5;
    grid-row: 1/4;
    margin-bottom: 0;
  }

  .footer__title--mobile {
    display: none;
  }

  .footer__title--desktop {
    display: inline;
  }
}

.footer__email {
  color: #ffc092;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}

@media screen and (min-width: 768px) {
  .footer__email {
    grid-column: 2/3;
    grid-row: 4/5;
    align-self: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .footer__email {
    grid-column: 4/5;
    grid-row: 4/5;
    color: #fff;
    text-align: center;
  }
}

.footer .marker {
  background: url(../img/placemark-brown.svg);
  width: 20px;
  height: 28px;
  background-size: cover;
}

.header {
  margin-bottom: 35px;
}

@media screen and (min-width: 1200px) {
  .header {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    margin-bottom: 112px;
  }
}

.header__container {
  padding: 16px 0 0;
  max-width: 92%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .header__container {
    padding: 19px 40px 0;
  }
}

.header__logo-img {
  width: 62px;
  height: 79px;
}

@media screen and (min-width: 1310px) {
  .header__burger {
    display: none;
  }
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
}

.header__logo-title {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header__logo-title {
    display: block;
    line-height: 19px;
    margin-left: 23px;
  }
}

.header__info {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #ffc092;
}

@media screen and (min-width: 1200px) {
  .header__info {
    margin-bottom: 10px;
  }
}

.header__tel-btn {
  width: 154px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  color: #fff;
  transition: 0.3s;
}

.header__tel-btn:hover {
  box-shadow: 0px 0px 8px #ffc092;
}

@media screen and (min-width: 1200px) {
  .header__tel-btn {
    margin-left: 31px;
  }
}

.header__phone {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header__phone {
    margin-left: 28px;
    display: block;
  }
}

.header__address {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header__address {
    display: block;
    margin-left: 14px;
  }
}

.header__links {
  display: none;
}

@media screen and (min-width: 1310px) {
  .header__links {
    display: block;
    z-index: 99;
    position: relative;
  }
}
.header__vacancy-links {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__vacancy-links {
    display: block;
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.header__vacancy-link--active {
  color: #ffc092;
}
.header__link {
  margin-left: 20px;
  transition: 0.3s;
}

.header__link:hover {
  color: #ffc092;
}

.additional-services-page {
  padding-top: 275px;
  position: relative;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .additional-services-page {
    padding: 50px 46px 50px;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .additional-services-page {
    padding: 15px 50px 45px;
  }
}

.additional-services-page__title {
  text-align: center;
  line-height: 0.85;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-size: 52px;
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .additional-services-page__title {
    font-size: 100px;
    text-align: left;
    max-width: 670px;
  }
}

@media screen and (min-width: 1200px) {
  .additional-services-page__title {
    font-size: 150px;
    text-align: left;
    max-width: 670px;
  }
}

.additional-services-page__img {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .additional-services-page__img {
    top: 0;
    bottom: 0;
    height: 100%;
    border-radius: 6px;
  }
}

.additional-services-page__legs {
  display: none;
}

@media screen and (min-width: 768px) {
  .additional-services-page__legs {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: -1;
  }
}

@media screen and (min-width: 1200px) {
  .additional-services-page__legs {
    z-index: 1;
    max-width: 725px;
  }
}

.masters-main {
  position: relative;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .masters-main {
    margin-top: 26px;
    padding: 47px 32px 10px;
    background: url("../img/all-masters-bg_z5bo0t.webp");
    background-size: cover;
    border-radius: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .masters-main {
    padding: 87px 30px;
    margin-top: 70px;
  }
}

.masters-main__title {
  font-family: "sverdlovsk", sans-serif;
  font-size: 72px;
  line-height: 0.85;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  margin-bottom: calc(100vw - 140px);
  padding-left: 10px;
}

@media screen and (min-width: 430px) {
  .masters-main__title {
    margin-bottom: 285px;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .masters-main__title {
    margin-bottom: 0;
    max-width: 315px;
  }
}

@media screen and (min-width: 1200px) {
  .masters-main__title {
    font-size: 100px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .masters-main__title {
    font-size: 150px;
  }

  .masters-main__title br {
    display: none;
  }
}

.masters-main__text {
  font-weight: 300;
  margin-top: 150px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 0, 0, 0) 100%);
}

@media screen and (min-width: 768px) {
  .masters-main__text {
    max-width: 48%;
    margin: 20px 0;
    background: none;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .masters-main__text {
    margin: 40px 0 10px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .masters-main__text {
    max-width: 660px;
  }
}

.masters-main__text-readmore {
  max-height: 95px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .masters-main__text-readmore {
    max-height: 58px;
  }
}

.masters-main__text-readmore + a {
  display: block;
  color: #ffc092;
  padding-bottom: 19px;
}

@media screen and (min-width: 1200px) {
  .masters-main__text-readmore + a {
    padding: 0;
    margin: 5px 0 0;
  }
}

.masters-main__text-readmore + a:hover {
  color: #fff;
}

.masters-main__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .masters-main__img {
    width: 400px;
    z-index: 1;
    top: -50px;
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .masters-main__img {
    width: auto;
    right: 60px;
    top: -150px;
    max-width: 600px;
  }
}

@media screen and (min-width: 1440px) {
  .masters-main__img {
    top: -210px;
  }
}

.masters-main__actions-mobile {
  padding: 10px 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .masters-main__actions-mobile {
    padding: 10px;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 110px;
    gap: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .masters-main__actions-mobile {
    display: none;
  }
}

.masters-main__actions-mobile .category-btns {
  margin-left: auto;
  margin-right: auto;
}

.masters-main__filters {
  padding-top: 10px;
  border-top: 1px solid #343434;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .masters-main__filters {
    width: 100%;
    padding-top: 0;
    border: 0;
  }
}

.masters-main__open-filter {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}

.masters-main__open-filter svg {
  width: 13px;
  height: 7px;
  color: #ffc092;
}

.masters-main__works-label {
  padding: 0 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.masters-main__works-switch {
  width: 30px;
  height: 17px;
  position: relative;
  border: 1px solid #ffc092;
  border-radius: 21px;
  background: transparent;
  aspect-ratio: 2.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 10px;
}

.masters-main__works-switch::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 1px;
  left: 2px;
  border-radius: 50%;
  background: #ffc092;
}

.masters-main__works-switch:checked::after {
  background: #e1ff28;
  right: 2px;
  left: auto;
}

.masters-main__works-switch:checked {
  border-color: #e1ff28;
}

.masters-main__works-switch:checked + .masters-main__works-text {
  color: #e1ff28;
}

.masters-filters {
  display: none;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .masters-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    margin: 143px auto 44px;
    justify-content: space-between;
  }

  .masters-filters .category-btns {
    max-width: 410px;
  }
}

@media screen and (min-width: 1440px) {
  .masters-filters {
    flex-direction: row;
  }
}

.masters-filters__items {
  display: flex;
  align-items: stretch;
  gap: 7px;
  width: 100%;
  justify-content: center;
}

@media screen and (min-width: 1440px) {
  .masters-filters__items {
    justify-content: space-between;
  }
}

.masters-filters__item {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 8px 0;
  color: #ffc092;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .masters-filters__item {
    padding: 5px 0;
  }
}

.masters-filters__complete-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #ffc092;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-size: 16px;
  line-height: 22px;
  margin-top: 28px;
}

.masters-filters__reset {
  position: relative;
}

.masters-filters__reset-btn {
  display: none;
}

@media screen and (min-width: 1200px) {
  .masters-filters__reset-btn {
    position: absolute;
    bottom: calc(100% + 20px);
    color: #ffc092;
    width: 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    left: 8px;
  }

  .masters-filters__reset-btn svg {
    width: 11px;
    height: 11px;
  }

  .masters-filters__reset-btn:hover {
    color: #fff;
  }
}

.list-masters {
  margin-top: 50px;
}

@media screen and (min-width: 1200px) {
  .list-masters {
    margin-top: 44px;
  }
}

.list-masters__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

@media screen and (min-width: 768px) {
  .list-masters__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {
  .list-masters__wrapper {
    gap: 38px 44px;
    padding: 0;
  }
}

.list-masters .master-card {
  width: 300px;
  height: 418px;
}

@media screen and (min-width: 1200px) {
  .list-masters .master-card {
    width: 410px;
    height: 580px;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .list-masters .master-card__action-btn {
    width: 185px;
    height: 50px;
  }
}

.list-masters .master-card .swiper-pagination-fraction {
  top: 45.3%;
  bottom: auto;
  left: auto;
  right: 23px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.8);
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0 1px 1px 2px;
  line-height: 19px;
}

@media screen and (min-width: 1200px) {
  .list-masters .master-card .swiper-pagination-fraction {
    top: 46%;
  }
}

.list-masters .master-card .swiper-navigation {
  position: absolute;
  top: 47%;
  z-index: 6;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3px 0 9px;
}

.list-masters .paginations {
  margin-top: 74px;
}

@media screen and (min-width: 768px) {
  .list-masters .paginations {
    margin-top: 50px;
  }
}

.all-news-main {
  padding-top: 255px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .all-news-main {
    padding: 50px 46px 75px;
    margin-top: 30px;
    height: 360px;
  }
}

.all-news-main__title {
  text-align: center;
  line-height: 48px;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-size: 56px;
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .all-news-main__title {
    font-size: 110px;
    line-height: 0.85;
  }
}

@media screen and (min-width: 1200px) {
  .all-news-main__title {
    font-size: 130px;
    text-align: left;
    max-width: 670px;
  }
}

.all-news-main__img {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .all-news-main__img {
    top: -85px;
    bottom: 0;
    height: calc(100% + 85px);
    border-radius: 6px;
  }
}

.all-news-items {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 52px;
}

@media screen and (min-width: 1200px) {
  .all-news-items {
    margin-top: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 46px 20px;
  }
}

.all-news-paginations {
  margin-top: 59px;
}

@media screen and (min-width: 1440px) {
  .all-news-paginations {
    margin-top: 86px;
  }
}

.current-news {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .current-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .current-news {
    grid-template-columns: 560px 1fr;
    grid-template-rows: 75px 23px 1fr;
    gap: 0 50px;
  }
}

@media screen and (min-width: 1440px) {
  .current-news {
    gap: 0 95px;
  }
}

.current-news__title {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .current-news__title {
    padding-left: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.current-news__img {
  width: 100%;
  margin: 18px 0 28px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .current-news__img {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .current-news__img-wrapper {
    grid-column: 1/2;
    grid-row: 1/4;
    margin: 0;
  }
}

.current-news__date {
  color: #ffc092;
  font-size: 12px;
  font-weight: 600;
  line-height: 11px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .current-news__date {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .current-news__date {
    margin-top: 9px;
  }
}

.current-news__text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .current-news__text {
    grid-column: 2/3;
    grid-row: 3/4;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .current-news__text {
    margin-top: 86px;
  }
}

.more-news {
  margin-top: 90px;
}

@media screen and (min-width: 768px) {
  .more-news {
    padding: 0;
    margin-top: 110px;
  }
}

@media screen and (min-width: 768px) {
  .more-news__header {
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.more-news__title {
  color: #ffc092;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 45px;
}

@media screen and (min-width: 768px) {
  .more-news__title {
    color: #fff;
    text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    font-size: 70px;
    font-family: Sverdlovsk, sans-serif;
    line-height: 1;
    font-weight: 400;
  }
}

.more-news__header-btn {
  display: none;
}

@media screen and (min-width: 768px) {
  .more-news__header-btn {
    width: 270px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ffc092;
    background: rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #ffc092;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    box-shadow: 0px 0px 8px #ffc092;
    transition: 0.3s;
  }

  .more-news__header-btn:hover {
    background: #ffc092;
    color: #000;
  }
}

@media screen and (min-width: 1200px) {
  .more-news__header-btn {
    width: 340px;
    margin: 15px 0 0;
  }
}

.more-news__news {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 30px 0 66px;
}

@media screen and (min-width: 768px) {
  .more-news__news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 70px 0 0;
  }
}

/*@media screen and (min-width: 768px) {*/
/*  .more-news__paginations {*/
/*    display: none;*/
/*  }*/
/*}*/

.current-promotion {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .current-promotion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 42px;
  }
}

@media screen and (min-width: 1200px) {
  .current-promotion {
    grid-template-columns: 560px 1fr;
    grid-template-rows: 75px 23px 1fr;
    gap: 0 50px;
  }
}

@media screen and (min-width: 1440px) {
  .current-promotion {
    gap: 0 95px;
  }
}

.current-promotion__title {
  padding-left: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .current-promotion__title {
    padding-left: 0;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.current-promotion__img {
  width: 100%;
  margin: 18px 0 28px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .current-promotion__img {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .current-promotion__img-wrapper {
    grid-column: 1/2;
    grid-row: 1/4;
    margin: 0;
  }
}

.current-promotion__date {
  color: #ffc092;
  font-size: 12px;
  font-weight: 600;
  line-height: 11px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .current-promotion__date {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .current-promotion__date {
    margin-top: 9px;
  }
}

.current-promotion__text {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .current-promotion__text {
    grid-column: 2/3;
    grid-row: 3/4;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .current-promotion__text {
    margin-top: 86px;
  }
}

.hello {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  /*z-index: 5;*/
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hello__container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 34px 15px;
  height: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .hello__container {
    width: 751px;
    height: 582px;
    padding: 62px 85px 39px;
  }
}

.hello__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .hello__img {
    border-radius: 10px;
  }
}

.hello__logo {
  width: 62px;
  height: 78px;
  margin-bottom: auto;
}

@media screen and (min-width: 768px) {
  .hello__logo {
    width: 75px;
    height: 95px;
  }
}

.hello__title {
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-size: 50px;
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: auto;
}

.hello__text {
  margin: 30px 0;
}

@media screen and (min-width: 768px) {
  .hello__text {
    max-width: 272px;
  }
}

.hello__btn-agree {
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  width: 280px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 10px #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .hello__btn-agree {
    width: 272px;
    margin-left: 0;
  }
}

.hello__btn-agree:hover {
  background: #ffc092;
  color: #000;
}

.hello__btn-cansel {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 62px;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .hello__btn-cansel {
    width: 272px;
    margin-left: 0;
  }
}

.hello__btn-cansel:hover {
  box-shadow: 0px 0px 10px #ffc092;
}

.hello__btn-cansel-title {
  font-size: 20px;
  line-height: 1;
}

.hello__btn-cansel-text {
  color: #ffc092;
  font-size: 10px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .main {
    position: relative;
    padding: 95px 32px 140px;
  }
}

@media screen and (min-width: 1440px) {
  .main {
    margin-top: -80px;
  }
}

.main__bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 986px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .main__bg {
    border-radius: 6px;
    height: 100%;
  }
}

.main__title {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  font-family: "Sverdlovsk", sans-serif;
  font-size: 73px;
  line-height: 0.85;
  margin-top: 72px;
}

@media screen and (min-width: 768px) {
  .main__title {
    padding-left: 0;
    line-height: 134px;
    font-size: 150px;
    margin-top: 0;
    line-height: 0.9;
  }
}

.main__action {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .main__action {
    height: 0;
    margin-top: 0;
    width: -moz-fit-content;
    width: fit-content;
    transform: translate(300px, -80px);
  }
}

.main__action-text {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .main__action-text {
    padding-left: 0;
  }
}

.main__action-btn {
  margin-top: 18px;
  font-size: 20px;
  line-height: 27px;
  width: 272px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  position: relative;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
  z-index: 3;
}

.main__action-btn:hover {
  background: #ffc092;
  color: #000;
}

@media screen and (min-width: 768px) {
  .main__action-btn {
    margin-left: 0;
    margin-right: 0;
  }
}

.advantages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 143px;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .advantages {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1200px) {
  .advantages {
    padding: 0 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.advantages__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.advantages__item {
  height: 220px;
  max-width: 400px;
  width: 100%;
  padding: 50px 15px 10px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.advantages__title {
  font-family: "Sverdlovsk", sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.advantages__description {
  margin-top: 15px;
  margin-bottom: 12px;
  line-height: 22px;
}

.advantages__link {
  margin-top: auto;
  font-size: 10px;
  line-height: 14px;
  color: #ffc092;
  cursor: pointer;
}

.advantages__link:hover {
  color: #fff;
  transition: 0.3s;
}

.masters {
  margin-top: 92px;
}

.masters__title {
  max-width: 270px;
  font-family: "Sverdlovsk", sans-serif;
  font-weight: 400;
  line-height: 0.85;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  font-size: 72px;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .masters__title {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1200px) {
  .masters__title {
    max-width: 100%;
    font-size: 150px;
    position: relative;
    z-index: -1;
    padding-left: 32px;
  }
}

.masters__see-all-mobile {
  margin: 48px auto 30px;
  width: 300px;
  height: 98px;
  background: url("../img/see-all-x2_wkgzmg.jpg");
  background-size: cover;
  padding-left: 15px;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-size: 36px;
  font-family: Sverdlovsk, sans-serif;
  line-height: 36px;
  text-align: left;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 0px 0px 4px #333;
}

@media screen and (min-width: 768px) {
  .masters__see-all-mobile {
    display: none;
  }
}

.masters__see-all-mobile:hover {
  box-shadow: 0px 0px 8px #333;
}

.masters__divider {
  width: 277px;
  height: 1px;
  background: #666;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .masters__divider {
    display: none;
  }
}

.masters__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .masters__content {
    display: grid;
    margin-top: 26px;
    gap: 26px 20px;
    grid-template-columns: 430px 1fr;
  }
}

.masters__main-image-wrapper {
  position: relative;
  pointer-events: none;
  width: 100%;
  max-width: 375px;
  margin-top: -135px;
}

@media screen and (min-width: 1200px) {
  .masters__main-image-wrapper {
    width: 100%;
    height: 487px;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
}

.masters__image-text {
  width: 100%;
  max-width: 375px;
  padding: 0 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  z-index: 1;
  grid-row: 2/3;
  padding-bottom: 76px;
  background: linear-gradient(0deg, #1c0000 0%, rgba(28, 0, 0, 0) 100%);
  margin-top: -185px;
  border-radius: 6px;
}

@media screen and (min-width: 1200px) {
  .masters__image-text {
    display: none;
  }
}

.masters__readmore-mobile {
  display: inline-block;
  max-height: 94px;
  overflow: hidden;
}

.masters__readmore-mobile + a {
  color: #ffc092;
  margin-bottom: 76px;
  position: relative;
  z-index: 9;
}

@media screen and (min-width: 1200px) {
  .masters__readmore-mobile + a {
    display: none;
  }
}

.masters__readmore-mobile + a:hover {
  color: #fff;
}

.masters__main-image {
  width: 100%;
  position: relative;
  z-index: -1;
  border-radius: 6px;
}

@media screen and (min-width: 1200px) {
  .masters__main-image {
    pointer-events: none;
    position: absolute;
    top: -125px;
    left: -86px;
    top: auto;
    bottom: 0;
    width: auto;
    max-width: 600px;
  }
}

.masters__touch {
  position: absolute;
  bottom: -75px;
  right: -5px;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .masters__touch {
    display: none;
  }
}

.masters__touch svg {
  width: 30px;
  height: 34px;
  color: #ffc092;
}

.masters__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-84px);
  position: relative;
  z-index: 9;
  margin-top: 40px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1200px) {
  .masters__actions {
    padding: 0;
    transform: translateY(0);
    grid-column: 2/3;
    grid-row: 1/1;
    justify-self: stretch;
    margin-top: 0;
  }
}

.masters__see-everyone {
  display: none;
  font-size: 18px;
  line-height: 25px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 60px;
  color: #ffc092;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.masters__see-everyone:hover {
  background: #ffc092;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .masters__see-everyone {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .masters__see-everyone {
    width: 335px;
  }
}

.masters__text {
  display: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .masters__text {
    max-width: 690px;
    display: block;
    margin: 64px auto 0;
  }
}

.masters__readmore {
  display: inline-block;
  max-height: 80px;
  overflow: hidden;
}

.masters__readmore + a {
  color: #ffc092;
}

.masters__readmore + a:hover {
  color: #fff;
}

.masters__swiper {
  width: 100%;
  min-width: 0;
}

@media screen and (min-width: 1200px) {
  .masters__swiper {
    grid-row: 2/2;
    grid-column: 2/2;
  }
}

.masters__swiper .swiper-slide:last-child {
  margin-right: 11px;
}

.masters__swiper .swiper-wrapper .swiper-slide:first-child {
  margin-left: 11px;
}

.masters__swiper .swiper-button-prev {
  top: 54%;
  color: #ffc092;
  left: -30px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .masters__swiper .swiper-button-prev {
    display: block;
  }
}

.masters__swiper .swiper-button-next {
  top: 54%;
  color: #ffc092;
  right: -30px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .masters__swiper .swiper-button-next {
    display: block;
  }
}

.masters__swiper .swiper-slide {
  width: 272px;
  height: 418px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1200px) {
  .masters__swiper .swiper-slide {
    width: 327px;
    height: 467px;
  }
}

.masters__swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}

@media screen and (min-width: 768px) {
  .masters__swiper-wrapper {
    height: 100%;
    background: #000;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
    padding: 10px 0;
  }
}

.programs {
  margin-top: 65px;
}

@media screen and (min-width: 768px) {
  .programs {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 1200px) {
  .programs {
    margin-top: 110px;
    margin-bottom: 0;
  }
}

.programs .programs-list__content {
  gap: 83px;
}

@media screen and (min-width: 768px) {
  .programs .programs-list__item-small {
    height: 260px;
  }
}

@media screen and (min-width: 1200px) {
  .programs .programs-list {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .programs__content {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .programs__content {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .programs__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 65px;
  }
}

.programs__header-btn {
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs__header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #ffc092;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #ffc092;
    font-size: 18px;
    line-height: 25px;
    margin-top: 50px;
    box-shadow: 0px 0px 8px #ffc092;
    transition: 0.3s;
  }

  .programs__header-btn:hover {
    background: #ffc092;
    color: #000;
  }
}

.programs__title {
  font-family: "Sverdlovsk", sans-serif;
  font-weight: 400;
  font-size: 73px;
  line-height: 1;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .programs__title {
    padding-left: 32px;
    text-align: left;
    font-size: 150px;
    line-height: 134px;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .programs__wrapper {
    display: grid;
    grid-template-columns: 430px 1fr;
    gap: 20px;
  }
}

.programs__swiper {
  display: none;
}

.programs__swiper .swiper-slide {
  width: auto;
}

.programs__swiper .swiper-button-prev {
  top: 60%;
  color: #ffc092;
  left: -25px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs__swiper .swiper-button-prev {
    display: block;
  }
}

.programs__swiper .swiper-button-next {
  top: 60%;
  color: #ffc092;
  right: -25px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs__swiper .swiper-button-next {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .programs__swiper {
    display: block;
    height: 300px;
    padding: 20px 0;
    min-width: 0;
    margin-top: -20px;
    position: relative;
    bottom: 5px;
  }

  .programs__swiper .swiper-slide:last-child {
    margin-right: 20px;
  }

  .programs__swiper .swiper-wrapper .swiper-slide:first-child {
    margin-left: 20px;
  }
}

.programs__swiper-inner {
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs__swiper-inner {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    bottom: -25px;
    display: block;
    background: rgba(29, 29, 29, 0.8);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }
}

.programs__description {
  padding: 87px 0 0;
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 93px;
}

@media screen and (min-width: 1200px) {
  .programs__description {
    margin: 0;
    width: 430px;
    max-width: 430px;
    height: 300px;
    padding: 0;
  }
}

.programs__text {
  padding: 0 10px 15px;
  font-weight: 300;
  background: linear-gradient(0deg, #000 0%, rgba(28, 0, 0, 0) 100%);
}

@media screen and (min-width: 1200px) {
  .programs__text {
    display: none;
  }
}

.programs__readmore {
  max-height: 80px;
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 1200px) {
  .programs__readmore {
    max-height: 40px;
  }
}

.programs__readmore + a {
  color: #ffc092;
  text-align: center;
  display: block;
}

@media screen and (min-width: 1200px) {
  .programs__readmore + a {
    text-align: left;
  }
}

.programs__readmore + a:hover {
  color: #fff;
}

.programs__img {
  position: absolute;
  left: 0;
  top: -54px;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 1200px) {
  .programs__img {
    bottom: 0;
    top: -106px;
    max-width: 643px;
  }
}

.programs__divider {
  width: 278px;
  margin: 75px auto 30px;
  height: 1px;
  background: #666;
}

@media screen and (min-width: 768px) {
  .programs__divider {
    display: none;
  }
}

.programs__words {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  max-width: 660px;
  margin: 60px auto 100px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs__words {
    display: block;
    margin-bottom: 110px;
  }
}

.main-interior .interior__title {
  margin-bottom: 50px;
}

.main-interior .interior__touch {
  display: none;
}

.review {
  background-color: #242528 !important;
}

.review__text, .review__more {
  color: #fff !important;
}

.review-lab__divider {
  margin: 30px auto;
  width: 277px;
  height: 1px;
  background: #666;
}

@media screen and (min-width: 768px) {
  .review-lab__divider {
    display: none;
  }
}

.ngucarousel {
  padding: 0 !important;
}

.widget__pag_prev {
  left: -40px !important;
}

.widget__pag_next {
  right: -40px !important;
}

.widget__leave-link {
  background: transparent !important;
  border: 1px solid #ffc092;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.widget__tab_active {
  background-color: #242528 !important;
}

.widget__pag {
  background-color: transparent !important;
}

.widget__pag .icon {
  fill: #ffc092 !important;
}

.widget__src {
  display: none !important;
}

.main-promotions-end-text {
  max-width: 660px;
  margin: 0 auto 130px;
  font-size: 16px;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

.news__title {
  font-family: "Sverdlovsk", sans-serif;
  font-size: 43px;
  line-height: 0.85;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 1200px) {
  .news__title {
    text-align: left;
    font-size: 70px;
    padding-left: 32px;
  }
}

.news__items {
  padding: 54px 0 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

@media screen and (min-width: 768px) {
  .news__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .news__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    grid-column: -1/1;
    grid-row: 2/3;
    padding: 50px 0 40px;
  }
}

.news__all-news {
  width: 260px;
  height: 46px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 25px;
  color: #ffc092;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 1200px) {
  .news__all-news {
    width: 340px;
    height: 60px;
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0 0 0 auto;
    align-self: center;
  }
}

.news__all-news:hover {
  background: #ffc092;
  color: #000;
}

.master-page {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .master-page {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .master-page {
    grid-template-columns: 470px 1fr;
    gap: 26px;
    margin-top: 71px;
  }
}

.master-page__header-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .master-page__header-mobile {
    display: none;
  }
}

.master-page__info {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .master-page__info {
    padding: 30px;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }
}

.master-page__info-header {
  display: none;
}

@media screen and (min-width: 768px) {
  .master-page__info-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 1;
  }
}

.master-page__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  padding-left: 7px;
}

@media screen and (min-width: 1200px) {
  .master-page__title {
    font-size: 36px;
    line-height: 36px;
    padding-left: 0;
  }
}

.master-page__worked {
  color: #e1ff28;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 4px rgba(225, 255, 40, 0.5);
  padding-right: 7px;
}

.master-page__worked svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 1200px) {
  .master-page__worked svg {
    width: 30px;
    height: 26px;
  }
}

.master-page__worked--not-worked {
  color: #969696;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .master-page__worked {
    padding-right: 0;
  }
}

.master-page__worked-text {
  font-size: 12px;
  line-height: 16px;
}

@media screen and (min-width: 1200px) {
  .master-page__worked-text {
    font-size: 14px;
    line-height: 19px;
  }
}

.master-page__color-hair {
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .master-page__color-hair {
    padding-left: 0;
    order: 2;
    margin: 20px 0 40px;
  }
}

.master-page__swiper-main-image {
  width: 100%;
  height: 100%;
  max-height: 417px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .master-page__swiper-main-image {
    max-height: 100%;
  }
}

.master-page__swiper-main-btn {
  display: none;
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-main-btn {
    width: 280px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    border: 1px solid #ffc092;
    background: #ffc092;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #000;
    font-size: 16px;
    line-height: 1;
    z-index: 2;
    transition: 0.3s;
    box-shadow: 0px 0px 8px #ffc092;
  }

  .master-page__swiper-main-btn:hover {
    background: transparent;
    color: #ffc092;
  }
}

.master-page__swiper-main {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-main {
    width: 470px;
    height: 560px;
  }
}

.master-page__swiper-main .swiper-slide {
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-main .swiper-slide {
    width: 470px;
    height: 560px;
  }
}

.master-page__swiper-main .swiper-pagination-fraction {
  text-align: right;
  padding-right: 25px;
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-main .swiper-pagination-fraction {
    display: none;
  }
}

.master-page__swiper-main .swiper-navigation {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.master-page__swiper-main .swiper-btn {
  width: 21px;
  height: 21px;
}

.master-page__swiper-main .swiper-btn--next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.master-page__swiper-main .swiper-btn svg {
  width: 12px;
  height: 12px;
}

.master-page__swiper-aside-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  position: relative;
}

.master-page__swiper-aside {
  margin-top: 10px;
  height: 100px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .master-page__swiper-aside {
    order: 6;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-aside .swiper-button-prev,
  .master-page__swiper-aside .swiper-button-next {
    top: 63%;
  }
}

.master-page__swiper-aside .swiper-slide {
  width: 110px;
  height: 100px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.master-page__swiper-aside .swiper-slide-thumb-active {
  border-radius: 6px;
  border: 1px solid #ffc092;
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-aside .swiper-slide {
    width: 114px;
    height: 132px;
  }
}

.master-page__swiper-aside .swiper-button-prev {
  color: #ffc092;
  left: -30px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-aside .swiper-button-prev {
    display: block;
  }
}

.master-page__swiper-aside .swiper-button-next {
  color: #ffc092;
  right: -30px;
  display: none;
}

@media screen and (min-width: 1200px) {
  .master-page__swiper-aside .swiper-button-next {
    display: block;
  }
}

.master-page__parametrs {
  margin: 21px 0 13px;
  padding: 0 5px;
  max-width: 430px;
}

@media screen and (min-width: 768px) {
  .master-page__parametrs {
    padding: 0;
    order: 3;
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__parametrs {
    margin-left: -11px;
  }

  .master-page__parametrs svg {
    width: 40px;
    height: 35px;
  }

  .master-page__parametrs .-height {
    height: 42px !important;
  }
}

.master-page__description {
  margin: 35px 0 26px;
  padding: 0 10px;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .master-page__description {
    padding: 0;
    order: 5;
    height: 60px;
    margin: 0 0 15px;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__description {
    height: 75px;
    margin: 0 0 57px;
  }
}

.master-page__advantages-item {
  display: flex;
  align-items: center;
  color: #ffc092;
  margin-bottom: 10px;
}

.master-page__advantages-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .master-page__advantages-item {
    margin-bottom: 0;
  }
}

.master-page__advantages-item svg {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.master-page__advantages {
  padding-left: 14px;
}

@media screen and (min-width: 768px) {
  .master-page__advantages {
    order: 4;
    padding-left: 0;
    margin: 12px 0;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__advantages {
    display: flex;
    align-items: center;
    margin: 40px 0 44px;
    gap: 20px;
  }
}

.master-page__programs {
  margin-top: 91px;
}

@media screen and (min-width: 768px) {
  .master-page__programs {
    margin: 0;
    padding-left: 18px;
    max-width: 380px;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__programs {
    margin-top: 26px;
  }
}

.master-page__programs-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .master-page__programs-title {
    text-align: left;
  }
}

.master-page__programs-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  padding-left: 10px;
}

@media screen and (min-width: 1200px) {
  .master-page__programs-items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 0;
  }
}

.master-page__programs-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffc092;
  border-radius: 4px;
  color: #ffc092;
  padding: 9px;
  width: -moz-fit-content;
  width: fit-content;
}

.master-page__programs-played {
  width: 280px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc092;
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin: 37px auto 0;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.master-page__programs-played:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .master-page__programs-played {
    display: none;
  }
}

.master-page__preferences {
  margin-top: 72px;
}

@media screen and (min-width: 768px) {
  .master-page__preferences {
    margin-top: 0;
    padding-left: 18px;
    max-width: 380px;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__preferences {
    margin-top: 20px;
  }
}

.master-page__preferences-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .master-page__preferences-title {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }
}

.master-page__preferences-items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}

@media screen and (min-width: 1200px) {
  .master-page__preferences-items {
    gap: 8px;
  }
}

.master-page__preferences-item {
  background: #414141;
  border-radius: 4px;
  padding: 9px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffc092;
}

.master-page__interview {
  margin-top: 87px;
}

@media screen and (min-width: 768px) {
  .master-page__interview {
    margin: 0;
    grid-column: 2/3;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__interview {
    margin-top: 20px;
    padding: 32px 34px;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }
}

.master-page__interview-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .master-page__interview-title {
    text-align: left;
  }
}

.master-page__interview-wrapper {
  margin-top: 29px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  max-height: 105px;
  overflow: hidden;
  margin-bottom: 17px;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .master-page__interview-wrapper {
    max-height: 60px;
    margin-bottom: 40px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
  }
}

.master-page__interview-wrapper + a {
  color: #ffc092;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: block;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .master-page__interview-wrapper + a {
    text-align: left;
    font-size: 16px;
  }
}

.master-page__interview-wrapper + a:hover {
  color: #fff;
}

.master-page__interview-name {
  color: #ffc092;
}

.master-page__reviews {
  margin-top: 62px;
}

@media screen and (min-width: 768px) {
  .master-page__reviews {
    margin: 0;
    grid-column: 2/3;
    grid-row: 2/4;
  }
}

@media screen and (min-width: 1200px) {
  .master-page__reviews {
    padding: 27px 27px 18px;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }
}

.master-page__reviews-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .master-page__reviews-title {
    padding-left: 10px;
    text-align: left;
  }
}

.master-page__reviews-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
}

.master-page__reviews-item {
  padding: 10px 5px 12px 10px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #000;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-item {
    padding: 12px 18px 15px 22px;
  }
}

.master-page__reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.master-page__reviews-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffc092;
}

.master-page__reviews-date {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #727272;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -10px;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-date {
    align-items: flex-start;
  }
}

.master-page__reviews-comment {
  margin-top: 21px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-comment {
    margin-top: 15px;
  }
}

.master-page__reviews-actions {
  margin-top: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-actions {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 31px;
    align-items: flex-start;
  }
}

.master-page__reviews-all-reviews {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-all-reviews {
    font-size: 16px;
    line-height: 22px;
  }
}

.master-page__reviews-all-reviews:hover {
  color: #fff;
}

.master-page__reviews-add-comment {
  margin: 44px auto 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-add-comment {
    max-width: 231px;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    line-height: 19px;
  }
}

.master-page__reviews-btn {
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc092;
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  transition: 0.3s;
}

.master-page__reviews-btn:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 1200px) {
  .master-page__reviews-btn {
    background: transparent;
    color: #ffc092;
    width: 208px;
  }

  .master-page__reviews-btn:hover {
    background: #ffc092;
    color: #111111;
  }
}

.other-masters {
  margin-top: 83px;
}

@media screen and (min-width: 1200px) {
  .other-masters {
    margin-top: 97px;
  }
}

.other-masters__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #ffc092;
}

@media screen and (min-width: 1200px) {
  .other-masters__title {
    text-align: left;
    padding-left: 40px;
  }
}

.other-masters__touch {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 12px;
}

@media screen and (min-width: 1200px) {
  .other-masters__touch {
    display: none;
  }
}

.other-masters__touch svg {
  width: 30px;
  height: 34px;
  color: #ffc092;
}

.other-masters__link {
  display: block;
  width: 300px;
  height: 98px;
  border-radius: 4px;
  background: url("../img/see-all-x2_wkgzmg.jpg");
  margin: 59px auto 0;
  background-size: cover;
  overflow: hidden;
  font-family: "Sverdlovsk", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  text-shadow: 0px 0px 10px rgba(102, 102, 102, 0.5);
  padding: 10px 15px;
  box-shadow: 0px 0px 4px #666;
}

@media screen and (min-width: 1200px) {
  .other-masters__link {
    width: 335px;
    height: 60px;
    background: rgb(0, 0, 0);
    border: 1px solid #ffc092;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    border-radius: 4px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffc092;
    transition: 0.3s;
    filter: drop-shadow(0px 0px 6px rgba(255, 192, 146, 0.5));
    margin-top: 39px;
  }

  .other-masters__link br {
    display: none;
  }

  .other-masters__link:hover {
    background: #ffc092;
    color: #000;
  }
}

.other-masters__divider {
  width: 277px;
  height: 1px;
  margin: 30px auto 0;
  background: #666;
}

@media screen and (min-width: 1200px) {
  .other-masters__divider {
    display: none;
  }
}

.popup-filters {
  min-width: calc(100vw - 8px);
  min-height: calc(100vh - 8px);
  background: #1b1b1b;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.popup-filters__close {
  position: absolute;
  left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  color: #e1ff28;
}

.popup-filters__close svg {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.popup-filters__title {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-filters__item-reset {
  display: none;
}

.popup-filters__item {
  min-height: 49px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #343434;
}

.popup-filters__item--active {
  display: block;
}

.popup-filters__item--active .popup-filters__item-header {
  display: flex;
  justify-content: space-between;
}

.popup-filters__item--active .popup-filters__item-title {
  font-size: 10px;
  line-height: 14px;
  color: #9C9C9C;
}

.popup-filters__item--active .popup-filters__item-reset {
  display: block;
  font-size: 10px;
  line-height: 14px;
  color: #e1ff28;
}

.popup-filters__item--active .popup-filters__item-value {
  margin: 8px 0;
}

.popup-filters__item--active .popup-filters__item-tag {
  background: #000;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  display: inline-flex;
  height: 36px;
  align-items: center;
  padding: 0 5px;
  margin-right: 6px;
}

.popup-filters__item.filter--opened .popup-filters__item-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.popup-filters__item-content {
  display: none;
  padding: 10px;
  background: #1b1b1b;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  color: #ffc092;
}

.popup-filters__item-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}

.popup-filters__item-content-action {
  color: #e1ff28;
}

.popup-filters__item-complete-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #ffc092;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-size: 16px;
  line-height: 22px;
  margin-top: auto;
  margin-bottom: 30px;
}

.popup-filters__item-title {
  color: #ffc092;
}

.popup-filters__btn {
  margin: auto auto 13px;
  width: 270px;
  height: 40px;
  border: 1px solid #ffc092;
  border-radius: 4px;
  font-size: 16px;
  line-height: 22px;
  color: #ffc092;
}

.in-anticipation {
  background-size: cover;
  width: 257px;
  margin: 0 auto;
  padding: 120px 0 12px;
  position: relative;
  background: linear-gradient(0deg, #000 20.28%, rgba(0, 0, 0, 0) 92.47%);
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .in-anticipation {
    padding: 33px 26px 43px 50px;
    background: url(../img/thanks.jpg);
    background-size: cover;
    width: 624px;
    border-radius: 12px;
  }
}

.in-anticipation__img {
  width: 358px;
  position: absolute;
  bottom: 65px;
  left: -50px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .in-anticipation__img {
    display: none;
  }
}

.in-anticipation__title {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  font-family: "Sverdlovsk", sans-serif;
  font-size: 70px;
  margin: 0 -15px;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .in-anticipation__title {
    margin: 0;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.in-anticipation__text {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: 25px auto 0;
}

@media screen and (min-width: 768px) {
  .in-anticipation__text {
    margin: 25px 0 0 38px;
    font-size: 14px;
    font-weight: 400;
  }
}

.in-anticipation__btn {
  width: 230px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  margin: 20px auto 0;
  box-shadow: 0px 0px 10px rgba(255, 192, 146, 0.5);
  font-size: 18px;
  color: #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .in-anticipation__btn {
    margin: 0;
    width: 250px;
    position: absolute;
    height: 46px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}

.in-anticipation__btn:hover {
  color: #000;
  background: #ffc092;
}

.master-detail {
  position: relative;
  width: calc(100vw - 8px);
  min-height: calc(100vh - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 40px;
}

@media screen and (min-width: 768px) {
  .master-detail {
    padding: 60px 30px;
  }
}

@media screen and (min-width: 768px) {
  .master-detail .container {
    padding: 0;
  }
}

.master-detail__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffc092;
}

.master-detail__close svg {
  width: 20px;
  height: 20px;
}

.master-detail__swiper {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .master-detail__swiper {
    flex-direction: row-reverse;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .master-detail__swiper-main {
    width: 80%;
  }
}

.master-detail__swiper-main .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.master-detail__swiper-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .master-detail__swiper-main .swiper-slide img {
    height: 85vh;
    width: auto;
    max-width: 100%;
  }
}

.master-detail__swiper-aside {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .master-detail__swiper-aside {
    margin-top: 0;
    max-height: 80vh;
    padding: 0;
    background: #1b1b1b;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: 6px;
  }

  .master-detail__swiper-aside .swiper-container {
    max-height: 85vh;
  }
}

.master-detail__swiper-aside .swiper-slide {
  width: 100px;
  height: 140px;
}

.master-detail__swiper-aside .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.master-detail__swiper-aside .swiper-slide-thumb-active img {
  border: 1px solid #ffc092;
}

.master-detail__swiper-aside .swiper-button-prev {
  display: none;
}

.master-detail__swiper-aside .swiper-button-next {
  display: none;
}

.master-detail__slide-text {
  margin-top: 7px;
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
}

.popup-record {
  width: 295px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 200px 16px 35px;
  border-radius: 6px;
  background: #000;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  box-shadow: 0 0 40px #000;
}

@media screen and (min-width: 768px) {
  .popup-record {
    background: rgba(5, 5, 5, 0.85);
    width: 570px;
    display: flex;
    padding: 0;
  }
}

.popup-record__close {
  position: absolute;
  top: 8px;
  right: 9px;
  color: #ffc092;
}

.popup-record__close svg {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .popup-record__close {
    top: 16px;
    right: 15px;
  }

  .popup-record__close svg {
    width: 11px;
    height: 11px;
  }
}

.popup-record::after {
  content: "";
  position: absolute;
  top: 230px;
  left: 0;
  right: 0;
  height: 200px;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

@media screen and (min-width: 768px) {
  .popup-record::after {
    display: none;
  }
}

.popup-record__img {
  width: 100%;
  height: 372px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .popup-record__img {
    position: static;
    width: 266px;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .popup-record__content {
    padding: 50px 22px 35px 34px;
    width: 100%;
    background: #1b1b1b;
  }
}

.popup-record__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.popup-record__form {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media screen and (min-width: 768px) {
  .popup-record__form {
    margin-top: 35px;
  }
}

.popup-record__label {
  margin-bottom: 8px;
  color: #ffc092;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.popup-record__input {
  border-radius: 6px;
  border: 1px solid #ffc092;
  padding-left: 10px;
  background: transparent;
  outline: none;
  color: #ffc092;
  height: 45px;
  width: 100%;
}

.popup-record__communication-method-title {
  margin: 24px 0 0;
  color: #ffc092;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.popup-record__communication-methods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.popup-record__communication-method-label {
  padding: 0 13px;
  border-radius: 8px;
  background: #343434;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .popup-record__communication-method-label {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.popup-record__communication-method-label:hover {
  color: #fff;
}

.popup-record__communication-method-input {
  display: none;
}

.popup-record__communication-method-input:checked + label {
  background: #ffc092;
  color: #111111;
  transition: background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  box-shadow: 0px 0px 8px #ffc092;
}

.popup-record__btn {
  height: 45px;
  border-radius: 8px;
  border: 1px solid #ffc092;
  background: #ffc092;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  margin-top: 14px;
  filter: drop-shadow(0px 0px 10px rgba(255, 192, 146, 0.5));
}

.popup-record__btn:hover {
  background: transparent;
  color: #ffc092;
}

.popup-record__date-time-record {
  margin: 20px 0 10px;
  color: #ffc092;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

@media screen and (min-width: 768px) {
  .popup-record__date-time-record {
    margin-bottom: 0;
  }
}

.popup-reviews {
  width: 295px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 165px 16px 20px;
  border-radius: 6px;
  background: #000;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}

@media screen and (min-width: 768px) {
  .popup-reviews {
    width: 760px;
    display: flex;
    padding: 0;
  }
}

.popup-reviews__close {
  position: absolute;
  top: 14px;
  right: 11px;
  color: #ffc092;
}

.popup-reviews__close svg {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .popup-reviews__close {
    top: 24px;
    right: 21px;
  }
}

.popup-reviews::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  right: 0;
  height: 371px;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

@media screen and (min-width: 768px) {
  .popup-reviews::after {
    display: none;
  }
}

.popup-reviews__img {
  width: 100%;
  height: 372px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .popup-reviews__img {
    position: static;
    width: 249px;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .popup-reviews__content {
    padding: 50px 21px 28px 41px;
    width: 100%;
  }
}

.popup-reviews__title {
  font-size: 36px;
  font-weight: 500;
  line-height: 49px;
}

@media screen and (min-width: 768px) {
  .popup-reviews__title br {
    display: none;
  }
}

.popup-reviews__form {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 8px;
}

@media screen and (min-width: 768px) {
  .popup-reviews__form {
    margin-top: 35px;
    gap: 10px 8px;
  }
}

.popup-reviews__label {
  margin-bottom: 8px;
  color: #ffc092;
  font-size: 18px;
  font-weight: 300;
  line-height: 19px;
}

@media screen and (min-width: 768px) {
  .popup-reviews__label {
    padding-left: 3px;
    margin-bottom: 10px;
  }
}

.popup-reviews__input {
  border-radius: 6px;
  border: 1px solid #ffc092;
  padding-left: 6px;
  background: transparent;
  outline: none;
  color: #ffc092;
  height: 40px;
  width: 100%;
}

.popup-reviews__textarea {
  border-radius: 6px;
  border: 1px solid #ffc092;
  width: 100%;
  height: 130px;
  resize: none;
  padding: 7px;
  background: transparent;
  outline: none;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .popup-reviews__textarea {
    margin-top: 6px;
  }
}

.popup-reviews__phone {
  grid-column: -1/1;
}

@media screen and (min-width: 768px) {
  .popup-reviews__phone {
    grid-column: 1/2;
  }
}

.popup-reviews__impression {
  grid-column: -1/1;
}

.popup-reviews__btn {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s;
  grid-column: -1/1;
  margin-top: 14px;
  filter: drop-shadow(0px 0px 10px rgba(255, 192, 146, 0.5));
}

.popup-reviews__btn:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .popup-reviews__btn {
    grid-column: 2/3;
    align-self: flex-end;
  }
}

.popup-reviews__description {
  display: none;
}

@media screen and (min-width: 768px) {
  .popup-reviews__description {
    grid-column: 2/3;
    display: flex;
    align-items: center;
    color: #ffc092;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
  }

  .popup-reviews__description svg {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
}

.thanks {
  background-size: cover;
  width: 257px;
  margin: 0 auto;
  padding: 120px 0 12px;
  position: relative;
  background: linear-gradient(0deg, #000 20.28%, rgba(0, 0, 0, 0) 92.47%);
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .thanks {
    padding: 35px 45px 55px;
    background: url(../img/thanks.jpg);
    background-size: cover;
    width: 624px;
    border-radius: 12px;
  }
}

.thanks__img {
  width: 358px;
  position: absolute;
  bottom: 53px;
  left: -50px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .thanks__img {
    display: none;
  }
}

.thanks__title {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  font-family: "Sverdlovsk", sans-serif;
  font-size: 80px;
  margin: 0 -15px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .thanks__title {
    margin: 0;
    text-align: left;
  }
}

.thanks__text {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin: 25px auto 0;
}

@media screen and (min-width: 768px) {
  .thanks__text {
    margin: 20px 0 0 20px;
  }
}

.thanks__btn {
  width: 230px;
  height: 56px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  border-radius: 4px;
  margin: 30px auto 0;
  box-shadow: 0px 0px 10px rgba(255, 192, 146, 0.5);
  font-size: 18px;
  color: #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .thanks__btn {
    margin: 0;
    width: 250px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    height: 46px;
  }
}

.thanks__btn:hover {
  color: #000;
  background: #ffc092;
}

.your-ready {
  background-size: cover;
  width: 300px;
  margin: 0 auto;
  padding-top: 110px;
  position: relative;
  background: linear-gradient(0deg, #000 20.28%, rgba(0, 0, 0, 0) 92.47%);
  border-radius: 8px;
}

.your-ready:after {
  content: "";
  position: absolute;
  top: 100px;
  width: 100%;
  height: 203px;
  display: block;
  z-index: -1;
  background: linear-gradient(0deg, #000 20.28%, rgba(0, 0, 0, 0) 92.47%);
}

.your-ready__close {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffc092;
}

.your-ready__close svg {
  width: 18px;
  height: 18px;
}

.your-ready__img {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: -1;
}

.your-ready__title {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  font-family: "Sverdlovsk", sans-serif;
  font-size: 80px;
  margin: 0 -15px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
}

.your-ready__text {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 300;
  margin: 15px auto 0;
}

.your-ready__form {
  margin: 20px auto 28px;
  width: 100%;
  max-width: 295px;
  padding: 0 13px 16px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
}

.your-ready__label {
  color: #ffc092;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  margin-bottom: 8px;
  margin-top: 14px;
}

.your-ready__label:first-child {
  margin-top: 0;
}

.your-ready__input {
  border-radius: 8px;
  border: 1px solid #ffc092;
  height: 42px;
  width: 100%;
  background: transparent;
  outline: none;
  padding-left: 8px;
  color: #ffc092;
}

.your-ready__communication-method-title {
  margin: 28px 0 13px;
  color: #ffc092;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.your-ready__communication-methods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

.your-ready__communication-method-label {
  padding: 0 13px;
  border-radius: 8px;
  background: #343434;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-size: 14px;
}

.your-ready__communication-method-label:hover {
  color: #fff;
}

.your-ready__communication-method-input {
  display: none;
}

.your-ready__communication-method-input:checked + label {
  background: #ffc092;
  color: #111111;
  transition: background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  box-shadow: 0px 0px 8px #ffc092;
}

.your-ready__btn {
  margin: 22px auto 0;
  width: 264px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #ffc092;
  background: #ffc092;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 0 8px #ffc092;
  transition: 0.3s;
}



.your-ready__btn:hover {
  background: transparent;
  color: #ffc092;
  cursor: pointer;
}
.your-ready__btn:disabled, .your-ready__btn:hover:disabled {
  opacity: 0.4;
  cursor: default;
}

.programs-erotic-main {
  margin: 68px auto 0;
  padding: 26px 11px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .programs-erotic-main {
    padding: 25px 31px 31px;
    margin-top: 27px;
  }
}

.programs-erotic-main__title {
  text-align: center;
  font-size: 52px;
  font-family: Sverdlovsk, sans-serif;
  line-height: 0.85;
  font-weight: 400;
  margin: 0;
  position: relative;
  top: -80px;
}

@media screen and (min-width: 768px) {
  .programs-erotic-main__title {
    top: 0;
    margin-bottom: 40px;
    font-size: 110px;
    line-height: 1;
  }
}

.programs-erotic-main__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
}

.programs-erotic-main__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.programs-erotic-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .programs-erotic-list {
    display: grid;
    justify-content: center;
    grid-template-columns: 300px 300px;
    gap: 50px 30px;
    margin-top: 46px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-erotic-list {
    grid-template-columns: 300px 300px 300px;
  }
}

@media screen and (min-width: 1440px) {
  .programs-erotic-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.programs-erotic-btn {
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  margin: 34px auto 110px;
  color: #ffc092;
  font-size: 18px;
  line-height: 25px;
  transition: 0.3s;
  box-shadow: 0px 0px 8px #ffc092;
}

.programs-erotic-btn:hover {
  background: #ffc092;
  color: #111111;
}

@media screen and (min-width: 768px) {
  .programs-erotic-btn {
    width: 340px;
    margin: 82px auto 110px;
  }
}

.programs-erotic-action {
  border-radius: 6px;
  background: #1c1c1c;
  padding: 20px 14px 24px;
  position: relative;
  margin-top: 90px;
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background: url("../img/all-masters-bg_z5bo0t.webp");
    padding: 42px 42px 43px 76px;
    margin-top: 266px;
  }
}

.programs-erotic-action__desktop-img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action__desktop-img {
    display: block;
    position: absolute;
    width: 70%;
    height: calc(100% + 74px);
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}

.programs-erotic-action__title {
  font-family: Sverdlovsk;
  font-size: 36px;
  color: #ffc092;
  line-height: 0.85;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action__title {
    font-size: 76px;
  }
}

.programs-erotic-action__text {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action__text {
    margin: 47px 0 0;
    max-width: 357px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .programs-erotic-action__form {
    border-radius: 6px;
    background: rgba(7, 7, 7, 0.85);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    position: relative;
    z-index: 3;
    padding: 32px 26px 18px 35px;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action__form {
    margin-top: 0;
    width: 657px;
    max-width: 657px;
  }
}

.programs-erotic-action__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #ffc092;
  margin-bottom: 8px;
  display: block;
}

@media screen and (min-width: 768px) {
  .programs-erotic-action__label {
    font-size: 18px;
    margin-top: 0;
  }

  .programs-erotic-action__label--text {
    grid-column: -1/1;
    grid-row: 1/2;
  }

  .programs-erotic-action__label--phone {
    grid-column: -1/1;
    grid-row: 3/4;
  }
}

.programs-erotic-action__textarea {
  resize: none;
  width: 280px;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .programs-erotic-action__textarea {
    width: 100%;
    grid-column: -1/1;
    grid-row: 2/3;
    margin-bottom: 22px;
  }
}

.programs-erotic-action__input {
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  max-width: 280px;
}

.programs-erotic-action__btn {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
  margin: 27px 0 18px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .programs-erotic-action__btn {
    width: 100%;
    grid-column: 2/3;
    grid-row: 4/5;
    margin: 0;
    height: 40px;
  }
}

.programs-erotic-action__btn:hover {
  background: transparent;
  color: #ffc092;
}

.programs-erotic-action__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

@media screen and (min-width: 768px) {
  .programs-erotic-action__comment {
    grid-column: 2/3;
    grid-row: 5/6;
    flex-direction: row-reverse;
    margin-top: 22px;
    justify-content: center;
    gap: 7px;
  }
}

.programs-erotic-action__words {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  max-width: 175px;
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action__words {
    max-width: 100%;
    color: #ffc092;
    font-size: 12px;
    line-height: 14px;
  }
}

.programs-erotic-action__rabbit {
  color: #ffc092;
}

.programs-erotic-action__rabbit svg {
  width: 53px;
  height: 42px;
}

@media screen and (min-width: 1200px) {
  .programs-erotic-action__rabbit svg {
    height: 26px;
    width: 28px;
  }
}

.programs-main {
  margin-top: 30px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .programs-main {
    margin-top: 27px;
  }
}

.programs-main__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 11px 11px;
  position: relative;
}



@media screen and (min-width: 768px) {
  .programs-main__wrapper {
    padding-bottom: 400px;
  }
  .programs-main__wrapper--five-items {
    padding-bottom: 436px
  }

  .programs-main__wrapper--six-items {
    padding-bottom: 472px
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__wrapper {
    padding: 20px 45px 401px;
  }
  .programs-main__wrapper--five-items {
    padding-bottom: 436px
  }

  .programs-main__wrapper--six-items {
    padding-bottom: 472px
  }
}


.programs-main__wrapper-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.programs-main__title {
  text-align: center;
  font-size: 42px;
  font-family: Sverdlovsk, sans-serif;
  line-height: 0.85;
  margin: 0;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .programs-main__title {
    font-size: 55px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__title {
    font-size: 110px;
  }
}

.programs-main__text {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .programs-main__text {
    max-width: 300px;
    margin: 35px 0 18px;
  }
}

.programs-main__time-mobile {
  color: #ffc092;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .programs-main__time-mobile {
    display: none;
  }
}

.programs-main__time-mobile svg {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.programs-main__description {
  margin-top: 23px;
  padding: 25px 10px 20px 16px;
  border-radius: 6px;
  background: #1c1c1c;
}

@media screen and (min-width: 768px) {
  .programs-main__description {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__description {
    grid-template-columns: 1fr 340px 280px;
    grid-template-rows: 63px 1fr 76px;
    gap: 0 30px;
    padding: 35px 80px 20px;
    left: 45px;
    right: 45px;
    bottom: 41px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__prices {
    grid-row: 1/3;
  }
}

.programs-main__price {
  display: flex;
  align-items: flex-start;
  color: #ffc092;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 14px;
}

.programs-main__price svg {
  width: 28px;
  height: 29px;
  position: relative;
  top: -4px;
  margin: 0 7px;
}

.programs-main__price img {
  width: 28px;
  height: 29px;
  position: relative;
  top: -4px;
  margin: 0 7px;
}

@media screen and (min-width: 1200px) {
  .programs-main__price {
    align-items: center;
    font-size: 26px;
    line-height: 35px;
  }

  .programs-main__price svg {
    width: 35px;
    height: 39px;
    margin: 0 18px 0 25px;
  }

  .programs-main__price img {
    width: 35px;
    height: 39px;
    margin: 0 18px 0 25px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__price-text {
    font-size: 18px;
    line-height: 25px;
  }
}

.programs-main__text-description {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.programs-main__divider {
  width: 260px;
  height: 1px;
  margin: 22px auto;
  background: #666;
}

@media screen and (min-width: 768px) {
  .programs-main__divider {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .programs-main__includes {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__includes {
    grid-row: 1/3;
    margin-right: 40px;
  }
}

.programs-main__includes-title {
  color: #ffc092;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .programs-main__includes-title {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
  }
}

.programs-main__includes-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.programs-main__includes-item svg {
  width: 31px;
  height: 31px;
  margin-right: 12px;
  color: #ffc092;
}

.programs-main__includes-item img {
  width: 31px;
  height: 31px;
  min-height: 31px;
  min-width: 31px;
  margin-right: 12px;
  color: #ffc092;
}

.programs-main__includes-item-text {
  font-size: 14px;
  font-family: Manrope;
  font-weight: 300;
  line-height: 16px;
}

.programs-main__includes-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  margin-top: 21px;
}

@media screen and (min-width: 768px) {
  .programs-main__includes-text {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__includes-text {
    margin-top: 5px;
    grid-column: 3/4;
    grid-row: 2/3;
  }
}

.programs-main__readmore {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media screen and (min-width) {
  .programs-main__readmore {
    margin-bottom: 20px;
  }
}

.programs-main__readmore + a {
  color: #ffc092;
}

.programs-main__btn-mobile {
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 48px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .programs-main__btn-mobile {
    display: none;
  }
}

.programs-main__btn-mobile:hover {
  background: transparent;
  color: #ffc092;
}

.programs-main__time-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .programs-main__time-desktop {
    color: #ffc092;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    display: flex;
    align-items: center;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .programs-main__time-desktop svg {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    margin-left: -5px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-main__time-desktop {
    align-items: flex-start;
    grid-column: 3/4;
    grid-row: 1/2;
    font-size: 26px;
    line-height: 35px;
  }

  .programs-main__time-desktop svg {
    width: 38px;
    height: 38px;
    margin-right: 25px;
  }
}

.programs-main__btn-desktop {
  display: none;
}

.programs-main__btn-desktop:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .programs-main__btn-desktop {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #ffc092;
    background: #ffc092;
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 524px;
    height: 48px;
    margin: 18px auto 0;
    grid-column: -1/1;
    transition: 0.3s;
    box-shadow: 0px 0px 8px #ffc092;
  }
}

.programs-accordions {
  margin-top: 56px;
}

@media screen and (min-width: 1200px) {
  .programs-accordions {
    margin-top: 90px;
  }

  .programs-accordions .accordions {
    margin-top: 45px;
    margin-bottom: 33px;
  }
}

.programs-accordions__title {
  color: #ffc092;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .programs-accordions__title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    line-height: 38px;
  }
}

.programs-accordions__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

@media screen and (min-width: 768px) {
  .programs-accordions__btns {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 11px;
  }
}

.programs-accordions__other-programs {
  border-radius: 4px;
  border: 1px solid #ffc092;
  width: 260px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  transition: 0.3s;
}

.programs-accordions__other-programs:hover {
  background: #ffc092;
  color: #111111;
}

.programs-accordions__want-to-try {
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  width: 260px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  transition: 0.3s;
  box-shadow: 0px 0px 8px #ffc092;
}

.programs-accordions__want-to-try:hover {
  background: transparent;
  color: #ffc092;
}

.programs-other-masters {
  margin-top: 85px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .programs-other-masters {
    margin-top: 95px;
  }
}

.programs-other-masters .other-masters-swiper {
  padding: 0 0 0 5px;
}

@media screen and (min-width: 768px) {
  .programs-other-masters .other-masters-swiper {
    padding: 13px 0;
  }
}

.programs-other-masters__title {
  color: #ffc092;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

@media screen and (min-width: 1200px) {
  .programs-other-masters__title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 36px;
  }
}

.programs-other-masters__touch {
  display: flex;
  justify-content: flex-end;
  margin: 28px 0 12px;
}

@media screen and (min-width: 1200px) {
  .programs-other-masters__touch {
    display: none;
  }
}

.programs-other-masters__touch svg {
  width: 30px;
  height: 34px;
  color: #ffc092;
}

.programs-other-masters__divider {
  width: 280px;
  height: 1px;
  margin: 39px auto 0;
  background: #666;
}

@media screen and (min-width: 768px) {
  .programs-other-masters__divider {
    display: none;
  }
}

.programs-other-programs {
  margin-top: 82px;
}

@media screen and (min-width: 85px) {
  .programs-other-programs {
    margin-top: 105px;
  }
}

.programs-other-programs__title {
  color: #ffc092;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .programs-other-programs__title {
    font-size: 28px;
    line-height: 35px;
  }
}

.programs-other-programs__list {
  margin-top: 52px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .programs-other-programs__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .programs-other-programs__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.programs-other-programs__btn {
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  width: 260px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 22px;
  transition: 0.3s;
  margin: 49px auto 0;
  box-shadow: 0px 0px 8px #ffc092;
}

.programs-other-programs__btn:hover {
  background: transparent;
  color: #ffc092;
}

@media screen and (min-width: 768px) {
  .programs-other-programs__btn {
    width: 340px;
    height: 60px;
    margin-top: 56px;
    background: transparent;
    color: #ffc092;
  }

  .programs-other-programs__btn:hover {
    background: #ffc092;
    color: #111111;
  }
}

.programs-page {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .programs-page {
    background: url("../img/all-masters-bg_z5bo0t.webp");
    background-size: cover;
    border-radius: 12px;
    padding: 67px 50px 42px;
    position: relative;
    margin-top: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-page {
    padding-top: 30px;
  }
}

.programs-page__desktop-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .programs-page__desktop-img {
    display: block;
    position: absolute;
    width: 80%;
    height: calc(100% + 74px);
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}

@media screen and (min-width: 1200px) {
  .programs-page__desktop-img {
    width: 70%;
  }
}

.programs-page__title {
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
  font-size: 73px;
  line-height: 1;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: -2;
}

@media screen and (min-width: 768px) {
  .programs-page__title {
    z-index: 1;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .programs-page__title {
    font-size: 150px;
  }
}

.programs-page__wrapper {
  position: relative;
  padding: calc(100% - 220px) 10px 12px;
  margin-top: 17px;
  text-align: left;
  background: linear-gradient(0deg, #000 20.28%, rgba(0, 0, 0, 0) 92.47%);
}

@media screen and (min-width: 768px) {
  .programs-page__wrapper {
    text-align: left;
    max-width: 60%;
    background: transparent;
    padding: 0;
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .programs-page__wrapper {
    max-width: 633px;
  }
}

.programs-page__img {
  position: absolute;
  width: 100%;
  top: -73px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .programs-page__img {
    display: none;
  }
}

.programs-page__text {
  max-height: 75px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .programs-page__text {
    max-height: 80px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
  }
}

.programs-page__text + a {
  text-align: left;
  color: #ffc092;
}

.programs-page__text + a:hover {
  color: #fff;
}

.programs-page__btn {
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs-page__btn {
    width: 340px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #ffc092;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    color: #ffc092;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    box-shadow: 0px 0px 8px #ffc092;
    transition: 0.3s;
  }

  .programs-page__btn:hover {
    background: #ffc092;
    color: #111111;
  }
}

.programs-page-list {
  margin-top: 93px;
}

@media screen and (min-width: 768px) {
  .programs-page-list .programs-list__item {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  .programs-page-list .programs-list__content :last-child {
    /*grid-column: 3/5;
    max-width: 100%;*/
  }

  .programs-page-list .programs-list__content :last-child .programs-list__item-small-text {
    max-width: 406px;
  }
}

.programs-page-list .programs-list__item-small {
  height: 260px;
}

.programs-page-list .programs-list__item-small-text {
  margin-top: 40px;
}

.programs-page-services {
  margin: 75px auto 60px;
}

@media screen and (min-width: 768px) {
  .programs-page-services {
    margin: 78px auto 115px;
  }
}

.programs-page-services__divider {
  width: 277px;
  height: 1px;
  background: #666;
  margin: 0 auto 30px;
}

@media screen and (min-width: 768px) {
  .programs-page-services__divider {
    display: none;
  }
}

.programs-page-services .additional-services__divider {
  display: none;
}

.programs-promotions {
  margin-top: 80px;
}

@media screen and (min-width: 1200px) {
  .programs-promotions {
    margin-top: 90px;
  }
}

.programs-page-end-text {
  display: none;
}

@media screen and (min-width: 1200px) {
  .programs-page-end-text {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }
}

.promotions-page {
  position: relative;
}

@media screen and (min-width: 768px) {
  .promotions-page {
    padding: 20px 70px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .promotions-page {
    padding: 18px 130px 20px;
  }
}

.promotions-page__title {
  font-family: "Sverdlovsk", sans-serif;
  font-weight: 400;
  font-size: 150px;
  line-height: 0.85;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: -1;
  margin-bottom: calc(100% - 285px);
}

@media screen and (min-width: 768px) {
  .promotions-page__title {
    text-align: left;
    padding-left: 32px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .promotions-page__title {
    position: relative;
    z-index: -1;
  }
}

.promotions-page__description-mobile {
  width: 100%;
  height: 210px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 28px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .promotions-page__description-mobile {
    display: none;
  }
}

.promotions-page__text {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .promotions-page__text {
    display: none;
  }
}

.promotions-page__img-mobile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .promotions-page__img-mobile {
    display: none;
  }
}

.promotions-page__text-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .promotions-page__text-desktop {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    max-width: 275px;
    margin-top: 25px;
    margin-left: 25px;
  }
}

.promotions-page__img-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .promotions-page__img-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    border-radius: 6px;
    z-index: -2;
  }
}

.promotions-list {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.promotions-list .promotions-list__item:nth-child(1) .promotions-list__item-text {
  margin-bottom: 45px;
}

.promotions-list .promotions-list__item:nth-child(1) .promotions-list__item-title {
  height: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .promotions-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(6, 1fr);
  }

  .promotions-list .promotions-list__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }

  .promotions-list .promotions-list__item:nth-child(2) {
    grid-column: 3/5;
    grid-row: 1/2;
  }

  .promotions-list .promotions-list__item:nth-child(3) {
    grid-column: 5/7;
    grid-row: 1/2;
  }

  .promotions-list .promotions-list__item:nth-child(3) .promotions-list__item-title {
    max-width: 300px;
  }

  .promotions-list .promotions-list__item:nth-child(4) {
    grid-column: 4/7;
    grid-row: 2/3;
  }

  .promotions-list .promotions-list__item:nth-child(5) {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}

.promotions-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 25px 6px 30px;
}

.promotions-list__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.promotions-list__item-title {
  text-align: center;
  font-size: 45px;
  line-height: 1;
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  height: 77px;
}

@media screen and (min-width: 768px) {
  .promotions-list__item-title {
    font-size: 50px;
  }
}

.promotions-list__item-title-small {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .promotions-list__item-title-small {
    font-size: 50px;
  }
}

.promotions-list__item-text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  height: 77px;
  max-width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 77px;
}

.promotions-list__item-btn {
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: rgba(0, 0, 0, 0.45);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  width: 120px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc092;
  font-size: 16px;
  line-height: 22px;
  margin-top: auto;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}

.promotions-list__item-btn:hover {
  color: #000;
  background: #ffc092;
}

@media screen and (min-width: 1200px) {
  .master-page__advantages {
    flex-wrap: wrap;

  }
}

.services_detail_text {
  overflow: hidden;
  max-height: 130px;
}

.services_detail_text + a {
  color: #ffc092;
  display: block;
}

.programs__words_detail_services {
  display: block
}

@media (max-width: 740px) {
  .service_detail_text {
    margin: 40px 20px;
  }
}

@media (max-width: 768px) {
  .container.main-promotions-end-text {
    display: none;
  }
}


@media (max-width: 1000px) {
  .grecaptcha-badge {
    display: none;
  }
}

.all-news-main {
  padding-top: 255px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .all-news-main {
    padding: 50px 46px 75px;
    margin-top: 30px;
    height: 360px;
  }
}
.all-news-main__title {
  text-align: center;
  line-height: 48px;
  text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
  font-size: 56px;
  font-family: Sverdlovsk, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .all-news-main__title {
    font-size: 110px;
    line-height: 0.85;
  }
}
@media screen and (min-width: 1200px) {
  .all-news-main__title {
    font-size: 130px;
    text-align: left;
    max-width: 670px;
  }
}
.all-news-main__img {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .all-news-main__img {
    top: -85px;
    bottom: 0;
    height: calc(100% + 85px);
    border-radius: 6px;
  }
}

.all-news-items {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .all-news-items {
    margin-top: 65px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }
}

.all-news-sort {
  margin-top: 40px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 13px;
  cursor: pointer;
  position: relative;
  z-index: 11;
  color: #ffc092;
}
@media screen and (min-width: 365px) and (max-width: 415px) {
  .all-news-sort {
    margin-top: 90px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .all-news-sort {
    margin-top: 130px;
  }
}
.all-news-sort svg {
  transition: 0.3s;
  color: #ffc092;
}
.all-news-sort:hover .all-news-sort__wrapper {
  display: block;
}
.all-news-sort:hover svg {
  transform: rotate(180deg);
}
.all-news-sort__wrapper {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1;
}
.all-news-sort__inner {
  margin-top: 4px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.5019607843);
  border-radius: 4px;
  position: relative;
  background: #1b1b1b;
}
.all-news-sort__item {
  color: #fff;
  padding: 10px 12px;
  gap: 4px;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.all-news-sort__item:hover {
  background: #000;
  transition: 0.3s;
  cursor: pointer;
}

.all-news-paginations {
  margin-top: 59px;
}
@media screen and (min-width: 1440px) {
  .all-news-paginations {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .all-news-paginations .paginations {
    justify-content: center;
  }
}
.all-news-paginations .paginations__look-more {
  display: none;
}

.all-news-form {
  border-radius: 6px;
  background: #1c1c1c;
  padding: 20px 14px 24px;
  position: relative;
  margin-top: 90px;
}
@media screen and (min-width: 1200px) {
  .all-news-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    background: url(https://res.cloudinary.com/dclouds/image/upload/f_auto,q_auto:best/v1687145967/all-masters-bg_z5bo0t.jpg);
    padding: 42px 42px 43px 76px;
    margin-top: 266px;
  }
}
.all-news-form__desktop-img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .all-news-form__desktop-img {
    display: block;
    position: absolute;
    width: 70%;
    height: calc(100% + 74px);
    right: 0;
    bottom: 0;
    z-index: 3;
  }
}
.all-news-form__title {
  font-family: Sverdlovsk;
  font-size: 36px;
  color: #ffc092;
  line-height: 0.85;
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .all-news-form__title {
    font-size: 76px;
  }
}
.all-news-form__text {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
@media screen and (min-width: 1200px) {
  .all-news-form__text {
    margin: 47px 0 0;
    max-width: 388px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .all-news-form__form {
    border-radius: 6px;
    background: rgba(7, 7, 7, 0.85);
    backdrop-filter: blur(40px);
    position: relative;
    z-index: 3;
    padding: 32px 26px 18px 35px;
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .all-news-form__form {
    margin-top: 0;
    width: 657px;
    max-width: 657px;
  }
}
.all-news-form__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #ffc092;
  margin-bottom: 8px;
  display: block;
}
@media screen and (min-width: 768px) {
  .all-news-form__label {
    font-size: 18px;
    margin-top: 0;
  }
  .all-news-form__label--text {
    grid-column: -1/1;
    grid-row: 1/2;
  }
  .all-news-form__label--phone {
    grid-column: -1/1;
    grid-row: 3/4;
  }
}
.all-news-form__textarea {
  resize: none;
  width: 280px;
  height: 130px;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  margin-bottom: 15px;
  box-sizing: border-box;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .all-news-form__textarea {
    width: 100%;
    grid-column: -1/1;
    grid-row: 2/3;
    margin-bottom: 22px;
  }
}
.all-news-form__input {
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #ffc092;
  color: #ffc092;
  background: transparent;
  width: 100%;
  height: 40px;
  padding-left: 8px;
  max-width: 280px;
}
.all-news-form__btn {
  width: 100%;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: #ffc092;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 19px;
  margin: 27px 0 18px;
  box-shadow: 0px 0px 8px #ffc092;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .all-news-form__btn {
    width: 100%;
    grid-column: 2/3;
    grid-row: 4/5;
    margin: 0;
    height: 40px;
  }
}
.all-news-form__btn:hover {
  background: transparent;
  color: #ffc092;
}
.all-news-form__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .all-news-form__comment {
    grid-column: 2/3;
    grid-row: 5/6;
    flex-direction: row-reverse;
    margin-top: 22px;
    justify-content: center;
    gap: 7px;
  }
}
.all-news-form__words {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  max-width: 175px;
}
@media screen and (min-width: 1200px) {
  .all-news-form__words {
    max-width: 100%;
    color: #ffc092;
    font-size: 12px;
    line-height: 14px;
  }
}
.all-news-form__rabbit {
  color: #ffc092;
}
.all-news-form__rabbit svg {
  width: 53px;
  height: 42px;
}
@media screen and (min-width: 1200px) {
  .all-news-form__rabbit svg {
    height: 26px;
    width: 28px;
  }
}

.news-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  max-width: 100%;
  background: #1b1b1b;
  padding: 20px;
  border-radius: 6px;
}
@media screen and (min-width: 1200px) {
  .news-item {
    grid-template-columns: 80px 1fr;
    gap: 30px;
    padding: 24px 30px;
    backdrop-filter: blur(2px);
  }
}
.news-item__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  .news-item__avatar {
    width: 80px;
    height: 80px;
  }
}
.news-item__content-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.news-item__author {
  font-size: 9px;
  line-height: 11px;
  margin-bottom: 6px;
  font-weight: 600;
  color: #727272;
}
.news-item__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.news-item__date {
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  color: #ffc092;
  margin: 4px 0 12px;
}
.news-item__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
}
.news-item__actions-wrapper {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-item__counter {
  display: flex;
  align-items: center;
  color: #727272;
  gap: 4px;
}
.news-item__counter svg {
  width: 17px;
  height: 12px;
}
.news-item__counter-value {
  font-size: 12px;
  line-height: 16px;
}
.news-item__like .-like {
  display: block;
}
.news-item__like .-like-filled {
  display: none;
}
.news-item__like--active .-like {
  display: none;
}
.news-item__like--active .-like-filled {
  display: block;
}
.news-item__actions {
  display: flex;
  align-items: center;
  gap: 6px;
}
.news-item__action {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 8px;
  border-radius: 8px;
}
.news-item__action:hover {
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
}
.news-item__action .icon {
  width: 15px;
  height: 15px;
  color: #ffc092;
}
.news-item__action .icon.-comment {
  width: 20px;
  height: 20px;
}
.news-item__action-count {
  font-size: 12px;
  line-height: 16px;
}

.share-menu {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 33;
  flex-direction: column;
  justify-content: flex-end;
  display: none;
}
.share-menu .icon-arrow-down {
  display: none;
}
.share-menu--open {
  display: flex;
}
.share-menu--open-mobile {
  display: flex;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .share-menu {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    width: 325px;
    transform: translate(45px, -270px);
  }
  .share-menu .icon-arrow-down {
    display: block;
    position: absolute;
    color: #ffc092;
    width: 33px;
    height: 9px;
    transform: rotate(90deg);
    top: 22px;
    left: 0;
  }
}
.share-menu__overlay {
  background: #111111;
  opacity: 0.2;
  z-index: 1;
  position: absolute;
  inset: 0;
}
.share-menu__close {
  position: absolute;
  right: 16px;
  top: 15px;
}
.share-menu__close svg {
  width: 15px;
  height: 15px;
  color: #ffc092;
}
@media screen and (min-width: 768px) {
  .share-menu__close {
    display: none;
  }
}
.share-menu__list {
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  background: #1b1b1b;
  color: #fff;
  padding-left: 0;
}
.share-menu__title-item {
  padding: 28px 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .share-menu__title-item {
    padding: 14px 0;
  }
}
.share-menu__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 19px;
  padding: 10px 12px;
}
.share-menu__item svg {
  width: 18px;
  height: 18px;
  color: #ffc092;
}
.share-menu__item:hover {
  background: #111111;
  color: #ffc092;
}

.current-promotion_new {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 42px;
    max-width: 740px;
  }
}
@media screen and (min-width: 1200px) {
  .current-promotion_new {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (min-width: 1440px) {
  .current-promotion_new {
    gap: 0;
  }
}
.current-promotion_new__counter {
  display: flex;
  align-items: center;
  color: #727272;
  gap: 4px;
}
.current-promotion_new__counter svg {
  width: 26px;
  height: 26px;
}
.current-promotion_new__author-wrapper {
  display: flex;
  align-items: center;
  grid-row: 3/4;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-wrapper {
    gap: 20px;
  }
}
.current-promotion_new__author-avatar {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-avatar {
    width: 40px;
    height: 40px;
  }
}
.current-promotion_new__author-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-text {
    gap: 4px;
  }
}
.current-promotion_new__author-name {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__author-name {
    font-size: 14px;
    line-height: 19px;
  }
}
.current-promotion_new__actions {
  border-top: 1px solid #727272;
  margin-top: 36px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__actions {
    margin-top: 56px;
  }
}
.current-promotion_new__actions .news-item__actions {
  margin-left: -6px;
}
.current-promotion_new__actions .news-item__action-count {
  font-size: 14px;
  line-height: 19px;
}
.current-promotion_new__actions .icon {
  width: 20px;
  height: 20px;
}
.current-promotion_new__actions .icon-comment {
  width: 25px;
  height: 25px;
}
.current-promotion_new__author-position {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
.current-promotion_new__counter-value {
  font-size: 14px;
  line-height: 19px;
}
.current-promotion_new__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 24px;
  }
}
.current-promotion_new__img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.current-promotion_new__img-wrapper {
  display: block;
  margin: 28px 0 36px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__img-wrapper {
    margin: 40px 0 56px;
  }
}
.current-promotion_new__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__info {
    margin-bottom: 36px;
  }
}
.current-promotion_new__date {
  color: #ffc092;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.current-promotion_new__text {
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
}
.current-promotion_new__text :first-child {
  margin-top: 0;
}
.current-promotion_new__text :last-child {
  margin-bottom: 0;
}
.current-promotion_new__text ul,
.current-promotion_new__text ol {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.current-promotion_new__text ul ::marker,
.current-promotion_new__text ol ::marker {
  color: #ffc092;
}
.current-promotion_new__text ul {
  padding-left: 28px;
}
.current-promotion_new__text ul ::marker {
  font-size: 12px;
}
.current-promotion_new__text ul li {
  padding-left: 8px;
}
.current-promotion_new__text ol {
  padding-left: 24px;
}
.current-promotion_new__text ol ::marker {
  font-size: 14px;
}
.current-promotion_new__text ol li {
  padding-left: 12px;
}
.current-promotion_new__text a {
  color: #ffc092;
  transition: 0.3s;
}
.current-promotion_new__text a:hover {
  color: #fff;
}
.current-promotion_new__text .article-img {
  margin: 36px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-img {
    margin: 56px 0;
    border-radius: 6px;
  }
}
.current-promotion_new__text .article-image-caption {
  margin: -24px 0 36px;
  font-size: 12px;
  line-height: 16px;
  color: #727272;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-image-caption {
    margin: -40px 0 56px;
  }
}
.current-promotion_new__text p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 19px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text p {
    margin: 20px 0;
  }
}
.current-promotion_new__text b,
.current-promotion_new__text strong {
  font-weight: bold;
}
.current-promotion_new__text img {
  width: 100%;
  object-fit: cover;
  margin: 36px 0;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text img {
    margin: 56px 0;
    border-radius: 6px;
  }
}
.current-promotion_new__text h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin: 28px 0 16px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 36px 0 16px;
  }
}
.current-promotion_new__text h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 12px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 24px 0 12px;
  }
}
.current-promotion_new__text .article-block_quote {
  padding-left: 34px;
  border-left: 2px solid #ffc092;
  margin: 36px 0;
}
.current-promotion_new__text .article-block_quote p {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-block_quote {
    margin: 56px 0;
  }
}
.current-promotion_new__text .article-block_quote p:first-child {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new__text .article-block_quote p:first-child {
    font-size: 18px;
    line-height: 25px;
  }
}

.current-promotion_new-more {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more {
    padding: 0;
    margin-top: 113px;
  }
}
.current-promotion_new-more__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__header {
    padding: 0 30px;
  }
}
.current-promotion_new-more__title {
  font-family: Sverdlovsk, sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 45px;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__title {
    color: #fff;
    text-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    font-size: 70px;
    line-height: 1;
    font-weight: 400;
  }
}
.current-promotion_new-more__header-btn {
  width: 130px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ffc092;
  background: transparent;
  color: #ffc092;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  margin-top: 10px;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__header-btn {
    font-weight: 400;
    width: 340px;
    height: 60px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
  }
  .current-promotion_new-more__header-btn:hover {
    background: #ffc092;
    color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .current-promotion_new-more__header-btn {
    width: 340px;
    margin: 15px 0 0;
  }
}
.current-promotion_new-more__news {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 27px 0 40px;
}
@media screen and (min-width: 1200px) {
  .current-promotion_new-more__news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 73px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .current-promotion_new-more__paginations {
    display: none;
  }
}


.js_init_map {
  background: url("/local/templates/krolikclub/assets/img/bg_map.png");
  background-position: center center;
  background-size: inherit;
  cursor: pointer;
}


.podarok_button {
  display: block;
  position: fixed;
  right: 40px;
  bottom: 120px;
  cursor: pointer;
  z-index: 9;
}
.podarok_button:has(+ .socials_button_absolute._open) {
  bottom: 270px;
}

.podarok_button img {
  width: 64px;
  background: #000000;
  border-radius: 50%;
  display: flex !important;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(270deg, #FFFFFF 0%, #D60D0D 50%, #1B1B1B 100%) border-box;
  align-items: center;
  box-shadow: 2px 0 40px 2px rgb(214, 13, 13);
  /*animation: rotateGradient 2s linear infinite;*/
  position: relative;
  z-index: 9;
}

/*.podarok_button::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: -15px;*/
/*  left: -15px;*/
/*  right: -15px;*/
/*  bottom: -15px;*/
/*  border-radius: 50%;*/
/*  background: conic-gradient(from 0deg, rgb(214, 13, 13), transparent 70%, rgb(214, 13, 13));*/
/*  filter: blur(15px);*/
/*  z-index: -1;*/
/*  animation: spinShadow 2s linear infinite;*/
/*  position: relative;*/
/*}*/

.podarok_button::after {
  content: '';
  position: absolute;
  width: 64px;
  background: #000000;
  border-radius: 50%;
  display: flex !important;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(270deg, #FFFFFF 0%, #D60D0D 50%, #1B1B1B 100%) border-box;
  border: 2px solid transparent;
  align-items: center;
  box-shadow: 2px 0 40px 2px rgb(214, 13, 13);
  animation: spinShadow 2s linear infinite;
  top: 0;
  z-index: 8;
  width: 64px;
  height: 64px;
}

@keyframes spinShadow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


span.preloader_form {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000069;
  top: 0;
  left: 0;
  //transform: translate(-50%, -50%);
  z-index: 99999;
}

span.preloader_form:before {
  position: relative;
  content: "";
  transform: translate(-50%, -50%);
}


/* HTML: <div class="loader"></div> */
.loader {
  height: 15px;
  aspect-ratio: 5;
  display: grid;
  /*animation: l39-0 1s infinite linear;*/
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.loader:before,
.loader:after {
  content: "";
  width: calc(140%/3);
  grid-area: 1/1;
  --_g: no-repeat radial-gradient(farthest-side,#ad010b 94%,#0000);
  background:
          var(--_g) left,
          var(--_g) right;
  background-size: calc(300%/7) 100%;
  animation: l39-1 1s infinite linear;
}
.loader:after {
  margin-left: auto;
  --s:-1;
}
@keyframes l39-0 {
  0%,30% {transform: rotate(0)}
  50%,100% {transform: rotate(.5turn)}
}
@keyframes l39-1 {
  30%,70% {transform:translate(calc(var(--s,1)*400%/14))}
}

@media screen and (min-width: 1200px) {
  .footer__container {
    bottom: 85px;
  }
}

.footer__container_agre {
  display: flex;
  padding-top: 15px;
  padding-bottom: 10px;
  justify-content: space-between;
  grid-column: span 4;
}
.footer__container_agre a {
  font-size: 13px;
  opacity: 0.4;
}
.footer__container_agre a:hover {
  opacity: 1;
}
@media (max-width: 900px) {
  .footer__container_agre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding-top: 0;
  }
}

.chek_box_polisy  {
  margin-top: 12px;
  display: flex;
  font-size: 14px;
  line-height: 1.2em;
  gap: 6px;
}
.popup-container__form-wrapper .chek_box_polisy {grid-column: span 2;align-items: center;}
.chek_box_polisy .chek_box_polisy_input {
  margin-right: 5px;
}

.chek_box_polisy_text {
  color: #ffc092;
}

.chek_box_polisy_text a {
  text-decoration: underline;
}

.chek_box_polisy_input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ffc092;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.3s ease;
}

.chek_box_polisy_input:hover {
  border-color: #ffc092;
}

.chek_box_polisy_input:checked {
  background-color: #ffc092;
  border-color: #ffc092;
}

.chek_box_polisy_input:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #1e1e1e94;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.fancybox-ch__wrapper .errortext {

}

.socials_button_absolute {
  display: block;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99;
}
.socials_button_absolute .open_button {
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  display: block;
  position: relative;

}
.socials_button_absolute .open_button .open_social_absolute_pilse {
  content: "";
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
  border: 1px solid #f11716;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.socials_button_absolute._open .open_button {
  display: none;
}
.socials_button_absolute .close_button {
  max-width: 50px;
  width: 100%;
  cursor: pointer;
  display: none;
}
.socials_button_absolute._open .close_button {
  display: block;
}
.socials_button_absolute  ul {
  max-width: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.socials_button_absolute ul li {}
.socials_button_absolute ul li a {
  display: none;
}
.socials_button_absolute._open ul li a {
  display: block;
}
.socials_button_absolute ul li a svg {}

@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}


.sw-app-body, .sw-app {background: #111111!important;}
.sw-app-body {width: 100% !important; margin-bottom: 50px !important;}
.sw-review-box, .sw-review-item {background-color: #1b1b1b!important;}
.sw-reviews-btn {background-color: #ffc092 !important;box-shadow: 0px 0px 8px #ffc092 !important;}
span.swiper-pagination-bullet.swiper-pagination-bullet-active, span.swiper-pagination-bullet {background: #ffc092 !important;}
.sw-swiper-button-prev.sw-swiper-button-arrow-type1:hover, .sw-swiper-button-next.sw-swiper-button-arrow-type1:hover {color: #ffc092 !important;}
.sw-swiper-button-prev.sw-swiper-button-arrow-type1, .sw-swiper-button-next.sw-swiper-button-arrow-type1 {color: #ffc09277 !important;}
.sw-review-item-date {color: rgba(255, 255, 255, 0.4) !important;}