@charset "UTF-8";
/* Импортные CSS / SCSS файлы, плагины, модули */
/* Обнуление стилей */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Анимации */
/* Choises: select */
/* Slider: swiper */
/* Переменные */
/* Миксины */
/* Адаптивность */
/* Подключение шрифта вручную */
/* Работа с типографией */
/* Удобная Сетка */
/* Обнуление стилей */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.0520833333vw;
}
@media (max-width: 1600px) {
  html {
    font-size: 0.0625vw;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.0694444444vw;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 0.1302083333vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.3125vw;
  }
}

html,
body {
  background: #fff;
}

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-family: PTSans;
  color: #000000;
  font-size: 18rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
@media (max-width: 992px) {
  body {
    font-size: 16rem;
  }
}

.img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

ul {
  list-style: none;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}
input::placehloder,
textarea::placehloder,
button::placehloder {
  box-sizing: border-box;
}

textarea {
  resize: none;
}

/* Шрифты */
@font-face {
  font-family: calibri_bold;
  font-display: swap;
  src: url('../fonts/calibri_bold.woff2') format('woff2'),
    url('../fonts/calibri_bold.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ALSRubl;
  font-display: swap;
  src: url('../fonts/ALSRubl.woff2') format('woff2'),
    url('../fonts/ALSRubl.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PTSans;
  font-display: swap;
  src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
    url('../fonts/PTSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: PTSans;
  font-display: swap;
  src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
    url('../fonts/PTSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
/* Типографика */
h1 {
  font-size: 48rem;
  line-height: 52rem;
  font-family: PTSans;
  font-weight: 700;

  margin-bottom: 30px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 56rem;
    line-height: 58rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20rem;
    line-height: 21rem;
    margin-top: 30px;
    font-family: PTSans;
  }
}

h2 {
  font-size: 36rem;
  line-height: 44rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 992px) {
  h2 {
    font-size: 32rem;
    line-height: 40rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28rem;
    line-height: 34rem;
    font-family: PTSans;
  }
}

h3 {
  font-size: 27rem;
  line-height: 35rem;
  font-family: arial;
  font-weight: 700;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20rem;
    line-height: 28rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}

h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  color: #993399;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  text-decoration: none;
}
a:hover {
  opacity: 0.75;
}

address {
  font-style: normal;
}

.wrapper-desc {
  display: flex;
  flex-direction: column;
  row-gap: 24rem;
}
@media (max-width: 992px) {
  .wrapper-desc {
    row-gap: 20rem;
  }
}
@media (max-width: 767px) {
  .wrapper-desc {
    row-gap: 16rem;
  }
}

.link-big a {
  font-size: 24rem;
  line-height: 26rem;
  font-family: PTSans;
  font-weight: 400;
  color: #993399;
  border-bottom: 2rem solid #993399;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .link-big a {
    font-size: 16rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}

/* Анимации */
/* Компоненты */
/* Кнопки */
/* Кнопка: перейти */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: background-color, color, box-shadow, border-color;
  transition-timing-function: linear;
  transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  user-select: none;
}
.btn:hover,
.btn:focus {
  cursor: pointer;
}
.btn--gradient {
  background-color:#99195e;
  /*background: rgb(222, 16, 103);

  /*background: linear-gradient(
    0deg,
    rgb(222, 16, 103) 50%,
    rgb(255, 124, 0) 100%
  );*/
  color: #fff;
  transition-property: filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  box-shadow: 5rem 10rem 16rem rgba(222, 16, 103, 0.35);
}
@media (max-width: 767px) {
  .btn--gradient {
    box-shadow: 2.5rem 5rem 16rem rgba(222, 16, 103, 0.25);
  }
}
.btn--gradient:hover {
  opacity: 1;
  filter: brightness(115%);
}
.btn--bigsize {
 /* border-radius: 32rem;*/
  border-radius: 10rem;
  min-height: 56rem;
  max-height: 56rem;
  padding: 0 48rem;
  font-size: 18rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .btn--bigsize {
    padding: 0 40rem;
  }
}

.btn--minsize {
 /* border-radius: 24rem;*/
 border-radius: 8rem;
  min-height: 32rem;
  max-height: 32rem;
  font-size: 12rem;
  line-height: 18rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12rem;
}
.btn--large {
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 700;
  min-height: 40rem;
  max-height: 40rem;
  padding: 0 28rem;
    text-transform: uppercase;
  border-radius: 14rem;
}
@media (max-width: 767px) {
  .btn--bigsize {
    font-size: 14rem;
      border-radius: 7rem;
    line-height: 16rem;
    font-family: PTSans;
    padding: 0 12rem;
    min-height: 48rem;
    max-height: 48rem;
  }
  .btn--minsize {
 /* border-radius: 24rem;*/
 border-radius: 6rem;
  min-height: 32rem;
  max-height: 32rem;
  font-size: 12rem;
  line-height: 18rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12rem;
}
}
/* Контейнер */
.container {
  padding: 0 200rem;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 160rem;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 40rem;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15rem;
  }
}

/* Icon */
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: center;
}
.icon--vk-alter {
  background-image: url('../img/icons/vk-alter.png');
  width: 46rem;
  height: 26rem;
  min-width: 46rem;
  min-height: 26rem;
}
@media (max-width: 767px) {
  .icon--vk-alter {
    width: 36.8rem;
    height: 20.8rem;
    min-width: 36.8rem;
    min-height: 20.8rem;
  }
}
.icon--phone {
  background-image: url('../img/icons/icon-phone.png');
  width: 15rem;
  display: none;
  height: 17rem;
  min-width: 15rem;
  min-height: 17rem;
}
.icon--search,
.icon--search-lg {
  background-image: url('../img/icons/icon-search.png');
  width: 23rem;
  height: 25rem;
  min-width: 23rem;
  min-height: 25rem;
}
@media (max-width: 767px) {
  .icon--search {
    width: 18rem;
    height: 20rem;
    min-width: 18rem;
    min-height: 20rem;
  }
}
@media (max-width: 992px) {
  .icon--search-lg {
    width: 30rem;
    height: 32rem;
    min-width: 30rem;
    min-height: 32rem;
  }
}
@media (max-width: 767px) {
  .icon--search-lg {
    width: 18rem;
    height: 20rem;
    min-width: 18rem;
    min-height: 20rem;
  }
}
.icon--telegram {
  background-image: url('../img/icons/icon-telegram.png');
}
.icon--viber {
  background-image: url('../img/icons/icon-viber.png');
}
.icon--vk {
  background-image: url('../img/icons/icon-vk.png');
}
.icon--whatsapp {
  background-image: url('../img/icons/icon-whatsapp.png');
}
.icon--arrow-left svg,
.icon--arrow-right svg {
  width: 10.3rem;
  height: 12rem;
  min-width: 10.3rem;
  min-height: 12rem;
}
@media (max-width: 767px) {
  .icon--arrow-left svg,
  .icon--arrow-right svg {
    width: 6.83rem;
    height: 8rem;
    min-width: 6.83rem;
    min-height: 8rem;
  }
}
.icon--arrow-left path,
.icon--arrow-right path {
  stroke: #000;
}
.icon--arrow-right {
  transform: rotate(180deg);
}
.icon--vk,
.icon--whatsapp,
.icon--telegram {
  width: 32rem;
  height: 32rem;
  margin-top: 3px;
  min-width: 32rem;
  min-height: 32rem;
}
.icon--viber {
  width: 32rem;
  height: 31rem;
  margin-top: 3px;
  min-width: 32rem;
  min-height: 31rem;
}
/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}
.modal__content {
  position: relative;
  display: flex;
  flex-direction: column;
  outline: 0;
}
.modal .modal__close {
  position: absolute;
  z-index: 10;
}
@media (max-width: 992px) {
  .modal .modal__close {
    right: 40rem;
    top: 20rem;
  }
}
@media (max-width: 767px) {
  .modal .modal__close {
    top: 32rem;
    right: 20rem;
  }
}
.modal .modal__close:hover {
  cursor: pointer;
}
.modal .modal__icon--close svg {
  stroke: #000;
  width: 24rem;
  height: 24rem;
}

.modal--addmenu {
  background-color: #fff;
  transform: translateX(-100vw);
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  opacity: 1;
}
@media (max-width: 767px) {
  .modal--addmenu {
    display: flex;
    align-items: center;
  }
}
.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}
.modal--addmenu .modal__content {
  padding-bottom: 24rem;
}
@media (max-width: 992px) {
  .modal--addmenu .modal__content {
    padding-bottom: 20rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__content {
    padding-bottom: 48rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__container {
    padding: 0 40rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__container {
    padding: 0 15rem;
  }
}
.modal--addmenu .modal__content-top {
  padding-top: 64rem;
}
@media (max-width: 992px) {
  .modal--addmenu .modal__content-top {
    padding-top: 40rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__content-top {
    padding-top: 15rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__wrapper-top {
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: flex-end;
    column-gap: 16rem;
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__wrapper-top {
    grid-template-columns: 1fr;
    row-gap: 12rem;
    margin-bottom: 12rem;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__block-contacts > address {
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
    font-weight: 700;
    color: #993399;
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__block-contacts > address {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
    font-weight:300;
    color:#000;
    margin-bottom: 8rem;
  }
  .select-city--big .select-city__head span
  {
   color:#000;
  	}
}
@media (max-width: 992px) {
  .modal--addmenu .modal__wrapper-phone {
    margin-bottom: 16rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__wrapper-phone {
    margin-bottom: 8rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__socials {
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__socials {
    margin-bottom: 8rem;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 16rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__menu {
    column-gap: 10rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu ul {
    display: flex;
    flex-direction: column;
    row-gap: 12rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__menu ul {
    row-gap: 4rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__menu li a {
    font-size: 18rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__menu li a {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__logo img {
    width: 50%;
    margin:0 auto;
    padding-right:20px;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__select-city {
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .modal--addmenu .modal__select-city {
    margin-bottom: 12rem;
  }
}
@media (max-width: 992px) {
  .modal--addmenu .modal__search {
    width: 100%;
  }
}
.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  hyphens: auto;
  color: inherit;
}
.breadcrumbs a {
  text-decoration: underline;
  position: relative;
}
.breadcrumbs a::after {
  content: '-';
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-family: PTSans;
  font-weight: inherit;
  color: inherit;
  margin: 0 2rem 0 4rem;
  pointer-events: none;
}

/* Select */
.choices {
  border: 1rem solid rgba(0, 0, 0, 0.4);
  width: 249rem;
}
@media (max-width: 767px) {
  .choices {
    width: 90%;
  }
}

.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10rem 8rem;
}

.choices__inner {
  border: none;
  border-radius: 0;
  padding: 15rem 10rem 10rem 10rem;
  background-color: transparent;
  max-height: 46rem;
  min-height: 46rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .choices__inner {
    max-height: 38rem;
    min-height: 38rem;
  }
}

.choices__list--single {
  padding: 0;
}

.choices[data-type*='select-one'] .choices__inner {
  padding: 10rem 8rem;
}

.choices[data-type*='select-one']::after {
  content: '';
  width: 23rem;
  height: 13rem;
  min-width: 23rem;
  min-height: 13rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1rem;
  right: 12rem;
  background-image: url('../img/icons/arrow-bottom-min.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-style: none;
  border-color: #333 transparent transparent;
  border-width: 0;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .choices[data-type*='select-one']::after {
    width: 19.16rem;
    height: 10.83rem;
    min-width: 19.16rem;
    min-height: 10.83rem;
  }
}

.choices[data-type*='select-one'].is-open::after {
  transform: rotate(180deg);
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 300rem;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 767px) {
  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}

.nav__item--active .choices__inner {
  background-color: #000;
}
@media (max-width: 767px) {
  .nav__item--active .choices__inner {
    display: flex;
    align-items: center;
  }
}
.nav__item--active .choices__item {
  color: #fff;
  opacity: 1;
}
.nav__item--active .choices__item:hover {
  background-color: #000 !important;
}
.nav__item--active .choices__item:first-child:hover {
  background-color: #000 !important;
}
.nav__item--active .choices__item:not(:hover) {
  background-color: #000 !important;
}
.nav__item--active .choices__list {
  background-color: #000;
}

.choices__item {
  text-transform: uppercase;
  transition: 0.3s;
  color: #000;
  opacity: 1;
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 767px) {
  .choices__item {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.choices__item:hover,
.choices__item--active {
  background-color: #fff;
}

/* Input */
.wrapper-input {
  width: 100%;
}
.wrapper-input input {
  border: none;
  outline: unset;
  display: block;
  margin: 0;
  width: 100%;
  border: 2rem solid #993399;
  border-radius: 4rem;
  background-color: #fff8fb;
  padding: 0 16rem;
  height: 56rem;
  color: #000000;
}
@media (max-width: 767px) {
  .wrapper-input input {
    padding: 0 8rem;
    height: 40rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.wrapper-input input::placeholder {
  color: #979797;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.wrapper-input--search {
  min-width: 356rem;
  max-width: 640rem;
  position: relative;
}
@media (max-width: 1600px) {
  .wrapper-input--search {
    max-width: 526rem;
  }
}
@media (max-width: 767px) {
  .wrapper-input--search {
    min-width: unset;
  }
}
.wrapper-input--search button {
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: absolute;
  right: 16rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wrapper-input--search button {
    right: 8rem;
  }
}
.wrapper-input--search button:hover {
  cursor: pointer;
  opacity: 0.8;
}
.wrapper-input--subscribe {
  position: relative;
}
@media (max-width: 767px) {
  .wrapper-input--subscribe input {
    padding: 0 4rem;
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
    height: 40rem;
  }
}
.wrapper-input--subscribe .btn {
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper-input--subscribe .btn:hover {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wrapper-input--subscribe .btn.btn--large {
    font-size: 12rem;
    line-height: 14rem;
    min-height: 24rem;
    max-height: 24rem;
    padding: 0 8rem;
        border-radius: 7rem;
  }
}

/* Fix height */
.fix-height.offset-top {
  margin-top: 163rem;
}
@media (max-width: 992px) {
  .fix-height.offset-top {
    margin-top: 135rem;
  }
}
@media (max-width: 767px) {
  .fix-height.offset-top {
    margin-top: 88rem;
  }
}

/* Dropdown */
.dropdown {
  position: relative;
  z-index: 999;
}
.dropdown:hover {
  cursor: pointer;
}
.dropdown:hover .select-city__head b::after {
  transform: rotate(-90deg);
}
.dropdown:hover .dropdown__wrapper {
  opacity: 1;
  pointer-events: all;
}
.dropdown__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  padding-top: 32rem;
  width: 100%;
  z-index: 999;
}
@media (max-width: 992px) {
  .dropdown__wrapper {
    width: 240rem;
  }
}
@media (max-width: 767px) {
  .dropdown__wrapper {
    width: 200rem;
  }
}
.dropdown__dropdown-content {
  background-color: #fff;
  border-radius: 8rem;
  box-shadow: 0rem 0rem 16rem rgba(0, 0, 0, 0.15);
  max-height: 300rem;
  overflow-y: auto;
  padding: 10rem 0;
}
@media (max-width: 767px) {
  .dropdown__dropdown-content {
    padding: 4rem 0;
    max-height: 260rem;
  }
}
.dropdown__dropdown-content > ul a {
  color: #000;
  display: block;
  padding: 10rem 15rem;
  transition-property: color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .dropdown__dropdown-content > ul a {
    padding: 4rem 8rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.dropdown__dropdown-content > ul a:hover {
  opacity: 0.8;
  color: #993399;
}
.dropdown__dropdown-content > ul a.active {
  color: #993399;
}

/* Блоки */
/* Шапка сайта */
.header {
  width: 100%;
  max-width: 100%;
  position: relative;
  /*height: 163rem;*/
  left: 0;
  top: 0;
  z-index: 9999;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  box-shadow: unset;
}
@media (max-width: 992px) {
  .header {
    height: 135rem;
  }
}
@media (max-width: 767px) {
  .header {
    height: 88rem;
  }
}
.header .container {
  width: 100%;
}
.header__flex {
  display: flex;
  align-items: center;
  padding: 0 10rem;
}
@media (max-width: 992px) {
  .header__flex {
    padding: 0;
    justify-content: space-between;
  }
}
.header__content-top {
  /*padding: 23rem 0 26rem 0;*/
  background-color: #fff;
}
@media (max-width: 992px) {
  .header__content-top {
    padding: 16rem 0;
  }
}
@media (max-width: 767px) {
  .header__content-top {
    padding: 8rem 0 12rem 0;
  }
}
.header__logo {
  width: 182rem;
  min-width: 182rem;
  margin-right: 40rem;
  position: relative;
  top: -2rem;
}
@media (max-width: 1600px) {
  .header__logo {
    margin-right: 24rem;
  }
}
@media (max-width: 992px) {
  .header__logo {
    display: none;
  }
}
.header__logo:hover {
  opacity: 1;
}
.header__logo--large {
  display: none;
}
@media (max-width: 992px) {
  .header__logo--large {
    display: block;
    width: 54rem;
    min-width: 54rem;
    margin-right: 16rem;
    top: 0;
  }
}
@media (max-width: 767px) {
  .header__logo--large {
    width: 32rem;
    min-width: 32rem;
    margin-right: 8rem;
  }
}
.header__select-city {
  margin-right: 40rem;
  min-width: 210px;
}
@media (max-width: 1600px) {
  .header__select-city {
    margin-right: 24rem;
  }
}
@media (max-width: 767px) {
  .header__select-city {
    margin-right: 8rem;
    min-width: 80px;
  }
}
.header__search-large {
  display: none;
}
@media (max-width: 992px) {
  .header__search-large {
    display: block;
    margin-left: auto;
    margin-right: 24rem;
  }
}
@media (max-width: 767px) {
  .header__search-large {
    margin-right: 12rem;
  }
}
.header__wrapper-search {
  margin-right: 64rem;
}
@media (max-width: 1600px) {
  .header__wrapper-search {
    margin-right: 56rem;
  }
}
@media (max-width: 992px) {
  .header__wrapper-search {
    display: none;
  }
}
.header__wrapper-phone {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__wrapper-phone {
    margin-left: 0;
    margin-right: 24rem;
  }
}
@media (max-width: 767px) {
  .header__wrapper-phone {
    margin-right: 12rem;
  }
}
.header__content-bottom {
  background-color: #ededed;
  padding: 1rem 0;
}
.header__content-bottom .header__flex {
  justify-content: space-between;
  column-gap: 64rem;
  padding-left: 30px;
}
@media (max-width: 1600px) {
  .header__content-bottom .header__flex {
    column-gap: 32rem;
  }
}
@media (max-width: 767px) {
  .header__content-bottom .header__flex {
    column-gap: 12rem;
    padding-left: 0px;
  }
}
.header__content-bottom .header__flex > ul {
  display: flex;
  align-items: center;
  column-gap: 24rem;
}
@media (max-width: 767px) {
  .header__content-bottom .header__flex > ul {
    column-gap: 12rem;
            margin-bottom: 3px;
  }
}
.header__content-bottom .header__flex > ul:nth-child(2) {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__content-bottom .header__flex > ul:nth-child(2) {
    display: none;
  }
}
.header__content-bottom .header__flex > ul a {
  color: #000000;
  line-height: 16rem;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .header__content-bottom .header__flex > ul a {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.header__content-bottom .header__flex > ul a:hover {
  color: #9f186d;
  opacity: 1;
}
.header__hamburger {
  display: none;
}
@media (max-width: 992px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    row-gap: 8rem;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
}
@media (max-width: 767px) {
  .header__hamburger {
    row-gap: 4rem;
  }
}
@media (max-width: 992px) {
  .header__hamburger:hover {
    opacity: 0.75;
  }
}
@media (max-width: 992px) {
  .header__hamburger::after,
  .header__hamburger::before {
    content: '';
  }
}
@media (max-width: 992px) {
  .header__hamburger::after,
  .header__hamburger::before,
  .header__hamburger span {
    display: block;
    width: 40rem;
    min-width: 40rem;
    border-radius: 4rem;
    border-bottom: 5rem solid #ba6d67;
  }
}
@media (max-width: 767px) {
  .header__hamburger::after,
  .header__hamburger::before,
  .header__hamburger span {
    width: 24rem;
    min-width: 24rem;
    border-width: 4rem;
  }
}
.header--fixed {
  position: fixed;
  box-shadow: 0 5rem 16rem rgba(0, 0, 0, 0.15);
}

/* Подвал сайта */
.footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 50rem 0 36rem 0;
}
@media (max-width: 992px) {
  .footer {
    padding: 40rem 0 32rem 0;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 20rem 0 16rem 0;
  }
}
.footer__wrap {
  padding: 0 24rem;
  display: grid;
  grid-template-columns: minmax(496rem, 1fr) 1fr;
  column-gap: 44rem;
}
@media (max-width: 1600px) {
  .footer__wrap {
    grid-template-columns: 496rem 1fr;
  }
}
@media (max-width: 992px) {
  .footer__wrap {
    grid-template-columns: 1fr;
    row-gap: 16rem;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .footer__wrap {
    row-gap: 12rem;
  }
}
.footer__left-top {
  display: flex;
  align-items: center;
  column-gap: 30rem;
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .footer__left-top {
    margin-bottom: 24rem;
    column-gap: 48rem;
  }
}
@media (max-width: 767px) {
  .footer__left-top {

    align-items: center;
    margin-bottom: 10rem;
    row-gap: 16rem;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 40%;
  }
}
.footer__phone {
  position: relative;
  top: 2rem;
}
@media (max-width: 992px) {
  .footer__phone {
    top: 12rem;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    top: 0;

  }
}
.footer__phone a {
  display: flex;
  align-items: center;
  column-gap: 10rem;
}
.footer__phone a span {
  font-size: 22rem;
  line-height: 22rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 992px) {
  .footer__phone a span {
    font-size: 26rem;
    line-height: 26rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .footer__phone a span {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
    position: relative;
    top: 1rem;
  }
}
.footer__left > address {
  color: #993399;
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .footer__left > address {
    margin-bottom: 20rem;
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .footer__left > address {
    margin-bottom: 16rem;
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
.footer__left > span {
  display: block;
  margin-bottom: 16rem;
}
@media (max-width: 992px) {
  .footer__left > span {
    margin-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .footer__left > span {
    margin-bottom: 8rem;
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.footer__left > p {
  font-size: 13rem;
  line-height: 16rem;
  font-family: PTSans;
  font-weight: 400;
  margin-bottom: 32rem;
  max-width: 496rem;
}
@media (max-width: 992px) {
  .footer__left > p {
    max-width: unset;
    font-size: 16rem;
    line-height: 18rem;
    font-family: PTSans;
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .footer__left > p {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
    margin-bottom: 8rem;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
}
.footer__right > p {
  margin-left: auto;
  font-size: 14rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .footer__right > p {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .footer__right > p {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.footer__right > p a {
  color: #ff9900;
  text-decoration: underline;
}
.footer__menu {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 24rem;
  margin-bottom: 24rem;
}
@media (max-width: 992px) {
  .footer__menu {
    column-gap: 16rem;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    column-gap: 10rem;
    margin-bottom: 16rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
@media (max-width: 767px) {
  .footer ul {
    row-gap: 4rem;
  }
}
.footer ul li > a {
  color: #000000;
  text-decoration: underline;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 992px) {
  .footer ul li > a {
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .footer ul li > a {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.footer ul li > a:hover {
  color: #993399;
  opacity: 1;
}
.footer__wrapper-input {
  margin-bottom: 30rem;
}
@media (max-width: 992px) {
  .footer__wrapper-input {
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .footer__wrapper-input {
    margin-bottom: 12rem;
  }
}

/* Баннер сверху */
.banner-top {
  width: 100%;
  padding-left:30px;
  margin-top:20rem;
}
.banner-top__wrapper-img {
  width: 100%;
  min-height: 90rem;
}
@media (max-width: 992px) {
  .banner-top__wrapper-img {
    min-height: unset;
  }
}
.banner-top__wrapper-img:hover {
  opacity: 1;
}
.sc-poster__btn {
  margin: 0 auto;
}
/* Poster calendar */
.poster-calendar__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 80rem;
  margin-bottom: 40rem;
}
@media (max-width: 1600px) {
  .poster-calendar__navigation {
    column-gap: 32rem;
  }
}
@media (max-width: 992px) {
  .poster-calendar__navigation {
    padding: 0 15rem;
    column-gap: 48rem;
  }
}
@media (max-width: 767px) {
  .banner-top {
  width: 100%;
  margin-top:10rem;
}
.banner-top {
   padding: 0px;

}
  .poster-calendar__navigation {
    column-gap: 4rem;
    padding: 0;
    justify-content: space-between;
    margin-bottom: 24rem;
  }
}
.poster-calendar__select {
  display: flex;
  align-items: center;
  column-gap: 10rem;
}
@media (max-width: 767px) {
  .poster-calendar__select {
    column-gap: 4rem;
  }
}
.poster-calendar__select > ul li {
  display: flex;
  justify-content: center;
  font-size: 20rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 700;
  user-select: none;
  display: none;
}
@media (max-width: 767px) {
  .poster-calendar__select > ul li {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.poster-calendar__select > ul li.active {
  display: block;
}
.poster-calendar__select button {
  position: relative;
  top: 1rem;
}
@media (max-width: 992px) {
  .poster-calendar__select button {
    top: 0;
  }
}
.poster-calendar__select button:hover {
  cursor: pointer;
}
.poster-calendar__select--month li {
  min-width: 81rem;
  text-align: center;
}
@media (max-width: 767px) {
  .poster-calendar__select--month li {
    min-width: 50rem;
  }
}
.poster-calendar__wrapper,
.poster-calendar__days {
  display: none;
}
.poster-calendar__wrapper.active,
.poster-calendar__days.active {
  display: block;
}
.poster-calendar__weekdays {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .poster-calendar__weekdays {
    margin-bottom: 8rem;
  }
}
.poster-calendar__weekdays ul li {
  color: #757575;
}
.poster-calendar__days ul {
  row-gap: 16rem;
}
@media (max-width: 767px) {
  .poster-calendar__days ul {
    row-gap: 8rem;
  }
}
.poster-calendar__days li > span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  position: relative;
  z-index: 1;
}
.poster-calendar__days li.circle-active {
  position: relative;
}
.poster-calendar__days li.circle-active::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  background-color: rgba(159, 24, 109, 0.25);
  width: 32rem;
  height: 32rem;
  min-width: 32rem;
  min-height: 32rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .poster-calendar__days li.circle-active::after {
    width: 18rem;
    height: 18rem;
    min-width: 18rem;
    min-height: 18rem;
  }
}
.poster-calendar__days li.disabled {
  opacity: 0.25;
}
.poster-calendar__days li.active-yellow {
  color: #ffc810;
}
.poster-calendar__days li.weekend {
  color: #993399;
}
.poster-calendar__weekdays,
.poster-calendar__days {
  max-width: 355rem;
}
@media (max-width: 1600px) {
  .poster-calendar__weekdays,
  .poster-calendar__days {
    max-width: 230rem;
  }
}
@media (max-width: 992px) {
  .poster-calendar__weekdays,
  .poster-calendar__days {
    max-width: unset;
  }
}
.poster-calendar__weekdays ul,
.poster-calendar__days ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.poster-calendar__weekdays ul li,
.poster-calendar__days ul li {
  text-align: center;
  font-size: 14rem;
  line-height: 16rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .poster-calendar__weekdays ul li,
  .poster-calendar__days ul li {
    font-size: 16rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .poster-calendar__weekdays ul li,
  .poster-calendar__days ul li {
    font-size: 11rem;
    line-height: 12rem;
    font-family: PTSans;
  }
}
.poster-calendar__button:hover {
  cursor: pointer;
}

/* Poster min */
.poster-min {
  display: flex;
  column-gap: 12rem;
}
@media (max-width: 767px) {
  .poster-min {
    column-gap: 4rem;
  }
}
.poster-min__left {
  width: 120rem;
}
@media (max-width: 992px) {
  .poster-min__left {
    width: 100rem;
  }
}
@media (max-width: 767px) {
  .poster-min__left {
    width: 70rem;
  }
}
.poster-min__left:hover {
  opacity: 1;
}
.poster-min__right {
  margin-top: auto;
  flex: 1;
  height:100%;

  max-width: 160rem;
  padding-bottom: 8rem;
 /* display: flex;
  flex-direction: column; */
}
@media (max-width: 1600px) {
  .poster-min__right {
    max-width: unset;
  }
}
.poster-min__right > h3 {
  font-size: 18rem;
  line-height: 19rem;
  font-family: PTSans;
  font-weight: 700;
  margin-bottom: 8rem;
}
@media (max-width: 1600px) {
  .poster-min__right > h3 {
    font-size: 17rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
@media (max-width: 992px) {
  .poster-min__right > h3 {
    font-size: 15rem;
    line-height: 16rem;
    font-family: PTSans;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .poster-min__right > h3 {
    font-size: 10rem;
    line-height: 11rem;
    font-family: PTSans;
    margin-bottom: 0px;
  }
}
.poster-min__right > span {
  margin-top: auto;
  color: #993399;
}
@media (max-width: 1600px) {
  .poster-min__right > span {
    font-size: 17rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
@media (max-width: 992px) {
  .poster-min__right > span {
    font-size: 13rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .poster-min__right > span {
    font-size: 8rem;
    line-height: 9rem;
    font-family: PTSans;
  }
}

/* Phone block */
.phone-block a {
  text-decoration: none;
}
.phone-block a:hover {
  opacity: 1;
}
.phone-block a span:last-child {
  opacity: 0.7;
  white-space: nowrap;
}
.phone-block span:first-child {
  display: flex;
  align-items: center;
     justify-content: left;
  column-gap: 4rem;
}
@media (max-width: 1600px) {
  .phone-block span:first-child {
    column-gap: 2rem;
    white-space: nowrap;
  }
}
.phone-block span:first-child b {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 767px) {
  .phone-block span:first-child b {
    font-size: 8rem;
    line-height: 10rem;
    font-family: PTSans;
  }
}
.phone-block span:first-child .icon {
  position: relative;
  top: -2rem;
  display: none;
}
@media (max-width: 992px) {
  .phone-block span:first-child .icon {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
  }
}
@media (max-width: 767px) {
  .phone-block span:first-child .icon {
    width: 15rem;
    height: 15rem;
    min-width: 10rem;
    min-height: 10rem;
  }
}
.phone-block span:last-child {
  font-size: 21.5rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 700;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 1600px) {
  .phone-block span:last-child {
    font-size: 24rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .phone-block span:last-child {
    font-size: 12.5rem;
    display: block;
    line-height: 11rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .phone-block--big-mobile span:first-child b {
    font-size: 14rem;
    line-height: 16rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .phone-block--big-mobile span:first-child .icon {
    width: 13rem;
    height: 13rem;
    min-width: 13rem;
    min-height: 13rem;
  }
}
@media (max-width: 767px) {
  .phone-block--big-mobile span:last-child {
    font-size: 19rem;
    line-height: 23rem;
    font-family: PTSans;
  }
}

/* Social links */
.social-links {
  display: flex;
  align-items: center;
  column-gap: 8rem;
}
@media (max-width: 767px) {
  .social-links {
    column-gap: 4rem;

  }
  .header__socials
  {
   display:none;
  	}
}
@media (max-width: 767px) {
  .social-links .icon {
    width: 20rem;
    height: 22rem;
    min-width: 20rem;
    min-height: 22rem;
  }
}
@media (max-width: 767px) {
  .social-links--big-mobile {
    column-gap: 8rem;
  }
}
@media (max-width: 767px) {
  .social-links--big-mobile .icon {
    width: 26rem;
    height: 28rem;
    min-width: 26rem;
    min-height: 28rem;
  }
}

/* Select City */
.select-city__head {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8rem;
}
.select-city__head:hover {
  cursor: pointer;
}
.select-city__head:hover b {
  opacity: 0.8;
}
.select-city__head:hover b::after {
  transform: rotate(-90deg);
  top: -0.5rem;
}
.select-city__head span {
  font-size: 16rem;
  line-height: 16rem;
  font-family: PTSans;
  color: #757575;
}
@media (max-width: 992px) {
  .select-city__head span {
    display: none;
  }
}
.select-city__head b {
  display: flex;
  align-items: center;
  column-gap: 12rem;
  color: #9f186d;
  font-weight: 400;
  position: relative;
  top: 1rem;
  border-bottom: 1rem dotted #9f186d;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .select-city__head b {
    column-gap: 4rem;
    font-size: 10rem;
    line-height: 10rem;
  }
}
.select-city__head b::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  content: '';
  display: block;
  background-image: url('../img/icons/arrow-bottom-min.png');
  width: 12.26rem;
  height: 6.92rem;
  min-width: 12.26rem;
  min-height: 6.92rem;
  transition-property: transform, top;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transform: rotate(0deg);
  position: relative;
  top: 0;
}
@media (max-width: 767px) {
  .select-city__head b::after {
    width: 8.17rem;
    height: 4.61rem;
    min-width: 8.17rem;
    min-height: 4.61rem;
  }
}
.select-city__dropdown {
  display: none;
}
@media (max-width: 992px) {
  .select-city--big .select-city__head span {
    display: block;
  }
}
@media (max-width: 992px) {
  .select-city--big .select-city__head b {
    font-size: 18rem;
    line-height: 20rem;
  }
}
@media (max-width: 767px) {
  .select-city--big .select-city__head b {
    font-size: 15rem;
    line-height: 16rem;
  }
}

/* Banner poster */
.banner-poster {
  display: flex;
  flex-direction: column;
  row-gap: 18rem;
}
@media (max-width: 992px) {
  .banner-poster {
    row-gap: 12rem;
  }
}
@media (max-width: 767px) {
  .banner-poster {
    row-gap: 4rem;
  }
}
.banner-poster__banner {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
}
.banner-poster__banner:hover {
  opacity: 1;
}
.banner-poster__banner span,
.banner-poster__banner h2,
.banner-poster__banner h3,
.banner-poster__banner p,
.banner-poster__banner strong {
  color: #fff;
  text-shadow: 0px 0px 11px rgba(0,0,0,0.71);
}
.banner-poster__banner > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16rem;
  line-height: 16rem;
  font-family: PTSans;
  font-weight: 700;
  width: 30rem;
  height: 30rem;
  min-width: 30rem;
  min-height: 30rem;
  background-color: rgba(222, 16, 103, 0.15);
  user-select: none;
  padding-bottom: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .banner-poster__banner > span {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
    width: 20rem;
    height: 20rem;
    min-width: 20rem;
    min-height: 20rem;
  }
}
.banner-poster__left > b {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  user-select: none;
  font-weight: 700;
}
.banner-poster__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
}
@media (max-width: 992px) {
  .banner-poster__wrap {
    row-gap: 8rem;
  }
}
@media (max-width: 767px) {
  .banner-poster__wrap {
    row-gap: 2rem;
  }
}
.banner-poster__wrap > p {
  color: #a0a0a0;
}
@media (max-width: 767px) {
  .banner-poster__wrap > p {
    font-size: 8rem;
    line-height: 10rem;
  }
}
.banner-poster--main .banner-poster__banner {
  position: relative;
  height: 370rem;
  padding: 24rem 32rem 24rem 24rem;
}
@media (max-width: 767px) {
  .banner-poster--main .banner-poster__banner {
    height: 140rem;
    padding: 8rem;
  }
}
.banner-poster--main .banner-poster__banner::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  filter: blur(40px);
}
.banner-poster--main .banner-poster__left,
.banner-poster--main .banner-poster__right {
  position: relative;
  z-index: 1;
}
.banner-poster--main .banner-poster__left > span {
  display: block;
 /*text-transform: uppercase;*/
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .banner-poster--main .banner-poster__left > span {
    font-size: 10rem;
    line-height: 12rem;
    font-family: PTSans;
    margin-bottom: 4rem;
  }
}
.banner-poster--main .banner-poster__left > h2 {
  margin-bottom: 16rem;
  text-shadow: 0px 0px 11px rgba(0,0,0,0.71);
}
@media (max-width: 767px) {
  .banner-poster--main .banner-poster__left > h2 {
    margin-bottom: 6rem;
  }
   .banner-poster--main .banner-poster__left .dt {
   font-size: 8rem;
    line-height: 10rem;
    font-family: PTSans;
    margin-bottom: 6rem;
  }
}
.banner-poster--main .banner-poster__left > p {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .banner-poster--main .banner-poster__left > p {
    font-size: 8rem;
    line-height: 10rem;
    font-family: PTSans;
    margin-bottom: 6rem;
  }
}
.banner-poster--main .banner-poster__left > b {
  font-size: 18rem;
  line-height: 20rem;
  font-family: PTSans;
  height: 56rem;
  min-width: 130rem;
  border-radius: 32rem;
  padding-top: 1rem;
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.31);
}
@media (max-width: 767px) {
  .banner-poster--main .banner-poster__left > b {
    font-size: 10rem;
    line-height: 10rem;
    font-family: PTSans;
    height: 20rem;
    min-width: 60rem;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .banner-poster--main .banner-poster__right .btn--bigsize {
    font-size: 8rem;
    line-height: 10rem;
    font-family: PTSans;
    padding: 0 18rem;
    min-height: 24rem;
    max-height: 24rem;
    white-space: nowrap;
    width: 100%;
  }
}
.banner-poster--large .banner-poster__banner {
  height: 280rem;
  padding: 16rem;
}
@media (max-width: 1600px) {
  .banner-poster--large .banner-poster__banner {
    height: 220rem;
  }
}
@media (max-width: 767px) {
  .banner-poster--large .banner-poster__banner {
    height: 80rem;
    padding: 4rem;
  }
}
.banner-poster--large .banner-poster__left > b {
  border-radius: 24rem;
  min-height: 32rem;
  max-height: 32rem;
  min-width: 90rem;
  font-size: 17rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 700;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.31);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.31);
}
@media (max-width: 992px) {
  .banner-poster--large .banner-poster__left > b {
    font-size: 16rem;
    line-height: 19rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .banner-poster--large .banner-poster__left > b {
    font-size: 8rem;
    line-height: 8rem;
    font-family: PTSans;
    min-height: 18rem;
    max-height: 18rem;
    min-width: 40rem;

  }
}
.banner-poster--large .banner-poster__left > strong {
  display: block;
  margin-bottom: 10rem;
  font-size: 17rem;
  line-height: 20rem;
  font-family: PTSans;
  font-weight: 700;
text-shadow: 0px 0px 11px rgba(0,0,0,0.71);
}
@media (max-width: 992px) {
  .banner-poster--large .banner-poster__left > strong {
    font-size: 16rem;
    line-height: 19rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .banner-poster--large .banner-poster__left > strong {
    font-size: 8rem;
    line-height: 10rem;
    font-family: PTSans;
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .banner-poster--large .banner-poster__right .btn--minsize {
    min-height: 16rem;
    max-height: 16rem;
    font-size: 7rem;
    line-height: 9rem;
    padding: 0 8rem;
  }
}
@media (max-width: 767px) {
  .banner-poster--large .banner-poster__wrap > h3 {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.banner-poster--card .banner-poster__banner {
  height: 240rem;
  padding: 16rem;
}
@media (max-width: 1600px) {
  .banner-poster--card .banner-poster__banner {
    height: 180rem;
  }
}
@media (max-width: 992px) {
  .banner-poster--card .banner-poster__banner {
    height: 140rem;
    padding: 8rem;
  }
}
@media (max-width: 767px) {
  .banner-poster--card .banner-poster__banner {
    height: 120rem;
    padding: 4rem;
  }
}
@media (max-width: 992px) {
  .banner-poster--card .banner-poster__left > strong {
    font-size: 14rem;
    line-height: 17rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .banner-poster--card .banner-poster__left > strong {
    font-size: 8rem;
    line-height: 10rem;
    font-family: PTSans;
  }
}
.banner-poster--card .banner-poster__wrap > h3 {
  font-size: 23rem;
  line-height: 29rem;
  font-family: PTSans;
  font-weight: 700;
}
  .vis2
  {
   display:none;
  	}

@media (max-width: 992px) {
  .banner-poster--card .banner-poster__wrap > h3 {
    font-size: 19rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .banner-poster--card .banner-poster__wrap > h3 {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
  .vis
  {
   display:none;
  	}
  	  .vis2
  {
   display:block;
  	}
}

/* Страницы */
/* Страница: Главная */
.sc-poster {
  padding: 20rem 0;
}
@media (max-width: 767px) {
  .sc-poster {
    padding: 0 0;
  }
}
.sc-poster h2 {
  font-size: 56rem;
  line-height: 60rem;
  font-family: arial;
  font-weight: 700;
  text-transform: unset;
}
@media (max-width: 992px) {
  .sc-poster h2 {
    font-size: 48rem;
    line-height: 52rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-poster h2 {
    font-size: 16rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.sc-poster__wrap {
  display: grid;
  grid-template-columns: 360rem 1fr;
  column-gap: 20rem;
}
@media (max-width: 1600px) {
  .sc-poster__wrap {
    column-gap: 24rem;
    grid-template-columns: 280rem 1fr;
  }
}
@media (max-width: 1440px) {
  .sc-poster__wrap {
    column-gap: 20rem;
    grid-template-columns: 260rem 1fr;
  }
}
@media (max-width: 992px) {
  .sc-poster__wrap {
    grid-template-columns: 1fr;
  }
}
.sc-poster__poster-calendar {
  margin-bottom: 40rem;
}
@media (max-width: 992px) {
  .sc-poster__poster-calendar {
    grid-column: 2;
    grid-row: span 3;
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .sc-poster__left {
    grid-column: span 2;
    padding: 10rem 0;
  }
}
@media (max-width: 767px) {
  .sc-poster__left {
    padding-top: 0;
    padding-bottom: 10rem;
    grid-column: 1;
  }
  .sc-poster__poster-calendar
  {
   display:none;
  	}
}
.sc-poster__left-content {
  display: flex;
  flex-direction: column;
  padding-top: 40rem;
  padding-left: 16rem;
}
@media (max-width: 1440px) {
  .sc-poster__left-content {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .sc-poster__left-content {
   /* display: grid;
    grid-template-columns: repeat(2, 1fr);*/
    padding-top: 0;
    column-gap: 30rem;
  }
}
@media (max-width: 767px) {
  .sc-poster__left-content {
    column-gap: 10rem;
  }
}
.sc-poster__left-content > h1 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  row-gap: 8rem;
  text-align: center;
  margin-bottom: 48rem;
}
@media (max-width: 992px) {
  .sc-poster__left-content > h1 {
    grid-column: 1;
    margin-bottom: 32rem;
  }
}
@media (max-width: 767px) {
  .sc-poster__left-content > h1 {
    row-gap: 1rem;
    margin-bottom: 5rem;
    margin-top:5rem;
  }
}
.sc-poster__left-content > h1 span {
  text-transform: inherit;
}
.sc-poster__left-content > h1 span:first-child {
  font-size: 64rem;
  line-height: 64rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .sc-poster__left-content > h1 span:first-child {
    font-size: 55rem;
    line-height: 44rem;
    font-family: PTSans;
    font-weight: 0s;
  }
}
@media (max-width: 767px) {
  .sc-poster__left-content > h1 span:first-child {
    font-size: 26rem;
    line-height: 28rem;
    font-family: PTSans;
  }
}
.sc-poster__left-content > h1 span:last-child {
  font-size: 40rem;
  line-height: 44rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .sc-poster__left-content > h1 span:last-child {
    font-size: 33rem;
    line-height: 44rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-poster__left-content > h1 span:last-child {
    font-size: 16rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.sc-poster__left-content > ul {
  display: flex;
  flex-direction: column;
  row-gap: 12rem;
  margin-bottom: 32rem;
}
.sc-poster__left-content > ul li {
  text-align:center;
}
@media (max-width: 992px) {
  .sc-poster__left-content > ul {
    grid-column: 1;
  }

  .modal__wrapper-bottom
  {
    text-align:center;
  	}
}
@media (max-width: 767px) {
  .sc-poster__left-content > ul {
    margin-bottom: 20rem;
    row-gap: 2rem;
    display:none;
  }

}
.sc-poster__left-content > ul a {
  color: #000000;
}
@media (max-width: 767px) {
  .sc-poster__left-content > ul a {
    font-size: 11rem;
    line-height: 13rem;
    font-family: PTSans;
  }
}
.sc-poster__left-content > ul a span {
  color: #993399;
}
.sc-poster__right-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30rem;
}
@media (max-width: 767px) {
  .sc-poster__right-content {
    column-gap: 10rem;
    row-gap: 15rem;
  }
}
.sc-poster__btn {
  padding: 0 20rem;
}
@media (max-width: 992px) {
  .sc-poster__btn {
    grid-column: 1;
  }
}
@media (max-width: 767px) {
  .sc-poster__btn {
    padding: 0 8rem;
    font-size: 11.5rem;
    line-height: 13rem;
    min-height: 36rem;
    max-height: 36rem;
    width: 100%;
  }
}
.sc-poster__banner {
  grid-column: span 1;
}
.sc-poster__banner:first-child {
  grid-column: span 2;
}

.sc-posters {
  padding: 20rem 0 48rem 0;
}
@media (max-width: 992px) {
  .sc-posters {
    padding-bottom: 40rem;
  }
}
@media (max-width: 767px) {
  .sc-posters {
    padding-top: 0;
    padding-bottom: 20rem;
  }
}
.sc-posters__wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20rem;
  row-gap: 30rem;
}
@media (max-width: 992px) {
  .sc-posters__wrap {
    column-gap: 30rem;
  }
}
@media (max-width: 767px) {
  .sc-posters__wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10rem;
    row-gap: 15rem;
  }
}

.sc-posters--page {
  padding: 32rem 0 48rem 0;
}
@media (max-width: 992px) {
  .sc-posters--page {
    padding: 24rem 0 40rem 0;
  }
}
@media (max-width: 767px) {
  .sc-posters--page {
    padding: 20rem 0 24rem 0;
  }
}
.sc-posters--page h2 {
  padding-left: 336rem;
  margin-bottom: 40rem;
}
@media (max-width: 992px) {
  .sc-posters--page h2 {
    padding-left: 0;
    margin-bottom: 32rem;
  }
}
@media (max-width: 767px) {
  .sc-posters--page h2 {
    margin-bottom: 24rem;
  }
}
.sc-posters--page .sc-posters__wrap {
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .sc-posters--page .sc-posters__wrap {
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .sc-posters--page .sc-posters__wrap {
    margin-bottom: 16rem;
  }
}
.sc-posters--page .sc-posters__link {
  display: flex;
  justify-content: center;
}

.sc-benefits {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 20rem 0;
}
@media (max-width: 767px) {
  .sc-benefits {
    padding: 7rem 0;
    display:none;
  }
}
.sc-benefits__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 20rem;
}
@media (max-width: 992px) {
  .sc-benefits__wrap {
    padding: 0;
    column-gap: 78rem;
  }
}
@media (max-width: 767px) {
  .sc-benefits__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10rem;
    row-gap: 10rem;
  }
}
.sc-benefits__item {
  display: flex;
  align-items: center;
  column-gap: 32rem;
}
@media (max-width: 992px) {
  .sc-benefits__item {
    column-gap: 16rem;
  }
}
@media (max-width: 767px) {
  .sc-benefits__item {
    column-gap: 10rem;
    flex-direction:column;
    text-align:center;
  }
}
.sc-benefits__item h3 {
  font-size: 30rem;
  line-height: 32rem;
  font-family: PTSans;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    0deg,
    rgb(153, 51, 153) 50%,
    rgb(235, 82, 199) 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .sc-benefits__item h3 {
    font-size: 24rem;
    line-height: 26rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-benefits__item h3 {
    font-size: 15rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
.sc-benefits__item h3 span {
  font-size: 22rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 992px) {
  .sc-benefits__item h3 span {
    font-size: 18rem;
    line-height: 22rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-benefits__item h3 span {
    font-size: 12rem;
    line-height: 14rem;
    font-family: PTSans;
  }
}
.sc-benefits__item img {
  user-select: none;
}
@media (max-width: 767px) {
  .sc-benefits__wrapper-img {

    height:35px;
  }

}
.sc-benefits__wrapper-img img {
  width: auto;
}
@media (max-width: 767px) {
  .sc-benefits__wrapper-img img {

    height:27px;
  }
}

.sc-archive {
  padding: 54rem 0 24rem 0;
}
@media (max-width: 992px) {
  .sc-archive {
    padding-top: 40rem;
  }
}
@media (max-width: 767px) {
  .sc-archive {
    padding: 20rem 0;
  }
}
.sc-archive h2 {
  font-size: 55rem;
  line-height: 44rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .sc-archive h2 {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sc-archive h2 {
    font-size: 30rem;
    line-height: 32rem;
    font-family: PTSans;
  }
}
.sc-archive h2 span {
  font-size: 33rem;
  line-height: 44rem;
  font-family: PTSans;
}
@media (max-width: 767px) {
  .sc-archive h2 span {
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
.sc-archive__wrap {
  display: grid;
  column-gap: 20rem;
  grid-template-columns: 360rem 1fr;
}
@media (max-width: 1600px) {
  .sc-archive__wrap {
    grid-template-columns: 290rem 1fr;
  }
}
@media (max-width: 1440px) {
  .sc-archive__wrap {
    grid-template-columns: 260rem 1fr;
    column-gap: 24rem;
  }
}
@media (max-width: 992px) {
  .sc-archive__wrap {
    grid-template-columns: 1fr;
    row-gap: 32rem;
  }
}
@media (max-width: 767px) {
  .sc-archive__wrap {
    row-gap: 20rem;
  }
}
.sc-archive__left {
  padding-top: 54rem;
  padding-left: 30px;
}
.sc-archive__left h2 {
  text-align:center;
}
@media (max-width: 992px) {
  .sc-archive__left {
    padding-top: 0;
    padding-left: 0px;
  }
}
.sc-archive__right-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 64rem;
  row-gap: 24rem;
  margin-bottom: 40rem;
}
@media (max-width: 1600px) {
  .sc-archive__right-items {
    column-gap: 24rem;
    row-gap: 24rem;
  }
}
@media (max-width: 992px) {
  .sc-archive__right-items {
    column-gap: 16rem;
    row-gap: 16rem;
    margin-bottom: 32rem;
  }
}
@media (max-width: 767px) {
  .sc-archive__right-items {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 16rem;
    column-gap: 10rem;
    row-gap: 15rem;
  }
}
.sc-archive__wrap-link {
  display: flex;
  justify-content: center;
}

/* Страница: Item */
.sc-item-preview {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 550rem;
  position: relative;
}
.sc-item-poster-desktop {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.sc-item-poster-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.sc-item-video-desktop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width:auto;
  yexy-align:center;
  min-height: 100%;
}
.sc-item-video-desktop video
{
 margin:0 auto;	}
.sc-item-video-mobile {
  height: 380rem;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  /*height: auto;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .sc-item-preview {
    height: 470rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview {
    height: 305rem;
  }
  .sc-item-poster-desktop {
    display: none;
  }
  .sc-item-poster-mobile {
    display: block;
  }
}
.sc-item-preview::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .sc-item-preview .container {
    height: 100%;
  }

  .sc-item-preview::after {
    top: unset;
    bottom: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
  }
}

.sc-item-preview__content {
  padding: 24rem 20rem 36rem 20rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .sc-item-preview__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__content {
    padding-top: 16rem;
    padding-bottom: 16rem;
    height: 100%;
    align-items: flex-start;
  }
}
.sc-item-preview__breadcrumbs {
  margin-bottom: 20rem;
  color: #fff;
}
@media (max-width: 767px) {
  .sc-item-preview__breadcrumbs {
    /* margin-bottom: 16rem;
    order: 1; */
    display: none;
  }
}
.sc-item-preview__top {
  display: flex;
  align-items: center;
  column-gap: 32rem;
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .sc-item-preview__top {
    column-gap: 12rem;
    margin-bottom: 20rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__top {
    column-gap: 16rem;
    margin-bottom: 0;
    order: 3;
  }
}
.sc-item-preview__top p,
.sc-item-preview__top span {
  color: #fff;
}
.sc-item-preview__top p {
  font-size: 24rem;
  line-height: 26rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sc-item-preview__top p {
    text-align: right;
    padding-left: 24rem;
    font-size: 16rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__top p {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
    padding-left: 0;
    text-align: left;
  }
}
.sc-item-preview__top span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64rem;
  height: 64rem;
  white-space: nowrap;
  background-color: rgba(159, 24, 109, 0.6);
  font-size: 24rem;
  line-height: 32rem;
  font-family: PTSans;
  font-weight: 700;
  user-select: none;
}
@media (max-width: 992px) {
  .sc-item-preview__top span {
    font-size: 20rem;
    line-height: 22rem;
    font-family: PTSans;
    min-width: 48rem;
    height: 48rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__top span {
    display: none;
  }
}
.sc-item-preview h1 {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-family:arial;

  text-align: right;
  text-transform: none;
  margin-bottom: 32rem;
  font-size: 58rem;
  line-height: 60rem;
  max-width: 1000px;
}
@media (max-width: 992px) {
  .sc-item-preview h1 {
    margin-bottom: 24rem;

    font-size: 48rem;
    line-height: 52rem;
    font-family: PTSans;
    max-width: 300rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview h1 {
    margin-bottom: 0;

    order: 2;
    text-align: left;
    font-size: 18rem;
    line-height: 23rem;
    font-family: PTSans;
    margin-top: auto;
  }
}
.sc-item-preview h1 span {
  font-size: 24rem;
  line-height: 24rem;
  font-family: PTSans;
  font-weight: 400;
  color: inherit;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sc-item-preview h1 span {
    display: none;
  }
}
.sc-item-preview__category-line-mob {
  display: none;
}
@media (max-width: 767px) {
  .sc-item-preview__category-line-mob {
    display: block;
    color: #8b8b8b;
    font-size: 14rem;
    line-height: 14rem;
    order: 5;
  }
}
.sc-item-preview__date {
  color: #ffb25c;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 6rem;
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .sc-item-preview__date {
    row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__date {
    color: #fff;
    flex-direction: row;
    column-gap: 6px;
    align-items: baseline;
    margin-bottom: 0;
    order: 4;
  }
}
.sc-item-preview__date p,
.sc-item-preview__date span {
  color: inherit;
}
.sc-item-preview__date p {
  display: flex;
  align-items: center;
  column-gap: 24rem;
  font-size: 41rem;
  line-height: 28rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 992px) {
  .sc-item-preview__date p {
    font-size: 32rem;
    line-height: 24rem;
    font-family: PTSans;
    column-gap: 12rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__date p {
    column-gap: 4rem;
    font-size: 14rem;
    line-height: 14rem;
    font-weight: 400;
    align-items: baseline;
    font-family: PTSans;
  }
}
.sc-item-preview__date p > span {
  font-size: 90rem;
  line-height: 38rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .sc-item-preview__date p > span {
    font-size: 72rem;
    line-height: 36rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__date p > span {
    font-size: 14rem;
    line-height: 14rem;
    font-weight: 400;
    font-family: PTSans;
  }
}
.sc-item-preview__date > span {
  font-size: 27rem;
  line-height: 39rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sc-item-preview__date > span {
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__date > span {
    font-size: 14rem;
    line-height: 18rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__wrap-button {
  order:5;
  margin-top:10px;
  }
}
.sc-item-preview__wrap-button .btn {
  min-height: 87rem;
  max-height: 87rem;
  padding: 0 72rem;
  border-radius: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  padding-top: 8rem;
  box-shadow: 2.5rem 5rem 16rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  .sc-item-preview__wrap-button .btn {
    min-height: 64rem;
    max-height: 64rem;
    padding: 0 32rem;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__wrap-button .btn {
    min-height: 34rem;
    max-height: 34rem;
    padding: 0 24rem;
      border-radius: 8rem;
  }
}
.sc-item-preview__wrap-button .btn span:nth-child(1) {
  font-size: 28rem;
  line-height: 30rem;
  font-family: PTSans;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .sc-item-preview__wrap-button .btn span:nth-child(1) {
    font-size: 24rem;
    line-height: 26rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__wrap-button .btn span:nth-child(1) {
    font-size: 14rem;
    padding-top:0px;
    line-height: 10rem;
    font-family: PTSans;
  }
}
.sc-item-preview__wrap-button .btn span:nth-child(2) {
  font-size: 25rem;
  line-height: 30rem;
  font-family: PTSans;
  font-weight: 700;
  color: #ffa916;
}
@media (max-width: 992px) {
  .sc-item-preview__wrap-button .btn span:nth-child(2) {
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__wrap-button .btn span:nth-child(2) {
    font-size: 16rem;
    display:none;
    line-height: 20rem;
    font-family: PTSans;
  }
}
.sc-item-preview__wrapper-img {
  padding-left: 131rem;
  height: 100%;
}
@media (max-width: 1440px) {
  .sc-item-preview__wrapper-img {
    padding-left: 64rem;
  }
}
@media (max-width: 992px) {
  .sc-item-preview__wrapper-img {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .sc-item-preview__wrapper-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.sc-item-preview__wrapper-img img {
  height: 100%;
}
@media (max-width: 767px) {
  .sc-item-preview__wrapper-img img {
    position: relative;
    z-index: 1;
  }
}
.sc-item-preview--image::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.15) 2%,
    rgba(0, 0, 0, 0.4) 70%
  );
}
@media (max-width: 767px) {
  .sc-item-preview--image::after {
    display: block;
  }
}
.sc-item-preview--image .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .sc-item-preview--image .container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 2;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 767px) {
  .sc-item-preview--image .sc-item-preview__content {
    position: relative;
    z-index: 3;
  }
}

.sc-item-select {
  background: rgb(249, 249, 249);
  background: linear-gradient(
    0deg,
    rgb(249, 249, 249) 50%,
    rgb(255, 255, 255) 100%
  );
  padding: 20rem 0 20rem 0;
  overflow-x: auto;
}
@media (max-width: 992px) {
  .sc-item-select {
    padding-bottom: 64rem;
  }
}
@media (max-width: 767px) {
  .sc-item-select {
    padding-top: 20rem;
    padding-bottom: 24rem;
  }
  .sc-item-select img {
    height:150px;
  }
}
.sc-item-select #select-item {
  display: flex;
  justify-content: center;
}
.sc-item-select h2 {
  text-align: center;
  margin-bottom: 24rem;
  font-size: 28rem;
  line-height: 34rem;
  font-family: PTSans;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sc-item-select h2 {
    margin-bottom: 16rem;
    font-size: 20rem;
    line-height: 24rem;
    font-family: PTSans;
  }
}

.sc-item-about {
  padding: 32rem 0;
}
@media (max-width: 992px) {
  .sc-item-about {
    padding: 24rem 0;
  }
}
@media (max-width: 767px) {
  .sc-item-about {
    padding: 20rem 0;
  }
}
.sc-item-about__wrap-grid {
  display: grid;
  padding: 0 24rem;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60rem;
  row-gap: 60rem;
  grid-auto-rows: auto;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .sc-item-about__wrap-grid {
    column-gap: 30rem;
    padding: 0;
    row-gap: 30rem;
  }
}
@media (max-width: 767px) {
  .sc-item-about__wrap-grid {
    grid-template-columns: 1fr;
    row-gap: 24rem;
  }
}
.sc-item-about__left {
  grid-column: 1;
}
@media (max-width: 992px) {
  .sc-item-about__left > iframe {
    width: 100%;
    height: 240px;
  }
}

@media (max-width: 768px) {
  .sc-item-about__left > iframe {
    height: 190px;
  }
}
.sc-item-about__left--row1 {
  grid-row: 1;
}
.sc-item-about__left--row1 > a {
  font-size: 24rem;
  line-height: 26rem;
  font-family: PTSans;
  font-weight: 400;
  color: #4984ad;
  text-decoration: underline;
  display: flex;
  align-items: center;
  column-gap: 14rem;
}
@media (max-width: 767px) {
  .sc-item-about__left--row1 > a {
    column-gap: 8rem;
    font-size: 18rem;
    line-height: 20rem;
    font-family: PTSans;
  }
}
.sc-item-about__left--row1 > a span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.sc-item-about__left--row1 h2 {
  margin-bottom: 36rem;
}
@media (max-width: 992px) {
  .sc-item-about__left--row1 h2 {
    margin-bottom: 24rem;
  }
}
@media (max-width: 767px) {
  .sc-item-about__left--row1 h2 {
    margin-bottom: 20rem;
  }
}
.sc-item-about__left--row1 .wrapper-desc {
  max-width: 620rem;
  margin-bottom: 24rem;
}
@media (max-width: 1600px) {
  .sc-item-about__left--row1 .wrapper-desc {
    max-width: 546rem;
  }
}
@media (max-width: 992px) {
  .sc-item-about__left--row1 .wrapper-desc {
    margin-bottom: 16rem;
  }
}
.sc-item-about__left--row2 {
  grid-row: 2;
}
@media (max-width: 767px) {
  .sc-item-about__left--row2 {
    grid-row: 3;
  }
}
.sc-item-about__left--row2 h2 {
  margin-bottom: 24rem;
}
@media (max-width: 767px) {
  .sc-item-about__left--row2 h2 {
    margin-bottom: 20rem;
  }
}
.sc-item-about__left--row3 {
  grid-row: 3;
}
@media (max-width: 767px) {
  .sc-item-about__left--row3 {
    grid-row: 4;
  }
}
.sc-item-about__left--row3 h2 {
  margin-bottom: 24rem;
}
@media (max-width: 767px) {
  .sc-item-about__left--row3 h2 {
    margin-bottom: 20rem;
  }
}
.sc-item-about__right {
  grid-column: 2;
  grid-row: span 3;
}
@media (max-width: 767px) {
  .sc-item-about__right {
    grid-column: 1;
    grid-row: 2;
  }
}
.sc-item-about__right h2 {
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .sc-item-about__right h2 {
    margin-bottom: 20rem;
  }
}
.sc-item-about__right h3 {
  font-size: 30rem;
  line-height: 32rem;
  font-family: PTSans;
  font-weight: 400;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  .sc-item-about__right h3 {
    font-size: 24rem;
    line-height: 28rem;
    font-family: PTSans;
    margin-bottom: 12rem;
  }
}
.sc-item-about__right address {
  color: #000;
}
.sc-item-about__contacts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32rem;
}
@media (max-width: 992px) {
  .sc-item-about__contacts {
    margin-bottom: 24rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 16rem;
  }
}
@media (max-width: 767px) {
  .sc-item-about__contacts {
    margin-bottom: 16rem;
    row-gap: 12rem;
  }
}
.sc-item-about__map {
  width: 100%;
  margin-bottom: 24rem;
}
@media (max-width: 767px) {
  .sc-item-about__map {
    margin-bottom: 16rem;
  }
}
.sc-item-about__map iframe {
  width: 100%;
  height: 340rem;
  border-radius: 16rem;
}
@media (max-width: 1600px) {
  .sc-item-about__map iframe {
    height: 240rem;
  }
}
@media (max-width: 767px) {
  .sc-item-about__map iframe {
    height: 180rem;
  }
}
.sc-item-about__wrapper-info {
  display: flex;
  color: #999;
  flex-direction: column;
  row-gap: 8rem;
  font-size: 13px !important;
}
.sc-item-about__wrapper-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 542rem;
}
@media (max-width: 992px) {
  .sc-item-about__wrapper-author {
    max-width: unset;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 16rem;
  }
}
.sc-item-about__author {
  display: flex;
  align-items: center;
  column-gap: 16rem;
}
.sc-item-about__author h3 {
  font-size: 24rem;
  line-height: 29rem;
  font-family: PTSans;
  font-weight: 400;
}
@media (max-width: 992px) {
  .sc-item-about__author h3 {
    font-size: 20rem;
    line-height: 25rem;
    font-family: PTSans;
  }
}
.sc-item-about__author-img {
  max-width: 82rem;
  height: 82rem;
}
.sc-item-about__author-img img {
  height: 100%;
}
.ost {
  position: absolute;
  margin-left: 43%;
  margin-top: 40px;
  color: #fff;
  font-size: 32rem;
  text-align: center;
  text-transform: uppercase;
}
.ost span {
  display: block;
  font-size: 64rem;
  font-weight: bold;
}

@media (max-width: 1600px) {
  .ost {
    position: absolute;
    margin-left: 41%;
    margin-top: 40px;
    color: #fff;
    font-size: 22rem;
    text-align: center;
    text-transform: uppercase;
  }
  .ost span {
    display: block;
    font-size: 44rem;
    font-weight: bold;
  }
}
@media (max-width: 1200px) {
  .ost {
    position: absolute;
    margin-left: 41%;
    margin-top: 30px;
    color: #fff;
    font-size: 22rem;
    text-align: center;
    text-transform: uppercase;
  }
  .ost span {
    display: block;
    font-size: 44rem;
    font-weight: bold;
  }
}
@media (max-width: 980px) {
  .ost {
    position: absolute;
    margin-left: 48%;
    margin-top: 30px;
    color: #fff;
    font-size: 14rem;
    text-align: center;
    text-transform: uppercase;
  }
  .ost span {
    display: block;
    font-size: 24rem;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .ost {
    position: absolute;
    margin-left: 48%;
    width: 120px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .ost span {
    display: block;
    font-size: 24px;
    font-weight: bold;
  }
}
@media (max-width: 550px) {
  .ost {
    position: absolute;
    margin-left: 47%;
    width: 70px;
    margin-top: 3px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
  }
  .ost span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }
}
.fl-f {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.inps {
  width: 100%;
  max-width: 200px;
  outline: unset;
  display: block;
  margin: 0;
  width: 100%;
  border: 2rem solid #efccde;
  border-radius: 4rem;
  background-color: #fff8fb;
  padding: 0 16rem;
  height: 56rem;
  color: #000000;
}
@media (max-width: 767px) {
  .fl-f {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
  }
  .inps {
    width: 100%;
    max-width: 500px;
    outline: unset;
    display: block;
    margin: 0;
    width: 100%;
    border: 2rem solid #efccde;
    border-radius: 4rem;
    background-color: #fff8fb;
    padding: 0 16rem;
    height: 56rem;
    color: #000000;
  }
}

.tab-btn:not(.btn--gradient) {
  border: 1px solid grey;
}